ul.flex li {
  margin-right: 0.75rem;
}

/* Admin tabs on node - ase */

#block-ejs-local-tasks ul > li > a {
  --bg-opacity: 1;
  background-color: #c60016;
  background-color: rgba(198, 0, 22, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
}
h2 {
  font-size: 300px;
}

/* .ui-accordion {
  
} */

.ui-accordion .ui-accordion-header {
  --text-opacity: 1;
  color: #1a1a1a;
  color: rgba(26, 26, 26, var(--text-opacity));
  --border-opacity: 1;
  border-color: #1a1a1a;
  border-color: rgba(26, 26, 26, var(--border-opacity));
  border-top-width: 2px;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  --bg-opacity: 1;
  background-color: #f0f0f0;
  background-color: rgba(240, 240, 240, var(--bg-opacity));
  border-radius: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.ui-accordion .ui-accordion-header:first-child {
  border-top-width: 0;
}

.ui-accordion .ui-accordion-header:active,
.ui-accordion .ui-accordion-header:focus,
.ui-accordion:active {
  outline: 0 !important;
}

.ui-accordion-header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.ui-accordion-header-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2rem;
}

.ui-accordion-header-icon.ui-icon-triangle-1-s {
  background-image: url("/themes/custom/ejs/dist/icon/ic_collapse.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: 1px;
}

.ui-accordion-header-icon.ui-icon-triangle-1-e {
  background-image: url("/themes/custom/ejs/dist/icon/ic_expand.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: 1px;
}

.ui-state-active {
  --border-opacity: 1;
  border-color: #1a1a1a;
  border-color: rgba(26, 26, 26, var(--border-opacity));
  --text-opacity: 1;
  color: #1a1a1a;
  color: rgba(26, 26, 26, var(--text-opacity));
  outline: 0;
}

.ui-accordion .ui-accordion-content {
  --bg-opacity: 1;
  background-color: #f0f0f0;
  background-color: rgba(240, 240, 240, var(--bg-opacity));
  border-width: 0;
  padding: 0;
  padding-right: 3rem;
}
/**
 Footer
 */

footer nav {
  width: 100%;
}

footer nav h2 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
  font-family: ProfileProBold;
}

footer nav ul li {
  margin-bottom: 0.5rem;
}

footer .upper-footer nav {
  margin-top: 1rem;
}

footer .lower-footer ul.flex li:last-child,
footer .lower-footer div > div ul.flex li {
  margin-right: 0;
}

footer .lower-footer div > div ul.flex li {
  padding-left: 1.5rem;
}

footer .upper-footer a:hover,
footer .upper-footer a:active,
footer .lower-footer a:active {
  --text-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--text-opacity));
}

footer .lower-footer a:hover {
  --text-opacity: 1;
  color: #e8e8e8;
  color: rgba(232, 232, 232, var(--text-opacity));
}

/* Source:  https://codepen.io/sosuke/pen/Pjoqqp (CHECK) */

/* hover #b7bcbf */

footer .lower-footer div > div ul.flex li:hover {
  -webkit-filter: invert(35%) sepia(9%) saturate(437%) hue-rotate(167deg)
    brightness(99%) contrast(99%);
          filter: invert(35%) sepia(9%) saturate(437%) hue-rotate(167deg)
    brightness(99%) contrast(99%);
}

/* active #666f77 */

footer .lower-footer div > div ul.flex li:active {
  -webkit-filter: invert(43%) sepia(9%) saturate(437%) hue-rotate(167deg)
    brightness(90%) contrast(94%);
          filter: invert(43%) sepia(9%) saturate(437%) hue-rotate(167deg)
    brightness(90%) contrast(94%);
}

@media (max-width: 640px) {
  footer nav ul li {
    margin-bottom: 1rem;
  }

  footer .lower-footer div > div ul.flex li {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  footer nav {
    width: 100%;
  }
}

/* Footer Social Channels*/

#block-ejs-socialmedialinks ul li{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

/* Footer Menu */

#block-ejs-fusszeile-2 ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block-ejs-fusszeile-2 ul li{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

#block-ejs-fusszeile-2 ul li a{
  text-decoration: underline;
}

@media (max-width: 640px) {
  #block-ejs-fusszeile-2 ul,
  #block-ejs-fusszeile-2 ul li,
  #block-footerlogos ul,
  #block-footerlogos ul li,
  #block-footerlogos ul li a,
  #block-footerlogos ul li a img{
    display: block !important;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Primary and secondaty buttons */

.btn-primary {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  height: 3.5rem !important;
  border-radius: 0.25rem !important;
  font-family: ProfileProBold !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  position: relative !important;
  outline: 0 !important;
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  padding-right: 2rem !important;
  text-decoration: none !important;
  letter-spacing: 0.2px;
  line-height: 3.5rem;
}

.btn-primary::after {
  background: url("/themes/custom/ejs/dist/icon/ic_arrow_right_white.svg")
    rgba(90, 170, 65) no-repeat right;
}

.btn-primary:hover,
.btn-secondary:hover {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.btn-primary:active {
  --bg-opacity: 1 !important;
  background-color: #19274b !important;
  background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.btn-secondary {
  --bg-opacity: 1;
  background-color: #19274b;
  background-color: rgba(25, 39, 75, var(--bg-opacity));
  font-family: ProfileProBold;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 1rem;
  text-transform: uppercase;
  -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;
  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;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-decoration: none !important;
  letter-spacing: 0.2px;
}

.btn-secondary:active {
  --bg-opacity: 1 !important;
  background-color: #4c4c4c !important;
  background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

@media (min-width: 769px) {
  .btn-primary {
    padding-left: 1.5rem;
    padding-right: 0.75rem;
  }

  .btn-primary:hover {
    cursor: pointer;
  }

  .btn-primary:before {
    z-index: 10;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    background-image: url("/themes/custom/ejs/dist/icon/ic_arrow_right_white.svg");
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .btn-secondary {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: inline-block;
  }

  .btn-secondary:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
    cursor: pointer;
    -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;
    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;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }
}

@media (max-width: 768px) {
  .btn-primary {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn-secondary {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    outline: 0;
  }
}

/* Tag button */

.tag {
  font-family: ProfileProRegular;
  --bg-opacity: 1;
  background-color: #5AAA41;
  background-color: rgba(90, 170, 65, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.25rem;
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.3rem;
  -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;
  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;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  text-decoration: none !important;
}

.tag:hover {
  --bg-opacity: 1 !important;
  background-color: #407E17 !important;
  background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  cursor: pointer !important;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.tag:active {
  --bg-opacity: 1 !important;
  background-color: #19274b !important;
  background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.tag:after {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.5rem;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  display: inline-block;
  border-radius: 12px;
  content: "";
}

.tag:before {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 10px;
  content: url("/themes/custom/ejs/dist/icon/ic_close.svg");
}

/* Default button */

.btn-default,
.btn-tile {
  --text-opacity: 1;
  color: #1a1a1a;
  color: rgba(26, 26, 26, var(--text-opacity));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #1a1a1a;
  border-color: rgba(26, 26, 26, var(--border-opacity));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ProfileProBold;
  text-decoration: none !important;
  background: url(/themes/custom/ejs/src/icons/ic_arrow_right_green.svg)
    right no-repeat;
  background-position:right 11px top 2px !important;
}

.btn-default:hover {
  cursor: pointer !important;
  outline: 0 !important;
}

.btn-default:active {
  --text-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--text-opacity)) !important;
  cursor: pointer !important;
  outline: 0 !important;
}

.btn-default-white,
.btn-tile-white {
  background: url(/themes/custom/ejs/src/icons/ic_arrow_right_white.svg)
    right no-repeat !important;
}

/* Tiles button */

.btn-tile {
  height: 3.5rem;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  padding-left: 2rem;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.btn-tile:hover {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  height: 3.5rem !important;
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.btn-tile:active {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  height: 3.5rem !important;
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.btn-tile:hover:after,
.btn-tile:active:after {
  display: block;
  float: right;
  margin-left: 1rem;
  height: 1.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  line-height: 1.5;
  content: url("/themes/custom/ejs/dist/icon/ic_arrow_right_white.svg");
}

/* Download button */

.btn-download {
  --text-opacity: 1;
  color: #e40019;
  color: rgba(228, 0, 25, var(--text-opacity));
  font-family: ProfileProBold;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  outline: 0;
  line-height: 1.5;
  text-decoration: none !important;
}

.btn-download:hover {
  cursor: pointer !important;
  outline: 0 !important;
}

.btn-download:active {
  --text-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--text-opacity)) !important;
  cursor: pointer !important;
  outline: 0 !important;
}

.btn-download:after {
  display: block;
  float: right;
  margin-left: 1rem;
  height: 1.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  line-height: 1.5;
  content: url("/themes/custom/ejs/dist/icon/ic_download_red.svg");
}
/* Impressum CSS (temporaryly here) */

.teaser-jumbo-image-right-inverted, .teaser-2col-centered {
  background-size: cover;
  background-image: url("/themes/custom/ejs/images/teaser_background.svg");
}

.teaser div:last-child {
  width: 100%;
  height: 100%;
}

.teaser img {
  -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;
  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;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.teaser:hover img, .teaser:focus img {
  --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));
          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-scale-x: 1.05;
  --transform-scale-y: 1.05;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.teaser-jumbo-image-right-inverted p {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.teaser-2col-centered img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* maybe img as bg img */

/* .teaser-2c-centered {
  transition: all .7s;
}

.teaser-2c-centered:hover {
  transition: all 1s;
  background-size: 110%;
} */.banner-download {
  background-size: cover;
  bottom: 0;
  background-image: url("/themes/custom/ejs/images/hands.png");
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0, 0.8);
          box-shadow: inset 0 0 0 1000px rgba(0,0,0, 0.8);
}

.clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}/*
*  Layout builder edit actions
*/

#edit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* #edit-actions input {
    @apply w-auto mr-3 cursor-pointer;  
} */

/*
*  Login form
*/

#user-login-form {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

#user-login-form .form-item {
  margin-bottom: 1.5rem;
}

/* Forms */

/* Input and select */

label,
fieldset legend {
  font-size: 0.9375rem;
  font-family: ProfileProBold;
}

.form-item {
  margin-top: 1.5rem;
}

input,
textarea,
select {
  border-width: 4px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --border-opacity: 1;
  border-color: #596a73;
  border-color: rgba(89, 106, 115, var(--border-opacity));
  width: 100%;
}

input,
textarea,
select {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  line-height: 1.9375rem !important;
  margin-top: 0.5rem !important;
  font-size: 1.25rem !important;
  --text-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--text-opacity)) !important;
}

input,
select {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 4rem;
  border-width: 4px !important;
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

/* input Error */

input[aria-invalid="true"] {
  --border-opacity: 1;
  border-color: #c60016;
  border-color: rgba(198, 0, 22, var(--border-opacity));
}

input[aria-invalid="true"] + .form-item--error-message {
  --text-opacity: 1;
  color: #c60016;
  color: rgba(198, 0, 22, var(--text-opacity));
  font-family: ProfileProRegular;
  font-size: 0.9375rem;
}

input:focus {
  border-width: 4px !important;
  --border-opacity: 1 !important;
  border-color: #5AAA41 !important;
  border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
}

input::-webkit-input-placeholder {
  --text-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--text-opacity)) !important;
}

input::-moz-placeholder {
  --text-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--text-opacity)) !important;
}

input::-ms-input-placeholder {
  --text-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--text-opacity)) !important;
}

input::placeholder {
  --text-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--text-opacity)) !important;
}

div[aria-label="Fehlermeldung"] {
  display: none;
}

/* input states */

select {
  background-repeat: no-repeat;
  background-image: url("/themes/custom/ejs/dist/icon/ic_chevron_down.svg");
  background-position: calc(100% - 1rem) 50%;
}

select:focus {
  --bg-opacity: 1;
  background-color: #e8e8e8;
  background-color: rgba(232, 232, 232, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
  background-repeat: no-repeat;
  background-image: url("/themes/custom/ejs/dist/icon/ic_chevron_up.svg");
  background-position: calc(100% - 1rem) 50%;
  outline: none;
}

/* Submit button */

input.button--primary {
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  height: 3.5rem !important;
  font-family: ProfileProRegular !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  position: relative !important;
  outline: 0 !important;
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
  margin-top: 1.5rem !important;
  text-decoration: none !important;
  border-width: 0 !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  letter-spacing: 0.2px;
  line-height: 3.5rem;
}

input.button--primary:hover {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  --bg-opacity: 1 !important;
  background-color: #407E17 !important;
  background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
}

input.button--primary:active {
  --bg-opacity: 1 !important;
  background-color: #1a1a1a !important;
  background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

@media (min-width: 769px) {
  input.button--primary {
    padding-left: 1.5rem !important;
    padding-right: 0.75rem !important;
  }

  input.button--primary:after,
  input.button--primary:before {
    position: absolute !important;
    display: inline-block !important;
    top: 0 !important;
    height: 3.5rem !important;
    width: 9rem !important;
    opacity: 1 !important;
    right: -144px !important;
    content: "" !important;
  }

  input.button--primary:hover {
    cursor: pointer;
  }

  input.button--primary:before {
    z-index: 10 !important;
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
    -webkit-transition: opacity 0.2s !important;
    transition: opacity 0.2s !important;
  }

  input.button--primary:after {
    z-index: 0 !important;
  }

  input.button--primary:hover:before {
    opacity: 0 !important;
  }

  input.button--primary:active:after {
    position: absolute !important;
    display: inline-block !important;
    top: 0 !important;
    height: 3.5rem !important;
    width: 9rem !important;
    z-index: 20 !important;
    right: -144px !important;
    content: "" !important;
  }
}

@media (max-width: 768px) {
  input.button--primary {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    z-index: 0 !important;
  }

  input.button--primary:after {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
    height: 3.5rem !important;
    width: 3.5rem !important;
    position: absolute !important;
    display: inline-block !important;
    bottom: 0 !important;
    z-index: 10 !important;
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
    right: -55px !important;
    content: "";
  }

  input.button--primary:active:after {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
    height: 3.5rem !important;
    width: 3.5rem !important;
    position: absolute !important;
    display: inline-block !important;
    bottom: 0 !important;
    z-index: 10 !important;
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
    right: -55px;
    content: "";
  }

  input.button--primary:before {
    position: absolute !important;
    z-index: 20 !important;
    height: 1.5rem !important;
    width: 1.5rem !important;
    vertical-align: middle !important;
    right: -40px !important;
    top: 5px !important;
    content: url("/themes/custom/ejs/dist/icon/ic_arrow_right_white.svg") !important;
  }
}

/* Button contact form */

.webform-submission-add-form input.button--primary,
.webform-submission-webform-contact-person-form input.button--primary {
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  width: 100% !important;
  margin-right: 0 !important;
}

/* Search */

input.form-search {
  background-repeat: no-repeat;
  background-image: url("/themes/custom/ejs/dist/icon/ic_search.svg");
  background-position: calc(100% - 1rem) 50%;
}

input.form-search:focus {
  background-repeat: no-repeat;
  background-image: url("/themes/custom/ejs/dist/icon/ic_close.svg");
  background-size: 1.5rem 1.5rem;
  background-position: calc(100% - 1rem) 50%;
}

/* Checkbox */

label.option {
  font-size: 1.25rem;
  font-family: ProfileProRegular;
}

input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="checkbox"] + label::before {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-width: 4px;
  --border-opacity: 1;
  border-color: #ececed;
  border-color: rgba(236, 236, 237, var(--border-opacity));
  margin-right: 1rem;
  content: "\A0";
  vertical-align: 0.1em;
  line-height: 0.65;
}

input[type="checkbox"]:checked + label::before {
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
  content: "\2713";
}

/* checkbock error */

input[type="checkbox"][aria-invalid="true"] + label::before {
  --border-opacity: 1;
  border-color: #c60016;
  border-color: rgba(198, 0, 22, var(--border-opacity));
}

input[type="checkbox"][aria-invalid="true"]
  + label
  + .form-item--error-message {
  --text-opacity: 1;
  color: #c60016;
  color: rgba(198, 0, 22, var(--text-opacity));
  font-family: ProfileProRegular;
  font-size: 0.9375rem;
}

/* Radio */

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"] + label {
  position: relative;
}

input[type="radio"] + label::before {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-width: 4px;
  border-radius: 9999px;
  --border-opacity: 1;
  border-color: #ececed;
  border-color: rgba(236, 236, 237, var(--border-opacity));
  margin-right: 1rem;
  content: "\A0";
  line-height: 0.65;
}

input[type="radio"]:checked + label::after {
  display: inline-block;
  border-radius: 9999px;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  position: absolute;
  border-width: 2px;
  width: 18px;
  height: 18px;
  content: "\A0";
  line-height: 0.65;
  left: 3px;
  bottom: 1px;
}

input[type="radio"]:checked + label::before {
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #1a1a1a;
  background-color: rgba(26, 26, 26, var(--bg-opacity));
  content: "\A0";
}

/* Dark forms */

/* Input and select */

form.dark {
  --bg-opacity: 1;
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, var(--bg-opacity));
}

.dark input,
.dark textarea,
.dark select {
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, var(--bg-opacity));
}

.dark input,
.dark textarea,
.dark select {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.dark input:focus {
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.dark select {
  background-repeat: no-repeat;
  /* TODO white icon */
  background-image: url("/themes/custom/ejs/dist/icon/ic_chevron_down.svg");
  background-position: calc(100% - 1rem) 50%;
}

.dark select:focus {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #1a1a1a;
  color: rgba(26, 26, 26, var(--text-opacity));
  background-repeat: no-repeat;
  /* TODO white icon */
  background-image: url("/themes/custom/ejs/dist/icon/ic_chevron_up.svg");
  background-position: calc(100% - 1rem) 50%;
  outline: none;
}

.dark select.form-select {
  --text-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--text-opacity)) !important;
}

/* Search */

.dark input.form-search {
  background-repeat: no-repeat;
  /* TODO white icon */
  background-image: url("/themes/custom/ejs/dist/icon/ic_search.svg");
  background-position: calc(100% - 1rem) 50%;
}

.dark input.form-search:focus {
  background-repeat: no-repeat;
  /* TODO white icon */
  background-image: url("/themes/custom/ejs/dist/icon/ic_close.svg");
  background-size: 1.5rem 1.5rem;
  background-position: calc(100% - 1rem) 50%;
}

/* Checkbox */

.dark input[type="checkbox"] + label::before {
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
}

.dark input[type="checkbox"]:checked + label::before {
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

/* Radio */

.dark input[type="radio"] + label::before {
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
}

.dark input[type="radio"]:checked + label::after {
  --border-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--border-opacity));
}

.dark input[type="radio"]:checked + label::before {
  --border-opacity: 1;
  border-color: #ececed;
  border-color: rgba(236, 236, 237, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

/* Views exposed search filter */

.views-exposed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* .views-exposed-form > div {
  @apply mr-2;
} */

/* no ajax progress icon */

.ajax-progress.ajax-progress-throbber {
  display: none;
}

.webform-submission-form label {
  font-size: 1.125rem;
}
.chevron-filter-white {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(100%) contrast(103%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(100%) contrast(103%);
}

.filter ul li {
  margin-top: 1.25rem;
  margin-right: 0.25rem;
}

.filter ul li::after {
  display: block;
  float: right;
  margin-left: 0.5rem;
  height: 1.25rem;
  margin-bottom: 1px;
  content: url("/themes/custom/ejs/src/icons/ic_chevron_down.svg");
}

.main-sm a:hover {
  color: white !important;
}

.profile a:hover {
  color: black !important;
}

.search {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.search-dark {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.search-dark:focus {
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  /* @apply text-black;  */
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}

.search-dark:focus + img {
  -webkit-filter: none;
          filter: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}.icon-white {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg)
    brightness(100%) contrast(103%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg)
    brightness(100%) contrast(103%);
}

.parallelogram {
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.parallelogram-inside {
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

/* .navigation ul::-webkit-scrollbar {
    display: none;
} */

/* .navigation ul {
    -ms-overflow-style: none;
} */

.burger-nav ul::-webkit-scrollbar {
  display: none;
}

.burger-nav {
  position: fixed !important;
  top: 5rem !important;
  left: 0 !important;
  width: 100% !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  height: 3rem !important;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1),
    0 3px 2px -2px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1),
    0 3px 2px -2px rgba(0, 0, 0, 0.06) !important;
  -ms-overflow-style: none;
}

.burger-nav nav {
  /* safari workaround */
  overflow-x: scroll;
}

.burger-nav .menu-item-level-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.burger-nav .flyout-wrap {
  top: 8rem !important;
}

.burger-nav ~ .pageoverlay {
  top: 8rem;
}

.no-burger-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* no scroll-bar on flyout */

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

.flyout {
  -ms-overflow-style: none;
}

/* just relevant for the stage headers */

.menu li a {
  margin-right: 2rem;
  padding-bottom: 1.5rem;
  border-bottom-width: 4px;
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
  display: block;
  font-size: 1.125rem;
  text-decoration: none !important;
}

.menu li:hover a {
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  cursor: pointer;
}

.menu1 li a {
  margin-right: 2rem;
  padding-bottom: 1.5rem;
  border-bottom-width: 4px;
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  display: block;
  font-size: 1.125rem;
  text-decoration: none !important;
}

.menu1 li:hover a {
  --border-opacity: 1;
  border-color: #e40019;
  border-color: rgba(228, 0, 25, var(--border-opacity));
  --text-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--text-opacity)) !important;
  cursor: pointer;
}

/* expanded menu */

/* .menu-big li {
    @apply pb-2;
} */

/* .menu-big li a {
    @apply no-underline !important;
    @apply flex;
} */

/* .menu-big li a:hover {
    @apply no-underline !important;
    @apply text-white !important;
    @apply cursor-pointer;
} */

.menu-item-level-0 {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.big-menu li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  width: 18.5rem !important;
  margin: 0 !important;
  --border-opacity: 1 !important;
  border-color: #e8e8e8 !important;
  border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  padding-right: 2rem !important;
  padding-left: 2.5rem !important;
  border-bottom-style: none;
  border-right: 1px solid;
}

.big-menu li:last-child {
  border-style: none !important;
}

.big-menu li:hover {
  --text-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--text-opacity)) !important;
}

.big-menu li a {
  padding-bottom: 1rem !important;
  font-family: ProfileProBold !important;
}

.big-menu li ul li {
  width: auto !important;
  padding: 0 !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.9375rem !important;
  border-style: none !important;
}

.big-menu li ul li a {
  padding: 0 !important;
  font-family: ProfileProRegular !important;
}

/* header search */

.search-light input {
  --border-opacity: 1;
  border-color: #ececed;
  border-color: rgba(236, 236, 237, var(--border-opacity));
}

.search-light input:focus {
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
}

/* header light */

.light {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.light .logo {
  background-image: url(/themes/custom/ejs/src/icons/ejs_logo_default.svg);
}

.light .burger-nav {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

/* header dark */

.dark {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.dark .logo {
}

.dark nav li {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 4px;
  --border-opacity: 1;
  border-color: #4d4d4d;
  border-color: rgba(77, 77, 77, var(--border-opacity));
  --border-opacity: 0;
  display: block;
  text-decoration: none !important;
}

.dark li:hover,
.dark li:active {
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --border-opacity: 1 !important;
  /* @apply text-white !important; */
  cursor: pointer;
}

.dark li:hover .big-menu {
  display: block !important;
  z-index: 80 !important;
}

.dark .burger-nav {
  --bg-opacity: 1;
  background-color: #4d4d4d;
  background-color: rgba(77, 77, 77, var(--bg-opacity));
  --bg-opacity: 0.5;
}

/* Flyout */

/* Flyout default position to top */

.flyout-wrap {
  top: 5rem;
}

/* Flyout position if logged in */

#toolbar-administration + .dialog-off-canvas-main-canvas .flyout-wrap {
  top: 10rem;
}

.pageoverlay {
  position: absolute;
  top: 5rem;
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --bg-opacity: 0.8;
  height: 100vh;
  width: 100%;
  left: 0px;
}

#block-ejs-main-menu a {
  --text-opacity: 1;
  color: #5AAA41;
  color: rgba(90, 170, 65, var(--text-opacity));
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem;
}

#block-ejs-main-menu a:hover,
#block-ejs-main-menu a.is-active {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #5AAA41;
  background-color: rgba(90, 170, 65, var(--bg-opacity));
  border-radius: 0.25rem;
  padding: 0.5rem;
}

#block-ejs-main-menu a:hover {
  --bg-opacity: 1;
  background-color: #407E17;
  background-color: rgba(64, 126, 23, var(--bg-opacity));
}

#block-ejs-main-menu a:active {
  --bg-opacity: 1;
  background-color: #1a1a1a;
  background-color: rgba(26, 26, 26, var(--bg-opacity));
}
.tile-grey {
  --bg-opacity: 1;
  background-color: #f0f0f0;
  background-color: rgba(240, 240, 240, var(--bg-opacity));
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.tile-grey:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.tile-grey img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tile-grey img:hover {
  --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));
          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-scale-x: 1.05;
  --transform-scale-y: 1.05;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tile {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tile:hover {
  -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.tile img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tile img:hover {
  --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));
          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-scale-x: 1.05;
  --transform-scale-y: 1.05;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tile .btn-tile:hover {
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
  -webkit-box-shadow: -4px 0px 0px 0px #e40019, 4px 0px 0px 0px #e40019;
          box-shadow: -4px 0px 0px 0px #e40019, 4px 0px 0px 0px #e40019;
}

.tile .btn-tile:active {
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
  -webkit-box-shadow: -4px 0px 0px 0px , 4px 0px 0px 0px ;
          box-shadow: -4px 0px 0px 0px , 4px 0px 0px 0px ;
}

.contact-tile img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.multiple-contact .contact-tile {
  height: 100%;
}

.tile-contact-sm img {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tile-text-image-50 .field-node-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 1023px) {
  .tile-text-image-50 .field-node-body {
    padding-left: 0;
    padding-right: 0;
  }

  .tile-text-image-50 .btn-tile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tile-text-image-50 img {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .tile-text-image-50 img {
    height: 270px !important;
    width: 360px !important;
  }
}.list .btn-tile {
  padding-left: 1.5rem;
}

.teaser-list-xl img:hover {
  --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));
          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-scale-x: 1.05;
  --transform-scale-y: 1.05;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

/*View: Aktuelle Meldungen*/

.list-news {
  margin-bottom: 5rem;
}

.list-news > .container{
  margin-bottom: 3rem;
}

.list-news > .container:last-child{
  margin-bottom: 0;
}

.list-news header .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .list-news article {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .list-news {
    margin-bottom: 7.5rem;
  }
}

@media (min-width: 1024px) {
  .list .btn-tile {
    height: 6.25rem;
    /* margin-bottom: -46px; */
  }

  .list .btn-tile:hover {
    height: 6.25rem !important;
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .list .btn-tile:active {
    height: 6.25rem !important;
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }
}.icon-white { /*  maybe import from header.css */
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(100%) contrast(103%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(100%) contrast(103%);
}

/* ------------------- TEASER IMAGE SLIDER ------------------- */

.teaser-image img {
  /* @apply h-full w-auto; */
}

.teaser-image .slick__slider {
  overflow: hidden;
}

.teaser-image .slick-list {
  width: 1700px;
}

.teaser-image .slick__slide {
  padding-right: 1.5rem;
}

.slick__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.slick-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 2.5rem !important;
  width: 3rem !important;
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  -webkit-transform: none;
          transform: none;
}

.slick-prev:before {
  width: 1.5rem;
  height: 1.5rem; /*  maybe import from header.css */
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(100%) contrast(103%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(100%) contrast(103%);
  content: url(/themes/custom/ejs/src/icons/ic_chevron_left.svg);
  font-size: 100%;
  opacity: 100;
}

.slick-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 2.5rem !important;
  width: 3rem !important;
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  -webkit-transform: none;
          transform: none;
}

.slick-next::before {
  width: 1.5rem;
  height: 1.5rem; /*  maybe import from header.css */
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(100%) contrast(103%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(100%) contrast(103%);
  content: url(/themes/custom/ejs/src/icons/ic_chevron_right.svg);
  font-size: 100%;
  opacity: 100;
}

/* Topic */

.teaser-image-topic nav {
  position: static !important;
}

.teaser-image-topic nav button {
  position: static !important;
  border-radius: 0px;
}

/* ------------------- TEASER IMAGE SLIDER END ------------------- */

/* ------------------- TEASER IMAGE TEXT SLIDER ------------------- */

.teaser-image-text-slider .teaser-image-text {
  height: 100%;
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.teaser-image-text-slider .teaser-image-text p {
  font-size: 0.9375rem !important;
  line-height: 1.5rem !important;
}

.teaser-image-text-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser-image-text-slider .slick-track .slick-slide {
  height: auto;
}

.teaser-image-text-slider .slick-track .slick-slide > div {
  height: 100%;
}

.teaser-image-text-slider .slick-track .slick-slide > div .slick__slide {
  /* display: flex; */
  height: 100%;
}

/* Topic */

.teaser-image-text-topic nav {
  position: static !important;
}

.teaser-image-text-topic nav button {
  position: static !important;
  border-radius: 0px;
}

.teaser-image-text-topic .slick--less .slick-track {
  text-align: unset;
}

/* ------------------- TEASER IMAGE TEXT SLIDER END ------------------- */

/* #teaser-pager,
#teaser-pager-slider {
    height: 570px;
    @apply mb-24;  
}

#teaser-pager .slick__slide {
    min-width:1200px;
}

.slick-list {
    max-height: 800px;
}

/// slider task //

@media (min-width: 1025px){
  .transform_right{
     transform: translate(-400px);
  }

}

@media (max-width: 1024px){
  .transform_right{
     transform: translate(-800px);
  }

}
@media (max-width: 760px){
  .slider-text.pb-20 {
    display: none !important;
  }
  .view-active{
     color: red !important;
     transform: translate(-380px);
  }
  .view-slider{
     transform: translate(-380px);
  }
  .other-slider{
     transform: translate(-20px);
  }
  #image-text-slider .w-full {
    width: 95% !important;
  }
  #image-text-slider .w-full img{
    width: 100% !important;
  }
  .current-slider{
 //   margin-left: -.5rem !important;
    width: 88% !important;
  }
  .previous-slider{
    margin-left: -96%;
  }
  .next-slider{
        margin-left: -.5rem !important;
  }
}
@media (max-width: 500px){
  .previous-slider{
    margin-left: -96%;
  }
  #image-text-slider .w-full {
    width: 92% !important;
  }
  .next-slider{
        margin-left: -.5rem !important;
  }

}
@media (min-width: 1024px){
  .transform_right{
     transform: translate(-400px);
  }

}
 */
/* List Events Front: Termine und Verantsaltungen */

.list-events {
  margin-bottom: 6rem;
}

@media (min-width: 1024px) {
  .list-events {
    margin-bottom: 7.5rem;
  }
}.layout--onecol {
  width: 66.666667%;
  margin-left: auto;
  margin-right: auto;
}@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
  }
}

/* Drupal grid views */

.grid-view {
  margin-bottom: 5rem;
}

/* Slick Slider */

@media (min-width: 1024px) {
  .grid-view {
    margin-bottom: 7.5rem;
  }
}/* search employee */

.mitarbeiters-page  header , .mitarbeiters-page  footer{
  text-align: center !important;
}

.mitarbeiters-page .form-submit , .mitarbeiters-page .form-actions{
  /* display : none !important; */
}

.mitarbeiters-page #iews-exposed-form-grid-block-5 {
  /* @apply relative; */
}

.mitarbeiters-page .js-form-item {
  width: 100%;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mitarbeiters-page #edit-field-last-name-value {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  margin-right: 0;
}

.mitarbeiters-page .form-actions {
  position: relative;
  max-width: unset !important;
  margin: unset !important;
  width: auto;
}

.mitarbeiters-page .form-actions .button {
  position: absolute;
  right: 0;
  margin-right: 2rem;
  background-repeat: no-repeat;
  font-size: 0 !important;
  border: none;
  background-image: url('/themes/custom/ejs/src/icons/ic_search.svg');
  background-position: center;
  top: -6rem;
  height: 45px;
  width: 50px;
}

.mitarbeiters-page input {
  margin-top: 0 !important;
}

.mitarbeiters-page .js-form-item-title img{
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.25rem;
  margin-right: 3rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.mitarbeiters-page header .grid-view, .mitarbeiters-page footer .grid-view  {
  font-family: "NeurialGroteskBold";
  margin-bottom : 0px !important;
}

.mitarbeiters-page header, .mitarbeiters-page footer {
  margin-top: 2.5rem !important;
}

.mitarbeiters-page header a , .mitarbeiters-page footer a {
  display: inline-block;
  font-size: 1.25rem;
  height: 2rem;
  width: 2rem;
}

.mitarbeiters-page header a:hover, .mitarbeiters-page footer a:hover {
  --bg-opacity: 1;
  background-color: #e40019;
  background-color: rgba(228, 0, 25, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}.webform-confirmation-modal {
  width: auto !important;
}

.webform-confirmation-modal .ui-dialog-titlebar {
  background-color: #fff !important;
  border: none !important;
}

.webform-confirmation-modal .ui-dialog-titlebar-close {
  background: #fff;
  background-image: url("/themes/custom/ejs/src/icons/ic_close.svg");
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover;
  border: none;
  top: 2.5rem;
  right: 2rem;
  margin-top: -20px;
}

.webform-confirmation-modal .ui-button-icon  {
  display: none;
}

.webform-confirmation-modal .ui-dialog-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  padding-left: 6rem !important;
  padding-right: 6rem !important;
  padding-top: 5rem !important;
  padding-bottom: 6rem !important;
}

.webform-confirmation-modal .ui-dialog-content h2 {
  font-size: 3.375rem !important;
  --text-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--text-opacity)) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.025em !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
  overflow-wrap: break-word !important;
  font-family: "NeurialGroteskBold";
}

.webform-confirmation-modal .ui-dialog-content p {
  font-size: 1.25rem !important;
  --text-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--text-opacity)) !important;
  line-height: 1.9375rem !important;
  text-align: center !important;
  margin-bottom: 4rem !important;
  font-family: "NeurialGroteskRegular";
}

.webform-confirmation-modal .ui-dialog-content div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.webform-confirmation-modal .ui-dialog-content a {
  margin-left: -8rem !important;
}

.webform-confirmation-modal .ui-widget.ui-widget-content{
  border-style: solid;
  padding: 0px;
}

/* responsive design */

@media (max-width: 375px) {
  .webform-confirmation-modal {
    max-width: 20rem;
  }
}

/* Small (sm) */

@media (max-width: 640px) {
  .webform-confirmation-modal .ui-dialog-content a {
    margin-left: -3rem !important;
  }
}

@media (min-width: 376px) and (max-width: 524px) {
  .webform-confirmation-modal {
    max-width: 28rem;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .webform-confirmation-modal .ui-dialog-content a {
    margin-left: -4rem !important;
  }
}

@media (min-width: 525px) and (max-width: 768px) {
  .webform-confirmation-modal {
    max-width: 42rem;
  }
}

/* Medium (md) */

@media (max-width: 768px) {
  .webform-confirmation-modal .ui-dialog-content {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .webform-confirmation-modal .ui-dialog-titlebar-close {
    top: 1.5rem;
    right: 1rem;
  }

  .webform-confirmation-modal .ui-dialog-content div {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .webform-confirmation-modal {
    max-width: 42rem;
  }
}

/* Large (lg) */

@media (min-width: 1024px) {
  .webform-confirmation-modal {
    max-width: 60rem;
  }
}/* pager css*/

.pager {
  padding-top: 40px;
}

.pager .pager__items li a {
  text-align: center !important;
  float: left;
  font-weight: 600;
  font-style: inherit;
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
}

.pager .pager__items .is-active a {
  background: #e40019 !important;
  color: white !important;
  font-weight: normal !important;
}

.pager .pager__items .pager__item--last,
.pager .pager__items .pager__item--first {
  display: none;
}

.pager .pager__items .pager__item--next a::after {
  display: block;
  float: right;
  margin-left: 1rem;
  height: 1.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  line-height: 1.5;
  content: url(/themes/custom/ejs/dist/icon/ic_arrow_right_black.svg);
  font-size: 18px !important;
  width: 25px;
}

.pager .pager__items .pager__item--previous a::before {
  display: block;
  float: left;
  margin-right: 1rem;
  height: 1.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  line-height: 1.5;
  content: url(/themes/custom/ejs/dist/icon/ic_arrow_right_black.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 25px;
}

.pager .pager__items li a:hover {
  color: white !important;
  background: #e40019 !important;
}

.pager .pager__items li a {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pager .pager__items .pager__item {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pager .pager__items .pager__item--previous a {
  margin-right: 20px;
  text-transform: uppercase;
}

.pager .pager__items li a:hover {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  --bg-opacity: 1 !important;
  background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
}

.pager .pager__items .pager__item--next a:hover:after {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  --bg-opacity: 1 !important;
  content: url(/themes/custom/ejs/dist/icon/ic_arrow_right_white.svg);
}

.pager .pager__items .pager__item--previous a:hover:before {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  --bg-opacity: 1 !important;
  content: url(/themes/custom/ejs/dist/icon/ic_arrow_right_white.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.pager .pager__items .pager__item--next a {
  margin-left: 20px;
  text-transform: uppercase;
}

.bildergalerie-img {
  width: 175px !important;
  height: 175px !important;
}

.bildergalerie-img img {
  padding-top: 0px !important;
  height: 175px !important;
}

.bildergalerie-img img:hover,
.align-center img:hover {
  --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));
  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-scale-x: 1.05;
  --transform-scale-y: 1.05;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 500px) {
  .mb-30 .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .mb-30 .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1300px) {
  .bildergalerie-img img {
    width: 85% !important;
  }
}

@media (max-width: 1024px) {
  .bildergalerie-img img {
    padding-top: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }

  .bildergalerie-img {
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    padding-top: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 500px and max-width:750px) {
  .bildergalerie-img {
    width: 100% !important;
    margin: auto;
  }
}

@media (min-width: 640px) {
  .pager .pager__items {
    width: 30% !important;
    margin: auto;
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  .pager .pager__items {
    width: 50% !important;
    margin: auto;
  }

  .pager .pager__items .pager__item--next,
  .pager .pager__items .pager__item--previous {
    float: left;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .bildergalerie-img img {
    margin: auto !important;
    padding-top: 20px !important;
    width: 100% !important;
    height: 100% !important;
  }

  .bildergalerie-img {
    text-align: center !important;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .right-header-top-color,
  .right-header-bottom-color {
    width: 573px !important;
  }
}

@media (min-width: 1024px) {
  .col-1-top {
    height: 54px;
  }

  .center-content .lg\:w-8\/12 {
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .tile {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 24px !important;
    padding-bottom: 32px !important;
  }

  .btn-tile {
    padding-left: 24px;
  }
}

.min-h-contact-sm {
  min-height: 12.375rem !important;
}

/**/

/*select menu in karriere page*/

#views-exposed-form-stellenangebote-block-1 select {
  border-radius: 0px;
  border: 4px solid #000;
  height: 64px;
  width: 374px;
  margin-bottom: 0;
  background-color: #ececed;
  margin-top: 16px !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  #views-exposed-form-stellenangebote-block-1 select {
    width: 300px;
    margin-left: 15px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #views-exposed-form-stellenangebote-block-1 select {
    margin-left: 15px;
    width: 374px;
  }
}

/****/

/************* Banner ***********************/

.max-h-banner-download {
  max-height: none !important;
}

@media (min-width: 1281px) {
  .banner-download-padding {
    padding-right: 50px;
    padding-left: 0px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .banner-download.bg-grey-medium.max-h-banner-download {
    min-height: 320px;
  }
}

@media (min-width: 1024px) and (max-width: 1275px) {
  .banner-download.bg-grey-medium.max-h-banner-download .btn-primary {
    width: 171px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-download.bg-grey-medium.max-h-banner-download {
    min-height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .banner-download.bg-grey-medium.max-h-banner-download {
    min-height: 350px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .banner-download.bg-grey-medium.max-h-banner-download {
    min-height: 390px;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  .banner-download.bg-grey-medium.max-h-banner-download {
    min-height: 380px;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .banner-download.bg-grey-medium.max-h-banner-download {
    min-height: 490px;
  }
}

/*MMM*/

/*Responsive Main Menu*/

@media (min-width: 769px) and (max-width: 1279px) {
  #block-ejs-main-menu a {
    text-align: center;
    display: block;
  }
}

.burger-menu.icon,
.close-header {
  z-index: 100;
}

.no-burger-nav .burger-menu {
  display: none !important;
}

.burger-nav,
.items-nav.burger-nav {
  width: 100%;
  height: 100%;
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  position: fixed !important;
  --bg-opacity: 1;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.burger-nav #block-ejs-main-menu ul,
.burger-nav #block-ejs-main-menu a {
  display: block !important;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-align: center;
}

.burger-nav #block-ejs-main-menu li.menu-item--active-trail a,
.burger-nav #block-ejs-main-menu a:hover {
  display: block !important;
  border: 0 !important;
  --text-opacity: 1;
  color: #5AAA41;
  color: rgba(90, 170, 65, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.burger-nav #block-ejs-main-menu li:hover {
  border-color: transparent;
}

/*Header Search*/

.header-search-box {
  position: fixed !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.close-header {
  position: absolute;
  top: -0.5rem;
  right: 1.5rem;
}

.light .ejsTopNav {
  display: none !important;
}

.light .ejskLogo img {
  width: 70%;
}

.light {
  -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.07);
}

/*Header Language Switcher*/

.header-language a.is-active,
#block-styleswitcher .active {
  font-weight: bold;
}

/*.header-language a,
#block-styleswitcher a {
  background: url(/themes/custom/ejs/images/toggle_off.png) no-repeat;
  padding-right: 100px;
}
.header-language .is-active a,
#block-styleswitcher a.active {
  background: url(/themes/custom/ejs/images/toggle_on.png) no-repeat;
  padding-right: 100px;
}
*/

@media (max-width: 768px) {
  .header-language {
    display: none;
  }

  .main-footer .header-language,
  .barriere-light .header-language {
    display: block;
  }
}

.barriere-light .header-language .language-switcher-language-url,
.barriere-light .header-language .language-switcher-language-url li {
  display: inline-block;
}

.barriere-light .header-language .language-switcher-language-url li span {
  padding: 0;
}

/*Header Barriere*/

.header-barriere-box {
  position: fixed !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

#block-styleswitcher li {
  display: inline-block;
  padding: 0 2rem;
}

/*Paragraph bigPicture*/

.bigPicture img {
  width: 100%;
}

/*Paragraph View*/

.paragraph--type--view{
  width: 100%;
}

/*Parargraph Text Bild*/

.teaser-mit-bild-bottom,
.teaser-ohne-bild-bottom {
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

/*Paragraph Teaser Container*/

.bg-schwung {
  padding: 150px 0 100px 0;
  background: url(/themes/custom/ejs/images/bkgr_schwung_oben.png) no-repeat
      top,
    url(/themes/custom/ejs/images/bkgr_schwung_unten.png) no-repeat bottom !important;
  background-color: #5aaa41 !important;
  background-size: 100% 80px !important;
}

.bg-green.ejsContainer .ejsContainerText,
.bg-schwung.ejsContainer .ejsContainerText {
  color: #fff;
}

/*Language Switcher*/

.language-switcher-language-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/*Paragraph Bild-text*/

.image-mb-6 img {
  margin-bottom: 2em;
}

.rounded {
  border-radius: 0.5rem !important;
}

/*Alle Content type*/

#block-ejs-content {
  padding-top: 7rem;
}

.user-logged-in #block-ejs-content {
  padding-top: 0rem;
}

/*Webform Person*/

#edit-ihre-nachricht {
  height: 19.6rem;
}

/*Akkordeon über CK-Editor*/

.ckeditor-accordion-container {
}

.ckeditor-accordion-container > dl {
  position: relative;
  border: 0 !important;
}

.ckeditor-accordion-container > dl dt > a {
  background-color: rgba(76, 76, 76) !important;
  border-radius: 0.25rem !important;
  border-bottom: 1px solid #fff !important;
  padding: 15px 15px 15px 50px;
}

.ckeditor-accordion-container > dl dt.active > a,
.ckeditor-accordion-container > dl dt > a:hover {
  background-color: rgba(90, 170, 65) !important;
}

.ckeditor-accordion-container > dl dd {
  padding: 20px 15px !important;
}

/*Stage ohne Text, nur Bild mit Bogen unten*/

.schwungUnten img {
  width: 100%;
  height: auto;
}

/*Standort Karte aus altem Auftritt - CSS so übernommen*/

.container-ejs-standortkarte {
  padding: 25px;
  padding-right: 50px;
  background-color: #fff;
}

.no-js .sok-imagemap {
  display: none !important;
}

.sok-imagemap {
  margin: 0.5em 0;
}

img.sok-image {
  width: 100%;
}

[class*="sok-marker"] {
  position: absolute;
  background-image: url("/themes/custom/ejs/images/so-marker.png");
  background-size: contain;
  width: 27px;
  height: 17px;
  cursor: pointer;
}

[class*="sok-marker"].hide {
  display: none;
}

.sok-popup {
  position: absolute;
  display: none;
  font-size: 1em;
  padding: 0.75em;
  color: #222 !important;
  background: #fff;
  border: 0.125em solid #5aaa41;
  border-radius: 1em;
  width: 300px !important;
}

.sok-popup h2,
.sok-popup .mos-leiter,
.sok-popup .permalink,
.sok-popup .permalink a {
  text-align: left;
}

.sok-popup .sok-popup-close {
  float: right;
  position: absolute;
  right: 10px;
  top: 8px;
}

.sok-popup .sok-popup-close .genericon-close {
  color: #a33;
  cursor: pointer;
  font-size: 2em;
}

.sok-popup [class*="sok-info"] {
  display: none;
  font-size: 0.875em;
}

.sok-popup [class*="sok-info"] p {
  color: #222 !important;
  text-align: left;
}

.sok-popup [class*="sok-info"] h2:first-child {
  margin-top: 0;
}

.sok-popup .mos-leiter {
  font-weight: bold;
}

/* Teil 2 */

ul.sol-list {
  margin: 0;
  padding: 0;
}

li.sol-item {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
  margin-bottom: 1em !important;
}

li.sol-item > h2 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.25em;
}

li.sol-item > p {
  margin: 0.2em 0 !important;
}

/* icon close */

.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.genericon-close:before {
  content: "x";
}

/*float clear*/

.clear {
  clear: both;
}

.min-h-teaserbox-view {
  min-height: 21rem !important;
}

.min-h-teaserbox-inside {
  min-height: 15rem !important;
}

/* Hide second exposed filter on joblist per modul reingedrückt, ohne funktioniert der view nicht, daher display:none  */

#views-exposed-form-stellenangebote-block-1
  .js-form-item-field-location-target-id {
  display: none;
}

/* Views Exposede Filter */

.views-exposed-form {
  background: rgb(232, 232, 232);
  padding: 0 1rem 1rem 1rem;
}

.views-exposed-form .form-item {
  margin-top: 0;
}

/*View Besuchtigungtermine noBullets*/

.noBullets ul,
.noBullets li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

/*Abstand zwischen Bilder in der Gallerie als SlickSlider*/

.slick-initialized .slick-slide {
  padding-right: 29px;
}

/*Exposed Filter der Stellenanzeigen*/

#views-exposed-form-stellenangebote-block-1 {
  margin-top: 4rem;
}

/**/

#block-ejs-fusszeile-2 ul.contextual-links {
  display: none;
}

@media (max-width: 768px) {
  /*Abstand zwischen Bilder in der Gallerie als SlickSlider*/

  .slick-initialized .slick-slide {
    padding-right: 0px;
  }
}

/*Locations View*/

.locationsViewBlock1 .locationsViewBlock1Row:first-child {
  border: 0;
}

.ejsTeaser50:nth-child(2n) {
  margin-right: 0 !important;
}

@media (max-width: 1023px) {
  .berufsfelderView img,
  .teaserMitBild img {
    width: 100%;
    height: auto;
  }

  .min-h-teaserbox {
    min-height: auto !important;
  }
}

/*Backbutton*/

.backButton {
  text-transform: uppercase;
  border-radius: 21px;
  padding: 0.9rem 1rem 0.75rem 3rem;
  font-weight: bold;
  background: url(/themes/custom/ejs/src/icons/ic_arrow_left.svg) no-repeat
    0.75rem 8px #89ba70;
}

.field-node-body ul{
  list-style-type: disc;
  margin: 0 0 2rem 1rem;
  padding: 0;
  font-size: 1.25rem;
}

body.user-logged-in{
  padding-top:80px !important;
}

#node-preview-form-select{
  position: absolute;
  width: 300px;
  background: #8080808f;
  padding: 1rem;
  text-align: center;
}

#node-preview-form-select select,
#node-preview-form-select label{
  display: none;
}

#node-preview-form-select a{
  font-weight: bold;
}

#node-preview-form-select a:hover{
  color: red;
}

#block-ejs-local-tasks{
  margin-left: 3rem;
}

/*EJS*/

#block-ejs-content a{
  color: #A8012F !important;
}

#block-ejs-content a{
  color: #A8012F !important;
}

.bg-lila-ejs,
.bg-lila-ejs.ejsContainer{
  background: #201A55;
}

.bg-rot-ejs,
.bg-rot-ejs.ejsContainer,
#glossarPage #glossarnavi a{
  background: #A8012F;
}

.bg-grau-ejs,
.bg-grau-ejs.ejsContainer{
  background: #EFEFEF;
}

.textReBildLi .changeDirection{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.color-lila-ejs{
  color: #201A55;
}

.color-rot-ejs,
.paragraph blockquote,
#glossarPage .letterBig,
#glossarPage #glossarnavi a{
  color: #A8012F;
}

.color-grau-ejs{
  color: #EFEFEF;
}

.bg-rot-ejs .bildTextText,
.bg-rot-ejs .bildTextText a,
.bg-rot-ejs.ejsContainer .ejsContainerText,
.bg-rot-ejs.employeContact,
.bg-rot-ejs .ejs-ueberschrift-text-mittig .ejs-ueberschrift-text-mittigText,
.bg-lila-ejs .bildTextText,
.bg-lila-ejs .bildTextText a,
.bg-lila-ejs.ejsContainer .ejsContainerText,
.bg-lila-ejs .ejs-ueberschrift-text-mittig .ejs-ueberschrift-text-mittigText,
.ejsTeaser50 .bg-lila-ejs .teaserBildText,
.ejsTeaser50 .bg-rot-ejs .teaserBildText,
.upper-footer,
.upper-footer a,
.employeContact a
{
  color:#fff !important;
}

.header-search-box input.search{
  border-bottom: 2px solid #fff !important;
}

.header-search-box input::-webkit-input-placeholder {
  color: #fff !important;
}

.header-search-box input::-moz-placeholder {
  color: #fff !important;
}

.header-search-box input::-ms-input-placeholder {
  color: #fff !important;
}

.header-search-box input::placeholder {
  color: #fff !important;
}

.pager__items.js-pager__items{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.js-pager__items .pager__item a{
  background: transparent !important;
  color: #000 !important;
  text-transform: none;
}

.pager .pager__items .pager__item--previous a::before,
.pager .pager__items .pager__item--next a::after,
.pager .pager__items .pager__item--previous a:hover,
.pager .pager__items .pager__item--next a:hover {
  margin-right: 0;
  content:none;
  width: 25px;
}

.pager .pager__items .pager__item--previous a,
.pager .pager__items .pager__item--next a{
  border: 1px solid #A8012F;
  font-weight: normal;
}

.pager .pager__items .is-active a {
  background: #A8012F !important;
  padding-left: 17px;
  padding-right: 17px;
}

.pager .pager__items a:hover {
  background:transparent !important;
}

.pager .pager__items .pager__item--previous{
  margin-right: 5rem;
}

.pager .pager__items .pager__item--next{
  margin-left: 5rem;
}

.pager .pager__items {
  width: 50% !important;
}

.paragraph blockquote p{
  font-size: 3rem;
  line-height: 3rem;
}

.ejsInhaltVersetzt .field-node-body{
  width: 100% !important;
}

.freeTags div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.freeTags div div{
  margin-right: 2rem;
}

.freeTags div div a::before{
  content: "# ";
}

/*Glossar*/

#glossarPage .letterBig{
  font-size: 5rem;
  font-weight: bold;
  margin-top: 4rem;
  display: block;
  margin-bottom: 2rem;
}

#glossarPage #glossarnavi a{
  border: 1px solid #A8012F;
  padding: 3px 7px;
  margin-right: 9px;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 3rem;
}

#glossarPage #glossarnavi a{
  color:#fff;
}

#glossarPage #glossarnavi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.upper-footer{
  padding: 3rem 0;
}

#footerMenu a{
  margin-right: 7rem;
}

#fotterLeft{
  width: 60%;
}

#followUs{
  width: 40%;
}#views-exposed-form-stellenangebote-block-1 select option {
  font-family: ProfileProRegular !important;
}

#views-exposed-form-stellenangebote-block-1 label{
  font-family: ProfileProBold;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 27px;
  margin-left: 0;
}

.js-pager__items{
  margin-left: auto !important;
  margin-right: auto !important;
  list-style: none !important;
  width: 30%;
}

.js-pager__items .pager__item a{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(25, 39, 75);
  border-radius: 0px;
  color:white;
  padding: 5px;
  cursor: pointer;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .js-pager__items{
    width: 100%;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}/* 
.slick--view--teaser-images-slider-media .slick__arrow{
    margin-top: 190px !important;
    width: 105px;
}

.slick--view--teaser-images-slider-media{
    margin-bottom: 15rem;
}


.slick--view--teaser-images-slider-media .slick-next{
    right: 0 !important;
    float: right;
}

.slick-next{
    background: url(/themes/custom/ejs/src/icons/ic_chevron_right_white.svg) no-repeat !important;
    background-position: 25px 7px !important;
}

.slick-prev{
    background: url(/themes/custom/ejs/src/icons/ic_chevron_left_white.svg) no-repeat !important;
    background-position: 5px 7px !important;
}

.slick--view--teaser-images-slider-media .slick-prev{
    left: 0 !important;
    float: left;
}


.slick--view--teaser-images-slider-media .slick-arrow{
background-color: #e40019 !important;
border-radius: 0 !important;
height: 40px !important;
width: 53px !important;
}

.slick--view--teaser-images-slider-media .slick-list{
    margin-bottom: 2%;
}

.slick--view--teaser-images-slider-media .slick-slide{
    margin-right: 15px;
}

.slick--view--teaser-images-slider-media .slick-slide img, .slick--view--teaser-images-slider-media .slick-slide video{
    height: 281px;
    width: 100%;
}

.views-field-field-teaser-content-headline{
    font-size: 3.375rem;
    line-height: 4.0625rem;
    letter-spacing: -0.0625rem;
    margin-bottom: 1rem !important;
    font-family: NeurialGroteskBold;
}

.views-field-field-teaser-content-paragraph{
    font-size: 2.25rem;
    line-height: 3rem;
    font-family: NeurialGroteskRegular;
    font-weight: 400;
    margin-bottom: 1rem !important;
}

.views-field-field-teaser-content-paragprah p{
    font-size: 1.25rem;
    line-height: 1.9375rem;
    margin-bottom: 3rem;
}

#cboxWrapper, #colorbox{
    border-radius: 0;
}

#cboxTitle{
    background-color: transparent  !important;
    display: block !important;
    top: 0px;
}

#cboxContent{
    display: flex;
    justify-content: center;
}

#cboxClose{
    top: 5px;
}

#cboxClose{
    background: url(/themes/custom/ejs/src/icons/ic_close.svg) no-repeat !important;
    background-size: 12px 12px !important;
}

#cboxPrevious{
    background: url(/themes/custom/ejs/src/icons/ic_chevron_left_white.svg) no-repeat !important;
    width: 50px !important;
    background-position: 5px 0px !important;
}

#cboxNext{
    background: url(/themes/custom/ejs/src/icons/ic_chevron_right_white.svg) no-repeat !important;
    width: 50px !important;
    background-position: 25px 0px !important;
}

#cboxNext img{
    float: right;    
}

#cboxPrevious, #cboxNext{
    background: none;
    background-color:rgb(228, 0, 25) !important;
}

.bulletContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 90%;
}

.bullet-gallery{
    height: 6px;
    width: 6px;
    background-color: rgb(183, 188, 191);
    border-radius: 10px;
    margin-right: 5px;
}

.active-teaser-bullet{
    background-color:rgb(228, 0, 25);
}

#cboxLoadedContent{
    position: absolute !important;
    top: 40px !important;
}

#cboxLoadedContent img{
    height: 81% !important;
    width: 100% !important;
}

@media only screen and (max-width: 991px) {
    .slick--view--teaser-images-slider-media .slick__arrow{
        margin: auto;
    }

    .views-field-field-teaser-content-headline{
        font-size: 3rem;
    }
    
    .views-field-field-teaser-content-paragraph{
        font-size: 2rem;
    }
    
    .views-field-field-teaser-content-paragprah p{
        font-size: 1rem;  
    }
}

@media only screen and (max-width: 768px) {
    .views-field-field-teaser-content-headline{
        font-size: 2.5rem;
    }
    
    .views-field-field-teaser-content-paragraph{
        font-size: 1.875rem;
    }
    
    .views-field-field-teaser-content-paragprah p{
        font-size: 1rem;  
    }
}

@media only screen and (max-width: 670px) {
    .slick--view--teaser-images-slider-media {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }

    .slick--view--teaser-images-slider-media .slick__arrow{
        margin-left: 3.5%;
    }

    .views-row .views-field-field-teaser-content-headline, .views-row .views-field-field-teaser-content-paragraph, .views-row .views-field-field-teaser-content-paragprah{
        padding-left: 1.5rem !important;
    }
} */
/* .slick__arrow{
    margin-top: 8%;
}

.slick-next{
    right: 46%;
}

.slick-prev{
    left: 46%;
}

.slick-next img{
    right: 46%;
    float: right;
}

.slick-prev img{
    left: 46%;
    float: left;
}

.slick-arrow{
background-color: #e40019 !important;
border-radius: 0 !important;
height: 2rem !important;
width: 3rem !important; 
}

.slick-dots li button::before{
    font-size: 0.5rem !important;
}

.slick-dots li.slick-active button:before, .slick-dots li button:hover::before{
    color: rgb(228, 0, 25) !important; 
    opacity: 1;
}

.slick-list{
    margin-bottom: 2%;
}

.slick-next::before{
    content: '';
}


.slick-prev::before{
    content: '';
}

.slick-arrow::before{
    color: white !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    position: absolute;
    top: 3px;
    font-size: 25px;
}

@media only screen and (max-width: 991px) {
.slick__arrow{
    margin-top: 80px;
    width: 63px;
    margin-left: 42%;
    margin-right: 42%;
}

.slick-arrow{
    height: 1.5rem !important;
    width: 2rem !important;
}

.slick-slide{
    margin-right: 15px;
}

.slick-arrow::before{
    font-size: 15px;
}

.slick-next::before{
    right: 10px !important;
}

.slick-next{
    right: 0;
}

.slick-next img{
    float: right;
}

.slick-prev{
    left: 0;
}

.slick-prev img{
    float: left;
}
} */.media-oembed-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Large (lg) */

@media (min-width: 1024px) {
  .media-oembed-content {
    height: 26rem;
    width: 80%;
  }
}.bewerbungsformular details div:last-child {
  margin-bottom: 4rem;
}

.bewerbungsformular summary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative !important;
  font-size: 1.25rem !important;
  line-height: 1.6875rem !important;
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  border-top-width: 1px !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 0 !important;
  border-radius: 0 !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  outline: none;
  /* list-style-position: inside;
    direction: rtl; */
}

.bewerbungsformular summary::before {
  position: absolute !important;
  right: 0 !important;
}

.bewerbungsformular summary[aria-expanded="true"]::before {
  content: url("/themes/custom/ejs/dist/icon/ic_expand.svg");
}

.bewerbungsformular summary[aria-expanded="false"]::before {
  content: url("/themes/custom/ejs/dist/icon/ic_collapse.svg");
}
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/base";
 */

/*! 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: 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: SFMono-Regular, 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;
}

/* Definition of Font Faces */

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

  src: 
    /* IE6-IE8 */
      url("../fonts/ProfilePro.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/ProfilePro.woff")
      format("woff")
}

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

  src: 
    /* IE6-IE8 */
      url("../fonts/ProfilePro-Ita.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/ProfilePro-Ita.woff")
      format("woff")
}

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

  src: 
    /* IE6-IE8 */ 
      url("../fonts/ProfilePro-Bold.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/ProfilePro-Bold.woff")
      format("woff")
}

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

  src: 
    /* IE6-IE8 */
      url("../fonts/ProfilePro-Bold.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/ProfilePro-Bold.woff")
      format("woff")
}

/* Header */

h1,
h2,
h5 {
  font-family: ProfileProBold;
}

h1 {
  font-size: 3.375rem;
  line-height: 4rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-style: italic;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.25rem;
  line-height: 1.688rem;
  margin-bottom: 1.5rem;
}

cite {
  font-style: normal;
}

/* #block-ejs-content a {
  @apply underline;
}

#block-ejs-content a:hover {
  @apply text-blue-light;
}

#block-ejs-content a:active {
  @apply text-blue-lighter;
} */

html {
  --text-opacity: 1;
  color: #1a1a1a;
  color: rgba(26, 26, 26, var(--text-opacity));
  font-family: ProfileProRegular;
}

/* Medium (md) */

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.04625rem;
  }

  h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 400;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }

  h4 {
    font-size: 1.125rem;
    line-height: 1.625;
  }

  h5 {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.6875rem;
  }
}

strong {
  font-family: ProfileProBold;
}

em {
  font-family: ProfileProRegularItalic;
}

.node-content ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.node-content ol {
  list-style-type: decimal;
  padding-left: 2rem;
}

.node-content ul, ol {
  font-size: 1.125rem;
  line-height: 1.688rem;
}

html, body {
  overflow-x: hidden;
}

/**
  * This injects any component classes registered by plugins.
  *
  * If using `postcss-import`, use this import instead:
  *
  * @import "tailwindcss/components";
  */

.container {
  width: 100%;
}

@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;
  }
}

/**
  * Here you would add any of your custom component classes; stuff that you'd
  * want loaded *before* the utilities so that the utilities could still
  * override them.
  *
  * Example:
  *
  * .btn { ... }
  * .form-input { ... }
  *
  * Or if using a preprocessor or `postcss-import`:
  *
  * @import "components/buttons";
  * @import "components/forms";
  */

.node__content p,
.node__content ul,
.node__content ol {
  margin-bottom: 1rem;
}

/* Administration */

.block-ejs-main-menu ul > li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/**
  * This injects all of Tailwind's utility classes, generated based on your
  * config file.
  *
  * If using `postcss-import`, use this import instead:
  *
  * @import "tailwindcss/utilities";
  */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important;
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important;
}

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-32 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(32px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(32px * var(--divide-y-reverse)) !important;
}

.divide-x-32 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(32px * var(--divide-x-reverse)) !important;
  border-left-width: calc(32px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important;
}

.divide-black-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.divide-red > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e40019 !important;
  border-color: rgba(228, 0, 25, var(--divide-opacity)) !important;
}

.divide-red-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c60016 !important;
  border-color: rgba(198, 0, 22, var(--divide-opacity)) !important;
}

.divide-blue-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #009ee3 !important;
  border-color: rgba(0, 158, 227, var(--divide-opacity)) !important;
}

.divide-blue-lighter > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #19274b !important;
  border-color: rgba(25, 39, 75, var(--divide-opacity)) !important;
}

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1a1a1a !important;
  border-color: rgba(26, 26, 26, var(--divide-opacity)) !important;
}

.divide-grey-darkest > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4d4d4d !important;
  border-color: rgba(77, 77, 77, var(--divide-opacity)) !important;
}

.divide-grey-darker > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #596a73 !important;
  border-color: rgba(89, 106, 115, var(--divide-opacity)) !important;
}

.divide-grey-lighter > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ececed !important;
  border-color: rgba(236, 236, 237, var(--divide-opacity)) !important;
}

.divide-grey-flyout > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #707a83 !important;
  border-color: rgba(112, 122, 131, var(--divide-opacity)) !important;
}

.divide-green > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #5AAA41 !important;
  border-color: rgba(90, 170, 65, var(--divide-opacity)) !important;
}

.divide-green-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #407E17 !important;
  border-color: rgba(64, 126, 23, var(--divide-opacity)) !important;
}

.divide-grey-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4c4c4c !important;
  border-color: rgba(76, 76, 76, var(--divide-opacity)) !important;
}

.divide-grey-medium > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d8d8d8 !important;
  border-color: rgba(216, 216, 216, var(--divide-opacity)) !important;
}

.divide-grey-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e8e8e8 !important;
  border-color: rgba(232, 232, 232, var(--divide-opacity)) !important;
}

.divide-grey-lightest > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f0f0f0 !important;
  border-color: rgba(240, 240, 240, var(--divide-opacity)) !important;
}

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0 !important;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25 !important;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5 !important;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75 !important;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

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

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

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

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

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-black-dark {
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.bg-white {
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-red {
  --bg-opacity: 1 !important;
  background-color: #e40019 !important;
  background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
}

.bg-red-dark {
  --bg-opacity: 1 !important;
  background-color: #c60016 !important;
  background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
}

.bg-blue-light {
  --bg-opacity: 1 !important;
  background-color: #009ee3 !important;
  background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
}

.bg-blue-lighter {
  --bg-opacity: 1 !important;
  background-color: #19274b !important;
  background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
}

.bg-black {
  --bg-opacity: 1 !important;
  background-color: #1a1a1a !important;
  background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
}

.bg-grey-darkest {
  --bg-opacity: 1 !important;
  background-color: #4d4d4d !important;
  background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
}

.bg-grey-darker {
  --bg-opacity: 1 !important;
  background-color: #596a73 !important;
  background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
}

.bg-grey-lighter {
  --bg-opacity: 1 !important;
  background-color: #ececed !important;
  background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
}

.bg-grey-flyout {
  --bg-opacity: 1 !important;
  background-color: #707a83 !important;
  background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
}

.bg-green {
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
}

.bg-green-dark {
  --bg-opacity: 1 !important;
  background-color: #407E17 !important;
  background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
}

.bg-grey-dark {
  --bg-opacity: 1 !important;
  background-color: #4c4c4c !important;
  background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
}

.bg-grey-medium {
  --bg-opacity: 1 !important;
  background-color: #d8d8d8 !important;
  background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
}

.bg-grey-light {
  --bg-opacity: 1 !important;
  background-color: #e8e8e8 !important;
  background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
}

.bg-grey-lightest {
  --bg-opacity: 1 !important;
  background-color: #f0f0f0 !important;
  background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
}

.hover\:bg-black-dark:hover {
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover\:bg-red:hover {
  --bg-opacity: 1 !important;
  background-color: #e40019 !important;
  background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
}

.hover\:bg-red-dark:hover {
  --bg-opacity: 1 !important;
  background-color: #c60016 !important;
  background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
}

.hover\:bg-blue-light:hover {
  --bg-opacity: 1 !important;
  background-color: #009ee3 !important;
  background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
}

.hover\:bg-blue-lighter:hover {
  --bg-opacity: 1 !important;
  background-color: #19274b !important;
  background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
}

.hover\:bg-black:hover {
  --bg-opacity: 1 !important;
  background-color: #1a1a1a !important;
  background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
}

.hover\:bg-grey-darkest:hover {
  --bg-opacity: 1 !important;
  background-color: #4d4d4d !important;
  background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
}

.hover\:bg-grey-darker:hover {
  --bg-opacity: 1 !important;
  background-color: #596a73 !important;
  background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
}

.hover\:bg-grey-lighter:hover {
  --bg-opacity: 1 !important;
  background-color: #ececed !important;
  background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
}

.hover\:bg-grey-flyout:hover {
  --bg-opacity: 1 !important;
  background-color: #707a83 !important;
  background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
}

.hover\:bg-green:hover {
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
}

.hover\:bg-green-dark:hover {
  --bg-opacity: 1 !important;
  background-color: #407E17 !important;
  background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
}

.hover\:bg-grey-dark:hover {
  --bg-opacity: 1 !important;
  background-color: #4c4c4c !important;
  background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
}

.hover\:bg-grey-medium:hover {
  --bg-opacity: 1 !important;
  background-color: #d8d8d8 !important;
  background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
}

.hover\:bg-grey-light:hover {
  --bg-opacity: 1 !important;
  background-color: #e8e8e8 !important;
  background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
}

.hover\:bg-grey-lightest:hover {
  --bg-opacity: 1 !important;
  background-color: #f0f0f0 !important;
  background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
}

.focus\:bg-black-dark:focus {
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.focus\:bg-white:focus {
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.focus\:bg-red:focus {
  --bg-opacity: 1 !important;
  background-color: #e40019 !important;
  background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
}

.focus\:bg-red-dark:focus {
  --bg-opacity: 1 !important;
  background-color: #c60016 !important;
  background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
}

.focus\:bg-blue-light:focus {
  --bg-opacity: 1 !important;
  background-color: #009ee3 !important;
  background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
}

.focus\:bg-blue-lighter:focus {
  --bg-opacity: 1 !important;
  background-color: #19274b !important;
  background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
}

.focus\:bg-black:focus {
  --bg-opacity: 1 !important;
  background-color: #1a1a1a !important;
  background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
}

.focus\:bg-grey-darkest:focus {
  --bg-opacity: 1 !important;
  background-color: #4d4d4d !important;
  background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
}

.focus\:bg-grey-darker:focus {
  --bg-opacity: 1 !important;
  background-color: #596a73 !important;
  background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
}

.focus\:bg-grey-lighter:focus {
  --bg-opacity: 1 !important;
  background-color: #ececed !important;
  background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
}

.focus\:bg-grey-flyout:focus {
  --bg-opacity: 1 !important;
  background-color: #707a83 !important;
  background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
}

.focus\:bg-green:focus {
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
}

.focus\:bg-green-dark:focus {
  --bg-opacity: 1 !important;
  background-color: #407E17 !important;
  background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
}

.focus\:bg-grey-dark:focus {
  --bg-opacity: 1 !important;
  background-color: #4c4c4c !important;
  background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
}

.focus\:bg-grey-medium:focus {
  --bg-opacity: 1 !important;
  background-color: #d8d8d8 !important;
  background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
}

.focus\:bg-grey-light:focus {
  --bg-opacity: 1 !important;
  background-color: #e8e8e8 !important;
  background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
}

.focus\:bg-grey-lightest:focus {
  --bg-opacity: 1 !important;
  background-color: #f0f0f0 !important;
  background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
}

.active\:bg-black-dark:active {
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.active\:bg-white:active {
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.active\:bg-red:active {
  --bg-opacity: 1 !important;
  background-color: #e40019 !important;
  background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
}

.active\:bg-red-dark:active {
  --bg-opacity: 1 !important;
  background-color: #c60016 !important;
  background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
}

.active\:bg-blue-light:active {
  --bg-opacity: 1 !important;
  background-color: #009ee3 !important;
  background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
}

.active\:bg-blue-lighter:active {
  --bg-opacity: 1 !important;
  background-color: #19274b !important;
  background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
}

.active\:bg-black:active {
  --bg-opacity: 1 !important;
  background-color: #1a1a1a !important;
  background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
}

.active\:bg-grey-darkest:active {
  --bg-opacity: 1 !important;
  background-color: #4d4d4d !important;
  background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
}

.active\:bg-grey-darker:active {
  --bg-opacity: 1 !important;
  background-color: #596a73 !important;
  background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
}

.active\:bg-grey-lighter:active {
  --bg-opacity: 1 !important;
  background-color: #ececed !important;
  background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
}

.active\:bg-grey-flyout:active {
  --bg-opacity: 1 !important;
  background-color: #707a83 !important;
  background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
}

.active\:bg-green:active {
  --bg-opacity: 1 !important;
  background-color: #5AAA41 !important;
  background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
}

.active\:bg-green-dark:active {
  --bg-opacity: 1 !important;
  background-color: #407E17 !important;
  background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
}

.active\:bg-grey-dark:active {
  --bg-opacity: 1 !important;
  background-color: #4c4c4c !important;
  background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
}

.active\:bg-grey-medium:active {
  --bg-opacity: 1 !important;
  background-color: #d8d8d8 !important;
  background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
}

.active\:bg-grey-light:active {
  --bg-opacity: 1 !important;
  background-color: #e8e8e8 !important;
  background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
}

.active\:bg-grey-lightest:active {
  --bg-opacity: 1 !important;
  background-color: #f0f0f0 !important;
  background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
}

.bg-opacity-0 {
  --bg-opacity: 0 !important;
}

.bg-opacity-25 {
  --bg-opacity: 0.25 !important;
}

.bg-opacity-50 {
  --bg-opacity: 0.5 !important;
}

.bg-opacity-75 {
  --bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --bg-opacity: 0.8 !important;
}

.bg-opacity-100 {
  --bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0 !important;
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover {
  --bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0 !important;
}

.focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus {
  --bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1 !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.border-black-dark {
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.border-white {
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-red {
  --border-opacity: 1 !important;
  border-color: #e40019 !important;
  border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
}

.border-red-dark {
  --border-opacity: 1 !important;
  border-color: #c60016 !important;
  border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
}

.border-blue-light {
  --border-opacity: 1 !important;
  border-color: #009ee3 !important;
  border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
}

.border-blue-lighter {
  --border-opacity: 1 !important;
  border-color: #19274b !important;
  border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
}

.border-black {
  --border-opacity: 1 !important;
  border-color: #1a1a1a !important;
  border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
}

.border-grey-darkest {
  --border-opacity: 1 !important;
  border-color: #4d4d4d !important;
  border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
}

.border-grey-darker {
  --border-opacity: 1 !important;
  border-color: #596a73 !important;
  border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
}

.border-grey-lighter {
  --border-opacity: 1 !important;
  border-color: #ececed !important;
  border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
}

.border-grey-flyout {
  --border-opacity: 1 !important;
  border-color: #707a83 !important;
  border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
}

.border-green {
  --border-opacity: 1 !important;
  border-color: #5AAA41 !important;
  border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
}

.border-green-dark {
  --border-opacity: 1 !important;
  border-color: #407E17 !important;
  border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
}

.border-grey-dark {
  --border-opacity: 1 !important;
  border-color: #4c4c4c !important;
  border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
}

.border-grey-medium {
  --border-opacity: 1 !important;
  border-color: #d8d8d8 !important;
  border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
}

.border-grey-light {
  --border-opacity: 1 !important;
  border-color: #e8e8e8 !important;
  border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
}

.border-grey-lightest {
  --border-opacity: 1 !important;
  border-color: #f0f0f0 !important;
  border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
}

.hover\:border-black-dark:hover {
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.hover\:border-white:hover {
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover\:border-red:hover {
  --border-opacity: 1 !important;
  border-color: #e40019 !important;
  border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
}

.hover\:border-red-dark:hover {
  --border-opacity: 1 !important;
  border-color: #c60016 !important;
  border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
}

.hover\:border-blue-light:hover {
  --border-opacity: 1 !important;
  border-color: #009ee3 !important;
  border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
}

.hover\:border-blue-lighter:hover {
  --border-opacity: 1 !important;
  border-color: #19274b !important;
  border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
}

.hover\:border-black:hover {
  --border-opacity: 1 !important;
  border-color: #1a1a1a !important;
  border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
}

.hover\:border-grey-darkest:hover {
  --border-opacity: 1 !important;
  border-color: #4d4d4d !important;
  border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
}

.hover\:border-grey-darker:hover {
  --border-opacity: 1 !important;
  border-color: #596a73 !important;
  border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
}

.hover\:border-grey-lighter:hover {
  --border-opacity: 1 !important;
  border-color: #ececed !important;
  border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
}

.hover\:border-grey-flyout:hover {
  --border-opacity: 1 !important;
  border-color: #707a83 !important;
  border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
}

.hover\:border-green:hover {
  --border-opacity: 1 !important;
  border-color: #5AAA41 !important;
  border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
}

.hover\:border-green-dark:hover {
  --border-opacity: 1 !important;
  border-color: #407E17 !important;
  border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
}

.hover\:border-grey-dark:hover {
  --border-opacity: 1 !important;
  border-color: #4c4c4c !important;
  border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
}

.hover\:border-grey-medium:hover {
  --border-opacity: 1 !important;
  border-color: #d8d8d8 !important;
  border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
}

.hover\:border-grey-light:hover {
  --border-opacity: 1 !important;
  border-color: #e8e8e8 !important;
  border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
}

.hover\:border-grey-lightest:hover {
  --border-opacity: 1 !important;
  border-color: #f0f0f0 !important;
  border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
}

.focus\:border-black-dark:focus {
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.focus\:border-white:focus {
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus\:border-red:focus {
  --border-opacity: 1 !important;
  border-color: #e40019 !important;
  border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
}

.focus\:border-red-dark:focus {
  --border-opacity: 1 !important;
  border-color: #c60016 !important;
  border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
}

.focus\:border-blue-light:focus {
  --border-opacity: 1 !important;
  border-color: #009ee3 !important;
  border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
}

.focus\:border-blue-lighter:focus {
  --border-opacity: 1 !important;
  border-color: #19274b !important;
  border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
}

.focus\:border-black:focus {
  --border-opacity: 1 !important;
  border-color: #1a1a1a !important;
  border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
}

.focus\:border-grey-darkest:focus {
  --border-opacity: 1 !important;
  border-color: #4d4d4d !important;
  border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
}

.focus\:border-grey-darker:focus {
  --border-opacity: 1 !important;
  border-color: #596a73 !important;
  border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
}

.focus\:border-grey-lighter:focus {
  --border-opacity: 1 !important;
  border-color: #ececed !important;
  border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
}

.focus\:border-grey-flyout:focus {
  --border-opacity: 1 !important;
  border-color: #707a83 !important;
  border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
}

.focus\:border-green:focus {
  --border-opacity: 1 !important;
  border-color: #5AAA41 !important;
  border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
}

.focus\:border-green-dark:focus {
  --border-opacity: 1 !important;
  border-color: #407E17 !important;
  border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
}

.focus\:border-grey-dark:focus {
  --border-opacity: 1 !important;
  border-color: #4c4c4c !important;
  border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
}

.focus\:border-grey-medium:focus {
  --border-opacity: 1 !important;
  border-color: #d8d8d8 !important;
  border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
}

.focus\:border-grey-light:focus {
  --border-opacity: 1 !important;
  border-color: #e8e8e8 !important;
  border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
}

.focus\:border-grey-lightest:focus {
  --border-opacity: 1 !important;
  border-color: #f0f0f0 !important;
  border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
}

.border-opacity-0 {
  --border-opacity: 0 !important;
}

.border-opacity-25 {
  --border-opacity: 0.25 !important;
}

.border-opacity-50 {
  --border-opacity: 0.5 !important;
}

.border-opacity-75 {
  --border-opacity: 0.75 !important;
}

.border-opacity-100 {
  --border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0 !important;
}

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25 !important;
}

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5 !important;
}

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75 !important;
}

.hover\:border-opacity-100:hover {
  --border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --border-opacity: 0 !important;
}

.focus\:border-opacity-25:focus {
  --border-opacity: 0.25 !important;
}

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5 !important;
}

.focus\:border-opacity-75:focus {
  --border-opacity: 0.75 !important;
}

.focus\:border-opacity-100:focus {
  --border-opacity: 1 !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-32 {
  border-width: 32px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-t-32 {
  border-top-width: 32px !important;
}

.border-r-32 {
  border-right-width: 32px !important;
}

.border-b-32 {
  border-bottom-width: 32px !important;
}

.border-l-32 {
  border-left-width: 32px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.box-border {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.box-content {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

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

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table-row {
  display: table-row !important;
}

.flow-root {
  display: flow-root !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.hidden {
  display: none !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-initial {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}

.flex-none {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

.order-first {
  -webkit-box-ordinal-group: -9998 !important;
      -ms-flex-order: -9999 !important;
          order: -9999 !important;
}

.order-last {
  -webkit-box-ordinal-group: 10000 !important;
      -ms-flex-order: 9999 !important;
          order: 9999 !important;
}

.order-none {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

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

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

.float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

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

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

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.font-ng-medium {
  font-family: ProfilePro !important;
}

.font-ng-regular {
  font-family: ProfileProRegular !important;
}

.font-ng-semibold {
  font-family: ProfileProBold !important;
}

.font-ng-bold {
  font-family: ProfileProBold !important;
}

.font-ng-italic {
  font-family: ProfileProRegularItalic !important;
}

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.hover\:font-hairline:hover {
  font-weight: 100 !important;
}

.hover\:font-thin:hover {
  font-weight: 200 !important;
}

.hover\:font-light:hover {
  font-weight: 300 !important;
}

.hover\:font-normal:hover {
  font-weight: 400 !important;
}

.hover\:font-medium:hover {
  font-weight: 500 !important;
}

.hover\:font-semibold:hover {
  font-weight: 600 !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:font-black:hover {
  font-weight: 900 !important;
}

.focus\:font-hairline:focus {
  font-weight: 100 !important;
}

.focus\:font-thin:focus {
  font-weight: 200 !important;
}

.focus\:font-light:focus {
  font-weight: 300 !important;
}

.focus\:font-normal:focus {
  font-weight: 400 !important;
}

.focus\:font-medium:focus {
  font-weight: 500 !important;
}

.focus\:font-semibold:focus {
  font-weight: 600 !important;
}

.focus\:font-bold:focus {
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus {
  font-weight: 800 !important;
}

.focus\:font-black:focus {
  font-weight: 900 !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-22 {
  height: 5.5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-25 {
  height: 6.25rem !important;
}

.h-30 {
  height: 7.5rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-38 {
  height: 9rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-75 {
  height: 18.5rem !important;
}

.h-80 {
  height: 5rem !important;
}

.h-88 {
  height: 5.5rem !important;
}

.h-92 {
  height: 23rem !important;
}

.h-94 {
  height: 23.5rem !important;
}

.h-100 {
  height: 26rem !important;
}

.h-200 {
  height: 50rem !important;
}

.h-9999 {
  height: 9999rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.text-0 {
  font-size: 0rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.text-basesm {
  font-size: 0.9375rem !important;
}

.text-4xll {
  font-size: 2.5rem !important;
}

.text-5xll {
  font-size: 3.375rem !important;
}

.leading-3 {
  line-height: .75rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-9 {
  line-height: 2.25rem !important;
}

.leading-10 {
  line-height: 2.5rem !important;
}

.leading-12 {
  line-height: 3rem !important;
}

.leading-16 {
  line-height: 4rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.leading-snuger {
  line-height: 1.3rem !important;
}

.leading-7sm {
  line-height: 1.6875rem !important;
}

.leading-8sm {
  line-height: 1.9375rem !important;
}

.leading-16l {
  line-height: 4.0625rem !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

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

.m-6 {
  margin: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

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

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-22 {
  margin: 5.5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-25 {
  margin: 6.25rem !important;
}

.m-30 {
  margin: 7.5rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-38 {
  margin: 9rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-75 {
  margin: 18.5rem !important;
}

.m-80 {
  margin: 5rem !important;
}

.m-88 {
  margin: 5.5rem !important;
}

.m-9999 {
  margin: 9999rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

.-m-1 {
  margin: -0.25rem !important;
}

.-m-2 {
  margin: -0.5rem !important;
}

.-m-3 {
  margin: -0.75rem !important;
}

.-m-4 {
  margin: -1rem !important;
}

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

.-m-6 {
  margin: -1.5rem !important;
}

.-m-8 {
  margin: -2rem !important;
}

.-m-9 {
  margin: -2.25rem !important;
}

.-m-10 {
  margin: -2.5rem !important;
}

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

.-m-14 {
  margin: -3.5rem !important;
}

.-m-16 {
  margin: -4rem !important;
}

.-m-20 {
  margin: -5rem !important;
}

.-m-22 {
  margin: -5.5rem !important;
}

.-m-24 {
  margin: -6rem !important;
}

.-m-25 {
  margin: -6.25rem !important;
}

.-m-30 {
  margin: -7.5rem !important;
}

.-m-32 {
  margin: -8rem !important;
}

.-m-38 {
  margin: -9rem !important;
}

.-m-40 {
  margin: -10rem !important;
}

.-m-48 {
  margin: -12rem !important;
}

.-m-56 {
  margin: -14rem !important;
}

.-m-64 {
  margin: -16rem !important;
}

.-m-75 {
  margin: -18.5rem !important;
}

.-m-80 {
  margin: -5rem !important;
}

.-m-88 {
  margin: -5.5rem !important;
}

.-m-9999 {
  margin: -9999rem !important;
}

.-m-px {
  margin: -1px !important;
}

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

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

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

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

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

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

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.mx-22 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-25 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mx-25 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.my-30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mx-30 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-38 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.mx-38 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-75 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

.mx-75 {
  margin-left: 18.5rem !important;
  margin-right: 18.5rem !important;
}

.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-80 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-88 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.mx-88 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.my-9999 {
  margin-top: 9999rem !important;
  margin-bottom: 9999rem !important;
}

.mx-9999 {
  margin-left: 9999rem !important;
  margin-right: 9999rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

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

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

.-my-6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-my-9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.-mx-9 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

.-my-10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

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

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

.-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-22 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.-mx-22 {
  margin-left: -5.5rem !important;
  margin-right: -5.5rem !important;
}

.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-my-25 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.-mx-25 {
  margin-left: -6.25rem !important;
  margin-right: -6.25rem !important;
}

.-my-30 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.-mx-30 {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important;
}

.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-my-38 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.-mx-38 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-my-75 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important;
}

.-mx-75 {
  margin-left: -18.5rem !important;
  margin-right: -18.5rem !important;
}

.-my-80 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-80 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-88 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.-mx-88 {
  margin-left: -5.5rem !important;
  margin-right: -5.5rem !important;
}

.-my-9999 {
  margin-top: -9999rem !important;
  margin-bottom: -9999rem !important;
}

.-mx-9999 {
  margin-left: -9999rem !important;
  margin-right: -9999rem !important;
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

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

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

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

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

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

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

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

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

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

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

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

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

.mt-14 {
  margin-top: 3.5rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mt-22 {
  margin-top: 5.5rem !important;
}

.mr-22 {
  margin-right: 5.5rem !important;
}

.mb-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22 {
  margin-left: 5.5rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mt-25 {
  margin-top: 6.25rem !important;
}

.mr-25 {
  margin-right: 6.25rem !important;
}

.mb-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25 {
  margin-left: 6.25rem !important;
}

.mt-30 {
  margin-top: 7.5rem !important;
}

.mr-30 {
  margin-right: 7.5rem !important;
}

.mb-30 {
  margin-bottom: 7.5rem !important;
}

.ml-30 {
  margin-left: 7.5rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mt-38 {
  margin-top: 9rem !important;
}

.mr-38 {
  margin-right: 9rem !important;
}

.mb-38 {
  margin-bottom: 9rem !important;
}

.ml-38 {
  margin-left: 9rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.mt-56 {
  margin-top: 14rem !important;
}

.mr-56 {
  margin-right: 14rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.ml-56 {
  margin-left: 14rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.mr-64 {
  margin-right: 16rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.ml-64 {
  margin-left: 16rem !important;
}

.mt-75 {
  margin-top: 18.5rem !important;
}

.mr-75 {
  margin-right: 18.5rem !important;
}

.mb-75 {
  margin-bottom: 18.5rem !important;
}

.ml-75 {
  margin-left: 18.5rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mr-80 {
  margin-right: 5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.ml-80 {
  margin-left: 5rem !important;
}

.mt-88 {
  margin-top: 5.5rem !important;
}

.mr-88 {
  margin-right: 5.5rem !important;
}

.mb-88 {
  margin-bottom: 5.5rem !important;
}

.ml-88 {
  margin-left: 5.5rem !important;
}

.mt-9999 {
  margin-top: 9999rem !important;
}

.mr-9999 {
  margin-right: 9999rem !important;
}

.mb-9999 {
  margin-bottom: 9999rem !important;
}

.ml-9999 {
  margin-left: 9999rem !important;
}

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

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

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

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

.mt-px {
  margin-top: 1px !important;
}

.mr-px {
  margin-right: 1px !important;
}

.mb-px {
  margin-bottom: 1px !important;
}

.ml-px {
  margin-left: 1px !important;
}

.-mt-1 {
  margin-top: -0.25rem !important;
}

.-mr-1 {
  margin-right: -0.25rem !important;
}

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-ml-1 {
  margin-left: -0.25rem !important;
}

.-mt-2 {
  margin-top: -0.5rem !important;
}

.-mr-2 {
  margin-right: -0.5rem !important;
}

.-mb-2 {
  margin-bottom: -0.5rem !important;
}

.-ml-2 {
  margin-left: -0.5rem !important;
}

.-mt-3 {
  margin-top: -0.75rem !important;
}

.-mr-3 {
  margin-right: -0.75rem !important;
}

.-mb-3 {
  margin-bottom: -0.75rem !important;
}

.-ml-3 {
  margin-left: -0.75rem !important;
}

.-mt-4 {
  margin-top: -1rem !important;
}

.-mr-4 {
  margin-right: -1rem !important;
}

.-mb-4 {
  margin-bottom: -1rem !important;
}

.-ml-4 {
  margin-left: -1rem !important;
}

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

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

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

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

.-mt-6 {
  margin-top: -1.5rem !important;
}

.-mr-6 {
  margin-right: -1.5rem !important;
}

.-mb-6 {
  margin-bottom: -1.5rem !important;
}

.-ml-6 {
  margin-left: -1.5rem !important;
}

.-mt-8 {
  margin-top: -2rem !important;
}

.-mr-8 {
  margin-right: -2rem !important;
}

.-mb-8 {
  margin-bottom: -2rem !important;
}

.-ml-8 {
  margin-left: -2rem !important;
}

.-mt-9 {
  margin-top: -2.25rem !important;
}

.-mr-9 {
  margin-right: -2.25rem !important;
}

.-mb-9 {
  margin-bottom: -2.25rem !important;
}

.-ml-9 {
  margin-left: -2.25rem !important;
}

.-mt-10 {
  margin-top: -2.5rem !important;
}

.-mr-10 {
  margin-right: -2.5rem !important;
}

.-mb-10 {
  margin-bottom: -2.5rem !important;
}

.-ml-10 {
  margin-left: -2.5rem !important;
}

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

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

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

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

.-mt-14 {
  margin-top: -3.5rem !important;
}

.-mr-14 {
  margin-right: -3.5rem !important;
}

.-mb-14 {
  margin-bottom: -3.5rem !important;
}

.-ml-14 {
  margin-left: -3.5rem !important;
}

.-mt-16 {
  margin-top: -4rem !important;
}

.-mr-16 {
  margin-right: -4rem !important;
}

.-mb-16 {
  margin-bottom: -4rem !important;
}

.-ml-16 {
  margin-left: -4rem !important;
}

.-mt-20 {
  margin-top: -5rem !important;
}

.-mr-20 {
  margin-right: -5rem !important;
}

.-mb-20 {
  margin-bottom: -5rem !important;
}

.-ml-20 {
  margin-left: -5rem !important;
}

.-mt-22 {
  margin-top: -5.5rem !important;
}

.-mr-22 {
  margin-right: -5.5rem !important;
}

.-mb-22 {
  margin-bottom: -5.5rem !important;
}

.-ml-22 {
  margin-left: -5.5rem !important;
}

.-mt-24 {
  margin-top: -6rem !important;
}

.-mr-24 {
  margin-right: -6rem !important;
}

.-mb-24 {
  margin-bottom: -6rem !important;
}

.-ml-24 {
  margin-left: -6rem !important;
}

.-mt-25 {
  margin-top: -6.25rem !important;
}

.-mr-25 {
  margin-right: -6.25rem !important;
}

.-mb-25 {
  margin-bottom: -6.25rem !important;
}

.-ml-25 {
  margin-left: -6.25rem !important;
}

.-mt-30 {
  margin-top: -7.5rem !important;
}

.-mr-30 {
  margin-right: -7.5rem !important;
}

.-mb-30 {
  margin-bottom: -7.5rem !important;
}

.-ml-30 {
  margin-left: -7.5rem !important;
}

.-mt-32 {
  margin-top: -8rem !important;
}

.-mr-32 {
  margin-right: -8rem !important;
}

.-mb-32 {
  margin-bottom: -8rem !important;
}

.-ml-32 {
  margin-left: -8rem !important;
}

.-mt-38 {
  margin-top: -9rem !important;
}

.-mr-38 {
  margin-right: -9rem !important;
}

.-mb-38 {
  margin-bottom: -9rem !important;
}

.-ml-38 {
  margin-left: -9rem !important;
}

.-mt-40 {
  margin-top: -10rem !important;
}

.-mr-40 {
  margin-right: -10rem !important;
}

.-mb-40 {
  margin-bottom: -10rem !important;
}

.-ml-40 {
  margin-left: -10rem !important;
}

.-mt-48 {
  margin-top: -12rem !important;
}

.-mr-48 {
  margin-right: -12rem !important;
}

.-mb-48 {
  margin-bottom: -12rem !important;
}

.-ml-48 {
  margin-left: -12rem !important;
}

.-mt-56 {
  margin-top: -14rem !important;
}

.-mr-56 {
  margin-right: -14rem !important;
}

.-mb-56 {
  margin-bottom: -14rem !important;
}

.-ml-56 {
  margin-left: -14rem !important;
}

.-mt-64 {
  margin-top: -16rem !important;
}

.-mr-64 {
  margin-right: -16rem !important;
}

.-mb-64 {
  margin-bottom: -16rem !important;
}

.-ml-64 {
  margin-left: -16rem !important;
}

.-mt-75 {
  margin-top: -18.5rem !important;
}

.-mr-75 {
  margin-right: -18.5rem !important;
}

.-mb-75 {
  margin-bottom: -18.5rem !important;
}

.-ml-75 {
  margin-left: -18.5rem !important;
}

.-mt-80 {
  margin-top: -5rem !important;
}

.-mr-80 {
  margin-right: -5rem !important;
}

.-mb-80 {
  margin-bottom: -5rem !important;
}

.-ml-80 {
  margin-left: -5rem !important;
}

.-mt-88 {
  margin-top: -5.5rem !important;
}

.-mr-88 {
  margin-right: -5.5rem !important;
}

.-mb-88 {
  margin-bottom: -5.5rem !important;
}

.-ml-88 {
  margin-left: -5.5rem !important;
}

.-mt-9999 {
  margin-top: -9999rem !important;
}

.-mr-9999 {
  margin-right: -9999rem !important;
}

.-mb-9999 {
  margin-bottom: -9999rem !important;
}

.-ml-9999 {
  margin-left: -9999rem !important;
}

.-mt-px {
  margin-top: -1px !important;
}

.-mr-px {
  margin-right: -1px !important;
}

.-mb-px {
  margin-bottom: -1px !important;
}

.-ml-px {
  margin-left: -1px !important;
}

.max-h-0 {
  max-height: 0 !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-h-1\/4 {
  max-height: 25% !important;
}

.max-h-1\/2 {
  max-height: 50% !important;
}

.max-h-3\/4 {
  max-height: 75% !important;
}

.max-h-stage-error {
  max-height: 794px !important;
}

.max-h-stage-main {
  max-height: 828px !important;
}

.max-h-banner-download {
  max-height: 272px !important;
}

.max-h-banner-text {
  max-height: 176 !important;
}

.max-w-none {
  max-width: none !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-screen-sm {
  max-width: 640px !important;
}

.max-w-screen-md {
  max-width: 768px !important;
}

.max-w-screen-lg {
  max-width: 1024px !important;
}

.max-w-screen-xl {
  max-width: 1280px !important;
}

.max-w-contact-sm {
  max-width: 17rem !important;
}

.max-w-tile-30 {
  max-width: 23.5rem !important;
}

.max-w-tile-50 {
  max-width: 39rem !important;
}

.max-w-confirm-modal {
  max-width: 60rem !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.min-h-contact-sm {
  min-height: 14.375rem !important;
}

.min-h-teaserbox {
  min-height: 25rem !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-full {
  min-width: 100% !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.outline-none {
  outline: 0 !important;
}

.focus\:outline-none:focus {
  outline: 0 !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-38 {
  padding: 9rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-75 {
  padding: 18.5rem !important;
}

.p-80 {
  padding: 5rem !important;
}

.p-88 {
  padding: 5.5rem !important;
}

.p-9999 {
  padding: 9999rem !important;
}

.p-px {
  padding: 1px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.px-22 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-25 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.px-25 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.py-30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.px-30 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-38 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.px-38 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-75 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

.px-75 {
  padding-left: 18.5rem !important;
  padding-right: 18.5rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-88 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.px-88 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.py-9999 {
  padding-top: 9999rem !important;
  padding-bottom: 9999rem !important;
}

.px-9999 {
  padding-left: 9999rem !important;
  padding-right: 9999rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pt-22 {
  padding-top: 5.5rem !important;
}

.pr-22 {
  padding-right: 5.5rem !important;
}

.pb-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22 {
  padding-left: 5.5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pt-25 {
  padding-top: 6.25rem !important;
}

.pr-25 {
  padding-right: 6.25rem !important;
}

.pb-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25 {
  padding-left: 6.25rem !important;
}

.pt-30 {
  padding-top: 7.5rem !important;
}

.pr-30 {
  padding-right: 7.5rem !important;
}

.pb-30 {
  padding-bottom: 7.5rem !important;
}

.pl-30 {
  padding-left: 7.5rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pt-38 {
  padding-top: 9rem !important;
}

.pr-38 {
  padding-right: 9rem !important;
}

.pb-38 {
  padding-bottom: 9rem !important;
}

.pl-38 {
  padding-left: 9rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pr-56 {
  padding-right: 14rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pl-56 {
  padding-left: 14rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pt-75 {
  padding-top: 18.5rem !important;
}

.pr-75 {
  padding-right: 18.5rem !important;
}

.pb-75 {
  padding-bottom: 18.5rem !important;
}

.pl-75 {
  padding-left: 18.5rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pr-80 {
  padding-right: 5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pl-80 {
  padding-left: 5rem !important;
}

.pt-88 {
  padding-top: 5.5rem !important;
}

.pr-88 {
  padding-right: 5.5rem !important;
}

.pb-88 {
  padding-bottom: 5.5rem !important;
}

.pl-88 {
  padding-left: 5.5rem !important;
}

.pt-9999 {
  padding-top: 9999rem !important;
}

.pr-9999 {
  padding-right: 9999rem !important;
}

.pb-9999 {
  padding-bottom: 9999rem !important;
}

.pl-9999 {
  padding-left: 9999rem !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.pl-px {
  padding-left: 1px !important;
}

.placeholder-black-dark::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black-dark::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-white::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-red::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
}

.placeholder-red::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
}

.placeholder-red::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
}

.placeholder-red::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
}

.placeholder-red-dark::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
}

.placeholder-red-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
}

.placeholder-red-dark::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
}

.placeholder-red-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
}

.placeholder-blue-light::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
}

.placeholder-blue-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
}

.placeholder-blue-light::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
}

.placeholder-blue-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
}

.placeholder-blue-lighter::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
}

.placeholder-blue-lighter::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
}

.placeholder-blue-lighter::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
}

.placeholder-blue-lighter::placeholder {
  --placeholder-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
}

.placeholder-black::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
}

.placeholder-black::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darkest::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darkest::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darkest::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darkest::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darker::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darker::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darker::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darker::placeholder {
  --placeholder-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lighter::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lighter::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lighter::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lighter::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
}

.placeholder-grey-flyout::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
}

.placeholder-grey-flyout::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
}

.placeholder-grey-flyout::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
}

.placeholder-grey-flyout::placeholder {
  --placeholder-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
}

.placeholder-green::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
}

.placeholder-green::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
}

.placeholder-green::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
}

.placeholder-green::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
}

.placeholder-green-dark::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
}

.placeholder-green-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
}

.placeholder-green-dark::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
}

.placeholder-green-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
}

.placeholder-grey-dark::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
}

.placeholder-grey-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
}

.placeholder-grey-dark::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
}

.placeholder-grey-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
}

.placeholder-grey-medium::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
}

.placeholder-grey-medium::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
}

.placeholder-grey-medium::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
}

.placeholder-grey-medium::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
}

.placeholder-grey-light::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
}

.placeholder-grey-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
}

.placeholder-grey-light::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
}

.placeholder-grey-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lightest::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lightest::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lightest::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lightest::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black-dark:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black-dark:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-dark:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-dark:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-light:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-light:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-lighter:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-lighter:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-lighter:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-lighter:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darkest:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darkest:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darkest:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darkest:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darker:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darker:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darker:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darker:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lighter:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lighter:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lighter:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lighter:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-flyout:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-flyout:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-flyout:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-flyout:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-dark:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-dark:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-dark:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-medium:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-medium:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-medium:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-medium:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lightest:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lightest:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lightest:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lightest:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
}

.placeholder-opacity-0::-webkit-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::-webkit-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::-webkit-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::-webkit-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
}

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

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

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.shadow-xs {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.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) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.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) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.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) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.shadow-list {
  -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
}

.hover\:shadow-xs:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-sm:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.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) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.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) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.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) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.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) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.hover\:shadow-list:hover {
  -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
}

.focus\:shadow-xs:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-sm:focus {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.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) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.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) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.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) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.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) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:shadow-2xl:focus {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus\:shadow-list:focus {
  -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-black-dark {
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-red {
  --text-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--text-opacity)) !important;
}

.text-red-dark {
  --text-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--text-opacity)) !important;
}

.text-blue-light {
  --text-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--text-opacity)) !important;
}

.text-blue-lighter {
  --text-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--text-opacity)) !important;
}

.text-black {
  --text-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--text-opacity)) !important;
}

.text-grey-darkest {
  --text-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--text-opacity)) !important;
}

.text-grey-darker {
  --text-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--text-opacity)) !important;
}

.text-grey-lighter {
  --text-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--text-opacity)) !important;
}

.text-grey-flyout {
  --text-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--text-opacity)) !important;
}

.text-green {
  --text-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--text-opacity)) !important;
}

.text-green-dark {
  --text-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--text-opacity)) !important;
}

.text-grey-dark {
  --text-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--text-opacity)) !important;
}

.text-grey-medium {
  --text-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--text-opacity)) !important;
}

.text-grey-light {
  --text-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--text-opacity)) !important;
}

.text-grey-lightest {
  --text-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--text-opacity)) !important;
}

.hover\:text-black-dark:hover {
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover\:text-white:hover {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-red:hover {
  --text-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--text-opacity)) !important;
}

.hover\:text-red-dark:hover {
  --text-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--text-opacity)) !important;
}

.hover\:text-blue-light:hover {
  --text-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--text-opacity)) !important;
}

.hover\:text-blue-lighter:hover {
  --text-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--text-opacity)) !important;
}

.hover\:text-black:hover {
  --text-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--text-opacity)) !important;
}

.hover\:text-grey-darkest:hover {
  --text-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--text-opacity)) !important;
}

.hover\:text-grey-darker:hover {
  --text-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--text-opacity)) !important;
}

.hover\:text-grey-lighter:hover {
  --text-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--text-opacity)) !important;
}

.hover\:text-grey-flyout:hover {
  --text-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--text-opacity)) !important;
}

.hover\:text-green:hover {
  --text-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--text-opacity)) !important;
}

.hover\:text-green-dark:hover {
  --text-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--text-opacity)) !important;
}

.hover\:text-grey-dark:hover {
  --text-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--text-opacity)) !important;
}

.hover\:text-grey-medium:hover {
  --text-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--text-opacity)) !important;
}

.hover\:text-grey-light:hover {
  --text-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--text-opacity)) !important;
}

.hover\:text-grey-lightest:hover {
  --text-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--text-opacity)) !important;
}

.focus\:text-black-dark:focus {
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus\:text-white:focus {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:text-red:focus {
  --text-opacity: 1 !important;
  color: #e40019 !important;
  color: rgba(228, 0, 25, var(--text-opacity)) !important;
}

.focus\:text-red-dark:focus {
  --text-opacity: 1 !important;
  color: #c60016 !important;
  color: rgba(198, 0, 22, var(--text-opacity)) !important;
}

.focus\:text-blue-light:focus {
  --text-opacity: 1 !important;
  color: #009ee3 !important;
  color: rgba(0, 158, 227, var(--text-opacity)) !important;
}

.focus\:text-blue-lighter:focus {
  --text-opacity: 1 !important;
  color: #19274b !important;
  color: rgba(25, 39, 75, var(--text-opacity)) !important;
}

.focus\:text-black:focus {
  --text-opacity: 1 !important;
  color: #1a1a1a !important;
  color: rgba(26, 26, 26, var(--text-opacity)) !important;
}

.focus\:text-grey-darkest:focus {
  --text-opacity: 1 !important;
  color: #4d4d4d !important;
  color: rgba(77, 77, 77, var(--text-opacity)) !important;
}

.focus\:text-grey-darker:focus {
  --text-opacity: 1 !important;
  color: #596a73 !important;
  color: rgba(89, 106, 115, var(--text-opacity)) !important;
}

.focus\:text-grey-lighter:focus {
  --text-opacity: 1 !important;
  color: #ececed !important;
  color: rgba(236, 236, 237, var(--text-opacity)) !important;
}

.focus\:text-grey-flyout:focus {
  --text-opacity: 1 !important;
  color: #707a83 !important;
  color: rgba(112, 122, 131, var(--text-opacity)) !important;
}

.focus\:text-green:focus {
  --text-opacity: 1 !important;
  color: #5AAA41 !important;
  color: rgba(90, 170, 65, var(--text-opacity)) !important;
}

.focus\:text-green-dark:focus {
  --text-opacity: 1 !important;
  color: #407E17 !important;
  color: rgba(64, 126, 23, var(--text-opacity)) !important;
}

.focus\:text-grey-dark:focus {
  --text-opacity: 1 !important;
  color: #4c4c4c !important;
  color: rgba(76, 76, 76, var(--text-opacity)) !important;
}

.focus\:text-grey-medium:focus {
  --text-opacity: 1 !important;
  color: #d8d8d8 !important;
  color: rgba(216, 216, 216, var(--text-opacity)) !important;
}

.focus\:text-grey-light:focus {
  --text-opacity: 1 !important;
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, var(--text-opacity)) !important;
}

.focus\:text-grey-lightest:focus {
  --text-opacity: 1 !important;
  color: #f0f0f0 !important;
  color: rgba(240, 240, 240, var(--text-opacity)) !important;
}

.text-opacity-0 {
  --text-opacity: 0 !important;
}

.text-opacity-25 {
  --text-opacity: 0.25 !important;
}

.text-opacity-50 {
  --text-opacity: 0.5 !important;
}

.text-opacity-75 {
  --text-opacity: 0.75 !important;
}

.text-opacity-100 {
  --text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0 !important;
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25 !important;
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5 !important;
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75 !important;
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --text-opacity: 0 !important;
}

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25 !important;
}

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5 !important;
}

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75 !important;
}

.focus\:text-opacity-100:focus {
  --text-opacity: 1 !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.tracking-tightest {
  letter-spacing: -0.0625rem !important;
}

.tracking-tighterer {
  letter-spacing: -0.04625rem !important;
}

.tracking-widerer {
  letter-spacing: 0.0625rem !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-22 {
  width: 5.5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-25 {
  width: 6.25rem !important;
}

.w-30 {
  width: 7.5rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-38 {
  width: 9rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-75 {
  width: 18.5rem !important;
}

.w-80 {
  width: 5rem !important;
}

.w-88 {
  width: 5.5rem !important;
}

.w-100 {
  width: 25rem !important;
}

.w-9999 {
  width: 9999rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

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

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

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

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

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

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

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-grid-logo-sm {
  width: 45.5rem !important;
}

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

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

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

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

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

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

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

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

.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gap-3 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-5 {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-8 {
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.gap-9 {
  grid-gap: 2.25rem !important;
  gap: 2.25rem !important;
}

.gap-10 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-12 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.gap-14 {
  grid-gap: 3.5rem !important;
  gap: 3.5rem !important;
}

.gap-16 {
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.gap-20 {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-22 {
  grid-gap: 5.5rem !important;
  gap: 5.5rem !important;
}

.gap-24 {
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-25 {
  grid-gap: 6.25rem !important;
  gap: 6.25rem !important;
}

.gap-30 {
  grid-gap: 7.5rem !important;
  gap: 7.5rem !important;
}

.gap-32 {
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-38 {
  grid-gap: 9rem !important;
  gap: 9rem !important;
}

.gap-40 {
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-48 {
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.gap-56 {
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-64 {
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-75 {
  grid-gap: 18.5rem !important;
  gap: 18.5rem !important;
}

.gap-80 {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-88 {
  grid-gap: 5.5rem !important;
  gap: 5.5rem !important;
}

.gap-9999 {
  grid-gap: 9999rem !important;
  gap: 9999rem !important;
}

.gap-px {
  grid-gap: 1px !important;
  gap: 1px !important;
}

.col-gap-0 {
  grid-column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.col-gap-1 {
  grid-column-gap: 0.25rem !important;
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.col-gap-2 {
  grid-column-gap: 0.5rem !important;
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.col-gap-3 {
  grid-column-gap: 0.75rem !important;
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.col-gap-4 {
  grid-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.col-gap-5 {
  grid-column-gap: 1.25rem !important;
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.col-gap-6 {
  grid-column-gap: 1.5rem !important;
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.col-gap-8 {
  grid-column-gap: 2rem !important;
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.col-gap-9 {
  grid-column-gap: 2.25rem !important;
  -webkit-column-gap: 2.25rem !important;
     -moz-column-gap: 2.25rem !important;
          column-gap: 2.25rem !important;
}

.col-gap-10 {
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.col-gap-12 {
  grid-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.col-gap-14 {
  grid-column-gap: 3.5rem !important;
  -webkit-column-gap: 3.5rem !important;
     -moz-column-gap: 3.5rem !important;
          column-gap: 3.5rem !important;
}

.col-gap-16 {
  grid-column-gap: 4rem !important;
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.col-gap-20 {
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.col-gap-22 {
  grid-column-gap: 5.5rem !important;
  -webkit-column-gap: 5.5rem !important;
     -moz-column-gap: 5.5rem !important;
          column-gap: 5.5rem !important;
}

.col-gap-24 {
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.col-gap-25 {
  grid-column-gap: 6.25rem !important;
  -webkit-column-gap: 6.25rem !important;
     -moz-column-gap: 6.25rem !important;
          column-gap: 6.25rem !important;
}

.col-gap-30 {
  grid-column-gap: 7.5rem !important;
  -webkit-column-gap: 7.5rem !important;
     -moz-column-gap: 7.5rem !important;
          column-gap: 7.5rem !important;
}

.col-gap-32 {
  grid-column-gap: 8rem !important;
  -webkit-column-gap: 8rem !important;
     -moz-column-gap: 8rem !important;
          column-gap: 8rem !important;
}

.col-gap-38 {
  grid-column-gap: 9rem !important;
  -webkit-column-gap: 9rem !important;
     -moz-column-gap: 9rem !important;
          column-gap: 9rem !important;
}

.col-gap-40 {
  grid-column-gap: 10rem !important;
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.col-gap-48 {
  grid-column-gap: 12rem !important;
  -webkit-column-gap: 12rem !important;
     -moz-column-gap: 12rem !important;
          column-gap: 12rem !important;
}

.col-gap-56 {
  grid-column-gap: 14rem !important;
  -webkit-column-gap: 14rem !important;
     -moz-column-gap: 14rem !important;
          column-gap: 14rem !important;
}

.col-gap-64 {
  grid-column-gap: 16rem !important;
  -webkit-column-gap: 16rem !important;
     -moz-column-gap: 16rem !important;
          column-gap: 16rem !important;
}

.col-gap-75 {
  grid-column-gap: 18.5rem !important;
  -webkit-column-gap: 18.5rem !important;
     -moz-column-gap: 18.5rem !important;
          column-gap: 18.5rem !important;
}

.col-gap-80 {
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.col-gap-88 {
  grid-column-gap: 5.5rem !important;
  -webkit-column-gap: 5.5rem !important;
     -moz-column-gap: 5.5rem !important;
          column-gap: 5.5rem !important;
}

.col-gap-9999 {
  grid-column-gap: 9999rem !important;
  -webkit-column-gap: 9999rem !important;
     -moz-column-gap: 9999rem !important;
          column-gap: 9999rem !important;
}

.col-gap-px {
  grid-column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
}

.row-gap-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.row-gap-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.row-gap-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.row-gap-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.row-gap-9 {
  grid-row-gap: 2.25rem !important;
  row-gap: 2.25rem !important;
}

.row-gap-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.row-gap-14 {
  grid-row-gap: 3.5rem !important;
  row-gap: 3.5rem !important;
}

.row-gap-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.row-gap-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-22 {
  grid-row-gap: 5.5rem !important;
  row-gap: 5.5rem !important;
}

.row-gap-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-25 {
  grid-row-gap: 6.25rem !important;
  row-gap: 6.25rem !important;
}

.row-gap-30 {
  grid-row-gap: 7.5rem !important;
  row-gap: 7.5rem !important;
}

.row-gap-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.row-gap-38 {
  grid-row-gap: 9rem !important;
  row-gap: 9rem !important;
}

.row-gap-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.row-gap-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.row-gap-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-75 {
  grid-row-gap: 18.5rem !important;
  row-gap: 18.5rem !important;
}

.row-gap-80 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-88 {
  grid-row-gap: 5.5rem !important;
  row-gap: 5.5rem !important;
}

.row-gap-9999 {
  grid-row-gap: 9999rem !important;
  row-gap: 9999rem !important;
}

.row-gap-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
  grid-template-columns: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

.row-auto {
  grid-row: auto !important;
}

.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.row-start-6 {
  grid-row-start: 6 !important;
}

.row-start-7 {
  grid-row-start: 7 !important;
}

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  -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)) !important;
          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)) !important;
}

.transform-none {
  -webkit-transform: none !important;
          transform: none !important;
}

.origin-center {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.origin-top {
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}

.origin-top-right {
  -webkit-transform-origin: top right !important;
          transform-origin: top right !important;
}

.origin-right {
  -webkit-transform-origin: right !important;
          transform-origin: right !important;
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right !important;
          transform-origin: bottom right !important;
}

.origin-bottom {
  -webkit-transform-origin: bottom !important;
          transform-origin: bottom !important;
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left !important;
          transform-origin: bottom left !important;
}

.origin-left {
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.origin-top-left {
  -webkit-transform-origin: top left !important;
          transform-origin: top left !important;
}

.scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.scale-x-0 {
  --transform-scale-x: 0 !important;
}

.scale-x-50 {
  --transform-scale-x: .5 !important;
}

.scale-x-75 {
  --transform-scale-x: .75 !important;
}

.scale-x-90 {
  --transform-scale-x: .9 !important;
}

.scale-x-95 {
  --transform-scale-x: .95 !important;
}

.scale-x-100 {
  --transform-scale-x: 1 !important;
}

.scale-x-105 {
  --transform-scale-x: 1.05 !important;
}

.scale-x-110 {
  --transform-scale-x: 1.1 !important;
}

.scale-x-125 {
  --transform-scale-x: 1.25 !important;
}

.scale-x-150 {
  --transform-scale-x: 1.5 !important;
}

.scale-y-0 {
  --transform-scale-y: 0 !important;
}

.scale-y-50 {
  --transform-scale-y: .5 !important;
}

.scale-y-75 {
  --transform-scale-y: .75 !important;
}

.scale-y-90 {
  --transform-scale-y: .9 !important;
}

.scale-y-95 {
  --transform-scale-y: .95 !important;
}

.scale-y-100 {
  --transform-scale-y: 1 !important;
}

.scale-y-105 {
  --transform-scale-y: 1.05 !important;
}

.scale-y-110 {
  --transform-scale-y: 1.1 !important;
}

.scale-y-125 {
  --transform-scale-y: 1.25 !important;
}

.scale-y-150 {
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5 !important;
}

.rotate-0 {
  --transform-rotate: 0 !important;
}

.rotate-45 {
  --transform-rotate: 45deg !important;
}

.rotate-90 {
  --transform-rotate: 90deg !important;
}

.rotate-180 {
  --transform-rotate: 180deg !important;
}

.-rotate-180 {
  --transform-rotate: -180deg !important;
}

.-rotate-90 {
  --transform-rotate: -90deg !important;
}

.-rotate-45 {
  --transform-rotate: -45deg !important;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0 !important;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg !important;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0 !important;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg !important;
}

.translate-x-0 {
  --transform-translate-x: 0 !important;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem !important;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem !important;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem !important;
}

.translate-x-4 {
  --transform-translate-x: 1rem !important;
}

.translate-x-5 {
  --transform-translate-x: 1.25rem !important;
}

.translate-x-6 {
  --transform-translate-x: 1.5rem !important;
}

.translate-x-8 {
  --transform-translate-x: 2rem !important;
}

.translate-x-9 {
  --transform-translate-x: 2.25rem !important;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem !important;
}

.translate-x-12 {
  --transform-translate-x: 3rem !important;
}

.translate-x-14 {
  --transform-translate-x: 3.5rem !important;
}

.translate-x-16 {
  --transform-translate-x: 4rem !important;
}

.translate-x-20 {
  --transform-translate-x: 5rem !important;
}

.translate-x-22 {
  --transform-translate-x: 5.5rem !important;
}

.translate-x-24 {
  --transform-translate-x: 6rem !important;
}

.translate-x-25 {
  --transform-translate-x: 6.25rem !important;
}

.translate-x-30 {
  --transform-translate-x: 7.5rem !important;
}

.translate-x-32 {
  --transform-translate-x: 8rem !important;
}

.translate-x-38 {
  --transform-translate-x: 9rem !important;
}

.translate-x-40 {
  --transform-translate-x: 10rem !important;
}

.translate-x-48 {
  --transform-translate-x: 12rem !important;
}

.translate-x-56 {
  --transform-translate-x: 14rem !important;
}

.translate-x-64 {
  --transform-translate-x: 16rem !important;
}

.translate-x-75 {
  --transform-translate-x: 18.5rem !important;
}

.translate-x-80 {
  --transform-translate-x: 5rem !important;
}

.translate-x-88 {
  --transform-translate-x: 5.5rem !important;
}

.translate-x-9999 {
  --transform-translate-x: 9999rem !important;
}

.translate-x-px {
  --transform-translate-x: 1px !important;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem !important;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem !important;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem !important;
}

.-translate-x-4 {
  --transform-translate-x: -1rem !important;
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-8 {
  --transform-translate-x: -2rem !important;
}

.-translate-x-9 {
  --transform-translate-x: -2.25rem !important;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-12 {
  --transform-translate-x: -3rem !important;
}

.-translate-x-14 {
  --transform-translate-x: -3.5rem !important;
}

.-translate-x-16 {
  --transform-translate-x: -4rem !important;
}

.-translate-x-20 {
  --transform-translate-x: -5rem !important;
}

.-translate-x-22 {
  --transform-translate-x: -5.5rem !important;
}

.-translate-x-24 {
  --transform-translate-x: -6rem !important;
}

.-translate-x-25 {
  --transform-translate-x: -6.25rem !important;
}

.-translate-x-30 {
  --transform-translate-x: -7.5rem !important;
}

.-translate-x-32 {
  --transform-translate-x: -8rem !important;
}

.-translate-x-38 {
  --transform-translate-x: -9rem !important;
}

.-translate-x-40 {
  --transform-translate-x: -10rem !important;
}

.-translate-x-48 {
  --transform-translate-x: -12rem !important;
}

.-translate-x-56 {
  --transform-translate-x: -14rem !important;
}

.-translate-x-64 {
  --transform-translate-x: -16rem !important;
}

.-translate-x-75 {
  --transform-translate-x: -18.5rem !important;
}

.-translate-x-80 {
  --transform-translate-x: -5rem !important;
}

.-translate-x-88 {
  --transform-translate-x: -5.5rem !important;
}

.-translate-x-9999 {
  --transform-translate-x: -9999rem !important;
}

.-translate-x-px {
  --transform-translate-x: -1px !important;
}

.-translate-x-full {
  --transform-translate-x: -100% !important;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important;
}

.translate-x-1\/2 {
  --transform-translate-x: 50% !important;
}

.translate-x-full {
  --transform-translate-x: 100% !important;
}

.translate-y-0 {
  --transform-translate-y: 0 !important;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem !important;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem !important;
}

.translate-y-4 {
  --transform-translate-y: 1rem !important;
}

.translate-y-5 {
  --transform-translate-y: 1.25rem !important;
}

.translate-y-6 {
  --transform-translate-y: 1.5rem !important;
}

.translate-y-8 {
  --transform-translate-y: 2rem !important;
}

.translate-y-9 {
  --transform-translate-y: 2.25rem !important;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem !important;
}

.translate-y-12 {
  --transform-translate-y: 3rem !important;
}

.translate-y-14 {
  --transform-translate-y: 3.5rem !important;
}

.translate-y-16 {
  --transform-translate-y: 4rem !important;
}

.translate-y-20 {
  --transform-translate-y: 5rem !important;
}

.translate-y-22 {
  --transform-translate-y: 5.5rem !important;
}

.translate-y-24 {
  --transform-translate-y: 6rem !important;
}

.translate-y-25 {
  --transform-translate-y: 6.25rem !important;
}

.translate-y-30 {
  --transform-translate-y: 7.5rem !important;
}

.translate-y-32 {
  --transform-translate-y: 8rem !important;
}

.translate-y-38 {
  --transform-translate-y: 9rem !important;
}

.translate-y-40 {
  --transform-translate-y: 10rem !important;
}

.translate-y-48 {
  --transform-translate-y: 12rem !important;
}

.translate-y-56 {
  --transform-translate-y: 14rem !important;
}

.translate-y-64 {
  --transform-translate-y: 16rem !important;
}

.translate-y-75 {
  --transform-translate-y: 18.5rem !important;
}

.translate-y-80 {
  --transform-translate-y: 5rem !important;
}

.translate-y-88 {
  --transform-translate-y: 5.5rem !important;
}

.translate-y-9999 {
  --transform-translate-y: 9999rem !important;
}

.translate-y-px {
  --transform-translate-y: 1px !important;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem !important;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem !important;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem !important;
}

.-translate-y-4 {
  --transform-translate-y: -1rem !important;
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-8 {
  --transform-translate-y: -2rem !important;
}

.-translate-y-9 {
  --transform-translate-y: -2.25rem !important;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-12 {
  --transform-translate-y: -3rem !important;
}

.-translate-y-14 {
  --transform-translate-y: -3.5rem !important;
}

.-translate-y-16 {
  --transform-translate-y: -4rem !important;
}

.-translate-y-20 {
  --transform-translate-y: -5rem !important;
}

.-translate-y-22 {
  --transform-translate-y: -5.5rem !important;
}

.-translate-y-24 {
  --transform-translate-y: -6rem !important;
}

.-translate-y-25 {
  --transform-translate-y: -6.25rem !important;
}

.-translate-y-30 {
  --transform-translate-y: -7.5rem !important;
}

.-translate-y-32 {
  --transform-translate-y: -8rem !important;
}

.-translate-y-38 {
  --transform-translate-y: -9rem !important;
}

.-translate-y-40 {
  --transform-translate-y: -10rem !important;
}

.-translate-y-48 {
  --transform-translate-y: -12rem !important;
}

.-translate-y-56 {
  --transform-translate-y: -14rem !important;
}

.-translate-y-64 {
  --transform-translate-y: -16rem !important;
}

.-translate-y-75 {
  --transform-translate-y: -18.5rem !important;
}

.-translate-y-80 {
  --transform-translate-y: -5rem !important;
}

.-translate-y-88 {
  --transform-translate-y: -5.5rem !important;
}

.-translate-y-9999 {
  --transform-translate-y: -9999rem !important;
}

.-translate-y-px {
  --transform-translate-y: -1px !important;
}

.-translate-y-full {
  --transform-translate-y: -100% !important;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50% !important;
}

.translate-y-1\/2 {
  --transform-translate-y: 50% !important;
}

.translate-y-full {
  --transform-translate-y: 100% !important;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0 !important;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem !important;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem !important;
}

.hover\:translate-x-9:hover {
  --transform-translate-x: 2.25rem !important;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem !important;
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem !important;
}

.hover\:translate-x-14:hover {
  --transform-translate-x: 3.5rem !important;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-22:hover {
  --transform-translate-x: 5.5rem !important;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem !important;
}

.hover\:translate-x-25:hover {
  --transform-translate-x: 6.25rem !important;
}

.hover\:translate-x-30:hover {
  --transform-translate-x: 7.5rem !important;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem !important;
}

.hover\:translate-x-38:hover {
  --transform-translate-x: 9rem !important;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem !important;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem !important;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem !important;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem !important;
}

.hover\:translate-x-75:hover {
  --transform-translate-x: 18.5rem !important;
}

.hover\:translate-x-80:hover {
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-88:hover {
  --transform-translate-x: 5.5rem !important;
}

.hover\:translate-x-9999:hover {
  --transform-translate-x: 9999rem !important;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px !important;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem !important;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem !important;
}

.hover\:-translate-x-9:hover {
  --transform-translate-x: -2.25rem !important;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem !important;
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem !important;
}

.hover\:-translate-x-14:hover {
  --transform-translate-x: -3.5rem !important;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-22:hover {
  --transform-translate-x: -5.5rem !important;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem !important;
}

.hover\:-translate-x-25:hover {
  --transform-translate-x: -6.25rem !important;
}

.hover\:-translate-x-30:hover {
  --transform-translate-x: -7.5rem !important;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem !important;
}

.hover\:-translate-x-38:hover {
  --transform-translate-x: -9rem !important;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem !important;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem !important;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem !important;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem !important;
}

.hover\:-translate-x-75:hover {
  --transform-translate-x: -18.5rem !important;
}

.hover\:-translate-x-80:hover {
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-88:hover {
  --transform-translate-x: -5.5rem !important;
}

.hover\:-translate-x-9999:hover {
  --transform-translate-x: -9999rem !important;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px !important;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50% !important;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50% !important;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100% !important;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0 !important;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem !important;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem !important;
}

.hover\:translate-y-9:hover {
  --transform-translate-y: 2.25rem !important;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem !important;
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem !important;
}

.hover\:translate-y-14:hover {
  --transform-translate-y: 3.5rem !important;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-22:hover {
  --transform-translate-y: 5.5rem !important;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem !important;
}

.hover\:translate-y-25:hover {
  --transform-translate-y: 6.25rem !important;
}

.hover\:translate-y-30:hover {
  --transform-translate-y: 7.5rem !important;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem !important;
}

.hover\:translate-y-38:hover {
  --transform-translate-y: 9rem !important;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem !important;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem !important;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem !important;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem !important;
}

.hover\:translate-y-75:hover {
  --transform-translate-y: 18.5rem !important;
}

.hover\:translate-y-80:hover {
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-88:hover {
  --transform-translate-y: 5.5rem !important;
}

.hover\:translate-y-9999:hover {
  --transform-translate-y: 9999rem !important;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px !important;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem !important;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem !important;
}

.hover\:-translate-y-9:hover {
  --transform-translate-y: -2.25rem !important;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem !important;
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem !important;
}

.hover\:-translate-y-14:hover {
  --transform-translate-y: -3.5rem !important;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-22:hover {
  --transform-translate-y: -5.5rem !important;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem !important;
}

.hover\:-translate-y-25:hover {
  --transform-translate-y: -6.25rem !important;
}

.hover\:-translate-y-30:hover {
  --transform-translate-y: -7.5rem !important;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem !important;
}

.hover\:-translate-y-38:hover {
  --transform-translate-y: -9rem !important;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem !important;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem !important;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem !important;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem !important;
}

.hover\:-translate-y-75:hover {
  --transform-translate-y: -18.5rem !important;
}

.hover\:-translate-y-80:hover {
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-88:hover {
  --transform-translate-y: -5.5rem !important;
}

.hover\:-translate-y-9999:hover {
  --transform-translate-y: -9999rem !important;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px !important;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50% !important;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50% !important;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100% !important;
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0 !important;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem !important;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem !important;
}

.focus\:translate-x-9:focus {
  --transform-translate-x: 2.25rem !important;
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem !important;
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem !important;
}

.focus\:translate-x-14:focus {
  --transform-translate-x: 3.5rem !important;
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-22:focus {
  --transform-translate-x: 5.5rem !important;
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem !important;
}

.focus\:translate-x-25:focus {
  --transform-translate-x: 6.25rem !important;
}

.focus\:translate-x-30:focus {
  --transform-translate-x: 7.5rem !important;
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem !important;
}

.focus\:translate-x-38:focus {
  --transform-translate-x: 9rem !important;
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem !important;
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem !important;
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem !important;
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem !important;
}

.focus\:translate-x-75:focus {
  --transform-translate-x: 18.5rem !important;
}

.focus\:translate-x-80:focus {
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-88:focus {
  --transform-translate-x: 5.5rem !important;
}

.focus\:translate-x-9999:focus {
  --transform-translate-x: 9999rem !important;
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px !important;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem !important;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem !important;
}

.focus\:-translate-x-9:focus {
  --transform-translate-x: -2.25rem !important;
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem !important;
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem !important;
}

.focus\:-translate-x-14:focus {
  --transform-translate-x: -3.5rem !important;
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-22:focus {
  --transform-translate-x: -5.5rem !important;
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem !important;
}

.focus\:-translate-x-25:focus {
  --transform-translate-x: -6.25rem !important;
}

.focus\:-translate-x-30:focus {
  --transform-translate-x: -7.5rem !important;
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem !important;
}

.focus\:-translate-x-38:focus {
  --transform-translate-x: -9rem !important;
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem !important;
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem !important;
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem !important;
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem !important;
}

.focus\:-translate-x-75:focus {
  --transform-translate-x: -18.5rem !important;
}

.focus\:-translate-x-80:focus {
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-88:focus {
  --transform-translate-x: -5.5rem !important;
}

.focus\:-translate-x-9999:focus {
  --transform-translate-x: -9999rem !important;
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px !important;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50% !important;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50% !important;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100% !important;
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0 !important;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem !important;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem !important;
}

.focus\:translate-y-9:focus {
  --transform-translate-y: 2.25rem !important;
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem !important;
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem !important;
}

.focus\:translate-y-14:focus {
  --transform-translate-y: 3.5rem !important;
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-22:focus {
  --transform-translate-y: 5.5rem !important;
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem !important;
}

.focus\:translate-y-25:focus {
  --transform-translate-y: 6.25rem !important;
}

.focus\:translate-y-30:focus {
  --transform-translate-y: 7.5rem !important;
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem !important;
}

.focus\:translate-y-38:focus {
  --transform-translate-y: 9rem !important;
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem !important;
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem !important;
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem !important;
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem !important;
}

.focus\:translate-y-75:focus {
  --transform-translate-y: 18.5rem !important;
}

.focus\:translate-y-80:focus {
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-88:focus {
  --transform-translate-y: 5.5rem !important;
}

.focus\:translate-y-9999:focus {
  --transform-translate-y: 9999rem !important;
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px !important;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem !important;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem !important;
}

.focus\:-translate-y-9:focus {
  --transform-translate-y: -2.25rem !important;
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem !important;
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem !important;
}

.focus\:-translate-y-14:focus {
  --transform-translate-y: -3.5rem !important;
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-22:focus {
  --transform-translate-y: -5.5rem !important;
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem !important;
}

.focus\:-translate-y-25:focus {
  --transform-translate-y: -6.25rem !important;
}

.focus\:-translate-y-30:focus {
  --transform-translate-y: -7.5rem !important;
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem !important;
}

.focus\:-translate-y-38:focus {
  --transform-translate-y: -9rem !important;
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem !important;
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem !important;
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem !important;
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem !important;
}

.focus\:-translate-y-75:focus {
  --transform-translate-y: -18.5rem !important;
}

.focus\:-translate-y-80:focus {
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-88:focus {
  --transform-translate-y: -5.5rem !important;
}

.focus\:-translate-y-9999:focus {
  --transform-translate-y: -9999rem !important;
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px !important;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50% !important;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50% !important;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100% !important;
}

.skew-x-0 {
  --transform-skew-x: 0 !important;
}

.skew-x-3 {
  --transform-skew-x: 3deg !important;
}

.skew-x-6 {
  --transform-skew-x: 6deg !important;
}

.skew-x-12 {
  --transform-skew-x: 12deg !important;
}

.-skew-x-12 {
  --transform-skew-x: -12deg !important;
}

.-skew-x-6 {
  --transform-skew-x: -6deg !important;
}

.-skew-x-3 {
  --transform-skew-x: -3deg !important;
}

.skew-y-0 {
  --transform-skew-y: 0 !important;
}

.skew-y-3 {
  --transform-skew-y: 3deg !important;
}

.skew-y-6 {
  --transform-skew-y: 6deg !important;
}

.skew-y-12 {
  --transform-skew-y: 12deg !important;
}

.-skew-y-12 {
  --transform-skew-y: -12deg !important;
}

.-skew-y-6 {
  --transform-skew-y: -6deg !important;
}

.-skew-y-3 {
  --transform-skew-y: -3deg !important;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0 !important;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg !important;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0 !important;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg !important;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0 !important;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg !important;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0 !important;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg !important;
}

.transition-none {
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.transition-all {
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.transition-shadow {
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important;
}

.transition-transform {
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
}

.ease-linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75 {
  -webkit-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

.duration-100 {
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.duration-150 {
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.duration-200 {
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.duration-300 {
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.duration-500 {
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.duration-700 {
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

.delay-75 {
  -webkit-transition-delay: 75ms !important;
          transition-delay: 75ms !important;
}

.delay-100 {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.delay-150 {
  -webkit-transition-delay: 150ms !important;
          transition-delay: 150ms !important;
}

.delay-200 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.delay-300 {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.delay-500 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.delay-700 {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.delay-1000 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

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

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

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

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

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  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: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -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: translateY(0);
            transform: translateY(0);
    -webkit-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 !important;
          animation: none !important;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

/**
  * Here you would add any custom utilities you need that don't come out of the
  * box with Tailwind.
  *
  * Example :
  *
  * .bg-pattern-graph-paper { ... }
  * .skew-45 { ... }
  *
  * Or if using a preprocessor or `postcss-import`:
  *
  * @import "utilities/background-patterns";
  * @import "utilities/skew-transforms";
  */

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @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;
    }
  }

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

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

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

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

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

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

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

  .sm\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

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

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

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

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

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

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

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

  .sm\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

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

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

  .sm\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-32 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(32px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(32px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-32 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(32px * var(--divide-x-reverse)) !important;
    border-left-width: calc(32px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .sm\:divide-black-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .sm\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--divide-opacity)) !important;
  }

  .sm\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-flyout > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--divide-opacity)) !important;
  }

  .sm\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--divide-opacity)) !important;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:bg-local {
    background-attachment: local !important;
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:bg-black-dark {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-dark {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-light {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-lighter {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .sm\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-darkest {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-darker {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-lighter {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-flyout {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .sm\:bg-green {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-dark {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-dark {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-medium {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-light {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-lightest {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-black-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-light:hover {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-lighter:hover {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-flyout:hover {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green:hover {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-light:hover {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-black-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red:focus {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-light:focus {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-lighter:focus {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-flyout:focus {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green:focus {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-light:focus {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-black-dark:active {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-white:active {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-red:active {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-red-dark:active {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-light:active {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-blue-lighter:active {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-black:active {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-grey-darkest:active {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-grey-darker:active {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-grey-lighter:active {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-grey-flyout:active {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-green:active {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-green-dark:active {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-grey-dark:active {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-grey-medium:active {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-grey-light:active {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .sm\:active\:bg-grey-lightest:active {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .sm\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-80 {
    --bg-opacity: 0.8 !important;
  }

  .sm\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8 !important;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8 !important;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .sm\:bg-bottom {
    background-position: bottom !important;
  }

  .sm\:bg-center {
    background-position: center !important;
  }

  .sm\:bg-left {
    background-position: left !important;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:bg-left-top {
    background-position: left top !important;
  }

  .sm\:bg-right {
    background-position: right !important;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:bg-right-top {
    background-position: right top !important;
  }

  .sm\:bg-top {
    background-position: top !important;
  }

  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:bg-auto {
    background-size: auto !important;
  }

  .sm\:bg-cover {
    background-size: cover !important;
  }

  .sm\:bg-contain {
    background-size: contain !important;
  }

  .sm\:border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:border-separate {
    border-collapse: separate !important;
  }

  .sm\:border-black-dark {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:border-white {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:border-red {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .sm\:border-red-dark {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .sm\:border-blue-light {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .sm\:border-blue-lighter {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .sm\:border-black {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .sm\:border-grey-darkest {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .sm\:border-grey-darker {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .sm\:border-grey-lighter {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .sm\:border-grey-flyout {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .sm\:border-green {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .sm\:border-green-dark {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .sm\:border-grey-dark {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .sm\:border-grey-medium {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .sm\:border-grey-light {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .sm\:border-grey-lightest {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-black-dark:hover {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-white:hover {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red:hover {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-dark:hover {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-light:hover {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-lighter:hover {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-black:hover {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-darkest:hover {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-darker:hover {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-lighter:hover {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-flyout:hover {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green:hover {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-dark:hover {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-dark:hover {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-medium:hover {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-light:hover {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-lightest:hover {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-black-dark:focus {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-white:focus {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red:focus {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-dark:focus {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-light:focus {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-lighter:focus {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-black:focus {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-darkest:focus {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-darker:focus {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-lighter:focus {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-flyout:focus {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green:focus {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-dark:focus {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-dark:focus {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-medium:focus {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-light:focus {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-lightest:focus {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .sm\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .sm\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .sm\:rounded-none {
    border-radius: 0 !important;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sm\:rounded {
    border-radius: 0.25rem !important;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-double {
    border-style: double !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:border-0 {
    border-width: 0 !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-4 {
    border-width: 4px !important;
  }

  .sm\:border-8 {
    border-width: 8px !important;
  }

  .sm\:border-32 {
    border-width: 32px !important;
  }

  .sm\:border {
    border-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-t-32 {
    border-top-width: 32px !important;
  }

  .sm\:border-r-32 {
    border-right-width: 32px !important;
  }

  .sm\:border-b-32 {
    border-bottom-width: 32px !important;
  }

  .sm\:border-l-32 {
    border-left-width: 32px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .sm\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .sm\:cursor-auto {
    cursor: auto !important;
  }

  .sm\:cursor-default {
    cursor: default !important;
  }

  .sm\:cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:cursor-wait {
    cursor: wait !important;
  }

  .sm\:cursor-text {
    cursor: text !important;
  }

  .sm\:cursor-move {
    cursor: move !important;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:table-caption {
    display: table-caption !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:table-column {
    display: table-column !important;
  }

  .sm\:table-column-group {
    display: table-column-group !important;
  }

  .sm\:table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:table-header-group {
    display: table-header-group !important;
  }

  .sm\:table-row-group {
    display: table-row-group !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:flow-root {
    display: flow-root !important;
  }

  .sm\:grid {
    display: grid !important;
  }

  .sm\:inline-grid {
    display: inline-grid !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .sm\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .sm\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .sm\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .sm\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .sm\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .sm\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .sm\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .sm\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .sm\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .sm\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .sm\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .sm\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .sm\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .sm\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .sm\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .sm\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .sm\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .sm\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .sm\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:clear-left {
    clear: left !important;
  }

  .sm\:clear-right {
    clear: right !important;
  }

  .sm\:clear-both {
    clear: both !important;
  }

  .sm\:clear-none {
    clear: none !important;
  }

  .sm\:font-ng-medium {
    font-family: ProfilePro !important;
  }

  .sm\:font-ng-regular {
    font-family: ProfileProRegular !important;
  }

  .sm\:font-ng-semibold {
    font-family: ProfileProBold !important;
  }

  .sm\:font-ng-bold {
    font-family: ProfileProBold !important;
  }

  .sm\:font-ng-italic {
    font-family: ProfileProRegularItalic !important;
  }

  .sm\:font-hairline {
    font-weight: 100 !important;
  }

  .sm\:font-thin {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:font-normal {
    font-weight: 400 !important;
  }

  .sm\:font-medium {
    font-weight: 500 !important;
  }

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .sm\:h-0 {
    height: 0 !important;
  }

  .sm\:h-1 {
    height: 0.25rem !important;
  }

  .sm\:h-2 {
    height: 0.5rem !important;
  }

  .sm\:h-3 {
    height: 0.75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-5 {
    height: 1.25rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-9 {
    height: 2.25rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-14 {
    height: 3.5rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-20 {
    height: 5rem !important;
  }

  .sm\:h-22 {
    height: 5.5rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-25 {
    height: 6.25rem !important;
  }

  .sm\:h-30 {
    height: 7.5rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-38 {
    height: 9rem !important;
  }

  .sm\:h-40 {
    height: 10rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-56 {
    height: 14rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-75 {
    height: 18.5rem !important;
  }

  .sm\:h-80 {
    height: 5rem !important;
  }

  .sm\:h-88 {
    height: 5.5rem !important;
  }

  .sm\:h-92 {
    height: 23rem !important;
  }

  .sm\:h-94 {
    height: 23.5rem !important;
  }

  .sm\:h-100 {
    height: 26rem !important;
  }

  .sm\:h-200 {
    height: 50rem !important;
  }

  .sm\:h-9999 {
    height: 9999rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:text-0 {
    font-size: 0rem !important;
  }

  .sm\:text-xs {
    font-size: 0.75rem !important;
  }

  .sm\:text-sm {
    font-size: 0.875rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
  }

  .sm\:text-xl {
    font-size: 1.25rem !important;
  }

  .sm\:text-2xl {
    font-size: 1.5rem !important;
  }

  .sm\:text-3xl {
    font-size: 1.875rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
  }

  .sm\:text-5xl {
    font-size: 3rem !important;
  }

  .sm\:text-6xl {
    font-size: 4rem !important;
  }

  .sm\:text-basesm {
    font-size: 0.9375rem !important;
  }

  .sm\:text-4xll {
    font-size: 2.5rem !important;
  }

  .sm\:text-5xll {
    font-size: 3.375rem !important;
  }

  .sm\:leading-3 {
    line-height: .75rem !important;
  }

  .sm\:leading-4 {
    line-height: 1rem !important;
  }

  .sm\:leading-5 {
    line-height: 1.25rem !important;
  }

  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:leading-7 {
    line-height: 1.75rem !important;
  }

  .sm\:leading-8 {
    line-height: 2rem !important;
  }

  .sm\:leading-9 {
    line-height: 2.25rem !important;
  }

  .sm\:leading-10 {
    line-height: 2.5rem !important;
  }

  .sm\:leading-12 {
    line-height: 3rem !important;
  }

  .sm\:leading-16 {
    line-height: 4rem !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:leading-snug {
    line-height: 1.375 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:leading-snuger {
    line-height: 1.3rem !important;
  }

  .sm\:leading-7sm {
    line-height: 1.6875rem !important;
  }

  .sm\:leading-8sm {
    line-height: 1.9375rem !important;
  }

  .sm\:leading-16l {
    line-height: 4.0625rem !important;
  }

  .sm\:list-inside {
    list-style-position: inside !important;
  }

  .sm\:list-outside {
    list-style-position: outside !important;
  }

  .sm\:list-none {
    list-style-type: none !important;
  }

  .sm\:list-disc {
    list-style-type: disc !important;
  }

  .sm\:list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:m-0 {
    margin: 0 !important;
  }

  .sm\:m-1 {
    margin: 0.25rem !important;
  }

  .sm\:m-2 {
    margin: 0.5rem !important;
  }

  .sm\:m-3 {
    margin: 0.75rem !important;
  }

  .sm\:m-4 {
    margin: 1rem !important;
  }

  .sm\:m-5 {
    margin: 1.25rem !important;
  }

  .sm\:m-6 {
    margin: 1.5rem !important;
  }

  .sm\:m-8 {
    margin: 2rem !important;
  }

  .sm\:m-9 {
    margin: 2.25rem !important;
  }

  .sm\:m-10 {
    margin: 2.5rem !important;
  }

  .sm\:m-12 {
    margin: 3rem !important;
  }

  .sm\:m-14 {
    margin: 3.5rem !important;
  }

  .sm\:m-16 {
    margin: 4rem !important;
  }

  .sm\:m-20 {
    margin: 5rem !important;
  }

  .sm\:m-22 {
    margin: 5.5rem !important;
  }

  .sm\:m-24 {
    margin: 6rem !important;
  }

  .sm\:m-25 {
    margin: 6.25rem !important;
  }

  .sm\:m-30 {
    margin: 7.5rem !important;
  }

  .sm\:m-32 {
    margin: 8rem !important;
  }

  .sm\:m-38 {
    margin: 9rem !important;
  }

  .sm\:m-40 {
    margin: 10rem !important;
  }

  .sm\:m-48 {
    margin: 12rem !important;
  }

  .sm\:m-56 {
    margin: 14rem !important;
  }

  .sm\:m-64 {
    margin: 16rem !important;
  }

  .sm\:m-75 {
    margin: 18.5rem !important;
  }

  .sm\:m-80 {
    margin: 5rem !important;
  }

  .sm\:m-88 {
    margin: 5.5rem !important;
  }

  .sm\:m-9999 {
    margin: 9999rem !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

  .sm\:-m-1 {
    margin: -0.25rem !important;
  }

  .sm\:-m-2 {
    margin: -0.5rem !important;
  }

  .sm\:-m-3 {
    margin: -0.75rem !important;
  }

  .sm\:-m-4 {
    margin: -1rem !important;
  }

  .sm\:-m-5 {
    margin: -1.25rem !important;
  }

  .sm\:-m-6 {
    margin: -1.5rem !important;
  }

  .sm\:-m-8 {
    margin: -2rem !important;
  }

  .sm\:-m-9 {
    margin: -2.25rem !important;
  }

  .sm\:-m-10 {
    margin: -2.5rem !important;
  }

  .sm\:-m-12 {
    margin: -3rem !important;
  }

  .sm\:-m-14 {
    margin: -3.5rem !important;
  }

  .sm\:-m-16 {
    margin: -4rem !important;
  }

  .sm\:-m-20 {
    margin: -5rem !important;
  }

  .sm\:-m-22 {
    margin: -5.5rem !important;
  }

  .sm\:-m-24 {
    margin: -6rem !important;
  }

  .sm\:-m-25 {
    margin: -6.25rem !important;
  }

  .sm\:-m-30 {
    margin: -7.5rem !important;
  }

  .sm\:-m-32 {
    margin: -8rem !important;
  }

  .sm\:-m-38 {
    margin: -9rem !important;
  }

  .sm\:-m-40 {
    margin: -10rem !important;
  }

  .sm\:-m-48 {
    margin: -12rem !important;
  }

  .sm\:-m-56 {
    margin: -14rem !important;
  }

  .sm\:-m-64 {
    margin: -16rem !important;
  }

  .sm\:-m-75 {
    margin: -18.5rem !important;
  }

  .sm\:-m-80 {
    margin: -5rem !important;
  }

  .sm\:-m-88 {
    margin: -5.5rem !important;
  }

  .sm\:-m-9999 {
    margin: -9999rem !important;
  }

  .sm\:-m-px {
    margin: -1px !important;
  }

  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .sm\:mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:my-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .sm\:mx-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .sm\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .sm\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:my-38 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:mx-38 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:my-75 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .sm\:mx-75 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .sm\:my-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-88 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .sm\:mx-88 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }

  .sm\:my-9999 {
    margin-top: 9999rem !important;
    margin-bottom: 9999rem !important;
  }

  .sm\:mx-9999 {
    margin-left: 9999rem !important;
    margin-right: 9999rem !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-22 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .sm\:-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }

  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-my-25 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .sm\:-mx-25 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .sm\:-my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .sm\:-mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-my-38 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:-mx-38 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-my-75 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .sm\:-mx-75 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .sm\:-my-80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-80 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .sm\:-mx-88 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }

  .sm\:-my-9999 {
    margin-top: -9999rem !important;
    margin-bottom: -9999rem !important;
  }

  .sm\:-mx-9999 {
    margin-left: -9999rem !important;
    margin-right: -9999rem !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .sm\:mr-0 {
    margin-right: 0 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:ml-0 {
    margin-left: 0 !important;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:mt-22 {
    margin-top: 5.5rem !important;
  }

  .sm\:mr-22 {
    margin-right: 5.5rem !important;
  }

  .sm\:mb-22 {
    margin-bottom: 5.5rem !important;
  }

  .sm\:ml-22 {
    margin-left: 5.5rem !important;
  }

  .sm\:mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:mt-25 {
    margin-top: 6.25rem !important;
  }

  .sm\:mr-25 {
    margin-right: 6.25rem !important;
  }

  .sm\:mb-25 {
    margin-bottom: 6.25rem !important;
  }

  .sm\:ml-25 {
    margin-left: 6.25rem !important;
  }

  .sm\:mt-30 {
    margin-top: 7.5rem !important;
  }

  .sm\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .sm\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .sm\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .sm\:mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:mt-38 {
    margin-top: 9rem !important;
  }

  .sm\:mr-38 {
    margin-right: 9rem !important;
  }

  .sm\:mb-38 {
    margin-bottom: 9rem !important;
  }

  .sm\:ml-38 {
    margin-left: 9rem !important;
  }

  .sm\:mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\:ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:mt-56 {
    margin-top: 14rem !important;
  }

  .sm\:mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:mt-75 {
    margin-top: 18.5rem !important;
  }

  .sm\:mr-75 {
    margin-right: 18.5rem !important;
  }

  .sm\:mb-75 {
    margin-bottom: 18.5rem !important;
  }

  .sm\:ml-75 {
    margin-left: 18.5rem !important;
  }

  .sm\:mt-80 {
    margin-top: 5rem !important;
  }

  .sm\:mr-80 {
    margin-right: 5rem !important;
  }

  .sm\:mb-80 {
    margin-bottom: 5rem !important;
  }

  .sm\:ml-80 {
    margin-left: 5rem !important;
  }

  .sm\:mt-88 {
    margin-top: 5.5rem !important;
  }

  .sm\:mr-88 {
    margin-right: 5.5rem !important;
  }

  .sm\:mb-88 {
    margin-bottom: 5.5rem !important;
  }

  .sm\:ml-88 {
    margin-left: 5.5rem !important;
  }

  .sm\:mt-9999 {
    margin-top: 9999rem !important;
  }

  .sm\:mr-9999 {
    margin-right: 9999rem !important;
  }

  .sm\:mb-9999 {
    margin-bottom: 9999rem !important;
  }

  .sm\:ml-9999 {
    margin-left: 9999rem !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }

  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:-mt-22 {
    margin-top: -5.5rem !important;
  }

  .sm\:-mr-22 {
    margin-right: -5.5rem !important;
  }

  .sm\:-mb-22 {
    margin-bottom: -5.5rem !important;
  }

  .sm\:-ml-22 {
    margin-left: -5.5rem !important;
  }

  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:-mt-25 {
    margin-top: -6.25rem !important;
  }

  .sm\:-mr-25 {
    margin-right: -6.25rem !important;
  }

  .sm\:-mb-25 {
    margin-bottom: -6.25rem !important;
  }

  .sm\:-ml-25 {
    margin-left: -6.25rem !important;
  }

  .sm\:-mt-30 {
    margin-top: -7.5rem !important;
  }

  .sm\:-mr-30 {
    margin-right: -7.5rem !important;
  }

  .sm\:-mb-30 {
    margin-bottom: -7.5rem !important;
  }

  .sm\:-ml-30 {
    margin-left: -7.5rem !important;
  }

  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:-mt-38 {
    margin-top: -9rem !important;
  }

  .sm\:-mr-38 {
    margin-right: -9rem !important;
  }

  .sm\:-mb-38 {
    margin-bottom: -9rem !important;
  }

  .sm\:-ml-38 {
    margin-left: -9rem !important;
  }

  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }

  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }

  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }

  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }

  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }

  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }

  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }

  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }

  .sm\:-mt-75 {
    margin-top: -18.5rem !important;
  }

  .sm\:-mr-75 {
    margin-right: -18.5rem !important;
  }

  .sm\:-mb-75 {
    margin-bottom: -18.5rem !important;
  }

  .sm\:-ml-75 {
    margin-left: -18.5rem !important;
  }

  .sm\:-mt-80 {
    margin-top: -5rem !important;
  }

  .sm\:-mr-80 {
    margin-right: -5rem !important;
  }

  .sm\:-mb-80 {
    margin-bottom: -5rem !important;
  }

  .sm\:-ml-80 {
    margin-left: -5rem !important;
  }

  .sm\:-mt-88 {
    margin-top: -5.5rem !important;
  }

  .sm\:-mr-88 {
    margin-right: -5.5rem !important;
  }

  .sm\:-mb-88 {
    margin-bottom: -5.5rem !important;
  }

  .sm\:-ml-88 {
    margin-left: -5.5rem !important;
  }

  .sm\:-mt-9999 {
    margin-top: -9999rem !important;
  }

  .sm\:-mr-9999 {
    margin-right: -9999rem !important;
  }

  .sm\:-mb-9999 {
    margin-bottom: -9999rem !important;
  }

  .sm\:-ml-9999 {
    margin-left: -9999rem !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:max-h-0 {
    max-height: 0 !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-h-1\/4 {
    max-height: 25% !important;
  }

  .sm\:max-h-1\/2 {
    max-height: 50% !important;
  }

  .sm\:max-h-3\/4 {
    max-height: 75% !important;
  }

  .sm\:max-h-stage-error {
    max-height: 794px !important;
  }

  .sm\:max-h-stage-main {
    max-height: 828px !important;
  }

  .sm\:max-h-banner-download {
    max-height: 272px !important;
  }

  .sm\:max-h-banner-text {
    max-height: 176 !important;
  }

  .sm\:max-w-none {
    max-width: none !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:max-w-md {
    max-width: 28rem !important;
  }

  .sm\:max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .sm\:max-w-screen-md {
    max-width: 768px !important;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .sm\:max-w-contact-sm {
    max-width: 17rem !important;
  }

  .sm\:max-w-tile-30 {
    max-width: 23.5rem !important;
  }

  .sm\:max-w-tile-50 {
    max-width: 39rem !important;
  }

  .sm\:max-w-confirm-modal {
    max-width: 60rem !important;
  }

  .sm\:min-h-0 {
    min-height: 0 !important;
  }

  .sm\:min-h-full {
    min-height: 100% !important;
  }

  .sm\:min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:min-h-contact-sm {
    min-height: 14.375rem !important;
  }

  .sm\:min-h-teaserbox {
    min-height: 25rem !important;
  }

  .sm\:min-w-0 {
    min-width: 0 !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:outline-none {
    outline: 0 !important;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .sm\:p-0 {
    padding: 0 !important;
  }

  .sm\:p-1 {
    padding: 0.25rem !important;
  }

  .sm\:p-2 {
    padding: 0.5rem !important;
  }

  .sm\:p-3 {
    padding: 0.75rem !important;
  }

  .sm\:p-4 {
    padding: 1rem !important;
  }

  .sm\:p-5 {
    padding: 1.25rem !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }

  .sm\:p-9 {
    padding: 2.25rem !important;
  }

  .sm\:p-10 {
    padding: 2.5rem !important;
  }

  .sm\:p-12 {
    padding: 3rem !important;
  }

  .sm\:p-14 {
    padding: 3.5rem !important;
  }

  .sm\:p-16 {
    padding: 4rem !important;
  }

  .sm\:p-20 {
    padding: 5rem !important;
  }

  .sm\:p-22 {
    padding: 5.5rem !important;
  }

  .sm\:p-24 {
    padding: 6rem !important;
  }

  .sm\:p-25 {
    padding: 6.25rem !important;
  }

  .sm\:p-30 {
    padding: 7.5rem !important;
  }

  .sm\:p-32 {
    padding: 8rem !important;
  }

  .sm\:p-38 {
    padding: 9rem !important;
  }

  .sm\:p-40 {
    padding: 10rem !important;
  }

  .sm\:p-48 {
    padding: 12rem !important;
  }

  .sm\:p-56 {
    padding: 14rem !important;
  }

  .sm\:p-64 {
    padding: 16rem !important;
  }

  .sm\:p-75 {
    padding: 18.5rem !important;
  }

  .sm\:p-80 {
    padding: 5rem !important;
  }

  .sm\:p-88 {
    padding: 5.5rem !important;
  }

  .sm\:p-9999 {
    padding: 9999rem !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:py-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .sm\:px-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:py-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .sm\:px-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .sm\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .sm\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:py-38 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:px-38 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:py-75 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .sm\:px-75 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .sm\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:py-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .sm\:px-88 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }

  .sm\:py-9999 {
    padding-top: 9999rem !important;
    padding-bottom: 9999rem !important;
  }

  .sm\:px-9999 {
    padding-left: 9999rem !important;
    padding-right: 9999rem !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:pt-0 {
    padding-top: 0 !important;
  }

  .sm\:pr-0 {
    padding-right: 0 !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:pl-0 {
    padding-left: 0 !important;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:pt-22 {
    padding-top: 5.5rem !important;
  }

  .sm\:pr-22 {
    padding-right: 5.5rem !important;
  }

  .sm\:pb-22 {
    padding-bottom: 5.5rem !important;
  }

  .sm\:pl-22 {
    padding-left: 5.5rem !important;
  }

  .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:pt-25 {
    padding-top: 6.25rem !important;
  }

  .sm\:pr-25 {
    padding-right: 6.25rem !important;
  }

  .sm\:pb-25 {
    padding-bottom: 6.25rem !important;
  }

  .sm\:pl-25 {
    padding-left: 6.25rem !important;
  }

  .sm\:pt-30 {
    padding-top: 7.5rem !important;
  }

  .sm\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .sm\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .sm\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .sm\:pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:pt-38 {
    padding-top: 9rem !important;
  }

  .sm\:pr-38 {
    padding-right: 9rem !important;
  }

  .sm\:pb-38 {
    padding-bottom: 9rem !important;
  }

  .sm\:pl-38 {
    padding-left: 9rem !important;
  }

  .sm\:pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:pt-75 {
    padding-top: 18.5rem !important;
  }

  .sm\:pr-75 {
    padding-right: 18.5rem !important;
  }

  .sm\:pb-75 {
    padding-bottom: 18.5rem !important;
  }

  .sm\:pl-75 {
    padding-left: 18.5rem !important;
  }

  .sm\:pt-80 {
    padding-top: 5rem !important;
  }

  .sm\:pr-80 {
    padding-right: 5rem !important;
  }

  .sm\:pb-80 {
    padding-bottom: 5rem !important;
  }

  .sm\:pl-80 {
    padding-left: 5rem !important;
  }

  .sm\:pt-88 {
    padding-top: 5.5rem !important;
  }

  .sm\:pr-88 {
    padding-right: 5.5rem !important;
  }

  .sm\:pb-88 {
    padding-bottom: 5.5rem !important;
  }

  .sm\:pl-88 {
    padding-left: 5.5rem !important;
  }

  .sm\:pt-9999 {
    padding-top: 9999rem !important;
  }

  .sm\:pr-9999 {
    padding-right: 9999rem !important;
  }

  .sm\:pb-9999 {
    padding-bottom: 9999rem !important;
  }

  .sm\:pl-9999 {
    padding-left: 9999rem !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:placeholder-black-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-lighter::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-lighter::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-lighter::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-lighter::placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darkest::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darkest::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darker::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darker::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lighter::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lighter::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-flyout::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-flyout::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-flyout::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-flyout::placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-medium::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-medium::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lightest::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lightest::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-lighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-lighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-lighter:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darkest:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darkest:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-flyout:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-flyout:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-flyout:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-flyout:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-medium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-medium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lightest:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lightest:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

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

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

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

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

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

  .sm\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

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

  .sm\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

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

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

  .sm\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm\:inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .sm\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm\:inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .sm\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm\:inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

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

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

  .sm\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .sm\:-inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:top-0 {
    top: 0 !important;
  }

  .sm\:right-0 {
    right: 0 !important;
  }

  .sm\:bottom-0 {
    bottom: 0 !important;
  }

  .sm\:left-0 {
    left: 0 !important;
  }

  .sm\:top-6 {
    top: 1.5rem !important;
  }

  .sm\:right-6 {
    right: 1.5rem !important;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .sm\:left-6 {
    left: 1.5rem !important;
  }

  .sm\:top-12 {
    top: 3rem !important;
  }

  .sm\:right-12 {
    right: 3rem !important;
  }

  .sm\:bottom-12 {
    bottom: 3rem !important;
  }

  .sm\:left-12 {
    left: 3rem !important;
  }

  .sm\:top-20 {
    top: 5rem !important;
  }

  .sm\:right-20 {
    right: 5rem !important;
  }

  .sm\:bottom-20 {
    bottom: 5rem !important;
  }

  .sm\:left-20 {
    left: 5rem !important;
  }

  .sm\:top-32 {
    top: 8rem !important;
  }

  .sm\:right-32 {
    right: 8rem !important;
  }

  .sm\:bottom-32 {
    bottom: 8rem !important;
  }

  .sm\:left-32 {
    left: 8rem !important;
  }

  .sm\:top-40 {
    top: 10rem !important;
  }

  .sm\:right-40 {
    right: 10rem !important;
  }

  .sm\:bottom-40 {
    bottom: 10rem !important;
  }

  .sm\:left-40 {
    left: 10rem !important;
  }

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

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

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

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

  .sm\:-top-10 {
    top: -2.5rem !important;
  }

  .sm\:-right-10 {
    right: -2.5rem !important;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .sm\:-left-10 {
    left: -2.5rem !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:shadow-list {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .sm\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:hover\:shadow-list:hover {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .sm\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:focus\:shadow-list:focus {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .sm\:fill-current {
    fill: currentColor !important;
  }

  .sm\:stroke-current {
    stroke: currentColor !important;
  }

  .sm\:stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-black-dark {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:text-white {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:text-red {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .sm\:text-red-dark {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .sm\:text-blue-light {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .sm\:text-blue-lighter {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .sm\:text-black {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .sm\:text-grey-darkest {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .sm\:text-grey-darker {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .sm\:text-grey-lighter {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .sm\:text-grey-flyout {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .sm\:text-green {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .sm\:text-green-dark {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .sm\:text-grey-dark {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .sm\:text-grey-medium {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .sm\:text-grey-light {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .sm\:text-grey-lightest {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-black-dark:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-dark:hover {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-light:hover {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-lighter:hover {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-darkest:hover {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-darker:hover {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-lighter:hover {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-flyout:hover {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green:hover {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-dark:hover {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-dark:hover {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-medium:hover {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-light:hover {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-lightest:hover {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-black-dark:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-dark:focus {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-light:focus {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-lighter:focus {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-darkest:focus {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-darker:focus {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-lighter:focus {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-flyout:focus {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green:focus {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-dark:focus {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-dark:focus {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-medium:focus {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-light:focus {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-lightest:focus {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .sm\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .sm\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:not-italic {
    font-style: normal !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:tracking-tightest {
    letter-spacing: -0.0625rem !important;
  }

  .sm\:tracking-tighterer {
    letter-spacing: -0.04625rem !important;
  }

  .sm\:tracking-widerer {
    letter-spacing: 0.0625rem !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words {
    overflow-wrap: break-word !important;
  }

  .sm\:break-all {
    word-break: break-all !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-0 {
    width: 0 !important;
  }

  .sm\:w-1 {
    width: 0.25rem !important;
  }

  .sm\:w-2 {
    width: 0.5rem !important;
  }

  .sm\:w-3 {
    width: 0.75rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-9 {
    width: 2.25rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-14 {
    width: 3.5rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-20 {
    width: 5rem !important;
  }

  .sm\:w-22 {
    width: 5.5rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-25 {
    width: 6.25rem !important;
  }

  .sm\:w-30 {
    width: 7.5rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-38 {
    width: 9rem !important;
  }

  .sm\:w-40 {
    width: 10rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-56 {
    width: 14rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-75 {
    width: 18.5rem !important;
  }

  .sm\:w-80 {
    width: 5rem !important;
  }

  .sm\:w-88 {
    width: 5.5rem !important;
  }

  .sm\:w-100 {
    width: 25rem !important;
  }

  .sm\:w-9999 {
    width: 9999rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-2\/4 {
    width: 50% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:w-3\/6 {
    width: 50% !important;
  }

  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:w-3\/12 {
    width: 25% !important;
  }

  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:w-grid-logo-sm {
    width: 45.5rem !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }

  .sm\:-z-10 {
    z-index: -10 !important;
  }

  .sm\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .sm\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .sm\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .sm\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .sm\:gap-9 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .sm\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .sm\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
  }

  .sm\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:gap-25 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .sm\:gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
  }

  .sm\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:gap-38 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
  }

  .sm\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:gap-75 {
    grid-gap: 18.5rem !important;
    gap: 18.5rem !important;
  }

  .sm\:gap-80 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-88 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
  }

  .sm\:gap-9999 {
    grid-gap: 9999rem !important;
    gap: 9999rem !important;
  }

  .sm\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .sm\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .sm\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .sm\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .sm\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .sm\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .sm\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .sm\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .sm\:col-gap-9 {
    grid-column-gap: 2.25rem !important;
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .sm\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .sm\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .sm\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .sm\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .sm\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .sm\:col-gap-22 {
    grid-column-gap: 5.5rem !important;
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }

  .sm\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .sm\:col-gap-25 {
    grid-column-gap: 6.25rem !important;
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }

  .sm\:col-gap-30 {
    grid-column-gap: 7.5rem !important;
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }

  .sm\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .sm\:col-gap-38 {
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .sm\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .sm\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .sm\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .sm\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .sm\:col-gap-75 {
    grid-column-gap: 18.5rem !important;
    -webkit-column-gap: 18.5rem !important;
       -moz-column-gap: 18.5rem !important;
            column-gap: 18.5rem !important;
  }

  .sm\:col-gap-80 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .sm\:col-gap-88 {
    grid-column-gap: 5.5rem !important;
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }

  .sm\:col-gap-9999 {
    grid-column-gap: 9999rem !important;
    -webkit-column-gap: 9999rem !important;
       -moz-column-gap: 9999rem !important;
            column-gap: 9999rem !important;
  }

  .sm\:col-gap-px {
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:row-gap-9 {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .sm\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .sm\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:row-gap-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
  }

  .sm\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:row-gap-25 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .sm\:row-gap-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
  }

  .sm\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:row-gap-38 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .sm\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:row-gap-75 {
    grid-row-gap: 18.5rem !important;
    row-gap: 18.5rem !important;
  }

  .sm\:row-gap-80 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:row-gap-88 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
  }

  .sm\:row-gap-9999 {
    grid-row-gap: 9999rem !important;
    row-gap: 9999rem !important;
  }

  .sm\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:col-auto {
    grid-column: auto !important;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:row-auto {
    grid-row: auto !important;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -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)) !important;
            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)) !important;
  }

  .sm\:transform-none {
    -webkit-transform: none !important;
            transform: none !important;
  }

  .sm\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .sm\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .sm\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .sm\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .sm\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .sm\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .sm\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .sm\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .sm\:translate-x-9 {
    --transform-translate-x: 2.25rem !important;
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .sm\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-22 {
    --transform-translate-x: 5.5rem !important;
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .sm\:translate-x-25 {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:translate-x-30 {
    --transform-translate-x: 7.5rem !important;
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .sm\:translate-x-38 {
    --transform-translate-x: 9rem !important;
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .sm\:translate-x-75 {
    --transform-translate-x: 18.5rem !important;
  }

  .sm\:translate-x-80 {
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-88 {
    --transform-translate-x: 5.5rem !important;
  }

  .sm\:translate-x-9999 {
    --transform-translate-x: 9999rem !important;
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .sm\:-translate-x-9 {
    --transform-translate-x: -2.25rem !important;
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .sm\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-22 {
    --transform-translate-x: -5.5rem !important;
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .sm\:-translate-x-25 {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:-translate-x-30 {
    --transform-translate-x: -7.5rem !important;
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .sm\:-translate-x-38 {
    --transform-translate-x: -9rem !important;
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .sm\:-translate-x-75 {
    --transform-translate-x: -18.5rem !important;
  }

  .sm\:-translate-x-80 {
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-88 {
    --transform-translate-x: -5.5rem !important;
  }

  .sm\:-translate-x-9999 {
    --transform-translate-x: -9999rem !important;
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .sm\:translate-y-9 {
    --transform-translate-y: 2.25rem !important;
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .sm\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-22 {
    --transform-translate-y: 5.5rem !important;
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .sm\:translate-y-25 {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:translate-y-30 {
    --transform-translate-y: 7.5rem !important;
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .sm\:translate-y-38 {
    --transform-translate-y: 9rem !important;
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .sm\:translate-y-75 {
    --transform-translate-y: 18.5rem !important;
  }

  .sm\:translate-y-80 {
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-88 {
    --transform-translate-y: 5.5rem !important;
  }

  .sm\:translate-y-9999 {
    --transform-translate-y: 9999rem !important;
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .sm\:-translate-y-9 {
    --transform-translate-y: -2.25rem !important;
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .sm\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-22 {
    --transform-translate-y: -5.5rem !important;
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .sm\:-translate-y-25 {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:-translate-y-30 {
    --transform-translate-y: -7.5rem !important;
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .sm\:-translate-y-38 {
    --transform-translate-y: -9rem !important;
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .sm\:-translate-y-75 {
    --transform-translate-y: -18.5rem !important;
  }

  .sm\:-translate-y-80 {
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-88 {
    --transform-translate-y: -5.5rem !important;
  }

  .sm\:-translate-y-9999 {
    --transform-translate-y: -9999rem !important;
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.25rem !important;
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem !important;
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-25:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.5rem !important;
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-38:hover {
    --transform-translate-x: 9rem !important;
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.5rem !important;
  }

  .sm\:hover\:translate-x-80:hover {
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-88:hover {
    --transform-translate-x: 5.5rem !important;
  }

  .sm\:hover\:translate-x-9999:hover {
    --transform-translate-x: 9999rem !important;
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.25rem !important;
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-25:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.5rem !important;
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9rem !important;
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.5rem !important;
  }

  .sm\:hover\:-translate-x-80:hover {
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-88:hover {
    --transform-translate-x: -5.5rem !important;
  }

  .sm\:hover\:-translate-x-9999:hover {
    --transform-translate-x: -9999rem !important;
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.25rem !important;
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem !important;
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-25:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.5rem !important;
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-38:hover {
    --transform-translate-y: 9rem !important;
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.5rem !important;
  }

  .sm\:hover\:translate-y-80:hover {
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-88:hover {
    --transform-translate-y: 5.5rem !important;
  }

  .sm\:hover\:translate-y-9999:hover {
    --transform-translate-y: 9999rem !important;
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.25rem !important;
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-25:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.5rem !important;
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9rem !important;
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.5rem !important;
  }

  .sm\:hover\:-translate-y-80:hover {
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-88:hover {
    --transform-translate-y: -5.5rem !important;
  }

  .sm\:hover\:-translate-y-9999:hover {
    --transform-translate-y: -9999rem !important;
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.25rem !important;
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem !important;
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-25:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.5rem !important;
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-38:focus {
    --transform-translate-x: 9rem !important;
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-75:focus {
    --transform-translate-x: 18.5rem !important;
  }

  .sm\:focus\:translate-x-80:focus {
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-88:focus {
    --transform-translate-x: 5.5rem !important;
  }

  .sm\:focus\:translate-x-9999:focus {
    --transform-translate-x: 9999rem !important;
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.25rem !important;
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-25:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.5rem !important;
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9rem !important;
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-75:focus {
    --transform-translate-x: -18.5rem !important;
  }

  .sm\:focus\:-translate-x-80:focus {
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-88:focus {
    --transform-translate-x: -5.5rem !important;
  }

  .sm\:focus\:-translate-x-9999:focus {
    --transform-translate-x: -9999rem !important;
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.25rem !important;
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem !important;
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-25:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.5rem !important;
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-38:focus {
    --transform-translate-y: 9rem !important;
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-75:focus {
    --transform-translate-y: 18.5rem !important;
  }

  .sm\:focus\:translate-y-80:focus {
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-88:focus {
    --transform-translate-y: 5.5rem !important;
  }

  .sm\:focus\:translate-y-9999:focus {
    --transform-translate-y: 9999rem !important;
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.25rem !important;
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-25:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.5rem !important;
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9rem !important;
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-75:focus {
    --transform-translate-y: -18.5rem !important;
  }

  .sm\:focus\:-translate-y-80:focus {
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-88:focus {
    --transform-translate-y: -5.5rem !important;
  }

  .sm\:focus\:-translate-y-9999:focus {
    --transform-translate-y: -9999rem !important;
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .sm\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .sm\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .sm\:transition-none {
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .sm\:transition-all {
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .sm\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .sm\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:transition-opacity {
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .sm\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .sm\:transition-transform {
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .sm\:ease-linear {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .sm\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:duration-75 {
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .sm\:duration-100 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .sm\:duration-150 {
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:duration-200 {
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .sm\:duration-300 {
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .sm\:duration-500 {
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .sm\:duration-700 {
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .sm\:duration-1000 {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .sm\:delay-75 {
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .sm\:delay-100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .sm\:delay-150 {
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .sm\:delay-200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .sm\:delay-300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .sm\:delay-500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .sm\:delay-700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .sm\:delay-1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .sm\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @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;
    }
  }

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

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

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

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

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

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

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

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

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

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

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-32 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(32px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(32px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-32 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(32px * var(--divide-x-reverse)) !important;
    border-left-width: calc(32px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .md\:divide-black-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--divide-opacity)) !important;
  }

  .md\:divide-red-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--divide-opacity)) !important;
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-flyout > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--divide-opacity)) !important;
  }

  .md\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--divide-opacity)) !important;
  }

  .md\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--divide-opacity)) !important;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-black-dark {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .md\:bg-red-dark {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-light {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-lighter {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .md\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-darkest {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-darker {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-lighter {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-flyout {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .md\:bg-green {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .md\:bg-green-dark {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-dark {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-medium {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-light {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-lightest {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-black-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-light:hover {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-lighter:hover {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-flyout:hover {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green:hover {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-light:hover {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-black-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red:focus {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-light:focus {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-lighter:focus {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-flyout:focus {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green:focus {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-light:focus {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-black-dark:active {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-white:active {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-red:active {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-red-dark:active {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-blue-light:active {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-blue-lighter:active {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-black:active {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-grey-darkest:active {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-grey-darker:active {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-grey-lighter:active {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-grey-flyout:active {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-green:active {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-green-dark:active {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-grey-dark:active {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-grey-medium:active {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-grey-light:active {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .md\:active\:bg-grey-lightest:active {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-80 {
    --bg-opacity: 0.8 !important;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8 !important;
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8 !important;
  }

  .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:border-collapse {
    border-collapse: collapse !important;
  }

  .md\:border-separate {
    border-collapse: separate !important;
  }

  .md\:border-black-dark {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:border-white {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:border-red {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .md\:border-red-dark {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .md\:border-blue-light {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .md\:border-blue-lighter {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .md\:border-black {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .md\:border-grey-darkest {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .md\:border-grey-darker {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .md\:border-grey-lighter {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .md\:border-grey-flyout {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .md\:border-green {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .md\:border-green-dark {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .md\:border-grey-dark {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .md\:border-grey-medium {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .md\:border-grey-light {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .md\:border-grey-lightest {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:border-black-dark:hover {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:border-white:hover {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red:hover {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-dark:hover {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-light:hover {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-lighter:hover {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .md\:hover\:border-black:hover {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-darkest:hover {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-darker:hover {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-lighter:hover {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-flyout:hover {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green:hover {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-dark:hover {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-dark:hover {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-medium:hover {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-light:hover {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-lightest:hover {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:border-black-dark:focus {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:border-white:focus {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red:focus {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-dark:focus {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-light:focus {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-lighter:focus {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .md\:focus\:border-black:focus {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-darkest:focus {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-darker:focus {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-lighter:focus {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-flyout:focus {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green:focus {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-dark:focus {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-dark:focus {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-medium:focus {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-light:focus {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-lightest:focus {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .md\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .md\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .md\:rounded-none {
    border-radius: 0 !important;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:rounded {
    border-radius: 0.25rem !important;
  }

  .md\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-double {
    border-style: double !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-0 {
    border-width: 0 !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border-32 {
    border-width: 32px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-t-32 {
    border-top-width: 32px !important;
  }

  .md\:border-r-32 {
    border-right-width: 32px !important;
  }

  .md\:border-b-32 {
    border-bottom-width: 32px !important;
  }

  .md\:border-l-32 {
    border-left-width: 32px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .md\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-text {
    cursor: text !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .md\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-caption {
    display: table-caption !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:table-column {
    display: table-column !important;
  }

  .md\:table-column-group {
    display: table-column-group !important;
  }

  .md\:table-footer-group {
    display: table-footer-group !important;
  }

  .md\:table-header-group {
    display: table-header-group !important;
  }

  .md\:table-row-group {
    display: table-row-group !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:flow-root {
    display: flow-root !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:inline-grid {
    display: inline-grid !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .md\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .md\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .md\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .md\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .md\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .md\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .md\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .md\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .md\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .md\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .md\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .md\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .md\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .md\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .md\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .md\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .md\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:clear-left {
    clear: left !important;
  }

  .md\:clear-right {
    clear: right !important;
  }

  .md\:clear-both {
    clear: both !important;
  }

  .md\:clear-none {
    clear: none !important;
  }

  .md\:font-ng-medium {
    font-family: ProfilePro !important;
  }

  .md\:font-ng-regular {
    font-family: ProfileProRegular !important;
  }

  .md\:font-ng-semibold {
    font-family: ProfileProBold !important;
  }

  .md\:font-ng-bold {
    font-family: ProfileProBold !important;
  }

  .md\:font-ng-italic {
    font-family: ProfileProRegularItalic !important;
  }

  .md\:font-hairline {
    font-weight: 100 !important;
  }

  .md\:font-thin {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .md\:h-0 {
    height: 0 !important;
  }

  .md\:h-1 {
    height: 0.25rem !important;
  }

  .md\:h-2 {
    height: 0.5rem !important;
  }

  .md\:h-3 {
    height: 0.75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-5 {
    height: 1.25rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-9 {
    height: 2.25rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-14 {
    height: 3.5rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-20 {
    height: 5rem !important;
  }

  .md\:h-22 {
    height: 5.5rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-25 {
    height: 6.25rem !important;
  }

  .md\:h-30 {
    height: 7.5rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-38 {
    height: 9rem !important;
  }

  .md\:h-40 {
    height: 10rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-56 {
    height: 14rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-75 {
    height: 18.5rem !important;
  }

  .md\:h-80 {
    height: 5rem !important;
  }

  .md\:h-88 {
    height: 5.5rem !important;
  }

  .md\:h-92 {
    height: 23rem !important;
  }

  .md\:h-94 {
    height: 23.5rem !important;
  }

  .md\:h-100 {
    height: 26rem !important;
  }

  .md\:h-200 {
    height: 50rem !important;
  }

  .md\:h-9999 {
    height: 9999rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:text-0 {
    font-size: 0rem !important;
  }

  .md\:text-xs {
    font-size: 0.75rem !important;
  }

  .md\:text-sm {
    font-size: 0.875rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
  }

  .md\:text-6xl {
    font-size: 4rem !important;
  }

  .md\:text-basesm {
    font-size: 0.9375rem !important;
  }

  .md\:text-4xll {
    font-size: 2.5rem !important;
  }

  .md\:text-5xll {
    font-size: 3.375rem !important;
  }

  .md\:leading-3 {
    line-height: .75rem !important;
  }

  .md\:leading-4 {
    line-height: 1rem !important;
  }

  .md\:leading-5 {
    line-height: 1.25rem !important;
  }

  .md\:leading-6 {
    line-height: 1.5rem !important;
  }

  .md\:leading-7 {
    line-height: 1.75rem !important;
  }

  .md\:leading-8 {
    line-height: 2rem !important;
  }

  .md\:leading-9 {
    line-height: 2.25rem !important;
  }

  .md\:leading-10 {
    line-height: 2.5rem !important;
  }

  .md\:leading-12 {
    line-height: 3rem !important;
  }

  .md\:leading-16 {
    line-height: 4rem !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-snug {
    line-height: 1.375 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:leading-snuger {
    line-height: 1.3rem !important;
  }

  .md\:leading-7sm {
    line-height: 1.6875rem !important;
  }

  .md\:leading-8sm {
    line-height: 1.9375rem !important;
  }

  .md\:leading-16l {
    line-height: 4.0625rem !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none !important;
  }

  .md\:list-disc {
    list-style-type: disc !important;
  }

  .md\:list-decimal {
    list-style-type: decimal !important;
  }

  .md\:m-0 {
    margin: 0 !important;
  }

  .md\:m-1 {
    margin: 0.25rem !important;
  }

  .md\:m-2 {
    margin: 0.5rem !important;
  }

  .md\:m-3 {
    margin: 0.75rem !important;
  }

  .md\:m-4 {
    margin: 1rem !important;
  }

  .md\:m-5 {
    margin: 1.25rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:m-8 {
    margin: 2rem !important;
  }

  .md\:m-9 {
    margin: 2.25rem !important;
  }

  .md\:m-10 {
    margin: 2.5rem !important;
  }

  .md\:m-12 {
    margin: 3rem !important;
  }

  .md\:m-14 {
    margin: 3.5rem !important;
  }

  .md\:m-16 {
    margin: 4rem !important;
  }

  .md\:m-20 {
    margin: 5rem !important;
  }

  .md\:m-22 {
    margin: 5.5rem !important;
  }

  .md\:m-24 {
    margin: 6rem !important;
  }

  .md\:m-25 {
    margin: 6.25rem !important;
  }

  .md\:m-30 {
    margin: 7.5rem !important;
  }

  .md\:m-32 {
    margin: 8rem !important;
  }

  .md\:m-38 {
    margin: 9rem !important;
  }

  .md\:m-40 {
    margin: 10rem !important;
  }

  .md\:m-48 {
    margin: 12rem !important;
  }

  .md\:m-56 {
    margin: 14rem !important;
  }

  .md\:m-64 {
    margin: 16rem !important;
  }

  .md\:m-75 {
    margin: 18.5rem !important;
  }

  .md\:m-80 {
    margin: 5rem !important;
  }

  .md\:m-88 {
    margin: 5.5rem !important;
  }

  .md\:m-9999 {
    margin: 9999rem !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:-m-1 {
    margin: -0.25rem !important;
  }

  .md\:-m-2 {
    margin: -0.5rem !important;
  }

  .md\:-m-3 {
    margin: -0.75rem !important;
  }

  .md\:-m-4 {
    margin: -1rem !important;
  }

  .md\:-m-5 {
    margin: -1.25rem !important;
  }

  .md\:-m-6 {
    margin: -1.5rem !important;
  }

  .md\:-m-8 {
    margin: -2rem !important;
  }

  .md\:-m-9 {
    margin: -2.25rem !important;
  }

  .md\:-m-10 {
    margin: -2.5rem !important;
  }

  .md\:-m-12 {
    margin: -3rem !important;
  }

  .md\:-m-14 {
    margin: -3.5rem !important;
  }

  .md\:-m-16 {
    margin: -4rem !important;
  }

  .md\:-m-20 {
    margin: -5rem !important;
  }

  .md\:-m-22 {
    margin: -5.5rem !important;
  }

  .md\:-m-24 {
    margin: -6rem !important;
  }

  .md\:-m-25 {
    margin: -6.25rem !important;
  }

  .md\:-m-30 {
    margin: -7.5rem !important;
  }

  .md\:-m-32 {
    margin: -8rem !important;
  }

  .md\:-m-38 {
    margin: -9rem !important;
  }

  .md\:-m-40 {
    margin: -10rem !important;
  }

  .md\:-m-48 {
    margin: -12rem !important;
  }

  .md\:-m-56 {
    margin: -14rem !important;
  }

  .md\:-m-64 {
    margin: -16rem !important;
  }

  .md\:-m-75 {
    margin: -18.5rem !important;
  }

  .md\:-m-80 {
    margin: -5rem !important;
  }

  .md\:-m-88 {
    margin: -5.5rem !important;
  }

  .md\:-m-9999 {
    margin: -9999rem !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .md\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:my-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .md\:mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .md\:mx-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .md\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .md\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:my-38 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:mx-38 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:my-75 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .md\:mx-75 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .md\:my-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:my-88 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .md\:mx-88 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }

  .md\:my-9999 {
    margin-top: 9999rem !important;
    margin-bottom: 9999rem !important;
  }

  .md\:mx-9999 {
    margin-left: 9999rem !important;
    margin-right: 9999rem !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-my-22 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .md\:-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }

  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-my-25 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .md\:-mx-25 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .md\:-my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .md\:-mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-my-38 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:-mx-38 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-my-75 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .md\:-mx-75 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .md\:-my-80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-mx-80 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-my-88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .md\:-mx-88 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }

  .md\:-my-9999 {
    margin-top: -9999rem !important;
    margin-bottom: -9999rem !important;
  }

  .md\:-mx-9999 {
    margin-left: -9999rem !important;
    margin-right: -9999rem !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:mt-0 {
    margin-top: 0 !important;
  }

  .md\:mr-0 {
    margin-right: 0 !important;
  }

  .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:ml-0 {
    margin-left: 0 !important;
  }

  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:ml-4 {
    margin-left: 1rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .md\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .md\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mr-16 {
    margin-right: 4rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:mt-20 {
    margin-top: 5rem !important;
  }

  .md\:mr-20 {
    margin-right: 5rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:ml-20 {
    margin-left: 5rem !important;
  }

  .md\:mt-22 {
    margin-top: 5.5rem !important;
  }

  .md\:mr-22 {
    margin-right: 5.5rem !important;
  }

  .md\:mb-22 {
    margin-bottom: 5.5rem !important;
  }

  .md\:ml-22 {
    margin-left: 5.5rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:mt-25 {
    margin-top: 6.25rem !important;
  }

  .md\:mr-25 {
    margin-right: 6.25rem !important;
  }

  .md\:mb-25 {
    margin-bottom: 6.25rem !important;
  }

  .md\:ml-25 {
    margin-left: 6.25rem !important;
  }

  .md\:mt-30 {
    margin-top: 7.5rem !important;
  }

  .md\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .md\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .md\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mr-32 {
    margin-right: 8rem !important;
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:mt-38 {
    margin-top: 9rem !important;
  }

  .md\:mr-38 {
    margin-right: 9rem !important;
  }

  .md\:mb-38 {
    margin-bottom: 9rem !important;
  }

  .md\:ml-38 {
    margin-left: 9rem !important;
  }

  .md\:mt-40 {
    margin-top: 10rem !important;
  }

  .md\:mr-40 {
    margin-right: 10rem !important;
  }

  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:ml-40 {
    margin-left: 10rem !important;
  }

  .md\:mt-48 {
    margin-top: 12rem !important;
  }

  .md\:mr-48 {
    margin-right: 12rem !important;
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:ml-48 {
    margin-left: 12rem !important;
  }

  .md\:mt-56 {
    margin-top: 14rem !important;
  }

  .md\:mr-56 {
    margin-right: 14rem !important;
  }

  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .md\:ml-56 {
    margin-left: 14rem !important;
  }

  .md\:mt-64 {
    margin-top: 16rem !important;
  }

  .md\:mr-64 {
    margin-right: 16rem !important;
  }

  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:ml-64 {
    margin-left: 16rem !important;
  }

  .md\:mt-75 {
    margin-top: 18.5rem !important;
  }

  .md\:mr-75 {
    margin-right: 18.5rem !important;
  }

  .md\:mb-75 {
    margin-bottom: 18.5rem !important;
  }

  .md\:ml-75 {
    margin-left: 18.5rem !important;
  }

  .md\:mt-80 {
    margin-top: 5rem !important;
  }

  .md\:mr-80 {
    margin-right: 5rem !important;
  }

  .md\:mb-80 {
    margin-bottom: 5rem !important;
  }

  .md\:ml-80 {
    margin-left: 5rem !important;
  }

  .md\:mt-88 {
    margin-top: 5.5rem !important;
  }

  .md\:mr-88 {
    margin-right: 5.5rem !important;
  }

  .md\:mb-88 {
    margin-bottom: 5.5rem !important;
  }

  .md\:ml-88 {
    margin-left: 5.5rem !important;
  }

  .md\:mt-9999 {
    margin-top: 9999rem !important;
  }

  .md\:mr-9999 {
    margin-right: 9999rem !important;
  }

  .md\:mb-9999 {
    margin-bottom: 9999rem !important;
  }

  .md\:ml-9999 {
    margin-left: 9999rem !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:-mt-4 {
    margin-top: -1rem !important;
  }

  .md\:-mr-4 {
    margin-right: -1rem !important;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:-ml-4 {
    margin-left: -1rem !important;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:-mt-8 {
    margin-top: -2rem !important;
  }

  .md\:-mr-8 {
    margin-right: -2rem !important;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem !important;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:-mt-12 {
    margin-top: -3rem !important;
  }

  .md\:-mr-12 {
    margin-right: -3rem !important;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:-ml-12 {
    margin-left: -3rem !important;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .md\:-mt-16 {
    margin-top: -4rem !important;
  }

  .md\:-mr-16 {
    margin-right: -4rem !important;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:-ml-16 {
    margin-left: -4rem !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:-mr-20 {
    margin-right: -5rem !important;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:-ml-20 {
    margin-left: -5rem !important;
  }

  .md\:-mt-22 {
    margin-top: -5.5rem !important;
  }

  .md\:-mr-22 {
    margin-right: -5.5rem !important;
  }

  .md\:-mb-22 {
    margin-bottom: -5.5rem !important;
  }

  .md\:-ml-22 {
    margin-left: -5.5rem !important;
  }

  .md\:-mt-24 {
    margin-top: -6rem !important;
  }

  .md\:-mr-24 {
    margin-right: -6rem !important;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:-ml-24 {
    margin-left: -6rem !important;
  }

  .md\:-mt-25 {
    margin-top: -6.25rem !important;
  }

  .md\:-mr-25 {
    margin-right: -6.25rem !important;
  }

  .md\:-mb-25 {
    margin-bottom: -6.25rem !important;
  }

  .md\:-ml-25 {
    margin-left: -6.25rem !important;
  }

  .md\:-mt-30 {
    margin-top: -7.5rem !important;
  }

  .md\:-mr-30 {
    margin-right: -7.5rem !important;
  }

  .md\:-mb-30 {
    margin-bottom: -7.5rem !important;
  }

  .md\:-ml-30 {
    margin-left: -7.5rem !important;
  }

  .md\:-mt-32 {
    margin-top: -8rem !important;
  }

  .md\:-mr-32 {
    margin-right: -8rem !important;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:-ml-32 {
    margin-left: -8rem !important;
  }

  .md\:-mt-38 {
    margin-top: -9rem !important;
  }

  .md\:-mr-38 {
    margin-right: -9rem !important;
  }

  .md\:-mb-38 {
    margin-bottom: -9rem !important;
  }

  .md\:-ml-38 {
    margin-left: -9rem !important;
  }

  .md\:-mt-40 {
    margin-top: -10rem !important;
  }

  .md\:-mr-40 {
    margin-right: -10rem !important;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .md\:-ml-40 {
    margin-left: -10rem !important;
  }

  .md\:-mt-48 {
    margin-top: -12rem !important;
  }

  .md\:-mr-48 {
    margin-right: -12rem !important;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\:-ml-48 {
    margin-left: -12rem !important;
  }

  .md\:-mt-56 {
    margin-top: -14rem !important;
  }

  .md\:-mr-56 {
    margin-right: -14rem !important;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .md\:-ml-56 {
    margin-left: -14rem !important;
  }

  .md\:-mt-64 {
    margin-top: -16rem !important;
  }

  .md\:-mr-64 {
    margin-right: -16rem !important;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\:-ml-64 {
    margin-left: -16rem !important;
  }

  .md\:-mt-75 {
    margin-top: -18.5rem !important;
  }

  .md\:-mr-75 {
    margin-right: -18.5rem !important;
  }

  .md\:-mb-75 {
    margin-bottom: -18.5rem !important;
  }

  .md\:-ml-75 {
    margin-left: -18.5rem !important;
  }

  .md\:-mt-80 {
    margin-top: -5rem !important;
  }

  .md\:-mr-80 {
    margin-right: -5rem !important;
  }

  .md\:-mb-80 {
    margin-bottom: -5rem !important;
  }

  .md\:-ml-80 {
    margin-left: -5rem !important;
  }

  .md\:-mt-88 {
    margin-top: -5.5rem !important;
  }

  .md\:-mr-88 {
    margin-right: -5.5rem !important;
  }

  .md\:-mb-88 {
    margin-bottom: -5.5rem !important;
  }

  .md\:-ml-88 {
    margin-left: -5.5rem !important;
  }

  .md\:-mt-9999 {
    margin-top: -9999rem !important;
  }

  .md\:-mr-9999 {
    margin-right: -9999rem !important;
  }

  .md\:-mb-9999 {
    margin-bottom: -9999rem !important;
  }

  .md\:-ml-9999 {
    margin-left: -9999rem !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:max-h-0 {
    max-height: 0 !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-h-1\/4 {
    max-height: 25% !important;
  }

  .md\:max-h-1\/2 {
    max-height: 50% !important;
  }

  .md\:max-h-3\/4 {
    max-height: 75% !important;
  }

  .md\:max-h-stage-error {
    max-height: 794px !important;
  }

  .md\:max-h-stage-main {
    max-height: 828px !important;
  }

  .md\:max-h-banner-download {
    max-height: 272px !important;
  }

  .md\:max-h-banner-text {
    max-height: 176 !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 24rem !important;
  }

  .md\:max-w-md {
    max-width: 28rem !important;
  }

  .md\:max-w-lg {
    max-width: 32rem !important;
  }

  .md\:max-w-xl {
    max-width: 36rem !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .md\:max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .md\:max-w-contact-sm {
    max-width: 17rem !important;
  }

  .md\:max-w-tile-30 {
    max-width: 23.5rem !important;
  }

  .md\:max-w-tile-50 {
    max-width: 39rem !important;
  }

  .md\:max-w-confirm-modal {
    max-width: 60rem !important;
  }

  .md\:min-h-0 {
    min-height: 0 !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

  .md\:min-h-contact-sm {
    min-height: 14.375rem !important;
  }

  .md\:min-h-teaserbox {
    min-height: 25rem !important;
  }

  .md\:min-w-0 {
    min-width: 0 !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:outline-none {
    outline: 0 !important;
  }

  .md\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .md\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:p-0 {
    padding: 0 !important;
  }

  .md\:p-1 {
    padding: 0.25rem !important;
  }

  .md\:p-2 {
    padding: 0.5rem !important;
  }

  .md\:p-3 {
    padding: 0.75rem !important;
  }

  .md\:p-4 {
    padding: 1rem !important;
  }

  .md\:p-5 {
    padding: 1.25rem !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

  .md\:p-8 {
    padding: 2rem !important;
  }

  .md\:p-9 {
    padding: 2.25rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-14 {
    padding: 3.5rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-20 {
    padding: 5rem !important;
  }

  .md\:p-22 {
    padding: 5.5rem !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:p-25 {
    padding: 6.25rem !important;
  }

  .md\:p-30 {
    padding: 7.5rem !important;
  }

  .md\:p-32 {
    padding: 8rem !important;
  }

  .md\:p-38 {
    padding: 9rem !important;
  }

  .md\:p-40 {
    padding: 10rem !important;
  }

  .md\:p-48 {
    padding: 12rem !important;
  }

  .md\:p-56 {
    padding: 14rem !important;
  }

  .md\:p-64 {
    padding: 16rem !important;
  }

  .md\:p-75 {
    padding: 18.5rem !important;
  }

  .md\:p-80 {
    padding: 5rem !important;
  }

  .md\:p-88 {
    padding: 5.5rem !important;
  }

  .md\:p-9999 {
    padding: 9999rem !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .md\:px-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .md\:px-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .md\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .md\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:py-38 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:px-38 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:py-75 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .md\:px-75 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .md\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .md\:px-88 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }

  .md\:py-9999 {
    padding-top: 9999rem !important;
    padding-bottom: 9999rem !important;
  }

  .md\:px-9999 {
    padding-left: 9999rem !important;
    padding-right: 9999rem !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:pt-0 {
    padding-top: 0 !important;
  }

  .md\:pr-0 {
    padding-right: 0 !important;
  }

  .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:pl-0 {
    padding-left: 0 !important;
  }

  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pl-8 {
    padding-left: 2rem !important;
  }

  .md\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .md\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .md\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:pt-12 {
    padding-top: 3rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pr-16 {
    padding-right: 4rem !important;
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pr-20 {
    padding-right: 5rem !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pl-20 {
    padding-left: 5rem !important;
  }

  .md\:pt-22 {
    padding-top: 5.5rem !important;
  }

  .md\:pr-22 {
    padding-right: 5.5rem !important;
  }

  .md\:pb-22 {
    padding-bottom: 5.5rem !important;
  }

  .md\:pl-22 {
    padding-left: 5.5rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:pl-24 {
    padding-left: 6rem !important;
  }

  .md\:pt-25 {
    padding-top: 6.25rem !important;
  }

  .md\:pr-25 {
    padding-right: 6.25rem !important;
  }

  .md\:pb-25 {
    padding-bottom: 6.25rem !important;
  }

  .md\:pl-25 {
    padding-left: 6.25rem !important;
  }

  .md\:pt-30 {
    padding-top: 7.5rem !important;
  }

  .md\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .md\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .md\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:pr-32 {
    padding-right: 8rem !important;
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:pl-32 {
    padding-left: 8rem !important;
  }

  .md\:pt-38 {
    padding-top: 9rem !important;
  }

  .md\:pr-38 {
    padding-right: 9rem !important;
  }

  .md\:pb-38 {
    padding-bottom: 9rem !important;
  }

  .md\:pl-38 {
    padding-left: 9rem !important;
  }

  .md\:pt-40 {
    padding-top: 10rem !important;
  }

  .md\:pr-40 {
    padding-right: 10rem !important;
  }

  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:pl-40 {
    padding-left: 10rem !important;
  }

  .md\:pt-48 {
    padding-top: 12rem !important;
  }

  .md\:pr-48 {
    padding-right: 12rem !important;
  }

  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:pl-48 {
    padding-left: 12rem !important;
  }

  .md\:pt-56 {
    padding-top: 14rem !important;
  }

  .md\:pr-56 {
    padding-right: 14rem !important;
  }

  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:pl-56 {
    padding-left: 14rem !important;
  }

  .md\:pt-64 {
    padding-top: 16rem !important;
  }

  .md\:pr-64 {
    padding-right: 16rem !important;
  }

  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:pl-64 {
    padding-left: 16rem !important;
  }

  .md\:pt-75 {
    padding-top: 18.5rem !important;
  }

  .md\:pr-75 {
    padding-right: 18.5rem !important;
  }

  .md\:pb-75 {
    padding-bottom: 18.5rem !important;
  }

  .md\:pl-75 {
    padding-left: 18.5rem !important;
  }

  .md\:pt-80 {
    padding-top: 5rem !important;
  }

  .md\:pr-80 {
    padding-right: 5rem !important;
  }

  .md\:pb-80 {
    padding-bottom: 5rem !important;
  }

  .md\:pl-80 {
    padding-left: 5rem !important;
  }

  .md\:pt-88 {
    padding-top: 5.5rem !important;
  }

  .md\:pr-88 {
    padding-right: 5.5rem !important;
  }

  .md\:pb-88 {
    padding-bottom: 5.5rem !important;
  }

  .md\:pl-88 {
    padding-left: 5.5rem !important;
  }

  .md\:pt-9999 {
    padding-top: 9999rem !important;
  }

  .md\:pr-9999 {
    padding-right: 9999rem !important;
  }

  .md\:pb-9999 {
    padding-bottom: 9999rem !important;
  }

  .md\:pl-9999 {
    padding-left: 9999rem !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:placeholder-black-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-lighter::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-lighter::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-lighter::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-lighter::placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darkest::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darkest::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darker::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darker::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lighter::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lighter::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-flyout::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-flyout::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-flyout::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-flyout::placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-medium::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-medium::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lightest::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lightest::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-lighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-lighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-lighter:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darkest:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darkest:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-flyout:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-flyout:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-flyout:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-flyout:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-medium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-medium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lightest:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lightest:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

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

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

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

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

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

  .md\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

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

  .md\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

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

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

  .md\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md\:inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .md\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md\:inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

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

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

  .md\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .md\:-inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:top-0 {
    top: 0 !important;
  }

  .md\:right-0 {
    right: 0 !important;
  }

  .md\:bottom-0 {
    bottom: 0 !important;
  }

  .md\:left-0 {
    left: 0 !important;
  }

  .md\:top-6 {
    top: 1.5rem !important;
  }

  .md\:right-6 {
    right: 1.5rem !important;
  }

  .md\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .md\:left-6 {
    left: 1.5rem !important;
  }

  .md\:top-12 {
    top: 3rem !important;
  }

  .md\:right-12 {
    right: 3rem !important;
  }

  .md\:bottom-12 {
    bottom: 3rem !important;
  }

  .md\:left-12 {
    left: 3rem !important;
  }

  .md\:top-20 {
    top: 5rem !important;
  }

  .md\:right-20 {
    right: 5rem !important;
  }

  .md\:bottom-20 {
    bottom: 5rem !important;
  }

  .md\:left-20 {
    left: 5rem !important;
  }

  .md\:top-32 {
    top: 8rem !important;
  }

  .md\:right-32 {
    right: 8rem !important;
  }

  .md\:bottom-32 {
    bottom: 8rem !important;
  }

  .md\:left-32 {
    left: 8rem !important;
  }

  .md\:top-40 {
    top: 10rem !important;
  }

  .md\:right-40 {
    right: 10rem !important;
  }

  .md\:bottom-40 {
    bottom: 10rem !important;
  }

  .md\:left-40 {
    left: 10rem !important;
  }

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

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

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

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

  .md\:-top-10 {
    top: -2.5rem !important;
  }

  .md\:-right-10 {
    right: -2.5rem !important;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .md\:-left-10 {
    left: -2.5rem !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:shadow-list {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .md\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:hover\:shadow-list:hover {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .md\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:focus\:shadow-list:focus {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .md\:fill-current {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-black-dark {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:text-white {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:text-red {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .md\:text-red-dark {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .md\:text-blue-light {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .md\:text-blue-lighter {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .md\:text-black {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .md\:text-grey-darkest {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .md\:text-grey-darker {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .md\:text-grey-lighter {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .md\:text-grey-flyout {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .md\:text-green {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .md\:text-green-dark {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .md\:text-grey-dark {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .md\:text-grey-medium {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .md\:text-grey-light {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .md\:text-grey-lightest {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:text-black-dark:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-dark:hover {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-light:hover {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-lighter:hover {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-darkest:hover {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-darker:hover {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-lighter:hover {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-flyout:hover {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green:hover {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-dark:hover {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-dark:hover {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-medium:hover {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-light:hover {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-lightest:hover {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:text-black-dark:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-dark:focus {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-light:focus {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-lighter:focus {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .md\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-darkest:focus {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-darker:focus {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-lighter:focus {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-flyout:focus {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green:focus {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-dark:focus {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-dark:focus {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-medium:focus {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-light:focus {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-lightest:focus {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .md\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .md\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:tracking-tightest {
    letter-spacing: -0.0625rem !important;
  }

  .md\:tracking-tighterer {
    letter-spacing: -0.04625rem !important;
  }

  .md\:tracking-widerer {
    letter-spacing: 0.0625rem !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    overflow-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-0 {
    width: 0 !important;
  }

  .md\:w-1 {
    width: 0.25rem !important;
  }

  .md\:w-2 {
    width: 0.5rem !important;
  }

  .md\:w-3 {
    width: 0.75rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-5 {
    width: 1.25rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-9 {
    width: 2.25rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-14 {
    width: 3.5rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-22 {
    width: 5.5rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-25 {
    width: 6.25rem !important;
  }

  .md\:w-30 {
    width: 7.5rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-38 {
    width: 9rem !important;
  }

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-56 {
    width: 14rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-75 {
    width: 18.5rem !important;
  }

  .md\:w-80 {
    width: 5rem !important;
  }

  .md\:w-88 {
    width: 5.5rem !important;
  }

  .md\:w-100 {
    width: 25rem !important;
  }

  .md\:w-9999 {
    width: 9999rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:w-grid-logo-sm {
    width: 45.5rem !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }

  .md\:-z-10 {
    z-index: -10 !important;
  }

  .md\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .md\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .md\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .md\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md\:gap-9 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .md\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
  }

  .md\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:gap-25 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .md\:gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
  }

  .md\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:gap-38 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
  }

  .md\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:gap-75 {
    grid-gap: 18.5rem !important;
    gap: 18.5rem !important;
  }

  .md\:gap-80 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-88 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
  }

  .md\:gap-9999 {
    grid-gap: 9999rem !important;
    gap: 9999rem !important;
  }

  .md\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:col-gap-0 {
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .md\:col-gap-9 {
    grid-column-gap: 2.25rem !important;
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .md\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .md\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .md\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .md\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .md\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .md\:col-gap-22 {
    grid-column-gap: 5.5rem !important;
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }

  .md\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .md\:col-gap-25 {
    grid-column-gap: 6.25rem !important;
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }

  .md\:col-gap-30 {
    grid-column-gap: 7.5rem !important;
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }

  .md\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .md\:col-gap-38 {
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .md\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .md\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .md\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .md\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .md\:col-gap-75 {
    grid-column-gap: 18.5rem !important;
    -webkit-column-gap: 18.5rem !important;
       -moz-column-gap: 18.5rem !important;
            column-gap: 18.5rem !important;
  }

  .md\:col-gap-80 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .md\:col-gap-88 {
    grid-column-gap: 5.5rem !important;
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }

  .md\:col-gap-9999 {
    grid-column-gap: 9999rem !important;
    -webkit-column-gap: 9999rem !important;
       -moz-column-gap: 9999rem !important;
            column-gap: 9999rem !important;
  }

  .md\:col-gap-px {
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .md\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:row-gap-9 {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .md\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .md\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:row-gap-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
  }

  .md\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:row-gap-25 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .md\:row-gap-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
  }

  .md\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:row-gap-38 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .md\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:row-gap-75 {
    grid-row-gap: 18.5rem !important;
    row-gap: 18.5rem !important;
  }

  .md\:row-gap-80 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:row-gap-88 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
  }

  .md\:row-gap-9999 {
    grid-row-gap: 9999rem !important;
    row-gap: 9999rem !important;
  }

  .md\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:col-auto {
    grid-column: auto !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -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)) !important;
            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)) !important;
  }

  .md\:transform-none {
    -webkit-transform: none !important;
            transform: none !important;
  }

  .md\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .md\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .md\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .md\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .md\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .md\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .md\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .md\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .md\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .md\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .md\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .md\:translate-x-9 {
    --transform-translate-x: 2.25rem !important;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .md\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-22 {
    --transform-translate-x: 5.5rem !important;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .md\:translate-x-25 {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:translate-x-30 {
    --transform-translate-x: 7.5rem !important;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .md\:translate-x-38 {
    --transform-translate-x: 9rem !important;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .md\:translate-x-75 {
    --transform-translate-x: 18.5rem !important;
  }

  .md\:translate-x-80 {
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-88 {
    --transform-translate-x: 5.5rem !important;
  }

  .md\:translate-x-9999 {
    --transform-translate-x: 9999rem !important;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .md\:-translate-x-9 {
    --transform-translate-x: -2.25rem !important;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .md\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-22 {
    --transform-translate-x: -5.5rem !important;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .md\:-translate-x-25 {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:-translate-x-30 {
    --transform-translate-x: -7.5rem !important;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .md\:-translate-x-38 {
    --transform-translate-x: -9rem !important;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .md\:-translate-x-75 {
    --transform-translate-x: -18.5rem !important;
  }

  .md\:-translate-x-80 {
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-88 {
    --transform-translate-x: -5.5rem !important;
  }

  .md\:-translate-x-9999 {
    --transform-translate-x: -9999rem !important;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .md\:translate-y-9 {
    --transform-translate-y: 2.25rem !important;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .md\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-22 {
    --transform-translate-y: 5.5rem !important;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .md\:translate-y-25 {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:translate-y-30 {
    --transform-translate-y: 7.5rem !important;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .md\:translate-y-38 {
    --transform-translate-y: 9rem !important;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .md\:translate-y-75 {
    --transform-translate-y: 18.5rem !important;
  }

  .md\:translate-y-80 {
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-88 {
    --transform-translate-y: 5.5rem !important;
  }

  .md\:translate-y-9999 {
    --transform-translate-y: 9999rem !important;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .md\:-translate-y-9 {
    --transform-translate-y: -2.25rem !important;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .md\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-22 {
    --transform-translate-y: -5.5rem !important;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .md\:-translate-y-25 {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:-translate-y-30 {
    --transform-translate-y: -7.5rem !important;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .md\:-translate-y-38 {
    --transform-translate-y: -9rem !important;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .md\:-translate-y-75 {
    --transform-translate-y: -18.5rem !important;
  }

  .md\:-translate-y-80 {
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-88 {
    --transform-translate-y: -5.5rem !important;
  }

  .md\:-translate-y-9999 {
    --transform-translate-y: -9999rem !important;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.25rem !important;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem !important;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-25:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.5rem !important;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-38:hover {
    --transform-translate-x: 9rem !important;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.5rem !important;
  }

  .md\:hover\:translate-x-80:hover {
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-88:hover {
    --transform-translate-x: 5.5rem !important;
  }

  .md\:hover\:translate-x-9999:hover {
    --transform-translate-x: 9999rem !important;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.25rem !important;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem !important;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-25:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.5rem !important;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9rem !important;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.5rem !important;
  }

  .md\:hover\:-translate-x-80:hover {
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-88:hover {
    --transform-translate-x: -5.5rem !important;
  }

  .md\:hover\:-translate-x-9999:hover {
    --transform-translate-x: -9999rem !important;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.25rem !important;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem !important;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-25:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.5rem !important;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-38:hover {
    --transform-translate-y: 9rem !important;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.5rem !important;
  }

  .md\:hover\:translate-y-80:hover {
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-88:hover {
    --transform-translate-y: 5.5rem !important;
  }

  .md\:hover\:translate-y-9999:hover {
    --transform-translate-y: 9999rem !important;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.25rem !important;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem !important;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-25:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.5rem !important;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9rem !important;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.5rem !important;
  }

  .md\:hover\:-translate-y-80:hover {
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-88:hover {
    --transform-translate-y: -5.5rem !important;
  }

  .md\:hover\:-translate-y-9999:hover {
    --transform-translate-y: -9999rem !important;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.25rem !important;
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem !important;
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-25:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.5rem !important;
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-38:focus {
    --transform-translate-x: 9rem !important;
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-75:focus {
    --transform-translate-x: 18.5rem !important;
  }

  .md\:focus\:translate-x-80:focus {
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-88:focus {
    --transform-translate-x: 5.5rem !important;
  }

  .md\:focus\:translate-x-9999:focus {
    --transform-translate-x: 9999rem !important;
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.25rem !important;
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem !important;
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-25:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.5rem !important;
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9rem !important;
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-75:focus {
    --transform-translate-x: -18.5rem !important;
  }

  .md\:focus\:-translate-x-80:focus {
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-88:focus {
    --transform-translate-x: -5.5rem !important;
  }

  .md\:focus\:-translate-x-9999:focus {
    --transform-translate-x: -9999rem !important;
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.25rem !important;
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem !important;
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-25:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.5rem !important;
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-38:focus {
    --transform-translate-y: 9rem !important;
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-75:focus {
    --transform-translate-y: 18.5rem !important;
  }

  .md\:focus\:translate-y-80:focus {
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-88:focus {
    --transform-translate-y: 5.5rem !important;
  }

  .md\:focus\:translate-y-9999:focus {
    --transform-translate-y: 9999rem !important;
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.25rem !important;
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem !important;
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-25:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.5rem !important;
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9rem !important;
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-75:focus {
    --transform-translate-y: -18.5rem !important;
  }

  .md\:focus\:-translate-y-80:focus {
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-88:focus {
    --transform-translate-y: -5.5rem !important;
  }

  .md\:focus\:-translate-y-9999:focus {
    --transform-translate-y: -9999rem !important;
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .md\:transition-none {
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .md\:transition-all {
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .md\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .md\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:transition-opacity {
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .md\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .md\:transition-transform {
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .md\:ease-linear {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .md\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:duration-75 {
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .md\:duration-100 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .md\:duration-150 {
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:duration-200 {
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .md\:duration-300 {
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .md\:duration-500 {
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .md\:duration-700 {
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .md\:duration-1000 {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .md\:delay-75 {
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .md\:delay-100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .md\:delay-150 {
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .md\:delay-200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .md\:delay-300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .md\:delay-500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .md\:delay-700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .md\:delay-1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .md\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @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;
    }
  }

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

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

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

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

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

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

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

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

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

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

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

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

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

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

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

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

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

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

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-32 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(32px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(32px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-32 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(32px * var(--divide-x-reverse)) !important;
    border-left-width: calc(32px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .lg\:divide-black-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--divide-opacity)) !important;
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-flyout > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--divide-opacity)) !important;
  }

  .lg\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--divide-opacity)) !important;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-black-dark {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-dark {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-light {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-lighter {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .lg\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-darkest {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-darker {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-lighter {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-flyout {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .lg\:bg-green {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-dark {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-dark {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-medium {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-light {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-lightest {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-black-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-light:hover {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-lighter:hover {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-flyout:hover {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green:hover {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-light:hover {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-black-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red:focus {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-light:focus {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-lighter:focus {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-flyout:focus {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green:focus {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-light:focus {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-black-dark:active {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-white:active {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-red:active {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-red-dark:active {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-light:active {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-blue-lighter:active {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-black:active {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-grey-darkest:active {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-grey-darker:active {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-grey-lighter:active {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-grey-flyout:active {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-green:active {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-green-dark:active {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-grey-dark:active {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-grey-medium:active {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-grey-light:active {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .lg\:active\:bg-grey-lightest:active {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-80 {
    --bg-opacity: 0.8 !important;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8 !important;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8 !important;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:border-separate {
    border-collapse: separate !important;
  }

  .lg\:border-black-dark {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:border-white {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:border-red {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .lg\:border-red-dark {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .lg\:border-blue-light {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .lg\:border-blue-lighter {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .lg\:border-black {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .lg\:border-grey-darkest {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .lg\:border-grey-darker {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .lg\:border-grey-lighter {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .lg\:border-grey-flyout {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .lg\:border-green {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .lg\:border-green-dark {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .lg\:border-grey-dark {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .lg\:border-grey-medium {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .lg\:border-grey-light {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .lg\:border-grey-lightest {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-black-dark:hover {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red:hover {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-dark:hover {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-light:hover {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-lighter:hover {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-black:hover {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-darkest:hover {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-darker:hover {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-lighter:hover {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-flyout:hover {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green:hover {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-dark:hover {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-dark:hover {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-medium:hover {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-light:hover {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-lightest:hover {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-black-dark:focus {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-white:focus {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red:focus {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-dark:focus {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-light:focus {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-lighter:focus {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-black:focus {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-darkest:focus {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-darker:focus {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-lighter:focus {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-flyout:focus {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green:focus {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-dark:focus {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-dark:focus {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-medium:focus {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-light:focus {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-lightest:focus {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .lg\:rounded-none {
    border-radius: 0 !important;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-double {
    border-style: double !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-0 {
    border-width: 0 !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border-32 {
    border-width: 32px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-t-32 {
    border-top-width: 32px !important;
  }

  .lg\:border-r-32 {
    border-right-width: 32px !important;
  }

  .lg\:border-b-32 {
    border-bottom-width: 32px !important;
  }

  .lg\:border-l-32 {
    border-left-width: 32px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .lg\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-text {
    cursor: text !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-caption {
    display: table-caption !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:table-column {
    display: table-column !important;
  }

  .lg\:table-column-group {
    display: table-column-group !important;
  }

  .lg\:table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:table-header-group {
    display: table-header-group !important;
  }

  .lg\:table-row-group {
    display: table-row-group !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:flow-root {
    display: flow-root !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:inline-grid {
    display: inline-grid !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .lg\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .lg\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .lg\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .lg\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .lg\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .lg\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .lg\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .lg\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .lg\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .lg\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .lg\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .lg\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:clear-left {
    clear: left !important;
  }

  .lg\:clear-right {
    clear: right !important;
  }

  .lg\:clear-both {
    clear: both !important;
  }

  .lg\:clear-none {
    clear: none !important;
  }

  .lg\:font-ng-medium {
    font-family: ProfilePro !important;
  }

  .lg\:font-ng-regular {
    font-family: ProfileProRegular !important;
  }

  .lg\:font-ng-semibold {
    font-family: ProfileProBold !important;
  }

  .lg\:font-ng-bold {
    font-family: ProfileProBold !important;
  }

  .lg\:font-ng-italic {
    font-family: ProfileProRegularItalic !important;
  }

  .lg\:font-hairline {
    font-weight: 100 !important;
  }

  .lg\:font-thin {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .lg\:h-0 {
    height: 0 !important;
  }

  .lg\:h-1 {
    height: 0.25rem !important;
  }

  .lg\:h-2 {
    height: 0.5rem !important;
  }

  .lg\:h-3 {
    height: 0.75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-5 {
    height: 1.25rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-9 {
    height: 2.25rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-14 {
    height: 3.5rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-22 {
    height: 5.5rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-25 {
    height: 6.25rem !important;
  }

  .lg\:h-30 {
    height: 7.5rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-38 {
    height: 9rem !important;
  }

  .lg\:h-40 {
    height: 10rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-56 {
    height: 14rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-75 {
    height: 18.5rem !important;
  }

  .lg\:h-80 {
    height: 5rem !important;
  }

  .lg\:h-88 {
    height: 5.5rem !important;
  }

  .lg\:h-92 {
    height: 23rem !important;
  }

  .lg\:h-94 {
    height: 23.5rem !important;
  }

  .lg\:h-100 {
    height: 26rem !important;
  }

  .lg\:h-200 {
    height: 50rem !important;
  }

  .lg\:h-9999 {
    height: 9999rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:text-0 {
    font-size: 0rem !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem !important;
  }

  .lg\:text-6xl {
    font-size: 4rem !important;
  }

  .lg\:text-basesm {
    font-size: 0.9375rem !important;
  }

  .lg\:text-4xll {
    font-size: 2.5rem !important;
  }

  .lg\:text-5xll {
    font-size: 3.375rem !important;
  }

  .lg\:leading-3 {
    line-height: .75rem !important;
  }

  .lg\:leading-4 {
    line-height: 1rem !important;
  }

  .lg\:leading-5 {
    line-height: 1.25rem !important;
  }

  .lg\:leading-6 {
    line-height: 1.5rem !important;
  }

  .lg\:leading-7 {
    line-height: 1.75rem !important;
  }

  .lg\:leading-8 {
    line-height: 2rem !important;
  }

  .lg\:leading-9 {
    line-height: 2.25rem !important;
  }

  .lg\:leading-10 {
    line-height: 2.5rem !important;
  }

  .lg\:leading-12 {
    line-height: 3rem !important;
  }

  .lg\:leading-16 {
    line-height: 4rem !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:leading-snuger {
    line-height: 1.3rem !important;
  }

  .lg\:leading-7sm {
    line-height: 1.6875rem !important;
  }

  .lg\:leading-8sm {
    line-height: 1.9375rem !important;
  }

  .lg\:leading-16l {
    line-height: 4.0625rem !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none !important;
  }

  .lg\:list-disc {
    list-style-type: disc !important;
  }

  .lg\:list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:m-0 {
    margin: 0 !important;
  }

  .lg\:m-1 {
    margin: 0.25rem !important;
  }

  .lg\:m-2 {
    margin: 0.5rem !important;
  }

  .lg\:m-3 {
    margin: 0.75rem !important;
  }

  .lg\:m-4 {
    margin: 1rem !important;
  }

  .lg\:m-5 {
    margin: 1.25rem !important;
  }

  .lg\:m-6 {
    margin: 1.5rem !important;
  }

  .lg\:m-8 {
    margin: 2rem !important;
  }

  .lg\:m-9 {
    margin: 2.25rem !important;
  }

  .lg\:m-10 {
    margin: 2.5rem !important;
  }

  .lg\:m-12 {
    margin: 3rem !important;
  }

  .lg\:m-14 {
    margin: 3.5rem !important;
  }

  .lg\:m-16 {
    margin: 4rem !important;
  }

  .lg\:m-20 {
    margin: 5rem !important;
  }

  .lg\:m-22 {
    margin: 5.5rem !important;
  }

  .lg\:m-24 {
    margin: 6rem !important;
  }

  .lg\:m-25 {
    margin: 6.25rem !important;
  }

  .lg\:m-30 {
    margin: 7.5rem !important;
  }

  .lg\:m-32 {
    margin: 8rem !important;
  }

  .lg\:m-38 {
    margin: 9rem !important;
  }

  .lg\:m-40 {
    margin: 10rem !important;
  }

  .lg\:m-48 {
    margin: 12rem !important;
  }

  .lg\:m-56 {
    margin: 14rem !important;
  }

  .lg\:m-64 {
    margin: 16rem !important;
  }

  .lg\:m-75 {
    margin: 18.5rem !important;
  }

  .lg\:m-80 {
    margin: 5rem !important;
  }

  .lg\:m-88 {
    margin: 5.5rem !important;
  }

  .lg\:m-9999 {
    margin: 9999rem !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:-m-1 {
    margin: -0.25rem !important;
  }

  .lg\:-m-2 {
    margin: -0.5rem !important;
  }

  .lg\:-m-3 {
    margin: -0.75rem !important;
  }

  .lg\:-m-4 {
    margin: -1rem !important;
  }

  .lg\:-m-5 {
    margin: -1.25rem !important;
  }

  .lg\:-m-6 {
    margin: -1.5rem !important;
  }

  .lg\:-m-8 {
    margin: -2rem !important;
  }

  .lg\:-m-9 {
    margin: -2.25rem !important;
  }

  .lg\:-m-10 {
    margin: -2.5rem !important;
  }

  .lg\:-m-12 {
    margin: -3rem !important;
  }

  .lg\:-m-14 {
    margin: -3.5rem !important;
  }

  .lg\:-m-16 {
    margin: -4rem !important;
  }

  .lg\:-m-20 {
    margin: -5rem !important;
  }

  .lg\:-m-22 {
    margin: -5.5rem !important;
  }

  .lg\:-m-24 {
    margin: -6rem !important;
  }

  .lg\:-m-25 {
    margin: -6.25rem !important;
  }

  .lg\:-m-30 {
    margin: -7.5rem !important;
  }

  .lg\:-m-32 {
    margin: -8rem !important;
  }

  .lg\:-m-38 {
    margin: -9rem !important;
  }

  .lg\:-m-40 {
    margin: -10rem !important;
  }

  .lg\:-m-48 {
    margin: -12rem !important;
  }

  .lg\:-m-56 {
    margin: -14rem !important;
  }

  .lg\:-m-64 {
    margin: -16rem !important;
  }

  .lg\:-m-75 {
    margin: -18.5rem !important;
  }

  .lg\:-m-80 {
    margin: -5rem !important;
  }

  .lg\:-m-88 {
    margin: -5.5rem !important;
  }

  .lg\:-m-9999 {
    margin: -9999rem !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .lg\:mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .lg\:mx-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .lg\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .lg\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:my-38 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:mx-38 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:my-75 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .lg\:mx-75 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .lg\:my-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-88 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .lg\:mx-88 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }

  .lg\:my-9999 {
    margin-top: 9999rem !important;
    margin-bottom: 9999rem !important;
  }

  .lg\:mx-9999 {
    margin-left: 9999rem !important;
    margin-right: 9999rem !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-22 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .lg\:-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }

  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-my-25 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .lg\:-mx-25 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .lg\:-my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .lg\:-mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-my-38 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:-mx-38 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-my-75 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .lg\:-mx-75 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .lg\:-my-80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-80 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .lg\:-mx-88 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }

  .lg\:-my-9999 {
    margin-top: -9999rem !important;
    margin-bottom: -9999rem !important;
  }

  .lg\:-mx-9999 {
    margin-left: -9999rem !important;
    margin-right: -9999rem !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:mt-22 {
    margin-top: 5.5rem !important;
  }

  .lg\:mr-22 {
    margin-right: 5.5rem !important;
  }

  .lg\:mb-22 {
    margin-bottom: 5.5rem !important;
  }

  .lg\:ml-22 {
    margin-left: 5.5rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:mt-25 {
    margin-top: 6.25rem !important;
  }

  .lg\:mr-25 {
    margin-right: 6.25rem !important;
  }

  .lg\:mb-25 {
    margin-bottom: 6.25rem !important;
  }

  .lg\:ml-25 {
    margin-left: 6.25rem !important;
  }

  .lg\:mt-30 {
    margin-top: 7.5rem !important;
  }

  .lg\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .lg\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .lg\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:mt-38 {
    margin-top: 9rem !important;
  }

  .lg\:mr-38 {
    margin-right: 9rem !important;
  }

  .lg\:mb-38 {
    margin-bottom: 9rem !important;
  }

  .lg\:ml-38 {
    margin-left: 9rem !important;
  }

  .lg\:mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:mt-75 {
    margin-top: 18.5rem !important;
  }

  .lg\:mr-75 {
    margin-right: 18.5rem !important;
  }

  .lg\:mb-75 {
    margin-bottom: 18.5rem !important;
  }

  .lg\:ml-75 {
    margin-left: 18.5rem !important;
  }

  .lg\:mt-80 {
    margin-top: 5rem !important;
  }

  .lg\:mr-80 {
    margin-right: 5rem !important;
  }

  .lg\:mb-80 {
    margin-bottom: 5rem !important;
  }

  .lg\:ml-80 {
    margin-left: 5rem !important;
  }

  .lg\:mt-88 {
    margin-top: 5.5rem !important;
  }

  .lg\:mr-88 {
    margin-right: 5.5rem !important;
  }

  .lg\:mb-88 {
    margin-bottom: 5.5rem !important;
  }

  .lg\:ml-88 {
    margin-left: 5.5rem !important;
  }

  .lg\:mt-9999 {
    margin-top: 9999rem !important;
  }

  .lg\:mr-9999 {
    margin-right: 9999rem !important;
  }

  .lg\:mb-9999 {
    margin-bottom: 9999rem !important;
  }

  .lg\:ml-9999 {
    margin-left: 9999rem !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:-mt-22 {
    margin-top: -5.5rem !important;
  }

  .lg\:-mr-22 {
    margin-right: -5.5rem !important;
  }

  .lg\:-mb-22 {
    margin-bottom: -5.5rem !important;
  }

  .lg\:-ml-22 {
    margin-left: -5.5rem !important;
  }

  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:-mt-25 {
    margin-top: -6.25rem !important;
  }

  .lg\:-mr-25 {
    margin-right: -6.25rem !important;
  }

  .lg\:-mb-25 {
    margin-bottom: -6.25rem !important;
  }

  .lg\:-ml-25 {
    margin-left: -6.25rem !important;
  }

  .lg\:-mt-30 {
    margin-top: -7.5rem !important;
  }

  .lg\:-mr-30 {
    margin-right: -7.5rem !important;
  }

  .lg\:-mb-30 {
    margin-bottom: -7.5rem !important;
  }

  .lg\:-ml-30 {
    margin-left: -7.5rem !important;
  }

  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:-mt-38 {
    margin-top: -9rem !important;
  }

  .lg\:-mr-38 {
    margin-right: -9rem !important;
  }

  .lg\:-mb-38 {
    margin-bottom: -9rem !important;
  }

  .lg\:-ml-38 {
    margin-left: -9rem !important;
  }

  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }

  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }

  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }

  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }

  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }

  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }

  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }

  .lg\:-mt-75 {
    margin-top: -18.5rem !important;
  }

  .lg\:-mr-75 {
    margin-right: -18.5rem !important;
  }

  .lg\:-mb-75 {
    margin-bottom: -18.5rem !important;
  }

  .lg\:-ml-75 {
    margin-left: -18.5rem !important;
  }

  .lg\:-mt-80 {
    margin-top: -5rem !important;
  }

  .lg\:-mr-80 {
    margin-right: -5rem !important;
  }

  .lg\:-mb-80 {
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-80 {
    margin-left: -5rem !important;
  }

  .lg\:-mt-88 {
    margin-top: -5.5rem !important;
  }

  .lg\:-mr-88 {
    margin-right: -5.5rem !important;
  }

  .lg\:-mb-88 {
    margin-bottom: -5.5rem !important;
  }

  .lg\:-ml-88 {
    margin-left: -5.5rem !important;
  }

  .lg\:-mt-9999 {
    margin-top: -9999rem !important;
  }

  .lg\:-mr-9999 {
    margin-right: -9999rem !important;
  }

  .lg\:-mb-9999 {
    margin-bottom: -9999rem !important;
  }

  .lg\:-ml-9999 {
    margin-left: -9999rem !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:max-h-0 {
    max-height: 0 !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-h-1\/4 {
    max-height: 25% !important;
  }

  .lg\:max-h-1\/2 {
    max-height: 50% !important;
  }

  .lg\:max-h-3\/4 {
    max-height: 75% !important;
  }

  .lg\:max-h-stage-error {
    max-height: 794px !important;
  }

  .lg\:max-h-stage-main {
    max-height: 828px !important;
  }

  .lg\:max-h-banner-download {
    max-height: 272px !important;
  }

  .lg\:max-h-banner-text {
    max-height: 176 !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .lg\:max-w-contact-sm {
    max-width: 17rem !important;
  }

  .lg\:max-w-tile-30 {
    max-width: 23.5rem !important;
  }

  .lg\:max-w-tile-50 {
    max-width: 39rem !important;
  }

  .lg\:max-w-confirm-modal {
    max-width: 60rem !important;
  }

  .lg\:min-h-0 {
    min-height: 0 !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:min-h-contact-sm {
    min-height: 14.375rem !important;
  }

  .lg\:min-h-teaserbox {
    min-height: 25rem !important;
  }

  .lg\:min-w-0 {
    min-width: 0 !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:outline-none {
    outline: 0 !important;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:p-0 {
    padding: 0 !important;
  }

  .lg\:p-1 {
    padding: 0.25rem !important;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }

  .lg\:p-3 {
    padding: 0.75rem !important;
  }

  .lg\:p-4 {
    padding: 1rem !important;
  }

  .lg\:p-5 {
    padding: 1.25rem !important;
  }

  .lg\:p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:p-9 {
    padding: 2.25rem !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:p-14 {
    padding: 3.5rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-20 {
    padding: 5rem !important;
  }

  .lg\:p-22 {
    padding: 5.5rem !important;
  }

  .lg\:p-24 {
    padding: 6rem !important;
  }

  .lg\:p-25 {
    padding: 6.25rem !important;
  }

  .lg\:p-30 {
    padding: 7.5rem !important;
  }

  .lg\:p-32 {
    padding: 8rem !important;
  }

  .lg\:p-38 {
    padding: 9rem !important;
  }

  .lg\:p-40 {
    padding: 10rem !important;
  }

  .lg\:p-48 {
    padding: 12rem !important;
  }

  .lg\:p-56 {
    padding: 14rem !important;
  }

  .lg\:p-64 {
    padding: 16rem !important;
  }

  .lg\:p-75 {
    padding: 18.5rem !important;
  }

  .lg\:p-80 {
    padding: 5rem !important;
  }

  .lg\:p-88 {
    padding: 5.5rem !important;
  }

  .lg\:p-9999 {
    padding: 9999rem !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:py-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .lg\:px-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .lg\:px-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .lg\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .lg\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:py-38 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:px-38 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:py-75 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .lg\:px-75 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .lg\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:py-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .lg\:px-88 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }

  .lg\:py-9999 {
    padding-top: 9999rem !important;
    padding-bottom: 9999rem !important;
  }

  .lg\:px-9999 {
    padding-left: 9999rem !important;
    padding-right: 9999rem !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pr-0 {
    padding-right: 0 !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:pl-0 {
    padding-left: 0 !important;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:pt-22 {
    padding-top: 5.5rem !important;
  }

  .lg\:pr-22 {
    padding-right: 5.5rem !important;
  }

  .lg\:pb-22 {
    padding-bottom: 5.5rem !important;
  }

  .lg\:pl-22 {
    padding-left: 5.5rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pt-25 {
    padding-top: 6.25rem !important;
  }

  .lg\:pr-25 {
    padding-right: 6.25rem !important;
  }

  .lg\:pb-25 {
    padding-bottom: 6.25rem !important;
  }

  .lg\:pl-25 {
    padding-left: 6.25rem !important;
  }

  .lg\:pt-30 {
    padding-top: 7.5rem !important;
  }

  .lg\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .lg\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .lg\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:pt-38 {
    padding-top: 9rem !important;
  }

  .lg\:pr-38 {
    padding-right: 9rem !important;
  }

  .lg\:pb-38 {
    padding-bottom: 9rem !important;
  }

  .lg\:pl-38 {
    padding-left: 9rem !important;
  }

  .lg\:pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:pt-75 {
    padding-top: 18.5rem !important;
  }

  .lg\:pr-75 {
    padding-right: 18.5rem !important;
  }

  .lg\:pb-75 {
    padding-bottom: 18.5rem !important;
  }

  .lg\:pl-75 {
    padding-left: 18.5rem !important;
  }

  .lg\:pt-80 {
    padding-top: 5rem !important;
  }

  .lg\:pr-80 {
    padding-right: 5rem !important;
  }

  .lg\:pb-80 {
    padding-bottom: 5rem !important;
  }

  .lg\:pl-80 {
    padding-left: 5rem !important;
  }

  .lg\:pt-88 {
    padding-top: 5.5rem !important;
  }

  .lg\:pr-88 {
    padding-right: 5.5rem !important;
  }

  .lg\:pb-88 {
    padding-bottom: 5.5rem !important;
  }

  .lg\:pl-88 {
    padding-left: 5.5rem !important;
  }

  .lg\:pt-9999 {
    padding-top: 9999rem !important;
  }

  .lg\:pr-9999 {
    padding-right: 9999rem !important;
  }

  .lg\:pb-9999 {
    padding-bottom: 9999rem !important;
  }

  .lg\:pl-9999 {
    padding-left: 9999rem !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:placeholder-black-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-lighter::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-lighter::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-lighter::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-lighter::placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darkest::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darkest::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darker::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darker::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lighter::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lighter::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-flyout::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-flyout::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-flyout::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-flyout::placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-medium::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-medium::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lightest::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lightest::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-lighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-lighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-lighter:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darkest:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darkest:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-flyout:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-flyout:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-flyout:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-flyout:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-medium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-medium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lightest:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lightest:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

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

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

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

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

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

  .lg\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

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

  .lg\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

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

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

  .lg\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg\:inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .lg\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg\:inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

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

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

  .lg\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lg\:-inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:top-0 {
    top: 0 !important;
  }

  .lg\:right-0 {
    right: 0 !important;
  }

  .lg\:bottom-0 {
    bottom: 0 !important;
  }

  .lg\:left-0 {
    left: 0 !important;
  }

  .lg\:top-6 {
    top: 1.5rem !important;
  }

  .lg\:right-6 {
    right: 1.5rem !important;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .lg\:left-6 {
    left: 1.5rem !important;
  }

  .lg\:top-12 {
    top: 3rem !important;
  }

  .lg\:right-12 {
    right: 3rem !important;
  }

  .lg\:bottom-12 {
    bottom: 3rem !important;
  }

  .lg\:left-12 {
    left: 3rem !important;
  }

  .lg\:top-20 {
    top: 5rem !important;
  }

  .lg\:right-20 {
    right: 5rem !important;
  }

  .lg\:bottom-20 {
    bottom: 5rem !important;
  }

  .lg\:left-20 {
    left: 5rem !important;
  }

  .lg\:top-32 {
    top: 8rem !important;
  }

  .lg\:right-32 {
    right: 8rem !important;
  }

  .lg\:bottom-32 {
    bottom: 8rem !important;
  }

  .lg\:left-32 {
    left: 8rem !important;
  }

  .lg\:top-40 {
    top: 10rem !important;
  }

  .lg\:right-40 {
    right: 10rem !important;
  }

  .lg\:bottom-40 {
    bottom: 10rem !important;
  }

  .lg\:left-40 {
    left: 10rem !important;
  }

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

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

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

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

  .lg\:-top-10 {
    top: -2.5rem !important;
  }

  .lg\:-right-10 {
    right: -2.5rem !important;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .lg\:-left-10 {
    left: -2.5rem !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:shadow-list {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .lg\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:hover\:shadow-list:hover {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .lg\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:focus\:shadow-list:focus {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .lg\:fill-current {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-black-dark {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:text-white {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:text-red {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .lg\:text-red-dark {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .lg\:text-blue-light {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .lg\:text-blue-lighter {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .lg\:text-black {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .lg\:text-grey-darkest {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .lg\:text-grey-darker {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .lg\:text-grey-lighter {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .lg\:text-grey-flyout {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .lg\:text-green {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .lg\:text-green-dark {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .lg\:text-grey-dark {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .lg\:text-grey-medium {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .lg\:text-grey-light {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .lg\:text-grey-lightest {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-black-dark:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-dark:hover {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-light:hover {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-lighter:hover {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-darkest:hover {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-darker:hover {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-lighter:hover {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-flyout:hover {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green:hover {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-dark:hover {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-dark:hover {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-medium:hover {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-light:hover {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-lightest:hover {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-black-dark:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-dark:focus {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-light:focus {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-lighter:focus {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-darkest:focus {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-darker:focus {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-lighter:focus {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-flyout:focus {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green:focus {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-dark:focus {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-dark:focus {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-medium:focus {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-light:focus {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-lightest:focus {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:tracking-tightest {
    letter-spacing: -0.0625rem !important;
  }

  .lg\:tracking-tighterer {
    letter-spacing: -0.04625rem !important;
  }

  .lg\:tracking-widerer {
    letter-spacing: 0.0625rem !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    overflow-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-0 {
    width: 0 !important;
  }

  .lg\:w-1 {
    width: 0.25rem !important;
  }

  .lg\:w-2 {
    width: 0.5rem !important;
  }

  .lg\:w-3 {
    width: 0.75rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-9 {
    width: 2.25rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-14 {
    width: 3.5rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-22 {
    width: 5.5rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-25 {
    width: 6.25rem !important;
  }

  .lg\:w-30 {
    width: 7.5rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-38 {
    width: 9rem !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-75 {
    width: 18.5rem !important;
  }

  .lg\:w-80 {
    width: 5rem !important;
  }

  .lg\:w-88 {
    width: 5.5rem !important;
  }

  .lg\:w-100 {
    width: 25rem !important;
  }

  .lg\:w-9999 {
    width: 9999rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:w-grid-logo-sm {
    width: 45.5rem !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }

  .lg\:-z-10 {
    z-index: -10 !important;
  }

  .lg\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .lg\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .lg\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .lg\:gap-9 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .lg\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .lg\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
  }

  .lg\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:gap-25 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .lg\:gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
  }

  .lg\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:gap-38 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
  }

  .lg\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:gap-75 {
    grid-gap: 18.5rem !important;
    gap: 18.5rem !important;
  }

  .lg\:gap-80 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-88 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
  }

  .lg\:gap-9999 {
    grid-gap: 9999rem !important;
    gap: 9999rem !important;
  }

  .lg\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .lg\:col-gap-9 {
    grid-column-gap: 2.25rem !important;
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .lg\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .lg\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .lg\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .lg\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .lg\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .lg\:col-gap-22 {
    grid-column-gap: 5.5rem !important;
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }

  .lg\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .lg\:col-gap-25 {
    grid-column-gap: 6.25rem !important;
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }

  .lg\:col-gap-30 {
    grid-column-gap: 7.5rem !important;
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }

  .lg\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .lg\:col-gap-38 {
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .lg\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .lg\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .lg\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .lg\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .lg\:col-gap-75 {
    grid-column-gap: 18.5rem !important;
    -webkit-column-gap: 18.5rem !important;
       -moz-column-gap: 18.5rem !important;
            column-gap: 18.5rem !important;
  }

  .lg\:col-gap-80 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .lg\:col-gap-88 {
    grid-column-gap: 5.5rem !important;
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }

  .lg\:col-gap-9999 {
    grid-column-gap: 9999rem !important;
    -webkit-column-gap: 9999rem !important;
       -moz-column-gap: 9999rem !important;
            column-gap: 9999rem !important;
  }

  .lg\:col-gap-px {
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:row-gap-9 {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .lg\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .lg\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:row-gap-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
  }

  .lg\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:row-gap-25 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .lg\:row-gap-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
  }

  .lg\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:row-gap-38 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .lg\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:row-gap-75 {
    grid-row-gap: 18.5rem !important;
    row-gap: 18.5rem !important;
  }

  .lg\:row-gap-80 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:row-gap-88 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
  }

  .lg\:row-gap-9999 {
    grid-row-gap: 9999rem !important;
    row-gap: 9999rem !important;
  }

  .lg\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:col-auto {
    grid-column: auto !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -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)) !important;
            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)) !important;
  }

  .lg\:transform-none {
    -webkit-transform: none !important;
            transform: none !important;
  }

  .lg\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .lg\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .lg\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .lg\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .lg\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .lg\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .lg\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .lg\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .lg\:translate-x-9 {
    --transform-translate-x: 2.25rem !important;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .lg\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-22 {
    --transform-translate-x: 5.5rem !important;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .lg\:translate-x-25 {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:translate-x-30 {
    --transform-translate-x: 7.5rem !important;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .lg\:translate-x-38 {
    --transform-translate-x: 9rem !important;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .lg\:translate-x-75 {
    --transform-translate-x: 18.5rem !important;
  }

  .lg\:translate-x-80 {
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-88 {
    --transform-translate-x: 5.5rem !important;
  }

  .lg\:translate-x-9999 {
    --transform-translate-x: 9999rem !important;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .lg\:-translate-x-9 {
    --transform-translate-x: -2.25rem !important;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .lg\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-22 {
    --transform-translate-x: -5.5rem !important;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .lg\:-translate-x-25 {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:-translate-x-30 {
    --transform-translate-x: -7.5rem !important;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .lg\:-translate-x-38 {
    --transform-translate-x: -9rem !important;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .lg\:-translate-x-75 {
    --transform-translate-x: -18.5rem !important;
  }

  .lg\:-translate-x-80 {
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-88 {
    --transform-translate-x: -5.5rem !important;
  }

  .lg\:-translate-x-9999 {
    --transform-translate-x: -9999rem !important;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .lg\:translate-y-9 {
    --transform-translate-y: 2.25rem !important;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .lg\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-22 {
    --transform-translate-y: 5.5rem !important;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .lg\:translate-y-25 {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:translate-y-30 {
    --transform-translate-y: 7.5rem !important;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .lg\:translate-y-38 {
    --transform-translate-y: 9rem !important;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .lg\:translate-y-75 {
    --transform-translate-y: 18.5rem !important;
  }

  .lg\:translate-y-80 {
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-88 {
    --transform-translate-y: 5.5rem !important;
  }

  .lg\:translate-y-9999 {
    --transform-translate-y: 9999rem !important;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .lg\:-translate-y-9 {
    --transform-translate-y: -2.25rem !important;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .lg\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-22 {
    --transform-translate-y: -5.5rem !important;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .lg\:-translate-y-25 {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:-translate-y-30 {
    --transform-translate-y: -7.5rem !important;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .lg\:-translate-y-38 {
    --transform-translate-y: -9rem !important;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .lg\:-translate-y-75 {
    --transform-translate-y: -18.5rem !important;
  }

  .lg\:-translate-y-80 {
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-88 {
    --transform-translate-y: -5.5rem !important;
  }

  .lg\:-translate-y-9999 {
    --transform-translate-y: -9999rem !important;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.25rem !important;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem !important;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-25:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.5rem !important;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-38:hover {
    --transform-translate-x: 9rem !important;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.5rem !important;
  }

  .lg\:hover\:translate-x-80:hover {
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-88:hover {
    --transform-translate-x: 5.5rem !important;
  }

  .lg\:hover\:translate-x-9999:hover {
    --transform-translate-x: 9999rem !important;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.25rem !important;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-25:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.5rem !important;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9rem !important;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.5rem !important;
  }

  .lg\:hover\:-translate-x-80:hover {
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-88:hover {
    --transform-translate-x: -5.5rem !important;
  }

  .lg\:hover\:-translate-x-9999:hover {
    --transform-translate-x: -9999rem !important;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.25rem !important;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem !important;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-25:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.5rem !important;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-38:hover {
    --transform-translate-y: 9rem !important;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.5rem !important;
  }

  .lg\:hover\:translate-y-80:hover {
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-88:hover {
    --transform-translate-y: 5.5rem !important;
  }

  .lg\:hover\:translate-y-9999:hover {
    --transform-translate-y: 9999rem !important;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.25rem !important;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-25:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.5rem !important;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9rem !important;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.5rem !important;
  }

  .lg\:hover\:-translate-y-80:hover {
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-88:hover {
    --transform-translate-y: -5.5rem !important;
  }

  .lg\:hover\:-translate-y-9999:hover {
    --transform-translate-y: -9999rem !important;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.25rem !important;
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem !important;
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-25:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.5rem !important;
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-38:focus {
    --transform-translate-x: 9rem !important;
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-75:focus {
    --transform-translate-x: 18.5rem !important;
  }

  .lg\:focus\:translate-x-80:focus {
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-88:focus {
    --transform-translate-x: 5.5rem !important;
  }

  .lg\:focus\:translate-x-9999:focus {
    --transform-translate-x: 9999rem !important;
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.25rem !important;
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-25:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.5rem !important;
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9rem !important;
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-75:focus {
    --transform-translate-x: -18.5rem !important;
  }

  .lg\:focus\:-translate-x-80:focus {
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-88:focus {
    --transform-translate-x: -5.5rem !important;
  }

  .lg\:focus\:-translate-x-9999:focus {
    --transform-translate-x: -9999rem !important;
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.25rem !important;
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem !important;
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-25:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.5rem !important;
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-38:focus {
    --transform-translate-y: 9rem !important;
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-75:focus {
    --transform-translate-y: 18.5rem !important;
  }

  .lg\:focus\:translate-y-80:focus {
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-88:focus {
    --transform-translate-y: 5.5rem !important;
  }

  .lg\:focus\:translate-y-9999:focus {
    --transform-translate-y: 9999rem !important;
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.25rem !important;
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-25:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.5rem !important;
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9rem !important;
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-75:focus {
    --transform-translate-y: -18.5rem !important;
  }

  .lg\:focus\:-translate-y-80:focus {
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-88:focus {
    --transform-translate-y: -5.5rem !important;
  }

  .lg\:focus\:-translate-y-9999:focus {
    --transform-translate-y: -9999rem !important;
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .lg\:transition-none {
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .lg\:transition-all {
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .lg\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .lg\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:transition-opacity {
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .lg\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .lg\:transition-transform {
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .lg\:ease-linear {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .lg\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:duration-75 {
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .lg\:duration-100 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .lg\:duration-150 {
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:duration-200 {
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .lg\:duration-300 {
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .lg\:duration-500 {
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .lg\:duration-700 {
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .lg\:duration-1000 {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .lg\:delay-75 {
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .lg\:delay-100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .lg\:delay-150 {
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .lg\:delay-200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .lg\:delay-300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .lg\:delay-500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .lg\:delay-700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .lg\:delay-1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .lg\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @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;
    }
  }

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

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

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

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

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

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

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

  .xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

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

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

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

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

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

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

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

  .xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

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

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

  .xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-32 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(32px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(32px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-32 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(32px * var(--divide-x-reverse)) !important;
    border-left-width: calc(32px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .xl\:divide-black-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--divide-opacity)) !important;
  }

  .xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-flyout > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--divide-opacity)) !important;
  }

  .xl\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--divide-opacity)) !important;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:bg-local {
    background-attachment: local !important;
  }

  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:bg-black-dark {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-dark {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-light {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-lighter {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .xl\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-darkest {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-darker {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-lighter {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-flyout {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .xl\:bg-green {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-dark {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-dark {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-medium {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-light {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-lightest {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-black-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-light:hover {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-lighter:hover {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-flyout:hover {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green:hover {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-light:hover {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-black-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red:focus {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-light:focus {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-lighter:focus {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-flyout:focus {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green:focus {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-light:focus {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-black-dark:active {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-white:active {
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-red:active {
    --bg-opacity: 1 !important;
    background-color: #e40019 !important;
    background-color: rgba(228, 0, 25, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-red-dark:active {
    --bg-opacity: 1 !important;
    background-color: #c60016 !important;
    background-color: rgba(198, 0, 22, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-light:active {
    --bg-opacity: 1 !important;
    background-color: #009ee3 !important;
    background-color: rgba(0, 158, 227, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-blue-lighter:active {
    --bg-opacity: 1 !important;
    background-color: #19274b !important;
    background-color: rgba(25, 39, 75, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-black:active {
    --bg-opacity: 1 !important;
    background-color: #1a1a1a !important;
    background-color: rgba(26, 26, 26, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-grey-darkest:active {
    --bg-opacity: 1 !important;
    background-color: #4d4d4d !important;
    background-color: rgba(77, 77, 77, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-grey-darker:active {
    --bg-opacity: 1 !important;
    background-color: #596a73 !important;
    background-color: rgba(89, 106, 115, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-grey-lighter:active {
    --bg-opacity: 1 !important;
    background-color: #ececed !important;
    background-color: rgba(236, 236, 237, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-grey-flyout:active {
    --bg-opacity: 1 !important;
    background-color: #707a83 !important;
    background-color: rgba(112, 122, 131, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-green:active {
    --bg-opacity: 1 !important;
    background-color: #5AAA41 !important;
    background-color: rgba(90, 170, 65, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-green-dark:active {
    --bg-opacity: 1 !important;
    background-color: #407E17 !important;
    background-color: rgba(64, 126, 23, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-grey-dark:active {
    --bg-opacity: 1 !important;
    background-color: #4c4c4c !important;
    background-color: rgba(76, 76, 76, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-grey-medium:active {
    --bg-opacity: 1 !important;
    background-color: #d8d8d8 !important;
    background-color: rgba(216, 216, 216, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-grey-light:active {
    --bg-opacity: 1 !important;
    background-color: #e8e8e8 !important;
    background-color: rgba(232, 232, 232, var(--bg-opacity)) !important;
  }

  .xl\:active\:bg-grey-lightest:active {
    --bg-opacity: 1 !important;
    background-color: #f0f0f0 !important;
    background-color: rgba(240, 240, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-80 {
    --bg-opacity: 0.8 !important;
  }

  .xl\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8 !important;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8 !important;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .xl\:bg-bottom {
    background-position: bottom !important;
  }

  .xl\:bg-center {
    background-position: center !important;
  }

  .xl\:bg-left {
    background-position: left !important;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:bg-left-top {
    background-position: left top !important;
  }

  .xl\:bg-right {
    background-position: right !important;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:bg-right-top {
    background-position: right top !important;
  }

  .xl\:bg-top {
    background-position: top !important;
  }

  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xl\:bg-auto {
    background-size: auto !important;
  }

  .xl\:bg-cover {
    background-size: cover !important;
  }

  .xl\:bg-contain {
    background-size: contain !important;
  }

  .xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .xl\:border-separate {
    border-collapse: separate !important;
  }

  .xl\:border-black-dark {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:border-white {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:border-red {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .xl\:border-red-dark {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .xl\:border-blue-light {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .xl\:border-blue-lighter {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .xl\:border-black {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .xl\:border-grey-darkest {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .xl\:border-grey-darker {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .xl\:border-grey-lighter {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .xl\:border-grey-flyout {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .xl\:border-green {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .xl\:border-green-dark {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .xl\:border-grey-dark {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .xl\:border-grey-medium {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .xl\:border-grey-light {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .xl\:border-grey-lightest {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-black-dark:hover {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-white:hover {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red:hover {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-dark:hover {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-light:hover {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-lighter:hover {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-black:hover {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-darkest:hover {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-darker:hover {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-lighter:hover {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-flyout:hover {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green:hover {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-dark:hover {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-dark:hover {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-medium:hover {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-light:hover {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-lightest:hover {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-black-dark:focus {
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-white:focus {
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red:focus {
    --border-opacity: 1 !important;
    border-color: #e40019 !important;
    border-color: rgba(228, 0, 25, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-dark:focus {
    --border-opacity: 1 !important;
    border-color: #c60016 !important;
    border-color: rgba(198, 0, 22, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-light:focus {
    --border-opacity: 1 !important;
    border-color: #009ee3 !important;
    border-color: rgba(0, 158, 227, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-lighter:focus {
    --border-opacity: 1 !important;
    border-color: #19274b !important;
    border-color: rgba(25, 39, 75, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-black:focus {
    --border-opacity: 1 !important;
    border-color: #1a1a1a !important;
    border-color: rgba(26, 26, 26, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-darkest:focus {
    --border-opacity: 1 !important;
    border-color: #4d4d4d !important;
    border-color: rgba(77, 77, 77, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-darker:focus {
    --border-opacity: 1 !important;
    border-color: #596a73 !important;
    border-color: rgba(89, 106, 115, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-lighter:focus {
    --border-opacity: 1 !important;
    border-color: #ececed !important;
    border-color: rgba(236, 236, 237, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-flyout:focus {
    --border-opacity: 1 !important;
    border-color: #707a83 !important;
    border-color: rgba(112, 122, 131, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green:focus {
    --border-opacity: 1 !important;
    border-color: #5AAA41 !important;
    border-color: rgba(90, 170, 65, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-dark:focus {
    --border-opacity: 1 !important;
    border-color: #407E17 !important;
    border-color: rgba(64, 126, 23, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-dark:focus {
    --border-opacity: 1 !important;
    border-color: #4c4c4c !important;
    border-color: rgba(76, 76, 76, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-medium:focus {
    --border-opacity: 1 !important;
    border-color: #d8d8d8 !important;
    border-color: rgba(216, 216, 216, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-light:focus {
    --border-opacity: 1 !important;
    border-color: #e8e8e8 !important;
    border-color: rgba(232, 232, 232, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-lightest:focus {
    --border-opacity: 1 !important;
    border-color: #f0f0f0 !important;
    border-color: rgba(240, 240, 240, var(--border-opacity)) !important;
  }

  .xl\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .xl\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .xl\:rounded-none {
    border-radius: 0 !important;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xl\:rounded {
    border-radius: 0.25rem !important;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-double {
    border-style: double !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-0 {
    border-width: 0 !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-4 {
    border-width: 4px !important;
  }

  .xl\:border-8 {
    border-width: 8px !important;
  }

  .xl\:border-32 {
    border-width: 32px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-t-32 {
    border-top-width: 32px !important;
  }

  .xl\:border-r-32 {
    border-right-width: 32px !important;
  }

  .xl\:border-b-32 {
    border-bottom-width: 32px !important;
  }

  .xl\:border-l-32 {
    border-left-width: 32px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xl\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xl\:cursor-auto {
    cursor: auto !important;
  }

  .xl\:cursor-default {
    cursor: default !important;
  }

  .xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:cursor-wait {
    cursor: wait !important;
  }

  .xl\:cursor-text {
    cursor: text !important;
  }

  .xl\:cursor-move {
    cursor: move !important;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:table-caption {
    display: table-caption !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:table-column {
    display: table-column !important;
  }

  .xl\:table-column-group {
    display: table-column-group !important;
  }

  .xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .xl\:table-header-group {
    display: table-header-group !important;
  }

  .xl\:table-row-group {
    display: table-row-group !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:flow-root {
    display: flow-root !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:inline-grid {
    display: inline-grid !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .xl\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xl\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xl\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xl\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xl\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xl\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xl\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xl\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xl\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xl\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xl\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xl\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xl\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .xl\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xl\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xl\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xl\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xl\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xl\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xl\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:clear-left {
    clear: left !important;
  }

  .xl\:clear-right {
    clear: right !important;
  }

  .xl\:clear-both {
    clear: both !important;
  }

  .xl\:clear-none {
    clear: none !important;
  }

  .xl\:font-ng-medium {
    font-family: ProfilePro !important;
  }

  .xl\:font-ng-regular {
    font-family: ProfileProRegular !important;
  }

  .xl\:font-ng-semibold {
    font-family: ProfileProBold !important;
  }

  .xl\:font-ng-bold {
    font-family: ProfileProBold !important;
  }

  .xl\:font-ng-italic {
    font-family: ProfileProRegularItalic !important;
  }

  .xl\:font-hairline {
    font-weight: 100 !important;
  }

  .xl\:font-thin {
    font-weight: 200 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .xl\:h-0 {
    height: 0 !important;
  }

  .xl\:h-1 {
    height: 0.25rem !important;
  }

  .xl\:h-2 {
    height: 0.5rem !important;
  }

  .xl\:h-3 {
    height: 0.75rem !important;
  }

  .xl\:h-4 {
    height: 1rem !important;
  }

  .xl\:h-5 {
    height: 1.25rem !important;
  }

  .xl\:h-6 {
    height: 1.5rem !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

  .xl\:h-9 {
    height: 2.25rem !important;
  }

  .xl\:h-10 {
    height: 2.5rem !important;
  }

  .xl\:h-12 {
    height: 3rem !important;
  }

  .xl\:h-14 {
    height: 3.5rem !important;
  }

  .xl\:h-16 {
    height: 4rem !important;
  }

  .xl\:h-20 {
    height: 5rem !important;
  }

  .xl\:h-22 {
    height: 5.5rem !important;
  }

  .xl\:h-24 {
    height: 6rem !important;
  }

  .xl\:h-25 {
    height: 6.25rem !important;
  }

  .xl\:h-30 {
    height: 7.5rem !important;
  }

  .xl\:h-32 {
    height: 8rem !important;
  }

  .xl\:h-38 {
    height: 9rem !important;
  }

  .xl\:h-40 {
    height: 10rem !important;
  }

  .xl\:h-48 {
    height: 12rem !important;
  }

  .xl\:h-56 {
    height: 14rem !important;
  }

  .xl\:h-64 {
    height: 16rem !important;
  }

  .xl\:h-75 {
    height: 18.5rem !important;
  }

  .xl\:h-80 {
    height: 5rem !important;
  }

  .xl\:h-88 {
    height: 5.5rem !important;
  }

  .xl\:h-92 {
    height: 23rem !important;
  }

  .xl\:h-94 {
    height: 23.5rem !important;
  }

  .xl\:h-100 {
    height: 26rem !important;
  }

  .xl\:h-200 {
    height: 50rem !important;
  }

  .xl\:h-9999 {
    height: 9999rem !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:text-0 {
    font-size: 0rem !important;
  }

  .xl\:text-xs {
    font-size: 0.75rem !important;
  }

  .xl\:text-sm {
    font-size: 0.875rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
  }

  .xl\:text-lg {
    font-size: 1.125rem !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
  }

  .xl\:text-2xl {
    font-size: 1.5rem !important;
  }

  .xl\:text-3xl {
    font-size: 1.875rem !important;
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
  }

  .xl\:text-6xl {
    font-size: 4rem !important;
  }

  .xl\:text-basesm {
    font-size: 0.9375rem !important;
  }

  .xl\:text-4xll {
    font-size: 2.5rem !important;
  }

  .xl\:text-5xll {
    font-size: 3.375rem !important;
  }

  .xl\:leading-3 {
    line-height: .75rem !important;
  }

  .xl\:leading-4 {
    line-height: 1rem !important;
  }

  .xl\:leading-5 {
    line-height: 1.25rem !important;
  }

  .xl\:leading-6 {
    line-height: 1.5rem !important;
  }

  .xl\:leading-7 {
    line-height: 1.75rem !important;
  }

  .xl\:leading-8 {
    line-height: 2rem !important;
  }

  .xl\:leading-9 {
    line-height: 2.25rem !important;
  }

  .xl\:leading-10 {
    line-height: 2.5rem !important;
  }

  .xl\:leading-12 {
    line-height: 3rem !important;
  }

  .xl\:leading-16 {
    line-height: 4rem !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:leading-snug {
    line-height: 1.375 !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .xl\:leading-loose {
    line-height: 2 !important;
  }

  .xl\:leading-snuger {
    line-height: 1.3rem !important;
  }

  .xl\:leading-7sm {
    line-height: 1.6875rem !important;
  }

  .xl\:leading-8sm {
    line-height: 1.9375rem !important;
  }

  .xl\:leading-16l {
    line-height: 4.0625rem !important;
  }

  .xl\:list-inside {
    list-style-position: inside !important;
  }

  .xl\:list-outside {
    list-style-position: outside !important;
  }

  .xl\:list-none {
    list-style-type: none !important;
  }

  .xl\:list-disc {
    list-style-type: disc !important;
  }

  .xl\:list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:m-0 {
    margin: 0 !important;
  }

  .xl\:m-1 {
    margin: 0.25rem !important;
  }

  .xl\:m-2 {
    margin: 0.5rem !important;
  }

  .xl\:m-3 {
    margin: 0.75rem !important;
  }

  .xl\:m-4 {
    margin: 1rem !important;
  }

  .xl\:m-5 {
    margin: 1.25rem !important;
  }

  .xl\:m-6 {
    margin: 1.5rem !important;
  }

  .xl\:m-8 {
    margin: 2rem !important;
  }

  .xl\:m-9 {
    margin: 2.25rem !important;
  }

  .xl\:m-10 {
    margin: 2.5rem !important;
  }

  .xl\:m-12 {
    margin: 3rem !important;
  }

  .xl\:m-14 {
    margin: 3.5rem !important;
  }

  .xl\:m-16 {
    margin: 4rem !important;
  }

  .xl\:m-20 {
    margin: 5rem !important;
  }

  .xl\:m-22 {
    margin: 5.5rem !important;
  }

  .xl\:m-24 {
    margin: 6rem !important;
  }

  .xl\:m-25 {
    margin: 6.25rem !important;
  }

  .xl\:m-30 {
    margin: 7.5rem !important;
  }

  .xl\:m-32 {
    margin: 8rem !important;
  }

  .xl\:m-38 {
    margin: 9rem !important;
  }

  .xl\:m-40 {
    margin: 10rem !important;
  }

  .xl\:m-48 {
    margin: 12rem !important;
  }

  .xl\:m-56 {
    margin: 14rem !important;
  }

  .xl\:m-64 {
    margin: 16rem !important;
  }

  .xl\:m-75 {
    margin: 18.5rem !important;
  }

  .xl\:m-80 {
    margin: 5rem !important;
  }

  .xl\:m-88 {
    margin: 5.5rem !important;
  }

  .xl\:m-9999 {
    margin: 9999rem !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .xl\:-m-4 {
    margin: -1rem !important;
  }

  .xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .xl\:-m-8 {
    margin: -2rem !important;
  }

  .xl\:-m-9 {
    margin: -2.25rem !important;
  }

  .xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .xl\:-m-12 {
    margin: -3rem !important;
  }

  .xl\:-m-14 {
    margin: -3.5rem !important;
  }

  .xl\:-m-16 {
    margin: -4rem !important;
  }

  .xl\:-m-20 {
    margin: -5rem !important;
  }

  .xl\:-m-22 {
    margin: -5.5rem !important;
  }

  .xl\:-m-24 {
    margin: -6rem !important;
  }

  .xl\:-m-25 {
    margin: -6.25rem !important;
  }

  .xl\:-m-30 {
    margin: -7.5rem !important;
  }

  .xl\:-m-32 {
    margin: -8rem !important;
  }

  .xl\:-m-38 {
    margin: -9rem !important;
  }

  .xl\:-m-40 {
    margin: -10rem !important;
  }

  .xl\:-m-48 {
    margin: -12rem !important;
  }

  .xl\:-m-56 {
    margin: -14rem !important;
  }

  .xl\:-m-64 {
    margin: -16rem !important;
  }

  .xl\:-m-75 {
    margin: -18.5rem !important;
  }

  .xl\:-m-80 {
    margin: -5rem !important;
  }

  .xl\:-m-88 {
    margin: -5.5rem !important;
  }

  .xl\:-m-9999 {
    margin: -9999rem !important;
  }

  .xl\:-m-px {
    margin: -1px !important;
  }

  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:my-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .xl\:mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }

  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:my-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .xl\:mx-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .xl\:my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .xl\:mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:my-38 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:mx-38 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:my-75 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .xl\:mx-75 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .xl\:my-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:mx-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:my-88 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .xl\:mx-88 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }

  .xl\:my-9999 {
    margin-top: 9999rem !important;
    margin-bottom: 9999rem !important;
  }

  .xl\:mx-9999 {
    margin-left: 9999rem !important;
    margin-right: 9999rem !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-my-22 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .xl\:-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }

  .xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-my-25 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .xl\:-mx-25 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .xl\:-my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .xl\:-mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-my-38 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:-mx-38 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-my-75 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .xl\:-mx-75 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .xl\:-my-80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-mx-80 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-my-88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .xl\:-mx-88 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }

  .xl\:-my-9999 {
    margin-top: -9999rem !important;
    margin-bottom: -9999rem !important;
  }

  .xl\:-mx-9999 {
    margin-left: -9999rem !important;
    margin-right: -9999rem !important;
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:mt-0 {
    margin-top: 0 !important;
  }

  .xl\:mr-0 {
    margin-right: 0 !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:ml-0 {
    margin-left: 0 !important;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:mt-22 {
    margin-top: 5.5rem !important;
  }

  .xl\:mr-22 {
    margin-right: 5.5rem !important;
  }

  .xl\:mb-22 {
    margin-bottom: 5.5rem !important;
  }

  .xl\:ml-22 {
    margin-left: 5.5rem !important;
  }

  .xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:mt-25 {
    margin-top: 6.25rem !important;
  }

  .xl\:mr-25 {
    margin-right: 6.25rem !important;
  }

  .xl\:mb-25 {
    margin-bottom: 6.25rem !important;
  }

  .xl\:ml-25 {
    margin-left: 6.25rem !important;
  }

  .xl\:mt-30 {
    margin-top: 7.5rem !important;
  }

  .xl\:mr-30 {
    margin-right: 7.5rem !important;
  }

  .xl\:mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .xl\:ml-30 {
    margin-left: 7.5rem !important;
  }

  .xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:mt-38 {
    margin-top: 9rem !important;
  }

  .xl\:mr-38 {
    margin-right: 9rem !important;
  }

  .xl\:mb-38 {
    margin-bottom: 9rem !important;
  }

  .xl\:ml-38 {
    margin-left: 9rem !important;
  }

  .xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:mt-75 {
    margin-top: 18.5rem !important;
  }

  .xl\:mr-75 {
    margin-right: 18.5rem !important;
  }

  .xl\:mb-75 {
    margin-bottom: 18.5rem !important;
  }

  .xl\:ml-75 {
    margin-left: 18.5rem !important;
  }

  .xl\:mt-80 {
    margin-top: 5rem !important;
  }

  .xl\:mr-80 {
    margin-right: 5rem !important;
  }

  .xl\:mb-80 {
    margin-bottom: 5rem !important;
  }

  .xl\:ml-80 {
    margin-left: 5rem !important;
  }

  .xl\:mt-88 {
    margin-top: 5.5rem !important;
  }

  .xl\:mr-88 {
    margin-right: 5.5rem !important;
  }

  .xl\:mb-88 {
    margin-bottom: 5.5rem !important;
  }

  .xl\:ml-88 {
    margin-left: 5.5rem !important;
  }

  .xl\:mt-9999 {
    margin-top: 9999rem !important;
  }

  .xl\:mr-9999 {
    margin-right: 9999rem !important;
  }

  .xl\:mb-9999 {
    margin-bottom: 9999rem !important;
  }

  .xl\:ml-9999 {
    margin-left: 9999rem !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .xl\:-mt-22 {
    margin-top: -5.5rem !important;
  }

  .xl\:-mr-22 {
    margin-right: -5.5rem !important;
  }

  .xl\:-mb-22 {
    margin-bottom: -5.5rem !important;
  }

  .xl\:-ml-22 {
    margin-left: -5.5rem !important;
  }

  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .xl\:-mt-25 {
    margin-top: -6.25rem !important;
  }

  .xl\:-mr-25 {
    margin-right: -6.25rem !important;
  }

  .xl\:-mb-25 {
    margin-bottom: -6.25rem !important;
  }

  .xl\:-ml-25 {
    margin-left: -6.25rem !important;
  }

  .xl\:-mt-30 {
    margin-top: -7.5rem !important;
  }

  .xl\:-mr-30 {
    margin-right: -7.5rem !important;
  }

  .xl\:-mb-30 {
    margin-bottom: -7.5rem !important;
  }

  .xl\:-ml-30 {
    margin-left: -7.5rem !important;
  }

  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .xl\:-mt-38 {
    margin-top: -9rem !important;
  }

  .xl\:-mr-38 {
    margin-right: -9rem !important;
  }

  .xl\:-mb-38 {
    margin-bottom: -9rem !important;
  }

  .xl\:-ml-38 {
    margin-left: -9rem !important;
  }

  .xl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .xl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .xl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .xl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .xl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .xl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .xl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .xl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .xl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .xl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .xl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .xl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .xl\:-mt-75 {
    margin-top: -18.5rem !important;
  }

  .xl\:-mr-75 {
    margin-right: -18.5rem !important;
  }

  .xl\:-mb-75 {
    margin-bottom: -18.5rem !important;
  }

  .xl\:-ml-75 {
    margin-left: -18.5rem !important;
  }

  .xl\:-mt-80 {
    margin-top: -5rem !important;
  }

  .xl\:-mr-80 {
    margin-right: -5rem !important;
  }

  .xl\:-mb-80 {
    margin-bottom: -5rem !important;
  }

  .xl\:-ml-80 {
    margin-left: -5rem !important;
  }

  .xl\:-mt-88 {
    margin-top: -5.5rem !important;
  }

  .xl\:-mr-88 {
    margin-right: -5.5rem !important;
  }

  .xl\:-mb-88 {
    margin-bottom: -5.5rem !important;
  }

  .xl\:-ml-88 {
    margin-left: -5.5rem !important;
  }

  .xl\:-mt-9999 {
    margin-top: -9999rem !important;
  }

  .xl\:-mr-9999 {
    margin-right: -9999rem !important;
  }

  .xl\:-mb-9999 {
    margin-bottom: -9999rem !important;
  }

  .xl\:-ml-9999 {
    margin-left: -9999rem !important;
  }

  .xl\:-mt-px {
    margin-top: -1px !important;
  }

  .xl\:-mr-px {
    margin-right: -1px !important;
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:-ml-px {
    margin-left: -1px !important;
  }

  .xl\:max-h-0 {
    max-height: 0 !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-h-1\/4 {
    max-height: 25% !important;
  }

  .xl\:max-h-1\/2 {
    max-height: 50% !important;
  }

  .xl\:max-h-3\/4 {
    max-height: 75% !important;
  }

  .xl\:max-h-stage-error {
    max-height: 794px !important;
  }

  .xl\:max-h-stage-main {
    max-height: 828px !important;
  }

  .xl\:max-h-banner-download {
    max-height: 272px !important;
  }

  .xl\:max-h-banner-text {
    max-height: 176 !important;
  }

  .xl\:max-w-none {
    max-width: none !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .xl\:max-w-md {
    max-width: 28rem !important;
  }

  .xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xl\:max-w-contact-sm {
    max-width: 17rem !important;
  }

  .xl\:max-w-tile-30 {
    max-width: 23.5rem !important;
  }

  .xl\:max-w-tile-50 {
    max-width: 39rem !important;
  }

  .xl\:max-w-confirm-modal {
    max-width: 60rem !important;
  }

  .xl\:min-h-0 {
    min-height: 0 !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:min-h-contact-sm {
    min-height: 14.375rem !important;
  }

  .xl\:min-h-teaserbox {
    min-height: 25rem !important;
  }

  .xl\:min-w-0 {
    min-width: 0 !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:outline-none {
    outline: 0 !important;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xl\:p-0 {
    padding: 0 !important;
  }

  .xl\:p-1 {
    padding: 0.25rem !important;
  }

  .xl\:p-2 {
    padding: 0.5rem !important;
  }

  .xl\:p-3 {
    padding: 0.75rem !important;
  }

  .xl\:p-4 {
    padding: 1rem !important;
  }

  .xl\:p-5 {
    padding: 1.25rem !important;
  }

  .xl\:p-6 {
    padding: 1.5rem !important;
  }

  .xl\:p-8 {
    padding: 2rem !important;
  }

  .xl\:p-9 {
    padding: 2.25rem !important;
  }

  .xl\:p-10 {
    padding: 2.5rem !important;
  }

  .xl\:p-12 {
    padding: 3rem !important;
  }

  .xl\:p-14 {
    padding: 3.5rem !important;
  }

  .xl\:p-16 {
    padding: 4rem !important;
  }

  .xl\:p-20 {
    padding: 5rem !important;
  }

  .xl\:p-22 {
    padding: 5.5rem !important;
  }

  .xl\:p-24 {
    padding: 6rem !important;
  }

  .xl\:p-25 {
    padding: 6.25rem !important;
  }

  .xl\:p-30 {
    padding: 7.5rem !important;
  }

  .xl\:p-32 {
    padding: 8rem !important;
  }

  .xl\:p-38 {
    padding: 9rem !important;
  }

  .xl\:p-40 {
    padding: 10rem !important;
  }

  .xl\:p-48 {
    padding: 12rem !important;
  }

  .xl\:p-56 {
    padding: 14rem !important;
  }

  .xl\:p-64 {
    padding: 16rem !important;
  }

  .xl\:p-75 {
    padding: 18.5rem !important;
  }

  .xl\:p-80 {
    padding: 5rem !important;
  }

  .xl\:p-88 {
    padding: 5.5rem !important;
  }

  .xl\:p-9999 {
    padding: 9999rem !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:py-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .xl\:px-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }

  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:py-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .xl\:px-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .xl\:py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .xl\:px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:py-38 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:px-38 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:py-75 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .xl\:px-75 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .xl\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:py-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .xl\:px-88 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }

  .xl\:py-9999 {
    padding-top: 9999rem !important;
    padding-bottom: 9999rem !important;
  }

  .xl\:px-9999 {
    padding-left: 9999rem !important;
    padding-right: 9999rem !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .xl\:pr-0 {
    padding-right: 0 !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:pl-0 {
    padding-left: 0 !important;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:pt-22 {
    padding-top: 5.5rem !important;
  }

  .xl\:pr-22 {
    padding-right: 5.5rem !important;
  }

  .xl\:pb-22 {
    padding-bottom: 5.5rem !important;
  }

  .xl\:pl-22 {
    padding-left: 5.5rem !important;
  }

  .xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:pt-25 {
    padding-top: 6.25rem !important;
  }

  .xl\:pr-25 {
    padding-right: 6.25rem !important;
  }

  .xl\:pb-25 {
    padding-bottom: 6.25rem !important;
  }

  .xl\:pl-25 {
    padding-left: 6.25rem !important;
  }

  .xl\:pt-30 {
    padding-top: 7.5rem !important;
  }

  .xl\:pr-30 {
    padding-right: 7.5rem !important;
  }

  .xl\:pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .xl\:pl-30 {
    padding-left: 7.5rem !important;
  }

  .xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:pt-38 {
    padding-top: 9rem !important;
  }

  .xl\:pr-38 {
    padding-right: 9rem !important;
  }

  .xl\:pb-38 {
    padding-bottom: 9rem !important;
  }

  .xl\:pl-38 {
    padding-left: 9rem !important;
  }

  .xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:pt-75 {
    padding-top: 18.5rem !important;
  }

  .xl\:pr-75 {
    padding-right: 18.5rem !important;
  }

  .xl\:pb-75 {
    padding-bottom: 18.5rem !important;
  }

  .xl\:pl-75 {
    padding-left: 18.5rem !important;
  }

  .xl\:pt-80 {
    padding-top: 5rem !important;
  }

  .xl\:pr-80 {
    padding-right: 5rem !important;
  }

  .xl\:pb-80 {
    padding-bottom: 5rem !important;
  }

  .xl\:pl-80 {
    padding-left: 5rem !important;
  }

  .xl\:pt-88 {
    padding-top: 5.5rem !important;
  }

  .xl\:pr-88 {
    padding-right: 5.5rem !important;
  }

  .xl\:pb-88 {
    padding-bottom: 5.5rem !important;
  }

  .xl\:pl-88 {
    padding-left: 5.5rem !important;
  }

  .xl\:pt-9999 {
    padding-top: 9999rem !important;
  }

  .xl\:pr-9999 {
    padding-right: 9999rem !important;
  }

  .xl\:pb-9999 {
    padding-bottom: 9999rem !important;
  }

  .xl\:pl-9999 {
    padding-left: 9999rem !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:placeholder-black-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-lighter::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-lighter::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-lighter::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-lighter::placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darkest::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darkest::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darker::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darker::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lighter::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lighter::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-flyout::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-flyout::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-flyout::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-flyout::placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-medium::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-medium::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lightest::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lightest::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-lighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-lighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-lighter:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darkest:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darkest:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darker:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darker:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lighter:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lighter:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-flyout:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-flyout:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-flyout:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-flyout:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-medium:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-medium:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lightest:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lightest:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

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

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

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

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

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

  .xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

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

  .xl\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

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

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

  .xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl\:inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .xl\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl\:inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .xl\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl\:inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

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

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

  .xl\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xl\:-inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:top-0 {
    top: 0 !important;
  }

  .xl\:right-0 {
    right: 0 !important;
  }

  .xl\:bottom-0 {
    bottom: 0 !important;
  }

  .xl\:left-0 {
    left: 0 !important;
  }

  .xl\:top-6 {
    top: 1.5rem !important;
  }

  .xl\:right-6 {
    right: 1.5rem !important;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .xl\:left-6 {
    left: 1.5rem !important;
  }

  .xl\:top-12 {
    top: 3rem !important;
  }

  .xl\:right-12 {
    right: 3rem !important;
  }

  .xl\:bottom-12 {
    bottom: 3rem !important;
  }

  .xl\:left-12 {
    left: 3rem !important;
  }

  .xl\:top-20 {
    top: 5rem !important;
  }

  .xl\:right-20 {
    right: 5rem !important;
  }

  .xl\:bottom-20 {
    bottom: 5rem !important;
  }

  .xl\:left-20 {
    left: 5rem !important;
  }

  .xl\:top-32 {
    top: 8rem !important;
  }

  .xl\:right-32 {
    right: 8rem !important;
  }

  .xl\:bottom-32 {
    bottom: 8rem !important;
  }

  .xl\:left-32 {
    left: 8rem !important;
  }

  .xl\:top-40 {
    top: 10rem !important;
  }

  .xl\:right-40 {
    right: 10rem !important;
  }

  .xl\:bottom-40 {
    bottom: 10rem !important;
  }

  .xl\:left-40 {
    left: 10rem !important;
  }

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

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

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

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

  .xl\:-top-10 {
    top: -2.5rem !important;
  }

  .xl\:-right-10 {
    right: -2.5rem !important;
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .xl\:-left-10 {
    left: -2.5rem !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  .xl\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:shadow-list {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .xl\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:hover\:shadow-list:hover {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .xl\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .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) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:focus\:shadow-list:focus {
    -webkit-box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.12) !important;
  }

  .xl\:fill-current {
    fill: currentColor !important;
  }

  .xl\:stroke-current {
    stroke: currentColor !important;
  }

  .xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:text-black-dark {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:text-white {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:text-red {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .xl\:text-red-dark {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .xl\:text-blue-light {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .xl\:text-blue-lighter {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .xl\:text-black {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .xl\:text-grey-darkest {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .xl\:text-grey-darker {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .xl\:text-grey-lighter {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .xl\:text-grey-flyout {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .xl\:text-green {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .xl\:text-green-dark {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .xl\:text-grey-dark {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .xl\:text-grey-medium {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .xl\:text-grey-light {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .xl\:text-grey-lightest {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-black-dark:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-dark:hover {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-light:hover {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-lighter:hover {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-darkest:hover {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-darker:hover {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-lighter:hover {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-flyout:hover {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green:hover {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-dark:hover {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-dark:hover {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-medium:hover {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-light:hover {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-lightest:hover {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-black-dark:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #e40019 !important;
    color: rgba(228, 0, 25, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-dark:focus {
    --text-opacity: 1 !important;
    color: #c60016 !important;
    color: rgba(198, 0, 22, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-light:focus {
    --text-opacity: 1 !important;
    color: #009ee3 !important;
    color: rgba(0, 158, 227, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-lighter:focus {
    --text-opacity: 1 !important;
    color: #19274b !important;
    color: rgba(25, 39, 75, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #1a1a1a !important;
    color: rgba(26, 26, 26, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-darkest:focus {
    --text-opacity: 1 !important;
    color: #4d4d4d !important;
    color: rgba(77, 77, 77, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-darker:focus {
    --text-opacity: 1 !important;
    color: #596a73 !important;
    color: rgba(89, 106, 115, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-lighter:focus {
    --text-opacity: 1 !important;
    color: #ececed !important;
    color: rgba(236, 236, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-flyout:focus {
    --text-opacity: 1 !important;
    color: #707a83 !important;
    color: rgba(112, 122, 131, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green:focus {
    --text-opacity: 1 !important;
    color: #5AAA41 !important;
    color: rgba(90, 170, 65, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-dark:focus {
    --text-opacity: 1 !important;
    color: #407E17 !important;
    color: rgba(64, 126, 23, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-dark:focus {
    --text-opacity: 1 !important;
    color: #4c4c4c !important;
    color: rgba(76, 76, 76, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-medium:focus {
    --text-opacity: 1 !important;
    color: #d8d8d8 !important;
    color: rgba(216, 216, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-light:focus {
    --text-opacity: 1 !important;
    color: #e8e8e8 !important;
    color: rgba(232, 232, 232, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-lightest:focus {
    --text-opacity: 1 !important;
    color: #f0f0f0 !important;
    color: rgba(240, 240, 240, var(--text-opacity)) !important;
  }

  .xl\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .xl\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:not-italic {
    font-style: normal !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl\:tracking-tightest {
    letter-spacing: -0.0625rem !important;
  }

  .xl\:tracking-tighterer {
    letter-spacing: -0.04625rem !important;
  }

  .xl\:tracking-widerer {
    letter-spacing: 0.0625rem !important;
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words {
    overflow-wrap: break-word !important;
  }

  .xl\:break-all {
    word-break: break-all !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-0 {
    width: 0 !important;
  }

  .xl\:w-1 {
    width: 0.25rem !important;
  }

  .xl\:w-2 {
    width: 0.5rem !important;
  }

  .xl\:w-3 {
    width: 0.75rem !important;
  }

  .xl\:w-4 {
    width: 1rem !important;
  }

  .xl\:w-5 {
    width: 1.25rem !important;
  }

  .xl\:w-6 {
    width: 1.5rem !important;
  }

  .xl\:w-8 {
    width: 2rem !important;
  }

  .xl\:w-9 {
    width: 2.25rem !important;
  }

  .xl\:w-10 {
    width: 2.5rem !important;
  }

  .xl\:w-12 {
    width: 3rem !important;
  }

  .xl\:w-14 {
    width: 3.5rem !important;
  }

  .xl\:w-16 {
    width: 4rem !important;
  }

  .xl\:w-20 {
    width: 5rem !important;
  }

  .xl\:w-22 {
    width: 5.5rem !important;
  }

  .xl\:w-24 {
    width: 6rem !important;
  }

  .xl\:w-25 {
    width: 6.25rem !important;
  }

  .xl\:w-30 {
    width: 7.5rem !important;
  }

  .xl\:w-32 {
    width: 8rem !important;
  }

  .xl\:w-38 {
    width: 9rem !important;
  }

  .xl\:w-40 {
    width: 10rem !important;
  }

  .xl\:w-48 {
    width: 12rem !important;
  }

  .xl\:w-56 {
    width: 14rem !important;
  }

  .xl\:w-64 {
    width: 16rem !important;
  }

  .xl\:w-75 {
    width: 18.5rem !important;
  }

  .xl\:w-80 {
    width: 5rem !important;
  }

  .xl\:w-88 {
    width: 5.5rem !important;
  }

  .xl\:w-100 {
    width: 25rem !important;
  }

  .xl\:w-9999 {
    width: 9999rem !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-2\/4 {
    width: 50% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:w-3\/6 {
    width: 50% !important;
  }

  .xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:w-3\/12 {
    width: 25% !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:w-6\/12 {
    width: 50% !important;
  }

  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:w-9\/12 {
    width: 75% !important;
  }

  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:w-grid-logo-sm {
    width: 45.5rem !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }

  .xl\:-z-10 {
    z-index: -10 !important;
  }

  .xl\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xl\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xl\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xl\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xl\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xl\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xl\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xl\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xl\:gap-9 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .xl\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .xl\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xl\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
  }

  .xl\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:gap-25 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .xl\:gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
  }

  .xl\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl\:gap-38 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
  }

  .xl\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xl\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:gap-75 {
    grid-gap: 18.5rem !important;
    gap: 18.5rem !important;
  }

  .xl\:gap-80 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:gap-88 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
  }

  .xl\:gap-9999 {
    grid-gap: 9999rem !important;
    gap: 9999rem !important;
  }

  .xl\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:col-gap-0 {
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xl\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xl\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xl\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xl\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xl\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xl\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xl\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xl\:col-gap-9 {
    grid-column-gap: 2.25rem !important;
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .xl\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xl\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xl\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .xl\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xl\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xl\:col-gap-22 {
    grid-column-gap: 5.5rem !important;
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }

  .xl\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xl\:col-gap-25 {
    grid-column-gap: 6.25rem !important;
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }

  .xl\:col-gap-30 {
    grid-column-gap: 7.5rem !important;
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }

  .xl\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xl\:col-gap-38 {
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .xl\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xl\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .xl\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xl\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xl\:col-gap-75 {
    grid-column-gap: 18.5rem !important;
    -webkit-column-gap: 18.5rem !important;
       -moz-column-gap: 18.5rem !important;
            column-gap: 18.5rem !important;
  }

  .xl\:col-gap-80 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xl\:col-gap-88 {
    grid-column-gap: 5.5rem !important;
    -webkit-column-gap: 5.5rem !important;
       -moz-column-gap: 5.5rem !important;
            column-gap: 5.5rem !important;
  }

  .xl\:col-gap-9999 {
    grid-column-gap: 9999rem !important;
    -webkit-column-gap: 9999rem !important;
       -moz-column-gap: 9999rem !important;
            column-gap: 9999rem !important;
  }

  .xl\:col-gap-px {
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xl\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:row-gap-9 {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .xl\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .xl\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:row-gap-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
  }

  .xl\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:row-gap-25 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .xl\:row-gap-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
  }

  .xl\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:row-gap-38 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .xl\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:row-gap-75 {
    grid-row-gap: 18.5rem !important;
    row-gap: 18.5rem !important;
  }

  .xl\:row-gap-80 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:row-gap-88 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
  }

  .xl\:row-gap-9999 {
    grid-row-gap: 9999rem !important;
    row-gap: 9999rem !important;
  }

  .xl\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:col-auto {
    grid-column: auto !important;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl\:row-auto {
    grid-row: auto !important;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -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)) !important;
            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)) !important;
  }

  .xl\:transform-none {
    -webkit-transform: none !important;
            transform: none !important;
  }

  .xl\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xl\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xl\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xl\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xl\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xl\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xl\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xl\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .xl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .xl\:translate-x-9 {
    --transform-translate-x: 2.25rem !important;
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .xl\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .xl\:translate-x-22 {
    --transform-translate-x: 5.5rem !important;
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .xl\:translate-x-25 {
    --transform-translate-x: 6.25rem !important;
  }

  .xl\:translate-x-30 {
    --transform-translate-x: 7.5rem !important;
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .xl\:translate-x-38 {
    --transform-translate-x: 9rem !important;
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .xl\:translate-x-75 {
    --transform-translate-x: 18.5rem !important;
  }

  .xl\:translate-x-80 {
    --transform-translate-x: 5rem !important;
  }

  .xl\:translate-x-88 {
    --transform-translate-x: 5.5rem !important;
  }

  .xl\:translate-x-9999 {
    --transform-translate-x: 9999rem !important;
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .xl\:-translate-x-9 {
    --transform-translate-x: -2.25rem !important;
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .xl\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .xl\:-translate-x-22 {
    --transform-translate-x: -5.5rem !important;
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .xl\:-translate-x-25 {
    --transform-translate-x: -6.25rem !important;
  }

  .xl\:-translate-x-30 {
    --transform-translate-x: -7.5rem !important;
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .xl\:-translate-x-38 {
    --transform-translate-x: -9rem !important;
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .xl\:-translate-x-75 {
    --transform-translate-x: -18.5rem !important;
  }

  .xl\:-translate-x-80 {
    --transform-translate-x: -5rem !important;
  }

  .xl\:-translate-x-88 {
    --transform-translate-x: -5.5rem !important;
  }

  .xl\:-translate-x-9999 {
    --transform-translate-x: -9999rem !important;
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .xl\:translate-y-9 {
    --transform-translate-y: 2.25rem !important;
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .xl\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .xl\:translate-y-22 {
    --transform-translate-y: 5.5rem !important;
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .xl\:translate-y-25 {
    --transform-translate-y: 6.25rem !important;
  }

  .xl\:translate-y-30 {
    --transform-translate-y: 7.5rem !important;
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .xl\:translate-y-38 {
    --transform-translate-y: 9rem !important;
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .xl\:translate-y-75 {
    --transform-translate-y: 18.5rem !important;
  }

  .xl\:translate-y-80 {
    --transform-translate-y: 5rem !important;
  }

  .xl\:translate-y-88 {
    --transform-translate-y: 5.5rem !important;
  }

  .xl\:translate-y-9999 {
    --transform-translate-y: 9999rem !important;
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .xl\:-translate-y-9 {
    --transform-translate-y: -2.25rem !important;
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .xl\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .xl\:-translate-y-22 {
    --transform-translate-y: -5.5rem !important;
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .xl\:-translate-y-25 {
    --transform-translate-y: -6.25rem !important;
  }

  .xl\:-translate-y-30 {
    --transform-translate-y: -7.5rem !important;
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .xl\:-translate-y-38 {
    --transform-translate-y: -9rem !important;
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .xl\:-translate-y-75 {
    --transform-translate-y: -18.5rem !important;
  }

  .xl\:-translate-y-80 {
    --transform-translate-y: -5rem !important;
  }

  .xl\:-translate-y-88 {
    --transform-translate-y: -5.5rem !important;
  }

  .xl\:-translate-y-9999 {
    --transform-translate-y: -9999rem !important;
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .xl\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.25rem !important;
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem !important;
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-25:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .xl\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.5rem !important;
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .xl\:hover\:translate-x-38:hover {
    --transform-translate-x: 9rem !important;
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.5rem !important;
  }

  .xl\:hover\:translate-x-80:hover {
    --transform-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-88:hover {
    --transform-translate-x: 5.5rem !important;
  }

  .xl\:hover\:translate-x-9999:hover {
    --transform-translate-x: 9999rem !important;
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .xl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.25rem !important;
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-25:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .xl\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.5rem !important;
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .xl\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9rem !important;
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.5rem !important;
  }

  .xl\:hover\:-translate-x-80:hover {
    --transform-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-88:hover {
    --transform-translate-x: -5.5rem !important;
  }

  .xl\:hover\:-translate-x-9999:hover {
    --transform-translate-x: -9999rem !important;
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .xl\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.25rem !important;
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem !important;
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-25:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .xl\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.5rem !important;
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .xl\:hover\:translate-y-38:hover {
    --transform-translate-y: 9rem !important;
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.5rem !important;
  }

  .xl\:hover\:translate-y-80:hover {
    --transform-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-88:hover {
    --transform-translate-y: 5.5rem !important;
  }

  .xl\:hover\:translate-y-9999:hover {
    --transform-translate-y: 9999rem !important;
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .xl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.25rem !important;
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-25:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .xl\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.5rem !important;
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .xl\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9rem !important;
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.5rem !important;
  }

  .xl\:hover\:-translate-y-80:hover {
    --transform-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-88:hover {
    --transform-translate-y: -5.5rem !important;
  }

  .xl\:hover\:-translate-y-9999:hover {
    --transform-translate-y: -9999rem !important;
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .xl\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.25rem !important;
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem !important;
  }

  .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-25:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .xl\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.5rem !important;
  }

  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .xl\:focus\:translate-x-38:focus {
    --transform-translate-x: 9rem !important;
  }

  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-75:focus {
    --transform-translate-x: 18.5rem !important;
  }

  .xl\:focus\:translate-x-80:focus {
    --transform-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-88:focus {
    --transform-translate-x: 5.5rem !important;
  }

  .xl\:focus\:translate-x-9999:focus {
    --transform-translate-x: 9999rem !important;
  }

  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .xl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.25rem !important;
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-25:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .xl\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.5rem !important;
  }

  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .xl\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9rem !important;
  }

  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-75:focus {
    --transform-translate-x: -18.5rem !important;
  }

  .xl\:focus\:-translate-x-80:focus {
    --transform-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-88:focus {
    --transform-translate-x: -5.5rem !important;
  }

  .xl\:focus\:-translate-x-9999:focus {
    --transform-translate-x: -9999rem !important;
  }

  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .xl\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.25rem !important;
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem !important;
  }

  .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-25:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .xl\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.5rem !important;
  }

  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .xl\:focus\:translate-y-38:focus {
    --transform-translate-y: 9rem !important;
  }

  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-75:focus {
    --transform-translate-y: 18.5rem !important;
  }

  .xl\:focus\:translate-y-80:focus {
    --transform-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-88:focus {
    --transform-translate-y: 5.5rem !important;
  }

  .xl\:focus\:translate-y-9999:focus {
    --transform-translate-y: 9999rem !important;
  }

  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .xl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.25rem !important;
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-25:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .xl\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.5rem !important;
  }

  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .xl\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9rem !important;
  }

  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-75:focus {
    --transform-translate-y: -18.5rem !important;
  }

  .xl\:focus\:-translate-y-80:focus {
    --transform-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-88:focus {
    --transform-translate-y: -5.5rem !important;
  }

  .xl\:focus\:-translate-y-9999:focus {
    --transform-translate-y: -9999rem !important;
  }

  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .xl\:transition-none {
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xl\:transition-all {
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xl\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xl\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:transition-opacity {
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xl\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xl\:transition-transform {
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xl\:ease-linear {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xl\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:duration-75 {
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xl\:duration-100 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xl\:duration-150 {
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:duration-200 {
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xl\:duration-300 {
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xl\:duration-500 {
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xl\:duration-700 {
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xl\:duration-1000 {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xl\:delay-75 {
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xl\:delay-100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xl\:delay-150 {
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xl\:delay-200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xl\:delay-300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xl\:delay-500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xl\:delay-700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xl\:delay-1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xl\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}
