@charset "UTF-8";
/*!
 * Application Styles
 */
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale; }

html {
  background-color: #f7f7f7;
  font-size: 87.5%;
  height: 100%; }

body {
  margin: 0;
  background-color: #f7f7f7;
  background-image: url(/assets/img/background.png);
  background-attachment: fixed;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  html.rtl body {
    text-align: right; }

main {
  background: #fff;
  *zoom: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  main:before, main:after {
    content: " ";
    display: table;
    line-height: 0; }
  main:after {
    clear: both; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.6em 0;
  font-family: "FrescoPro-Bold", "Times New Roman", Times, serif;
  line-height: 1.3; }
  html.ar h1, html.ar
  h2, html.ar
  h3, html.ar
  h4, html.ar
  h5, html.ar
  h6 {
    font-family: "FrescoArabic-Bold", "Times New Roman", Times, serif; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

p {
  margin: 1.6em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #1a1a1a;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  a:focus {
    outline: none; }

img {
  display: block;
  max-width: 100%;
  height: auto !important; }

b,
strong {
  font-weight: 400;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar b, html.ar
  strong {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input {
  -webkit-transition: border 300ms linear;
  transition: border 300ms linear; }
  input:-moz-placeholder {
    color: #7d7672; }
  input::-moz-placeholder {
    color: #7d7672; }
  input:-ms-input-placeholder {
    color: #7d7672; }
  input::-webkit-input-placeholder {
    color: #7d7672; }
  input:focus {
    outline: none; }

nav a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  border-bottom-color: #b3b3b3;
  border-bottom-width: 0;
  border-bottom-style: solid; }
  nav a:hover, nav a.active {
    border-bottom-width: 2px; }

aside nav a {
  display: block;
  line-height: 1;
  padding: 0; }

table {
  width: 100%;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7; }
  table th {
    width: 20%;
    text-align: left;
    background-color: #e6e6e6;
    white-space: nowrap; }
    html.rtl table th {
      text-align: right; }
  table th,
  table td {
    padding: 7.5px;
    border-bottom: 1px solid #f7f7f7; }

figure {
  margin: 0;
  display: inline-block; }

ul.inline {
  padding: 0;
  list-style-type: none; }
  ul.inline li {
    display: inline-block; }

.rte {
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif; }
  html.ar .rte {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }
  .rte * {
    margin-bottom: 0;
    margin-top: 0; }
  .rte * + * {
    margin-top: 1.6em; }
  .rte h2 + p,
  .rte h3 + p,
  .rte h4 + p,
  .rte h5 + p {
    margin-top: 0; }
  .rte h2 {
    font-size: 16px;
    font-family: "FrescoPro-Bold", "Times New Roman", Times, serif;
    font-weight: 400; }
  .rte h3 {
    font-size: 16px;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    html.ar .rte h3 {
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .rte h4 {
    font-size: 14px;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    html.ar .rte h4 {
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .rte h5 {
    font-size: 14px;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    html.ar .rte h5 {
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .rte blockquote {
    font-family: "FrescoPro-Normal-Italic", "Times New Roman", Times, serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 1.4;
    color: #7d7672;
    margin-left: 0;
    margin-right: 0; }
    .rte blockquote:first-child {
      margin-top: 0; }
    .rte blockquote:last-child {
      margin-bottom: 0; }
  .rte ul {
    padding-left: 0;
    list-style: none; }
    html.rtl .rte ul {
      padding-right: 0; }
  .rte li {
    position: relative;
    padding-left: .8em; }
    .rte li:before {
      position: absolute;
      left: 0;
      content: "-"; }
    html.rtl .rte li {
      padding-left: 0;
      padding-right: .8em; }
      html.rtl .rte li:before {
        left: auto;
        right: 0; }
  .rte img {
    display: inline;
    margin: 0 15px 15px 0; }
    html.rtl .rte img {
      margin: 0 0 15px 15px; }
  .rte b,
  .rte strong {
    font-family: "FrescoPro-Bold", "Times New Roman", Times, serif; }
    html.ar .rte b, html.ar
    .rte strong {
      font-family: "FrescoArabic-Bold", "Times New Roman", Times, serif; }

.standfirst {
  margin: 1.2em 0;
  font-size: 22px;
  line-height: 1.4;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .standfirst {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .standfirst:first-child {
    margin-top: 0; }
  .standfirst:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .standfirst {
      font-size: 18px; } }

.btn-group {
  margin-top: 15px;
  margin-bottom: 15px; }

.btn, .remodal-confirm {
  display: inline-block;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  border-radius: 2px;
  border: 1px solid #bab0a5;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  background-color: transparent;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media (max-width: 767px) {
    .btn, .remodal-confirm {
      display: block;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1224px) {
    .btn, .remodal-confirm {
      font-size: 16px; } }
  html.ar .btn, html.ar .remodal-confirm {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }
  .btn.btn--exhibitionUpdates, .btn--exhibitionUpdates.remodal-confirm, .btn.btn--exhibitions, .btn--exhibitions.remodal-confirm, .btn.btn--exhibitionsLanding, .btn--exhibitionsLanding.remodal-confirm {
    border-color: #fbb913; }
  .btn.btn--studios, .btn--studios.remodal-confirm, .btn.btn--studiosLanding, .btn--studiosLanding.remodal-confirm {
    border-color: #3300ff; }
  .btn.btn--workshops, .btn--workshops.remodal-confirm, .btn.btn--workshopsLanding, .btn--workshopsLanding.remodal-confirm {
    border-color: #ff3333; }
  .btn.btn--youth, .btn--youth.remodal-confirm, .btn.btn--youthProgramme, .btn--youthProgramme.remodal-confirm, .btn.btn--skatePark, .btn--skatePark.remodal-confirm, .btn.btn--eductaion, .btn--eductaion.remodal-confirm, .btn.btn--artClub, .btn--artClub.remodal-confirm {
    border-color: #3399FF; }
  .btn.btn--residencyUpdates, .btn--residencyUpdates.remodal-confirm, .btn.btn--residencies, .btn--residencies.remodal-confirm, .btn.btn--residenciesLanding, .btn--residenciesLanding.remodal-confirm {
    border-color: #ff00ff; }
  .btn.btn--projectUpdates, .btn--projectUpdates.remodal-confirm, .btn.btn--projects, .btn--projects.remodal-confirm, .btn.btn--projectsLanding, .btn--projectsLanding.remodal-confirm {
    border-color: #00cc99; }
  .btn.btn--shop, .btn--shop.remodal-confirm {
    border-color: #00cc99;
    color: #00cc99; }
  .btn.btn--cart, .btn--cart.remodal-confirm, .btn.btn--checkout, .btn--checkout.remodal-confirm {
    color: #fff !important;
    background-color: #00cc99 !important;
    border-color: #00cc99 !important; }
  .btn:hover, .remodal-confirm:hover {
    color: #fff;
    background-color: #bab0a5; }
    .btn:hover.btn--exhibitionUpdates, .remodal-confirm:hover.btn--exhibitionUpdates, .btn:hover.btn--exhibitions, .remodal-confirm:hover.btn--exhibitions, .btn:hover.btn--exhibitionsLanding, .remodal-confirm:hover.btn--exhibitionsLanding {
      color: #000;
      background-color: #fbb913; }
    .btn:hover.btn--studios, .remodal-confirm:hover.btn--studios, .btn:hover.btn--studiosLanding, .remodal-confirm:hover.btn--studiosLanding {
      color: #fff;
      background-color: #3300ff; }
    .btn:hover.btn--workshops, .remodal-confirm:hover.btn--workshops, .btn:hover.btn--workshopsLanding, .remodal-confirm:hover.btn--workshopsLanding {
      color: #fff;
      background-color: #ff3333; }
    .btn:hover.btn--youth, .remodal-confirm:hover.btn--youth, .btn:hover.btn--youthProgramme, .remodal-confirm:hover.btn--youthProgramme, .btn:hover.btn--skatePark, .remodal-confirm:hover.btn--skatePark, .btn:hover.btn--education, .remodal-confirm:hover.btn--education, .btn:hover.btn--artClub, .remodal-confirm:hover.btn--artClub {
      color: #fff;
      background-color: #3399FF; }
    .btn:hover.btn--residencyUpdates, .remodal-confirm:hover.btn--residencyUpdates, .btn:hover.btn--residencies, .remodal-confirm:hover.btn--residencies, .btn:hover.btn--residenciesLanding, .remodal-confirm:hover.btn--residenciesLanding {
      color: #000;
      background-color: #ff00ff; }
    .btn:hover.btn--projectUpdates, .remodal-confirm:hover.btn--projectUpdates, .btn:hover.btn--projects, .remodal-confirm:hover.btn--projects, .btn:hover.btn--projectsLanding, .remodal-confirm:hover.btn--projectsLanding {
      color: #000;
      background-color: #00cc99; }
    .btn:hover.btn--shop, .remodal-confirm:hover.btn--shop {
      color: #fff;
      background-color: #00cc99; }
    .btn:hover.btn--cart, .remodal-confirm:hover.btn--cart, .btn:hover.btn--checkout, .remodal-confirm:hover.btn--checkout {
      background-color: #009973 !important;
      border-color: #009973 !important;
      color: #fff !important; }
  .btn.btn-group__btn, .btn-group__btn.remodal-confirm {
    margin-bottom: 15px;
    margin-right: 15px; }
    html.rtl .btn.btn-group__btn, html.rtl .btn-group__btn.remodal-confirm {
      margin-right: 0;
      margin-left: 15px; }
    @media (max-width: 767px) {
      .btn.btn-group__btn, .btn-group__btn.remodal-confirm {
        margin-right: 0; }
        html.rtl .btn.btn-group__btn, html.rtl .btn-group__btn.remodal-confirm {
          margin-left: 0; } }

.cta {
  display: inline-block;
  padding-bottom: 2px;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #bab0a5;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .cta.cta--exhibitionUpdates, .cta.cta--exhibitions, .cta.cta--exhibitionsLanding {
    border-bottom-color: #fbb913; }
  .cta.cta--studios, .cta.cta--studiosLanding {
    border-bottom-color: #3300ff; }
  .cta.cta--workshops, .cta.cta--workshopsLanding {
    border-bottom-color: #ff3333; }
  .cta.cta--youth, .cta.cta--youthProgramme, .cta.cta--skatePark, .cta.cta--education, .cta.cta--artClub {
    border-bottom-color: #3399FF; }
  .cta.cta--residencyUpdates, .cta.cta--residencies, .cta.cta--residenciesLanding {
    border-bottom-color: #ff00ff; }
  .cta.cta--projectUpdates, .cta.cta--projects, .cta.cta--projectsLanding {
    border-bottom-color: #00cc99; }
  .cta.cta--shop {
    border-bottom-color: #00cc99; }
  .cta:hover {
    border-bottom-color: #000; }
    .cta:hover.cta--exhibitionUpdates, .cta:hover.cta--exhibitions, .cta:hover.cta--exhibitionsLanding {
      color: #fbb913;
      border-bottom-color: #fbb913; }
    .cta:hover.cta--studios, .cta:hover.cta--studiosLanding {
      color: #3300ff;
      border-bottom-color: #3300ff; }
    .cta:hover.cta--workshops, .cta:hover.cta--workshopsLanding {
      color: #ff3333;
      border-bottom-color: #ff3333; }
    .cta:hover.cta--youth, .cta:hover.cta--youthProgramme, .cta:hover.cta--skatePark, .cta:hover.cta--education, .cta:hover.cta--artClub {
      color: #3399FF;
      border-bottom-color: #3399FF; }
    .cta:hover.cta--residencyUpdates, .cta:hover.cta--residencies, .cta:hover.cta--residenciesLanding {
      color: #ff00ff;
      border-bottom-color: #ff00ff; }
    .cta:hover.cta--projectUpdates, .cta:hover.cta--projects, .cta:hover.cta--projectsLanding {
      color: #00cc99;
      border-bottom-color: #00cc99; }
  .cta.cta--button {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background-color: transparent; }

.emphasis.emphasis--exhibitionUpdates, .emphasis.emphasis--exhibitions, .emphasis.emphasis--exhibitionsLanding {
  color: #fbb913; }

.emphasis.emphasis--studios, .emphasis.emphasis--studiosLanding {
  color: #3300ff; }

.emphasis.emphasis--workshops, .emphasis.emphasis--workshopsLanding {
  color: #ff3333; }

.emphasis.emphasis--youth, .emphasis.emphasis--youthProgramme, .emphasis.emphasis--skatePark, .emphasis.emphasis--education, .emphasis.emphasis--artClub {
  color: #3399FF; }

.emphasis.emphasis--residencyUpdates, .emphasis.emphasis--residencies, .emphasis.emphasis--residenciesLanding {
  color: #ff00ff; }

.emphasis.emphasis--projectUpdates, .emphasis.emphasis--projects, .emphasis.emphasis--projectsLanding {
  color: #00cc99; }

.nav--sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav--sidebar__item {
  padding: 0;
  margin: 0; }
  .nav--sidebar__item a {
    position: relative;
    display: block;
    line-height: 1em;
    padding-top: 11.25px;
    padding-bottom: 11.25px;
    padding-left: 15px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
    color: #7d7672;
    font-size: 16px; }
    .nav--sidebar__item a:hover {
      border-bottom: 0;
      color: #000; }
      .nav--sidebar__item a:hover:before {
        background-color: #000; }
    .nav--sidebar__item a.active {
      border-color: #000;
      border-bottom: 0;
      color: #000; }
      .nav--sidebar__item a.active:before {
        background-color: #000; }
    .nav--sidebar__item a:before {
      display: none;
      content: " ";
      position: absolute;
      top: 50%;
      margin-top: -1px;
      width: 15px;
      height: 2px;
      line-height: 1em;
      background-color: #e5e5e5; }
    html.rtl .nav--sidebar__item a {
      border-left-width: 0;
      border-right-width: 4px;
      padding-left: 0;
      padding-right: 15px; }
    @media (min-width: 1224px) {
      .nav--sidebar__item a {
        padding-left: 30px; }
        html.rtl .nav--sidebar__item a {
          padding-left: 0;
          padding-right: 30px; } }
  .nav--sidebar__item > .nav--sidebar__list a {
    padding-left: 37.5px; }
    html.rtl .nav--sidebar__item > .nav--sidebar__list a {
      padding-left: 0;
      padding-right: 37.5px; }
    .nav--sidebar__item > .nav--sidebar__list a:before {
      display: block;
      left: 15px; }
      html.rtl .nav--sidebar__item > .nav--sidebar__list a:before {
        left: auto;
        right: 15px; }
    @media (min-width: 1224px) {
      .nav--sidebar__item > .nav--sidebar__list a {
        padding-left: 52.5px; }
        html.rtl .nav--sidebar__item > .nav--sidebar__list a {
          padding-left: 0;
          padding-right: 52.5px; }
        .nav--sidebar__item > .nav--sidebar__list a:before {
          left: 30px; }
          html.rtl .nav--sidebar__item > .nav--sidebar__list a:before {
            left: auto;
            right: 30px; } }
  .nav--sidebar__item > .nav--sidebar__list .nav--sidebar__item > .nav--sidebar__list a {
    padding-left: 60px; }
    html.rtl .nav--sidebar__item > .nav--sidebar__list .nav--sidebar__item > .nav--sidebar__list a {
      padding-left: 0;
      padding-right: 60px; }
    .nav--sidebar__item > .nav--sidebar__list .nav--sidebar__item > .nav--sidebar__list a:before {
      left: 37.5px; }
      html.rtl .nav--sidebar__item > .nav--sidebar__list .nav--sidebar__item > .nav--sidebar__list a:before {
        left: auto;
        right: 37.5px; }
    @media (min-width: 1224px) {
      .nav--sidebar__item > .nav--sidebar__list .nav--sidebar__item > .nav--sidebar__list a {
        padding-left: 75px; }
        html.rtl .nav--sidebar__item > .nav--sidebar__list .nav--sidebar__item > .nav--sidebar__list a {
          padding-left: 0;
          padding-right: 75px; }
        .nav--sidebar__item > .nav--sidebar__list .nav--sidebar__item > .nav--sidebar__list a:before {
          left: 52.5px; }
          html.rtl .nav--sidebar__item > .nav--sidebar__list .nav--sidebar__item > .nav--sidebar__list a:before {
            left: auto;
            right: 52.5px; } }
  @media (min-width: 1224px) {
    .nav--sidebar__item a {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .nav--sidebar__item a {
      font-size: 18px; } }

.nav--mobile__toggle {
  display: block;
  padding: 15px;
  font-size: 16px;
  color: #000; }
  .nav--mobile__toggle:hover {
    border-bottom: 0; }

.nav--mobile__toggle__title {
  position: relative;
  display: block;
  padding-right: 27px; }
  .nav--mobile__toggle__title:before {
    content: "menu ";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 0;
    width: 5em;
    text-align: right;
    height: 13px;
    line-height: 1;
    font-size: 13px;
    padding-right: 18px;
    background: transparent url(/assets/img/carat-down.png) right bottom no-repeat; }
  html.rtl .nav--mobile__toggle__title {
    padding-right: 0;
    padding-left: 27px; }
    html.rtl .nav--mobile__toggle__title:before {
      right: auto;
      left: 0;
      content: " لائحة";
      text-align: left;
      padding-right: 0;
      padding-left: 18px;
      background-position: left bottom; }

.nav--mobile {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7; }

.nav--mobile__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav--mobile__list .nav--mobile__list {
    display: block; }

.nav--mobile__item {
  padding: 0;
  margin: 0; }
  .nav--mobile__item a {
    position: relative;
    display: block;
    line-height: 1em;
    padding: 11.25px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
    color: #7d7672;
    font-size: 16px; }
    .nav--mobile__item a:hover {
      border-bottom: 0;
      color: #000; }
    .nav--mobile__item a.active {
      border-color: #000;
      border-bottom: 0;
      color: #000; }
    html.rtl .nav--mobile__item a {
      border-left-width: 0;
      border-right-width: 5px; }
    .nav--mobile__item a:before {
      display: none;
      content: " ";
      position: absolute;
      top: 50%;
      margin-top: -1px;
      width: 4px;
      height: 2px;
      line-height: 1em;
      background-color: #7d7672; }
  .nav--mobile__item > .nav--mobile__list a {
    padding-left: 45px; }
    html.rtl .nav--mobile__item > .nav--mobile__list a {
      padding-left: 0;
      padding-right: 45px; }
    .nav--mobile__item > .nav--mobile__list a:before {
      display: block;
      left: 30px; }
      html.rtl .nav--mobile__item > .nav--mobile__list a:before {
        left: 0;
        right: 30px; }
  .nav--mobile__item > .nav--mobile__list .nav--mobile__item > .nav--mobile__list a {
    padding-left: 67.5px; }
    html.rtl .nav--mobile__item > .nav--mobile__list .nav--mobile__item > .nav--mobile__list a {
      padding-left: 0;
      padding-right: 67.5px; }
    .nav--mobile__item > .nav--mobile__list .nav--mobile__item > .nav--mobile__list a:before {
      left: 45px; }
      html.rtl .nav--mobile__item > .nav--mobile__list .nav--mobile__item > .nav--mobile__list a:before {
        left: 0;
        right: 45px; }

#container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1px) {
    #container {
      max-width: 1500px;
      width: 100%; } }

#containerInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%; }
  html.js-nav.no-csstransforms3d #containerInner {
    left: -85%; }
  html.rtl.js-nav.no-csstransforms3d #containerInner {
    right: -85%; }
  html.js.csstransforms3d #containerInner {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  html.js-nav.csstransforms3d #containerInner {
    -webkit-transform: translate3d(-85%, 0, 0);
    transform: translate3d(-85%, 0, 0); }
  html.rtl.js-nav.csstransforms3d #containerInner {
    -webkit-transform: translate3d(85%, 0, 0);
    transform: translate3d(85%, 0, 0); }

#cookiePolicy {
  display: none; }
  #cookiePolicy[data-state="open"] {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px;
    background-color: #fff;
    background-attachment: fixed;
    text-align: center; }
    #cookiePolicy[data-state="open"] .cookiePolicy__inner {
      display: inline-block;
      max-width: 600px;
      padding: .2em;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      text-align: center;
      font-size: 12px;
      line-height: 18px; }
    #cookiePolicy[data-state="open"] button {
      display: inline-block;
      border: 1px solid #7d7672;
      background-color: #fff;
      font-size: 14px;
      line-height: 1;
      padding: 0;
      text-transform: uppercase;
      font-family: Arial;
      font-weight: 900;
      height: 18px;
      width: 18px;
      border-radius: 18px; }
      #cookiePolicy[data-state="open"] button:focus {
        outline: none; }

#fancybox-loading div {
  display: none !important; }

.fr-loading-background,
.fr-ui-outside .fr-close-background,
.fr-ui-outside .fr-close:hover .fr-close-background {
  background-color: transparent; }

.fr-overlay-background {
  background-color: #f7f7f7;
  background-image: url(/assets/img/background.png);
  background-attachment: fixed;
  opacity: 1; }

.fr-loading-background {
  background-image: url(/assets/img/loader.gif); }

html body div.fr-window div.fr-bubble canvas {
  display: none !important; }

/**
*
* Copyright 2012 Adobe Systems Inc.;
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
input[type="radio"] {
  position: absolute;
  overflow: hidden;
  padding: 0;
  border: 0;
  opacity: 0.001;
  z-index: 1;
  outline: none; }

.topcoat-radio-button__checkmark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  cursor: default;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.topcoat-radio-button {
  position: relative;
  display: inline-block;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.topcoat-radio-button__checkmark:before,
.topcoat-radio-button__checkmark:after {
  content: '';
  position: absolute;
  border-radius: 100%; }

.topcoat-radio-button__checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.topcoat-radio-button__checkmark:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box; }

input[type="radio"]:disabled + .topcoat-radio-button__checkmark {
  opacity: 0.3;
  cursor: default;
  pointer-events: none; }

/* topdoc
  name: Radio Button
  description: A button that can play music, but usually just plays ads.
  modifiers:
  markup:
    <!-- NO LABEL -->
    <label class="topcoat-radio-button">
      <input type="radio" name="topcoat">
      <div class="topcoat-radio-button__checkmark"></div>
    </label>
    <br>
    <br>
    <!-- LEFT LABEL -->
    <label class="topcoat-radio-button">
      Left label
      <input type="radio" name="topcoat">
      <div class="topcoat-radio-button__checkmark"></div>
    </label>
    <br>
    <br>
    <!-- RIGHT LABEL -->
    <label class="topcoat-radio-button">
      <input type="radio" name="topcoat">
      <div class="topcoat-radio-button__checkmark"></div>
      Right label
    </label>
    <br>
    <br>
    <!-- DISABLED -->
    <label class="topcoat-radio-button">
      <input type="radio" name="topcoat" Disabled>
      <div class="topcoat-radio-button__checkmark"></div>
      Disabled
    </label>
  examples:
    Mobile Radio Button: http://codepen.io/Topcoat/pen/HDcJj
  tags:
    - desktop
    - light
    - mobile
    - Radio
*/
input[type="radio"] {
  height: 12px;
  width: 12px;
  margin-top: 0;
  margin-right: -12px;
  margin-bottom: -12px;
  margin-left: 0; }

input[type="radio"]:checked + .topcoat-radio-button__checkmark:after {
  opacity: 1; }

.topcoat-radio-button {
  color: #454545;
  line-height: 1.063rem; }

.topcoat-radio-button__checkmark:before {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #7d7672; }

.topcoat-radio-button__checkmark {
  position: relative;
  width: 12px;
  height: 12px; }

.topcoat-radio-button__checkmark:after {
  opacity: 0;
  width: 6px;
  height: 6px;
  background: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 3px;
  left: 3px; }

.remodal-overlay {
  background: rgba(255, 255, 255, 0.95); }

.remodal, .remodal * {
  font-family: inherit; }

.remodal {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 0;
  text-align: left; }
  html.rtl .remodal {
    text-align: right; }
  .remodal .section__header {
    padding: 15px; }

.remodal__content {
  padding: 15px; }

.remodal-confirm {
  background-color: #fff;
  color: #000; }

.remodal-close {
  border: none;
  left: auto;
  right: 5px;
  width: 25px;
  height: 25px;
  text-align: center; }
  .remodal-close:hover, .remodal-close.active {
    background-color: #000; }
  html.rtl .remodal-close {
    right: auto;
    left: 5px; }
  .remodal-close:after {
    content: "×";
    line-height: 25px;
    color: #000; }

/* Override skin */
.tpd-tooltip a:hover {
  text-decoration: none; }

.tpd-content .teasers {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0; }

.tpd-content .teasers__row__inner {
  margin-left: 0;
  margin-right: 0; }

.breadcrumbs {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  padding-left: 15px;
  border-bottom: 2px solid #f7f7f7;
  background: #fff; }
  .breadcrumbs:before, .breadcrumbs:after {
    content: " ";
    display: table;
    line-height: 0; }
  .breadcrumbs:after {
    clear: both; }
  html.rtl .breadcrumbs {
    padding-right: 15px;
    padding-left: 0; }

.breadcrumbs__divider {
  font-size: 12px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1224px) {
    .breadcrumbs__divider {
      font-size: 14px; } }

.breadcrumbs__crumb {
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none; }
  .breadcrumbs__crumb.active {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: default; }
  @media (min-width: 1224px) {
    .breadcrumbs__crumb {
      font-size: 14px; } }

.breadcrumbs__desktop {
  float: left;
  width: 100%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px; }
  html.rtl .breadcrumbs__desktop {
    float: right; }
  @media (max-width: 767px) {
    .breadcrumbs__desktop {
      float: none;
      width: 100%; }
      html.rtl .breadcrumbs__desktop {
        float: none; } }

.breadcrumbs__mobile {
  display: none; }

@media (max-width: 767px) {
  .breadcrumbs__mobile {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .breadcrumbs__mobile {
      float: right; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .breadcrumbs__mobile {
      float: none;
      width: 100%; }
      html.rtl .breadcrumbs__mobile {
        float: none; } }

@media (max-width: 767px) {
    .breadcrumbs__mobile .breadcrumbs__crumb {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 1;
      padding-left: 14.5px;
      padding-top: 15px;
      padding-bottom: 15px; }
      .breadcrumbs__mobile .breadcrumbs__crumb:before {
        content: " ";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 0;
        width: 7px;
        height: 12px;
        background: transparent url(/assets/img/carat-left.png) 0 0 no-repeat; }
      html.rtl .breadcrumbs__mobile .breadcrumbs__crumb {
        padding-left: 0;
        padding-right: 14.5px; }
        html.rtl .breadcrumbs__mobile .breadcrumbs__crumb:before {
          left: auto;
          right: 0;
          background-image: url(/assets/img/carat-right.png); }
  .breadcrumbs__desktop {
    display: none; } }

footer {
  min-height: 320px;
  color: #fff;
  line-height: 24px;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  -webkit-font-smoothing: antialiased; }
  footer.section {
    background-color: #000; }
  html.ar footer {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }
  footer .footer__container {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    footer .footer__container:before, footer .footer__container:after {
      content: " ";
      display: table;
      line-height: 0; }
    footer .footer__container:after {
      clear: both; }
  footer .footer__address {
    float: left;
    width: 25%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl footer .footer__address {
      float: right; }
    @media (max-width: 767px) {
      footer .footer__address {
        float: none;
        width: 100%; }
        html.rtl footer .footer__address {
          float: none; } }
  footer .footer__address--3 .org {
    visibility: hidden; }
  footer .footer__address--1 .vcard {
    padding-left: 15px; }
    html.rtl footer .footer__address--1 .vcard {
      padding-left: 0;
      padding-right: 15px; }
  footer .footer__siteby {
    clear: both;
    float: left;
    width: 100%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "FrescoPro-Normal-Italic", "Times New Roman", Times, serif;
    font-size: 14px; }
    html.rtl footer .footer__siteby {
      float: right; }
    @media (max-width: 767px) {
      footer .footer__siteby {
        float: none;
        width: 100%; }
        html.rtl footer .footer__siteby {
          float: none; } }
    @media (max-width: 767px) {
      footer .footer__siteby {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px; } }
    footer .footer__siteby a {
      color: #e5e5e5;
      text-decoration: none; }
  footer .vcard {
    padding: 30px 0; }
    footer .vcard a {
      display: block;
      color: #fff;
      text-decoration: none; }
    footer .vcard .org {
      font-family: "FrescoPro-Bold", "Times New Roman", Times, serif; }
    html.ar footer .vcard .org {
      font-family: "FrescoArabic-Bold", "Times New Roman", Times, serif; }
  @media (min-width: 768px) and (max-width: 959px) {
    footer .footer__address {
      float: left;
      width: 33.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl footer .footer__address {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    footer .footer__address {
      float: none;
      width: 100%; }
      html.rtl footer .footer__address {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    footer .footer__address--3 .vcard {
      padding-top: 0; } }
  @media (max-width: 767px) {
    footer {
      font-size: 16px;
      line-height: 26px; }
      footer .vcard {
        padding: 0; }
      footer .footer__container {
        margin-left: 0;
        margin-right: 0; }
      footer .footer__address {
        margin: 30px 0; }
      footer .footer__address--1 .vcard {
        padding-left: 0; }
        html.rtl footer .footer__address--1 .vcard {
          padding-right: 0; }
      footer .footer__address--3 .org {
        display: none; } }
  @media (min-width: 1224px) {
    footer .vcard {
      font-size: 16px;
      line-height: 26px; } }

header {
  position: relative;
  border-bottom: 2px solid #f7f7f7;
  background: #fff; }
  header nav {
    padding-left: 15px;
    padding-right: 15px; }
  header ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  header .logo {
    display: block;
    position: absolute;
    width: 249px;
    top: 0;
    bottom: 0;
    left: 0; }
    html.rtl header .logo {
      right: 0;
      left: auto; }
    header .logo a {
      display: block;
      padding: 5px 25px 5px 24px;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center;
      white-space: nowrap;
      text-decoration: none; }
      header .logo a:before {
        content: " ";
        display: inline-block;
        height: 100%;
        margin-right: -0.25em;
        /* Adjusts for spacing */
        vertical-align: middle; }
    header .logo img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      height: auto !important; }
  header .icnMenu,
  header .icnMenuClose {
    display: none; }
  header .icnMenu:focus,
  header .icnMenuClose:focus {
    outline: none; }
  header .navBars {
    display: block;
    margin-left: 249px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 2px solid #f7f7f7; }
    html.rtl header .navBars {
      margin-left: 0;
      margin-right: 249px;
      border-left: 0;
      border-right: 2px solid #f7f7f7; }
  header .topNavBars {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
    border-bottom: 2px solid #f7f7f7; }
    header .topNavBars:before, header .topNavBars:after {
      content: " ";
      display: table;
      line-height: 0; }
    header .topNavBars:after {
      clear: both; }
    header .topNavBars a {
      font-size: 12px;
      padding-bottom: 2px; }
    header .topNavBars .primaryNav {
      display: none; }
  header .utilityNavA {
    float: left;
    width: 50%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl header .utilityNavA {
      float: right; }
    @media (max-width: 767px) {
      header .utilityNavA {
        float: none;
        width: 100%; }
        html.rtl header .utilityNavA {
          float: none; } }
    header .utilityNavA li {
      float: left;
      margin-right: 19.5px;
      padding-top: 7px;
      line-height: 39px; }
    html.rtl header .utilityNavA {
      float: right; }
      html.rtl header .utilityNavA li {
        float: right;
        margin-right: 0;
        margin-left: 15px; }
  header .utilityNavB {
    float: left;
    width: 50%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl header .utilityNavB {
      float: right; }
    @media (max-width: 767px) {
      header .utilityNavB {
        float: none;
        width: 100%; }
        html.rtl header .utilityNavB {
          float: none; } }
    header .utilityNavB ul {
      text-align: right;
      padding-top: 18px; }
    header .utilityNavB li {
      display: inline;
      margin-left: 19.5px;
      color: #b3b3b3; }
      html.rtl header .utilityNavB li {
        margin-right: 15px;
        margin-left: 0; }
        html.rtl header .utilityNavB li.ar a {
          font-size: 12px; }
      header .utilityNavB li.languageSwitcher a.active {
        border-bottom: 0;
        color: #b3b3b3; }
    html.rtl header .utilityNavB {
      float: right; }
      html.rtl header .utilityNavB ul {
        text-align: left; }
    @media (min-width: 1224px) {
      header .utilityNavB ul {
        padding-top: 24px; } }
  header .bottomNavBars {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    header .bottomNavBars:before, header .bottomNavBars:after {
      content: " ";
      display: table;
      line-height: 0; }
    header .bottomNavBars:after {
      clear: both; }
  header .primaryNav {
    float: left;
    width: 100%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear; }
    html.rtl header .primaryNav {
      float: right; }
    @media (max-width: 767px) {
      header .primaryNav {
        float: none;
        width: 100%; }
        html.rtl header .primaryNav {
          float: none; } }
    header .primaryNav li {
      float: left;
      margin-left: 0;
      margin-right: 16px;
      padding-top: 5px;
      position: relative;
      line-height: 44px; }
      header .primaryNav li.submenu__trigger {
        cursor: pointer;
        padding-right: 20px; }
        header .primaryNav li.submenu__trigger:after {
          content: " ";
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: 1px;
          width: 12px;
          height: 7px;
          background: transparent url(/assets/img/carat-down.png) 0 0 no-repeat; }
        header .primaryNav li.submenu__trigger.active ul {
          opacity: 1;
          pointer-events: initial; }
        header .primaryNav li.submenu__trigger ul {
          background-color: rgba(0, 0, 0, 0.85);
          border-radius: 2px;
          -webkit-box-shadow: 0px 60px 80px 0px rgba(0, 0, 0, 0.2);
                  box-shadow: 0px 60px 80px 0px rgba(0, 0, 0, 0.2);
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          opacity: 0;
          padding: 18px;
          pointer-events: none;
          position: absolute;
          row-gap: 12px;
          top: 100%;
          width: 110px;
          z-index: 5;
          -webkit-transition: 200ms linear;
          transition: 200ms linear; }
          header .primaryNav li.submenu__trigger ul:after {
            content: " ";
            position: absolute;
            top: 0;
            right: 14px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #333333;
            -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                    transform: translateY(-100%); }
          header .primaryNav li.submenu__trigger ul li {
            line-height: 24px; }
            header .primaryNav li.submenu__trigger ul li a {
              color: white;
              font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 14px; }
      html.rtl header .primaryNav li {
        float: right;
        margin-right: 0;
        margin-left: 16px; }
      header .primaryNav li.studios a:hover,
      header .primaryNav li.studios a.active {
        border-color: #3300ff; }
      header .primaryNav li.exhibitions a:hover,
      header .primaryNav li.exhibitions a.active {
        border-color: #fbb913; }
      header .primaryNav li.residencies a:hover,
      header .primaryNav li.residencies a.active {
        border-color: #ff00ff; }
      header .primaryNav li.projects a:hover,
      header .primaryNav li.projects a.active {
        border-color: #00cc99; }
      header .primaryNav li.workshops a:hover,
      header .primaryNav li.workshops a.active {
        border-color: #ff3333; }
      header .primaryNav li.youth a:hover,
      header .primaryNav li.youth a.active {
        border-color: #3399FF; }
      header .primaryNav li.consultancy a:hover,
      header .primaryNav li.consultancy a.active {
        border-color: #5F0AE5; }
    header .primaryNav a {
      font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
      font-size: 14px; }
      html.ar header .primaryNav a {
        font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }
  header[data-state="searching"] .primaryNav {
    opacity: 0.1;
    pointer-events: none; }
  header[data-state="searching"] .searchBox input[type=search] {
    width: 10em;
    opacity: 1; }
  header[data-state="searching"] .searchBox .icn--search {
    background-color: #7d7672; }
  header .searchBox {
    display: none;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    margin-top: -13.5px;
    right: 30px; }
    html.js header .searchBox {
      display: block; }
    header .searchBox input[type=search] {
      position: absolute;
      z-index: 0;
      display: block;
      opacity: 0;
      width: 0;
      height: 27px;
      line-height: 27px;
      top: 0;
      right: 0;
      border: 0;
      border-bottom: 1px solid #e5e5e5;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      html.rtl header .searchBox input[type=search] {
        right: auto;
        left: 0; }
    header .searchBox .icn--search {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      display: block;
      width: 27px;
      height: 27px;
      border: 0;
      border-radius: 27px;
      background-color: #e5e5e5;
      cursor: pointer;
      -webkit-transition: background 200ms linear;
      transition: background 200ms linear; }
      header .searchBox .icn--search svg {
        position: absolute;
        top: 5px;
        left: 7px;
        width: 14px;
        height: 17px; }
      header .searchBox .icn--search path {
        fill: #fff; }
      header .searchBox .icn--search:focus {
        outline: none; }
    html.rtl header .searchBox {
      right: auto;
      left: 30px; }
      html.rtl header .searchBox .icn--search {
        text-align: right; }
  @media (max-width: 959px) {
    header {
      height: 80px;
      margin-left: 0;
      margin-right: 0; }
      header nav {
        padding-left: 0;
        padding-right: 0; }
      header .logo {
        left: 19px; }
        html.rtl header .logo {
          right: 19px;
          left: auto; }
        header .logo a {
          display: block;
          width: 200px;
          padding: 10px 45px 10px 0; }
      header .navBars {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        float: none !important;
        overflow: hidden;
        background: #fff;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        border-left-width: 1px;
        border-left-color: #e5e5e5;
        height: auto; }
        header .navBars:not(:target) {
          z-index: 1;
          height: 0; }
        html.js header .navBars {
          left: auto;
          right: -85%;
          width: 85%;
          height: auto; }
        html.rtl header .navBars {
          margin-right: 0; }
        html.js.rtl header .navBars {
          right: auto;
          left: -85%; }
      header a {
        padding-bottom: 0;
        color: #000; }
      header .bottomNavBars {
        display: none; }
      header .topNavBars {
        position: relative;
        z-index: 0;
        float: none;
        display: block;
        height: auto;
        line-height: inherit;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 0; }
        header .topNavBars .primaryNav {
          z-index: 1;
          position: relative;
          background-color: transparent;
          float: none;
          display: block;
          width: 100%;
          height: auto;
          line-height: inherit;
          margin-left: 0;
          margin-right: 0;
          padding-left: 15px;
          padding-right: 15px; }
          header .topNavBars .primaryNav li {
            float: none;
            display: block;
            margin-right: 0;
            padding-top: 0; }
            html.rtl header .topNavBars .primaryNav li {
              float: none;
              margin-left: 0; }
            header .topNavBars .primaryNav li.home a {
              display: block;
              width: 100%;
              height: 50px;
              line-height: 47px;
              text-indent: -9999em;
              text-align: left;
              background: transparent url(/assets/img/icn_home.svg) left center no-repeat; }
              html.rtl header .topNavBars .primaryNav li.home a {
                text-align: right;
                background-position: right center; }
              header .topNavBars .primaryNav li.home a:hover {
                border-bottom-color: #bab0a5; }
            header .topNavBars .primaryNav li ul {
              border-bottom-width: 1px;
              border-bottom-color: #e5e5e5;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              padding: 12px 18px;
              row-gap: 8px; }
              header .topNavBars .primaryNav li ul li a {
                border-bottom: 0;
                font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 14px;
                height: auto;
                line-height: 24px; }
          header .topNavBars .primaryNav a {
            display: block;
            height: 45px;
            line-height: 45px;
            border-bottom-width: 1px;
            border-bottom-color: #e5e5e5;
            font-size: 16px; }
      header .utilityNavA {
        z-index: 0;
        position: relative;
        margin-top: -1px;
        border-top: 1px solid #e5e5e5;
        background: #f7f7f7;
        float: none;
        display: block;
        width: 100%;
        height: auto;
        line-height: inherit;
        margin-left: 0;
        margin-right: 0;
        padding-top: 7.5px;
        padding-left: 15px;
        padding-right: 15px; }
        header .utilityNavA li {
          float: none;
          display: block;
          margin-right: 0;
          padding-top: 0;
          line-height: 30px; }
          html.rtl header .utilityNavA li {
            float: none; }
        header .utilityNavA a {
          display: block;
          width: 100%;
          height: 30px;
          line-height: 30px;
          font-size: 14px; }
          header .utilityNavA a.active, header .utilityNavA a:hover {
            border-bottom-width: 1px; }
      header .utilityNavB {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        line-height: inherit;
        background: #f7f7f7;
        border-bottom: 1px solid #e5e5e5;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        margin-left: 0;
        margin-right: 0; }
        header .utilityNavB ul {
          padding-top: 0;
          text-align: left; }
        header .utilityNavB li {
          float: none;
          display: block;
          margin-right: 15px;
          margin-left: 0; }
          html.rtl header .utilityNavB li {
            float: none;
            display: block;
            margin-left: 15px;
            margin-right: 0;
            text-align: right; }
          header .utilityNavB li.languageSwitcher .divider,
          header .utilityNavB li.languageSwitcher a.active {
            display: none; }
        header .utilityNavB a {
          display: block;
          height: 30px;
          line-height: 30px;
          font-size: 14px; }
          header .utilityNavB a:hover {
            border-bottom-width: 1px; }
      header .icnMenuClose {
        z-index: 2;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 48px;
        width: 50px;
        background: transparent url(/assets/img/icn_close.svg) 15px 15px no-repeat;
        text-align: left;
        text-indent: -9999em; }
        html.rtl header .icnMenuClose {
          left: 0;
          right: auto;
          text-align: right; }
        header .icnMenuClose img {
          display: block;
          width: 100%;
          height: auto !important; }
      header .icnMenu {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 48px;
        width: 50px;
        background: transparent url(/assets/img/icn_hamburger.svg) 15px 15px no-repeat;
        text-align: left;
        text-indent: -9999em; }
        html.rtl header .icnMenu {
          right: auto;
          left: 0;
          text-align: right; }
        header .icnMenu img {
          display: block;
          width: 100%;
          height: auto !important; } }
  @media (max-width: 767px) {
    header .topNavBars .primaryNav {
      padding-left: 15px;
      padding-right: 15px; }
    header .utilityNavA {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 7.5px; }
    header .utilityNavB {
      padding-left: 15px;
      padding-right: 15px; }
    header .logo {
      left: 15px; }
      html.rtl header .logo {
        right: 13px; }
    header .icnMenu,
    header .icnMenuClose {
      height: 48px;
      width: 50px;
      background-position: 15px 15px; }
      html.rtl header .icnMenu, html.rtl
      header .icnMenuClose {
        left: 0;
        right: auto; } }
  @media (min-width: 1280px) {
    header .logo {
      width: 390px;
      padding: 0 45px;
      margin-top: 30px; }
      header .logo a {
        display: block;
        width: 300px;
        height: 101px;
        background: transparent url(/assets/img/logo_tashkeel_lg_v2024.png?v=2) 0 0 no-repeat; }
      header .logo img {
        display: none; }
    header .icnMenu {
      right: 30px; }
      header .icnMenu html.rtl {
        right: 0;
        left: 30px; }
    header .navBars {
      margin-left: 390px;
      padding-left: 15px;
      padding-right: 15px; }
      html.rtl header .navBars {
        margin-left: 0;
        margin-right: 390px; }
    header .utilityNavA a {
      font-size: 16px; }
    header .utilityNavA li {
      margin-right: 19.5px;
      padding-top: 24px;
      line-height: 50px; }
    header .utilityNavB a {
      font-size: 14px; }
    header .utilityNavB li {
      padding-top: 24px;
      line-height: 50px; }
    header .bottomNavBars {
      margin-left: -15px;
      margin-right: -15px;
      *zoom: 1; }
      header .bottomNavBars:before, header .bottomNavBars:after {
        content: " ";
        display: table;
        line-height: 0; }
      header .bottomNavBars:after {
        clear: both; }
    header .primaryNav li {
      margin-right: 23px;
      padding-top: 2px;
      line-height: 78px; }
      header .primaryNav li.submenu__trigger:after {
        margin-top: -2px; }
      header .primaryNav li.submenu__trigger ul {
        top: calc(100% - 12px);
        width: 130px; }
    header .primaryNav a {
      font-size: 18px; }
    header nav {
      padding-left: 15px;
      padding-right: 15px; } }

.heartbeat {
  position: relative;
  overflow: hidden; }
  .heartbeat:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 50%;
    background-color: #e5e5e5; }
  .heartbeat:before {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 25%;
    background-color: #e5e5e5; }
    html.rtl .heartbeat:before {
      left: 75%; }

.heartbeat__row {
  width: 50%;
  float: left; }
  html.rtl .heartbeat__row {
    float: right; }

.heartbeat__content {
  padding: 30px 15px; }

.heartbeat__hours {
  float: left;
  width: 50%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .heartbeat__hours {
    float: right; }
  @media (max-width: 767px) {
    .heartbeat__hours {
      float: none;
      width: 100%; }
      html.rtl .heartbeat__hours {
        float: none; } }

.heartbeat__hours__today-readable {
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.heartbeat__hours__open-days strong,
.heartbeat__hours__closed-days strong {
  display: inline-block;
  width: 5em; }

.heartbeat__calendar {
  float: left;
  width: 50%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .heartbeat__calendar {
    float: right; }
  @media (max-width: 767px) {
    .heartbeat__calendar {
      float: none;
      width: 100%; }
      html.rtl .heartbeat__calendar {
        float: none; } }
  .heartbeat__calendar .cta {
    margin-top: 30px; }
  .heartbeat__calendar .calendar__header th {
    padding-bottom: 24px; }
  .heartbeat__calendar .calendar__heading {
    display: block;
    text-align: center; }

.heartbeat__updates .heartbeat__content {
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }
  .heartbeat__updates .heartbeat__content:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 75%;
    background-color: #e5e5e5; }
    @media (max-width: 767px) {
      .heartbeat__updates .heartbeat__content:after {
        display: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .heartbeat__updates .heartbeat__content {
      position: relative; }
      .heartbeat__updates .heartbeat__content:after {
        left: 50%;
        top: 0; } }

.heartbeat__newsletter {
  float: left;
  width: 50%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .heartbeat__newsletter {
    float: right; }
  @media (max-width: 767px) {
    .heartbeat__newsletter {
      float: none;
      width: 100%; }
      html.rtl .heartbeat__newsletter {
        float: none; } }
  .heartbeat__newsletter form {
    padding-right: 10%; }
    html.rtl .heartbeat__newsletter form {
      padding-right: 0;
      padding-left: 10%; }
  .heartbeat__newsletter label {
    display: none; }
  .heartbeat__newsletter input[type=text],
  .heartbeat__newsletter input[type=email] {
    width: 100%;
    padding: .3em .6em;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7; }
    .heartbeat__newsletter input[type=text]:-moz-placeholder,
    .heartbeat__newsletter input[type=email]:-moz-placeholder {
      color: #7d7672; }
    .heartbeat__newsletter input[type=text]::-moz-placeholder,
    .heartbeat__newsletter input[type=email]::-moz-placeholder {
      color: #7d7672; }
    .heartbeat__newsletter input[type=text]:-ms-input-placeholder,
    .heartbeat__newsletter input[type=email]:-ms-input-placeholder {
      color: #7d7672; }
    .heartbeat__newsletter input[type=text]::-webkit-input-placeholder,
    .heartbeat__newsletter input[type=email]::-webkit-input-placeholder {
      color: #7d7672; }
    .heartbeat__newsletter input[type=text]:focus,
    .heartbeat__newsletter input[type=email]:focus {
      border-color: #7d7672; }
  .heartbeat__newsletter .input-container {
    margin-top: 15px;
    margin-bottom: 15px; }
  .heartbeat__newsletter .heartbeat__newsletter__incentive {
    margin-top: 15px;
    padding-right: 10%;
    font-family: "FrescoPro-Normal", "Times New Roman", Times, serif; }
    html.ar .heartbeat__newsletter .heartbeat__newsletter__incentive {
      padding-right: 0;
      padding-left: 10%;
      font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

.hearbeat__newsletter__heading {
  font-size: 16px; }

.heartbeat__social {
  float: left;
  width: 50%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .heartbeat__social {
    float: right; }
  @media (max-width: 767px) {
    .heartbeat__social {
      float: none;
      width: 100%; }
      html.rtl .heartbeat__social {
        float: none; } }
  .heartbeat__social ul {
    padding: 0;
    list-style: none; }
  .heartbeat__social li {
    margin: 0 0 15px 0; }
  .heartbeat__social a {
    display: block;
    position: relative;
    line-height: 35px;
    padding-left: 50px;
    vertical-align: middle;
    text-decoration: none; }
    html.rtl .heartbeat__social a {
      padding-left: 0;
      padding-right: 50px; }
    .heartbeat__social a svg,
    .heartbeat__social a img {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      opacity: .3;
      -webkit-transition: opacity 300ms linear;
      transition: opacity 300ms linear; }
      html.rtl .heartbeat__social a svg, html.rtl
      .heartbeat__social a img {
        left: auto;
        right: 0; }
    .heartbeat__social a:hover svg,
    .heartbeat__social a:hover img {
      opacity: 1; }

.hearbeat__social__heading {
  font-size: 16px; }

.heartbeat__newsletter__content,
.heartbeat__social__content {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767px) {
  .heartbeat:after, .heartbeat:before {
    display: none; }
  .heartbeat__row {
    width: 100%; }
  .heartbeat__newsletter form {
    padding-right: 0; }
    html.rtl .heartbeat__newsletter form {
      padding-left: 0; }
  .heartbeat__social {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 959px) {
  .heartbeat:after, .heartbeat:before {
    display: none; }
  .heartbeat__row {
    width: 100%; }
  .heartbeat__row--1 {
    position: relative; }
    .heartbeat__row--1:after {
      content: " ";
      display: block;
      width: 1px;
      position: absolute;
      top: 4px;
      bottom: 0;
      left: 50%;
      background-color: #e5e5e5; } }

@media (min-width: 1224px) {
  .heartbeat__hours {
    font-size: 16px; }
  .heartbeat__newsletter {
    font-size: 14px; }
    .heartbeat__newsletter input[type=text]:-moz-placeholder,
    .heartbeat__newsletter input[type=email]:-moz-placeholder {
      font-size: 14px; }
    .heartbeat__newsletter input[type=text]::-moz-placeholder,
    .heartbeat__newsletter input[type=email]::-moz-placeholder {
      font-size: 14px; }
    .heartbeat__newsletter input[type=text]:-ms-input-placeholder,
    .heartbeat__newsletter input[type=email]:-ms-input-placeholder {
      font-size: 14px; }
    .heartbeat__newsletter input[type=text]::-webkit-input-placeholder,
    .heartbeat__newsletter input[type=email]::-webkit-input-placeholder {
      font-size: 14px; } }

.banner {
  position: relative; }

.banner__img {
  position: relative;
  z-index: 0; }

.banner__text {
  position: absolute;
  z-index: 1;
  bottom: 45px;
  left: 45px;
  font-size: 122px;
  font-family: "FrutigerLTPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .85;
  color: #fff; }
  html.ar .banner__text {
    font-family: "FrutigerLTPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.rtl .banner__text {
    left: auto;
    right: 45px; }
  @media (min-width: 768px) and (max-width: 959px) {
    .banner__text {
      font-size: 80px; } }
  @media (max-width: 767px) {
    .banner__text {
      bottom: 15px;
      left: 15px;
      font-size: 50px; }
      html.rtl .banner__text {
        left: auto;
        right: 15px; } }

/*table*/
.calendar {
  border: 0;
  margin: 0;
  table-layout: fixed; }
  .calendar th,
  .calendar td {
    border-width: 0;
    text-align: center;
    font-size: 12px;
    background-color: transparent; }
    html.ar .calendar th, html.ar
    .calendar td {
      text-align: center; }
  .calendar th {
    width: auto;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 0 .5em 0; }
    .calendar th h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-family: "FrescoPro-Bold", "Times New Roman", Times, serif;
      font-size: 16px;
      display: inline-block;
      padding: 0 30px; }
    html.ar .calendar th {
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      html.ar .calendar th h2 {
        font-family: "FrescoArabic-Bold", "Times New Roman", Times, serif; }
  .calendar td {
    width: 14.28571%; }
  .calendar .calendar__arrow {
    display: block;
    width: 100%; }
    .calendar .calendar__arrow img {
      margin-left: auto;
      margin-right: auto; }
  .calendar td {
    padding: .5em 0;
    position: relative; }
    .calendar td.calendar__day__past {
      opacity: .8; }
    .calendar td.calendar__day__today {
      border: 1px solid #e5e5e5; }
    .calendar td.calendar__day__hasEvents:before {
      content: "";
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: black;
      position: absolute;
      top: 1.9em;
      left: 50%;
      margin-left: -2px; }
    .calendar td a {
      display: block;
      text-decoration: none; }

.loading {
  background: url(../img/loader.gif) no-repeat center center; }
  .loading thead {
    opacity: 0.3; }
  .loading tbody {
    visibility: hidden; }

.calendar__heading {
  text-align: left;
  font-size: 12px; }
  html.rtl .calendar__heading {
    text-align: right; }

.calendar__day__names {
  font-size: 11px; }

.calendar__events {
  display: none;
  list-style: none;
  text-align: left; }
  html.rtl .calendar__events {
    text-align: right; }
  .calendar__events .teasers {
    width: 400px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    max-height: 400px; }
  .calendar__events .teasers__row {
    overflow-y: auto; }
  .calendar__events .teasers:after,
  .calendar__events .teasers__row:before,
  .calendar__events .teasers__row:after {
    display: none !important; }
  .calendar__events .teasers__row__inner {
    margin-left: 0;
    margin-right: 0; }
  .calendar__events .teasers__block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    .calendar__events .teasers__block + .teasers__block {
      margin-top: 10px;
      border-top: 1px solid #e5e5e5;
      padding-top: 10px; }
  .calendar__events .figure {
    *zoom: 1; }
    .calendar__events .figure:before, .calendar__events .figure:after {
      content: " ";
      display: table;
      line-height: 0; }
    .calendar__events .figure:after {
      clear: both; }
  .calendar__events .figure__image {
    width: 30%;
    float: left; }
    html.rtl .calendar__events .figure__image {
      float: right; }
  html.rtl .calendar__events .figure__header, html.rtl
  .calendar__events .figure__excerpt {
    padding-left: 0; }
  .calendar__events .figure__figcaption {
    float: left;
    width: 70%;
    margin-top: 0;
    padding-left: 10px;
    font-size: 13px;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
    html.rtl .calendar__events .figure__figcaption {
      float: right;
      padding-left: 0;
      padding-right: 10px; }

.calendar__events__viewAll {
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
  line-height: 1; }

@media (min-width: 1224px) {
  /*table*/
  .calendar th,
  .calendar td {
    font-size: 14px; } }

/*
<a class="figure">
	<figure class="figure__figure">
		<img class="figure__image">
		<figcaption class="figure__figcaption">

			<div class="figure__header">
				<h3 class="figure__title" />
			</div>

			<div class="figure__excerpt">
				<p />
			</div>

			<div class="figure__footer">
				<!-- because we're inside <a> link already -->
				<span class="figure__cta" />
			</div>

		</figcaption>
	</figure>
</a>
*/
.figure {
  display: block;
  text-decoration: none; }

.figure__figure {
  display: block; }

.figure__image {
  width: 100%; }

.figure__figcaption {
  margin-top: 15px;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif; }
  html.ar .figure__figcaption {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

.figure__header {
  margin-bottom: .5em;
  padding-right: 15px; }
  html.rtl .figure__header {
    padding-right: 0;
    padding-left: 15px; }

.figure__title {
  font-size: 14px; }

.figure__excerpt {
  padding-right: 15px; }
  html.rtl .figure__excerpt {
    padding-right: 0;
    padding-left: 15px; }
  .figure__excerpt p {
    margin: 0; }

.figure__footer {
  margin-top: 15px; }

.figure__cta {
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/*
<a class="figure figure--artwork">
	<figure class="figure__figure">
		<img class="figure__image">
		<figcaption class="figure__figcaption">
			<div class="figure__header">
				<h4 class="figure--artwork__artist" />
				<h3 class="figure__title" />
			</div>

			<div class="figure__excerpt">
				<ul class="figure--artwork__list">
					<li class="figure__artwork__item" />
				</ul>
			</div>

			<div class="figure__footer">
				<span class="figure__cta" />
			</div>

		</figcaption>
	</figure>
</a>
*/
.figure--artwork .figure__figcaption {
  position: relative;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .figure--artwork .figure__figcaption {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.figure--artwork .figure__header {
  margin-bottom: 0; }

.figure--artwork .figure__title {
  margin: 0;
  font-style: italic;
  font-weight: 400;
  color: #fbb913;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .figure--artwork .figure__title {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.figure--artwork .figure__cta {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  margin-top: 0;
  padding-left: 20px;
  background: transparent url(/assets/img/icn_magnify.svg) left center no-repeat;
  background-size: contain;
  color: #7d7672;
  line-height: 1; }
  @media (max-width: 767px) {
    .figure--artwork .figure__cta {
      display: none; } }
  html.rtl .figure--artwork .figure__cta {
    left: 0;
    right: auto;
    padding-left: 0;
    padding-right: 20px;
    background-position: right center; }

.figure--artwork__artist {
  margin: 0;
  color: #000;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4; }
  html.ar .figure--artwork__artist {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.figure--artwork__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.figure--artwork__item {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
<a class="figure figure--exhibition">
	<figure class="figure__figure">
		<img class="figure__image">
		<figcaption class="figure__figcaption">

			<div class="figure__header">
				<h3 class="figure__title" />
				<h4 class="figure--exhibition__subtitle" />
				<h5 class="figure--exhibition__dates" />
			</div>

			<div class="figure__excerpt">
				<p />
			</div>

			<div class="figure__footer">
				<span class="figure__cta" />
			</div>
		</figcaption>
	</figure>
</a>
*/
@media (min-width: 1224px) {
  .figure--exhibition {
    font-size: 16px; } }

@media (max-width: 767px) {
  .figure--exhibition p {
    display: none; } }

.figure--exhibition .figure__title {
  margin-bottom: 30px;
  color: #fbb913;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .figure--exhibition .figure__title {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1224px) {
    .figure--exhibition .figure__title {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .figure--exhibition .figure__title {
      margin-bottom: .5em; } }

.figure--exhibition__subtitle {
  margin-bottom: 30px;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px; }
  html.ar .figure--exhibition__subtitle {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1224px) {
    .figure--exhibition__subtitle {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .figure--exhibition__subtitle {
      margin-bottom: .5em; } }

.figure__title + .figure--exhibition__subtitle {
  margin-top: -22.5px; }
  @media (max-width: 767px) {
    .figure__title + .figure--exhibition__subtitle {
      margin-top: 0; } }

.figure--exhibition__dates {
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif; }
  html.ar .figure--exhibition__dates {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

/*
<a class="figure figure--workshops">
	<figure class="figure__figure">
		<img class="figure__image">
		<figcaption class="figure__figcaption">

			<div class="figure__header">
				<h3 class="figure__title" />
			</div>

			<div class="figure__excerpt">
				<p />
			</div>

			<div class="figure__footer">

				<div class="figure--workshops__instructors" />

				<div class="figure--workshops__date" />

				<!-- because we're inside <a> link already -->
				<span class="figure__cta" />
			</div>

		</figcaption>
	</figure>
</a>
*/
.figure--workshops .figure__header {
  margin-top: 27px;
  margin-bottom: 12px; }

.figure--workshops .figure__footer {
  margin-top: 15px;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media (max-width: 767px) {
  .figure--workshops .figure__excerpt {
    display: none; }
  .figure--workshops .figure__footer {
    border-top: 0;
    padding-top: 0; } }

.figure--workshops__date {
  margin-bottom: 15px; }

/*
<a class="figure figure--news">
	<figure class="figure__figure">
		<figcaption class="figure__figcaption">

			<div class="figure__header">
				<h3 class="figure__title" />
			</div>

			<div class="figure__excerpt">
				<p />
			</div>

			<div class="figure__footer">
				<!-- because we're inside <a> link already -->
				<span class="figure__cta" />
			</div>

		</figcaption>
	</figure>
</a>
*/
.figure--news .figure__figcaption {
  margin-top: 0; }

.figure--news .figure__header {
  margin-bottom: 15px; }

.figure--news .figure__title {
  font-family: "FrescoPro-Normal-Italic", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 20px; }
  html.ar .figure--news .figure__title {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

/*
<div class="figure figure--project-instructors">
	<figure class="figure__figure">
		<img class="figure__image">
		<figcaption class="figure__figcaption rte" />
		</figcaption>
	</figure>
</div>
*/
.figure--project-instructors .figure__figure {
  *zoom: 1;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px; }
  .figure--project-instructors .figure__figure:before, .figure--project-instructors .figure__figure:after {
    content: " ";
    display: table;
    line-height: 0; }
  .figure--project-instructors .figure__figure:after {
    clear: both; }

.figure--project-instructors .figure__image {
  float: left;
  width: 50%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .figure--project-instructors .figure__image {
    float: right; }
  @media (max-width: 767px) {
    .figure--project-instructors .figure__image {
      float: none;
      width: 100%; }
      html.rtl .figure--project-instructors .figure__image {
        float: none; } }

.figure--project-instructors .figure__figcaption {
  float: left;
  width: 50%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 0;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.rtl .figure--project-instructors .figure__figcaption {
    float: right; }
  @media (max-width: 767px) {
    .figure--project-instructors .figure__figcaption {
      float: none;
      width: 100%; }
      html.rtl .figure--project-instructors .figure__figcaption {
        float: none; } }
  html.rtl .figure--project-instructors .figure__figcaption {
    padding-left: 0;
    padding-right: 15px; }
  @media (max-width: 767px) {
    .figure--project-instructors .figure__figcaption {
      margin-top: 15px;
      padding-left: 0; }
      html.rtl .figure--project-instructors .figure__figcaption {
        padding-right: 0; } }
  .figure--project-instructors .figure__figcaption.figure__figcaption--fullWidth {
    float: left;
    width: 83.33333%;
    min-height: 1px;
    height: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .figure--project-instructors .figure__figcaption.figure__figcaption--fullWidth {
      float: right; }
    @media (max-width: 767px) {
      .figure--project-instructors .figure__figcaption.figure__figcaption--fullWidth {
        float: none;
        width: 100%; }
        html.rtl .figure--project-instructors .figure__figcaption.figure__figcaption--fullWidth {
          float: none; } }

.figure--project-instructors a {
  color: #00cc99;
  text-decoration: none; }

/*
<div class="figure figure--project-participants">
	<figure class="figure__figure">
		<img class="figure__image">
		<figcaption class="figure__figcaption rte" />
			<div class="figure__header">
				<h3 class="figure__title" />
			</div>

			<div class="figure__excerpt">
				<p />
			</div>

			<div class="figure__footer">
				<!-- because we're inside <a> link already -->
				<span class="figure__cta" />
			</div>
		</figcaption>
	</figure>
</div>
*/
.figure--project-participants {
  padding: 15px; }
  .figure--project-participants .figure__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .figure--project-participants .figure__figcaption {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
<div class="figure figure--park-instructors">
	<figure class="figure__figure">
		<img class="figure__image">
		<figcaption class="figure__figcaption rte" />
		</figcaption>
	</figure>
</div>
*/
.figure--park-instructors {
  border-top: 1px solid #e5e5e5; }
  .figure--park-instructors .figure__figure {
    *zoom: 1;
    padding: 15px 15px 30px 15px; }
    .figure--park-instructors .figure__figure:before, .figure--park-instructors .figure__figure:after {
      content: " ";
      display: table;
      line-height: 0; }
    .figure--park-instructors .figure__figure:after {
      clear: both; }
  .figure--park-instructors .figure__image {
    float: left;
    width: 50%;
    min-height: 1px;
    height: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .figure--park-instructors .figure__image {
      float: right; }
    @media (max-width: 767px) {
      .figure--park-instructors .figure__image {
        float: none;
        width: 100%; }
        html.rtl .figure--park-instructors .figure__image {
          float: none; } }
  .figure--park-instructors .figure__figcaption {
    float: left;
    width: 50%;
    min-height: 1px;
    height: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: 0;
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    html.rtl .figure--park-instructors .figure__figcaption {
      float: right; }
    @media (max-width: 767px) {
      .figure--park-instructors .figure__figcaption {
        float: none;
        width: 100%; }
        html.rtl .figure--park-instructors .figure__figcaption {
          float: none; } }
    html.rtl .figure--park-instructors .figure__figcaption {
      padding-left: 0;
      padding-right: 15px; }
    @media (max-width: 767px) {
      .figure--park-instructors .figure__figcaption {
        margin-top: 15px;
        padding-left: 0; }
        html.rtl .figure--park-instructors .figure__figcaption {
          padding-right: 0; } }
    .figure--park-instructors .figure__figcaption strong {
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .figure--park-instructors a {
    color: #3399FF;
    text-decoration: none; }

.fb .fb-row {
  overflow: hidden;
  padding-bottom: 2px; }
  .fb .fb-row:last-child .fb-block:before {
    display: none; }

.fb-block {
  position: relative;
  float: left;
  text-decoration: none; }
  .fb-block:before {
    z-index: 1000;
    content: " ";
    display: block;
    background: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0; }
  .fb-block.black {
    background-color: #000; }
    .fb-block.black .fb-block-button,
    .fb-block.black .fb-block-title,
    .fb-block.black .fb-block-subtitle,
    .fb-block.black .fb-block-rte {
      -webkit-font-smoothing: auto;
      color: #000; }
    .fb-block.black .fb-block-image {
      background-image: url("data:image/gif;base64,R0lGODlhKgAqAPUsAKGhoUlJSWpqaioqKjk5OaWlpSMjI0JCQk5OTtbW1ra2tru7uxYWFlZWVh4eHjs7O15eXgMDAyEhIQoKCoWFhQ4ODs7Ozj8/PxoaGjc3N1JSUgYGBp6enlpaWnFxccLCwgEBAXV1dcnJyTU1NZqamufn52JiYq2trS8vL5WVlS0tLYGBgZKSkn5+fj09PWZmZhISEjIyMqmpqSYmJkVFRdra2o2NjXp6erOzs76+vuPj44mJiW1tbfHx8cfHx////yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUAc/eHBhY2tlACH5BAQFAP8ALAAAAAAqACoAQAb/QJBwSCwaj8ikUULBFCNK0OZF2kSf16x2y+3CnFuYpKs0OIyTEVmLMBU3BXBXvlZuDCFofbuZ+P0bekIbKggZFXtEDDEjGIJIGARWRSoMRBsPj0ISKokgESyWRR0vniACAWgkE0QHLUYMJ6ldEQgzWxEBKFobKC8vKppkETMsIh4wpp4RG80Rz8qfzM2B0XUqrNZFiFERI2NdEw/cnhMERjNn2kOTRRPt2hEeD08rLqbJ6BSPDgXCMwa4wGixi4g8cEICIHjDIsSwDDeyaXGhQNQaYXU0wfAA4Za1DTNsWPAg0eAMCANMBXhBbp3LdQJiyvzYo6ZNjC9z1tkwgE4dOQYo8hmJgELDiJbKYKDIUFJnF0xCs2xotGZGQSIY6FRIWYRBBnhX/Bx50PToEbBrGHDFutYlTi5BAAAh+QQFBQAAACwBAAIAKAAnAAAG5ECAcEgsUmBFQAOSbDqdIEEmeSM8r9hAJ0liYL9Nww1ExJCcEjAAcmjaiq5QElZogyuhQfLlINICSRQ8akION16EABEmLIlCMR6OBDKOQzQGiTQqlZxXZJ2OEoNDJg1poE4UOQIbRAMQHTOoRDs5LxVOBg2yswcms8DBwsPExZWtRB3Ky8MROs/QihERxopC1NXZ2tuoG8hXBoioDTkIE04zByrnsxsNIhYm7EIzmvPBETQKNZj02hExsHEjJI6bFUdTHIGI0afSwUR6ijT88hBMwi8uslV8NLCjxycZQIgcSbJkEAAh+QQFBQAAACwBAAIAKAAmAAAG2UCAcEgs3opCRAPJbDohMSRv5KxaLxqkDWa1VpgSjxaENDi6wsYDuVkVCTwm6YIWvmZICIZ4OSBbL3VDAoJEHRSFACAqgYUjHFyJAC4ShRcDkpmCDJpoDo0AFQ0BZ51MBi04oEIzGggGZKYABis4Jk4OAZWyFx0TVrGywsPExcbHTgjKy8YJzs/BitHI1NXW19gOkaYaOAFOEg94wxo5Hx1F4ePGBycWuwDw1CjUG9hDART29zAJEPvYUJRYcw+ABh2lunCqQ7DICgURTDUcQgVJhIQFkS2sEwQAIfkEBQUAAAAsAQABACkAJwAABspAgHBILEaKyKRySQTxKsgAgkllNlRIU6zKRRICRkp3PHS8ioxV0kEOjJKhYsyUtBHIHUkR1CgSXEghEGQAGBAwe1UaLYRCAx0bZDEsjUIgGWxjBDOVlp1ViJ9MR4NEAQcYokgREiEFpUMRDjQ0maqtBR1MGAe2nwR9qsLDxMXGx8cHysvGIs7PIMhD0dLV1tfSR9hECDI0TA4EA8QIOAvBRAZ3yBcFH76+yOPb2DSM9EIWuvgDNRn4ABAkIJNK1I0TwtYBXJik4JggACH5BAUFACwALAEAAQAoACkAAAbnQJZwSCwahZujcnk0HS8BpnQZGBg7qqm2ODoUN6HtcnLEdIzh8vaQNQqSQ9W5WFmNthOEwxhgEEcZbg1iLAwaFYRCAR6JLAYIiSoUjUIoGGIgIwaUnFqInVJmQxMXI36gRg4CJINEGA8Pl6gsDh4kGksMGaegI5CzwMHCw8TFUnBJF8rLwwvOz0QgxhERxtbX2NlEvJ0BHAdwRw/CAQUnv0TjxQ8kCtpC0u/XB2nvHw3VxeFDFneoskNGFNjHIoAIgMEYlCBTxAMAVOqGRBBBQA2xFIzeQSiQL5uEBASvbQBBsqTJk0EAACH5BAUFAAUALAMAAQAmACkAAAbjwIJwSCwaC5GjcklsHAkXpvR4MBRBmtl0O1QRihFBhctlIIowwRHDmBK0xk5xcDaGYtsDxniAEVF4RSZ1UzABZEQ0L0lcDgeIBQM3Y4gzbWQxEpCbnJ1LGiAFGSh+nkomNoQFIzGXpqEvqRNXBYGmtQEbt7u8vb6/wEsbusFDJ8fIxcrLzM3OnAcpLkeacLsHHACHzRk2J3uay9bPvS4ezhUKqpwRjEszH7acHi9EMRxGNAumOE5DMDWO8EjRKUIJK0RyjDASqpMBHbOI2FDjq8MJYkM64PNl44YRAz5+baDkKQgAIfkEBQUAHwAsBAACACUAJwAABtbAj3BIFAYmxU8sk2w6kwRHMmB4Wp2zWBJyfW6aMFqxwk0yuihJE1GUBJITweC6ycCgxYEq2RB3Kw9IXUUXZYMMTINDMwKKQxJ3jipSjpWWl4dvmIMYHSuaDFqbSRgQK35EMCijRCoHgqyxsrO0tbZJEbdOALy9ur/AwcKXuU+RrBc2BE5zshEXLCk0X8ExFBzDH1XZtQSNwzKatcVDBgqrmwImRCgp5EIXJ2dW80kyGkUWTS82mzVqRBSIKlLPUgJqQyi8qNWgQBINKWpR8JBEwoJ3VoIAACH5BAUFAAEALAMAAQAnACkAAAbqwIBwSByCisikcjl0JVUoplSJwiAvjqmW6BggNZOtOED4KmHbbDFyKDqcSMhsW0aiKkTDnBhBXMZ1YwEZGoIBI4ISEGGGgjNWjZGSkwEwbZRSDBohl0OImEIMDSF/oEszDxumq6ytrq+tR68stLWwAbJCube8vb6/SwQtn0gOBHuYBBQ2pUISgawoNywMQmqwEq4RjRcN21sjJt9iDjWdWxyCEx8hqmMSMl5aESwyjEMvHUQqNkguBVsgWKhWBAACIhU+JIFAQcsAFUksXBMiIworCSKQ3IDQSgOJcUIQ9GPVQkCSE67uSQoCACH5BAUFAAAALAIAAgAnACcAAAblQIBwSCRmNkXAbJBsOp0DRnKEeVqvsyTtym1WRsXJNgmrdAGS5iNCxICTmvRZWmQSHXLi4X1+nIkgMQF/QlWEAA4Nh4tCEnSMkJGSAH6TXAECa0OGlkMBLwRISQwxnQB8pqmqq6ytpmyuFLKzrrW2t7irMDcIliMhpaMrOhwDsJIjNy2VABMUJSQDop0gAx4UQhstBtOrDiC5XA8ahDEdjBYXhyzqhDgexwAg4FYOHIQ7HN0AEIpDA9iKEEhxpsGHJikGEVHQpMGNLkuaHCxSzFuOJCHOqQrAIkmAgKlCvEjioMCfIAAh+QQFBQAAACwAAAEAKQAoAAAG8ECAcEgsGocR0HHJbBYdEqd0OlQxqFgmiLDJZmNGwrGSVVEZ5uIm4PDCpBhMOJ0VewED1x3AyHgZAXuCDm+ChoeIIBUjiFMgMAcQYEUMk40AkB2WR4WNEnSXoaKjpKVIG6gbERGirEQRP7GyXZcgITchtyERGxO+E6ijSgDDpsbHyMlFHoGIMQKgRTA3NSkzlzEeIX5FLTUspTMvN50AIVHGcspeBAhlDYIYHw9ZExT0XhsnL3ss11kUUhjpoIHIjBtGYtgo5wTBAoYAbBwoUuCIBg/FBClQNwQcp0Y4jPAoaGqHkQMhTPGAYAQDCSxBAAAh+QQFBQAAACwBAAIAKAAnAAAGvkCAcEgsGoeGo3LJbDqf0KhzFJ1AUUoXlICJZqTF2AxMFhpiIHAXDHNtymRMBU6v2wGqu7OSQeSJGFR6ABUECAODTBhjiY2Oj5CRjT2UlY0CmJmSQyBpm5+goU2eTQJ6KiaMRx4WNoMqLwIxRSEWO6qDBhA8QxEeDqLBSyMBUgPFZQpfUjfLUhwmcRQSUSA3rkUayGYeRigtUidHFFpEJG9FAS9QBrhDMka3jxgFRi/biQfgRS7dji8djmB7EgQAIfkEBQUABQAsAQAGACgAJAAABtjAgnBILBqPwwwDeSQwnwWQygCtWguSa5Ex0g6d3jBxKS5fN6OIuTqZDWe1RUC9PqIO7uEEYhF1NnVDMQdURxMIORqBBQyFTxuAi5KTlJV1dHSVEZtqOp6fmYsQo6SWpqeoqapeFS8HizMNBqFEAjkUBiCwHRADRR4fLY6TEhomFUMCqmSrWoNeMzRlDCddXh4xYikdYgw3DtcURgjSQxIvRgMhyFYBAEc3YEITNkcHEFcSw0MczFHCR9itIWGkQ7lKLkIYIfBCVyUIirasaDYkAoiLGDNqDAIAIfkEBQUAAAAsAQACACgAKAAABtlAgHBILBqHkqNyySQOmtCoNCqJTK/GyKIlfWKLDh3iO5xdXSUV+buBJGBr7IZCi8vtyxi+mRxaTnV7RBMzBBIgRB0fORqCEwMEDkobAThjeDAOVoKcnZ6foKEAiEQgCaeongirrEQborCxsrNfpEwQF3sSAX1HJjgtvXEgEggaZkQCOCHCgg4BDUQmsXC0Uiq5UxLZXxx6VyYDtlI20V8CGFcCN0YB3AAOEEYzL1MHKRVGHiNFK0cP5qA4aDaKhT6CexjYMKLhHScCAoyMkPepQ4AjIUBtshMEACH5BAUFAAAALAAAAwApACcAAAbYQIBwSCwah6qjcsk0PppQgEMZi1qJp9vxWUxel4mv+JipDcbTMaBjGWfUwtYBTq8rIyj7V/IpzPVFAw9pRA0KOAiAQlxLNAUBilYRkZSVlpdiIJGaRCAin6CUB6OkmKanqKmqRR0Eeg4HGEsVEAUhhHUONAESk0QmMh4OvooMFwETRBAYxKt6nGqCXw4Z0F8wLF5WGx0zai2JTdYAMBAMYiYeRgeuQxgN4xIQXxc2Ry9VRCFkkFYYuEMowCjyAmCkFkYCvLEUw4QRFBouIaBhBIaAcYo22AkCACH5BAUFAAAALAEAAQAoACgAAAbeQIBwSCxOisikcjncJCRJA3OqjMg61Gw2xNJ6ly5R5JsteJCVEoxMxYgCxY0slpV6RxbkhgolRxofbARsQiEuhIiJTCogil8KJIeOSn1DCDIycJNZFxwHm6ChoqOkoxFjpUQLq6yiF6+wAHt7qbW2t7ilGiOTGBkMSw0kAqAYBA8ORBsdJC+kMCMXRA22FbleMyONWhh0hBQDZAh2XyGaXxUaZB3ORQ+8ROdDDghHWQQtSRAqRe1FKtK4JQmBpAOGJPYQwSBY5IA3USqwFBkgD1SAgEQqQADBsaPHj0EAACH5BAUFAAAALAEAAQAmACgAAAbsQIBwSCxuisLKBMlsMkUOZGvnrDo5DSNOY+0WeVTiRBf1IjEgJCFXHOgiZiRJwKxViJ1TnJmjITkqRC90SDNmMR+GVRFwRGVxGgp3e5QAER4ElZqbTgOccQ4nLJmfTQSPARwcfqVDpEguLBettLW2t7i5uie8vbpDR7/Cw8TFnBMBMa0MMTBpRQg2Jhi0zCMMQxo2ENS4KKQI2MbjSAbKcQyeexU3inEHj14CB5o0MGYaEEgjgUMM9EUwsLISI8SSIhrcAdjQgcmMDF3EIREwaUg4XC8auepXawCCZ0NmAKx1ASISDSBSqlypMggAIfkEBQUAAgAsAQABACYAKQAABt9AgXBILBqHm6NyOYzkjqEVc3pMIYyFK3UrfEmJmxp3PMIVZ4mxkWU6WoqNgrrIOF2KkVTR9JoXUQoGeFQScwEyfn4bLyOJjo9GM5BcGBwUGZNKD4UCGzQpLBcRmUIPShk7pqRMo6uur7CxslMAtbazRq24u7y9vlQ0KrgTASsdDLMIKw3IuAEwv9FFEgNqMJxqPNhcI81cEA8gcxMPFVwBDbpCKtVDMARGDARJUyp9RgHbAgjqQhLCU2B4IwLBCA1oRuj5qdDBSAxJrmbQMCIBnisCMYwQ8wWio8ePH4MAACH5BAUFAAAALAAAAgAnACgAAAbVQIBwSCwCcBij52ZsOp22QDHCkT6vTxOzaMF6m7FC0SACD74UiHHyKWpIRkai8QUUHkbbeQgxFScnNhF1KjISdUMbLQsbiAA0HI4AATUOkhEmMYgRHXiSAIOfWAaioiwtmqVYlkMXOxSeqnUxLRmyt7i5uru8XiBEv71DLMTFwkLBx8rLzM3MF3vLByEazDQhCM0gB87dXg4z3SasiLaOEQ0jzgdWRAOkQxUosgNqRhfkQtxG+VgwTRomFCFQQVi2IgP64XLgwgiGebxiRCMSS1cyUUEAACH5BAUFAAAALAEAAgAnACgAAAbqQIBwSCzKikJBCMlsNik0ZMpJrXaWxQ+mSmUwVZyiJPflClsNpqIYYDF9GjOAlEFSDMRGB1lYyQEDHA5VICBFISd/QgduijQWW4oAHSqKGnWSmVQRQxKaZhszFJwMFCEqhp9IG2A6KxNDDy0tmKoAESoFOjcwTCghMbZCCCEVwsfIycrLzJIUz9DNQ5zT0tbX2NnMGxkz2Q8CAb3WLgI048y1D8ba7VQYntkTDZHYAZXZGQdIEoNEA0xqVZmBYAOSDPWEPGASjws7JFGKjGg2YV8Rb8wwTCzCAOCyARiLCEwWoZDJkyhTFgoCADs="); }
      .fb-block.black .fb-block-image:after {
        display: none; }
  .fb-block:after {
    z-index: 1000;
    content: " ";
    display: block;
    background: #fff;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
  .fb-block:last-child::after {
    display: none; }
  .fb-block.fullWidthHalfHeight {
    width: 100%; }
  .fb-block.fullWidth {
    width: 100%; }
    .fb-block.fullWidth .fb-block-text {
      width: 50%;
      padding-right: 0; }
      html.rtl .fb-block.fullWidth .fb-block-text {
        padding-right: 49px;
        padding-left: 0; }
    .fb-block.fullWidth .fb-block-title {
      font-size: 42px; }
    .fb-block.fullWidth .fb-block-subtitle {
      margin-top: 5px;
      font-size: 26px; }
  .fb-block.halfWidth {
    width: 50%; }
    .fb-block.halfWidth .fb-block-title {
      font-size: 30px; }
    .fb-block.halfWidth .fb-block-subtitle {
      margin-top: 5px;
      font-size: 16px; }
  .fb-block.oneThirdWidth {
    width: 33.33333333333%; }
    .fb-block.oneThirdWidth .fb-block-text {
      width: 100%; }
    .fb-block.oneThirdWidth .fb-block-title {
      font-size: 30px; }
    .fb-block.oneThirdWidth .fb-block-subtitle {
      margin-top: 5px;
      font-size: 16px; }
  .fb-block.twoThirdsWidth {
    width: 66.66666666667%; }
    .fb-block.twoThirdsWidth .fb-block-title {
      font-size: 42px; }
    .fb-block.twoThirdsWidth .fb-block-subtitle {
      margin-top: 5px;
      font-size: 26px; }
  .fb-block.fullWidthHalfHeight .fb-block-title {
    font-size: 42px; }
  .fb-block.fullWidthHalfHeight .fb-block-subtitle {
    margin-top: 5px;
    font-size: 26px; }
  html.rtl .fb-block {
    float: right; }

.fb-block-label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 254px;
  height: 229px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 100px;
  background: transparent url(/assets/img/fb_block_label_bg.png) right top no-repeat; }

.fb-block-label__inner__text {
  position: relative;
  padding-left: 34px;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  -webkit-font-smoothing: antialiased; }
  .fb-block-label__inner__text:before {
    content: " ";
    display: block;
    width: 19px;
    height: 100%;
    background: transparent url(/assets/img/square-white.png) 0 1px no-repeat;
    position: absolute;
    top: 0;
    left: 5px; }
  html.ar .fb-block-label__inner__text {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif;
    text-align: left;
    direction: rtl; }

.fb-block-image {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/gif;base64,R0lGODlhKgAqAPY1AJaWlsLCwjIyMvr6+nZ2dlpaWqamprCwsNzc3IiIiFJSUoSEhGRkZM7OzmBgYJ6enubm5vb29sjIyNLS0r6+vvj4+Pz8/MbGxnJyct7e3v7+/nR0dMrKytbW1uDg4KKiou7u7ra2tvDw8OTk5FZWVtjY2MzMzPLy8o6OjtDQ0LS0tPT09JSUlNTU1Hp6eri4uJqamrKysoCAgKysrJCQkA4ODkhISHx8fNra2oaGhpiYmOzs7JKSkqqqqkxMTOLi4iYmJujo6Hh4eOrq6jQ0NIqKiq6ursTExERERDw8PIKCgmxsbKioqCwsLMDAwFhYWLq6ulBQUKSkpF5eXj4+Pry8vKCgoDAwMFxcXDY2NpycnCQkJG5ubn5+fkpKSkBAQBwcHHBwcCoqKoyMjGpqakZGRlRUVGZmZkJCQmJiYigoKBoaGjg4OBgYGGhoaB4eHk5OThYWFiAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBQD/ACwAAAAAKgAqAAAH/4AagoOEhYaHiImKgwOHK42LkYcWXEOGUjCSmoQWKEeFFl0Bm6QaMVqFA08QpYc7hyUuFoQ/T7OFJQikACGGEQwrhBQyhkNRvZsgMimgKBmEKgeFFVxFrRkurJyLAzoMkKQWEgvBmwFeQa2CFjElmxYhzOrr84a3hCP13AhF9xo7NKzg0GdoQAkMAlBESJVCh44J/tRZKMGFCA0QiSZa6UBQwwsdJyRF7EiypMmTKFNWiBBhxYoIFWaxmEnT5IAaOHPOsjCgp4WfJX/29JmyqNGjSDcNaJGP4JAUrxJVmHBAQsiOQ0xwgBDRQgojHESgBJFCwkJCE8oVvZpUHQhtmk5APJtX4UhUTQO2SuQwl9SKI2JLlZCHD66GEy2KSahACsIFcIMmWGJ0ZGSGCX7VEjpydlDYQ4wJRrhgqMQPo0MSF4KgOiUCD744HB3ZKhAAIfkEBQUAAgAsAQACACgAJwAAB/+AAoKDhIUuO4UCPR+JjY6OGgASiTkXj5eYLwaJDEOYmCCNCAsahCMMjhmfglZVjWGFAUWJOwWuqyJFLYk6HoRQIYlCPKuDHjlBxYMWD1zKgyYoEc8XJJ7PglAIz1AT2N+fpYMQ4MUZxIIgDz2q5Y8uXywVhC0fUiXuhQRfOiKOCD1w5BNU5cHAgwgTKlzIENuAeYSkSJyo0AKYixgFWNjYUKMgCx1Dihw5cMCATwiSDezx5cC0RANKVJmw4uCAHlmuPKg5qEQ3ngktQLGxZZsgHC8bWmgAkuSza04vhHo2CZsGE76+WcK2q9CPYluLVf0UIGRYaE7Tqn0kQYPbt3AD4wYCACH5BAUFAAAALAEAAQAoACcAAAf9gACCg4SFhoIRh4qLhzkghgc9jJOLViaGPByUm4VORoZhO5yKIocZKIUQGBqGCB6cPUeGFV2Jgxc8hiBnTpwnOiWGViOETlWGSjCjAD8sQ8uCBkLQGhPKyxxpotAAARnLTi3c46PP5JQe1wAiPSE/54oISj7qgjhGBwis8AAIXT4PFnlQ8Y2fEwMrJu3jx7Chw4cQIxaKYOuAxYsQ1WjcuBCAho4SQ4ocSbKkh23wjPhQsSjDkRK2+BlBk8RAIZfBIlZRcKUgAJ8hU4QccC7IshBCiJYEsEONFaUlU7SRtRSAETmvNhnlRLVQFy8W4HUdpMmQhaxV+W0ttHZTIAAh+QQFBQAAACwBAAEAKQAoAAAH+YAAgoOEhRaFiImKi4QaPCKILzGMlIw9E4haDZWciBchiDcgnYsniT8whUFdiR4/pCociUWFJlqJGBekAFIZhRo9EIQXAYUDRR+7ABBWo42VM0rKgh0GFbsNXM7KGhKvpBcl04Ma45zb5osWP1aEJyoUwumIFhljBcmEFh5QUN/zADIkKGDAlKIRFP6lu9ADoMOHECNKnChxAAAKGDNKzMKxYzmKgj6CHEmyJMVDJgnFIAGFkYcLHSDG8FGmR4RCCHRRdIIliQdCP0m2SDluyC4oMogKAiFAyrgGCju12CJBKYAYTaIykpcuhxmHOjlptVo0EVeKY5UFAgAh+QQFBQABACwBAAEAKAApAAAH/4ABgoOEhYaCFYeKi4cPhxQvjJKLKh2GUhOTmoUcFIZFm4srhyNShUOgpJsUmYUDAImDE6aFIl0cmysHP4YqQ4QcEoYsPaEBQzMixoIqKMsBCDHLEy7PgikQoRocCNbemsrfkiMGgytOHL/ihh4sZ8WEI0dH2esBHjRnM4tDEkH2HA7YG0iwoMGDCCfFSuSkoUODSCJKJKQhoQULCTNq3MiRkDpxLxxQiHXoSMEXTxQILGQS4ZEzNnh11GCpo0YKCWwKotIDozETHiYNKNThCq51Izg9GUpIBZukBnfEGVUIxZR1LQdZIHJB1UEyzmx+eOLTYNBCCJow7VhBg9u3cAPjBgIAIfkEBQUAAgAsAgABACcAKQAAB/+AAoKDhIWGghaHiouFPSeGF06Mk4pVCIUaRiWUnIQTF4UWACKdhxGHQQeFIACHI0GcF5uGUoUdqoUnRQ2cEVUQhlU7hCm8hQ8xpSAvj6WCUDqJpT9VA84dOaTOAiVDzg0Z2+KlzeOUEEYaAhESKcPmij9aGAfWghAcJt7wgho/MBhirDCkrsE+fg1enOLHsKHDhxAjirNWoYJEQwoyarzIsaPHjyA5ViETQFG4WQ2rpJmiIqQACWHMjBAUziNKlxEDoHApwguuUg1+hJK2qEQSY/BQwCDUwIEhKEgY+uhBCMSWQyzcwLPQ5hKhLxwI8sPxZuEgDCwkSlFgb5CBNBIRMeQ4xEZihXKEBmjYy7ev30AAIfkEBQUAAQAsBAABACUAKAAAB/SAAYKDhIWFA4aJiokhK4YmEouSihcehiEIk5qEJQ2GHyebhhWJO1CFIh+JQUOTKRmJB4iDCC+GKwAtkxUSO4YXIIQtE4ZMp5oiR46ig06qokGRzAE4LKHMGcHMEz/T3t/gkkMq4ZsQUl0hgkEm5YYQH13HhDsp7oMTFPf7/P3+/wAFWQiYaIrBgwQTKlzIcNPARb7uOdlwQVEHfhaccCEDhZRCEy4cQGCYqaG/CwAakiAnyoSlSQ9pebEXjsUDQinIxBTkJEqQST8TkTBS6EoiGBjCbYFFyEs7Q0G9IRDjcZALGP56FDA0g4w/FygMZUCyU1IgACH5BAUFAAAALAMAAQAnACkAAAf/gACCg4SDGoWIiYqLgwERiBMpjJOKKRCITh6Um4QeHYhGK5yjIBeFJ0aKO5yahRYUhR4BiVYlnKaIKSeECLaEFjFOowC4wwASM8YAHMYZVqLKxiWX0dXW1wA7VdiUQUZFsITMQdwAQT1FTo/liiVHFezx8vP09dwDgviH9Uv9/vYA9gkSCLCgwYMIF12QwSyRhwu+uF1wsUHYoAzF5KVYsIQcgFb2MtCzEM0JE5KcOGhBOcrDlm2jTjh4MSwClSL4hmUg0YKThSUk1g2CIYXQBAyIAmDh9OGKR0JTYhASQUXoICsuNnWYkOgKSEEkJMnLkAXRAivzjDBgKejAhnkyC1gg8hBl3gBo1wIBACH5BAUFAAEALAIAAgAnACcAAAf/gAGCg4SEEhWFATgdiY2Oji1BiRwQj5aWPziJUBGXnokiHIUrUI07Ip8BGY1HFoQjooURRqupQ4kthR61hFWxqUephBoNIcKClccBPz3KzoIZt8/T1NUBIMHWl0MhAK2DydLWQyo6F4iJQw3air/s7/Dx8vPyAwMBrvQBLvz9+v8AAwqUtyPHAW0cijS4V2iIjDUOOuSrxmGBjGwBVrhoc6YDQ3YaWqBwcWuADAQf5f3QMNDTkRnHGkhx9uOKE2VLbh7zQmNiAA0sLXlIwygVAQfoBllpNqjDjUQX3IizxCTJVEFuXhTy0ohJjk8lihZK8qOQg1zpqHlAk6iIAXkqDrgkCvE0XhEYiX4UEBYIACH5BAUFAAAALAAAAQApACgAAAf/gACCg4SFhoMWGoeLjI2FHhmOkpODE0OUmIIehhoXFZmZJoURF4ciJ5gTlEOqhRUvP6A7kiMjhhetmaWgAB0BvABBEqBBIRHAwD+zyMzNzhoiHM6TGiAUH6KFQdnTANZSDY3L0xkTA93o6err7IUWA/ADFhbp9IQWc/n6590aCf8ALVRYQTBChU/pFAFQ2K6hw4cQCYFAoWJaAxa5DO3IAYRMiW4NUBQZVkgGEC7sSuhYMA5AgkgNbUUEdSFGpgk9kI1IciTTCiE9QVUwo4PXDy44QN0gY8iAEUI4chgysaGlIyNlrALAQIHQiSeHjKBg6CjpIRsyBy3pcEgrqB9wFAzxeMruBQFDVRK04/HB0IgzmAIBACH5BAUFAD0ALAEAAgAoACgAAAfqgD2Cg4SFhoMIh4qLjI2Ojz0lkJOMHJAnK5ApigGQFxCTEo+ghg2SlKiIJhqopJQ7ARWpsxAis7e4uYQnE7qPIhIHvYQQlr6CIhcHLQPHjCOnztLT1NXW1z012tvTLN7fPRHh1xqs2Ofo6ZPmjSwvvhMP0YYoAhg4xxMwAA3NghEJBBDANw3BBx4gBFlA4QGbK3WOOISg1EEFLRuiKC3ISMnBg1QQXGRYl2ODoRkTEaEwlEJGwkcxFLwkdKMTIQayCoXQAQkBwUIkHvYgMG/QzFkjCvgbBMMiNQoyDAWgUU2HAUMQMFgTlysQACH5BAUFAAAALAEABgAoACQAAAf6gACCg4SFhgBBhwMSiYeHF46FI4YaEwiRmJmHGQ2ahkEcnoWQoqWOjaapqQMcFqqiKyWDJUBlIa6vjicpVbKDKx8CWQYDuYQnDVWXhxExaEbGg0HLmAPF0djZ2tvchbi43RbirmDl5uDZH+rrhtfd7/Dx8vOeIjBV2SVMCOiDICxfXCDQkM/AhxaFUFCRQW1bhhlaRAxi8WMeKnqlkpkqAeVVEDOhSkVA0SkVGSmqguTwYArFDUMxOg7KoMNQiyISPYWYcigHKUErwhyq8kFUhoaD0lzUoASpoJy5IJwxJEVmtwBFDF3QQbCbFWiFgnTBSMiChrNo06oNBAAh+QQFBQAEACwBAAIAKAAoAAAH+YAEgoOEhYaDGYeKi4yELY2QkZKRGRaTl4YWZTKSj5iFHm9Gn4M4lwFtE6SfA1ZqO6uYAy5QsbK2iw24jBGJgjgCUbW7hCslFxkahAZUXzPEKy0XHooVIXAxuzs/lsTe3+Dh4uMEyoQaaunq4Aft7oIRBBXk9PX295/mjFZOuxkq1BRp8aHEly0NGQ4YKVEIgI8EBr39CNHjxCAt9WDhkzSh36QMHjENcaDrkpYW+iRt6PFpCIsRlwDkGFDoRUgCHqwYKqHDYqQqZEQYosGhUJdDR1hG8hBRkAYuhlA0FeRzVRAMhmbc9HaBhSEOH8QxUWFoRwJx3WwFAgAh+QQFBQAAACwAAAMAKQAnAAAH+4AAgoOEhYaDE4eKi4s4hkeMkYMeiiaSl4YKOYeQhYmYiz9iMaClihJbLaYAlKsAUgIgphKugjIUtbm6ihYpu6UZVAW4v4UdR62DET02PgfFgp2LUE8v0JgW19rb3N2mGtfghBpZ5ebaFOnqAAOE7d7w8fLz8CcGF78eFCOLIh8FY5Lp8gDlRYZshB6QoOEBIbQgTlSsIPRhhMNtsrqJc9VC2iUPEjaW2rHkE6YKBkqsGiDjWSSRAHZYCWLqAQpDFPANGtEDZoYPpZxsOASjAaEIRd4R4qAC1AiBg27sKKTjR7chMgypoMXNxANDKWZ0OwDFEAgWMKFV2BUIACH5BAUFAAAALAEAAQAoACgAAAf9gACCg4SFEYWIiYqLgwNqGYkIjJOKFiRSlJmZY0uangA/iQFZFp+ZBSiIJ3EgppQjWSGFAyQNhBCKkp4cVx2zlJCmFkxUrheuggkByMzNjBMazp9eDMvSisGDMSQksteZTmlV3+Tl5ufo5xal6YRI7/DmTvP0ABX27fn6+/ztMxzXIEgIougEEwYsQgW8cEShoApSGOhwSG4HByeHBDHB1e5EP08lOETTBMGWKxAufH2KoetTkReuRMwY8smADkRHAA6CoALRjwMrNF2Q4bHQhwmFbiKa4ITkiEQJWhGSwrFQ0GY7iiCqYgLdBAOIWvQ8F6JpIREfNKhdy7ZtIAAh+QQFBQAAACwBAAEAJgApAAAH/4AAgoOEhRWFgiIRiIyNjEQeiEoEjpWODj2FA3CZlp6EPJSEEWuRn4gjGogXaIUdYBaniAwsjFsihFIKsogQaFCIDhOEOrWIOKcNSciVFrGEprJGXri81oI0F9fb3I4d3bIeZlza4I0X0SEOacDmgh3liAFLTu729/j5+vv8Cv7//AYdCkiwoMGD3VaoaOAuSIMdqgodwKAFgr0gJjgEGTQjzAeL+UCkKHdgI8KTiBAwlBXkGy8RC0rwGkDhBy8WFK6dgALilJEPiDgMGzQkZyEIUBZZMjFmBaIZMgVKYVRCgqcgIAuxqDaoJCOl10DoeDbowtB7HQ5EHITD6D0nVggLnZihb0C3QAAh+QQFBQAAACwBAAEAJgApAAAH/oAAgoOEhYaDFYeKi4MWXz+GCV2MlIdkB4ZPmJWcgjqThBVAnYcQhxw+hSVqpIZcWodXhT0FikOVQVFOhRZkhVo6rYYpXgi8lRnCKiTCzZ4cztHShiXTnSNpQtDWh0fJABVQZEtOFtyCR4cDEgTp54zm7/Lz9PX2lFP5+veEAwDx/AIKHEiwEpQJ3G4dWhGii5Qg5xQSitGlB8R5OwiFyFiwI6EMLVrt+NaKB8lOHC52snJEg7AVR0R0CtEDoKAJHQjtuGBoyIVElCYEMxTiJIADNgVlQEhph0RCVk4UgsKxENBmIqQYalBNHg4ohjLwlHehgaEVLwhqWMu2bdtAACH5BAUFAAAALAAAAQAnACkAAAf+gACCg4SFhoMnh4qLhj4jhigLjJOKGCqFFg6XlJyDD5KFAj+dpCZPhQhEhw0dnEIfhitJiYNGDIYQTUydBUeGGK2DHw+FEQobFp0TJBmkggNKSBXOUA60nSFAo84WDyakFga+zoLJ5JQI5+oQS0oN6pwehE4EQuPwpUoS+Pz9/v8AA6rTQIigQEJLEio8OIjgAAAPGUqcSLGixQhOgvELwohCESND/nEsNABKggMhBYIoSGGlxZeUfpRw5pLciQfynO3j1oPDSwqbCHVIN0hECn4dPkQw5CTnMwqHnE4CseOQkRWFLog4eOKAoQ5S/3kIYGjEUYGsDEW4B9AgvEAAIfkEBQUABAAsAQACACcAKAAAB/+ABIKDhIUkEIUEAGOJjY6OLlCJZC+PlpZSjIVUI5eWQY0TaYUZX6GegkpMjV6FKkuJQWwzqENnEok3OIRMUolYN6iCHWkelxoahUVRwoMUsM0EUAKd0QRSE9EzuNbdlhaDGd6oAyU34EEuYxPJ44kDEw5rXRGDRzJK3O4EFhNYawt2NEpRxMQ+QQfGiDjIsKHDhxAjWnNBsaLEQeAGCAJ3saPHjyAhVpCwy2OEIwBCCOwYAACUlRH1HVkYsqYlCOJAruhR7WOIbCAlUEiUwdigEy0a6buE40CFRBIQETrSKKcnESAaSSrEQeKKKolw/Ig4omuhIEkhdihZaKlDC8gH4sqdSxdZIAA7"); }
  .fb-block-image img {
    display: block;
    width: 100%;
    height: auto !important;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out; }
    .fb-block-image img[data-state="loaded"] {
      opacity: 1; }
    .fb-block-image img.noscript {
      opacity: 1;
      position: absolute;
      z-index: 1000;
      top: 0;
      left: 0; }
  .fb-block-image:after {
    z-index: 1000;
    content: " ";
    display: block;
    background: transparent url(/assets/img/fb_block_overlay.png) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    html.rtl .fb-block-image:after {
      background-image: url(/assets/img/fb_block_overlay--rtl.png); }

.fb-block-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 49px;
  padding-bottom: 44px; }
  html.rtl .fb-block-text {
    left: auto;
    right: 0; }

.fb-block-button {
  display: inline-block;
  margin-top: 34px;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  color: #fff; }

.fb-block-title {
  margin: 0;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  html.ar .fb-block-title {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fb-block-subtitle {
  margin: 0;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  html.ar .fb-block-subtitle {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fb-block-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 95px;
  margin-top: -47.5px;
  margin-left: -47.5px;
  background: transparent url(/assets/img/icn_play.png) 0 0 no-repeat;
  opacity: .5;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
  .fb-block-play:hover {
    opacity: 1; }

.fb-block-rte {
  margin-top: 15px;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: #fff; }
  html.ar .fb-block-rte {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fb-block .fb-block-image img {
  -webkit-transition: all 350ms linear;
  transition: all 350ms linear; }

.fb-block:hover .fb-block-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.fb-block:hover .btn, .fb-block:hover .remodal-confirm {
  color: #fff;
  background-color: #bab0a5; }
  .fb-block:hover .btn.btn--exhibitionUpdates, .fb-block:hover .btn--exhibitionUpdates.remodal-confirm, .fb-block:hover .btn.btn--exhibitions, .fb-block:hover .btn--exhibitions.remodal-confirm, .fb-block:hover .btn.btn--exhibitionsLanding, .fb-block:hover .btn--exhibitionsLanding.remodal-confirm {
    color: #000;
    background-color: #fbb913; }
  .fb-block:hover .btn.btn--studios, .fb-block:hover .btn--studios.remodal-confirm, .fb-block:hover .btn.btn--studiosLanding, .fb-block:hover .btn--studiosLanding.remodal-confirm {
    color: #fff;
    background-color: #3300ff; }
  .fb-block:hover .btn.btn--workshops, .fb-block:hover .btn--workshops.remodal-confirm, .fb-block:hover .btn.btn--workshopsLanding, .fb-block:hover .btn--workshopsLanding.remodal-confirm {
    color: #fff;
    background-color: #ff3333; }
  .fb-block:hover .btn.btn--youth, .fb-block:hover .btn--youth.remodal-confirm, .fb-block:hover .btn.btn--youthProgramme, .fb-block:hover .btn--youthProgramme.remodal-confirm, .fb-block:hover .btn.btn--skatePark, .fb-block:hover .btn--skatePark.remodal-confirm, .fb-block:hover .btn.btn--education, .fb-block:hover .btn--education.remodal-confirm, .fb-block:hover .btn.btn--artClub, .fb-block:hover .btn--artClub.remodal-confirm {
    color: #000;
    background-color: #3399FF; }
  .fb-block:hover .btn.btn--residencyUpdates, .fb-block:hover .btn--residencyUpdates.remodal-confirm, .fb-block:hover .btn.btn--residencies, .fb-block:hover .btn--residencies.remodal-confirm, .fb-block:hover .btn.btn--residenciesLanding, .fb-block:hover .btn--residenciesLanding.remodal-confirm {
    color: #000;
    background-color: #ff00ff; }
  .fb-block:hover .btn.btn--projectUpdates, .fb-block:hover .btn--projectUpdates.remodal-confirm, .fb-block:hover .btn.btn--projects, .fb-block:hover .btn--projects.remodal-confirm, .fb-block:hover .btn.btn--projectsLanding, .fb-block:hover .btn--projectsLanding.remodal-confirm {
    color: #000;
    background-color: #00cc99; }

@media (max-width: 767px) {
  .fb-block {
    display: block;
    float: none;
    width: 100%; }
    html.rtl .fb-block {
      float: none; }
    .fb-block.black {
      background-color: #fff; }
      .fb-block.black .fb-block-image {
        background-image: inherit; }
    .fb-block.fullWidth, .fb-block.halfWidth, .fb-block.oneThirdWidth, .fb-block.twoThirdsWidth {
      width: 100%; }
      .fb-block.fullWidth .fb-block-text, .fb-block.halfWidth .fb-block-text, .fb-block.oneThirdWidth .fb-block-text, .fb-block.twoThirdsWidth .fb-block-text {
        width: 100%; }
      .fb-block.fullWidth .fb-block-title, .fb-block.halfWidth .fb-block-title, .fb-block.oneThirdWidth .fb-block-title, .fb-block.twoThirdsWidth .fb-block-title {
        font-size: 30px; }
      .fb-block.fullWidth .fb-block-subtitle, .fb-block.halfWidth .fb-block-subtitle, .fb-block.oneThirdWidth .fb-block-subtitle, .fb-block.twoThirdsWidth .fb-block-subtitle {
        font-size: 16px; }
    .fb-block:before {
      background: #f7f7f7; }
    .fb-block:after {
      display: none; }
  .fb-block-button {
    margin-top: 15px; }
  .fb-block-label {
    position: relative;
    height: auto;
    width: 100%;
    background: #000;
    padding-right: 15px;
    padding-bottom: 10px; }
  html.ar .fb-block-label__inner__text {
    padding-left: 0;
    padding-right: 34px;
    text-align: right; }
    html.ar .fb-block-label__inner__text:before {
      right: 0; }
  .fb-block-text {
    position: relative;
    padding: 15px; }
  .fb-block-title,
  .fb-block-subtitle,
  .fb-block-rte {
    color: #000; }
  .fb-block-rte {
    margin-top: 15px; }
  .fb-block-button {
    margin-top: 15px;
    color: inherit; }
  .fb-block-image:after {
    display: none; }
  .fb-row:last-child .fb-block:before {
    display: block; } }

@media (min-width: 768px) and (max-width: 959px) {
  .fb-block {
    display: block;
    float: none;
    width: 100%; }
    .fb-block.fullWidth, .fb-block.halfWidth, .fb-block.oneThirdWidth, .fb-block.twoThirdsWidth {
      width: 100%; }
      .fb-block.fullWidth .fb-block-text, .fb-block.halfWidth .fb-block-text, .fb-block.oneThirdWidth .fb-block-text, .fb-block.twoThirdsWidth .fb-block-text {
        width: 70%; }
    .fb-block:after {
      background: transparent; }
  .fb-row:last-child .fb-block:before {
    display: block; }
  .fb-row:last-child .fb-block:last-child::before {
    display: none; } }

@media (min-width: 1224px) {
  .fb-block-label {
    width: 314px;
    padding-top: 30px;
    padding-right: 157px; }
  .fb-block-label__inner__text {
    font-size: 22px; }
  .fb-block-rte {
    font-size: 16px; }
  .fb-block.fullWidth .fb-block-title {
    font-size: 70px; }
  .fb-block.fullWidth .fb-block-subtitle {
    margin-top: 7px;
    font-size: 40px; }
  .fb-block.halfWidth .fb-block-title {
    font-size: 50px; }
  .fb-block.halfWidth .fb-block-subtitle {
    margin-top: 7px;
    font-size: 30px; }
  .fb-block.oneThirdWidth .fb-block-title {
    font-size: 40px; }
  .fb-block.oneThirdWidth .fb-block-subtitle {
    margin-top: 5px;
    font-size: 25px; }
  .fb-block.twoThirdsWidth .fb-block-title {
    font-size: 70px; }
  .fb-block.twoThirdsWidth .fb-block-subtitle {
    margin-top: 7px;
    font-size: 40px; }
  .fb-block.fullWidthHalfHeight .fb-block-title {
    font-size: 70px; }
  .fb-block.fullWidthHalfHeight .fb-block-subtitle {
    margin-top: 7px;
    font-size: 40px; }
  .fb-block-button {
    margin-top: 42px; } }

.fb--calendar .fb-block.fullWidth .fb-block-title,
.fb--workshops .fb-block.fullWidth .fb-block-title {
  font-size: 30px; }

.fb--calendar .fb-block.fullWidth .fb-block-subtitle,
.fb--workshops .fb-block.fullWidth .fb-block-subtitle {
  margin-top: 5px;
  font-size: 16px; }

@media (min-width: 1224px) {
  .fb--calendar .fb-block.fullWidth .fb-block-title,
  .fb--workshops .fb-block.fullWidth .fb-block-title {
    font-size: 40px; }
  .fb--calendar .fb-block.fullWidth .fb-block-subtitle,
  .fb--workshops .fb-block.fullWidth .fb-block-subtitle {
    margin-top: 5px;
    font-size: 25px; } }

.fb--youth {
  background-color: #fff; }
  .fb--youth .fb-block.oneThirdWidth .fb-block-title {
    text-transform: uppercase;
    font-size: 40px;
    font-family: "FrutigerLTPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: .9; }
    @media (min-width: 1224px) {
      .fb--youth .fb-block.oneThirdWidth .fb-block-title {
        font-size: 60px; } }
  .fb--youth .fb-block .fb-block-button {
    border-color: #3399FF; }
  .fb--youth .fb-block:hover .fb-block-button {
    background-color: #3399FF; }

/*
	A "GRID" is a 4-column, x-row grid of content which most resembles a "teaser".
	It has been created explicitly for the Exhibitions archive.  Its markup is 
	particularly complex, because of the horiz/vert dividing lines of the design for the Exhibitions archive.
	The "feature" of the grid design is that no dividing lines touch; there is always space around all 4 edges of each teaser.

<div class="grid">
	<div class="grid__row grid__row--moduloX">
		<div class="grid__row__inner">
			<div class="grid__row__half">
				<div class="grid__block" />
			</div>
			<div class="grid__row__half">
				<div class="grid__block" />
			</div>
		</div>
	</div>
</div>
*/
.grid {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.grid__row {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 959px) {
    .grid__row {
      padding-top: 0;
      padding-bottom: 0; } }
  .grid__row:before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #e5e5e5;
    left: 25%;
    margin-left: -7.5px;
    top: 15px;
    bottom: 15px; }
    @media (max-width: 959px) {
      .grid__row:before {
        display: none; } }
  .grid__row:after {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #e5e5e5;
    right: 25%;
    margin-right: -7.5px;
    top: 15px;
    bottom: 15px; }
    @media (max-width: 959px) {
      .grid__row:after {
        display: none; } }
  .grid__row:last-child.grid__row--modulo1 .grid__row__half:before, .grid__row:last-child.grid__row--modulo1:before, .grid__row:last-child.grid__row--modulo1:after {
    display: none; }
  .grid__row:last-child.grid__row--modulo2 .grid__row__half:before, .grid__row:last-child.grid__row--modulo2:after {
    display: none; }
  .grid__row:last-child.grid__row--modulo3:after {
    display: none; }

.grid__row + .grid__row {
  border-top: 1px solid #e5e5e5; }
  @media (max-width: 959px) {
    .grid__row + .grid__row {
      border-top: 0; } }

.grid__row__half:before {
  display: block;
  content: " ";
  width: 1px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 50%;
  background-color: #e5e5e5; }
  @media (max-width: 767px) {
    .grid__row__half:before {
      display: none; } }

@media (min-width: 768px) and (max-width: 959px) {
  .grid__row__half {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    position: relative; } }

.grid__row__inner {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .grid__row__inner:before, .grid__row__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .grid__row__inner:after {
    clear: both; }

.grid__block {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
  text-decoration: none; }
  html.rtl .grid__block {
    float: right; }
  @media (max-width: 767px) {
    .grid__block {
      float: none;
      width: 100%; }
      html.rtl .grid__block {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .grid__block {
      width: 50%;
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .grid__block {
      display: block;
      width: 100%;
      border-top: 1px solid #e5e5e5;
      padding: 15px; } }

@media (min-width: 768px) and (max-width: 959px) {
  .grid__row:first-child .grid__row__half:first-child {
    border-top: 0; } }

@media (max-width: 767px) {
  .grid__row:first-child .grid__row__half:first-child .grid__block:first-child {
    border-top: 0; } }

.owl-carousel {
  background: none; }

.owl-item {
  cursor: pointer; }

.owl-item-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 95px;
  margin-top: -47.5px;
  margin-left: -47.5px;
  background: transparent url(/assets/img/icn_play.png) 0 0 no-repeat;
  opacity: .5;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
  .owl-item-play:hover {
    opacity: 1; }

.owl-prev {
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -23.5px;
  display: block;
  text-align: left;
  text-indent: -9999em;
  width: 29px;
  height: 47px;
  background: transparent url(/assets/img/arrow_left.png) 0 0 no-repeat; }
  html.rtl .owl-prev {
    left: auto;
    right: 1em;
    text-align: right;
    background-image: url(/assets/img/arrow_right.png); }

.owl-next {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -23.5px;
  display: block;
  text-align: left;
  text-indent: -9999em;
  width: 29px;
  height: 47px;
  background: transparent url(/assets/img/arrow_right.png) 0 0 no-repeat; }
  html.rtl .owl-next {
    right: auto;
    left: 1em;
    text-align: right;
    background-image: url(/assets/img/arrow_left.png); }

.paginate a {
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none; }
  .paginate a.disabled {
    opacity: .5;
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.paginate__inner {
  line-height: 1.5;
  text-align: center; }

.paginate__previous {
  display: inline-block;
  padding: 0 1em 0 0;
  border-right: 1px solid #7d7672; }
  .paginate__previous a {
    position: relative;
    padding-left: 1em; }
    .paginate__previous a:before {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      left: 0;
      width: 7px;
      height: 12px;
      background: transparent url(/assets/img/carat-left.png) 0 0 no-repeat; }
  html.rtl .paginate__previous {
    border-right: 0;
    border-left: 1px solid #7d7672;
    padding-right: 0;
    padding-left: 1em; }
    html.rtl .paginate__previous a {
      padding-left: 0;
      padding-right: 1em; }
      html.rtl .paginate__previous a:before {
        left: auto;
        right: 0;
        background-image: url(/assets/img/carat-right.png); }

.paginate__next {
  display: inline-block;
  padding: 0 0 0 1em;
  border-left: 1px solid #7d7672; }
  .paginate__next a {
    position: relative;
    padding-right: 1em; }
    .paginate__next a:before {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 0;
      width: 7px;
      height: 12px;
      background: transparent url(/assets/img/carat-right.png) 0 0 no-repeat; }
  html.rtl .paginate__next {
    border-left: 0;
    border-right: 1px solid #7d7672;
    padding-left: 0;
    padding-right: 1em; }
    html.rtl .paginate__next a {
      padding-right: 0;
      padding-left: 1em; }
      html.rtl .paginate__next a:before {
        right: auto;
        left: 0;
        background-image: url(/assets/img/carat-left.png); }

.paginate__pageOf {
  display: inline-block;
  padding: 0 1em; }

/*
<div class="masonry">
	<div class="masonry__inner">
		<div class="masonry__item">
			<div class="masonry__item__inner" />
		</div>
	</div>
</div>
*/
.masonry {
  position: relative;
  background: transparent url(/assets/img/1x1_e5e5e5.png) 50% top repeat-y;
  margin-top: 15px;
  margin-bottom: 15px; }
  .masonry:before {
    z-index: 0;
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    background-color: #e5e5e5; }
  .masonry:after {
    z-index: 0;
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    background-color: #e5e5e5; }
  @media (max-width: 959px) {
    .masonry:before, .masonry:after {
      display: none; } }
  @media (max-width: 767px) {
    .masonry {
      background-image: none; } }

.masonry__inner {
  position: relative;
  z-index: 1;
  *zoom: 1; }
  .masonry__inner:before, .masonry__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .masonry__inner:after {
    clear: both; }

.masonry__item {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .masonry__item {
    float: right; }
  @media (max-width: 767px) {
    .masonry__item {
      float: none;
      width: 100%; }
      html.rtl .masonry__item {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .masonry__item {
      float: left;
      width: 50%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .masonry__item {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .masonry__item {
      float: none;
      width: 100%; }
      html.rtl .masonry__item {
        float: none; } }
  @media (max-width: 767px) {
    .masonry__item {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .masonry__item {
        float: right; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .masonry__item {
      float: none;
      width: 100%; }
      html.rtl .masonry__item {
        float: none; } }

.masonry__item__inner {
  display: block;
  margin: 0 15px 15px 15px;
  padding-bottom: 22.5px;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none; }
  .masonry__item__inner img {
    width: 100%; }

.section {
  border-top: 4px solid #f7f7f7;
  background-color: #fff; }
  .section.section--borderless {
    border-width: 0; }
  .section.section--transparent {
    background-color: transparent; }

.section__header {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 15px;
  padding-bottom: 24px; }
  .section__header.section__header--borderless {
    border-width: 0; }
  .section--footer .section__header {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  @media (max-width: 767px) {
    .section__header {
      padding: 15px; } }

.section__header__text {
  position: relative;
  padding-left: 34px;
  width: 100%;
  white-space: nowrap;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2; }
  .section__header__text:before {
    content: " ";
    display: block;
    width: 19px;
    height: 100%;
    background: transparent url(/assets/img/square.png) 0 2px no-repeat;
    position: absolute;
    top: 0;
    left: 5px; }
  .section--footer .section__header__text {
    color: #fff;
    -webkit-font-smoothing: antialiased; }
    .section--footer .section__header__text:before {
      background-image: url(/assets/img/square-white.png); }
  html.ar .section__header__text {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }
  html.rtl .section__header__text {
    padding-right: 34px;
    padding-left: 0; }
    html.rtl .section__header__text:before {
      left: auto;
      right: 0; }

.section__footer {
  border-top: 1px solid #e5e5e5;
  padding: 30px 15px;
  padding-bottom: 24px; }
  @media (max-width: 767px) {
    .section__footer {
      padding: 15px; } }

.slideshow {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/loader.gif);
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0; }
  .slideshow > * {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .slideshow.slideshow--slideshowStatic, .slideshow.slideshow--slideshowFullWidth {
    padding-bottom: 56.25%; }
  .slideshow.slideshow--slideshowHalfWidth43 {
    padding-bottom: 75%; }

.stream {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none !important;
  *zoom: 1; }
  .stream:before, .stream:after {
    content: " ";
    display: table;
    line-height: 0; }
  .stream:after {
    clear: both; }
  .stream .stream-li {
    float: left;
    width: 33.2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    background-color: transparent;
    margin: 0;
    position: relative; }
    @media (min-width: 1224px) {
      .stream .stream-li {
        width: 24.9%; } }
    @media (min-width: 768px) and (max-width: 959px) {
      .stream .stream-li {
        width: 49.9%; } }
    @media (max-width: 767px) {
      .stream .stream-li {
        width: 100%; } }
    .stream .stream-li .inner,
    .stream .stream-li .section-intro {
      background-color: #fff;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
    .stream .stream-li .inner {
      overflow: hidden;
      padding: 15px 15px 0 15px; }
    .stream .stream-li .section-thumb {
      display: block; }
      .stream .stream-li .section-thumb a {
        display: block; }
      .stream .stream-li .section-thumb img {
        width: 100%; }
    .stream .stream-li .section-text {
      display: block;
      padding: 15px 0; }
      .stream .stream-li .section-text a {
        text-decoration: none; }
    .stream .stream-li .section-intro {
      display: block;
      padding: 22.5px 15px 22.5px 60px;
      font-style: italic;
      color: #7d7672; }
      .stream .stream-li .section-intro a {
        color: #7d7672;
        text-decoration: none; }
    .stream .stream-li .icon {
      position: absolute;
      z-index: 3;
      width: 35px;
      left: 30px;
      bottom: 30px;
      opacity: .3; }
    .stream .stream-li.stream-twitter .section-text {
      padding: 15px;
      font-size: 20px;
      line-height: 1.3;
      -webkit-font-smoothing: antialiased;
      color: #7d7672; }

.standcta {
  border-bottom: 1px solid #f7f7f7;
  padding: 30px 15px; }
  @media (max-width: 767px) {
    .standcta {
      padding-top: 15px; } }

.standcta__row {
  display: table;
  table-layout: fixed; }

.standcta__standfirst {
  display: table-cell;
  width: 50%;
  padding-left: 34px; }
  html.rtl .standcta__standfirst {
    padding-left: 0;
    padding-right: 34px; }
  @media (max-width: 767px) {
    .standcta__standfirst {
      padding: 0; }
      html.rtl .standcta__standfirst {
        padding: 0; } }

.standcta__cta {
  display: table-cell;
  width: 50%;
  padding-right: 34px;
  vertical-align: middle;
  text-align: right; }
  html.rtl .standcta__cta {
    padding-right: 0;
    padding-left: 34px;
    text-align: left; }
  @media (max-width: 767px) {
    .standcta__cta {
      padding: 0; }
      html.rtl .standcta__cta {
        padding: 0; } }
  .standcta__cta .btn-group .btn-group__btn {
    margin-right: 0;
    margin-left: 15px; }
    .standcta__cta .btn-group .btn-group__btn:first-child {
      margin-left: 0; }
    html.rtl .standcta__cta .btn-group .btn-group__btn {
      margin-left: 0;
      margin-right: 15px; }
      html.rtl .standcta__cta .btn-group .btn-group__btn:first-child {
        margin-right: 0; }
    @media (min-width: 1224px) {
      .standcta__cta .btn-group .btn-group__btn {
        margin-left: 30px; }
        .standcta__cta .btn-group .btn-group__btn:first-child {
          margin-left: 0; }
        html.rtl .standcta__cta .btn-group .btn-group__btn {
          margin-left: 0;
          margin-right: 30px; }
          html.rtl .standcta__cta .btn-group .btn-group__btn:first-child {
            margin-right: 0; } }
    @media (max-width: 767px) {
      .standcta__cta .btn-group .btn-group__btn {
        margin-left: 0; }
        html.rtl .standcta__cta .btn-group .btn-group__btn {
          margin-right: 0; } }
  @media (max-width: 767px) {
    .standcta__cta .btn-group {
      margin-top: 0;
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .standcta__row {
    display: block; }
  .standcta__standfirst {
    display: block;
    width: 100%;
    padding-bottom: 30px; }
  .standcta__cta {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center; }
    html.rtl .standcta__cta {
      padding-right: 0;
      text-align: center; } }

.teasers {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
  .teasers:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #e5e5e5; }
  .teasers.teasers--count1:after {
    display: none; }
  .teasers.teasers--count1 .teasers__row:after {
    display: none; }
  .teasers.teasers--count2 .teasers__row:after {
    display: none; }

.teasers__row {
  position: relative;
  background-color: transparent;
  background-position: center top;
  background-repeat: repeat-y; }
  .teasers__row:before {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    margin-left: -7.5px;
    background-color: #e5e5e5; }
  .teasers__row:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    margin-right: -7.5px;
    background-color: #e5e5e5; }
  @media (max-width: 959px) {
    .teasers__row:before, .teasers__row:after {
      display: none; } }

.teasers__row__inner {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .teasers__row__inner:before, .teasers__row__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .teasers__row__inner:after {
    clear: both; }

.teasers__block {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 45px;
  text-decoration: none; }
  html.rtl .teasers__block {
    float: right; }
  @media (max-width: 767px) {
    .teasers__block {
      float: none;
      width: 100%; }
      html.rtl .teasers__block {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .teasers__block {
      float: left;
      width: 50%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .teasers__block {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .teasers__block {
      float: none;
      width: 100%; }
      html.rtl .teasers__block {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
      .teasers__block:nth-child(n+2):nth-child(odd) {
        clear: both; } }

.teasers__block__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "FrescoPro-Bold", "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.2; }
  html.ar .teasers__block__title {
    font-family: "FrescoArabic-Bold", "Times New Roman", Times, serif; }
  @media (min-width: 1224px) {
    .teasers__block__title {
      font-size: 18px; } }

.teasers__block__title + .teasers__block__excerpt {
  margin-top: 1em; }

.teasers__block__excerpt {
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.6; }
  html.ar .teasers__block__excerpt {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

.teasers__block__excerpt + .teasers__block__footer {
  margin-top: 1em; }

.teasers__block__footer {
  font-size: 14px;
  line-height: 1.6; }
  html.ar .teasers__block__footer {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

@media (max-width: 767px) {
  .teasers:not(.teasers--count1) {
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .teasers:not(.teasers--count1):after {
      width: 7.5px;
      right: 7.5px;
      left: auto;
      background-color: transparent;
      background-color: rgba(255, 255, 255, 0);
      background-repeat: repeat-x;
      background-image: -webkit-linear-gradient(-90deg, white, rgba(255, 255, 255, 0));
      background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
      background-image: linear-gradient(-90deg, white, rgba(255, 255, 255, 0)); }
    .teasers:not(.teasers--count1) .teasers__row {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    .teasers:not(.teasers--count1) .teasers__row__inner {
      display: table;
      table-layout: fixed;
      margin-left: 0;
      margin-right: 0; }
    .teasers:not(.teasers--count1) .teasers__block {
      display: table-cell;
      vertical-align: top;
      padding-left: 7.5px;
      padding-right: 7.5px;
      padding-bottom: 30px; }
    .teasers:not(.teasers--count1).teasers--count4 .teasers__row__inner {
      width: 350%;
      max-width: 1600px; }
    .teasers:not(.teasers--count1).teasers--count4 .teasers__block {
      width: 25%; }
    .teasers:not(.teasers--count1).teasers--count3 .teasers__row__inner {
      width: 260%;
      max-width: 1200px; }
    .teasers:not(.teasers--count1).teasers--count3 .teasers__block {
      width: 33.333333%; }
    .teasers:not(.teasers--count1).teasers--count2 .teasers__row__inner {
      width: 175%;
      max-width: 800px; }
    .teasers:not(.teasers--count1).teasers--count2 .teasers__block {
      width: 50%; }
    html.rtl .teasers:not(.teasers--count1):after {
      right: auto;
      left: 7.5px;
      background-color: transparent;
      background-repeat: repeat-x;
      background-image: -webkit-linear-gradient(90deg, #fff, transparent);
      background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
      background-image: -webkit-linear-gradient(left, #fff, transparent);
      background-image: linear-gradient(90deg, #fff, transparent); } }

.teasers--news {
  margin-top: 30px; }

.toggle {
  padding: 15px;
  border: 1px solid #e5e5e5; }
  html.js .toggle[data-state="open"] .toggle__nav {
    display: block; }
  .toggle.toggle--open .toggle__handle:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    html.rtl .toggle.toggle--open .toggle__handle:after {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .toggle > .toggle__nav > .toggle__li:first-child > a:first-child {
    margin-top: 15px; }

.toggle__nav {
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px; }
  html.js .toggle__nav {
    display: none; }
  .toggle__nav .toggle__nav {
    display: block !important;
    margin-left: 0;
    margin-right: 0; }
    .toggle__nav .toggle__nav .toggle__li a {
      line-height: 1.4;
      padding-left: 22.5px;
      font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .toggle__nav .toggle__nav .toggle__li a:before {
        display: inline; }
      html.rtl .toggle__nav .toggle__nav .toggle__li a {
        padding-left: 15px;
        padding-right: 22.5px; }

.toggle__li a {
  position: relative;
  border: 0;
  line-height: 1.8;
  margin-top: .6em;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .toggle__li a:before {
    display: none;
    content: "- "; }
  .toggle__li a.active, .toggle__li a:hover {
    color: #7d7672; }
  .toggle__li a.active:after {
    content: "×";
    float: right;
    display: block;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 400;
    height: 1em;
    width: 1em;
    border-radius: 1em;
    text-align: center;
    color: #fff;
    margin-top: .4em;
    margin-right: -2px;
    -webkit-transition: 200ms linear;
    transition: 200ms linear; }
    html.rtl .toggle__li a.active:after {
      float: left;
      margin-right: 0;
      margin-left: -2px; }
  .toggle__li a.active:hover:after {
    background-color: #000;
    border-color: #000; }

.toggle__handle {
  position: relative;
  display: block;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-size: 16px;
  height: 27px;
  line-height: 31px; }
  .toggle__handle:after {
    content: " ";
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -7px;
    width: 7px;
    height: 12px;
    background: transparent url(/assets/img/carat-right.png) 0 0 no-repeat;
    -webkit-transition: transform 300ms linear;
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear; }
    html.rtl .toggle__handle:after {
      right: auto;
      left: 3px;
      background-image: url(/assets/img/carat-left.png); }
  .toggle__handle:hover {
    border: 0; }

.artistsEntry__inner {
  *zoom: 1; }
  .artistsEntry__inner:before, .artistsEntry__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .artistsEntry__inner:after {
    clear: both; }

.artistsEntry__header {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .artistsEntry__header {
    float: right; }
  @media (max-width: 767px) {
    .artistsEntry__header {
      float: none;
      width: 100%; }
      html.rtl .artistsEntry__header {
        float: none; } }

.artistsEntry__title {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30%;
  border-bottom: 1px solid #e5e5e5;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1; }
  html.rtl .artistsEntry__title {
    padding-right: 30px;
    padding-left: 30%; }
  html.ar .artistsEntry__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .artistsEntry__title {
      padding: 15px; }
      html.rtl .artistsEntry__title {
        padding: 15px; } }

.artistsEntry__profile {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  *zoom: 1;
  line-height: 1.2; }
  .artistsEntry__profile:before, .artistsEntry__profile:after {
    content: " ";
    display: table;
    line-height: 0; }
  .artistsEntry__profile:after {
    clear: both; }
  .artistsEntry__profile dt {
    margin-top: 1em;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block; }
    .artistsEntry__profile dt:first-child {
      margin-top: 0; }
  .artistsEntry__profile dd {
    display: inline;
    margin: 0;
    color: #7d7672; }
    .artistsEntry__profile dd:after {
      content: " ";
      display: block;
      height: 0; }
  @media (min-width: 1224px) {
    .artistsEntry__profile {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .artistsEntry__profile {
      padding: 15px; } }

.artistsEntry__profile + .artistsEntry__download {
  border-top: 1px solid #e5e5e5; }

.artistsEntry__download {
  padding: 30px; }
  @media (max-width: 767px) {
    .artistsEntry__download {
      padding: 15px; } }

.artistsEntry__content {
  float: left;
  width: 75%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 60px; }
  html.rtl .artistsEntry__content {
    float: right; }
  @media (max-width: 767px) {
    .artistsEntry__content {
      float: none;
      width: 100%; }
      html.rtl .artistsEntry__content {
        float: none; } }
  .artistsEntry__content.artistsEntry__content--withoutSlideshow {
    padding-top: 30px; }
    .artistsEntry__content.artistsEntry__content--withoutSlideshow .artistsEntry__primary {
      padding-left: 15px; }
      html.rtl .artistsEntry__content.artistsEntry__content--withoutSlideshow .artistsEntry__primary {
        padding-left: 0;
        padding-right: 15px; }

.artistsEntry__slideshow {
  margin-bottom: 45px; }

.artistsEntry__primary {
  float: left;
  width: 55.55556%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif; }
  html.rtl .artistsEntry__primary {
    float: right; }
  @media (max-width: 767px) {
    .artistsEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .artistsEntry__primary {
        float: none; } }
  @media (min-width: 1224px) {
    .artistsEntry__primary {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .artistsEntry__primary {
      float: left;
      width: 83.33333%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .artistsEntry__primary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .artistsEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .artistsEntry__primary {
        float: none; } }
  @media (max-width: 767px) {
    .artistsEntry__primary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .artistsEntry__primary {
        float: right; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .artistsEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .artistsEntry__primary {
        float: none; } }

.artistsEntry__secondary {
  float: left;
  width: 33.33333%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 11.11111%; }
  html.rtl .artistsEntry__secondary {
    float: right; }
  @media (max-width: 767px) {
    .artistsEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .artistsEntry__secondary {
        float: none; } }
  html.rtl .artistsEntry__secondary {
    margin-left: 0;
    margin-right: 11.11111%; }
  @media (max-width: 767px) {
    .artistsEntry__secondary {
      margin-left: 0; }
      html.rtl .artistsEntry__secondary {
        margin-right: 0; } }
  .artistsEntry__secondary a {
    text-decoration: none; }
  .artistsEntry__secondary dl {
    *zoom: 1;
    margin: 0; }
    .artistsEntry__secondary dl:before, .artistsEntry__secondary dl:after {
      content: " ";
      display: table;
      line-height: 0; }
    .artistsEntry__secondary dl:after {
      clear: both; }
  .artistsEntry__secondary dt {
    display: inline;
    float: left;
    width: 30%;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-overflow: ellipsis; }
    @media (min-width: 768px) and (max-width: 959px) {
      .artistsEntry__secondary dt {
        width: 20%; } }
    html.rtl .artistsEntry__secondary dt {
      float: right; }
  .artistsEntry__secondary dd {
    display: inline;
    float: left;
    width: 70%;
    margin: 0;
    text-overflow: ellipsis; }
    html.rtl .artistsEntry__secondary dd {
      float: right; }
  .artistsEntry__secondary dd + dt {
    clear: both; }
  html.rtl .artistsEntry__secondary dt {
    float: right; }
  html.rtl .artistsEntry__secondary dd {
    float: right; }
  @media (min-width: 768px) and (max-width: 959px) {
    .artistsEntry__secondary {
      float: left;
      width: 83.33333%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0%;
      clear: both;
      margin-top: 45px; }
      html.rtl .artistsEntry__secondary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .artistsEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .artistsEntry__secondary {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
      html.rtl .artistsEntry__secondary {
        margin-left: 0;
        margin-right: 0%; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .artistsEntry__secondary {
      margin-left: 0; }
      html.rtl .artistsEntry__secondary {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .artistsEntry__secondary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0%;
      margin-top: 45px; }
      html.rtl .artistsEntry__secondary {
        float: right; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .artistsEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .artistsEntry__secondary {
        float: none; } }
  @media (max-width: 767px) {
      html.rtl .artistsEntry__secondary {
        margin-left: 0;
        margin-right: 0%; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .artistsEntry__secondary {
      margin-left: 0; }
      html.rtl .artistsEntry__secondary {
        margin-right: 0; } }

.artistsIndex {
  position: relative; }
  .artistsIndex:before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #e5e5e5;
    left: 25%;
    top: 0;
    bottom: 0;
    margin-left: 7.5px; }
    html.rtl .artistsIndex:before {
      left: auto;
      right: 25%;
      margin-left: auto;
      margin-right: 7.5px; }
    @media (max-width: 959px) {
      .artistsIndex:before {
        display: none; } }

.artistsIndex__inner {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .artistsIndex__inner:before, .artistsIndex__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .artistsIndex__inner:after {
    clear: both; }

.artistsIndex__search {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .artistsIndex__search {
    float: right; }
  @media (max-width: 767px) {
    .artistsIndex__search {
      float: none;
      width: 100%; }
      html.rtl .artistsIndex__search {
        float: none; } }
  @media (max-width: 959px) {
    .artistsIndex__search {
      display: none; } }
  .artistsIndex__search form {
    display: block;
    position: relative;
    padding: 15px;
    border: 1px solid #e5e5e5; }
    .artistsIndex__search form[data-state="focused"] .icn--search {
      background-color: #7d7672; }
    .artistsIndex__search form h3 {
      display: none; }
    .artistsIndex__search form input[type=search] {
      border: 0;
      font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
      font-size: 16px;
      width: 100%;
      height: 27px;
      line-height: 31px; }
      .artistsIndex__search form input[type=search]:-moz-placeholder {
        font-style: italic; }
      .artistsIndex__search form input[type=search]::-moz-placeholder {
        font-style: italic; }
      .artistsIndex__search form input[type=search]:-ms-input-placeholder {
        font-style: italic; }
      .artistsIndex__search form input[type=search]::-webkit-input-placeholder {
        font-style: italic; }
    .artistsIndex__search form .icn--search {
      position: absolute;
      z-index: 1;
      top: 15px;
      right: 15px;
      display: block;
      width: 27px;
      height: 27px;
      border: 0;
      border-radius: 27px;
      background-color: #e5e5e5;
      cursor: pointer;
      -webkit-transition: background 200ms linear;
      transition: background 200ms linear; }
      .artistsIndex__search form .icn--search svg {
        position: absolute;
        top: 5px;
        left: 7px;
        width: 14px;
        height: 17px; }
      .artistsIndex__search form .icn--search path {
        fill: #fff; }
      .artistsIndex__search form .icn--search:focus {
        outline: none; }
      html.rtl .artistsIndex__search form .icn--search {
        right: auto;
        left: 15px; }

.artistsIndex__search__inner {
  padding: 30px 0 30px 30px; }
  html.rtl .artistsIndex__search__inner {
    padding-left: 0;
    padding-right: 30px; }

.artistsIndex__sidenav {
  margin-top: 15px;
  margin-bottom: 15px; }

.artistsIndex__content {
  float: left;
  width: 75%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .artistsIndex__content {
    float: right; }
  @media (max-width: 767px) {
    .artistsIndex__content {
      float: none;
      width: 100%; }
      html.rtl .artistsIndex__content {
        float: none; } }
  @media (max-width: 959px) {
    .artistsIndex__content {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .artistsIndex__content {
        float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .artistsIndex__content {
      float: none;
      width: 100%; }
      html.rtl .artistsIndex__content {
        float: none; } }

.artistsIndex__header {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 30px 15px 30px; }

.artistsIndex__header__inner {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .artistsIndex__header__inner:before, .artistsIndex__header__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .artistsIndex__header__inner:after {
    clear: both; }

.artistsIndex__title {
  float: left;
  width: 58.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  white-space: nowrap;
  text-overflow: ellipsis; }
  html.rtl .artistsIndex__title {
    float: right; }
  @media (max-width: 767px) {
    .artistsIndex__title {
      float: none;
      width: 100%; }
      html.rtl .artistsIndex__title {
        float: none; } }

.artistsIndex__viewby {
  float: left;
  width: 41.66667%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding-top: 1em;
  white-space: nowrap;
  text-overflow: ellipsis; }
  html.rtl .artistsIndex__viewby {
    float: right; }
  @media (max-width: 767px) {
    .artistsIndex__viewby {
      float: none;
      width: 100%; }
      html.rtl .artistsIndex__viewby {
        float: none; } }
  .artistsIndex__viewby label {
    margin-left: 22.5px;
    cursor: pointer; }
    html.rtl .artistsIndex__viewby label {
      margin-left: 0;
      margin-right: 22.5px; }
  .artistsIndex__viewby .topcoat-radio-button__checkmark {
    text-align: left; }
  html.js .artistsIndex__viewby button {
    display: none; }
  html.rtl .artistsIndex__viewby {
    text-align: left; }
    html.rtl .artistsIndex__viewby .topcoat-radio-button__checkmark {
      text-align: right; }
  @media (min-width: 768px) and (max-width: 959px) {
    .artistsIndex__viewby {
      padding-top: 1em; } }
  @media (max-width: 767px) {
    .artistsIndex__viewby {
      display: none; } }

.artistsIndex__byLetter ul {
  margin-top: -1em;
  margin-bottom: -.5em;
  list-style: none;
  padding-left: 0;
  *zoom: 1; }
  .artistsIndex__byLetter ul:before, .artistsIndex__byLetter ul:after {
    content: " ";
    display: table;
    line-height: 0; }
  .artistsIndex__byLetter ul:after {
    clear: both; }

.artistsIndex__byLetter li {
  padding-left: 0;
  line-height: 2;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  html.rtl .artistsIndex__byLetter li {
    float: right; }
  @media (max-width: 767px) {
    .artistsIndex__byLetter li {
      float: none;
      width: 100%; }
      html.rtl .artistsIndex__byLetter li {
        float: none; } }
  @media (min-width: 1224px) {
    .artistsIndex__byLetter li {
      float: left;
      width: 25%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .artistsIndex__byLetter li {
        float: right; } }
  @media (min-width: 1224px) and (max-width: 767px) {
    .artistsIndex__byLetter li {
      float: none;
      width: 100%; }
      html.rtl .artistsIndex__byLetter li {
        float: none; } }
  @media (max-width: 767px) {
    .artistsIndex__byLetter li {
      float: left;
      width: 50%; }
      html.rtl .artistsIndex__byLetter li {
        float: right; } }

.artistsIndex__byLetter a {
  text-decoration: none; }
  .artistsIndex__byLetter a:hover {
    text-decoration: underline; }

.artistsIndex__letter {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px; }
  .artistsIndex__letter:last-child {
    border-bottom: 0; }
  .artistsIndex__letter .section__header {
    padding-top: 0;
    padding-left: 0; }

.calendarIndex__outer {
  position: relative; }
  .calendarIndex__outer:before {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    background-color: #e5e5e5; }
    html.rtl .calendarIndex__outer:before {
      left: 75%; }
    @media (max-width: 959px) {
      .calendarIndex__outer:before {
        display: none; } }

.calendarIndex__inner {
  *zoom: 1; }
  .calendarIndex__inner:before, .calendarIndex__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .calendarIndex__inner:after {
    clear: both; }

.calendarIndex__aside {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .calendarIndex__aside {
    float: right; }
  @media (max-width: 767px) {
    .calendarIndex__aside {
      float: none;
      width: 100%; }
      html.rtl .calendarIndex__aside {
        float: none; } }
  .calendarIndex__aside .nav--sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5; }
    .calendarIndex__aside .nav--sidebar a {
      padding-left: 26px; }
      html.rtl .calendarIndex__aside .nav--sidebar a {
        padding-right: 26px; }
    @media (min-width: 1224px) {
      .calendarIndex__aside .nav--sidebar {
        font-size: 18px; } }
  @media (max-width: 959px) {
    .calendarIndex__aside {
      display: none; } }
  .calendarIndex__aside form {
    display: block;
    position: relative;
    padding: 15px;
    border: 1px solid #e5e5e5; }
    .calendarIndex__aside form[data-state="focused"] .icn--search {
      background-color: #7d7672; }
    .calendarIndex__aside form h3 {
      display: none; }
    .calendarIndex__aside form input[type=search] {
      border: 0;
      font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
      font-size: 16px;
      height: 27px;
      line-height: 31px;
      width: 100%; }
      .calendarIndex__aside form input[type=search]:-moz-placeholder {
        font-style: italic; }
      .calendarIndex__aside form input[type=search]::-moz-placeholder {
        font-style: italic; }
      .calendarIndex__aside form input[type=search]:-ms-input-placeholder {
        font-style: italic; }
      .calendarIndex__aside form input[type=search]::-webkit-input-placeholder {
        font-style: italic; }
    .calendarIndex__aside form .icn--search {
      position: absolute;
      z-index: 1;
      top: 15px;
      right: 15px;
      display: block;
      width: 27px;
      height: 27px;
      border: 0;
      border-radius: 27px;
      background-color: #e5e5e5;
      cursor: pointer;
      -webkit-transition: background 200ms linear;
      transition: background 200ms linear; }
      .calendarIndex__aside form .icn--search svg {
        position: absolute;
        top: 5px;
        left: 7px;
        width: 14px;
        height: 17px; }
      .calendarIndex__aside form .icn--search path {
        fill: #fff; }
      .calendarIndex__aside form .icn--search:focus {
        outline: none; }
      html.rtl .calendarIndex__aside form .icn--search {
        right: auto;
        left: 15px; }
  @media (max-width: 959px) {
    .calendarIndex__aside {
      display: none; } }

.calendarIndex__calendar {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5; }
  .calendarIndex__calendar .calendar__heading {
    padding-bottom: 15px;
    text-align: center; }

.calendarIndex__filterSearch {
  padding: 30px; }

.calendarIndex__search__inner {
  padding: 30px 0 30px 30px; }
  html.rtl .calendarIndex__search__inner {
    padding-left: 0;
    padding-right: 30px; }

.calendarIndex__sidenav {
  margin-bottom: 15px; }

.calendarIndex__content {
  float: left;
  width: 75%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .calendarIndex__content {
    float: right; }
  @media (max-width: 767px) {
    .calendarIndex__content {
      float: none;
      width: 100%; }
      html.rtl .calendarIndex__content {
        float: none; } }
  @media (max-width: 959px) {
    .calendarIndex__content {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .calendarIndex__content {
        float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .calendarIndex__content {
      float: none;
      width: 100%; }
      html.rtl .calendarIndex__content {
        float: none; } }
  .calendarIndex__content .fb {
    border-bottom: 4px solid #f7f7f7; }

.calendarIndex__articleList {
  padding: 15px; }

.calendarIndex__article {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }
  .calendarIndex__article:before, .calendarIndex__article:after {
    content: " ";
    display: table;
    line-height: 0; }
  .calendarIndex__article:after {
    clear: both; }
  .calendarIndex__article:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

.calendarIndex__article__header {
  float: left;
  width: 22.22222%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px; }
  html.rtl .calendarIndex__article__header {
    float: right; }
  @media (max-width: 767px) {
    .calendarIndex__article__header {
      float: none;
      width: 100%; }
      html.rtl .calendarIndex__article__header {
        float: none; } }

.calendarIndex__article__section {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .calendarIndex__article__section {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .calendarIndex__article__section.calendarIndex__article__section--exhibitions {
    color: #fbb913; }
  .calendarIndex__article__section.calendarIndex__article__section--studios {
    color: #3300ff; }
  .calendarIndex__article__section.calendarIndex__article__section--workshops {
    color: #ff3333; }
  .calendarIndex__article__section.calendarIndex__article__section--youth {
    color: #3399FF; }
  .calendarIndex__article__section.calendarIndex__article__section--residencies {
    color: #ff00ff; }
  .calendarIndex__article__section.calendarIndex__article__section--projects {
    color: #00cc99; }

.calendarIndex__article__date {
  margin-top: .3em;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .calendarIndex__article__date {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.calendarIndex__article__times {
  margin: 0;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-style: italic; }
  html.ar .calendarIndex__article__times {
    font-style: normal; }

.calendarIndex__article__excerpt {
  float: left;
  width: 44.44444%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px; }
  html.rtl .calendarIndex__article__excerpt {
    float: right; }
  @media (max-width: 767px) {
    .calendarIndex__article__excerpt {
      float: none;
      width: 100%; }
      html.rtl .calendarIndex__article__excerpt {
        float: none; } }

.calendarIndex__article__title {
  margin: 0;
  font-size: 16px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .calendarIndex__article__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.calendarIndex__article__instructor {
  margin: 0;
  font-size: 16px;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .calendarIndex__article__instructor {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.calendarIndex__article__image {
  float: left;
  width: 22.22222%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 11.11111%;
  padding-bottom: 15px; }
  html.rtl .calendarIndex__article__image {
    float: right; }
  @media (max-width: 767px) {
    .calendarIndex__article__image {
      float: none;
      width: 100%; }
      html.rtl .calendarIndex__article__image {
        float: none; } }
  html.rtl .calendarIndex__article__image {
    margin-left: 0;
    margin-right: 11.11111%; }
  @media (max-width: 767px) {
    .calendarIndex__article__image {
      margin-left: 0; }
      html.rtl .calendarIndex__article__image {
        margin-right: 0; } }
  .calendarIndex__article__image img {
    width: 100%; }

.static__form.static__form--checkout .form__field.form__checkbox--sameAddress {
  margin-bottom: 0; }

.static__form.static__form--checkout .form__group {
  max-width: none; }

.static__form.static__form--checkout .fieldset--shipping .form__group--horizontal:last-child {
  margin-bottom: 0; }
  .static__form.static__form--checkout .fieldset--shipping .form__group--horizontal:last-child .form__field {
    margin-bottom: 0; }

.static__form.static__form--checkout .fieldset--shipping .form__field {
  width: 100%; }
  .static__form.static__form--checkout .fieldset--shipping .form__field label {
    *zoom: 1;
    max-width: 100%; }
    .static__form.static__form--checkout .fieldset--shipping .form__field label:before, .static__form.static__form--checkout .fieldset--shipping .form__field label:after {
      content: " ";
      display: table;
      line-height: 0; }
    .static__form.static__form--checkout .fieldset--shipping .form__field label:after {
      clear: both; }
    .static__form.static__form--checkout .fieldset--shipping .form__field label em {
      text-transform: none; }
    .static__form.static__form--checkout .fieldset--shipping .form__field label small {
      float: right; }

.static__form.static__form--checkout .fieldset--review table {
  border: 0; }
  .static__form.static__form--checkout .fieldset--review table td {
    vertical-align: top;
    border-bottom: 0; }
  .static__form.static__form--checkout .fieldset--review table .cart__itemThumb {
    padding-left: 0; }
    .static__form.static__form--checkout .fieldset--review table .cart__itemThumb img {
      max-width: 60px; }

.static__form.static__form--checkout .fieldset--flash .flash--error {
  color: red; }

@media (max-width: 767px) {
  .static__form.static__form--checkout button {
    width: 100%; } }

.checkout .text-right {
  text-align: right; }
  html.ar .checkout .text-right {
    text-align: left; }

.checkout__inner {
  padding: 2rem; }

.fieldset.hidden {
  display: none; }

.cart {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 30px; }
  .cart .text-right {
    text-align: right; }
    html.ar .cart .text-right {
      text-align: left; }
  .cart .text-center {
    text-align: center; }
  .cart table {
    width: auto; }
    .cart table .cart__itemDesc {
      width: 100%;
      white-space: normal; }
  .cart th,
  .cart td {
    padding: .75em 1em;
    white-space: nowrap; }

.cart__item {
  vertical-align: middle; }

.cart__itemThumb a,
.cart__itemDesc a {
  text-decoration: none; }

.cart__itemQty .btn--qty {
  display: inline-block;
  background-color: #fcfcfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0; }
  .cart__itemQty .btn--qty:hover {
    background-color: #bab0a5; }

.cart__itemQty .qty {
  display: inline-block;
  padding: 0 .5em; }

th.cart__itemDesc span {
  display: none; }
  @media (max-width: 767px) {
    th.cart__itemDesc span {
      display: block; } }

@media (max-width: 767px) {
  .cart__itemThumb {
    display: none; } }

.cart__itemThumb img {
  width: 150px;
  max-width: none; }

.cart__itemSubtotal {
  white-space: nowrap; }
  .cart__itemSubtotal em {
    color: #7d7672; }
  @media (max-width: 767px) {
    .cart__itemSubtotal {
      display: none; } }

.cart__adjustmentType {
  visibility: hidden; }

.cart__adjustmentName {
  width: 100%; }

.cart__totals {
  padding: 2em 1em;
  border: 1px solid #f7f7f7; }
  .cart__totals h4 {
    font-size: 24px;
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    html.ar .cart__totals h4 {
      font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .cart__totals h4 {
        font-size: 18px; } }
  .cart__totals br + h4 {
    margin-top: 1em; }

.cart__btn {
  padding: 1.25em 1em;
  background-color: #e6e6e6; }
  .cart__btn--terms {
    background-color: rgba(230, 230, 230, 0.5);
    border-bottom: 1px solid #C0C0C0; }

.cart__btnFieldset {
  border: 0;
  padding: 0; }
  .cart__btnFieldset label {
    display: inline-block;
    margin-right: 7.5px; }
    .cart__btnFieldset label.error {
      color: red; }
  .cart__btnFieldset input[type="email"] {
    display: inline-block;
    width: 15em;
    padding: 8px;
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #d5d4d4;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; }
    .cart__btnFieldset input[type="email"]:-moz-placeholder {
      color: #7d7672; }
    .cart__btnFieldset input[type="email"]::-moz-placeholder {
      color: #7d7672; }
    .cart__btnFieldset input[type="email"]:-ms-input-placeholder {
      color: #7d7672; }
    .cart__btnFieldset input[type="email"]::-webkit-input-placeholder {
      color: #7d7672; }
    .cart__btnFieldset input[type="email"]:focus {
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
      border-bottom: 1px solid rgba(0, 0, 0, 0.26);
      outline: none; }
  @media (max-width: 767px) {
    .cart__btnFieldset label {
      margin-right: 0; }
    .cart__btnFieldset button {
      width: 100%; } }

.order {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 30px; }
  .order .text-right {
    text-align: right; }
    html.ar .order .text-right {
      text-align: left; }
  .order .static__header {
    float: none !important;
    padding-top: 15px; }
    @media (max-width: 959px) {
      .order .static__header {
        padding-top: 7.5px; } }
  .order h3 {
    margin-bottom: 1em; }
    @media (max-width: 767px) {
      .order h3 {
        margin-bottom: .6em; } }

.order__inner {
  border: 1px solid #f7f7f7; }

.order__row {
  padding: 1.25em 1em; }
  .order__row + .order__row {
    border-top: 2px solid #f7f7f7; }

.order__row--btn {
  background-color: #e6e6e6; }

.order__row--header {
  font-size: 16px;
  *zoom: 1;
  padding-left: 0;
  padding-right: 0; }
  .order__row--header:before, .order__row--header:after {
    content: " ";
    display: table;
    line-height: 0; }
  .order__row--header:after {
    clear: both; }
  .order__row--header .order__meta {
    float: left;
    width: 50%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .order__row--header .order__meta {
      float: right; }
    @media (max-width: 767px) {
      .order__row--header .order__meta {
        float: none;
        width: 100%; }
        html.rtl .order__row--header .order__meta {
          float: none; } }
  @media (max-width: 767px) {
    .order__row--header .text-right {
      text-align: left; }
      html.ar .order__row--header .text-right {
        text-align: right; } }

.order__row--addresses {
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .order__row--addresses:before, .order__row--addresses:after {
    content: " ";
    display: table;
    line-height: 0; }
  .order__row--addresses:after {
    clear: both; }
  .order__row--addresses:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #f7f7f7;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -.5px; }
    @media (max-width: 767px) {
      .order__row--addresses:before {
        display: none; } }
  .order__row--addresses .order__address {
    float: left;
    width: 50%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .order__row--addresses .order__address {
      float: right; }
    @media (max-width: 767px) {
      .order__row--addresses .order__address {
        float: none;
        width: 100%; }
        html.rtl .order__row--addresses .order__address {
          float: none; } }
  @media (max-width: 767px) {
    .order__row--addresses .order__address + .order__address {
      margin-top: 1em; } }

.order__itemSubtotal,
.order__totalValue {
  white-space: nowrap; }

.order__totals,
.order__items {
  border: 0;
  width: 100%; }
  .order__totals td,
  .order__items td {
    border: 0;
    padding: .75em 0;
    vertical-align: top; }
    .order__totals td + td,
    .order__items td + td {
      padding-left: 15px; }

.order__itemThumb img {
  max-width: none;
  width: 85px; }

@media (max-width: 767px) {
  .order__itemThumb {
    display: none; } }

.order__itemDesc,
.order__totalLabel {
  width: 100%; }

.order__totalLabel--total,
.order__totalValue--total {
  font-size: 18px; }

.exhibitionsEntry__inner {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  margin-top: 60px;
  margin-bottom: 90px; }
  .exhibitionsEntry__inner:before, .exhibitionsEntry__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .exhibitionsEntry__inner:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .exhibitionsEntry__inner {
      margin-top: 30px;
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .exhibitionsEntry__inner {
      margin-bottom: 15px;
      margin-top: 15px; } }

.exhibitionsEntry__header {
  float: left;
  width: 33.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .exhibitionsEntry__header {
    float: right; }
  @media (max-width: 767px) {
    .exhibitionsEntry__header {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__header {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .exhibitionsEntry__header {
      float: left;
      width: 41.66667%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .exhibitionsEntry__header {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .exhibitionsEntry__header {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__header {
        float: none; } }

.exhibitionsEntry__header__inner {
  margin-left: 60px; }
  @media (min-width: 768px) and (max-width: 959px) {
    .exhibitionsEntry__header__inner {
      margin-left: 30px; } }
  @media (max-width: 767px) {
    .exhibitionsEntry__header__inner {
      margin-left: 15px;
      margin-right: 15px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #f7f7f7; } }
  html.rtl .exhibitionsEntry__header__inner {
    margin-left: 0;
    margin-right: 60px; }
    @media (min-width: 768px) and (max-width: 959px) {
      html.rtl .exhibitionsEntry__header__inner {
        margin-left: 0;
        margin-right: 30px; } }
    @media (max-width: 767px) {
      html.rtl .exhibitionsEntry__header__inner {
        margin-left: 15px;
        margin-right: 15px; } }

.exhibitionsEntry__title {
  margin-bottom: 15px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #fbb913;
  line-height: .9; }
  html.ar .exhibitionsEntry__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1224px) {
    .exhibitionsEntry__title {
      font-size: 70px; } }

.exhibitionsEntry__subtitle {
  margin-bottom: 0;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: .9; }
  html.ar .exhibitionsEntry__subtitle {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1224px) {
    .exhibitionsEntry__subtitle {
      font-size: 55px; } }

.exhibitionsEntry__title + .exhibitionsEntry__subtitle {
  margin-top: 0; }

.exhibitionsEntry__dates {
  margin-top: 60px;
  font-size: 15px; }
  @media (min-width: 768px) and (max-width: 959px) {
    .exhibitionsEntry__dates {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .exhibitionsEntry__dates {
      margin-top: 15px; } }
  .exhibitionsEntry__dates dl {
    overflow: hidden; }
  .exhibitionsEntry__dates dd + dt {
    clear: both; }
  .exhibitionsEntry__dates dt {
    float: left;
    width: 8em;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900; }
    html.ar .exhibitionsEntry__dates dt {
      float: right; }
  .exhibitionsEntry__dates dd {
    float: left;
    margin-left: 0;
    font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
    font-style: italic; }
    html.ar .exhibitionsEntry__dates dd {
      float: right; }

.exhibitionsEntry__location {
  margin-top: 45px;
  font-size: 15px; }
  @media (max-width: 767px) {
    .exhibitionsEntry__location {
      margin-top: 15px; } }

.exhibitionsEntry__download {
  margin-top: 45px; }
  @media (max-width: 767px) {
    .exhibitionsEntry__download {
      margin-top: 15px; } }
  .exhibitionsEntry__download .cta {
    margin-bottom: 1.2em;
    white-space: normal; }

.exhibitionsEntry__content {
  float: left;
  width: 66.66667%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  html.rtl .exhibitionsEntry__content {
    float: right; }
  @media (max-width: 767px) {
    .exhibitionsEntry__content {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__content {
        float: none; } }
  .exhibitionsEntry__content:before, .exhibitionsEntry__content:after {
    content: " ";
    display: table;
    line-height: 0; }
  .exhibitionsEntry__content:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .exhibitionsEntry__content {
      float: left;
      width: 58.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .exhibitionsEntry__content {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .exhibitionsEntry__content {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__content {
        float: none; } }

.exhibitionsEntry__primary {
  float: left;
  width: 62.5%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px; }
  html.rtl .exhibitionsEntry__primary {
    float: right; }
  @media (max-width: 767px) {
    .exhibitionsEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__primary {
        float: none; } }
  @media (min-width: 1224px) {
    .exhibitionsEntry__primary {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .exhibitionsEntry__primary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .exhibitionsEntry__primary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .exhibitionsEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__primary {
        float: none; } }
  @media (max-width: 767px) {
    .exhibitionsEntry__primary {
      margin-left: 15px; }
      html.rtl .exhibitionsEntry__primary {
        margin-left: 0;
        margin-right: 15px; } }

.exhibitionsEntry__secondary {
  float: left;
  width: 37.5%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.rtl .exhibitionsEntry__secondary {
    float: right; }
  @media (max-width: 767px) {
    .exhibitionsEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__secondary {
        float: none; } }
  .exhibitionsEntry__secondary h3 {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    html.ar .exhibitionsEntry__secondary h3 {
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) and (max-width: 959px) {
    .exhibitionsEntry__secondary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 60px; }
      html.rtl .exhibitionsEntry__secondary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .exhibitionsEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__secondary {
        float: none; } }
  @media (max-width: 767px) {
    .exhibitionsEntry__secondary {
      margin-top: 30px;
      margin-left: 15px; }
      html.ar .exhibitionsEntry__secondary {
        margin-left: 0;
        margin-right: 15px; } }

.exhibitionsEntry__artistList {
  margin-top: 45px; }
  .exhibitionsEntry__artistList ul {
    padding: 0;
    list-style: none; }
  .exhibitionsEntry__artistList li {
    line-height: 2em; }
    .exhibitionsEntry__artistList li :before {
      content: "- "; }
  .exhibitionsEntry__artistList a {
    display: block;
    text-decoration: none; }

.exhibitionsEntry__artist {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 30px;
  margin-bottom: 60px; }
  .exhibitionsEntry__artist:before, .exhibitionsEntry__artist:after {
    content: " ";
    display: table;
    line-height: 0; }
  .exhibitionsEntry__artist:after {
    clear: both; }
  @media (max-width: 767px) {
    .exhibitionsEntry__artist {
      margin-top: 15px;
      padding-top: 15px; } }

.exhibitionsEntry__artist__inner {
  float: left;
  width: 38.88889%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 33.33333%; }
  html.rtl .exhibitionsEntry__artist__inner {
    float: right; }
  @media (max-width: 767px) {
    .exhibitionsEntry__artist__inner {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__artist__inner {
        float: none; } }
  html.rtl .exhibitionsEntry__artist__inner {
    margin-left: 0;
    margin-right: 33.33333%; }
  @media (max-width: 767px) {
    .exhibitionsEntry__artist__inner {
      margin-left: 0; }
      html.rtl .exhibitionsEntry__artist__inner {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .exhibitionsEntry__artist__inner {
      float: left;
      width: 58.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 41.66667%; }
      html.rtl .exhibitionsEntry__artist__inner {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .exhibitionsEntry__artist__inner {
      float: none;
      width: 100%; }
      html.rtl .exhibitionsEntry__artist__inner {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
      html.rtl .exhibitionsEntry__artist__inner {
        margin-left: 0;
        margin-right: 41.66667%; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .exhibitionsEntry__artist__inner {
      margin-left: 0; }
      html.rtl .exhibitionsEntry__artist__inner {
        margin-right: 0; } }

.exhibitionsEntry__artist__excerpt {
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-size: 16px; }
  html.ar .exhibitionsEntry__artist__excerpt {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }
  @media (min-width: 1224px) {
    .exhibitionsEntry__artist__excerpt {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .exhibitionsEntry__artist__excerpt {
      margin-left: 15px;
      margin-right: 15px; } }

.projectsEntry__inner {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  margin-top: 60px;
  margin-bottom: 90px; }
  .projectsEntry__inner:before, .projectsEntry__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .projectsEntry__inner:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .projectsEntry__inner {
      margin-top: 30px;
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .projectsEntry__inner {
      margin-bottom: 15px;
      margin-top: 15px; } }

.projectsEntry__header {
  float: left;
  width: 33.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .projectsEntry__header {
    float: right; }
  @media (max-width: 767px) {
    .projectsEntry__header {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__header {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .projectsEntry__header {
      float: left;
      width: 41.66667%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .projectsEntry__header {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .projectsEntry__header {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__header {
        float: none; } }

.projectsEntry__header__inner {
  margin-left: 60px; }
  @media (min-width: 768px) and (max-width: 959px) {
    .projectsEntry__header__inner {
      margin-left: 30px; } }
  @media (max-width: 767px) {
    .projectsEntry__header__inner {
      margin-left: 15px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #f7f7f7; } }
  html.rtl .projectsEntry__header__inner {
    margin-left: 0;
    margin-right: 60px; }
    @media (min-width: 768px) and (max-width: 959px) {
      html.rtl .projectsEntry__header__inner {
        margin-left: 0;
        margin-right: 30px; } }
    @media (max-width: 767px) {
      html.rtl .projectsEntry__header__inner {
        margin-left: 0;
        margin-right: 15px; } }

.projectsEntry__title {
  margin-bottom: 15px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #00cc99;
  line-height: 1; }
  html.ar .projectsEntry__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1224px) {
    .projectsEntry__title {
      font-size: 70px; } }

.projectsEntry__dates {
  margin-top: 60px;
  font-size: 15px; }
  @media (min-width: 768px) and (max-width: 959px) {
    .projectsEntry__dates {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .projectsEntry__dates {
      margin-top: 15px; } }
  .projectsEntry__dates dl {
    overflow: hidden; }
  .projectsEntry__dates dd + dt {
    clear: both; }
  .projectsEntry__dates dt {
    float: left;
    width: 8em;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900; }
    html.ar .projectsEntry__dates dt {
      float: right; }
  .projectsEntry__dates dd {
    float: left;
    margin-left: 0;
    font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
    font-style: italic; }
    html.ar .projectsEntry__dates dd {
      float: right; }

.projectsEntry__content {
  float: left;
  width: 66.66667%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  html.rtl .projectsEntry__content {
    float: right; }
  @media (max-width: 767px) {
    .projectsEntry__content {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__content {
        float: none; } }
  .projectsEntry__content:before, .projectsEntry__content:after {
    content: " ";
    display: table;
    line-height: 0; }
  .projectsEntry__content:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .projectsEntry__content {
      float: left;
      width: 58.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .projectsEntry__content {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .projectsEntry__content {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__content {
        float: none; } }

.projectsEntry__primary {
  float: left;
  width: 62.5%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px; }
  html.rtl .projectsEntry__primary {
    float: right; }
  @media (max-width: 767px) {
    .projectsEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__primary {
        float: none; } }
  @media (min-width: 1224px) {
    .projectsEntry__primary {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .projectsEntry__primary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .projectsEntry__primary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .projectsEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__primary {
        float: none; } }
  @media (max-width: 767px) {
    .projectsEntry__primary {
      margin-left: 15px; }
      html.rtl .projectsEntry__primary {
        margin-left: 0;
        margin-right: 15px; } }

.projectsEntry__secondary {
  float: left;
  width: 37.5%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.rtl .projectsEntry__secondary {
    float: right; }
  @media (max-width: 767px) {
    .projectsEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__secondary {
        float: none; } }
  .projectsEntry__secondary h3 {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    html.ar .projectsEntry__secondary h3 {
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) and (max-width: 959px) {
    .projectsEntry__secondary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 60px; }
      html.rtl .projectsEntry__secondary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .projectsEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__secondary {
        float: none; } }
  @media (max-width: 767px) {
    .projectsEntry__secondary {
      margin-top: 30px;
      margin-left: 15px; }
      html.ar .projectsEntry__secondary {
        margin-left: 0;
        margin-right: 15px; } }

.projectsEntry__instructors {
  position: relative;
  margin-top: -1px; }
  .projectsEntry__instructors:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    background-color: #e5e5e5; }
  @media (max-width: 959px) {
    .projectsEntry__instructors:after {
      display: none; } }
  .projectsEntry__instructors .projectsEntry__instructors--1:after {
    display: none; }

.projectsEntry__instructors__inner {
  *zoom: 1; }
  .projectsEntry__instructors__inner:before, .projectsEntry__instructors__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .projectsEntry__instructors__inner:after {
    clear: both; }
  .projectsEntry__instructors__inner .figure--project-instructors {
    float: left;
    width: 50%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .projectsEntry__instructors__inner .figure--project-instructors {
      float: right; }
    @media (max-width: 767px) {
      .projectsEntry__instructors__inner .figure--project-instructors {
        float: none;
        width: 100%; }
        html.rtl .projectsEntry__instructors__inner .figure--project-instructors {
          float: none; } }
    .projectsEntry__instructors__inner .figure--project-instructors:nth-child(n+2):nth-child(odd) {
      clear: both; }
    @media (max-width: 959px) {
      .projectsEntry__instructors__inner .figure--project-instructors {
        float: left;
        width: 100%;
        min-height: 1px;
        height: auto !important;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        html.rtl .projectsEntry__instructors__inner .figure--project-instructors {
          float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .projectsEntry__instructors__inner .figure--project-instructors {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__instructors__inner .figure--project-instructors {
        float: none; } }

.projectsEntry__participants {
  position: relative; }
  .projectsEntry__participants:before {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 33.3333333%;
    background-color: #e5e5e5; }
  .projectsEntry__participants:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 66.6666666%;
    background-color: #e5e5e5; }
  @media (min-width: 768px) and (max-width: 959px) {
    .projectsEntry__participants:before {
      left: 50%; }
    .projectsEntry__participants:after {
      display: none; } }
  @media (max-width: 767px) {
    .projectsEntry__participants:before, .projectsEntry__participants:after {
      display: none; } }

.projectsEntry__participants__inner {
  *zoom: 1; }
  .projectsEntry__participants__inner:before, .projectsEntry__participants__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .projectsEntry__participants__inner:after {
    clear: both; }
  .projectsEntry__participants__inner .figure--project-participants {
    float: left;
    width: 33.33333%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .projectsEntry__participants__inner .figure--project-participants {
      float: right; }
    @media (max-width: 767px) {
      .projectsEntry__participants__inner .figure--project-participants {
        float: none;
        width: 100%; }
        html.rtl .projectsEntry__participants__inner .figure--project-participants {
          float: none; } }
    .projectsEntry__participants__inner .figure--project-participants:nth-child(3n + 1) {
      clear: both; }
    @media (max-width: 959px) {
      .projectsEntry__participants__inner .figure--project-participants {
        float: left;
        width: 50%;
        min-height: 1px;
        height: auto !important;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        html.rtl .projectsEntry__participants__inner .figure--project-participants {
          float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .projectsEntry__participants__inner .figure--project-participants {
      float: none;
      width: 100%; }
      html.rtl .projectsEntry__participants__inner .figure--project-participants {
        float: none; } }
    @media (max-width: 959px) {
        .projectsEntry__participants__inner .figure--project-participants:nth-child(3n + 1) {
          clear: none; }
        .projectsEntry__participants__inner .figure--project-participants:nth-child(2n + 1) {
          clear: both; } }

.residenciesEntry__inner {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  margin-top: 60px;
  margin-bottom: 90px; }
  .residenciesEntry__inner:before, .residenciesEntry__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .residenciesEntry__inner:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .residenciesEntry__inner {
      margin-top: 30px;
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .residenciesEntry__inner {
      margin-bottom: 15px;
      margin-top: 15px; } }

.residenciesEntry__header {
  float: left;
  width: 33.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .residenciesEntry__header {
    float: right; }
  @media (max-width: 767px) {
    .residenciesEntry__header {
      float: none;
      width: 100%; }
      html.rtl .residenciesEntry__header {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .residenciesEntry__header {
      float: left;
      width: 41.66667%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .residenciesEntry__header {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .residenciesEntry__header {
      float: none;
      width: 100%; }
      html.rtl .residenciesEntry__header {
        float: none; } }

.residenciesEntry__header__inner {
  margin-left: 60px; }
  @media (min-width: 768px) and (max-width: 959px) {
    .residenciesEntry__header__inner {
      margin-left: 30px; } }
  @media (max-width: 767px) {
    .residenciesEntry__header__inner {
      margin-left: 15px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #f7f7f7; } }
  html.rtl .residenciesEntry__header__inner {
    margin-left: 0;
    margin-right: 60px; }
    @media (min-width: 768px) and (max-width: 959px) {
      html.rtl .residenciesEntry__header__inner {
        margin-left: 0;
        margin-right: 30px; } }
    @media (max-width: 767px) {
      html.rtl .residenciesEntry__header__inner {
        margin-left: 0;
        margin-right: 15px; } }

.residenciesEntry__title {
  margin-bottom: 15px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #ff00ff;
  line-height: 1; }
  html.ar .residenciesEntry__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1224px) {
    .residenciesEntry__title {
      font-size: 70px; } }

.residenciesEntry__dates {
  margin-top: 60px;
  font-size: 15px; }
  @media (min-width: 768px) and (max-width: 959px) {
    .residenciesEntry__dates {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .residenciesEntry__dates {
      margin-top: 15px; } }
  .residenciesEntry__dates dl {
    overflow: hidden; }
  .residenciesEntry__dates dd + dt {
    clear: both; }
  .residenciesEntry__dates dt {
    float: left;
    width: 8em;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900; }
    html.ar .residenciesEntry__dates dt {
      float: right; }
  .residenciesEntry__dates dd {
    float: left;
    margin-left: 0;
    font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
    font-style: italic; }
    html.ar .residenciesEntry__dates dd {
      float: right; }

.residenciesEntry__content {
  float: left;
  width: 66.66667%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  html.rtl .residenciesEntry__content {
    float: right; }
  @media (max-width: 767px) {
    .residenciesEntry__content {
      float: none;
      width: 100%; }
      html.rtl .residenciesEntry__content {
        float: none; } }
  .residenciesEntry__content:before, .residenciesEntry__content:after {
    content: " ";
    display: table;
    line-height: 0; }
  .residenciesEntry__content:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .residenciesEntry__content {
      float: left;
      width: 58.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .residenciesEntry__content {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .residenciesEntry__content {
      float: none;
      width: 100%; }
      html.rtl .residenciesEntry__content {
        float: none; } }

.residenciesEntry__primary {
  float: left;
  width: 62.5%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px; }
  html.rtl .residenciesEntry__primary {
    float: right; }
  @media (max-width: 767px) {
    .residenciesEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .residenciesEntry__primary {
        float: none; } }
  @media (min-width: 1224px) {
    .residenciesEntry__primary {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .residenciesEntry__primary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .residenciesEntry__primary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .residenciesEntry__primary {
      float: none;
      width: 100%; }
      html.rtl .residenciesEntry__primary {
        float: none; } }
  @media (max-width: 767px) {
    .residenciesEntry__primary {
      margin-left: 15px; }
      html.rtl .residenciesEntry__primary {
        margin-left: 0;
        margin-right: 15px; } }

.residenciesEntry__secondary {
  float: left;
  width: 37.5%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.rtl .residenciesEntry__secondary {
    float: right; }
  @media (max-width: 767px) {
    .residenciesEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .residenciesEntry__secondary {
        float: none; } }
  .residenciesEntry__secondary h3 {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    html.ar .residenciesEntry__secondary h3 {
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) and (max-width: 959px) {
    .residenciesEntry__secondary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 60px; }
      html.rtl .residenciesEntry__secondary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .residenciesEntry__secondary {
      float: none;
      width: 100%; }
      html.rtl .residenciesEntry__secondary {
        float: none; } }
  @media (max-width: 767px) {
    .residenciesEntry__secondary {
      margin-top: 30px;
      margin-left: 15px; }
      html.ar .residenciesEntry__secondary {
        margin-left: 0;
        margin-right: 15px; } }

@media (min-width: 1224px) {
  .search {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    .search:before, .search:after {
      content: " ";
      display: table;
      line-height: 0; }
    .search:after {
      clear: both; } }

@media (min-width: 1224px) {
  .search__inner {
    float: left;
    width: 75%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 12.5%; }
    html.rtl .search__inner {
      float: right; } }
  @media (min-width: 1224px) and (max-width: 767px) {
    .search__inner {
      float: none;
      width: 100%; }
      html.rtl .search__inner {
        float: none; } }

@media (min-width: 1224px) {
    html.rtl .search__inner {
      margin-left: 0;
      margin-right: 12.5%; } }
  @media (min-width: 1224px) and (max-width: 767px) {
    .search__inner {
      margin-left: 0; }
      html.rtl .search__inner {
        margin-right: 0; } }

.search__body {
  padding-bottom: 75px;
  padding-top: 30px;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px; }

.searchIndex__article {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }
  .searchIndex__article:before, .searchIndex__article:after {
    content: " ";
    display: table;
    line-height: 0; }
  .searchIndex__article:after {
    clear: both; }
  .searchIndex__article:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

.searchIndex__article__header {
  float: left;
  width: 22.22222%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px; }
  html.rtl .searchIndex__article__header {
    float: right; }
  @media (max-width: 767px) {
    .searchIndex__article__header {
      float: none;
      width: 100%; }
      html.rtl .searchIndex__article__header {
        float: none; } }

.searchIndex__article__section {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .searchIndex__article__section {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .searchIndex__article__section.searchIndex__article__section--exhibitions, .searchIndex__article__section.searchIndex__article__section--exhibitionUpdates, .searchIndex__article__section.searchIndex__article__section--exhibitionsLanding {
    color: #fbb913; }
  .searchIndex__article__section.searchIndex__article__section--studios, .searchIndex__article__section.searchIndex__article__section--studiosLanding {
    color: #3300ff; }
  .searchIndex__article__section.searchIndex__article__section--workshops, .searchIndex__article__section.searchIndex__article__section--workshopsLanding {
    color: #ff3333; }
  .searchIndex__article__section.searchIndex__article__section--youth, .searchIndex__article__section.searchIndex__article__section--youthProgramme, .searchIndex__article__section.searchIndex__article__section--skatePark, .searchIndex__article__section.searchIndex__article__section--education, .searchIndex__article__section.searchIndex__article__section--artClub {
    color: #3399FF; }
  .searchIndex__article__section.searchIndex__article__section--residencies, .searchIndex__article__section.searchIndex__article__section--residencyUpdates, .searchIndex__article__section.searchIndex__article__section--residenciesLanding {
    color: #ff00ff; }
  .searchIndex__article__section.searchIndex__article__section--projects, .searchIndex__article__section.searchIndex__article__section--projectUpdates, .searchIndex__article__section.searchIndex__article__section--projectsLanding {
    color: #00cc99; }

.searchIndex__article__excerpt {
  float: left;
  width: 44.44444%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px; }
  html.rtl .searchIndex__article__excerpt {
    float: right; }
  @media (max-width: 767px) {
    .searchIndex__article__excerpt {
      float: none;
      width: 100%; }
      html.rtl .searchIndex__article__excerpt {
        float: none; } }

.searchIndex__article__title {
  margin: 0;
  font-size: 16px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .searchIndex__article__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.searchIndex__article__image {
  float: left;
  width: 22.22222%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 11.11111%;
  padding-bottom: 15px; }
  html.rtl .searchIndex__article__image {
    float: right; }
  @media (max-width: 767px) {
    .searchIndex__article__image {
      float: none;
      width: 100%; }
      html.rtl .searchIndex__article__image {
        float: none; } }
  html.rtl .searchIndex__article__image {
    margin-left: 0;
    margin-right: 11.11111%; }
  @media (max-width: 767px) {
    .searchIndex__article__image {
      margin-left: 0; }
      html.rtl .searchIndex__article__image {
        margin-right: 0; } }
  .searchIndex__article__image img {
    width: 100%; }

.static {
  *zoom: 1; }
  .static:before, .static:after {
    content: " ";
    display: table;
    line-height: 0; }
  .static:after {
    clear: both; }

.static__header {
  float: left;
  width: 100%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 30px; }
  html.rtl .static__header {
    float: right; }
  @media (max-width: 767px) {
    .static__header {
      float: none;
      width: 100%; }
      html.rtl .static__header {
        float: none; } }
  .static__header.has_mnav {
    margin-left: 25%;
    width: 75%; }
    html.rtl .static__header.has_mnav {
      margin-left: 0;
      margin-right: 25%; }
    @media (max-width: 767px) {
      .static__header.has_mnav {
        margin-left: 0; }
        html.rtl .static__header.has_mnav {
          margin-right: 0; } }
  .static__header .static__header__text {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .static__header .static__header__text {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (max-width: 767px) {
    .static__header.has_mnav {
      display: none; } }
  @media (max-width: 959px) {
    .static__header {
      padding-top: 15px;
      padding-bottom: 15px; } }

.static__mnav {
  display: none; }
  @media (max-width: 767px) {
    .static__mnav {
      display: block; } }

.static__header + .static__nav {
  clear: both; }

.static__nav {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .static__nav {
    float: right; }
  @media (max-width: 767px) {
    .static__nav {
      float: none;
      width: 100%; }
      html.rtl .static__nav {
        float: none; } }
  @media (max-width: 767px) {
    .static__nav {
      display: none; } }

.static__body {
  float: left;
  width: 100%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .static__body {
    float: right; }
  @media (max-width: 767px) {
    .static__body {
      float: none;
      width: 100%; }
      html.rtl .static__body {
        float: none; } }
  .static__body.has_mnav {
    width: 75%; }
  @media (max-width: 767px) {
    .static__body.has_mnav {
      width: 100%; }
      .static__body.has_mnav .static__slideshow {
        margin-top: 15px; } }

.static__content {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  padding-bottom: 75px; }
  .static__content:before, .static__content:after {
    content: " ";
    display: table;
    line-height: 0; }
  .static__content:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .static__content {
      padding-bottom: 45px; } }
  @media (max-width: 767px) {
    .static__content {
      margin-left: 0;
      margin-right: 0; } }

.static__primary {
  float: left;
  width: 58.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-size: 16px; }
  html.rtl .static__primary {
    float: right; }
  @media (max-width: 767px) {
    .static__primary {
      float: none;
      width: 100%; }
      html.rtl .static__primary {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .static__primary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .static__primary {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .static__primary {
      float: none;
      width: 100%; }
      html.rtl .static__primary {
        float: none; } }

.static__secondary {
  float: left;
  width: 33.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8.33333%;
  padding-right: 45px; }
  html.rtl .static__secondary {
    float: right; }
  @media (max-width: 767px) {
    .static__secondary {
      float: none;
      width: 100%; }
      html.rtl .static__secondary {
        float: none; } }
  html.rtl .static__secondary {
    margin-left: 0;
    margin-right: 8.33333%; }
  @media (max-width: 767px) {
    .static__secondary {
      margin-left: 0; }
      html.rtl .static__secondary {
        margin-right: 0; } }
  html.rtl .static__secondary {
    padding-left: 45px;
    padding-right: 15px; }
  @media (max-width: 959px) {
    .static__secondary {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0%;
      margin-top: 45px; }
      html.rtl .static__secondary {
        float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .static__secondary {
      float: none;
      width: 100%; }
      html.rtl .static__secondary {
        float: none; } }
  @media (max-width: 959px) {
      html.rtl .static__secondary {
        margin-left: 0;
        margin-right: 0%; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .static__secondary {
      margin-left: 0; }
      html.rtl .static__secondary {
        margin-right: 0; } }

.static__slideshow + .static__mnav + .static__content {
  margin-top: 30px; }

.static__slideshow + .static__content {
  margin-top: 30px; }

.static__slideshow {
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .static__slideshow {
      margin-bottom: 0; } }

.static__form {
  background-color: #f3f3f3;
  max-width: 800px;
  margin-right: 30px;
  margin-bottom: 45px;
  /*
	// custom select from: http://filamentgroup.github.io/select-css/demo/
	.custom-select {
		position: relative; // for our pseudo
		display: block; // just in case
		background-color: #fcfcfc; // custom colour just for forms
		border-radius: 3px;
		border: 1px solid $borderGrey; // custom colour just for forms

		select {
			width: 100%;
			margin:0;
			background:none;
			border: 1px solid transparent;
			outline: none;
			line-height: 1.8; // needed to bring our overall height up to match our inputs
			padding: .5em 1.9em .5em .8em;
			//Remove select styling
			appearance: none;
			-webkit-appearance: none;

			&:focus {
				outline: none;
			}
		}
	}

	// Custom arrow sits on top of the select
	.custom-select::after {
		content: "";
		position: absolute;
		width: 9px;
		height: 8px;
		top: 50%;
		right: 1em;
		margin-top:-4px;
		background-image: url(/assets/img/carat-down.png);
		background-repeat: no-repeat;
		background-size: 100%;
		z-index: 2;
		// This hack make the select behind the arrow clickable in some browsers
		pointer-events:none;
	}

	// ------------------------------------  //
	// START OF UGLY BROWSER-SPECIFIC HACKS //
	// ----------------------------------  //

	// OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7
	x:-o-prefocus, .custom-select::after {
		display:none;
	}

	// IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting
	// The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.custom-select select::-ms-expand {
			display: none;
		}
		.custom-select select:focus::-ms-value {
			background: transparent;
			color: #222;
		}
	}

	// FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e
	// Show only the native arrow
	@-moz-document url-prefix() {
		.custom-select {
			overflow: hidden;
		}
		.custom-select select {
			width: 120%;
			width: -moz-calc(100% + 3em);
			width: calc(100% + em);
		}
	}

	// Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring
	.custom-select select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}
	// ------------------------------------  //
	//  END OF UGLY BROWSER-SPECIFIC HACKS  //
	// ------------------------------------  //
*/ }
  .static__form .standfirst {
    margin-bottom: 15px;
    padding: 30px;
    border-bottom: 1px solid #d5d4d4; }
    .static__form .standfirst p,
    .static__form .standfirst ul {
      max-width: 660px; }
    .static__form .standfirst :last-child {
      margin-bottom: 0; }
    .static__form .standfirst.standfirst--errors p {
      margin-bottom: 15px; }
    .static__form .standfirst.standfirst--errors li {
      font-size: 16px; }
  .static__form .btn, .static__form .remodal-confirm {
    background-color: #fcfcfc; }
    .static__form .btn:hover, .static__form .remodal-confirm:hover {
      background-color: #bab0a5; }
  .static__form .group-member-row {
    border-left: 1px solid #d5d4d4;
    border-right: 1px solid #d5d4d4; }
    .static__form .group-member-row:first-child {
      border-top: 1px solid #d5d4d4; }
    .static__form .group-member-row:last-child {
      border-bottom: 1px solid #d5d4d4;
      margin-bottom: 30px; }
  html.rtl .static__form {
    margin-right: 0;
    margin-left: 30px; }
  @media (max-width: 767px) {
    .static__form {
      margin-right: 15px;
      margin-left: 15px; }
      html.rtl .static__form {
        margin-right: 15px;
        margin-left: 15px; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .static__form {
      margin-right: 15px; }
      html.rtl .static__form {
        margin-right: 0;
        margin-left: 15px; } }
  .static__form .form__group {
    max-width: 660px;
    margin-bottom: 15px; }
    .static__form .form__group:last-child {
      margin-bottom: 0; }
  .static__form .form__group--horizontal {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    .static__form .form__group--horizontal:before, .static__form .form__group--horizontal:after {
      content: " ";
      display: table;
      line-height: 0; }
    .static__form .form__group--horizontal:after {
      clear: both; }
    .static__form .form__group--horizontal .form__group {
      float: left;
      width: 50%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; }
      html.rtl .static__form .form__group--horizontal .form__group {
        float: right; }
      @media (max-width: 767px) {
        .static__form .form__group--horizontal .form__group {
          float: none;
          width: 100%; }
          html.rtl .static__form .form__group--horizontal .form__group {
            float: none; } }
      @media (max-width: 767px) {
        .static__form .form__group--horizontal .form__group {
          margin-bottom: 15px; } }
    .static__form .form__group--horizontal .form__field {
      float: left;
      width: 50%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .static__form .form__group--horizontal .form__field {
        float: right; }
      @media (max-width: 767px) {
        .static__form .form__group--horizontal .form__field {
          float: none;
          width: 100%; }
          html.rtl .static__form .form__group--horizontal .form__field {
            float: none; } }
  .static__form .form__group--fullWidth {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    .static__form .form__group--fullWidth:before, .static__form .form__group--fullWidth:after {
      content: " ";
      display: table;
      line-height: 0; }
    .static__form .form__group--fullWidth:after {
      clear: both; }
    .static__form .form__group--fullWidth .form__field {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .static__form .form__group--fullWidth .form__field {
        float: right; }
      @media (max-width: 767px) {
        .static__form .form__group--fullWidth .form__field {
          float: none;
          width: 100%; }
          html.rtl .static__form .form__group--fullWidth .form__field {
            float: none; } }
  .static__form .form__group--vertical .form__field {
    width: 100%; }
    .static__form .form__group--vertical .form__field:last-child {
      margin-bottom: 0; }
    .static__form .form__group--vertical .form__field.form__radio--formMembershipSelection label {
      text-transform: none; }
  .static__form .form__group--dob,
  .static__form .form__group--fee {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    .static__form .form__group--dob:before, .static__form .form__group--dob:after,
    .static__form .form__group--fee:before,
    .static__form .form__group--fee:after {
      content: " ";
      display: table;
      line-height: 0; }
    .static__form .form__group--dob:after,
    .static__form .form__group--fee:after {
      clear: both; }
    .static__form .form__group--dob .form__field,
    .static__form .form__group--fee .form__field {
      float: left;
      width: 16.66667%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 0; }
      html.rtl .static__form .form__group--dob .form__field, html.rtl
      .static__form .form__group--fee .form__field {
        float: right; }
      @media (max-width: 767px) {
        .static__form .form__group--dob .form__field,
        .static__form .form__group--fee .form__field {
          float: none;
          width: 100%; }
          html.rtl .static__form .form__group--dob .form__field, html.rtl
          .static__form .form__group--fee .form__field {
            float: none; } }
      html.rtl .static__form .form__group--dob .form__field, html.rtl
      .static__form .form__group--fee .form__field {
        padding-left: 0;
        padding-right: 15px; }
      @media (max-width: 767px) {
        .static__form .form__group--dob .form__field,
        .static__form .form__group--fee .form__field {
          padding-left: 15px;
          padding-right: 15px; }
          html.rtl .static__form .form__group--dob .form__field, html.rtl
          .static__form .form__group--fee .form__field {
            padding-left: 15px;
            padding-right: 15px; } }
  .static__form .form__field {
    margin-bottom: 15px; }
  .static__form label {
    display: block;
    text-transform: uppercase;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 9px;
    line-height: 1.3;
    min-height: 19px; }
    @media (max-width: 767px) {
      .static__form label {
        min-height: auto; } }
  .static__form input,
  .static__form textarea {
    width: 100%;
    padding: .5em;
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #d5d4d4;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; }
    .static__form input:-moz-placeholder,
    .static__form textarea:-moz-placeholder {
      color: #7d7672; }
    .static__form input::-moz-placeholder,
    .static__form textarea::-moz-placeholder {
      color: #7d7672; }
    .static__form input:-ms-input-placeholder,
    .static__form textarea:-ms-input-placeholder {
      color: #7d7672; }
    .static__form input::-webkit-input-placeholder,
    .static__form textarea::-webkit-input-placeholder {
      color: #7d7672; }
    .static__form input:focus,
    .static__form textarea:focus {
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
      border-bottom: 1px solid rgba(0, 0, 0, 0.26);
      outline: none; }
  .static__form input,
  .static__form select {
    height: 42px; }
  .static__form select {
    width: 100%;
    padding: .5em;
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid #d5d4d4;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; }
    .static__form select:focus {
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
      border-bottom: 1px solid rgba(0, 0, 0, 0.26);
      outline: none; }
    .static__form select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
  .static__form fieldset {
    border: 0;
    margin: 0;
    padding: 30px; }
    .static__form fieldset + fieldset {
      border-top: 1px solid #d5d4d4; }
    .static__form fieldset p {
      max-width: 500px; }
  .static__form .fieldset__legend {
    text-transform: uppercase;
    font-family: "FrutigerLTPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 14px; }
    .static__form .fieldset__legend a {
      text-transform: none;
      font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .static__form .fieldset__legend + .form__group {
      margin-top: 30px; }
  .static__form .fieldset--declaration .fieldset__legend + .form__group {
    margin-top: 15px; }
  .static__form .form__group__heading {
    padding-left: 15px;
    padding-right: 15px;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    line-height: 1.3;
    text-transform: uppercase; }
  .static__form .form__radio input,
  .static__form .form__checkbox input {
    display: none; }
    .static__form .form__radio input + label,
    .static__form .form__checkbox input + label {
      position: relative;
      padding-left: 35px;
      font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
      max-width: 500px;
      margin-bottom: 0;
      cursor: pointer; }
      .static__form .form__radio input + label span,
      .static__form .form__checkbox input + label span {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 20px;
        background-color: #fcfcfc;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 3px;
        border: 1px solid transparent;
        border-top: none;
        border-bottom: 1px solid #d5d4d4;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear; }
        .static__form .form__radio input + label span:-moz-placeholder,
        .static__form .form__checkbox input + label span:-moz-placeholder {
          color: #7d7672; }
        .static__form .form__radio input + label span::-moz-placeholder,
        .static__form .form__checkbox input + label span::-moz-placeholder {
          color: #7d7672; }
        .static__form .form__radio input + label span:-ms-input-placeholder,
        .static__form .form__checkbox input + label span:-ms-input-placeholder {
          color: #7d7672; }
        .static__form .form__radio input + label span::-webkit-input-placeholder,
        .static__form .form__checkbox input + label span::-webkit-input-placeholder {
          color: #7d7672; }
        .static__form .form__radio input + label span:focus,
        .static__form .form__checkbox input + label span:focus {
          -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
          border-bottom: 1px solid rgba(0, 0, 0, 0.26);
          outline: none; }
      html.rtl .static__form .form__radio input + label, html.rtl
      .static__form .form__checkbox input + label {
        padding-left: 0;
        padding-right: 35px; }
        html.rtl .static__form .form__radio input + label span, html.rtl
        .static__form .form__checkbox input + label span {
          left: auto;
          right: 0; }
      .static__form .form__radio input + label small,
      .static__form .form__checkbox input + label small {
        font-size: inherit;
        text-transform: none; }
      .static__form .form__radio input + label strong,
      .static__form .form__checkbox input + label strong {
        font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .static__form .form__radio input:checked + label span,
    .static__form .form__radio input .checked + label span,
    .static__form .form__checkbox input:checked + label span,
    .static__form .form__checkbox input .checked + label span {
      background-color: #d5d4d4;
      background-image: url(/assets/img/icn_checkbox_checked.png); }
  .static__form .form__radio.form__checkbox--declaration input + label,
  .static__form .form__checkbox.form__checkbox--declaration input + label {
    text-transform: none; }
  .static__form .form__radio.form__radio--fluid, .static__form .form__radio.form__checkbox--fluid,
  .static__form .form__checkbox.form__radio--fluid,
  .static__form .form__checkbox.form__checkbox--fluid {
    width: auto;
    float: left; }
    html.rtl .static__form .form__radio.form__radio--fluid, html.rtl .static__form .form__radio.form__checkbox--fluid, html.rtl
    .static__form .form__checkbox.form__radio--fluid, html.rtl
    .static__form .form__checkbox.form__checkbox--fluid {
      float: right; }
  .static__form .input-errors {
    margin-left: 25%;
    float: left;
    width: 50%;
    min-height: 1px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    border-left: 4px solid #000; }
    html.rtl .static__form .input-errors {
      margin-left: 0;
      margin-right: 25%; }
    @media (max-width: 767px) {
      .static__form .input-errors {
        margin-left: 0; }
        html.rtl .static__form .input-errors {
          margin-right: 0; } }
    html.rtl .static__form .input-errors {
      float: right; }
    @media (max-width: 767px) {
      .static__form .input-errors {
        float: none;
        width: 100%; }
        html.rtl .static__form .input-errors {
          float: none; } }

.studiosIndex__facilities {
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  .studiosIndex__facilities:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #e5e5e5; }
  @media (max-width: 767px) {
    .studiosIndex__facilities:after {
      display: none; }
    .studiosIndex__facilities .studiosIndex__facilities__row__inner {
      width: 100%; }
    .studiosIndex__facilities .studiosIndex__facilities__block {
      display: block;
      width: 100%; } }

.studiosIndex__facilities__row {
  position: relative; }
  .studiosIndex__facilities__row:before {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    margin-left: -.5px;
    background-color: #e5e5e5; }
  .studiosIndex__facilities__row:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    margin-right: -.5px;
    background-color: #e5e5e5; }
  @media (max-width: 959px) {
    .studiosIndex__facilities__row:before, .studiosIndex__facilities__row:after {
      display: none; } }

.studiosIndex__facilities__row__inner {
  *zoom: 1; }
  .studiosIndex__facilities__row__inner:before, .studiosIndex__facilities__row__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .studiosIndex__facilities__row__inner:after {
    clear: both; }

.studiosIndex__facilities__block {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }
  html.rtl .studiosIndex__facilities__block {
    float: right; }
  @media (max-width: 767px) {
    .studiosIndex__facilities__block {
      float: none;
      width: 100%; }
      html.rtl .studiosIndex__facilities__block {
        float: none; } }
  .studiosIndex__facilities__block:nth-child(4n + 1) {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .studiosIndex__facilities__block {
      float: left;
      width: 50%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .studiosIndex__facilities__block {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .studiosIndex__facilities__block {
      float: none;
      width: 100%; }
      html.rtl .studiosIndex__facilities__block {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
      .studiosIndex__facilities__block:nth-child(2n + 1) {
        clear: both; } }
  .studiosIndex__facilities__block:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.studiosIndex__facilities__text {
  margin: 15px;
  min-height: 2.9em;
  overflow: hidden; }

.studiosIndex__facilities__title {
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px; }
  html.ar .studiosIndex__facilities__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.studiosIndex__facilities__image {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .studiosIndex__facilities__image img {
    display: block;
    width: 100%;
    height: auto !important;
    -webkit-transition: all 350ms linear;
    transition: all 350ms linear; }

.studiosIndex__standshow__row {
  *zoom: 1; }
  .studiosIndex__standshow__row:before, .studiosIndex__standshow__row:after {
    content: " ";
    display: table;
    line-height: 0; }
  .studiosIndex__standshow__row:after {
    clear: both; }

.studiosIndex__standshow__standfirst {
  float: left;
  width: 41.66667%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px; }
  html.rtl .studiosIndex__standshow__standfirst {
    float: right; }
  @media (max-width: 767px) {
    .studiosIndex__standshow__standfirst {
      float: none;
      width: 100%; }
      html.rtl .studiosIndex__standshow__standfirst {
        float: none; } }

.studiosIndex__standshow__slideshow {
  float: left;
  width: 50%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8.33333%; }
  html.rtl .studiosIndex__standshow__slideshow {
    float: right; }
  @media (max-width: 767px) {
    .studiosIndex__standshow__slideshow {
      float: none;
      width: 100%; }
      html.rtl .studiosIndex__standshow__slideshow {
        float: none; } }
  html.rtl .studiosIndex__standshow__slideshow {
    margin-left: 0;
    margin-right: 8.33333%; }
  @media (max-width: 767px) {
    .studiosIndex__standshow__slideshow {
      margin-left: 0; }
      html.rtl .studiosIndex__standshow__slideshow {
        margin-right: 0; } }
  .studiosIndex__standshow__slideshow img {
    display: block;
    width: 100%; }

@media (max-width: 959px) {
  .studiosIndex__standshow__standfirst {
    float: left;
    width: 100%;
    min-height: 1px;
    height: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .studiosIndex__standshow__standfirst {
      float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .studiosIndex__standshow__standfirst {
      float: none;
      width: 100%; }
      html.rtl .studiosIndex__standshow__standfirst {
        float: none; } }

@media (max-width: 959px) {
  .studiosIndex__standshow__slideshow {
    float: left;
    width: 100%;
    min-height: 1px;
    height: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%; }
    html.rtl .studiosIndex__standshow__slideshow {
      float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .studiosIndex__standshow__slideshow {
      float: none;
      width: 100%; }
      html.rtl .studiosIndex__standshow__slideshow {
        float: none; } }

@media (max-width: 959px) {
    html.rtl .studiosIndex__standshow__slideshow {
      margin-left: 0;
      margin-right: 0%; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .studiosIndex__standshow__slideshow {
      margin-left: 0; }
      html.rtl .studiosIndex__standshow__slideshow {
        margin-right: 0; } }

.studiosIndex__standshow__standfirst__inner {
  padding: 30px 49px; }
  @media (max-width: 767px) {
    .studiosIndex__standshow__standfirst__inner {
      padding: 15px; } }

.updatesIndex {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .updatesIndex:before, .updatesIndex:after {
    content: " ";
    display: table;
    line-height: 0; }
  .updatesIndex:after {
    clear: both; }
  .updatesIndex .section__header {
    padding-left: 30px;
    padding-right: 30px; }

.updatesIndex__mnav {
  display: none; }
  @media (max-width: 767px) {
    .updatesIndex__mnav {
      display: block;
      padding-left: 15px;
      padding-right: 15px; } }

.updatesIndex__nav {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px; }
  html.rtl .updatesIndex__nav {
    float: right; }
  @media (max-width: 767px) {
    .updatesIndex__nav {
      float: none;
      width: 100%; }
      html.rtl .updatesIndex__nav {
        float: none; } }
  @media (max-width: 767px) {
    .updatesIndex__nav {
      display: none; } }

.updatesIndex__listing {
  float: left;
  width: 66.66667%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px; }
  html.rtl .updatesIndex__listing {
    float: right; }
  @media (max-width: 767px) {
    .updatesIndex__listing {
      float: none;
      width: 100%; }
      html.rtl .updatesIndex__listing {
        float: none; } }

.updatesIndex__article {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5; }
  .updatesIndex__article:before, .updatesIndex__article:after {
    content: " ";
    display: table;
    line-height: 0; }
  .updatesIndex__article:after {
    clear: both; }
  .updatesIndex__article:first-child {
    padding-top: 0;
    border-top: 0; }
  @media (max-width: 767px) {
    .updatesIndex__article {
      margin-left: 0;
      margin-right: 0; } }

.updatesIndex__article__imageShare {
  float: left;
  width: 37.5%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .updatesIndex__article__imageShare {
    float: right; }
  @media (max-width: 767px) {
    .updatesIndex__article__imageShare {
      float: none;
      width: 100%; }
      html.rtl .updatesIndex__article__imageShare {
        float: none; } }
  @media (max-width: 767px) {
    .updatesIndex__article__imageShare {
      display: none; } }

.updatesIndex__article__image + .updatesIndex__article__share {
  margin-top: 15px; }

.updatesIndex__article__share {
  *zoom: 1;
  text-align: right; }
  .updatesIndex__article__share:before, .updatesIndex__article__share:after {
    content: " ";
    display: table;
    line-height: 0; }
  .updatesIndex__article__share:after {
    clear: both; }
  html.rtl .updatesIndex__article__share {
    text-align: left; }
  .updatesIndex__article__share h3 {
    display: inline-block;
    line-height: 31px;
    height: 35px;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    html.rtl .updatesIndex__article__share h3 {
      margin-right: 0;
      margin-left: 5px;
      font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .updatesIndex__article__share ul {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none; }
  .updatesIndex__article__share li {
    display: inline-block;
    margin: 0 1px 0 0; }
    .updatesIndex__article__share li:last-child {
      margin-right: 0; }
    html.rtl .updatesIndex__article__share li {
      margin: 0 0 0 1px; }
      html.rtl .updatesIndex__article__share li:last-child {
        margin-left: 0; }
  .updatesIndex__article__share a {
    display: block;
    position: relative;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-decoration: none; }
    .updatesIndex__article__share a svg,
    .updatesIndex__article__share a img {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      opacity: .3;
      -webkit-transition: opacity 300ms linear;
      transition: opacity 300ms linear; }
      html.rtl .updatesIndex__article__share a svg, html.rtl
      .updatesIndex__article__share a img {
        left: auto;
        right: 0; }
    .updatesIndex__article__share a:hover svg,
    .updatesIndex__article__share a:hover img {
      opacity: 1; }

.updatesIndex__article__content {
  float: left;
  width: 62.5%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  font-size: 16px; }
  html.rtl .updatesIndex__article__content {
    float: right; }
  @media (max-width: 767px) {
    .updatesIndex__article__content {
      float: none;
      width: 100%; }
      html.rtl .updatesIndex__article__content {
        float: none; } }
  .updatesIndex__article__content .cta {
    font-size: 14px; }

.updatesIndex__article__title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
  font-family: "FrescoPro-Normal-Italic", "Times New Roman", Times, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  html.ar .updatesIndex__article__title {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

.updatesIndex__article__date {
  font-size: 1em;
  font-family: "FrescoPro-Normal-Italic", "Times New Roman", Times, serif;
  font-weight: 400;
  margin: 15px 0; }
  html.ar .updatesIndex__article__date {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

.updatesEntry {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .updatesEntry:before, .updatesEntry:after {
    content: " ";
    display: table;
    line-height: 0; }
  .updatesEntry:after {
    clear: both; }
  .updatesEntry .section__header {
    padding-left: 30px;
    padding-right: 30px; }
  @media (max-width: 767px) {
    .updatesEntry {
      margin-left: 0;
      margin-right: 0; } }

.updatesEntry__mnav {
  display: none; }
  @media (max-width: 767px) {
    .updatesEntry__mnav {
      display: block;
      padding-left: 15px;
      padding-right: 15px; } }

.updatesEntry__nav {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px; }
  html.rtl .updatesEntry__nav {
    float: right; }
  @media (max-width: 767px) {
    .updatesEntry__nav {
      float: none;
      width: 100%; }
      html.rtl .updatesEntry__nav {
        float: none; } }
  @media (max-width: 767px) {
    .updatesEntry__nav {
      display: none; } }

.updatesEntry__article {
  float: left;
  width: 58.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px; }
  html.rtl .updatesEntry__article {
    float: right; }
  @media (max-width: 767px) {
    .updatesEntry__article {
      float: none;
      width: 100%; }
      html.rtl .updatesEntry__article {
        float: none; } }
  .updatesEntry__article .rte {
    font-size: 16px; }
  @media (min-width: 1224px) {
    .updatesEntry__article {
      float: left;
      width: 50%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .updatesEntry__article {
        float: right; } }
  @media (min-width: 1224px) and (max-width: 767px) {
    .updatesEntry__article {
      float: none;
      width: 100%; }
      html.rtl .updatesEntry__article {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .updatesEntry__article {
      float: left;
      width: 58.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .updatesEntry__article {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .updatesEntry__article {
      float: none;
      width: 100%; }
      html.rtl .updatesEntry__article {
        float: none; } }
  .updatesEntry__article .section__footer {
    margin-top: 15px; }
  .updatesEntry__article .paginate {
    *zoom: 1; }
    .updatesEntry__article .paginate:before, .updatesEntry__article .paginate:after {
      content: " ";
      display: table;
      line-height: 0; }
    .updatesEntry__article .paginate:after {
      clear: both; }
  .updatesEntry__article .paginate__previous {
    float: left;
    border: 0; }
  .updatesEntry__article .paginate__next {
    float: right;
    border: 0; }

.updatesEntry__article__title {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 30px;
  font-family: "FrescoPro-Normal-Italic", "Times New Roman", Times, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  html.ar .updatesEntry__article__title {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

.updatesEntry__article__date {
  font-size: 1em;
  font-family: "FrescoPro-Normal-Italic", "Times New Roman", Times, serif; }
  html.ar .updatesEntry__article__date {
    font-family: "FrescoArabic-Normal", "Times New Roman", Times, serif; }

.workshopsIndex__outer {
  position: relative; }
  .workshopsIndex__outer:before {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    background-color: #e5e5e5; }
    html.rtl .workshopsIndex__outer:before {
      left: 75%; }
    @media (max-width: 959px) {
      .workshopsIndex__outer:before {
        display: none; } }

.workshopsIndex__inner {
  *zoom: 1; }
  .workshopsIndex__inner:before, .workshopsIndex__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .workshopsIndex__inner:after {
    clear: both; }

.workshopsIndex__aside {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .workshopsIndex__aside {
    float: right; }
  @media (max-width: 767px) {
    .workshopsIndex__aside {
      float: none;
      width: 100%; }
      html.rtl .workshopsIndex__aside {
        float: none; } }
  @media (max-width: 959px) {
    .workshopsIndex__aside {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .workshopsIndex__aside {
        float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .workshopsIndex__aside {
      float: none;
      width: 100%; }
      html.rtl .workshopsIndex__aside {
        float: none; } }
  .workshopsIndex__aside form {
    display: block;
    position: relative;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px; }
    .workshopsIndex__aside form[data-state="focused"] .icn--search {
      background-color: #7d7672; }
    .workshopsIndex__aside form h3 {
      display: none; }
    .workshopsIndex__aside form input[type=search] {
      border: 0;
      font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
      font-size: 16px;
      height: 27px;
      line-height: 31px;
      width: 100%; }
      .workshopsIndex__aside form input[type=search]:-moz-placeholder {
        font-style: italic; }
      .workshopsIndex__aside form input[type=search]::-moz-placeholder {
        font-style: italic; }
      .workshopsIndex__aside form input[type=search]:-ms-input-placeholder {
        font-style: italic; }
      .workshopsIndex__aside form input[type=search]::-webkit-input-placeholder {
        font-style: italic; }
    .workshopsIndex__aside form .icn--search {
      position: absolute;
      z-index: 1;
      top: 15px;
      right: 15px;
      display: block;
      width: 27px;
      height: 27px;
      border: 0;
      border-radius: 27px;
      background-color: #e5e5e5;
      cursor: pointer;
      -webkit-transition: background 200ms linear;
      transition: background 200ms linear; }
      .workshopsIndex__aside form .icn--search svg {
        position: absolute;
        top: 5px;
        left: 7px;
        width: 14px;
        height: 17px; }
      .workshopsIndex__aside form .icn--search path {
        fill: #fff; }
      .workshopsIndex__aside form .icn--search:focus {
        outline: none; }
      html.rtl .workshopsIndex__aside form .icn--search {
        right: auto;
        left: 15px; }
  .workshopsIndex__aside .btn, .workshopsIndex__aside .remodal-confirm {
    width: 100%;
    text-align: center; }

.workshopsIndex__sidenav__li a:hover, .workshopsIndex__sidenav__li a.active {
  color: #ff3333; }

.workshopsIndex__calendar {
  padding: 0 30px 30px 30px; }
  .workshopsIndex__calendar .calendar__heading {
    padding-bottom: 15px;
    text-align: center; }
  @media (max-width: 959px) {
    .workshopsIndex__calendar {
      display: none; } }

.workshopsIndex__filterSearch {
  padding: 30px; }
  @media (max-width: 959px) {
    .workshopsIndex__filterSearch {
      padding: 15px; } }

.workshopsIndex__search__inner {
  padding: 30px 0 30px 30px; }
  html.rtl .workshopsIndex__search__inner {
    padding-left: 0;
    padding-right: 30px; }

.workshopsIndex__sidenav {
  margin-bottom: 15px; }

.workshopsIndex__content {
  float: left;
  width: 75%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .workshopsIndex__content {
    float: right; }
  @media (max-width: 767px) {
    .workshopsIndex__content {
      float: none;
      width: 100%; }
      html.rtl .workshopsIndex__content {
        float: none; } }
  @media (max-width: 959px) {
    .workshopsIndex__content {
      float: left;
      width: 100%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .workshopsIndex__content {
        float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .workshopsIndex__content {
      float: none;
      width: 100%; }
      html.rtl .workshopsIndex__content {
        float: none; } }
  .workshopsIndex__content .fb {
    border-bottom: 4px solid #f7f7f7; }

.workshopsIndex__articleList {
  padding: 15px; }

.workshopsIndex__article {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }
  .workshopsIndex__article:before, .workshopsIndex__article:after {
    content: " ";
    display: table;
    line-height: 0; }
  .workshopsIndex__article:after {
    clear: both; }
  .workshopsIndex__article:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

.workshopsIndex__article__header {
  float: left;
  width: 22.22222%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px; }
  html.rtl .workshopsIndex__article__header {
    float: right; }
  @media (max-width: 767px) {
    .workshopsIndex__article__header {
      float: none;
      width: 100%; }
      html.rtl .workshopsIndex__article__header {
        float: none; } }

.workshopsIndex__article__date {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .workshopsIndex__article__date {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.workshopsIndex__article__times {
  margin: 0;
  font-family: "FrescoPro-Normal-Italic", "Times New Roman", Times, serif; }
  html.ar .workshopsIndex__article__times {
    font-style: normal; }

.workshopsIndex__article__excerpt {
  float: left;
  width: 44.44444%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px; }
  html.rtl .workshopsIndex__article__excerpt {
    float: right; }
  @media (max-width: 767px) {
    .workshopsIndex__article__excerpt {
      float: none;
      width: 100%; }
      html.rtl .workshopsIndex__article__excerpt {
        float: none; } }

.workshopsIndex__article__title {
  margin: 0;
  font-size: 16px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .workshopsIndex__article__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.workshopsIndex__article__instructor {
  margin: 0;
  font-size: 16px;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .workshopsIndex__article__instructor {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.workshopsIndex__article__image {
  float: left;
  width: 22.22222%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 11.11111%;
  padding-bottom: 15px; }
  html.rtl .workshopsIndex__article__image {
    float: right; }
  @media (max-width: 767px) {
    .workshopsIndex__article__image {
      float: none;
      width: 100%; }
      html.rtl .workshopsIndex__article__image {
        float: none; } }
  html.rtl .workshopsIndex__article__image {
    margin-left: 0;
    margin-right: 11.11111%; }
  @media (max-width: 767px) {
    .workshopsIndex__article__image {
      margin-left: 0; }
      html.rtl .workshopsIndex__article__image {
        margin-right: 0; } }
  .workshopsIndex__article__image img {
    width: 100%; }

.workshopsEntry__header {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  padding-top: 45px; }
  .workshopsEntry__header:before, .workshopsEntry__header:after {
    content: " ";
    display: table;
    line-height: 0; }
  .workshopsEntry__header:after {
    clear: both; }
  @media (max-width: 959px) {
    .workshopsEntry__header {
      padding-top: 30px;
      margin-left: 0; }
      html.rtl .workshopsEntry__header {
        margin-left: -15px;
        margin-right: 0; } }
  @media (max-width: 767px) {
    .workshopsEntry__header {
      margin-left: 0;
      margin-right: 0; }
      html.rtl .workshopsEntry__header {
        margin-left: 0; } }

.workshopsEntry__starts {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8.33333%;
  margin-top: 0; }
  html.rtl .workshopsEntry__starts {
    float: right; }
  @media (max-width: 767px) {
    .workshopsEntry__starts {
      float: none;
      width: 100%; }
      html.rtl .workshopsEntry__starts {
        float: none; } }
  html.rtl .workshopsEntry__starts {
    margin-left: 0;
    margin-right: 8.33333%; }
  @media (max-width: 767px) {
    .workshopsEntry__starts {
      margin-left: 0; }
      html.rtl .workshopsEntry__starts {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .workshopsEntry__starts {
      float: left;
      width: 33.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0%; }
      html.rtl .workshopsEntry__starts {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .workshopsEntry__starts {
      float: none;
      width: 100%; }
      html.rtl .workshopsEntry__starts {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
      html.rtl .workshopsEntry__starts {
        margin-left: 0;
        margin-right: 0%; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .workshopsEntry__starts {
      margin-left: 0; }
      html.rtl .workshopsEntry__starts {
        margin-right: 0; } }

.workshopsEntry__startDay {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .workshopsEntry__startDay {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.workshopsEntry__startDate {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.ar .workshopsEntry__startDate {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 959px) {
    .workshopsEntry__startDate {
      font-size: 20px; } }

.workshopsEntry__title {
  float: left;
  width: 66.66667%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  float: right;
  font-size: 40px;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.rtl .workshopsEntry__title {
    float: right; }
  @media (max-width: 767px) {
    .workshopsEntry__title {
      float: none;
      width: 100%; }
      html.rtl .workshopsEntry__title {
        float: none; } }
  html.rtl .workshopsEntry__title {
    float: left; }
  html.ar .workshopsEntry__title {
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 959px) {
    .workshopsEntry__title {
      font-size: 30px; } }

.workshopsEntry__inner {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .workshopsEntry__inner:before, .workshopsEntry__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .workshopsEntry__inner:after {
    clear: both; }
  @media (max-width: 959px) {
    .workshopsEntry__inner {
      margin-left: 0; }
      html.rtl .workshopsEntry__inner {
        margin-left: -15px;
        margin-right: 0; } }
  @media (max-width: 767px) {
    .workshopsEntry__inner {
      margin-left: 0;
      margin-right: 0;
      padding-top: 30px; }
      html.rtl .workshopsEntry__inner {
        margin-left: 0; } }

.workshopsEntry__overview {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8.33333%;
  padding-bottom: 30px; }
  html.rtl .workshopsEntry__overview {
    float: right; }
  @media (max-width: 767px) {
    .workshopsEntry__overview {
      float: none;
      width: 100%; }
      html.rtl .workshopsEntry__overview {
        float: none; } }
  html.rtl .workshopsEntry__overview {
    margin-left: 0;
    margin-right: 8.33333%; }
  @media (max-width: 767px) {
    .workshopsEntry__overview {
      margin-left: 0; }
      html.rtl .workshopsEntry__overview {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .workshopsEntry__overview {
      float: left;
      width: 33.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0%; }
      html.rtl .workshopsEntry__overview {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .workshopsEntry__overview {
      float: none;
      width: 100%; }
      html.rtl .workshopsEntry__overview {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
      html.rtl .workshopsEntry__overview {
        margin-left: 0;
        margin-right: 0%; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .workshopsEntry__overview {
      margin-left: 0; }
      html.rtl .workshopsEntry__overview {
        margin-right: 0; } }

.workshopsEntry__signupBtn {
  padding-top: 15px;
  border-top: 2px solid #e5e5e5;
  margin-bottom: 15px; }

.workshopsEntry__instructors {
  padding-top: 15px;
  border-top: 2px solid #e5e5e5;
  margin-bottom: 15px; }
  .workshopsEntry__instructors a {
    text-decoration: none; }

.workshopsEntry__overview__inner {
  border-top: 2px solid #e5e5e5;
  padding-top: 30px;
  margin-top: 15px; }

.workshopsEntry__registrationDeadline {
  border-top: 2px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 15px; }

.workshopsEntry__content {
  float: left;
  width: 58.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px; }
  html.rtl .workshopsEntry__content {
    float: right; }
  @media (max-width: 767px) {
    .workshopsEntry__content {
      float: none;
      width: 100%; }
      html.rtl .workshopsEntry__content {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .workshopsEntry__content {
      float: left;
      width: 66.66667%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 30px; }
      html.rtl .workshopsEntry__content {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .workshopsEntry__content {
      float: none;
      width: 100%; }
      html.rtl .workshopsEntry__content {
        float: none; } }

.workshopsEntry__primary {
  margin-right: 14.28571%;
  font-size: 17px;
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif; }
  html.rtl .workshopsEntry__primary {
    margin-right: 0;
    margin-left: 14.28571%; }
  @media (max-width: 959px) {
    .workshopsEntry__primary {
      margin-top: 30px; } }

.workshopsEntry__slideshow + .workshopsEntry__primary {
  margin-top: 45px; }

main.youth {
  background: transparent; }
  main.youth .standcta,
  main.youth .section__header {
    background: #fff; }
  @media (max-width: 959px) {
    main.youth .section__header {
      border-top: 1px solid #e5e5e5; } }
  main.youth .teasers--workshops {
    margin-bottom: 0; }
  main.youth .section__header__text {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "FrutigerLTPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 900; }
    main.youth .section__header__text span {
      color: #3399FF; }
    main.youth .section__header__text:before {
      display: none; }
    @media (max-width: 767px) {
      main.youth .section__header__text {
        font-size: 22px;
        white-space: normal; }
        main.youth .section__header__text span {
          white-space: nowrap; } }
  main.youth .section__footer {
    text-align: center; }
  main.youth #social-stream {
    padding: 15px 0;
    background-color: rgba(240, 240, 240, 0.75);
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(230, 230, 230, 0.6);
    box-shadow: inset 0px 0px 2px 1px rgba(230, 230, 230, 0.6); }
    main.youth #social-stream .section-title a,
    main.youth #social-stream .section-text a {
      color: #3399FF; }

.parkEntry__instructors {
  position: relative;
  margin-top: -1px; }
  .parkEntry__instructors:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33.33333%;
    background-color: #e5e5e5; }
  .parkEntry__instructors:before {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 66.66667%;
    background-color: #e5e5e5; }
  @media (max-width: 959px) {
    .parkEntry__instructors:after {
      left: 50%; }
    .parkEntry__instructors:before {
      display: none; }
    .parkEntry__instructors .fake {
      visibility: hidden; } }
  @media (max-width: 767px) {
    .parkEntry__instructors:after {
      display: none; } }
  .parkEntry__instructors.parkEntry__instructors--1:before {
    display: none; }
  @media (min-width: 768px) and (max-width: 959px) {
    .parkEntry__instructors.parkEntry__instructors--1 .fake--1 {
      visibility: visible; } }

.parkEntry__instructors__inner {
  *zoom: 1; }
  .parkEntry__instructors__inner:before, .parkEntry__instructors__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .parkEntry__instructors__inner:after {
    clear: both; }
  .parkEntry__instructors__inner .figure--park-instructors {
    float: left;
    width: 33.33333%;
    min-height: 1px;
    height: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    html.rtl .parkEntry__instructors__inner .figure--park-instructors {
      float: right; }
    @media (max-width: 767px) {
      .parkEntry__instructors__inner .figure--park-instructors {
        float: none;
        width: 100%; }
        html.rtl .parkEntry__instructors__inner .figure--park-instructors {
          float: none; } }
    .parkEntry__instructors__inner .figure--park-instructors:nth-child(3n+4) {
      clear: both; }
    @media (max-width: 959px) {
      .parkEntry__instructors__inner .figure--park-instructors {
        float: left;
        width: 50%;
        min-height: 1px;
        height: auto !important;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        html.rtl .parkEntry__instructors__inner .figure--park-instructors {
          float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .parkEntry__instructors__inner .figure--park-instructors {
      float: none;
      width: 100%; }
      html.rtl .parkEntry__instructors__inner .figure--park-instructors {
        float: none; } }
    @media (max-width: 959px) {
        .parkEntry__instructors__inner .figure--park-instructors:nth-child(3n+4) {
          clear: none; }
        .parkEntry__instructors__inner .figure--park-instructors:nth-child(2n+3) {
          clear: both; } }

.shopEntry__nav {
  overflow: hidden;
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5; }
  .shopEntry__nav a,
  .shopEntry__nav .active a,
  .shopEntry__nav a.active {
    border-color: #00cc99; }

.shopEntry__navList {
  display: inline-block;
  margin: 0; }

.shopEntry__viewAll {
  font-weight: bold; }

.shopEntry__navItem {
  display: inline-block;
  padding-right: 25px; }
  .shopEntry__navItem:last-child {
    padding-right: 0; }

.shopEntry__cart {
  float: right;
  display: inline-block;
  margin: 0; }
  html.rtl .shopEntry__cart {
    float: left; }
  .shopEntry__cart dl {
    margin: 0; }
  .shopEntry__cart dd, .shopEntry__cart dt {
    display: inline; }
  .shopEntry__cart dt {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .shopEntry__cart dd {
    margin-right: 10px;
    margin-left: 0; }
    .shopEntry__cart dd:last-child {
      margin-right: 0; }
    html.rtl .shopEntry__cart dd {
      margin-right: 0;
      margin-left: 10px; }
      html.rtl .shopEntry__cart dd:last-child {
        margin-left: 0; }

.shopEntry__inner {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .shopEntry__inner:before, .shopEntry__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .shopEntry__inner:after {
    clear: both; }

.shopEntry__header {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.rtl .shopEntry__header {
    float: right; }
  @media (max-width: 767px) {
    .shopEntry__header {
      float: none;
      width: 100%; }
      html.rtl .shopEntry__header {
        float: none; } }
  html.rtl .shopEntry__header {
    float: left; }
  @media (max-width: 959px) {
    .shopEntry__header {
      float: left;
      width: 33.33333%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 0;
      padding-right: 30px; }
      html.rtl .shopEntry__header {
        float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .shopEntry__header {
      float: none;
      width: 100%; }
      html.rtl .shopEntry__header {
        float: none; } }
  @media (max-width: 959px) {
      html.rtl .shopEntry__header {
        float: left; } }
  @media (max-width: 767px) {
    .shopEntry__header {
      padding: 30px;
      overflow: hidden; }
      html.rtl .shopEntry__header {
        padding-top: 0; } }

.shopEntry__title {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e5e5e5;
  font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 47px;
  line-height: 1;
  font-weight: normal; }
  html.ar .shopEntry__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .shopEntry__title {
      padding-top: 0; } }

.shopEntry__profile {
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1;
  line-height: 1.2;
  padding: 25px 0;
  border-bottom: 2px solid #e5e5e5; }
  .shopEntry__profile:before, .shopEntry__profile:after {
    content: " ";
    display: table;
    line-height: 0; }
  .shopEntry__profile:after {
    clear: both; }
  .shopEntry__profile dt {
    margin-top: 1em;
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .shopEntry__profile dt:first-child {
      margin-top: 0; }
  .shopEntry__profile dd {
    margin: 0;
    margin-top: 5px; }
    .shopEntry__profile dd:after {
      content: " ";
      display: block;
      height: 0; }
  @media (min-width: 1224px) {
    .shopEntry__profile {
      font-size: 14px; } }

@media (max-width: 767px) {
  .btn--shop {
    display: inline-block; } }

.shopEntry__profile + .artistsEntry__download {
  border-top: 1px solid #e5e5e5; }

.shopEntry__download {
  padding-top: 30px; }

.shopEntry__shipping {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 2px solid #e5e5e5; }
  .shopEntry__shipping p {
    margin: 0; }
  @media (max-width: 767px) {
    .shopEntry__shipping {
      padding-bottom: 30px; } }

.shopEntry__content {
  float: left;
  width: 58.33333%;
  min-height: 1px;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8.33333%;
  padding-bottom: 60px;
  padding-left: 30px; }
  html.rtl .shopEntry__content {
    float: right; }
  @media (max-width: 767px) {
    .shopEntry__content {
      float: none;
      width: 100%; }
      html.rtl .shopEntry__content {
        float: none; } }
  html.rtl .shopEntry__content {
    margin-left: 0;
    margin-right: 8.33333%; }
  @media (max-width: 767px) {
    .shopEntry__content {
      margin-left: 0; }
      html.rtl .shopEntry__content {
        margin-right: 0; } }
  html.rtl .shopEntry__content {
    margin-right: 0;
    float: left;
    margin-left: 8.33333%; }
    html.rtl html.rtl .shopEntry__content {
      margin-left: 0;
      margin-right: 8.33333%; }
    @media (max-width: 767px) {
      html.rtl .shopEntry__content {
        margin-left: 0; }
        html.rtl html.rtl .shopEntry__content {
          margin-right: 0; } }
  @media (max-width: 959px) {
    .shopEntry__content {
      margin-left: 0%;
      float: left;
      width: 66.66667%;
      min-height: 1px;
      height: auto !important;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 30px; }
      html.rtl .shopEntry__content {
        margin-left: 0;
        margin-right: 0%; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .shopEntry__content {
      margin-left: 0; }
      html.rtl .shopEntry__content {
        margin-right: 0; } }
  @media (max-width: 959px) {
      html.rtl .shopEntry__content {
        float: right; } }
  @media (max-width: 959px) and (max-width: 767px) {
    .shopEntry__content {
      float: none;
      width: 100%; }
      html.rtl .shopEntry__content {
        float: none; } }
  @media (max-width: 959px) {
      html.rtl .shopEntry__content {
        margin-right: 0;
        float: left; } }
  @media (max-width: 767px) {
    .shopEntry__content {
      padding-right: 30px; } }

.shopEntry__slideshow {
  position: relative;
  float: right;
  margin-bottom: 45px; }
  @media (max-width: 959px) {
    .shopEntry__slideshow {
      margin-bottom: 85px; } }

.shopEntry__thumbWrapper {
  position: absolute;
  top: 0;
  left: -65px; }
  @media (max-width: 959px) {
    .shopEntry__thumbWrapper {
      top: auto;
      bottom: -85px;
      left: 0; } }

.shopEntry__thumb {
  margin-bottom: 5px;
  cursor: pointer; }
  @media (max-width: 959px) {
    .shopEntry__thumb {
      display: inline-block; } }

.shopEntry__primary {
  font-family: "FrescoPro-Normal", "Times New Roman", Times, serif;
  width: 80%;
  overflow: hidden; }
  .shopEntry__primary h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 35px;
    font-family: "FrutigerLTW20-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .shopEntry__primary .shopEntry__artistHeader {
    padding: 0;
    margin: 0;
    font-family: "FrescoPro-Bold", "Times New Roman", Times, serif;
    font-size: 17px; }
  @media (min-width: 1224px) {
    .shopEntry__primary {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .shopEntry__primary {
      width: 100%; } }

@media (max-width: 767px) {
  .shopEntry__primary--desktop {
    display: none; } }

.shopEntry__primary--mobile {
  display: none; }
  @media (max-width: 767px) {
    .shopEntry__primary--mobile {
      display: block; } }

.shopEntry__primary + .shopEntry__primary {
  margin-top: 50px; }

.shopIndex .shopEntry__nav {
  border-bottom: none; }

.shopIndex__products {
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  .shopIndex__products:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: white;
    z-index: 2; }
  @media (max-width: 767px) {
    .shopIndex__products:after {
      display: none; }
    .shopIndex__products .shopIndex__products__row__inner {
      width: 100%; }
    .shopIndex__products .shopIndex__products__block {
      display: block;
      width: 100%; } }

.shopIndex__products__row {
  position: relative; }
  .shopIndex__products__row:before {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    margin-left: -.5px;
    background-color: white;
    z-index: 2; }
  .shopIndex__products__row:after {
    content: " ";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    margin-right: -.5px;
    background-color: white;
    z-index: 2; }
  @media (max-width: 959px) {
    .shopIndex__products__row:before, .shopIndex__products__row:after {
      display: none; } }

.shopIndex__products__row__inner {
  *zoom: 1; }
  .shopIndex__products__row__inner:before, .shopIndex__products__row__inner:after {
    content: " ";
    display: table;
    line-height: 0; }
  .shopIndex__products__row__inner:after {
    clear: both; }

.shopIndex__products__block {
  float: left;
  width: 25%;
  min-height: 1px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }
  html.rtl .shopIndex__products__block {
    float: right; }
  @media (max-width: 767px) {
    .shopIndex__products__block {
      float: none;
      width: 100%; }
      html.rtl .shopIndex__products__block {
        float: none; } }
  .shopIndex__products__block:nth-child(4n + 1) {
    clear: both; }
  @media (min-width: 768px) and (max-width: 959px) {
    .shopIndex__products__block {
      float: left;
      width: 50%;
      min-height: 1px;
      height: auto !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      html.rtl .shopIndex__products__block {
        float: right; } }
  @media (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .shopIndex__products__block {
      float: none;
      width: 100%; }
      html.rtl .shopIndex__products__block {
        float: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
      .shopIndex__products__block:nth-child(2n + 1) {
        clear: both; } }
  .shopIndex__products__block:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.shopIndex__products__text {
  margin: 15px;
  min-height: 2.9em;
  overflow: hidden;
  font-size: 16px; }
  .shopIndex__products__text p {
    margin-top: 0;
    margin-bottom: 15px; }

.shopIndex__products__title {
  font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0; }
  html.ar .shopIndex__products__title {
    font-family: "FrutigerLTW20-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.shopIndex__products__image {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .shopIndex__products__image img {
    display: block;
    width: 100%;
    height: auto !important;
    -webkit-transition: all 350ms linear;
    transition: all 350ms linear; }

.iContact .standfirst {
  font-family: Constantia,Lucida Bright,Lucidabright,Lucida Serif,Lucida,DejaVu Serif,Bitstream Vera Serif,Liberation Serif,Georgia,serif; }
  .iContact .standfirst:not(:first-child) {
    margin-top: 1.2em; }

.iContact p {
  margin: 0; }

/**
 * Not adding Tailwind preflight as this could cause too many oddities
 * with the main project. However, some tailwind preflights are very
 * useful.
 */
/*@tailwind base;*/
.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0rem * var(--space-x-reverse)) !important;
  margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; }

.space-x-7 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.75rem * 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-11 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; }

.space-x-11 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; }

.space-x-13 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.25rem * 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-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; }

.space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

.space-x-19 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.75rem * 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-21 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.25rem * var(--space-y-reverse)) !important; }

.space-x-21 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.25rem * 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-23 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important; }

.space-x-23 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.75rem * 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-26 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6.5rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

.space-x-29 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(7.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-31 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(7.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7.75rem * var(--space-y-reverse)) !important; }

.space-x-31 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(7.75rem * 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-33 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

.space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

.space-x-39 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(9.75rem * 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-41 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(10.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(10.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-47 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(11.75rem * 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-49 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(12.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-55 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(13.75rem * 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-57 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(14.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-63 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(15.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(15.75rem * 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-65 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(16.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-200 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(50rem * var(--space-x-reverse)) !important;
  margin-left: calc(50rem * 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-2px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2px * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

.space-y-2\/3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }

.space-x-2\/3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
  margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-2\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(40% * var(--space-y-reverse)) !important; }

.space-x-2\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(40% * var(--space-x-reverse)) !important;
  margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-3\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(60% * var(--space-y-reverse)) !important; }

.space-x-3\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(60% * var(--space-x-reverse)) !important;
  margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

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

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

.space-y-2\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }

.space-x-2\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
  margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-3\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(50% * var(--space-y-reverse)) !important; }

.space-x-3\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(50% * var(--space-x-reverse)) !important;
  margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }

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

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

.space-y-5\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }

.space-x-5\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
  margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

.space-y-2\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(20% * var(--space-y-reverse)) !important; }

.space-x-2\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(20% * var(--space-x-reverse)) !important;
  margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-3\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(30% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(30% * var(--space-y-reverse)) !important; }

.space-x-3\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(30% * var(--space-x-reverse)) !important;
  margin-left: calc(30% * calc(1 - var(--space-x-reverse))) !important; }

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

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

.space-y-5\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(50% * var(--space-y-reverse)) !important; }

.space-x-5\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(50% * var(--space-x-reverse)) !important;
  margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-6\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(60% * var(--space-y-reverse)) !important; }

.space-x-6\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(60% * var(--space-x-reverse)) !important;
  margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-7\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(70% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(70% * var(--space-y-reverse)) !important; }

.space-x-7\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(70% * var(--space-x-reverse)) !important;
  margin-left: calc(70% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-8\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(80% * var(--space-y-reverse)) !important; }

.space-x-8\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(80% * var(--space-x-reverse)) !important;
  margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-9\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(90% * var(--space-y-reverse)) !important; }

.space-x-9\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(90% * var(--space-x-reverse)) !important;
  margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

.space-y-2\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }

.space-x-2\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

.space-y-5\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; }

.space-x-5\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(41.666667% * var(--space-x-reverse)) !important;
  margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-6\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(50% * var(--space-y-reverse)) !important; }

.space-x-6\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(50% * var(--space-x-reverse)) !important;
  margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-7\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; }

.space-x-7\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
  margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-8\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }

.space-x-8\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
  margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-9\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(75% * var(--space-y-reverse)) !important; }

.space-x-9\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(75% * var(--space-x-reverse)) !important;
  margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-10\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }

.space-x-10\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
  margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }

.space-y-11\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; }

.space-x-11\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
  margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

.-space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0rem * var(--space-x-reverse)) !important;
  margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; }

.-space-x-7 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.75rem * 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-11 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; }

.-space-x-11 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; }

.-space-x-13 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.25rem * 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-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; }

.-space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

.-space-x-19 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.75rem * 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-21 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.25rem * var(--space-y-reverse)) !important; }

.-space-x-21 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.25rem * 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-23 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important; }

.-space-x-23 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.75rem * 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-26 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6.5rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

.-space-x-29 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7.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-31 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-7.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7.75rem * var(--space-y-reverse)) !important; }

.-space-x-31 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7.75rem * 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-33 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

.-space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

.-space-x-39 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9.75rem * 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-41 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-10.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-10.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-47 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-11.75rem * 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-49 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-12.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-55 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-13.75rem * 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-57 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-14.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-63 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-15.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-15.75rem * 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-65 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-16.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16.25rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-200 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-50rem * var(--space-x-reverse)) !important;
  margin-left: calc(-50rem * 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-2px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2px * var(--space-y-reverse)) !important; }

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

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

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

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

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

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

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

.-space-y-2\/3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }

.-space-x-2\/3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
  margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-2\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }

.-space-x-2\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-40% * var(--space-x-reverse)) !important;
  margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-3\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }

.-space-x-3\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-60% * var(--space-x-reverse)) !important;
  margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

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

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

.-space-y-2\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }

.-space-x-2\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
  margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-3\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }

.-space-x-3\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-50% * var(--space-x-reverse)) !important;
  margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }

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

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

.-space-y-5\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }

.-space-x-5\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
  margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

.-space-y-2\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }

.-space-x-2\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-20% * var(--space-x-reverse)) !important;
  margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-3\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-30% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-30% * var(--space-y-reverse)) !important; }

.-space-x-3\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-30% * var(--space-x-reverse)) !important;
  margin-left: calc(-30% * calc(1 - var(--space-x-reverse))) !important; }

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

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

.-space-y-5\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }

.-space-x-5\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-50% * var(--space-x-reverse)) !important;
  margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-6\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }

.-space-x-6\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-60% * var(--space-x-reverse)) !important;
  margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-7\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-70% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-70% * var(--space-y-reverse)) !important; }

.-space-x-7\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-70% * var(--space-x-reverse)) !important;
  margin-left: calc(-70% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-8\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }

.-space-x-8\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-80% * var(--space-x-reverse)) !important;
  margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-9\/10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-90% * var(--space-y-reverse)) !important; }

.-space-x-9\/10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-90% * var(--space-x-reverse)) !important;
  margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

.-space-y-2\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }

.-space-x-2\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }

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

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

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

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

.-space-y-5\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; }

.-space-x-5\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-41.66667% * var(--space-x-reverse)) !important;
  margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-6\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }

.-space-x-6\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-50% * var(--space-x-reverse)) !important;
  margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-7\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; }

.-space-x-7\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
  margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-8\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }

.-space-x-8\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
  margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-9\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }

.-space-x-9\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-75% * var(--space-x-reverse)) !important;
  margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-10\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }

.-space-x-10\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
  margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }

.-space-y-11\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; }

.-space-x-11\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
  margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; }

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

.-space-x-12\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-100% * var(--space-x-reverse)) !important;
  margin-left: calc(-100% * 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 > :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-transparent > :not(template) ~ :not(template) {
  border-color: transparent !important; }

.divide-current > :not(template) ~ :not(template) {
  border-color: currentColor !important; }

.divide-inherit > :not(template) ~ :not(template) {
  border-color: inherit !important; }

.divide-black-10 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.divide-black-20 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.divide-black-30 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.3) !important; }

.divide-black-40 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.divide-black-50 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.divide-black-60 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.6) !important; }

.divide-black-70 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.7) !important; }

.divide-black-80 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.8) !important; }

.divide-black-90 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.9) !important; }

.divide-black > :not(template) ~ :not(template) {
  border-color: black !important; }

.divide-white-10 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.divide-white-20 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.divide-white-30 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.divide-white-40 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.divide-white-50 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.divide-white-60 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.6) !important; }

.divide-white-70 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.divide-white-80 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.8) !important; }

.divide-white-90 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.9) !important; }

.divide-white > :not(template) ~ :not(template) {
  border-color: white !important; }

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid !important; }

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed !important; }

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted !important; }

.divide-double > :not(template) ~ :not(template) {
  border-style: double !important; }

.divide-none > :not(template) ~ :not(template) {
  border-style: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-opacity-95 > :not(template) ~ :not(template) {
  --divide-opacity: 0.95 !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-clip-border {
  background-clip: border-box !important; }

.bg-clip-padding {
  background-clip: padding-box !important; }

.bg-clip-content {
  background-clip: content-box !important; }

.bg-clip-text {
  -webkit-background-clip: text !important;
  background-clip: text !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-current {
  background-color: currentColor !important; }

.bg-inherit {
  background-color: inherit !important; }

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-black {
  background-color: black !important; }

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.bg-white {
  background-color: white !important; }

.hover\:bg-transparent:hover {
  background-color: transparent !important; }

.hover\:bg-current:hover {
  background-color: currentColor !important; }

.hover\:bg-inherit:hover {
  background-color: inherit !important; }

.hover\:bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.hover\:bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.hover\:bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.hover\:bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.hover\:bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.hover\:bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.hover\:bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.hover\:bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.hover\:bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.hover\:bg-black:hover {
  background-color: black !important; }

.hover\:bg-white-10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.hover\:bg-white-20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.hover\:bg-white-30:hover {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.hover\:bg-white-40:hover {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.hover\:bg-white-50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.hover\:bg-white-60:hover {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.hover\:bg-white-70:hover {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.hover\:bg-white-80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.hover\:bg-white-90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.hover\:bg-white:hover {
  background-color: white !important; }

.focus\:bg-transparent:focus {
  background-color: transparent !important; }

.focus\:bg-current:focus {
  background-color: currentColor !important; }

.focus\:bg-inherit:focus {
  background-color: inherit !important; }

.focus\:bg-black-10:focus {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.focus\:bg-black-20:focus {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.focus\:bg-black-30:focus {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.focus\:bg-black-40:focus {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.focus\:bg-black-50:focus {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.focus\:bg-black-60:focus {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.focus\:bg-black-70:focus {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.focus\:bg-black-80:focus {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.focus\:bg-black-90:focus {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.focus\:bg-black:focus {
  background-color: black !important; }

.focus\:bg-white-10:focus {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.focus\:bg-white-20:focus {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.focus\:bg-white-30:focus {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.focus\:bg-white-40:focus {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.focus\:bg-white-50:focus {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.focus\:bg-white-60:focus {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.focus\:bg-white-70:focus {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.focus\:bg-white-80:focus {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.focus\:bg-white-90:focus {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.focus\:bg-white:focus {
  background-color: white !important; }

.focus-within\:bg-transparent:focus-within {
  background-color: transparent !important; }

.focus-within\:bg-current:focus-within {
  background-color: currentColor !important; }

.focus-within\:bg-inherit:focus-within {
  background-color: inherit !important; }

.focus-within\:bg-black-10:focus-within {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.focus-within\:bg-black-20:focus-within {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.focus-within\:bg-black-30:focus-within {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.focus-within\:bg-black-40:focus-within {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.focus-within\:bg-black-50:focus-within {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.focus-within\:bg-black-60:focus-within {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.focus-within\:bg-black-70:focus-within {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.focus-within\:bg-black-80:focus-within {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.focus-within\:bg-black-90:focus-within {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.focus-within\:bg-black:focus-within {
  background-color: black !important; }

.focus-within\:bg-white-10:focus-within {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.focus-within\:bg-white-20:focus-within {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.focus-within\:bg-white-30:focus-within {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.focus-within\:bg-white-40:focus-within {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.focus-within\:bg-white-50:focus-within {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.focus-within\:bg-white-60:focus-within {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.focus-within\:bg-white-70:focus-within {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.focus-within\:bg-white-80:focus-within {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.focus-within\:bg-white-90:focus-within {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.focus-within\:bg-white:focus-within {
  background-color: white !important; }

.group:hover .group-hover\:bg-transparent {
  background-color: transparent !important; }

.group:hover .group-hover\:bg-current {
  background-color: currentColor !important; }

.group:hover .group-hover\:bg-inherit {
  background-color: inherit !important; }

.group:hover .group-hover\:bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.group:hover .group-hover\:bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.group:hover .group-hover\:bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.group:hover .group-hover\:bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.group:hover .group-hover\:bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.group:hover .group-hover\:bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.group:hover .group-hover\:bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.group:hover .group-hover\:bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.group:hover .group-hover\:bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.group:hover .group-hover\:bg-black {
  background-color: black !important; }

.group:hover .group-hover\:bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.group:hover .group-hover\:bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.group:hover .group-hover\:bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.group:hover .group-hover\:bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.group:hover .group-hover\:bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.group:hover .group-hover\:bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.group:hover .group-hover\:bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.group:hover .group-hover\:bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.group:hover .group-hover\:bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.group:hover .group-hover\:bg-white {
  background-color: white !important; }

.bg-none {
  background-image: none !important; }

.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important; }

.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
  background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important; }

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
  background-image: -webkit-linear-gradient(left, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important; }

.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
  background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important; }

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: -webkit-linear-gradient(top, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important; }

.bg-gradient-to-bl {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important; }

.bg-gradient-to-l {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
  background-image: -webkit-linear-gradient(right, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important; }

.bg-gradient-to-tl {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important; }

.bg-block-overlay {
  background-image: url("/assets/img/fb_block_overlay.png") !important; }

.bg-loading {
  background-image: url("data:image/gif;base64,R0lGODlhKgAqAPY1AJaWlsLCwjIyMvr6+nZ2dlpaWqamprCwsNzc3IiIiFJSUoSEhGRkZM7OzmBgYJ6enubm5vb29sjIyNLS0r6+vvj4+Pz8/MbGxnJyct7e3v7+/nR0dMrKytbW1uDg4KKiou7u7ra2tvDw8OTk5FZWVtjY2MzMzPLy8o6OjtDQ0LS0tPT09JSUlNTU1Hp6eri4uJqamrKysoCAgKysrJCQkA4ODkhISHx8fNra2oaGhpiYmOzs7JKSkqqqqkxMTOLi4iYmJujo6Hh4eOrq6jQ0NIqKiq6ursTExERERDw8PIKCgmxsbKioqCwsLMDAwFhYWLq6ulBQUKSkpF5eXj4+Pry8vKCgoDAwMFxcXDY2NpycnCQkJG5ubn5+fkpKSkBAQBwcHHBwcCoqKoyMjGpqakZGRlRUVGZmZkJCQmJiYigoKBoaGjg4OBgYGGhoaB4eHk5OThYWFiAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBQD/ACwAAAAAKgAqAAAH/4AagoOEhYaHiImKgwOHK42LkYcWXEOGUjCSmoQWKEeFFl0Bm6QaMVqFA08QpYc7hyUuFoQ/T7OFJQikACGGEQwrhBQyhkNRvZsgMimgKBmEKgeFFVxFrRkurJyLAzoMkKQWEgvBmwFeQa2CFjElmxYhzOrr84a3hCP13AhF9xo7NKzg0GdoQAkMAlBESJVCh44J/tRZKMGFCA0QiSZa6UBQwwsdJyRF7EiypMmTKFNWiBBhxYoIFWaxmEnT5IAaOHPOsjCgp4WfJX/29JmyqNGjSDcNaJGP4JAUrxJVmHBAQsiOQ0xwgBDRQgojHESgBJFCwkJCE8oVvZpUHQhtmk5APJtX4UhUTQO2SuQwl9SKI2JLlZCHD66GEy2KSahACsIFcIMmWGJ0ZGSGCX7VEjpydlDYQ4wJRrhgqMQPo0MSF4KgOiUCD744HB3ZKhAAIfkEBQUAAgAsAQACACgAJwAAB/+AAoKDhIUuO4UCPR+JjY6OGgASiTkXj5eYLwaJDEOYmCCNCAsahCMMjhmfglZVjWGFAUWJOwWuqyJFLYk6HoRQIYlCPKuDHjlBxYMWD1zKgyYoEc8XJJ7PglAIz1AT2N+fpYMQ4MUZxIIgDz2q5Y8uXywVhC0fUiXuhQRfOiKOCD1w5BNU5cHAgwgTKlzIENuAeYSkSJyo0AKYixgFWNjYUKMgCx1Dihw5cMCATwiSDezx5cC0RANKVJmw4uCAHlmuPKg5qEQ3ngktQLGxZZsgHC8bWmgAkuSza04vhHo2CZsGE76+WcK2q9CPYluLVf0UIGRYaE7Tqn0kQYPbt3AD4wYCACH5BAUFAAAALAEAAQAoACcAAAf9gACCg4SFhoIRh4qLhzkghgc9jJOLViaGPByUm4VORoZhO5yKIocZKIUQGBqGCB6cPUeGFV2Jgxc8hiBnTpwnOiWGViOETlWGSjCjAD8sQ8uCBkLQGhPKyxxpotAAARnLTi3c46PP5JQe1wAiPSE/54oISj7qgjhGBwis8AAIXT4PFnlQ8Y2fEwMrJu3jx7Chw4cQIxaKYOuAxYsQ1WjcuBCAho4SQ4ocSbKkh23wjPhQsSjDkRK2+BlBk8RAIZfBIlZRcKUgAJ8hU4QccC7IshBCiJYEsEONFaUlU7SRtRSAETmvNhnlRLVQFy8W4HUdpMmQhaxV+W0ttHZTIAAh+QQFBQAAACwBAAEAKQAoAAAH+YAAgoOEhRaFiImKi4QaPCKILzGMlIw9E4haDZWciBchiDcgnYsniT8whUFdiR4/pCociUWFJlqJGBekAFIZhRo9EIQXAYUDRR+7ABBWo42VM0rKgh0GFbsNXM7KGhKvpBcl04Ma45zb5osWP1aEJyoUwumIFhljBcmEFh5QUN/zADIkKGDAlKIRFP6lu9ADoMOHECNKnChxAAAKGDNKzMKxYzmKgj6CHEmyJMVDJgnFIAGFkYcLHSDG8FGmR4RCCHRRdIIliQdCP0m2SDluyC4oMogKAiFAyrgGCju12CJBKYAYTaIykpcuhxmHOjlptVo0EVeKY5UFAgAh+QQFBQABACwBAAEAKAApAAAH/4ABgoOEhYaCFYeKi4cPhxQvjJKLKh2GUhOTmoUcFIZFm4srhyNShUOgpJsUmYUDAImDE6aFIl0cmysHP4YqQ4QcEoYsPaEBQzMixoIqKMsBCDHLEy7PgikQoRocCNbemsrfkiMGgytOHL/ihh4sZ8WEI0dH2esBHjRnM4tDEkH2HA7YG0iwoMGDCCfFSuSkoUODSCJKJKQhoQULCTNq3MiRkDpxLxxQiHXoSMEXTxQILGQS4ZEzNnh11GCpo0YKCWwKotIDozETHiYNKNThCq51Izg9GUpIBZukBnfEGVUIxZR1LQdZIHJB1UEyzmx+eOLTYNBCCJow7VhBg9u3cAPjBgIAIfkEBQUAAgAsAgABACcAKQAAB/+AAoKDhIWGghaHiouFPSeGF06Mk4pVCIUaRiWUnIQTF4UWACKdhxGHQQeFIACHI0GcF5uGUoUdqoUnRQ2cEVUQhlU7hCm8hQ8xpSAvj6WCUDqJpT9VA84dOaTOAiVDzg0Z2+KlzeOUEEYaAhESKcPmij9aGAfWghAcJt7wgho/MBhirDCkrsE+fg1enOLHsKHDhxAjirNWoYJEQwoyarzIsaPHjyA5ViETQFG4WQ2rpJmiIqQACWHMjBAUziNKlxEDoHApwguuUg1+hJK2qEQSY/BQwCDUwIEhKEgY+uhBCMSWQyzcwLPQ5hKhLxwI8sPxZuEgDCwkSlFgb5CBNBIRMeQ4xEZihXKEBmjYy7ev30AAIfkEBQUAAQAsBAABACUAKAAAB/SAAYKDhIWFA4aJiokhK4YmEouSihcehiEIk5qEJQ2GHyebhhWJO1CFIh+JQUOTKRmJB4iDCC+GKwAtkxUSO4YXIIQtE4ZMp5oiR46ig06qokGRzAE4LKHMGcHMEz/T3t/gkkMq4ZsQUl0hgkEm5YYQH13HhDsp7oMTFPf7/P3+/wAFWQiYaIrBgwQTKlzIcNPARb7uOdlwQVEHfhaccCEDhZRCEy4cQGCYqaG/CwAakiAnyoSlSQ9pebEXjsUDQinIxBTkJEqQST8TkTBS6EoiGBjCbYFFyEs7Q0G9IRDjcZALGP56FDA0g4w/FygMZUCyU1IgACH5BAUFAAAALAMAAQAnACkAAAf/gACCg4SDGoWIiYqLgwERiBMpjJOKKRCITh6Um4QeHYhGK5yjIBeFJ0aKO5yahRYUhR4BiVYlnKaIKSeECLaEFjFOowC4wwASM8YAHMYZVqLKxiWX0dXW1wA7VdiUQUZFsITMQdwAQT1FTo/liiVHFezx8vP09dwDgviH9Uv9/vYA9gkSCLCgwYMIF12QwSyRhwu+uF1wsUHYoAzF5KVYsIQcgFb2MtCzEM0JE5KcOGhBOcrDlm2jTjh4MSwClSL4hmUg0YKThSUk1g2CIYXQBAyIAmDh9OGKR0JTYhASQUXoICsuNnWYkOgKSEEkJMnLkAXRAivzjDBgKejAhnkyC1gg8hBl3gBo1wIBACH5BAUFAAEALAIAAgAnACcAAAf/gAGCg4SEEhWFATgdiY2Oji1BiRwQj5aWPziJUBGXnokiHIUrUI07Ip8BGY1HFoQjooURRqupQ4kthR61hFWxqUephBoNIcKClccBPz3KzoIZt8/T1NUBIMHWl0MhAK2DydLWQyo6F4iJQw3air/s7/Dx8vPyAwMBrvQBLvz9+v8AAwqUtyPHAW0cijS4V2iIjDUOOuSrxmGBjGwBVrhoc6YDQ3YaWqBwcWuADAQf5f3QMNDTkRnHGkhx9uOKE2VLbh7zQmNiAA0sLXlIwygVAQfoBllpNqjDjUQX3IizxCTJVEFuXhTy0ohJjk8lihZK8qOQg1zpqHlAk6iIAXkqDrgkCvE0XhEYiX4UEBYIACH5BAUFAAAALAAAAQApACgAAAf/gACCg4SFhoMWGoeLjI2FHhmOkpODE0OUmIIehhoXFZmZJoURF4ciJ5gTlEOqhRUvP6A7kiMjhhetmaWgAB0BvABBEqBBIRHAwD+zyMzNzhoiHM6TGiAUH6KFQdnTANZSDY3L0xkTA93o6err7IUWA/ADFhbp9IQWc/n6590aCf8ALVRYQTBChU/pFAFQ2K6hw4cQCYFAoWJaAxa5DO3IAYRMiW4NUBQZVkgGEC7sSuhYMA5AgkgNbUUEdSFGpgk9kI1IciTTCiE9QVUwo4PXDy44QN0gY8iAEUI4chgysaGlIyNlrALAQIHQiSeHjKBg6CjpIRsyBy3pcEgrqB9wFAzxeMruBQFDVRK04/HB0IgzmAIBACH5BAUFAD0ALAEAAgAoACgAAAfqgD2Cg4SFhoMIh4qLjI2Ojz0lkJOMHJAnK5ApigGQFxCTEo+ghg2SlKiIJhqopJQ7ARWpsxAis7e4uYQnE7qPIhIHvYQQlr6CIhcHLQPHjCOnztLT1NXW1z012tvTLN7fPRHh1xqs2Ofo6ZPmjSwvvhMP0YYoAhg4xxMwAA3NghEJBBDANw3BBx4gBFlA4QGbK3WOOISg1EEFLRuiKC3ISMnBg1QQXGRYl2ODoRkTEaEwlEJGwkcxFLwkdKMTIQayCoXQAQkBwUIkHvYgMG/QzFkjCvgbBMMiNQoyDAWgUU2HAUMQMFgTlysQACH5BAUFAAAALAEABgAoACQAAAf6gACCg4SFhgBBhwMSiYeHF46FI4YaEwiRmJmHGQ2ahkEcnoWQoqWOjaapqQMcFqqiKyWDJUBlIa6vjicpVbKDKx8CWQYDuYQnDVWXhxExaEbGg0HLmAPF0djZ2tvchbi43RbirmDl5uDZH+rrhtfd7/Dx8vOeIjBV2SVMCOiDICxfXCDQkM/AhxaFUFCRQW1bhhlaRAxi8WMeKnqlkpkqAeVVEDOhSkVA0SkVGSmqguTwYArFDUMxOg7KoMNQiyISPYWYcigHKUErwhyq8kFUhoaD0lzUoASpoJy5IJwxJEVmtwBFDF3QQbCbFWiFgnTBSMiChrNo06oNBAAh+QQFBQAEACwBAAIAKAAoAAAH+YAEgoOEhYaDGYeKi4yELY2QkZKRGRaTl4YWZTKSj5iFHm9Gn4M4lwFtE6SfA1ZqO6uYAy5QsbK2iw24jBGJgjgCUbW7hCslFxkahAZUXzPEKy0XHooVIXAxuzs/lsTe3+Dh4uMEyoQaaunq4Aft7oIRBBXk9PX295/mjFZOuxkq1BRp8aHEly0NGQ4YKVEIgI8EBr39CNHjxCAt9WDhkzSh36QMHjENcaDrkpYW+iRt6PFpCIsRlwDkGFDoRUgCHqwYKqHDYqQqZEQYosGhUJdDR1hG8hBRkAYuhlA0FeRzVRAMhmbc9HaBhSEOH8QxUWFoRwJx3WwFAgAh+QQFBQAAACwAAAMAKQAnAAAH+4AAgoOEhYaDE4eKi4s4hkeMkYMeiiaSl4YKOYeQhYmYiz9iMaClihJbLaYAlKsAUgIgphKugjIUtbm6ihYpu6UZVAW4v4UdR62DET02PgfFgp2LUE8v0JgW19rb3N2mGtfghBpZ5ebaFOnqAAOE7d7w8fLz8CcGF78eFCOLIh8FY5Lp8gDlRYZshB6QoOEBIbQgTlSsIPRhhMNtsrqJc9VC2iUPEjaW2rHkE6YKBkqsGiDjWSSRAHZYCWLqAQpDFPANGtEDZoYPpZxsOASjAaEIRd4R4qAC1AiBg27sKKTjR7chMgypoMXNxANDKWZ0OwDFEAgWMKFV2BUIACH5BAUFAAAALAEAAQAoACgAAAf9gACCg4SFEYWIiYqLgwNqGYkIjJOKFiRSlJmZY0uangA/iQFZFp+ZBSiIJ3EgppQjWSGFAyQNhBCKkp4cVx2zlJCmFkxUrheuggkByMzNjBMazp9eDMvSisGDMSQksteZTmlV3+Tl5ufo5xal6YRI7/DmTvP0ABX27fn6+/ztMxzXIEgIougEEwYsQgW8cEShoApSGOhwSG4HByeHBDHB1e5EP08lOETTBMGWKxAufH2KoetTkReuRMwY8smADkRHAA6CoALRjwMrNF2Q4bHQhwmFbiKa4ITkiEQJWhGSwrFQ0GY7iiCqYgLdBAOIWvQ8F6JpIREfNKhdy7ZtIAAh+QQFBQAAACwBAAEAJgApAAAH/4AAgoOEhRWFgiIRiIyNjEQeiEoEjpWODj2FA3CZlp6EPJSEEWuRn4gjGogXaIUdYBaniAwsjFsihFIKsogQaFCIDhOEOrWIOKcNSciVFrGEprJGXri81oI0F9fb3I4d3bIeZlza4I0X0SEOacDmgh3liAFLTu729/j5+vv8Cv7//AYdCkiwoMGD3VaoaOAuSIMdqgodwKAFgr0gJjgEGTQjzAeL+UCkKHdgI8KTiBAwlBXkGy8RC0rwGkDhBy8WFK6dgALilJEPiDgMGzQkZyEIUBZZMjFmBaIZMgVKYVRCgqcgIAuxqDaoJCOl10DoeDbowtB7HQ5EHITD6D0nVggLnZihb0C3QAAh+QQFBQAAACwBAAEAJgApAAAH/oAAgoOEhYaDFYeKi4MWXz+GCV2MlIdkB4ZPmJWcgjqThBVAnYcQhxw+hSVqpIZcWodXhT0FikOVQVFOhRZkhVo6rYYpXgi8lRnCKiTCzZ4cztHShiXTnSNpQtDWh0fJABVQZEtOFtyCR4cDEgTp54zm7/Lz9PX2lFP5+veEAwDx/AIKHEiwEpQJ3G4dWhGii5Qg5xQSitGlB8R5OwiFyFiwI6EMLVrt+NaKB8lOHC52snJEg7AVR0R0CtEDoKAJHQjtuGBoyIVElCYEMxTiJIADNgVlQEhph0RCVk4UgsKxENBmIqQYalBNHg4ohjLwlHehgaEVLwhqWMu2bdtAACH5BAUFAAAALAAAAQAnACkAAAf+gACCg4SFhoMnh4qLhj4jhigLjJOKGCqFFg6XlJyDD5KFAj+dpCZPhQhEhw0dnEIfhitJiYNGDIYQTUydBUeGGK2DHw+FEQobFp0TJBmkggNKSBXOUA60nSFAo84WDyakFga+zoLJ5JQI5+oQS0oN6pwehE4EQuPwpUoS+Pz9/v8AA6rTQIigQEJLEio8OIjgAAAPGUqcSLGixQhOgvELwohCESND/nEsNABKggMhBYIoSGGlxZeUfpRw5pLciQfynO3j1oPDSwqbCHVIN0hECn4dPkQw5CTnMwqHnE4CseOQkRWFLog4eOKAoQ5S/3kIYGjEUYGsDEW4B9AgvEAAIfkEBQUABAAsAQACACcAKAAAB/+ABIKDhIUkEIUEAGOJjY6OLlCJZC+PlpZSjIVUI5eWQY0TaYUZX6GegkpMjV6FKkuJQWwzqENnEok3OIRMUolYN6iCHWkelxoahUVRwoMUsM0EUAKd0QRSE9EzuNbdlhaDGd6oAyU34EEuYxPJ44kDEw5rXRGDRzJK3O4EFhNYawt2NEpRxMQ+QQfGiDjIsKHDhxAjWnNBsaLEQeAGCAJ3saPHjyAhVpCwy2OEIwBCCOwYAACUlRH1HVkYsqYlCOJAruhR7WOIbCAlUEiUwdigEy0a6buE40CFRBIQETrSKKcnESAaSSrEQeKKKolw/Ig4omuhIEkhdihZaKlDC8gH4sqdSxdZIAA7") !important; }

.from-transparent {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-current {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-inherit {
  --gradient-from-color: inherit !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-black-10 {
  --gradient-from-color: rgba(0,0,0,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black-20 {
  --gradient-from-color: rgba(0,0,0,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black-30 {
  --gradient-from-color: rgba(0,0,0,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black-40 {
  --gradient-from-color: rgba(0,0,0,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black-50 {
  --gradient-from-color: rgba(0,0,0,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black-60 {
  --gradient-from-color: rgba(0,0,0,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black-70 {
  --gradient-from-color: rgba(0,0,0,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black-80 {
  --gradient-from-color: rgba(0,0,0,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black-90 {
  --gradient-from-color: rgba(0,0,0,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-black {
  --gradient-from-color: rgba(0,0,0,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.from-white-10 {
  --gradient-from-color: rgba(255,255,255,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white-20 {
  --gradient-from-color: rgba(255,255,255,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white-30 {
  --gradient-from-color: rgba(255,255,255,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white-40 {
  --gradient-from-color: rgba(255,255,255,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white-50 {
  --gradient-from-color: rgba(255,255,255,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white-60 {
  --gradient-from-color: rgba(255,255,255,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white-70 {
  --gradient-from-color: rgba(255,255,255,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white-80 {
  --gradient-from-color: rgba(255,255,255,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white-90 {
  --gradient-from-color: rgba(255,255,255,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.from-white {
  --gradient-from-color: rgba(255,255,255,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-transparent {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-current {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-inherit {
  --gradient-via-color: inherit !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-black-10 {
  --gradient-via-color: rgba(0,0,0,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black-20 {
  --gradient-via-color: rgba(0,0,0,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black-30 {
  --gradient-via-color: rgba(0,0,0,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black-40 {
  --gradient-via-color: rgba(0,0,0,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black-50 {
  --gradient-via-color: rgba(0,0,0,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black-60 {
  --gradient-via-color: rgba(0,0,0,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black-70 {
  --gradient-via-color: rgba(0,0,0,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black-80 {
  --gradient-via-color: rgba(0,0,0,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black-90 {
  --gradient-via-color: rgba(0,0,0,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-black {
  --gradient-via-color: rgba(0,0,0,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.via-white-10 {
  --gradient-via-color: rgba(255,255,255,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white-20 {
  --gradient-via-color: rgba(255,255,255,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white-30 {
  --gradient-via-color: rgba(255,255,255,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white-40 {
  --gradient-via-color: rgba(255,255,255,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white-50 {
  --gradient-via-color: rgba(255,255,255,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white-60 {
  --gradient-via-color: rgba(255,255,255,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white-70 {
  --gradient-via-color: rgba(255,255,255,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white-80 {
  --gradient-via-color: rgba(255,255,255,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white-90 {
  --gradient-via-color: rgba(255,255,255,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.via-white {
  --gradient-via-color: rgba(255,255,255,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.to-transparent {
  --gradient-to-color: transparent !important; }

.to-current {
  --gradient-to-color: currentColor !important; }

.to-inherit {
  --gradient-to-color: inherit !important; }

.to-black-10 {
  --gradient-to-color: rgba(0,0,0,0.1) !important; }

.to-black-20 {
  --gradient-to-color: rgba(0,0,0,0.2) !important; }

.to-black-30 {
  --gradient-to-color: rgba(0,0,0,0.3) !important; }

.to-black-40 {
  --gradient-to-color: rgba(0,0,0,0.4) !important; }

.to-black-50 {
  --gradient-to-color: rgba(0,0,0,0.5) !important; }

.to-black-60 {
  --gradient-to-color: rgba(0,0,0,0.6) !important; }

.to-black-70 {
  --gradient-to-color: rgba(0,0,0,0.7) !important; }

.to-black-80 {
  --gradient-to-color: rgba(0,0,0,0.8) !important; }

.to-black-90 {
  --gradient-to-color: rgba(0,0,0,0.9) !important; }

.to-black {
  --gradient-to-color: rgba(0,0,0,1) !important; }

.to-white-10 {
  --gradient-to-color: rgba(255,255,255,0.1) !important; }

.to-white-20 {
  --gradient-to-color: rgba(255,255,255,0.2) !important; }

.to-white-30 {
  --gradient-to-color: rgba(255,255,255,0.3) !important; }

.to-white-40 {
  --gradient-to-color: rgba(255,255,255,0.4) !important; }

.to-white-50 {
  --gradient-to-color: rgba(255,255,255,0.5) !important; }

.to-white-60 {
  --gradient-to-color: rgba(255,255,255,0.6) !important; }

.to-white-70 {
  --gradient-to-color: rgba(255,255,255,0.7) !important; }

.to-white-80 {
  --gradient-to-color: rgba(255,255,255,0.8) !important; }

.to-white-90 {
  --gradient-to-color: rgba(255,255,255,0.9) !important; }

.to-white {
  --gradient-to-color: rgba(255,255,255,1) !important; }

.hover\:from-transparent:hover {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-current:hover {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-inherit:hover {
  --gradient-from-color: inherit !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-black-10:hover {
  --gradient-from-color: rgba(0,0,0,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black-20:hover {
  --gradient-from-color: rgba(0,0,0,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black-30:hover {
  --gradient-from-color: rgba(0,0,0,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black-40:hover {
  --gradient-from-color: rgba(0,0,0,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black-50:hover {
  --gradient-from-color: rgba(0,0,0,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black-60:hover {
  --gradient-from-color: rgba(0,0,0,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black-70:hover {
  --gradient-from-color: rgba(0,0,0,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black-80:hover {
  --gradient-from-color: rgba(0,0,0,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black-90:hover {
  --gradient-from-color: rgba(0,0,0,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-black:hover {
  --gradient-from-color: rgba(0,0,0,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:from-white-10:hover {
  --gradient-from-color: rgba(255,255,255,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white-20:hover {
  --gradient-from-color: rgba(255,255,255,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white-30:hover {
  --gradient-from-color: rgba(255,255,255,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white-40:hover {
  --gradient-from-color: rgba(255,255,255,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white-50:hover {
  --gradient-from-color: rgba(255,255,255,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white-60:hover {
  --gradient-from-color: rgba(255,255,255,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white-70:hover {
  --gradient-from-color: rgba(255,255,255,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white-80:hover {
  --gradient-from-color: rgba(255,255,255,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white-90:hover {
  --gradient-from-color: rgba(255,255,255,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:from-white:hover {
  --gradient-from-color: rgba(255,255,255,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-transparent:hover {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-current:hover {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-inherit:hover {
  --gradient-via-color: inherit !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-black-10:hover {
  --gradient-via-color: rgba(0,0,0,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black-20:hover {
  --gradient-via-color: rgba(0,0,0,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black-30:hover {
  --gradient-via-color: rgba(0,0,0,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black-40:hover {
  --gradient-via-color: rgba(0,0,0,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black-50:hover {
  --gradient-via-color: rgba(0,0,0,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black-60:hover {
  --gradient-via-color: rgba(0,0,0,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black-70:hover {
  --gradient-via-color: rgba(0,0,0,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black-80:hover {
  --gradient-via-color: rgba(0,0,0,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black-90:hover {
  --gradient-via-color: rgba(0,0,0,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-black:hover {
  --gradient-via-color: rgba(0,0,0,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.hover\:via-white-10:hover {
  --gradient-via-color: rgba(255,255,255,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white-20:hover {
  --gradient-via-color: rgba(255,255,255,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white-30:hover {
  --gradient-via-color: rgba(255,255,255,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white-40:hover {
  --gradient-via-color: rgba(255,255,255,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white-50:hover {
  --gradient-via-color: rgba(255,255,255,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white-60:hover {
  --gradient-via-color: rgba(255,255,255,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white-70:hover {
  --gradient-via-color: rgba(255,255,255,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white-80:hover {
  --gradient-via-color: rgba(255,255,255,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white-90:hover {
  --gradient-via-color: rgba(255,255,255,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:via-white:hover {
  --gradient-via-color: rgba(255,255,255,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.hover\:to-transparent:hover {
  --gradient-to-color: transparent !important; }

.hover\:to-current:hover {
  --gradient-to-color: currentColor !important; }

.hover\:to-inherit:hover {
  --gradient-to-color: inherit !important; }

.hover\:to-black-10:hover {
  --gradient-to-color: rgba(0,0,0,0.1) !important; }

.hover\:to-black-20:hover {
  --gradient-to-color: rgba(0,0,0,0.2) !important; }

.hover\:to-black-30:hover {
  --gradient-to-color: rgba(0,0,0,0.3) !important; }

.hover\:to-black-40:hover {
  --gradient-to-color: rgba(0,0,0,0.4) !important; }

.hover\:to-black-50:hover {
  --gradient-to-color: rgba(0,0,0,0.5) !important; }

.hover\:to-black-60:hover {
  --gradient-to-color: rgba(0,0,0,0.6) !important; }

.hover\:to-black-70:hover {
  --gradient-to-color: rgba(0,0,0,0.7) !important; }

.hover\:to-black-80:hover {
  --gradient-to-color: rgba(0,0,0,0.8) !important; }

.hover\:to-black-90:hover {
  --gradient-to-color: rgba(0,0,0,0.9) !important; }

.hover\:to-black:hover {
  --gradient-to-color: rgba(0,0,0,1) !important; }

.hover\:to-white-10:hover {
  --gradient-to-color: rgba(255,255,255,0.1) !important; }

.hover\:to-white-20:hover {
  --gradient-to-color: rgba(255,255,255,0.2) !important; }

.hover\:to-white-30:hover {
  --gradient-to-color: rgba(255,255,255,0.3) !important; }

.hover\:to-white-40:hover {
  --gradient-to-color: rgba(255,255,255,0.4) !important; }

.hover\:to-white-50:hover {
  --gradient-to-color: rgba(255,255,255,0.5) !important; }

.hover\:to-white-60:hover {
  --gradient-to-color: rgba(255,255,255,0.6) !important; }

.hover\:to-white-70:hover {
  --gradient-to-color: rgba(255,255,255,0.7) !important; }

.hover\:to-white-80:hover {
  --gradient-to-color: rgba(255,255,255,0.8) !important; }

.hover\:to-white-90:hover {
  --gradient-to-color: rgba(255,255,255,0.9) !important; }

.hover\:to-white:hover {
  --gradient-to-color: rgba(255,255,255,1) !important; }

.focus\:from-transparent:focus {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-current:focus {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-inherit:focus {
  --gradient-from-color: inherit !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-black-10:focus {
  --gradient-from-color: rgba(0,0,0,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black-20:focus {
  --gradient-from-color: rgba(0,0,0,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black-30:focus {
  --gradient-from-color: rgba(0,0,0,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black-40:focus {
  --gradient-from-color: rgba(0,0,0,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black-50:focus {
  --gradient-from-color: rgba(0,0,0,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black-60:focus {
  --gradient-from-color: rgba(0,0,0,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black-70:focus {
  --gradient-from-color: rgba(0,0,0,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black-80:focus {
  --gradient-from-color: rgba(0,0,0,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black-90:focus {
  --gradient-from-color: rgba(0,0,0,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-black:focus {
  --gradient-from-color: rgba(0,0,0,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:from-white-10:focus {
  --gradient-from-color: rgba(255,255,255,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white-20:focus {
  --gradient-from-color: rgba(255,255,255,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white-30:focus {
  --gradient-from-color: rgba(255,255,255,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white-40:focus {
  --gradient-from-color: rgba(255,255,255,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white-50:focus {
  --gradient-from-color: rgba(255,255,255,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white-60:focus {
  --gradient-from-color: rgba(255,255,255,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white-70:focus {
  --gradient-from-color: rgba(255,255,255,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white-80:focus {
  --gradient-from-color: rgba(255,255,255,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white-90:focus {
  --gradient-from-color: rgba(255,255,255,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:from-white:focus {
  --gradient-from-color: rgba(255,255,255,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-transparent:focus {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-current:focus {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-inherit:focus {
  --gradient-via-color: inherit !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-black-10:focus {
  --gradient-via-color: rgba(0,0,0,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black-20:focus {
  --gradient-via-color: rgba(0,0,0,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black-30:focus {
  --gradient-via-color: rgba(0,0,0,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black-40:focus {
  --gradient-via-color: rgba(0,0,0,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black-50:focus {
  --gradient-via-color: rgba(0,0,0,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black-60:focus {
  --gradient-via-color: rgba(0,0,0,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black-70:focus {
  --gradient-via-color: rgba(0,0,0,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black-80:focus {
  --gradient-via-color: rgba(0,0,0,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black-90:focus {
  --gradient-via-color: rgba(0,0,0,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-black:focus {
  --gradient-via-color: rgba(0,0,0,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }

.focus\:via-white-10:focus {
  --gradient-via-color: rgba(255,255,255,0.1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white-20:focus {
  --gradient-via-color: rgba(255,255,255,0.2) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white-30:focus {
  --gradient-via-color: rgba(255,255,255,0.3) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white-40:focus {
  --gradient-via-color: rgba(255,255,255,0.4) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white-50:focus {
  --gradient-via-color: rgba(255,255,255,0.5) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white-60:focus {
  --gradient-via-color: rgba(255,255,255,0.6) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white-70:focus {
  --gradient-via-color: rgba(255,255,255,0.7) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white-80:focus {
  --gradient-via-color: rgba(255,255,255,0.8) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white-90:focus {
  --gradient-via-color: rgba(255,255,255,0.9) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:via-white:focus {
  --gradient-via-color: rgba(255,255,255,1) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }

.focus\:to-transparent:focus {
  --gradient-to-color: transparent !important; }

.focus\:to-current:focus {
  --gradient-to-color: currentColor !important; }

.focus\:to-inherit:focus {
  --gradient-to-color: inherit !important; }

.focus\:to-black-10:focus {
  --gradient-to-color: rgba(0,0,0,0.1) !important; }

.focus\:to-black-20:focus {
  --gradient-to-color: rgba(0,0,0,0.2) !important; }

.focus\:to-black-30:focus {
  --gradient-to-color: rgba(0,0,0,0.3) !important; }

.focus\:to-black-40:focus {
  --gradient-to-color: rgba(0,0,0,0.4) !important; }

.focus\:to-black-50:focus {
  --gradient-to-color: rgba(0,0,0,0.5) !important; }

.focus\:to-black-60:focus {
  --gradient-to-color: rgba(0,0,0,0.6) !important; }

.focus\:to-black-70:focus {
  --gradient-to-color: rgba(0,0,0,0.7) !important; }

.focus\:to-black-80:focus {
  --gradient-to-color: rgba(0,0,0,0.8) !important; }

.focus\:to-black-90:focus {
  --gradient-to-color: rgba(0,0,0,0.9) !important; }

.focus\:to-black:focus {
  --gradient-to-color: rgba(0,0,0,1) !important; }

.focus\:to-white-10:focus {
  --gradient-to-color: rgba(255,255,255,0.1) !important; }

.focus\:to-white-20:focus {
  --gradient-to-color: rgba(255,255,255,0.2) !important; }

.focus\:to-white-30:focus {
  --gradient-to-color: rgba(255,255,255,0.3) !important; }

.focus\:to-white-40:focus {
  --gradient-to-color: rgba(255,255,255,0.4) !important; }

.focus\:to-white-50:focus {
  --gradient-to-color: rgba(255,255,255,0.5) !important; }

.focus\:to-white-60:focus {
  --gradient-to-color: rgba(255,255,255,0.6) !important; }

.focus\:to-white-70:focus {
  --gradient-to-color: rgba(255,255,255,0.7) !important; }

.focus\:to-white-80:focus {
  --gradient-to-color: rgba(255,255,255,0.8) !important; }

.focus\:to-white-90:focus {
  --gradient-to-color: rgba(255,255,255,0.9) !important; }

.focus\:to-white:focus {
  --gradient-to-color: rgba(255,255,255,1) !important; }

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

.bg-opacity-5 {
  --bg-opacity: 0.05 !important; }

.bg-opacity-10 {
  --bg-opacity: 0.1 !important; }

.bg-opacity-15 {
  --bg-opacity: 0.15 !important; }

.bg-opacity-20 {
  --bg-opacity: 0.2 !important; }

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

.bg-opacity-30 {
  --bg-opacity: 0.3 !important; }

.bg-opacity-35 {
  --bg-opacity: 0.35 !important; }

.bg-opacity-40 {
  --bg-opacity: 0.4 !important; }

.bg-opacity-45 {
  --bg-opacity: 0.45 !important; }

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

.bg-opacity-55 {
  --bg-opacity: 0.55 !important; }

.bg-opacity-60 {
  --bg-opacity: 0.6 !important; }

.bg-opacity-65 {
  --bg-opacity: 0.65 !important; }

.bg-opacity-70 {
  --bg-opacity: 0.7 !important; }

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

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

.bg-opacity-85 {
  --bg-opacity: 0.85 !important; }

.bg-opacity-90 {
  --bg-opacity: 0.9 !important; }

.bg-opacity-95 {
  --bg-opacity: 0.95 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-opacity-95:focus {
  --bg-opacity: 0.95 !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-center-bottom {
  background-position: center bottom !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-transparent {
  border-color: transparent !important; }

.border-current {
  border-color: currentColor !important; }

.border-inherit {
  border-color: inherit !important; }

.border-black-10 {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.border-black-20 {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.border-black-30 {
  border-color: rgba(0, 0, 0, 0.3) !important; }

.border-black-40 {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.border-black-50 {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.border-black-60 {
  border-color: rgba(0, 0, 0, 0.6) !important; }

.border-black-70 {
  border-color: rgba(0, 0, 0, 0.7) !important; }

.border-black-80 {
  border-color: rgba(0, 0, 0, 0.8) !important; }

.border-black-90 {
  border-color: rgba(0, 0, 0, 0.9) !important; }

.border-black {
  border-color: black !important; }

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.border-white-20 {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.border-white-30 {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.border-white-40 {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.border-white-60 {
  border-color: rgba(255, 255, 255, 0.6) !important; }

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

.border-white-80 {
  border-color: rgba(255, 255, 255, 0.8) !important; }

.border-white-90 {
  border-color: rgba(255, 255, 255, 0.9) !important; }

.border-white {
  border-color: white !important; }

.hover\:border-transparent:hover {
  border-color: transparent !important; }

.hover\:border-current:hover {
  border-color: currentColor !important; }

.hover\:border-inherit:hover {
  border-color: inherit !important; }

.hover\:border-black-10:hover {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.hover\:border-black-20:hover {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.hover\:border-black-30:hover {
  border-color: rgba(0, 0, 0, 0.3) !important; }

.hover\:border-black-40:hover {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.hover\:border-black-50:hover {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.hover\:border-black-60:hover {
  border-color: rgba(0, 0, 0, 0.6) !important; }

.hover\:border-black-70:hover {
  border-color: rgba(0, 0, 0, 0.7) !important; }

.hover\:border-black-80:hover {
  border-color: rgba(0, 0, 0, 0.8) !important; }

.hover\:border-black-90:hover {
  border-color: rgba(0, 0, 0, 0.9) !important; }

.hover\:border-black:hover {
  border-color: black !important; }

.hover\:border-white-10:hover {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.hover\:border-white-20:hover {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.hover\:border-white-30:hover {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.hover\:border-white-40:hover {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.hover\:border-white-50:hover {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.hover\:border-white-60:hover {
  border-color: rgba(255, 255, 255, 0.6) !important; }

.hover\:border-white-70:hover {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.hover\:border-white-80:hover {
  border-color: rgba(255, 255, 255, 0.8) !important; }

.hover\:border-white-90:hover {
  border-color: rgba(255, 255, 255, 0.9) !important; }

.hover\:border-white:hover {
  border-color: white !important; }

.focus\:border-transparent:focus {
  border-color: transparent !important; }

.focus\:border-current:focus {
  border-color: currentColor !important; }

.focus\:border-inherit:focus {
  border-color: inherit !important; }

.focus\:border-black-10:focus {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.focus\:border-black-20:focus {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.focus\:border-black-30:focus {
  border-color: rgba(0, 0, 0, 0.3) !important; }

.focus\:border-black-40:focus {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.focus\:border-black-50:focus {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.focus\:border-black-60:focus {
  border-color: rgba(0, 0, 0, 0.6) !important; }

.focus\:border-black-70:focus {
  border-color: rgba(0, 0, 0, 0.7) !important; }

.focus\:border-black-80:focus {
  border-color: rgba(0, 0, 0, 0.8) !important; }

.focus\:border-black-90:focus {
  border-color: rgba(0, 0, 0, 0.9) !important; }

.focus\:border-black:focus {
  border-color: black !important; }

.focus\:border-white-10:focus {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.focus\:border-white-20:focus {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.focus\:border-white-30:focus {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.focus\:border-white-40:focus {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.focus\:border-white-50:focus {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.focus\:border-white-60:focus {
  border-color: rgba(255, 255, 255, 0.6) !important; }

.focus\:border-white-70:focus {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.focus\:border-white-80:focus {
  border-color: rgba(255, 255, 255, 0.8) !important; }

.focus\:border-white-90:focus {
  border-color: rgba(255, 255, 255, 0.9) !important; }

.focus\:border-white:focus {
  border-color: white !important; }

.group:hover .group-hover\:border-transparent {
  border-color: transparent !important; }

.group:hover .group-hover\:border-current {
  border-color: currentColor !important; }

.group:hover .group-hover\:border-inherit {
  border-color: inherit !important; }

.group:hover .group-hover\:border-black-10 {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.group:hover .group-hover\:border-black-20 {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.group:hover .group-hover\:border-black-30 {
  border-color: rgba(0, 0, 0, 0.3) !important; }

.group:hover .group-hover\:border-black-40 {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.group:hover .group-hover\:border-black-50 {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.group:hover .group-hover\:border-black-60 {
  border-color: rgba(0, 0, 0, 0.6) !important; }

.group:hover .group-hover\:border-black-70 {
  border-color: rgba(0, 0, 0, 0.7) !important; }

.group:hover .group-hover\:border-black-80 {
  border-color: rgba(0, 0, 0, 0.8) !important; }

.group:hover .group-hover\:border-black-90 {
  border-color: rgba(0, 0, 0, 0.9) !important; }

.group:hover .group-hover\:border-black {
  border-color: black !important; }

.group:hover .group-hover\:border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.group:hover .group-hover\:border-white-20 {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.group:hover .group-hover\:border-white-30 {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.group:hover .group-hover\:border-white-40 {
  border-color: rgba(255, 255, 255, 0.4) !important; }

.group:hover .group-hover\:border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.group:hover .group-hover\:border-white-60 {
  border-color: rgba(255, 255, 255, 0.6) !important; }

.group:hover .group-hover\:border-white-70 {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.group:hover .group-hover\:border-white-80 {
  border-color: rgba(255, 255, 255, 0.8) !important; }

.group:hover .group-hover\:border-white-90 {
  border-color: rgba(255, 255, 255, 0.9) !important; }

.group:hover .group-hover\:border-white {
  border-color: white !important; }

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

.border-opacity-5 {
  --border-opacity: 0.05 !important; }

.border-opacity-10 {
  --border-opacity: 0.1 !important; }

.border-opacity-15 {
  --border-opacity: 0.15 !important; }

.border-opacity-20 {
  --border-opacity: 0.2 !important; }

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

.border-opacity-30 {
  --border-opacity: 0.3 !important; }

.border-opacity-35 {
  --border-opacity: 0.35 !important; }

.border-opacity-40 {
  --border-opacity: 0.4 !important; }

.border-opacity-45 {
  --border-opacity: 0.45 !important; }

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

.border-opacity-55 {
  --border-opacity: 0.55 !important; }

.border-opacity-60 {
  --border-opacity: 0.6 !important; }

.border-opacity-65 {
  --border-opacity: 0.65 !important; }

.border-opacity-70 {
  --border-opacity: 0.7 !important; }

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

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

.border-opacity-85 {
  --border-opacity: 0.85 !important; }

.border-opacity-90 {
  --border-opacity: 0.9 !important; }

.border-opacity-95 {
  --border-opacity: 0.95 !important; }

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

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

.hover\:border-opacity-5:hover {
  --border-opacity: 0.05 !important; }

.hover\:border-opacity-10:hover {
  --border-opacity: 0.1 !important; }

.hover\:border-opacity-15:hover {
  --border-opacity: 0.15 !important; }

.hover\:border-opacity-20:hover {
  --border-opacity: 0.2 !important; }

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

.hover\:border-opacity-30:hover {
  --border-opacity: 0.3 !important; }

.hover\:border-opacity-35:hover {
  --border-opacity: 0.35 !important; }

.hover\:border-opacity-40:hover {
  --border-opacity: 0.4 !important; }

.hover\:border-opacity-45:hover {
  --border-opacity: 0.45 !important; }

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

.hover\:border-opacity-55:hover {
  --border-opacity: 0.55 !important; }

.hover\:border-opacity-60:hover {
  --border-opacity: 0.6 !important; }

.hover\:border-opacity-65:hover {
  --border-opacity: 0.65 !important; }

.hover\:border-opacity-70:hover {
  --border-opacity: 0.7 !important; }

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

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

.hover\:border-opacity-85:hover {
  --border-opacity: 0.85 !important; }

.hover\:border-opacity-90:hover {
  --border-opacity: 0.9 !important; }

.hover\:border-opacity-95:hover {
  --border-opacity: 0.95 !important; }

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

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

.focus\:border-opacity-5:focus {
  --border-opacity: 0.05 !important; }

.focus\:border-opacity-10:focus {
  --border-opacity: 0.1 !important; }

.focus\:border-opacity-15:focus {
  --border-opacity: 0.15 !important; }

.focus\:border-opacity-20:focus {
  --border-opacity: 0.2 !important; }

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

.focus\:border-opacity-30:focus {
  --border-opacity: 0.3 !important; }

.focus\:border-opacity-35:focus {
  --border-opacity: 0.35 !important; }

.focus\:border-opacity-40:focus {
  --border-opacity: 0.4 !important; }

.focus\:border-opacity-45:focus {
  --border-opacity: 0.45 !important; }

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

.focus\:border-opacity-55:focus {
  --border-opacity: 0.55 !important; }

.focus\:border-opacity-60:focus {
  --border-opacity: 0.6 !important; }

.focus\:border-opacity-65:focus {
  --border-opacity: 0.65 !important; }

.focus\:border-opacity-70:focus {
  --border-opacity: 0.7 !important; }

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

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

.focus\:border-opacity-85:focus {
  --border-opacity: 0.85 !important; }

.focus\:border-opacity-90:focus {
  --border-opacity: 0.9 !important; }

.focus\:border-opacity-95:focus {
  --border-opacity: 0.95 !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-xl {
  border-radius: 0.75rem !important; }

.rounded-2xl {
  border-radius: 1rem !important; }

.rounded-3xl {
  border-radius: 1.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-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important; }

.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important; }

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important; }

.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important; }

.rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important; }

.rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important; }

.rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important; }

.rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important; }

.rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important; }

.rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important; }

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important; }

.rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.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-xl {
  border-top-left-radius: 0.75rem !important; }

.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important; }

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important; }

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important; }

.rounded-tl-2xl {
  border-top-left-radius: 1rem !important; }

.rounded-tr-2xl {
  border-top-right-radius: 1rem !important; }

.rounded-br-2xl {
  border-bottom-right-radius: 1rem !important; }

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important; }

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem !important; }

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem !important; }

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem !important; }

.rounded-bl-3xl {
  border-bottom-left-radius: 1.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 {
  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 {
  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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !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; }

.contents {
  display: contents !important; }

.hidden {
  display: none !important; }

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-no-wrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.place-items-auto {
  place-items: auto !important; }

.place-items-start {
  place-items: start !important; }

.place-items-end {
  place-items: end !important; }

.place-items-center {
  place-items: center !important; }

.place-items-stretch {
  place-items: stretch !important; }

.place-content-center {
  place-content: center !important; }

.place-content-start {
  place-content: start !important; }

.place-content-end {
  place-content: end !important; }

.place-content-between {
  place-content: space-between !important; }

.place-content-around {
  place-content: space-around !important; }

.place-content-evenly {
  place-content: space-evenly !important; }

.place-content-stretch {
  place-content: stretch !important; }

.place-self-auto {
  place-self: auto !important; }

.place-self-start {
  place-self: start !important; }

.place-self-end {
  place-self: end !important; }

.place-self-center {
  place-self: center !important; }

.place-self-stretch {
  place-self: stretch !important; }

.items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.content-evenly {
  -webkit-align-content: space-evenly !important;
  -ms-flex-line-pack: space-evenly !important;
  align-content: space-evenly !important; }

.self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

.justify-items-auto {
  justify-items: auto !important; }

.justify-items-start {
  justify-items: start !important; }

.justify-items-end {
  justify-items: end !important; }

.justify-items-center {
  justify-items: center !important; }

.justify-items-stretch {
  justify-items: stretch !important; }

.justify-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.justify-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important; }

.justify-self-auto {
  justify-self: auto !important; }

.justify-self-start {
  justify-self: start !important; }

.justify-self-end {
  justify-self: end !important; }

.justify-self-center {
  justify-self: center !important; }

.justify-self-stretch {
  justify-self: stretch !important; }

.flex-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 0% !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important; }

.flex-auto {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-initial {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 1 auto !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important; }

.flex-none {
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important; }

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important; }

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
  -webkit-order: 7 !important;
  -ms-flex-order: 7 !important;
  order: 7 !important; }

.order-8 {
  -webkit-box-ordinal-group: 9 !important;
  -webkit-order: 8 !important;
  -ms-flex-order: 8 !important;
  order: 8 !important; }

.order-9 {
  -webkit-box-ordinal-group: 10 !important;
  -webkit-order: 9 !important;
  -ms-flex-order: 9 !important;
  order: 9 !important; }

.order-10 {
  -webkit-box-ordinal-group: 11 !important;
  -webkit-order: 10 !important;
  -ms-flex-order: 10 !important;
  order: 10 !important; }

.order-11 {
  -webkit-box-ordinal-group: 12 !important;
  -webkit-order: 11 !important;
  -ms-flex-order: 11 !important;
  order: 11 !important; }

.order-12 {
  -webkit-box-ordinal-group: 13 !important;
  -webkit-order: 12 !important;
  -ms-flex-order: 12 !important;
  order: 12 !important; }

.order-first {
  -webkit-box-ordinal-group: -9998 !important;
  -webkit-order: -9999 !important;
  -ms-flex-order: -9999 !important;
  order: -9999 !important; }

.order-last {
  -webkit-box-ordinal-group: 10000 !important;
  -webkit-order: 9999 !important;
  -ms-flex-order: 9999 !important;
  order: 9999 !important; }

.order-none {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !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-sans {
  font-family: -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" !important; }

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important; }

.font-mono {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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: 0rem !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-7 {
  height: 1.75rem !important; }

.h-8 {
  height: 2rem !important; }

.h-9 {
  height: 2.25rem !important; }

.h-10 {
  height: 2.5rem !important; }

.h-11 {
  height: 2.75rem !important; }

.h-12 {
  height: 3rem !important; }

.h-13 {
  height: 3.25rem !important; }

.h-14 {
  height: 3.5rem !important; }

.h-15 {
  height: 3.75rem !important; }

.h-16 {
  height: 4rem !important; }

.h-17 {
  height: 4.25rem !important; }

.h-18 {
  height: 4.5rem !important; }

.h-19 {
  height: 4.75rem !important; }

.h-20 {
  height: 5rem !important; }

.h-21 {
  height: 5.25rem !important; }

.h-22 {
  height: 5.5rem !important; }

.h-23 {
  height: 5.75rem !important; }

.h-24 {
  height: 6rem !important; }

.h-25 {
  height: 6.25rem !important; }

.h-26 {
  height: 6.5rem !important; }

.h-27 {
  height: 6.75rem !important; }

.h-28 {
  height: 7rem !important; }

.h-29 {
  height: 7.25rem !important; }

.h-30 {
  height: 7.5rem !important; }

.h-31 {
  height: 7.75rem !important; }

.h-32 {
  height: 8rem !important; }

.h-33 {
  height: 8.25rem !important; }

.h-34 {
  height: 8.5rem !important; }

.h-35 {
  height: 8.75rem !important; }

.h-36 {
  height: 9rem !important; }

.h-37 {
  height: 9.25rem !important; }

.h-38 {
  height: 9.5rem !important; }

.h-39 {
  height: 9.75rem !important; }

.h-40 {
  height: 10rem !important; }

.h-41 {
  height: 10.25rem !important; }

.h-42 {
  height: 10.5rem !important; }

.h-43 {
  height: 10.75rem !important; }

.h-44 {
  height: 11rem !important; }

.h-45 {
  height: 11.25rem !important; }

.h-46 {
  height: 11.5rem !important; }

.h-47 {
  height: 11.75rem !important; }

.h-48 {
  height: 12rem !important; }

.h-49 {
  height: 12.25rem !important; }

.h-50 {
  height: 12.5rem !important; }

.h-51 {
  height: 12.75rem !important; }

.h-52 {
  height: 13rem !important; }

.h-53 {
  height: 13.25rem !important; }

.h-54 {
  height: 13.5rem !important; }

.h-55 {
  height: 13.75rem !important; }

.h-56 {
  height: 14rem !important; }

.h-57 {
  height: 14.25rem !important; }

.h-58 {
  height: 14.5rem !important; }

.h-59 {
  height: 14.75rem !important; }

.h-60 {
  height: 15rem !important; }

.h-61 {
  height: 15.25rem !important; }

.h-62 {
  height: 15.5rem !important; }

.h-63 {
  height: 15.75rem !important; }

.h-64 {
  height: 16rem !important; }

.h-65 {
  height: 16.25rem !important; }

.h-66 {
  height: 16.5rem !important; }

.h-67 {
  height: 16.75rem !important; }

.h-68 {
  height: 17rem !important; }

.h-69 {
  height: 17.25rem !important; }

.h-70 {
  height: 17.5rem !important; }

.h-71 {
  height: 17.75rem !important; }

.h-72 {
  height: 18rem !important; }

.h-73 {
  height: 18.25rem !important; }

.h-74 {
  height: 18.5rem !important; }

.h-75 {
  height: 18.75rem !important; }

.h-76 {
  height: 19rem !important; }

.h-77 {
  height: 19.25rem !important; }

.h-78 {
  height: 19.5rem !important; }

.h-79 {
  height: 19.75rem !important; }

.h-80 {
  height: 20rem !important; }

.h-84 {
  height: 21rem !important; }

.h-88 {
  height: 22rem !important; }

.h-92 {
  height: 23rem !important; }

.h-96 {
  height: 24rem !important; }

.h-100 {
  height: 25rem !important; }

.h-104 {
  height: 26rem !important; }

.h-108 {
  height: 27rem !important; }

.h-112 {
  height: 28rem !important; }

.h-116 {
  height: 29rem !important; }

.h-120 {
  height: 30rem !important; }

.h-124 {
  height: 31rem !important; }

.h-128 {
  height: 32rem !important; }

.h-132 {
  height: 33rem !important; }

.h-136 {
  height: 34rem !important; }

.h-140 {
  height: 35rem !important; }

.h-144 {
  height: 36rem !important; }

.h-148 {
  height: 37rem !important; }

.h-152 {
  height: 38rem !important; }

.h-156 {
  height: 39rem !important; }

.h-160 {
  height: 40rem !important; }

.h-164 {
  height: 41rem !important; }

.h-168 {
  height: 42rem !important; }

.h-172 {
  height: 43rem !important; }

.h-176 {
  height: 44rem !important; }

.h-180 {
  height: 45rem !important; }

.h-184 {
  height: 46rem !important; }

.h-188 {
  height: 47rem !important; }

.h-192 {
  height: 48rem !important; }

.h-196 {
  height: 49rem !important; }

.h-200 {
  height: 50rem !important; }

.h-px {
  height: 1px !important; }

.h-2px {
  height: 2px !important; }

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

.h-2\/2 {
  height: 100% !important; }

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

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

.h-3\/3 {
  height: 100% !important; }

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

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

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

.h-4\/4 {
  height: 100% !important; }

.h-1\/5 {
  height: 20% !important; }

.h-2\/5 {
  height: 40% !important; }

.h-3\/5 {
  height: 60% !important; }

.h-4\/5 {
  height: 80% !important; }

.h-5\/5 {
  height: 100% !important; }

.h-1\/6 {
  height: 16.666667% !important; }

.h-2\/6 {
  height: 33.333333% !important; }

.h-3\/6 {
  height: 50% !important; }

.h-4\/6 {
  height: 66.666667% !important; }

.h-5\/6 {
  height: 83.333333% !important; }

.h-6\/6 {
  height: 100% !important; }

.h-1\/10 {
  height: 10% !important; }

.h-2\/10 {
  height: 20% !important; }

.h-3\/10 {
  height: 30% !important; }

.h-4\/10 {
  height: 40% !important; }

.h-5\/10 {
  height: 50% !important; }

.h-6\/10 {
  height: 60% !important; }

.h-7\/10 {
  height: 70% !important; }

.h-8\/10 {
  height: 80% !important; }

.h-9\/10 {
  height: 90% !important; }

.h-10\/10 {
  height: 100% !important; }

.h-1\/12 {
  height: 8.333333% !important; }

.h-2\/12 {
  height: 16.666667% !important; }

.h-3\/12 {
  height: 25% !important; }

.h-4\/12 {
  height: 33.333333% !important; }

.h-5\/12 {
  height: 41.666667% !important; }

.h-6\/12 {
  height: 50% !important; }

.h-7\/12 {
  height: 58.333333% !important; }

.h-8\/12 {
  height: 66.666667% !important; }

.h-9\/12 {
  height: 75% !important; }

.h-10\/12 {
  height: 83.333333% !important; }

.h-11\/12 {
  height: 91.666667% !important; }

.h-12\/12 {
  height: 100% !important; }

.h-xs {
  height: 20rem !important; }

.h-sm {
  height: 24rem !important; }

.h-md {
  height: 28rem !important; }

.h-lg {
  height: 32rem !important; }

.h-xl {
  height: 36rem !important; }

.h-2xl {
  height: 42rem !important; }

.h-3xl {
  height: 48rem !important; }

.h-4xl {
  height: 56rem !important; }

.h-5xl {
  height: 64rem !important; }

.h-6xl {
  height: 72rem !important; }

.h-7xl {
  height: 80rem !important; }

.h-full {
  height: 100% !important; }

.h-screenw {
  height: 100vw !important; }

.h-screenh {
  height: 100vh !important; }

.text-10 {
  font-size: 0.625rem !important; }

.text-11 {
  font-size: 0.6875rem !important; }

.text-12 {
  font-size: 0.75rem !important; }

.text-13 {
  font-size: 0.8125rem !important; }

.text-14 {
  font-size: 0.875rem !important; }

.text-15 {
  font-size: 0.9375rem !important; }

.text-16 {
  font-size: 1rem !important; }

.text-17 {
  font-size: 1.0625rem !important; }

.text-18 {
  font-size: 1.125rem !important; }

.text-19 {
  font-size: 1.1875rem !important; }

.text-20 {
  font-size: 1.25rem !important; }

.text-21 {
  font-size: 1.3125rem !important; }

.text-22 {
  font-size: 1.375rem !important; }

.text-23 {
  font-size: 1.4375rem !important; }

.text-24 {
  font-size: 1.5rem !important; }

.text-25 {
  font-size: 1.5625rem !important; }

.text-26 {
  font-size: 1.625rem !important; }

.text-27 {
  font-size: 1.6875rem !important; }

.text-28 {
  font-size: 1.75rem !important; }

.text-29 {
  font-size: 1.8125rem !important; }

.text-30 {
  font-size: 1.875rem !important; }

.text-31 {
  font-size: 1.9375rem !important; }

.text-32 {
  font-size: 2rem !important; }

.text-33 {
  font-size: 2.0625rem !important; }

.text-34 {
  font-size: 2.125rem !important; }

.text-35 {
  font-size: 2.1875rem !important; }

.text-36 {
  font-size: 2.25rem !important; }

.text-37 {
  font-size: 2.3125rem !important; }

.text-38 {
  font-size: 2.375rem !important; }

.text-39 {
  font-size: 2.4375rem !important; }

.text-40 {
  font-size: 2.5rem !important; }

.text-41 {
  font-size: 2.5625rem !important; }

.text-42 {
  font-size: 2.625rem !important; }

.text-43 {
  font-size: 2.6875rem !important; }

.text-44 {
  font-size: 2.75rem !important; }

.text-45 {
  font-size: 2.8125rem !important; }

.text-46 {
  font-size: 2.875rem !important; }

.text-47 {
  font-size: 2.9375rem !important; }

.text-48 {
  font-size: 3rem !important; }

.text-49 {
  font-size: 3.0625rem !important; }

.text-50 {
  font-size: 3.125rem !important; }

.text-51 {
  font-size: 3.1875rem !important; }

.text-52 {
  font-size: 3.25rem !important; }

.text-53 {
  font-size: 3.3125rem !important; }

.text-54 {
  font-size: 3.375rem !important; }

.text-55 {
  font-size: 3.4375rem !important; }

.text-56 {
  font-size: 3.5rem !important; }

.text-57 {
  font-size: 3.5625rem !important; }

.text-58 {
  font-size: 3.625rem !important; }

.text-59 {
  font-size: 3.6875rem !important; }

.text-60 {
  font-size: 3.75rem !important; }

.text-62 {
  font-size: 3.875rem !important; }

.text-64 {
  font-size: 4rem !important; }

.text-66 {
  font-size: 4.125rem !important; }

.text-68 {
  font-size: 4.25rem !important; }

.text-70 {
  font-size: 4.375rem !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; }

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

.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: 0rem !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-7 {
  margin: 1.75rem !important; }

.m-8 {
  margin: 2rem !important; }

.m-9 {
  margin: 2.25rem !important; }

.m-10 {
  margin: 2.5rem !important; }

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

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

.m-13 {
  margin: 3.25rem !important; }

.m-14 {
  margin: 3.5rem !important; }

.m-15 {
  margin: 3.75rem !important; }

.m-16 {
  margin: 4rem !important; }

.m-17 {
  margin: 4.25rem !important; }

.m-18 {
  margin: 4.5rem !important; }

.m-19 {
  margin: 4.75rem !important; }

.m-20 {
  margin: 5rem !important; }

.m-21 {
  margin: 5.25rem !important; }

.m-22 {
  margin: 5.5rem !important; }

.m-23 {
  margin: 5.75rem !important; }

.m-24 {
  margin: 6rem !important; }

.m-25 {
  margin: 6.25rem !important; }

.m-26 {
  margin: 6.5rem !important; }

.m-27 {
  margin: 6.75rem !important; }

.m-28 {
  margin: 7rem !important; }

.m-29 {
  margin: 7.25rem !important; }

.m-30 {
  margin: 7.5rem !important; }

.m-31 {
  margin: 7.75rem !important; }

.m-32 {
  margin: 8rem !important; }

.m-33 {
  margin: 8.25rem !important; }

.m-34 {
  margin: 8.5rem !important; }

.m-35 {
  margin: 8.75rem !important; }

.m-36 {
  margin: 9rem !important; }

.m-37 {
  margin: 9.25rem !important; }

.m-38 {
  margin: 9.5rem !important; }

.m-39 {
  margin: 9.75rem !important; }

.m-40 {
  margin: 10rem !important; }

.m-41 {
  margin: 10.25rem !important; }

.m-42 {
  margin: 10.5rem !important; }

.m-43 {
  margin: 10.75rem !important; }

.m-44 {
  margin: 11rem !important; }

.m-45 {
  margin: 11.25rem !important; }

.m-46 {
  margin: 11.5rem !important; }

.m-47 {
  margin: 11.75rem !important; }

.m-48 {
  margin: 12rem !important; }

.m-49 {
  margin: 12.25rem !important; }

.m-50 {
  margin: 12.5rem !important; }

.m-51 {
  margin: 12.75rem !important; }

.m-52 {
  margin: 13rem !important; }

.m-53 {
  margin: 13.25rem !important; }

.m-54 {
  margin: 13.5rem !important; }

.m-55 {
  margin: 13.75rem !important; }

.m-56 {
  margin: 14rem !important; }

.m-57 {
  margin: 14.25rem !important; }

.m-58 {
  margin: 14.5rem !important; }

.m-59 {
  margin: 14.75rem !important; }

.m-60 {
  margin: 15rem !important; }

.m-61 {
  margin: 15.25rem !important; }

.m-62 {
  margin: 15.5rem !important; }

.m-63 {
  margin: 15.75rem !important; }

.m-64 {
  margin: 16rem !important; }

.m-65 {
  margin: 16.25rem !important; }

.m-66 {
  margin: 16.5rem !important; }

.m-67 {
  margin: 16.75rem !important; }

.m-68 {
  margin: 17rem !important; }

.m-69 {
  margin: 17.25rem !important; }

.m-70 {
  margin: 17.5rem !important; }

.m-71 {
  margin: 17.75rem !important; }

.m-72 {
  margin: 18rem !important; }

.m-73 {
  margin: 18.25rem !important; }

.m-74 {
  margin: 18.5rem !important; }

.m-75 {
  margin: 18.75rem !important; }

.m-76 {
  margin: 19rem !important; }

.m-77 {
  margin: 19.25rem !important; }

.m-78 {
  margin: 19.5rem !important; }

.m-79 {
  margin: 19.75rem !important; }

.m-80 {
  margin: 20rem !important; }

.m-84 {
  margin: 21rem !important; }

.m-88 {
  margin: 22rem !important; }

.m-92 {
  margin: 23rem !important; }

.m-96 {
  margin: 24rem !important; }

.m-100 {
  margin: 25rem !important; }

.m-104 {
  margin: 26rem !important; }

.m-108 {
  margin: 27rem !important; }

.m-112 {
  margin: 28rem !important; }

.m-116 {
  margin: 29rem !important; }

.m-120 {
  margin: 30rem !important; }

.m-124 {
  margin: 31rem !important; }

.m-128 {
  margin: 32rem !important; }

.m-132 {
  margin: 33rem !important; }

.m-136 {
  margin: 34rem !important; }

.m-140 {
  margin: 35rem !important; }

.m-144 {
  margin: 36rem !important; }

.m-148 {
  margin: 37rem !important; }

.m-152 {
  margin: 38rem !important; }

.m-156 {
  margin: 39rem !important; }

.m-160 {
  margin: 40rem !important; }

.m-164 {
  margin: 41rem !important; }

.m-168 {
  margin: 42rem !important; }

.m-172 {
  margin: 43rem !important; }

.m-176 {
  margin: 44rem !important; }

.m-180 {
  margin: 45rem !important; }

.m-184 {
  margin: 46rem !important; }

.m-188 {
  margin: 47rem !important; }

.m-192 {
  margin: 48rem !important; }

.m-196 {
  margin: 49rem !important; }

.m-200 {
  margin: 50rem !important; }

.m-auto {
  margin: auto !important; }

.m-px {
  margin: 1px !important; }

.m-2px {
  margin: 2px !important; }

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

.m-2\/2 {
  margin: 100% !important; }

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

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

.m-3\/3 {
  margin: 100% !important; }

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

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

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

.m-4\/4 {
  margin: 100% !important; }

.m-1\/5 {
  margin: 20% !important; }

.m-2\/5 {
  margin: 40% !important; }

.m-3\/5 {
  margin: 60% !important; }

.m-4\/5 {
  margin: 80% !important; }

.m-5\/5 {
  margin: 100% !important; }

.m-1\/6 {
  margin: 16.666667% !important; }

.m-2\/6 {
  margin: 33.333333% !important; }

.m-3\/6 {
  margin: 50% !important; }

.m-4\/6 {
  margin: 66.666667% !important; }

.m-5\/6 {
  margin: 83.333333% !important; }

.m-6\/6 {
  margin: 100% !important; }

.m-1\/10 {
  margin: 10% !important; }

.m-2\/10 {
  margin: 20% !important; }

.m-3\/10 {
  margin: 30% !important; }

.m-4\/10 {
  margin: 40% !important; }

.m-5\/10 {
  margin: 50% !important; }

.m-6\/10 {
  margin: 60% !important; }

.m-7\/10 {
  margin: 70% !important; }

.m-8\/10 {
  margin: 80% !important; }

.m-9\/10 {
  margin: 90% !important; }

.m-10\/10 {
  margin: 100% !important; }

.m-1\/12 {
  margin: 8.333333% !important; }

.m-2\/12 {
  margin: 16.666667% !important; }

.m-3\/12 {
  margin: 25% !important; }

.m-4\/12 {
  margin: 33.333333% !important; }

.m-5\/12 {
  margin: 41.666667% !important; }

.m-6\/12 {
  margin: 50% !important; }

.m-7\/12 {
  margin: 58.333333% !important; }

.m-8\/12 {
  margin: 66.666667% !important; }

.m-9\/12 {
  margin: 75% !important; }

.m-10\/12 {
  margin: 83.333333% !important; }

.m-11\/12 {
  margin: 91.666667% !important; }

.m-12\/12 {
  margin: 100% !important; }

.-m-0 {
  margin: 0rem !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-7 {
  margin: -1.75rem !important; }

.-m-8 {
  margin: -2rem !important; }

.-m-9 {
  margin: -2.25rem !important; }

.-m-10 {
  margin: -2.5rem !important; }

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

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

.-m-13 {
  margin: -3.25rem !important; }

.-m-14 {
  margin: -3.5rem !important; }

.-m-15 {
  margin: -3.75rem !important; }

.-m-16 {
  margin: -4rem !important; }

.-m-17 {
  margin: -4.25rem !important; }

.-m-18 {
  margin: -4.5rem !important; }

.-m-19 {
  margin: -4.75rem !important; }

.-m-20 {
  margin: -5rem !important; }

.-m-21 {
  margin: -5.25rem !important; }

.-m-22 {
  margin: -5.5rem !important; }

.-m-23 {
  margin: -5.75rem !important; }

.-m-24 {
  margin: -6rem !important; }

.-m-25 {
  margin: -6.25rem !important; }

.-m-26 {
  margin: -6.5rem !important; }

.-m-27 {
  margin: -6.75rem !important; }

.-m-28 {
  margin: -7rem !important; }

.-m-29 {
  margin: -7.25rem !important; }

.-m-30 {
  margin: -7.5rem !important; }

.-m-31 {
  margin: -7.75rem !important; }

.-m-32 {
  margin: -8rem !important; }

.-m-33 {
  margin: -8.25rem !important; }

.-m-34 {
  margin: -8.5rem !important; }

.-m-35 {
  margin: -8.75rem !important; }

.-m-36 {
  margin: -9rem !important; }

.-m-37 {
  margin: -9.25rem !important; }

.-m-38 {
  margin: -9.5rem !important; }

.-m-39 {
  margin: -9.75rem !important; }

.-m-40 {
  margin: -10rem !important; }

.-m-41 {
  margin: -10.25rem !important; }

.-m-42 {
  margin: -10.5rem !important; }

.-m-43 {
  margin: -10.75rem !important; }

.-m-44 {
  margin: -11rem !important; }

.-m-45 {
  margin: -11.25rem !important; }

.-m-46 {
  margin: -11.5rem !important; }

.-m-47 {
  margin: -11.75rem !important; }

.-m-48 {
  margin: -12rem !important; }

.-m-49 {
  margin: -12.25rem !important; }

.-m-50 {
  margin: -12.5rem !important; }

.-m-51 {
  margin: -12.75rem !important; }

.-m-52 {
  margin: -13rem !important; }

.-m-53 {
  margin: -13.25rem !important; }

.-m-54 {
  margin: -13.5rem !important; }

.-m-55 {
  margin: -13.75rem !important; }

.-m-56 {
  margin: -14rem !important; }

.-m-57 {
  margin: -14.25rem !important; }

.-m-58 {
  margin: -14.5rem !important; }

.-m-59 {
  margin: -14.75rem !important; }

.-m-60 {
  margin: -15rem !important; }

.-m-61 {
  margin: -15.25rem !important; }

.-m-62 {
  margin: -15.5rem !important; }

.-m-63 {
  margin: -15.75rem !important; }

.-m-64 {
  margin: -16rem !important; }

.-m-65 {
  margin: -16.25rem !important; }

.-m-66 {
  margin: -16.5rem !important; }

.-m-67 {
  margin: -16.75rem !important; }

.-m-68 {
  margin: -17rem !important; }

.-m-69 {
  margin: -17.25rem !important; }

.-m-70 {
  margin: -17.5rem !important; }

.-m-71 {
  margin: -17.75rem !important; }

.-m-72 {
  margin: -18rem !important; }

.-m-73 {
  margin: -18.25rem !important; }

.-m-74 {
  margin: -18.5rem !important; }

.-m-75 {
  margin: -18.75rem !important; }

.-m-76 {
  margin: -19rem !important; }

.-m-77 {
  margin: -19.25rem !important; }

.-m-78 {
  margin: -19.5rem !important; }

.-m-79 {
  margin: -19.75rem !important; }

.-m-80 {
  margin: -20rem !important; }

.-m-84 {
  margin: -21rem !important; }

.-m-88 {
  margin: -22rem !important; }

.-m-92 {
  margin: -23rem !important; }

.-m-96 {
  margin: -24rem !important; }

.-m-100 {
  margin: -25rem !important; }

.-m-104 {
  margin: -26rem !important; }

.-m-108 {
  margin: -27rem !important; }

.-m-112 {
  margin: -28rem !important; }

.-m-116 {
  margin: -29rem !important; }

.-m-120 {
  margin: -30rem !important; }

.-m-124 {
  margin: -31rem !important; }

.-m-128 {
  margin: -32rem !important; }

.-m-132 {
  margin: -33rem !important; }

.-m-136 {
  margin: -34rem !important; }

.-m-140 {
  margin: -35rem !important; }

.-m-144 {
  margin: -36rem !important; }

.-m-148 {
  margin: -37rem !important; }

.-m-152 {
  margin: -38rem !important; }

.-m-156 {
  margin: -39rem !important; }

.-m-160 {
  margin: -40rem !important; }

.-m-164 {
  margin: -41rem !important; }

.-m-168 {
  margin: -42rem !important; }

.-m-172 {
  margin: -43rem !important; }

.-m-176 {
  margin: -44rem !important; }

.-m-180 {
  margin: -45rem !important; }

.-m-184 {
  margin: -46rem !important; }

.-m-188 {
  margin: -47rem !important; }

.-m-192 {
  margin: -48rem !important; }

.-m-196 {
  margin: -49rem !important; }

.-m-200 {
  margin: -50rem !important; }

.-m-px {
  margin: -1px !important; }

.-m-2px {
  margin: -2px !important; }

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

.-m-2\/2 {
  margin: -100% !important; }

.-m-1\/3 {
  margin: -33.33333% !important; }

.-m-2\/3 {
  margin: -66.66667% !important; }

.-m-3\/3 {
  margin: -100% !important; }

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

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

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

.-m-4\/4 {
  margin: -100% !important; }

.-m-1\/5 {
  margin: -20% !important; }

.-m-2\/5 {
  margin: -40% !important; }

.-m-3\/5 {
  margin: -60% !important; }

.-m-4\/5 {
  margin: -80% !important; }

.-m-5\/5 {
  margin: -100% !important; }

.-m-1\/6 {
  margin: -16.66667% !important; }

.-m-2\/6 {
  margin: -33.33333% !important; }

.-m-3\/6 {
  margin: -50% !important; }

.-m-4\/6 {
  margin: -66.66667% !important; }

.-m-5\/6 {
  margin: -83.33333% !important; }

.-m-6\/6 {
  margin: -100% !important; }

.-m-1\/10 {
  margin: -10% !important; }

.-m-2\/10 {
  margin: -20% !important; }

.-m-3\/10 {
  margin: -30% !important; }

.-m-4\/10 {
  margin: -40% !important; }

.-m-5\/10 {
  margin: -50% !important; }

.-m-6\/10 {
  margin: -60% !important; }

.-m-7\/10 {
  margin: -70% !important; }

.-m-8\/10 {
  margin: -80% !important; }

.-m-9\/10 {
  margin: -90% !important; }

.-m-10\/10 {
  margin: -100% !important; }

.-m-1\/12 {
  margin: -8.33333% !important; }

.-m-2\/12 {
  margin: -16.66667% !important; }

.-m-3\/12 {
  margin: -25% !important; }

.-m-4\/12 {
  margin: -33.33333% !important; }

.-m-5\/12 {
  margin: -41.66667% !important; }

.-m-6\/12 {
  margin: -50% !important; }

.-m-7\/12 {
  margin: -58.33333% !important; }

.-m-8\/12 {
  margin: -66.66667% !important; }

.-m-9\/12 {
  margin: -75% !important; }

.-m-10\/12 {
  margin: -83.33333% !important; }

.-m-11\/12 {
  margin: -91.66667% !important; }

.-m-12\/12 {
  margin: -100% !important; }

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !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-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important; }

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !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-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important; }

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

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

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

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important; }

.mx-13 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !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-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.mx-15 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important; }

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important; }

.mx-17 {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important; }

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important; }

.mx-19 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important; }

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.my-21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important; }

.mx-21 {
  margin-left: 5.25rem !important;
  margin-right: 5.25rem !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-23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important; }

.mx-23 {
  margin-left: 5.75rem !important;
  margin-right: 5.75rem !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-26 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important; }

.mx-26 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important; }

.my-27 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important; }

.mx-27 {
  margin-left: 6.75rem !important;
  margin-right: 6.75rem !important; }

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }

.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important; }

.my-29 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important; }

.mx-29 {
  margin-left: 7.25rem !important;
  margin-right: 7.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-31 {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important; }

.mx-31 {
  margin-left: 7.75rem !important;
  margin-right: 7.75rem !important; }

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important; }

.my-33 {
  margin-top: 8.25rem !important;
  margin-bottom: 8.25rem !important; }

.mx-33 {
  margin-left: 8.25rem !important;
  margin-right: 8.25rem !important; }

.my-34 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important; }

.mx-34 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important; }

.my-35 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important; }

.mx-35 {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important; }

.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important; }

.my-37 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important; }

.mx-37 {
  margin-left: 9.25rem !important;
  margin-right: 9.25rem !important; }

.my-38 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important; }

.mx-38 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important; }

.my-39 {
  margin-top: 9.75rem !important;
  margin-bottom: 9.75rem !important; }

.mx-39 {
  margin-left: 9.75rem !important;
  margin-right: 9.75rem !important; }

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important; }

.my-41 {
  margin-top: 10.25rem !important;
  margin-bottom: 10.25rem !important; }

.mx-41 {
  margin-left: 10.25rem !important;
  margin-right: 10.25rem !important; }

.my-42 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important; }

.mx-42 {
  margin-left: 10.5rem !important;
  margin-right: 10.5rem !important; }

.my-43 {
  margin-top: 10.75rem !important;
  margin-bottom: 10.75rem !important; }

.mx-43 {
  margin-left: 10.75rem !important;
  margin-right: 10.75rem !important; }

.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important; }

.mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important; }

.my-45 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important; }

.mx-45 {
  margin-left: 11.25rem !important;
  margin-right: 11.25rem !important; }

.my-46 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important; }

.mx-46 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important; }

.my-47 {
  margin-top: 11.75rem !important;
  margin-bottom: 11.75rem !important; }

.mx-47 {
  margin-left: 11.75rem !important;
  margin-right: 11.75rem !important; }

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important; }

.my-49 {
  margin-top: 12.25rem !important;
  margin-bottom: 12.25rem !important; }

.mx-49 {
  margin-left: 12.25rem !important;
  margin-right: 12.25rem !important; }

.my-50 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important; }

.mx-50 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important; }

.my-51 {
  margin-top: 12.75rem !important;
  margin-bottom: 12.75rem !important; }

.mx-51 {
  margin-left: 12.75rem !important;
  margin-right: 12.75rem !important; }

.my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important; }

.mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important; }

.my-53 {
  margin-top: 13.25rem !important;
  margin-bottom: 13.25rem !important; }

.mx-53 {
  margin-left: 13.25rem !important;
  margin-right: 13.25rem !important; }

.my-54 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important; }

.mx-54 {
  margin-left: 13.5rem !important;
  margin-right: 13.5rem !important; }

.my-55 {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important; }

.mx-55 {
  margin-left: 13.75rem !important;
  margin-right: 13.75rem !important; }

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important; }

.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important; }

.my-57 {
  margin-top: 14.25rem !important;
  margin-bottom: 14.25rem !important; }

.mx-57 {
  margin-left: 14.25rem !important;
  margin-right: 14.25rem !important; }

.my-58 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important; }

.mx-58 {
  margin-left: 14.5rem !important;
  margin-right: 14.5rem !important; }

.my-59 {
  margin-top: 14.75rem !important;
  margin-bottom: 14.75rem !important; }

.mx-59 {
  margin-left: 14.75rem !important;
  margin-right: 14.75rem !important; }

.my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }

.mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important; }

.my-61 {
  margin-top: 15.25rem !important;
  margin-bottom: 15.25rem !important; }

.mx-61 {
  margin-left: 15.25rem !important;
  margin-right: 15.25rem !important; }

.my-62 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important; }

.mx-62 {
  margin-left: 15.5rem !important;
  margin-right: 15.5rem !important; }

.my-63 {
  margin-top: 15.75rem !important;
  margin-bottom: 15.75rem !important; }

.mx-63 {
  margin-left: 15.75rem !important;
  margin-right: 15.75rem !important; }

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important; }

.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important; }

.my-65 {
  margin-top: 16.25rem !important;
  margin-bottom: 16.25rem !important; }

.mx-65 {
  margin-left: 16.25rem !important;
  margin-right: 16.25rem !important; }

.my-66 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important; }

.mx-66 {
  margin-left: 16.5rem !important;
  margin-right: 16.5rem !important; }

.my-67 {
  margin-top: 16.75rem !important;
  margin-bottom: 16.75rem !important; }

.mx-67 {
  margin-left: 16.75rem !important;
  margin-right: 16.75rem !important; }

.my-68 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important; }

.mx-68 {
  margin-left: 17rem !important;
  margin-right: 17rem !important; }

.my-69 {
  margin-top: 17.25rem !important;
  margin-bottom: 17.25rem !important; }

.mx-69 {
  margin-left: 17.25rem !important;
  margin-right: 17.25rem !important; }

.my-70 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important; }

.mx-70 {
  margin-left: 17.5rem !important;
  margin-right: 17.5rem !important; }

.my-71 {
  margin-top: 17.75rem !important;
  margin-bottom: 17.75rem !important; }

.mx-71 {
  margin-left: 17.75rem !important;
  margin-right: 17.75rem !important; }

.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important; }

.mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important; }

.my-73 {
  margin-top: 18.25rem !important;
  margin-bottom: 18.25rem !important; }

.mx-73 {
  margin-left: 18.25rem !important;
  margin-right: 18.25rem !important; }

.my-74 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important; }

.mx-74 {
  margin-left: 18.5rem !important;
  margin-right: 18.5rem !important; }

.my-75 {
  margin-top: 18.75rem !important;
  margin-bottom: 18.75rem !important; }

.mx-75 {
  margin-left: 18.75rem !important;
  margin-right: 18.75rem !important; }

.my-76 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important; }

.mx-76 {
  margin-left: 19rem !important;
  margin-right: 19rem !important; }

.my-77 {
  margin-top: 19.25rem !important;
  margin-bottom: 19.25rem !important; }

.mx-77 {
  margin-left: 19.25rem !important;
  margin-right: 19.25rem !important; }

.my-78 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important; }

.mx-78 {
  margin-left: 19.5rem !important;
  margin-right: 19.5rem !important; }

.my-79 {
  margin-top: 19.75rem !important;
  margin-bottom: 19.75rem !important; }

.mx-79 {
  margin-left: 19.75rem !important;
  margin-right: 19.75rem !important; }

.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important; }

.mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important; }

.my-84 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important; }

.mx-84 {
  margin-left: 21rem !important;
  margin-right: 21rem !important; }

.my-88 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important; }

.mx-88 {
  margin-left: 22rem !important;
  margin-right: 22rem !important; }

.my-92 {
  margin-top: 23rem !important;
  margin-bottom: 23rem !important; }

.mx-92 {
  margin-left: 23rem !important;
  margin-right: 23rem !important; }

.my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important; }

.mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important; }

.my-100 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important; }

.mx-100 {
  margin-left: 25rem !important;
  margin-right: 25rem !important; }

.my-104 {
  margin-top: 26rem !important;
  margin-bottom: 26rem !important; }

.mx-104 {
  margin-left: 26rem !important;
  margin-right: 26rem !important; }

.my-108 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important; }

.mx-108 {
  margin-left: 27rem !important;
  margin-right: 27rem !important; }

.my-112 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important; }

.mx-112 {
  margin-left: 28rem !important;
  margin-right: 28rem !important; }

.my-116 {
  margin-top: 29rem !important;
  margin-bottom: 29rem !important; }

.mx-116 {
  margin-left: 29rem !important;
  margin-right: 29rem !important; }

.my-120 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important; }

.mx-120 {
  margin-left: 30rem !important;
  margin-right: 30rem !important; }

.my-124 {
  margin-top: 31rem !important;
  margin-bottom: 31rem !important; }

.mx-124 {
  margin-left: 31rem !important;
  margin-right: 31rem !important; }

.my-128 {
  margin-top: 32rem !important;
  margin-bottom: 32rem !important; }

.mx-128 {
  margin-left: 32rem !important;
  margin-right: 32rem !important; }

.my-132 {
  margin-top: 33rem !important;
  margin-bottom: 33rem !important; }

.mx-132 {
  margin-left: 33rem !important;
  margin-right: 33rem !important; }

.my-136 {
  margin-top: 34rem !important;
  margin-bottom: 34rem !important; }

.mx-136 {
  margin-left: 34rem !important;
  margin-right: 34rem !important; }

.my-140 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important; }

.mx-140 {
  margin-left: 35rem !important;
  margin-right: 35rem !important; }

.my-144 {
  margin-top: 36rem !important;
  margin-bottom: 36rem !important; }

.mx-144 {
  margin-left: 36rem !important;
  margin-right: 36rem !important; }

.my-148 {
  margin-top: 37rem !important;
  margin-bottom: 37rem !important; }

.mx-148 {
  margin-left: 37rem !important;
  margin-right: 37rem !important; }

.my-152 {
  margin-top: 38rem !important;
  margin-bottom: 38rem !important; }

.mx-152 {
  margin-left: 38rem !important;
  margin-right: 38rem !important; }

.my-156 {
  margin-top: 39rem !important;
  margin-bottom: 39rem !important; }

.mx-156 {
  margin-left: 39rem !important;
  margin-right: 39rem !important; }

.my-160 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important; }

.mx-160 {
  margin-left: 40rem !important;
  margin-right: 40rem !important; }

.my-164 {
  margin-top: 41rem !important;
  margin-bottom: 41rem !important; }

.mx-164 {
  margin-left: 41rem !important;
  margin-right: 41rem !important; }

.my-168 {
  margin-top: 42rem !important;
  margin-bottom: 42rem !important; }

.mx-168 {
  margin-left: 42rem !important;
  margin-right: 42rem !important; }

.my-172 {
  margin-top: 43rem !important;
  margin-bottom: 43rem !important; }

.mx-172 {
  margin-left: 43rem !important;
  margin-right: 43rem !important; }

.my-176 {
  margin-top: 44rem !important;
  margin-bottom: 44rem !important; }

.mx-176 {
  margin-left: 44rem !important;
  margin-right: 44rem !important; }

.my-180 {
  margin-top: 45rem !important;
  margin-bottom: 45rem !important; }

.mx-180 {
  margin-left: 45rem !important;
  margin-right: 45rem !important; }

.my-184 {
  margin-top: 46rem !important;
  margin-bottom: 46rem !important; }

.mx-184 {
  margin-left: 46rem !important;
  margin-right: 46rem !important; }

.my-188 {
  margin-top: 47rem !important;
  margin-bottom: 47rem !important; }

.mx-188 {
  margin-left: 47rem !important;
  margin-right: 47rem !important; }

.my-192 {
  margin-top: 48rem !important;
  margin-bottom: 48rem !important; }

.mx-192 {
  margin-left: 48rem !important;
  margin-right: 48rem !important; }

.my-196 {
  margin-top: 49rem !important;
  margin-bottom: 49rem !important; }

.mx-196 {
  margin-left: 49rem !important;
  margin-right: 49rem !important; }

.my-200 {
  margin-top: 50rem !important;
  margin-bottom: 50rem !important; }

.mx-200 {
  margin-left: 50rem !important;
  margin-right: 50rem !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-2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

.mx-2px {
  margin-left: 2px !important;
  margin-right: 2px !important; }

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

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

.my-2\/2 {
  margin-top: 100% !important;
  margin-bottom: 100% !important; }

.mx-2\/2 {
  margin-left: 100% !important;
  margin-right: 100% !important; }

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

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

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

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

.my-3\/3 {
  margin-top: 100% !important;
  margin-bottom: 100% !important; }

.mx-3\/3 {
  margin-left: 100% !important;
  margin-right: 100% !important; }

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

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

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

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

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

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

.my-4\/4 {
  margin-top: 100% !important;
  margin-bottom: 100% !important; }

.mx-4\/4 {
  margin-left: 100% !important;
  margin-right: 100% !important; }

.my-1\/5 {
  margin-top: 20% !important;
  margin-bottom: 20% !important; }

.mx-1\/5 {
  margin-left: 20% !important;
  margin-right: 20% !important; }

.my-2\/5 {
  margin-top: 40% !important;
  margin-bottom: 40% !important; }

.mx-2\/5 {
  margin-left: 40% !important;
  margin-right: 40% !important; }

.my-3\/5 {
  margin-top: 60% !important;
  margin-bottom: 60% !important; }

.mx-3\/5 {
  margin-left: 60% !important;
  margin-right: 60% !important; }

.my-4\/5 {
  margin-top: 80% !important;
  margin-bottom: 80% !important; }

.mx-4\/5 {
  margin-left: 80% !important;
  margin-right: 80% !important; }

.my-5\/5 {
  margin-top: 100% !important;
  margin-bottom: 100% !important; }

.mx-5\/5 {
  margin-left: 100% !important;
  margin-right: 100% !important; }

.my-1\/6 {
  margin-top: 16.666667% !important;
  margin-bottom: 16.666667% !important; }

.mx-1\/6 {
  margin-left: 16.666667% !important;
  margin-right: 16.666667% !important; }

.my-2\/6 {
  margin-top: 33.333333% !important;
  margin-bottom: 33.333333% !important; }

.mx-2\/6 {
  margin-left: 33.333333% !important;
  margin-right: 33.333333% !important; }

.my-3\/6 {
  margin-top: 50% !important;
  margin-bottom: 50% !important; }

.mx-3\/6 {
  margin-left: 50% !important;
  margin-right: 50% !important; }

.my-4\/6 {
  margin-top: 66.666667% !important;
  margin-bottom: 66.666667% !important; }

.mx-4\/6 {
  margin-left: 66.666667% !important;
  margin-right: 66.666667% !important; }

.my-5\/6 {
  margin-top: 83.333333% !important;
  margin-bottom: 83.333333% !important; }

.mx-5\/6 {
  margin-left: 83.333333% !important;
  margin-right: 83.333333% !important; }

.my-6\/6 {
  margin-top: 100% !important;
  margin-bottom: 100% !important; }

.mx-6\/6 {
  margin-left: 100% !important;
  margin-right: 100% !important; }

.my-1\/10 {
  margin-top: 10% !important;
  margin-bottom: 10% !important; }

.mx-1\/10 {
  margin-left: 10% !important;
  margin-right: 10% !important; }

.my-2\/10 {
  margin-top: 20% !important;
  margin-bottom: 20% !important; }

.mx-2\/10 {
  margin-left: 20% !important;
  margin-right: 20% !important; }

.my-3\/10 {
  margin-top: 30% !important;
  margin-bottom: 30% !important; }

.mx-3\/10 {
  margin-left: 30% !important;
  margin-right: 30% !important; }

.my-4\/10 {
  margin-top: 40% !important;
  margin-bottom: 40% !important; }

.mx-4\/10 {
  margin-left: 40% !important;
  margin-right: 40% !important; }

.my-5\/10 {
  margin-top: 50% !important;
  margin-bottom: 50% !important; }

.mx-5\/10 {
  margin-left: 50% !important;
  margin-right: 50% !important; }

.my-6\/10 {
  margin-top: 60% !important;
  margin-bottom: 60% !important; }

.mx-6\/10 {
  margin-left: 60% !important;
  margin-right: 60% !important; }

.my-7\/10 {
  margin-top: 70% !important;
  margin-bottom: 70% !important; }

.mx-7\/10 {
  margin-left: 70% !important;
  margin-right: 70% !important; }

.my-8\/10 {
  margin-top: 80% !important;
  margin-bottom: 80% !important; }

.mx-8\/10 {
  margin-left: 80% !important;
  margin-right: 80% !important; }

.my-9\/10 {
  margin-top: 90% !important;
  margin-bottom: 90% !important; }

.mx-9\/10 {
  margin-left: 90% !important;
  margin-right: 90% !important; }

.my-10\/10 {
  margin-top: 100% !important;
  margin-bottom: 100% !important; }

.mx-10\/10 {
  margin-left: 100% !important;
  margin-right: 100% !important; }

.my-1\/12 {
  margin-top: 8.333333% !important;
  margin-bottom: 8.333333% !important; }

.mx-1\/12 {
  margin-left: 8.333333% !important;
  margin-right: 8.333333% !important; }

.my-2\/12 {
  margin-top: 16.666667% !important;
  margin-bottom: 16.666667% !important; }

.mx-2\/12 {
  margin-left: 16.666667% !important;
  margin-right: 16.666667% !important; }

.my-3\/12 {
  margin-top: 25% !important;
  margin-bottom: 25% !important; }

.mx-3\/12 {
  margin-left: 25% !important;
  margin-right: 25% !important; }

.my-4\/12 {
  margin-top: 33.333333% !important;
  margin-bottom: 33.333333% !important; }

.mx-4\/12 {
  margin-left: 33.333333% !important;
  margin-right: 33.333333% !important; }

.my-5\/12 {
  margin-top: 41.666667% !important;
  margin-bottom: 41.666667% !important; }

.mx-5\/12 {
  margin-left: 41.666667% !important;
  margin-right: 41.666667% !important; }

.my-6\/12 {
  margin-top: 50% !important;
  margin-bottom: 50% !important; }

.mx-6\/12 {
  margin-left: 50% !important;
  margin-right: 50% !important; }

.my-7\/12 {
  margin-top: 58.333333% !important;
  margin-bottom: 58.333333% !important; }

.mx-7\/12 {
  margin-left: 58.333333% !important;
  margin-right: 58.333333% !important; }

.my-8\/12 {
  margin-top: 66.666667% !important;
  margin-bottom: 66.666667% !important; }

.mx-8\/12 {
  margin-left: 66.666667% !important;
  margin-right: 66.666667% !important; }

.my-9\/12 {
  margin-top: 75% !important;
  margin-bottom: 75% !important; }

.mx-9\/12 {
  margin-left: 75% !important;
  margin-right: 75% !important; }

.my-10\/12 {
  margin-top: 83.333333% !important;
  margin-bottom: 83.333333% !important; }

.mx-10\/12 {
  margin-left: 83.333333% !important;
  margin-right: 83.333333% !important; }

.my-11\/12 {
  margin-top: 91.666667% !important;
  margin-bottom: 91.666667% !important; }

.mx-11\/12 {
  margin-left: 91.666667% !important;
  margin-right: 91.666667% !important; }

.my-12\/12 {
  margin-top: 100% !important;
  margin-bottom: 100% !important; }

.mx-12\/12 {
  margin-left: 100% !important;
  margin-right: 100% !important; }

.-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.-mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !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-7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important; }

.-mx-7 {
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !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-11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important; }

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

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

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

.-my-13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important; }

.-mx-13 {
  margin-left: -3.25rem !important;
  margin-right: -3.25rem !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-15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important; }

.-mx-15 {
  margin-left: -3.75rem !important;
  margin-right: -3.75rem !important; }

.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important; }

.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important; }

.-my-17 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important; }

.-mx-17 {
  margin-left: -4.25rem !important;
  margin-right: -4.25rem !important; }

.-my-18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important; }

.-mx-18 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important; }

.-my-19 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important; }

.-mx-19 {
  margin-left: -4.75rem !important;
  margin-right: -4.75rem !important; }

.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important; }

.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important; }

.-my-21 {
  margin-top: -5.25rem !important;
  margin-bottom: -5.25rem !important; }

.-mx-21 {
  margin-left: -5.25rem !important;
  margin-right: -5.25rem !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-23 {
  margin-top: -5.75rem !important;
  margin-bottom: -5.75rem !important; }

.-mx-23 {
  margin-left: -5.75rem !important;
  margin-right: -5.75rem !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-26 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.-mx-26 {
  margin-left: -6.5rem !important;
  margin-right: -6.5rem !important; }

.-my-27 {
  margin-top: -6.75rem !important;
  margin-bottom: -6.75rem !important; }

.-mx-27 {
  margin-left: -6.75rem !important;
  margin-right: -6.75rem !important; }

.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important; }

.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important; }

.-my-29 {
  margin-top: -7.25rem !important;
  margin-bottom: -7.25rem !important; }

.-mx-29 {
  margin-left: -7.25rem !important;
  margin-right: -7.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-31 {
  margin-top: -7.75rem !important;
  margin-bottom: -7.75rem !important; }

.-mx-31 {
  margin-left: -7.75rem !important;
  margin-right: -7.75rem !important; }

.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important; }

.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important; }

.-my-33 {
  margin-top: -8.25rem !important;
  margin-bottom: -8.25rem !important; }

.-mx-33 {
  margin-left: -8.25rem !important;
  margin-right: -8.25rem !important; }

.-my-34 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important; }

.-mx-34 {
  margin-left: -8.5rem !important;
  margin-right: -8.5rem !important; }

.-my-35 {
  margin-top: -8.75rem !important;
  margin-bottom: -8.75rem !important; }

.-mx-35 {
  margin-left: -8.75rem !important;
  margin-right: -8.75rem !important; }

.-my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important; }

.-mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important; }

.-my-37 {
  margin-top: -9.25rem !important;
  margin-bottom: -9.25rem !important; }

.-mx-37 {
  margin-left: -9.25rem !important;
  margin-right: -9.25rem !important; }

.-my-38 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important; }

.-mx-38 {
  margin-left: -9.5rem !important;
  margin-right: -9.5rem !important; }

.-my-39 {
  margin-top: -9.75rem !important;
  margin-bottom: -9.75rem !important; }

.-mx-39 {
  margin-left: -9.75rem !important;
  margin-right: -9.75rem !important; }

.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important; }

.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important; }

.-my-41 {
  margin-top: -10.25rem !important;
  margin-bottom: -10.25rem !important; }

.-mx-41 {
  margin-left: -10.25rem !important;
  margin-right: -10.25rem !important; }

.-my-42 {
  margin-top: -10.5rem !important;
  margin-bottom: -10.5rem !important; }

.-mx-42 {
  margin-left: -10.5rem !important;
  margin-right: -10.5rem !important; }

.-my-43 {
  margin-top: -10.75rem !important;
  margin-bottom: -10.75rem !important; }

.-mx-43 {
  margin-left: -10.75rem !important;
  margin-right: -10.75rem !important; }

.-my-44 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important; }

.-mx-44 {
  margin-left: -11rem !important;
  margin-right: -11rem !important; }

.-my-45 {
  margin-top: -11.25rem !important;
  margin-bottom: -11.25rem !important; }

.-mx-45 {
  margin-left: -11.25rem !important;
  margin-right: -11.25rem !important; }

.-my-46 {
  margin-top: -11.5rem !important;
  margin-bottom: -11.5rem !important; }

.-mx-46 {
  margin-left: -11.5rem !important;
  margin-right: -11.5rem !important; }

.-my-47 {
  margin-top: -11.75rem !important;
  margin-bottom: -11.75rem !important; }

.-mx-47 {
  margin-left: -11.75rem !important;
  margin-right: -11.75rem !important; }

.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important; }

.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important; }

.-my-49 {
  margin-top: -12.25rem !important;
  margin-bottom: -12.25rem !important; }

.-mx-49 {
  margin-left: -12.25rem !important;
  margin-right: -12.25rem !important; }

.-my-50 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important; }

.-mx-50 {
  margin-left: -12.5rem !important;
  margin-right: -12.5rem !important; }

.-my-51 {
  margin-top: -12.75rem !important;
  margin-bottom: -12.75rem !important; }

.-mx-51 {
  margin-left: -12.75rem !important;
  margin-right: -12.75rem !important; }

.-my-52 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important; }

.-mx-52 {
  margin-left: -13rem !important;
  margin-right: -13rem !important; }

.-my-53 {
  margin-top: -13.25rem !important;
  margin-bottom: -13.25rem !important; }

.-mx-53 {
  margin-left: -13.25rem !important;
  margin-right: -13.25rem !important; }

.-my-54 {
  margin-top: -13.5rem !important;
  margin-bottom: -13.5rem !important; }

.-mx-54 {
  margin-left: -13.5rem !important;
  margin-right: -13.5rem !important; }

.-my-55 {
  margin-top: -13.75rem !important;
  margin-bottom: -13.75rem !important; }

.-mx-55 {
  margin-left: -13.75rem !important;
  margin-right: -13.75rem !important; }

.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important; }

.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important; }

.-my-57 {
  margin-top: -14.25rem !important;
  margin-bottom: -14.25rem !important; }

.-mx-57 {
  margin-left: -14.25rem !important;
  margin-right: -14.25rem !important; }

.-my-58 {
  margin-top: -14.5rem !important;
  margin-bottom: -14.5rem !important; }

.-mx-58 {
  margin-left: -14.5rem !important;
  margin-right: -14.5rem !important; }

.-my-59 {
  margin-top: -14.75rem !important;
  margin-bottom: -14.75rem !important; }

.-mx-59 {
  margin-left: -14.75rem !important;
  margin-right: -14.75rem !important; }

.-my-60 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important; }

.-mx-60 {
  margin-left: -15rem !important;
  margin-right: -15rem !important; }

.-my-61 {
  margin-top: -15.25rem !important;
  margin-bottom: -15.25rem !important; }

.-mx-61 {
  margin-left: -15.25rem !important;
  margin-right: -15.25rem !important; }

.-my-62 {
  margin-top: -15.5rem !important;
  margin-bottom: -15.5rem !important; }

.-mx-62 {
  margin-left: -15.5rem !important;
  margin-right: -15.5rem !important; }

.-my-63 {
  margin-top: -15.75rem !important;
  margin-bottom: -15.75rem !important; }

.-mx-63 {
  margin-left: -15.75rem !important;
  margin-right: -15.75rem !important; }

.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important; }

.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important; }

.-my-65 {
  margin-top: -16.25rem !important;
  margin-bottom: -16.25rem !important; }

.-mx-65 {
  margin-left: -16.25rem !important;
  margin-right: -16.25rem !important; }

.-my-66 {
  margin-top: -16.5rem !important;
  margin-bottom: -16.5rem !important; }

.-mx-66 {
  margin-left: -16.5rem !important;
  margin-right: -16.5rem !important; }

.-my-67 {
  margin-top: -16.75rem !important;
  margin-bottom: -16.75rem !important; }

.-mx-67 {
  margin-left: -16.75rem !important;
  margin-right: -16.75rem !important; }

.-my-68 {
  margin-top: -17rem !important;
  margin-bottom: -17rem !important; }

.-mx-68 {
  margin-left: -17rem !important;
  margin-right: -17rem !important; }

.-my-69 {
  margin-top: -17.25rem !important;
  margin-bottom: -17.25rem !important; }

.-mx-69 {
  margin-left: -17.25rem !important;
  margin-right: -17.25rem !important; }

.-my-70 {
  margin-top: -17.5rem !important;
  margin-bottom: -17.5rem !important; }

.-mx-70 {
  margin-left: -17.5rem !important;
  margin-right: -17.5rem !important; }

.-my-71 {
  margin-top: -17.75rem !important;
  margin-bottom: -17.75rem !important; }

.-mx-71 {
  margin-left: -17.75rem !important;
  margin-right: -17.75rem !important; }

.-my-72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important; }

.-mx-72 {
  margin-left: -18rem !important;
  margin-right: -18rem !important; }

.-my-73 {
  margin-top: -18.25rem !important;
  margin-bottom: -18.25rem !important; }

.-mx-73 {
  margin-left: -18.25rem !important;
  margin-right: -18.25rem !important; }

.-my-74 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important; }

.-mx-74 {
  margin-left: -18.5rem !important;
  margin-right: -18.5rem !important; }

.-my-75 {
  margin-top: -18.75rem !important;
  margin-bottom: -18.75rem !important; }

.-mx-75 {
  margin-left: -18.75rem !important;
  margin-right: -18.75rem !important; }

.-my-76 {
  margin-top: -19rem !important;
  margin-bottom: -19rem !important; }

.-mx-76 {
  margin-left: -19rem !important;
  margin-right: -19rem !important; }

.-my-77 {
  margin-top: -19.25rem !important;
  margin-bottom: -19.25rem !important; }

.-mx-77 {
  margin-left: -19.25rem !important;
  margin-right: -19.25rem !important; }

.-my-78 {
  margin-top: -19.5rem !important;
  margin-bottom: -19.5rem !important; }

.-mx-78 {
  margin-left: -19.5rem !important;
  margin-right: -19.5rem !important; }

.-my-79 {
  margin-top: -19.75rem !important;
  margin-bottom: -19.75rem !important; }

.-mx-79 {
  margin-left: -19.75rem !important;
  margin-right: -19.75rem !important; }

.-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important; }

.-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important; }

.-my-84 {
  margin-top: -21rem !important;
  margin-bottom: -21rem !important; }

.-mx-84 {
  margin-left: -21rem !important;
  margin-right: -21rem !important; }

.-my-88 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important; }

.-mx-88 {
  margin-left: -22rem !important;
  margin-right: -22rem !important; }

.-my-92 {
  margin-top: -23rem !important;
  margin-bottom: -23rem !important; }

.-mx-92 {
  margin-left: -23rem !important;
  margin-right: -23rem !important; }

.-my-96 {
  margin-top: -24rem !important;
  margin-bottom: -24rem !important; }

.-mx-96 {
  margin-left: -24rem !important;
  margin-right: -24rem !important; }

.-my-100 {
  margin-top: -25rem !important;
  margin-bottom: -25rem !important; }

.-mx-100 {
  margin-left: -25rem !important;
  margin-right: -25rem !important; }

.-my-104 {
  margin-top: -26rem !important;
  margin-bottom: -26rem !important; }

.-mx-104 {
  margin-left: -26rem !important;
  margin-right: -26rem !important; }

.-my-108 {
  margin-top: -27rem !important;
  margin-bottom: -27rem !important; }

.-mx-108 {
  margin-left: -27rem !important;
  margin-right: -27rem !important; }

.-my-112 {
  margin-top: -28rem !important;
  margin-bottom: -28rem !important; }

.-mx-112 {
  margin-left: -28rem !important;
  margin-right: -28rem !important; }

.-my-116 {
  margin-top: -29rem !important;
  margin-bottom: -29rem !important; }

.-mx-116 {
  margin-left: -29rem !important;
  margin-right: -29rem !important; }

.-my-120 {
  margin-top: -30rem !important;
  margin-bottom: -30rem !important; }

.-mx-120 {
  margin-left: -30rem !important;
  margin-right: -30rem !important; }

.-my-124 {
  margin-top: -31rem !important;
  margin-bottom: -31rem !important; }

.-mx-124 {
  margin-left: -31rem !important;
  margin-right: -31rem !important; }

.-my-128 {
  margin-top: -32rem !important;
  margin-bottom: -32rem !important; }

.-mx-128 {
  margin-left: -32rem !important;
  margin-right: -32rem !important; }

.-my-132 {
  margin-top: -33rem !important;
  margin-bottom: -33rem !important; }

.-mx-132 {
  margin-left: -33rem !important;
  margin-right: -33rem !important; }

.-my-136 {
  margin-top: -34rem !important;
  margin-bottom: -34rem !important; }

.-mx-136 {
  margin-left: -34rem !important;
  margin-right: -34rem !important; }

.-my-140 {
  margin-top: -35rem !important;
  margin-bottom: -35rem !important; }

.-mx-140 {
  margin-left: -35rem !important;
  margin-right: -35rem !important; }

.-my-144 {
  margin-top: -36rem !important;
  margin-bottom: -36rem !important; }

.-mx-144 {
  margin-left: -36rem !important;
  margin-right: -36rem !important; }

.-my-148 {
  margin-top: -37rem !important;
  margin-bottom: -37rem !important; }

.-mx-148 {
  margin-left: -37rem !important;
  margin-right: -37rem !important; }

.-my-152 {
  margin-top: -38rem !important;
  margin-bottom: -38rem !important; }

.-mx-152 {
  margin-left: -38rem !important;
  margin-right: -38rem !important; }

.-my-156 {
  margin-top: -39rem !important;
  margin-bottom: -39rem !important; }

.-mx-156 {
  margin-left: -39rem !important;
  margin-right: -39rem !important; }

.-my-160 {
  margin-top: -40rem !important;
  margin-bottom: -40rem !important; }

.-mx-160 {
  margin-left: -40rem !important;
  margin-right: -40rem !important; }

.-my-164 {
  margin-top: -41rem !important;
  margin-bottom: -41rem !important; }

.-mx-164 {
  margin-left: -41rem !important;
  margin-right: -41rem !important; }

.-my-168 {
  margin-top: -42rem !important;
  margin-bottom: -42rem !important; }

.-mx-168 {
  margin-left: -42rem !important;
  margin-right: -42rem !important; }

.-my-172 {
  margin-top: -43rem !important;
  margin-bottom: -43rem !important; }

.-mx-172 {
  margin-left: -43rem !important;
  margin-right: -43rem !important; }

.-my-176 {
  margin-top: -44rem !important;
  margin-bottom: -44rem !important; }

.-mx-176 {
  margin-left: -44rem !important;
  margin-right: -44rem !important; }

.-my-180 {
  margin-top: -45rem !important;
  margin-bottom: -45rem !important; }

.-mx-180 {
  margin-left: -45rem !important;
  margin-right: -45rem !important; }

.-my-184 {
  margin-top: -46rem !important;
  margin-bottom: -46rem !important; }

.-mx-184 {
  margin-left: -46rem !important;
  margin-right: -46rem !important; }

.-my-188 {
  margin-top: -47rem !important;
  margin-bottom: -47rem !important; }

.-mx-188 {
  margin-left: -47rem !important;
  margin-right: -47rem !important; }

.-my-192 {
  margin-top: -48rem !important;
  margin-bottom: -48rem !important; }

.-mx-192 {
  margin-left: -48rem !important;
  margin-right: -48rem !important; }

.-my-196 {
  margin-top: -49rem !important;
  margin-bottom: -49rem !important; }

.-mx-196 {
  margin-left: -49rem !important;
  margin-right: -49rem !important; }

.-my-200 {
  margin-top: -50rem !important;
  margin-bottom: -50rem !important; }

.-mx-200 {
  margin-left: -50rem !important;
  margin-right: -50rem !important; }

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important; }

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important; }

.-my-2px {
  margin-top: -2px !important;
  margin-bottom: -2px !important; }

.-mx-2px {
  margin-left: -2px !important;
  margin-right: -2px !important; }

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

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

.-my-2\/2 {
  margin-top: -100% !important;
  margin-bottom: -100% !important; }

.-mx-2\/2 {
  margin-left: -100% !important;
  margin-right: -100% !important; }

.-my-1\/3 {
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important; }

.-mx-1\/3 {
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important; }

.-my-2\/3 {
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important; }

.-mx-2\/3 {
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important; }

.-my-3\/3 {
  margin-top: -100% !important;
  margin-bottom: -100% !important; }

.-mx-3\/3 {
  margin-left: -100% !important;
  margin-right: -100% !important; }

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

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

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

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

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

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

.-my-4\/4 {
  margin-top: -100% !important;
  margin-bottom: -100% !important; }

.-mx-4\/4 {
  margin-left: -100% !important;
  margin-right: -100% !important; }

.-my-1\/5 {
  margin-top: -20% !important;
  margin-bottom: -20% !important; }

.-mx-1\/5 {
  margin-left: -20% !important;
  margin-right: -20% !important; }

.-my-2\/5 {
  margin-top: -40% !important;
  margin-bottom: -40% !important; }

.-mx-2\/5 {
  margin-left: -40% !important;
  margin-right: -40% !important; }

.-my-3\/5 {
  margin-top: -60% !important;
  margin-bottom: -60% !important; }

.-mx-3\/5 {
  margin-left: -60% !important;
  margin-right: -60% !important; }

.-my-4\/5 {
  margin-top: -80% !important;
  margin-bottom: -80% !important; }

.-mx-4\/5 {
  margin-left: -80% !important;
  margin-right: -80% !important; }

.-my-5\/5 {
  margin-top: -100% !important;
  margin-bottom: -100% !important; }

.-mx-5\/5 {
  margin-left: -100% !important;
  margin-right: -100% !important; }

.-my-1\/6 {
  margin-top: -16.66667% !important;
  margin-bottom: -16.66667% !important; }

.-mx-1\/6 {
  margin-left: -16.66667% !important;
  margin-right: -16.66667% !important; }

.-my-2\/6 {
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important; }

.-mx-2\/6 {
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important; }

.-my-3\/6 {
  margin-top: -50% !important;
  margin-bottom: -50% !important; }

.-mx-3\/6 {
  margin-left: -50% !important;
  margin-right: -50% !important; }

.-my-4\/6 {
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important; }

.-mx-4\/6 {
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important; }

.-my-5\/6 {
  margin-top: -83.33333% !important;
  margin-bottom: -83.33333% !important; }

.-mx-5\/6 {
  margin-left: -83.33333% !important;
  margin-right: -83.33333% !important; }

.-my-6\/6 {
  margin-top: -100% !important;
  margin-bottom: -100% !important; }

.-mx-6\/6 {
  margin-left: -100% !important;
  margin-right: -100% !important; }

.-my-1\/10 {
  margin-top: -10% !important;
  margin-bottom: -10% !important; }

.-mx-1\/10 {
  margin-left: -10% !important;
  margin-right: -10% !important; }

.-my-2\/10 {
  margin-top: -20% !important;
  margin-bottom: -20% !important; }

.-mx-2\/10 {
  margin-left: -20% !important;
  margin-right: -20% !important; }

.-my-3\/10 {
  margin-top: -30% !important;
  margin-bottom: -30% !important; }

.-mx-3\/10 {
  margin-left: -30% !important;
  margin-right: -30% !important; }

.-my-4\/10 {
  margin-top: -40% !important;
  margin-bottom: -40% !important; }

.-mx-4\/10 {
  margin-left: -40% !important;
  margin-right: -40% !important; }

.-my-5\/10 {
  margin-top: -50% !important;
  margin-bottom: -50% !important; }

.-mx-5\/10 {
  margin-left: -50% !important;
  margin-right: -50% !important; }

.-my-6\/10 {
  margin-top: -60% !important;
  margin-bottom: -60% !important; }

.-mx-6\/10 {
  margin-left: -60% !important;
  margin-right: -60% !important; }

.-my-7\/10 {
  margin-top: -70% !important;
  margin-bottom: -70% !important; }

.-mx-7\/10 {
  margin-left: -70% !important;
  margin-right: -70% !important; }

.-my-8\/10 {
  margin-top: -80% !important;
  margin-bottom: -80% !important; }

.-mx-8\/10 {
  margin-left: -80% !important;
  margin-right: -80% !important; }

.-my-9\/10 {
  margin-top: -90% !important;
  margin-bottom: -90% !important; }

.-mx-9\/10 {
  margin-left: -90% !important;
  margin-right: -90% !important; }

.-my-10\/10 {
  margin-top: -100% !important;
  margin-bottom: -100% !important; }

.-mx-10\/10 {
  margin-left: -100% !important;
  margin-right: -100% !important; }

.-my-1\/12 {
  margin-top: -8.33333% !important;
  margin-bottom: -8.33333% !important; }

.-mx-1\/12 {
  margin-left: -8.33333% !important;
  margin-right: -8.33333% !important; }

.-my-2\/12 {
  margin-top: -16.66667% !important;
  margin-bottom: -16.66667% !important; }

.-mx-2\/12 {
  margin-left: -16.66667% !important;
  margin-right: -16.66667% !important; }

.-my-3\/12 {
  margin-top: -25% !important;
  margin-bottom: -25% !important; }

.-mx-3\/12 {
  margin-left: -25% !important;
  margin-right: -25% !important; }

.-my-4\/12 {
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important; }

.-mx-4\/12 {
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important; }

.-my-5\/12 {
  margin-top: -41.66667% !important;
  margin-bottom: -41.66667% !important; }

.-mx-5\/12 {
  margin-left: -41.66667% !important;
  margin-right: -41.66667% !important; }

.-my-6\/12 {
  margin-top: -50% !important;
  margin-bottom: -50% !important; }

.-mx-6\/12 {
  margin-left: -50% !important;
  margin-right: -50% !important; }

.-my-7\/12 {
  margin-top: -58.33333% !important;
  margin-bottom: -58.33333% !important; }

.-mx-7\/12 {
  margin-left: -58.33333% !important;
  margin-right: -58.33333% !important; }

.-my-8\/12 {
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important; }

.-mx-8\/12 {
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important; }

.-my-9\/12 {
  margin-top: -75% !important;
  margin-bottom: -75% !important; }

.-mx-9\/12 {
  margin-left: -75% !important;
  margin-right: -75% !important; }

.-my-10\/12 {
  margin-top: -83.33333% !important;
  margin-bottom: -83.33333% !important; }

.-mx-10\/12 {
  margin-left: -83.33333% !important;
  margin-right: -83.33333% !important; }

.-my-11\/12 {
  margin-top: -91.66667% !important;
  margin-bottom: -91.66667% !important; }

.-mx-11\/12 {
  margin-left: -91.66667% !important;
  margin-right: -91.66667% !important; }

.-my-12\/12 {
  margin-top: -100% !important;
  margin-bottom: -100% !important; }

.-mx-12\/12 {
  margin-left: -100% !important;
  margin-right: -100% !important; }

.mt-0 {
  margin-top: 0rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.ml-0 {
  margin-left: 0rem !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-7 {
  margin-top: 1.75rem !important; }

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

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

.ml-7 {
  margin-left: 1.75rem !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-11 {
  margin-top: 2.75rem !important; }

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

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

.ml-11 {
  margin-left: 2.75rem !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-13 {
  margin-top: 3.25rem !important; }

.mr-13 {
  margin-right: 3.25rem !important; }

.mb-13 {
  margin-bottom: 3.25rem !important; }

.ml-13 {
  margin-left: 3.25rem !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-15 {
  margin-top: 3.75rem !important; }

.mr-15 {
  margin-right: 3.75rem !important; }

.mb-15 {
  margin-bottom: 3.75rem !important; }

.ml-15 {
  margin-left: 3.75rem !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-17 {
  margin-top: 4.25rem !important; }

.mr-17 {
  margin-right: 4.25rem !important; }

.mb-17 {
  margin-bottom: 4.25rem !important; }

.ml-17 {
  margin-left: 4.25rem !important; }

.mt-18 {
  margin-top: 4.5rem !important; }

.mr-18 {
  margin-right: 4.5rem !important; }

.mb-18 {
  margin-bottom: 4.5rem !important; }

.ml-18 {
  margin-left: 4.5rem !important; }

.mt-19 {
  margin-top: 4.75rem !important; }

.mr-19 {
  margin-right: 4.75rem !important; }

.mb-19 {
  margin-bottom: 4.75rem !important; }

.ml-19 {
  margin-left: 4.75rem !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-21 {
  margin-top: 5.25rem !important; }

.mr-21 {
  margin-right: 5.25rem !important; }

.mb-21 {
  margin-bottom: 5.25rem !important; }

.ml-21 {
  margin-left: 5.25rem !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-23 {
  margin-top: 5.75rem !important; }

.mr-23 {
  margin-right: 5.75rem !important; }

.mb-23 {
  margin-bottom: 5.75rem !important; }

.ml-23 {
  margin-left: 5.75rem !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-26 {
  margin-top: 6.5rem !important; }

.mr-26 {
  margin-right: 6.5rem !important; }

.mb-26 {
  margin-bottom: 6.5rem !important; }

.ml-26 {
  margin-left: 6.5rem !important; }

.mt-27 {
  margin-top: 6.75rem !important; }

.mr-27 {
  margin-right: 6.75rem !important; }

.mb-27 {
  margin-bottom: 6.75rem !important; }

.ml-27 {
  margin-left: 6.75rem !important; }

.mt-28 {
  margin-top: 7rem !important; }

.mr-28 {
  margin-right: 7rem !important; }

.mb-28 {
  margin-bottom: 7rem !important; }

.ml-28 {
  margin-left: 7rem !important; }

.mt-29 {
  margin-top: 7.25rem !important; }

.mr-29 {
  margin-right: 7.25rem !important; }

.mb-29 {
  margin-bottom: 7.25rem !important; }

.ml-29 {
  margin-left: 7.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-31 {
  margin-top: 7.75rem !important; }

.mr-31 {
  margin-right: 7.75rem !important; }

.mb-31 {
  margin-bottom: 7.75rem !important; }

.ml-31 {
  margin-left: 7.75rem !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-33 {
  margin-top: 8.25rem !important; }

.mr-33 {
  margin-right: 8.25rem !important; }

.mb-33 {
  margin-bottom: 8.25rem !important; }

.ml-33 {
  margin-left: 8.25rem !important; }

.mt-34 {
  margin-top: 8.5rem !important; }

.mr-34 {
  margin-right: 8.5rem !important; }

.mb-34 {
  margin-bottom: 8.5rem !important; }

.ml-34 {
  margin-left: 8.5rem !important; }

.mt-35 {
  margin-top: 8.75rem !important; }

.mr-35 {
  margin-right: 8.75rem !important; }

.mb-35 {
  margin-bottom: 8.75rem !important; }

.ml-35 {
  margin-left: 8.75rem !important; }

.mt-36 {
  margin-top: 9rem !important; }

.mr-36 {
  margin-right: 9rem !important; }

.mb-36 {
  margin-bottom: 9rem !important; }

.ml-36 {
  margin-left: 9rem !important; }

.mt-37 {
  margin-top: 9.25rem !important; }

.mr-37 {
  margin-right: 9.25rem !important; }

.mb-37 {
  margin-bottom: 9.25rem !important; }

.ml-37 {
  margin-left: 9.25rem !important; }

.mt-38 {
  margin-top: 9.5rem !important; }

.mr-38 {
  margin-right: 9.5rem !important; }

.mb-38 {
  margin-bottom: 9.5rem !important; }

.ml-38 {
  margin-left: 9.5rem !important; }

.mt-39 {
  margin-top: 9.75rem !important; }

.mr-39 {
  margin-right: 9.75rem !important; }

.mb-39 {
  margin-bottom: 9.75rem !important; }

.ml-39 {
  margin-left: 9.75rem !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-41 {
  margin-top: 10.25rem !important; }

.mr-41 {
  margin-right: 10.25rem !important; }

.mb-41 {
  margin-bottom: 10.25rem !important; }

.ml-41 {
  margin-left: 10.25rem !important; }

.mt-42 {
  margin-top: 10.5rem !important; }

.mr-42 {
  margin-right: 10.5rem !important; }

.mb-42 {
  margin-bottom: 10.5rem !important; }

.ml-42 {
  margin-left: 10.5rem !important; }

.mt-43 {
  margin-top: 10.75rem !important; }

.mr-43 {
  margin-right: 10.75rem !important; }

.mb-43 {
  margin-bottom: 10.75rem !important; }

.ml-43 {
  margin-left: 10.75rem !important; }

.mt-44 {
  margin-top: 11rem !important; }

.mr-44 {
  margin-right: 11rem !important; }

.mb-44 {
  margin-bottom: 11rem !important; }

.ml-44 {
  margin-left: 11rem !important; }

.mt-45 {
  margin-top: 11.25rem !important; }

.mr-45 {
  margin-right: 11.25rem !important; }

.mb-45 {
  margin-bottom: 11.25rem !important; }

.ml-45 {
  margin-left: 11.25rem !important; }

.mt-46 {
  margin-top: 11.5rem !important; }

.mr-46 {
  margin-right: 11.5rem !important; }

.mb-46 {
  margin-bottom: 11.5rem !important; }

.ml-46 {
  margin-left: 11.5rem !important; }

.mt-47 {
  margin-top: 11.75rem !important; }

.mr-47 {
  margin-right: 11.75rem !important; }

.mb-47 {
  margin-bottom: 11.75rem !important; }

.ml-47 {
  margin-left: 11.75rem !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-49 {
  margin-top: 12.25rem !important; }

.mr-49 {
  margin-right: 12.25rem !important; }

.mb-49 {
  margin-bottom: 12.25rem !important; }

.ml-49 {
  margin-left: 12.25rem !important; }

.mt-50 {
  margin-top: 12.5rem !important; }

.mr-50 {
  margin-right: 12.5rem !important; }

.mb-50 {
  margin-bottom: 12.5rem !important; }

.ml-50 {
  margin-left: 12.5rem !important; }

.mt-51 {
  margin-top: 12.75rem !important; }

.mr-51 {
  margin-right: 12.75rem !important; }

.mb-51 {
  margin-bottom: 12.75rem !important; }

.ml-51 {
  margin-left: 12.75rem !important; }

.mt-52 {
  margin-top: 13rem !important; }

.mr-52 {
  margin-right: 13rem !important; }

.mb-52 {
  margin-bottom: 13rem !important; }

.ml-52 {
  margin-left: 13rem !important; }

.mt-53 {
  margin-top: 13.25rem !important; }

.mr-53 {
  margin-right: 13.25rem !important; }

.mb-53 {
  margin-bottom: 13.25rem !important; }

.ml-53 {
  margin-left: 13.25rem !important; }

.mt-54 {
  margin-top: 13.5rem !important; }

.mr-54 {
  margin-right: 13.5rem !important; }

.mb-54 {
  margin-bottom: 13.5rem !important; }

.ml-54 {
  margin-left: 13.5rem !important; }

.mt-55 {
  margin-top: 13.75rem !important; }

.mr-55 {
  margin-right: 13.75rem !important; }

.mb-55 {
  margin-bottom: 13.75rem !important; }

.ml-55 {
  margin-left: 13.75rem !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-57 {
  margin-top: 14.25rem !important; }

.mr-57 {
  margin-right: 14.25rem !important; }

.mb-57 {
  margin-bottom: 14.25rem !important; }

.ml-57 {
  margin-left: 14.25rem !important; }

.mt-58 {
  margin-top: 14.5rem !important; }

.mr-58 {
  margin-right: 14.5rem !important; }

.mb-58 {
  margin-bottom: 14.5rem !important; }

.ml-58 {
  margin-left: 14.5rem !important; }

.mt-59 {
  margin-top: 14.75rem !important; }

.mr-59 {
  margin-right: 14.75rem !important; }

.mb-59 {
  margin-bottom: 14.75rem !important; }

.ml-59 {
  margin-left: 14.75rem !important; }

.mt-60 {
  margin-top: 15rem !important; }

.mr-60 {
  margin-right: 15rem !important; }

.mb-60 {
  margin-bottom: 15rem !important; }

.ml-60 {
  margin-left: 15rem !important; }

.mt-61 {
  margin-top: 15.25rem !important; }

.mr-61 {
  margin-right: 15.25rem !important; }

.mb-61 {
  margin-bottom: 15.25rem !important; }

.ml-61 {
  margin-left: 15.25rem !important; }

.mt-62 {
  margin-top: 15.5rem !important; }

.mr-62 {
  margin-right: 15.5rem !important; }

.mb-62 {
  margin-bottom: 15.5rem !important; }

.ml-62 {
  margin-left: 15.5rem !important; }

.mt-63 {
  margin-top: 15.75rem !important; }

.mr-63 {
  margin-right: 15.75rem !important; }

.mb-63 {
  margin-bottom: 15.75rem !important; }

.ml-63 {
  margin-left: 15.75rem !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-65 {
  margin-top: 16.25rem !important; }

.mr-65 {
  margin-right: 16.25rem !important; }

.mb-65 {
  margin-bottom: 16.25rem !important; }

.ml-65 {
  margin-left: 16.25rem !important; }

.mt-66 {
  margin-top: 16.5rem !important; }

.mr-66 {
  margin-right: 16.5rem !important; }

.mb-66 {
  margin-bottom: 16.5rem !important; }

.ml-66 {
  margin-left: 16.5rem !important; }

.mt-67 {
  margin-top: 16.75rem !important; }

.mr-67 {
  margin-right: 16.75rem !important; }

.mb-67 {
  margin-bottom: 16.75rem !important; }

.ml-67 {
  margin-left: 16.75rem !important; }

.mt-68 {
  margin-top: 17rem !important; }

.mr-68 {
  margin-right: 17rem !important; }

.mb-68 {
  margin-bottom: 17rem !important; }

.ml-68 {
  margin-left: 17rem !important; }

.mt-69 {
  margin-top: 17.25rem !important; }

.mr-69 {
  margin-right: 17.25rem !important; }

.mb-69 {
  margin-bottom: 17.25rem !important; }

.ml-69 {
  margin-left: 17.25rem !important; }

.mt-70 {
  margin-top: 17.5rem !important; }

.mr-70 {
  margin-right: 17.5rem !important; }

.mb-70 {
  margin-bottom: 17.5rem !important; }

.ml-70 {
  margin-left: 17.5rem !important; }

.mt-71 {
  margin-top: 17.75rem !important; }

.mr-71 {
  margin-right: 17.75rem !important; }

.mb-71 {
  margin-bottom: 17.75rem !important; }

.ml-71 {
  margin-left: 17.75rem !important; }

.mt-72 {
  margin-top: 18rem !important; }

.mr-72 {
  margin-right: 18rem !important; }

.mb-72 {
  margin-bottom: 18rem !important; }

.ml-72 {
  margin-left: 18rem !important; }

.mt-73 {
  margin-top: 18.25rem !important; }

.mr-73 {
  margin-right: 18.25rem !important; }

.mb-73 {
  margin-bottom: 18.25rem !important; }

.ml-73 {
  margin-left: 18.25rem !important; }

.mt-74 {
  margin-top: 18.5rem !important; }

.mr-74 {
  margin-right: 18.5rem !important; }

.mb-74 {
  margin-bottom: 18.5rem !important; }

.ml-74 {
  margin-left: 18.5rem !important; }

.mt-75 {
  margin-top: 18.75rem !important; }

.mr-75 {
  margin-right: 18.75rem !important; }

.mb-75 {
  margin-bottom: 18.75rem !important; }

.ml-75 {
  margin-left: 18.75rem !important; }

.mt-76 {
  margin-top: 19rem !important; }

.mr-76 {
  margin-right: 19rem !important; }

.mb-76 {
  margin-bottom: 19rem !important; }

.ml-76 {
  margin-left: 19rem !important; }

.mt-77 {
  margin-top: 19.25rem !important; }

.mr-77 {
  margin-right: 19.25rem !important; }

.mb-77 {
  margin-bottom: 19.25rem !important; }

.ml-77 {
  margin-left: 19.25rem !important; }

.mt-78 {
  margin-top: 19.5rem !important; }

.mr-78 {
  margin-right: 19.5rem !important; }

.mb-78 {
  margin-bottom: 19.5rem !important; }

.ml-78 {
  margin-left: 19.5rem !important; }

.mt-79 {
  margin-top: 19.75rem !important; }

.mr-79 {
  margin-right: 19.75rem !important; }

.mb-79 {
  margin-bottom: 19.75rem !important; }

.ml-79 {
  margin-left: 19.75rem !important; }

.mt-80 {
  margin-top: 20rem !important; }

.mr-80 {
  margin-right: 20rem !important; }

.mb-80 {
  margin-bottom: 20rem !important; }

.ml-80 {
  margin-left: 20rem !important; }

.mt-84 {
  margin-top: 21rem !important; }

.mr-84 {
  margin-right: 21rem !important; }

.mb-84 {
  margin-bottom: 21rem !important; }

.ml-84 {
  margin-left: 21rem !important; }

.mt-88 {
  margin-top: 22rem !important; }

.mr-88 {
  margin-right: 22rem !important; }

.mb-88 {
  margin-bottom: 22rem !important; }

.ml-88 {
  margin-left: 22rem !important; }

.mt-92 {
  margin-top: 23rem !important; }

.mr-92 {
  margin-right: 23rem !important; }

.mb-92 {
  margin-bottom: 23rem !important; }

.ml-92 {
  margin-left: 23rem !important; }

.mt-96 {
  margin-top: 24rem !important; }

.mr-96 {
  margin-right: 24rem !important; }

.mb-96 {
  margin-bottom: 24rem !important; }

.ml-96 {
  margin-left: 24rem !important; }

.mt-100 {
  margin-top: 25rem !important; }

.mr-100 {
  margin-right: 25rem !important; }

.mb-100 {
  margin-bottom: 25rem !important; }

.ml-100 {
  margin-left: 25rem !important; }

.mt-104 {
  margin-top: 26rem !important; }

.mr-104 {
  margin-right: 26rem !important; }

.mb-104 {
  margin-bottom: 26rem !important; }

.ml-104 {
  margin-left: 26rem !important; }

.mt-108 {
  margin-top: 27rem !important; }

.mr-108 {
  margin-right: 27rem !important; }

.mb-108 {
  margin-bottom: 27rem !important; }

.ml-108 {
  margin-left: 27rem !important; }

.mt-112 {
  margin-top: 28rem !important; }

.mr-112 {
  margin-right: 28rem !important; }

.mb-112 {
  margin-bottom: 28rem !important; }

.ml-112 {
  margin-left: 28rem !important; }

.mt-116 {
  margin-top: 29rem !important; }

.mr-116 {
  margin-right: 29rem !important; }

.mb-116 {
  margin-bottom: 29rem !important; }

.ml-116 {
  margin-left: 29rem !important; }

.mt-120 {
  margin-top: 30rem !important; }

.mr-120 {
  margin-right: 30rem !important; }

.mb-120 {
  margin-bottom: 30rem !important; }

.ml-120 {
  margin-left: 30rem !important; }

.mt-124 {
  margin-top: 31rem !important; }

.mr-124 {
  margin-right: 31rem !important; }

.mb-124 {
  margin-bottom: 31rem !important; }

.ml-124 {
  margin-left: 31rem !important; }

.mt-128 {
  margin-top: 32rem !important; }

.mr-128 {
  margin-right: 32rem !important; }

.mb-128 {
  margin-bottom: 32rem !important; }

.ml-128 {
  margin-left: 32rem !important; }

.mt-132 {
  margin-top: 33rem !important; }

.mr-132 {
  margin-right: 33rem !important; }

.mb-132 {
  margin-bottom: 33rem !important; }

.ml-132 {
  margin-left: 33rem !important; }

.mt-136 {
  margin-top: 34rem !important; }

.mr-136 {
  margin-right: 34rem !important; }

.mb-136 {
  margin-bottom: 34rem !important; }

.ml-136 {
  margin-left: 34rem !important; }

.mt-140 {
  margin-top: 35rem !important; }

.mr-140 {
  margin-right: 35rem !important; }

.mb-140 {
  margin-bottom: 35rem !important; }

.ml-140 {
  margin-left: 35rem !important; }

.mt-144 {
  margin-top: 36rem !important; }

.mr-144 {
  margin-right: 36rem !important; }

.mb-144 {
  margin-bottom: 36rem !important; }

.ml-144 {
  margin-left: 36rem !important; }

.mt-148 {
  margin-top: 37rem !important; }

.mr-148 {
  margin-right: 37rem !important; }

.mb-148 {
  margin-bottom: 37rem !important; }

.ml-148 {
  margin-left: 37rem !important; }

.mt-152 {
  margin-top: 38rem !important; }

.mr-152 {
  margin-right: 38rem !important; }

.mb-152 {
  margin-bottom: 38rem !important; }

.ml-152 {
  margin-left: 38rem !important; }

.mt-156 {
  margin-top: 39rem !important; }

.mr-156 {
  margin-right: 39rem !important; }

.mb-156 {
  margin-bottom: 39rem !important; }

.ml-156 {
  margin-left: 39rem !important; }

.mt-160 {
  margin-top: 40rem !important; }

.mr-160 {
  margin-right: 40rem !important; }

.mb-160 {
  margin-bottom: 40rem !important; }

.ml-160 {
  margin-left: 40rem !important; }

.mt-164 {
  margin-top: 41rem !important; }

.mr-164 {
  margin-right: 41rem !important; }

.mb-164 {
  margin-bottom: 41rem !important; }

.ml-164 {
  margin-left: 41rem !important; }

.mt-168 {
  margin-top: 42rem !important; }

.mr-168 {
  margin-right: 42rem !important; }

.mb-168 {
  margin-bottom: 42rem !important; }

.ml-168 {
  margin-left: 42rem !important; }

.mt-172 {
  margin-top: 43rem !important; }

.mr-172 {
  margin-right: 43rem !important; }

.mb-172 {
  margin-bottom: 43rem !important; }

.ml-172 {
  margin-left: 43rem !important; }

.mt-176 {
  margin-top: 44rem !important; }

.mr-176 {
  margin-right: 44rem !important; }

.mb-176 {
  margin-bottom: 44rem !important; }

.ml-176 {
  margin-left: 44rem !important; }

.mt-180 {
  margin-top: 45rem !important; }

.mr-180 {
  margin-right: 45rem !important; }

.mb-180 {
  margin-bottom: 45rem !important; }

.ml-180 {
  margin-left: 45rem !important; }

.mt-184 {
  margin-top: 46rem !important; }

.mr-184 {
  margin-right: 46rem !important; }

.mb-184 {
  margin-bottom: 46rem !important; }

.ml-184 {
  margin-left: 46rem !important; }

.mt-188 {
  margin-top: 47rem !important; }

.mr-188 {
  margin-right: 47rem !important; }

.mb-188 {
  margin-bottom: 47rem !important; }

.ml-188 {
  margin-left: 47rem !important; }

.mt-192 {
  margin-top: 48rem !important; }

.mr-192 {
  margin-right: 48rem !important; }

.mb-192 {
  margin-bottom: 48rem !important; }

.ml-192 {
  margin-left: 48rem !important; }

.mt-196 {
  margin-top: 49rem !important; }

.mr-196 {
  margin-right: 49rem !important; }

.mb-196 {
  margin-bottom: 49rem !important; }

.ml-196 {
  margin-left: 49rem !important; }

.mt-200 {
  margin-top: 50rem !important; }

.mr-200 {
  margin-right: 50rem !important; }

.mb-200 {
  margin-bottom: 50rem !important; }

.ml-200 {
  margin-left: 50rem !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-2px {
  margin-top: 2px !important; }

.mr-2px {
  margin-right: 2px !important; }

.mb-2px {
  margin-bottom: 2px !important; }

.ml-2px {
  margin-left: 2px !important; }

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

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

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

.ml-1\/2 {
  margin-left: 50% !important; }

.mt-2\/2 {
  margin-top: 100% !important; }

.mr-2\/2 {
  margin-right: 100% !important; }

.mb-2\/2 {
  margin-bottom: 100% !important; }

.ml-2\/2 {
  margin-left: 100% !important; }

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

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

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

.ml-1\/3 {
  margin-left: 33.333333% !important; }

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

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

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

.ml-2\/3 {
  margin-left: 66.666667% !important; }

.mt-3\/3 {
  margin-top: 100% !important; }

.mr-3\/3 {
  margin-right: 100% !important; }

.mb-3\/3 {
  margin-bottom: 100% !important; }

.ml-3\/3 {
  margin-left: 100% !important; }

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

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

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

.ml-1\/4 {
  margin-left: 25% !important; }

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

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

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

.ml-2\/4 {
  margin-left: 50% !important; }

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

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

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

.ml-3\/4 {
  margin-left: 75% !important; }

.mt-4\/4 {
  margin-top: 100% !important; }

.mr-4\/4 {
  margin-right: 100% !important; }

.mb-4\/4 {
  margin-bottom: 100% !important; }

.ml-4\/4 {
  margin-left: 100% !important; }

.mt-1\/5 {
  margin-top: 20% !important; }

.mr-1\/5 {
  margin-right: 20% !important; }

.mb-1\/5 {
  margin-bottom: 20% !important; }

.ml-1\/5 {
  margin-left: 20% !important; }

.mt-2\/5 {
  margin-top: 40% !important; }

.mr-2\/5 {
  margin-right: 40% !important; }

.mb-2\/5 {
  margin-bottom: 40% !important; }

.ml-2\/5 {
  margin-left: 40% !important; }

.mt-3\/5 {
  margin-top: 60% !important; }

.mr-3\/5 {
  margin-right: 60% !important; }

.mb-3\/5 {
  margin-bottom: 60% !important; }

.ml-3\/5 {
  margin-left: 60% !important; }

.mt-4\/5 {
  margin-top: 80% !important; }

.mr-4\/5 {
  margin-right: 80% !important; }

.mb-4\/5 {
  margin-bottom: 80% !important; }

.ml-4\/5 {
  margin-left: 80% !important; }

.mt-5\/5 {
  margin-top: 100% !important; }

.mr-5\/5 {
  margin-right: 100% !important; }

.mb-5\/5 {
  margin-bottom: 100% !important; }

.ml-5\/5 {
  margin-left: 100% !important; }

.mt-1\/6 {
  margin-top: 16.666667% !important; }

.mr-1\/6 {
  margin-right: 16.666667% !important; }

.mb-1\/6 {
  margin-bottom: 16.666667% !important; }

.ml-1\/6 {
  margin-left: 16.666667% !important; }

.mt-2\/6 {
  margin-top: 33.333333% !important; }

.mr-2\/6 {
  margin-right: 33.333333% !important; }

.mb-2\/6 {
  margin-bottom: 33.333333% !important; }

.ml-2\/6 {
  margin-left: 33.333333% !important; }

.mt-3\/6 {
  margin-top: 50% !important; }

.mr-3\/6 {
  margin-right: 50% !important; }

.mb-3\/6 {
  margin-bottom: 50% !important; }

.ml-3\/6 {
  margin-left: 50% !important; }

.mt-4\/6 {
  margin-top: 66.666667% !important; }

.mr-4\/6 {
  margin-right: 66.666667% !important; }

.mb-4\/6 {
  margin-bottom: 66.666667% !important; }

.ml-4\/6 {
  margin-left: 66.666667% !important; }

.mt-5\/6 {
  margin-top: 83.333333% !important; }

.mr-5\/6 {
  margin-right: 83.333333% !important; }

.mb-5\/6 {
  margin-bottom: 83.333333% !important; }

.ml-5\/6 {
  margin-left: 83.333333% !important; }

.mt-6\/6 {
  margin-top: 100% !important; }

.mr-6\/6 {
  margin-right: 100% !important; }

.mb-6\/6 {
  margin-bottom: 100% !important; }

.ml-6\/6 {
  margin-left: 100% !important; }

.mt-1\/10 {
  margin-top: 10% !important; }

.mr-1\/10 {
  margin-right: 10% !important; }

.mb-1\/10 {
  margin-bottom: 10% !important; }

.ml-1\/10 {
  margin-left: 10% !important; }

.mt-2\/10 {
  margin-top: 20% !important; }

.mr-2\/10 {
  margin-right: 20% !important; }

.mb-2\/10 {
  margin-bottom: 20% !important; }

.ml-2\/10 {
  margin-left: 20% !important; }

.mt-3\/10 {
  margin-top: 30% !important; }

.mr-3\/10 {
  margin-right: 30% !important; }

.mb-3\/10 {
  margin-bottom: 30% !important; }

.ml-3\/10 {
  margin-left: 30% !important; }

.mt-4\/10 {
  margin-top: 40% !important; }

.mr-4\/10 {
  margin-right: 40% !important; }

.mb-4\/10 {
  margin-bottom: 40% !important; }

.ml-4\/10 {
  margin-left: 40% !important; }

.mt-5\/10 {
  margin-top: 50% !important; }

.mr-5\/10 {
  margin-right: 50% !important; }

.mb-5\/10 {
  margin-bottom: 50% !important; }

.ml-5\/10 {
  margin-left: 50% !important; }

.mt-6\/10 {
  margin-top: 60% !important; }

.mr-6\/10 {
  margin-right: 60% !important; }

.mb-6\/10 {
  margin-bottom: 60% !important; }

.ml-6\/10 {
  margin-left: 60% !important; }

.mt-7\/10 {
  margin-top: 70% !important; }

.mr-7\/10 {
  margin-right: 70% !important; }

.mb-7\/10 {
  margin-bottom: 70% !important; }

.ml-7\/10 {
  margin-left: 70% !important; }

.mt-8\/10 {
  margin-top: 80% !important; }

.mr-8\/10 {
  margin-right: 80% !important; }

.mb-8\/10 {
  margin-bottom: 80% !important; }

.ml-8\/10 {
  margin-left: 80% !important; }

.mt-9\/10 {
  margin-top: 90% !important; }

.mr-9\/10 {
  margin-right: 90% !important; }

.mb-9\/10 {
  margin-bottom: 90% !important; }

.ml-9\/10 {
  margin-left: 90% !important; }

.mt-10\/10 {
  margin-top: 100% !important; }

.mr-10\/10 {
  margin-right: 100% !important; }

.mb-10\/10 {
  margin-bottom: 100% !important; }

.ml-10\/10 {
  margin-left: 100% !important; }

.mt-1\/12 {
  margin-top: 8.333333% !important; }

.mr-1\/12 {
  margin-right: 8.333333% !important; }

.mb-1\/12 {
  margin-bottom: 8.333333% !important; }

.ml-1\/12 {
  margin-left: 8.333333% !important; }

.mt-2\/12 {
  margin-top: 16.666667% !important; }

.mr-2\/12 {
  margin-right: 16.666667% !important; }

.mb-2\/12 {
  margin-bottom: 16.666667% !important; }

.ml-2\/12 {
  margin-left: 16.666667% !important; }

.mt-3\/12 {
  margin-top: 25% !important; }

.mr-3\/12 {
  margin-right: 25% !important; }

.mb-3\/12 {
  margin-bottom: 25% !important; }

.ml-3\/12 {
  margin-left: 25% !important; }

.mt-4\/12 {
  margin-top: 33.333333% !important; }

.mr-4\/12 {
  margin-right: 33.333333% !important; }

.mb-4\/12 {
  margin-bottom: 33.333333% !important; }

.ml-4\/12 {
  margin-left: 33.333333% !important; }

.mt-5\/12 {
  margin-top: 41.666667% !important; }

.mr-5\/12 {
  margin-right: 41.666667% !important; }

.mb-5\/12 {
  margin-bottom: 41.666667% !important; }

.ml-5\/12 {
  margin-left: 41.666667% !important; }

.mt-6\/12 {
  margin-top: 50% !important; }

.mr-6\/12 {
  margin-right: 50% !important; }

.mb-6\/12 {
  margin-bottom: 50% !important; }

.ml-6\/12 {
  margin-left: 50% !important; }

.mt-7\/12 {
  margin-top: 58.333333% !important; }

.mr-7\/12 {
  margin-right: 58.333333% !important; }

.mb-7\/12 {
  margin-bottom: 58.333333% !important; }

.ml-7\/12 {
  margin-left: 58.333333% !important; }

.mt-8\/12 {
  margin-top: 66.666667% !important; }

.mr-8\/12 {
  margin-right: 66.666667% !important; }

.mb-8\/12 {
  margin-bottom: 66.666667% !important; }

.ml-8\/12 {
  margin-left: 66.666667% !important; }

.mt-9\/12 {
  margin-top: 75% !important; }

.mr-9\/12 {
  margin-right: 75% !important; }

.mb-9\/12 {
  margin-bottom: 75% !important; }

.ml-9\/12 {
  margin-left: 75% !important; }

.mt-10\/12 {
  margin-top: 83.333333% !important; }

.mr-10\/12 {
  margin-right: 83.333333% !important; }

.mb-10\/12 {
  margin-bottom: 83.333333% !important; }

.ml-10\/12 {
  margin-left: 83.333333% !important; }

.mt-11\/12 {
  margin-top: 91.666667% !important; }

.mr-11\/12 {
  margin-right: 91.666667% !important; }

.mb-11\/12 {
  margin-bottom: 91.666667% !important; }

.ml-11\/12 {
  margin-left: 91.666667% !important; }

.mt-12\/12 {
  margin-top: 100% !important; }

.mr-12\/12 {
  margin-right: 100% !important; }

.mb-12\/12 {
  margin-bottom: 100% !important; }

.ml-12\/12 {
  margin-left: 100% !important; }

.-mt-0 {
  margin-top: 0rem !important; }

.-mr-0 {
  margin-right: 0rem !important; }

.-mb-0 {
  margin-bottom: 0rem !important; }

.-ml-0 {
  margin-left: 0rem !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-7 {
  margin-top: -1.75rem !important; }

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

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

.-ml-7 {
  margin-left: -1.75rem !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-11 {
  margin-top: -2.75rem !important; }

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

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

.-ml-11 {
  margin-left: -2.75rem !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-13 {
  margin-top: -3.25rem !important; }

.-mr-13 {
  margin-right: -3.25rem !important; }

.-mb-13 {
  margin-bottom: -3.25rem !important; }

.-ml-13 {
  margin-left: -3.25rem !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-15 {
  margin-top: -3.75rem !important; }

.-mr-15 {
  margin-right: -3.75rem !important; }

.-mb-15 {
  margin-bottom: -3.75rem !important; }

.-ml-15 {
  margin-left: -3.75rem !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-17 {
  margin-top: -4.25rem !important; }

.-mr-17 {
  margin-right: -4.25rem !important; }

.-mb-17 {
  margin-bottom: -4.25rem !important; }

.-ml-17 {
  margin-left: -4.25rem !important; }

.-mt-18 {
  margin-top: -4.5rem !important; }

.-mr-18 {
  margin-right: -4.5rem !important; }

.-mb-18 {
  margin-bottom: -4.5rem !important; }

.-ml-18 {
  margin-left: -4.5rem !important; }

.-mt-19 {
  margin-top: -4.75rem !important; }

.-mr-19 {
  margin-right: -4.75rem !important; }

.-mb-19 {
  margin-bottom: -4.75rem !important; }

.-ml-19 {
  margin-left: -4.75rem !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-21 {
  margin-top: -5.25rem !important; }

.-mr-21 {
  margin-right: -5.25rem !important; }

.-mb-21 {
  margin-bottom: -5.25rem !important; }

.-ml-21 {
  margin-left: -5.25rem !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-23 {
  margin-top: -5.75rem !important; }

.-mr-23 {
  margin-right: -5.75rem !important; }

.-mb-23 {
  margin-bottom: -5.75rem !important; }

.-ml-23 {
  margin-left: -5.75rem !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-26 {
  margin-top: -6.5rem !important; }

.-mr-26 {
  margin-right: -6.5rem !important; }

.-mb-26 {
  margin-bottom: -6.5rem !important; }

.-ml-26 {
  margin-left: -6.5rem !important; }

.-mt-27 {
  margin-top: -6.75rem !important; }

.-mr-27 {
  margin-right: -6.75rem !important; }

.-mb-27 {
  margin-bottom: -6.75rem !important; }

.-ml-27 {
  margin-left: -6.75rem !important; }

.-mt-28 {
  margin-top: -7rem !important; }

.-mr-28 {
  margin-right: -7rem !important; }

.-mb-28 {
  margin-bottom: -7rem !important; }

.-ml-28 {
  margin-left: -7rem !important; }

.-mt-29 {
  margin-top: -7.25rem !important; }

.-mr-29 {
  margin-right: -7.25rem !important; }

.-mb-29 {
  margin-bottom: -7.25rem !important; }

.-ml-29 {
  margin-left: -7.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-31 {
  margin-top: -7.75rem !important; }

.-mr-31 {
  margin-right: -7.75rem !important; }

.-mb-31 {
  margin-bottom: -7.75rem !important; }

.-ml-31 {
  margin-left: -7.75rem !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-33 {
  margin-top: -8.25rem !important; }

.-mr-33 {
  margin-right: -8.25rem !important; }

.-mb-33 {
  margin-bottom: -8.25rem !important; }

.-ml-33 {
  margin-left: -8.25rem !important; }

.-mt-34 {
  margin-top: -8.5rem !important; }

.-mr-34 {
  margin-right: -8.5rem !important; }

.-mb-34 {
  margin-bottom: -8.5rem !important; }

.-ml-34 {
  margin-left: -8.5rem !important; }

.-mt-35 {
  margin-top: -8.75rem !important; }

.-mr-35 {
  margin-right: -8.75rem !important; }

.-mb-35 {
  margin-bottom: -8.75rem !important; }

.-ml-35 {
  margin-left: -8.75rem !important; }

.-mt-36 {
  margin-top: -9rem !important; }

.-mr-36 {
  margin-right: -9rem !important; }

.-mb-36 {
  margin-bottom: -9rem !important; }

.-ml-36 {
  margin-left: -9rem !important; }

.-mt-37 {
  margin-top: -9.25rem !important; }

.-mr-37 {
  margin-right: -9.25rem !important; }

.-mb-37 {
  margin-bottom: -9.25rem !important; }

.-ml-37 {
  margin-left: -9.25rem !important; }

.-mt-38 {
  margin-top: -9.5rem !important; }

.-mr-38 {
  margin-right: -9.5rem !important; }

.-mb-38 {
  margin-bottom: -9.5rem !important; }

.-ml-38 {
  margin-left: -9.5rem !important; }

.-mt-39 {
  margin-top: -9.75rem !important; }

.-mr-39 {
  margin-right: -9.75rem !important; }

.-mb-39 {
  margin-bottom: -9.75rem !important; }

.-ml-39 {
  margin-left: -9.75rem !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-41 {
  margin-top: -10.25rem !important; }

.-mr-41 {
  margin-right: -10.25rem !important; }

.-mb-41 {
  margin-bottom: -10.25rem !important; }

.-ml-41 {
  margin-left: -10.25rem !important; }

.-mt-42 {
  margin-top: -10.5rem !important; }

.-mr-42 {
  margin-right: -10.5rem !important; }

.-mb-42 {
  margin-bottom: -10.5rem !important; }

.-ml-42 {
  margin-left: -10.5rem !important; }

.-mt-43 {
  margin-top: -10.75rem !important; }

.-mr-43 {
  margin-right: -10.75rem !important; }

.-mb-43 {
  margin-bottom: -10.75rem !important; }

.-ml-43 {
  margin-left: -10.75rem !important; }

.-mt-44 {
  margin-top: -11rem !important; }

.-mr-44 {
  margin-right: -11rem !important; }

.-mb-44 {
  margin-bottom: -11rem !important; }

.-ml-44 {
  margin-left: -11rem !important; }

.-mt-45 {
  margin-top: -11.25rem !important; }

.-mr-45 {
  margin-right: -11.25rem !important; }

.-mb-45 {
  margin-bottom: -11.25rem !important; }

.-ml-45 {
  margin-left: -11.25rem !important; }

.-mt-46 {
  margin-top: -11.5rem !important; }

.-mr-46 {
  margin-right: -11.5rem !important; }

.-mb-46 {
  margin-bottom: -11.5rem !important; }

.-ml-46 {
  margin-left: -11.5rem !important; }

.-mt-47 {
  margin-top: -11.75rem !important; }

.-mr-47 {
  margin-right: -11.75rem !important; }

.-mb-47 {
  margin-bottom: -11.75rem !important; }

.-ml-47 {
  margin-left: -11.75rem !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-49 {
  margin-top: -12.25rem !important; }

.-mr-49 {
  margin-right: -12.25rem !important; }

.-mb-49 {
  margin-bottom: -12.25rem !important; }

.-ml-49 {
  margin-left: -12.25rem !important; }

.-mt-50 {
  margin-top: -12.5rem !important; }

.-mr-50 {
  margin-right: -12.5rem !important; }

.-mb-50 {
  margin-bottom: -12.5rem !important; }

.-ml-50 {
  margin-left: -12.5rem !important; }

.-mt-51 {
  margin-top: -12.75rem !important; }

.-mr-51 {
  margin-right: -12.75rem !important; }

.-mb-51 {
  margin-bottom: -12.75rem !important; }

.-ml-51 {
  margin-left: -12.75rem !important; }

.-mt-52 {
  margin-top: -13rem !important; }

.-mr-52 {
  margin-right: -13rem !important; }

.-mb-52 {
  margin-bottom: -13rem !important; }

.-ml-52 {
  margin-left: -13rem !important; }

.-mt-53 {
  margin-top: -13.25rem !important; }

.-mr-53 {
  margin-right: -13.25rem !important; }

.-mb-53 {
  margin-bottom: -13.25rem !important; }

.-ml-53 {
  margin-left: -13.25rem !important; }

.-mt-54 {
  margin-top: -13.5rem !important; }

.-mr-54 {
  margin-right: -13.5rem !important; }

.-mb-54 {
  margin-bottom: -13.5rem !important; }

.-ml-54 {
  margin-left: -13.5rem !important; }

.-mt-55 {
  margin-top: -13.75rem !important; }

.-mr-55 {
  margin-right: -13.75rem !important; }

.-mb-55 {
  margin-bottom: -13.75rem !important; }

.-ml-55 {
  margin-left: -13.75rem !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-57 {
  margin-top: -14.25rem !important; }

.-mr-57 {
  margin-right: -14.25rem !important; }

.-mb-57 {
  margin-bottom: -14.25rem !important; }

.-ml-57 {
  margin-left: -14.25rem !important; }

.-mt-58 {
  margin-top: -14.5rem !important; }

.-mr-58 {
  margin-right: -14.5rem !important; }

.-mb-58 {
  margin-bottom: -14.5rem !important; }

.-ml-58 {
  margin-left: -14.5rem !important; }

.-mt-59 {
  margin-top: -14.75rem !important; }

.-mr-59 {
  margin-right: -14.75rem !important; }

.-mb-59 {
  margin-bottom: -14.75rem !important; }

.-ml-59 {
  margin-left: -14.75rem !important; }

.-mt-60 {
  margin-top: -15rem !important; }

.-mr-60 {
  margin-right: -15rem !important; }

.-mb-60 {
  margin-bottom: -15rem !important; }

.-ml-60 {
  margin-left: -15rem !important; }

.-mt-61 {
  margin-top: -15.25rem !important; }

.-mr-61 {
  margin-right: -15.25rem !important; }

.-mb-61 {
  margin-bottom: -15.25rem !important; }

.-ml-61 {
  margin-left: -15.25rem !important; }

.-mt-62 {
  margin-top: -15.5rem !important; }

.-mr-62 {
  margin-right: -15.5rem !important; }

.-mb-62 {
  margin-bottom: -15.5rem !important; }

.-ml-62 {
  margin-left: -15.5rem !important; }

.-mt-63 {
  margin-top: -15.75rem !important; }

.-mr-63 {
  margin-right: -15.75rem !important; }

.-mb-63 {
  margin-bottom: -15.75rem !important; }

.-ml-63 {
  margin-left: -15.75rem !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-65 {
  margin-top: -16.25rem !important; }

.-mr-65 {
  margin-right: -16.25rem !important; }

.-mb-65 {
  margin-bottom: -16.25rem !important; }

.-ml-65 {
  margin-left: -16.25rem !important; }

.-mt-66 {
  margin-top: -16.5rem !important; }

.-mr-66 {
  margin-right: -16.5rem !important; }

.-mb-66 {
  margin-bottom: -16.5rem !important; }

.-ml-66 {
  margin-left: -16.5rem !important; }

.-mt-67 {
  margin-top: -16.75rem !important; }

.-mr-67 {
  margin-right: -16.75rem !important; }

.-mb-67 {
  margin-bottom: -16.75rem !important; }

.-ml-67 {
  margin-left: -16.75rem !important; }

.-mt-68 {
  margin-top: -17rem !important; }

.-mr-68 {
  margin-right: -17rem !important; }

.-mb-68 {
  margin-bottom: -17rem !important; }

.-ml-68 {
  margin-left: -17rem !important; }

.-mt-69 {
  margin-top: -17.25rem !important; }

.-mr-69 {
  margin-right: -17.25rem !important; }

.-mb-69 {
  margin-bottom: -17.25rem !important; }

.-ml-69 {
  margin-left: -17.25rem !important; }

.-mt-70 {
  margin-top: -17.5rem !important; }

.-mr-70 {
  margin-right: -17.5rem !important; }

.-mb-70 {
  margin-bottom: -17.5rem !important; }

.-ml-70 {
  margin-left: -17.5rem !important; }

.-mt-71 {
  margin-top: -17.75rem !important; }

.-mr-71 {
  margin-right: -17.75rem !important; }

.-mb-71 {
  margin-bottom: -17.75rem !important; }

.-ml-71 {
  margin-left: -17.75rem !important; }

.-mt-72 {
  margin-top: -18rem !important; }

.-mr-72 {
  margin-right: -18rem !important; }

.-mb-72 {
  margin-bottom: -18rem !important; }

.-ml-72 {
  margin-left: -18rem !important; }

.-mt-73 {
  margin-top: -18.25rem !important; }

.-mr-73 {
  margin-right: -18.25rem !important; }

.-mb-73 {
  margin-bottom: -18.25rem !important; }

.-ml-73 {
  margin-left: -18.25rem !important; }

.-mt-74 {
  margin-top: -18.5rem !important; }

.-mr-74 {
  margin-right: -18.5rem !important; }

.-mb-74 {
  margin-bottom: -18.5rem !important; }

.-ml-74 {
  margin-left: -18.5rem !important; }

.-mt-75 {
  margin-top: -18.75rem !important; }

.-mr-75 {
  margin-right: -18.75rem !important; }

.-mb-75 {
  margin-bottom: -18.75rem !important; }

.-ml-75 {
  margin-left: -18.75rem !important; }

.-mt-76 {
  margin-top: -19rem !important; }

.-mr-76 {
  margin-right: -19rem !important; }

.-mb-76 {
  margin-bottom: -19rem !important; }

.-ml-76 {
  margin-left: -19rem !important; }

.-mt-77 {
  margin-top: -19.25rem !important; }

.-mr-77 {
  margin-right: -19.25rem !important; }

.-mb-77 {
  margin-bottom: -19.25rem !important; }

.-ml-77 {
  margin-left: -19.25rem !important; }

.-mt-78 {
  margin-top: -19.5rem !important; }

.-mr-78 {
  margin-right: -19.5rem !important; }

.-mb-78 {
  margin-bottom: -19.5rem !important; }

.-ml-78 {
  margin-left: -19.5rem !important; }

.-mt-79 {
  margin-top: -19.75rem !important; }

.-mr-79 {
  margin-right: -19.75rem !important; }

.-mb-79 {
  margin-bottom: -19.75rem !important; }

.-ml-79 {
  margin-left: -19.75rem !important; }

.-mt-80 {
  margin-top: -20rem !important; }

.-mr-80 {
  margin-right: -20rem !important; }

.-mb-80 {
  margin-bottom: -20rem !important; }

.-ml-80 {
  margin-left: -20rem !important; }

.-mt-84 {
  margin-top: -21rem !important; }

.-mr-84 {
  margin-right: -21rem !important; }

.-mb-84 {
  margin-bottom: -21rem !important; }

.-ml-84 {
  margin-left: -21rem !important; }

.-mt-88 {
  margin-top: -22rem !important; }

.-mr-88 {
  margin-right: -22rem !important; }

.-mb-88 {
  margin-bottom: -22rem !important; }

.-ml-88 {
  margin-left: -22rem !important; }

.-mt-92 {
  margin-top: -23rem !important; }

.-mr-92 {
  margin-right: -23rem !important; }

.-mb-92 {
  margin-bottom: -23rem !important; }

.-ml-92 {
  margin-left: -23rem !important; }

.-mt-96 {
  margin-top: -24rem !important; }

.-mr-96 {
  margin-right: -24rem !important; }

.-mb-96 {
  margin-bottom: -24rem !important; }

.-ml-96 {
  margin-left: -24rem !important; }

.-mt-100 {
  margin-top: -25rem !important; }

.-mr-100 {
  margin-right: -25rem !important; }

.-mb-100 {
  margin-bottom: -25rem !important; }

.-ml-100 {
  margin-left: -25rem !important; }

.-mt-104 {
  margin-top: -26rem !important; }

.-mr-104 {
  margin-right: -26rem !important; }

.-mb-104 {
  margin-bottom: -26rem !important; }

.-ml-104 {
  margin-left: -26rem !important; }

.-mt-108 {
  margin-top: -27rem !important; }

.-mr-108 {
  margin-right: -27rem !important; }

.-mb-108 {
  margin-bottom: -27rem !important; }

.-ml-108 {
  margin-left: -27rem !important; }

.-mt-112 {
  margin-top: -28rem !important; }

.-mr-112 {
  margin-right: -28rem !important; }

.-mb-112 {
  margin-bottom: -28rem !important; }

.-ml-112 {
  margin-left: -28rem !important; }

.-mt-116 {
  margin-top: -29rem !important; }

.-mr-116 {
  margin-right: -29rem !important; }

.-mb-116 {
  margin-bottom: -29rem !important; }

.-ml-116 {
  margin-left: -29rem !important; }

.-mt-120 {
  margin-top: -30rem !important; }

.-mr-120 {
  margin-right: -30rem !important; }

.-mb-120 {
  margin-bottom: -30rem !important; }

.-ml-120 {
  margin-left: -30rem !important; }

.-mt-124 {
  margin-top: -31rem !important; }

.-mr-124 {
  margin-right: -31rem !important; }

.-mb-124 {
  margin-bottom: -31rem !important; }

.-ml-124 {
  margin-left: -31rem !important; }

.-mt-128 {
  margin-top: -32rem !important; }

.-mr-128 {
  margin-right: -32rem !important; }

.-mb-128 {
  margin-bottom: -32rem !important; }

.-ml-128 {
  margin-left: -32rem !important; }

.-mt-132 {
  margin-top: -33rem !important; }

.-mr-132 {
  margin-right: -33rem !important; }

.-mb-132 {
  margin-bottom: -33rem !important; }

.-ml-132 {
  margin-left: -33rem !important; }

.-mt-136 {
  margin-top: -34rem !important; }

.-mr-136 {
  margin-right: -34rem !important; }

.-mb-136 {
  margin-bottom: -34rem !important; }

.-ml-136 {
  margin-left: -34rem !important; }

.-mt-140 {
  margin-top: -35rem !important; }

.-mr-140 {
  margin-right: -35rem !important; }

.-mb-140 {
  margin-bottom: -35rem !important; }

.-ml-140 {
  margin-left: -35rem !important; }

.-mt-144 {
  margin-top: -36rem !important; }

.-mr-144 {
  margin-right: -36rem !important; }

.-mb-144 {
  margin-bottom: -36rem !important; }

.-ml-144 {
  margin-left: -36rem !important; }

.-mt-148 {
  margin-top: -37rem !important; }

.-mr-148 {
  margin-right: -37rem !important; }

.-mb-148 {
  margin-bottom: -37rem !important; }

.-ml-148 {
  margin-left: -37rem !important; }

.-mt-152 {
  margin-top: -38rem !important; }

.-mr-152 {
  margin-right: -38rem !important; }

.-mb-152 {
  margin-bottom: -38rem !important; }

.-ml-152 {
  margin-left: -38rem !important; }

.-mt-156 {
  margin-top: -39rem !important; }

.-mr-156 {
  margin-right: -39rem !important; }

.-mb-156 {
  margin-bottom: -39rem !important; }

.-ml-156 {
  margin-left: -39rem !important; }

.-mt-160 {
  margin-top: -40rem !important; }

.-mr-160 {
  margin-right: -40rem !important; }

.-mb-160 {
  margin-bottom: -40rem !important; }

.-ml-160 {
  margin-left: -40rem !important; }

.-mt-164 {
  margin-top: -41rem !important; }

.-mr-164 {
  margin-right: -41rem !important; }

.-mb-164 {
  margin-bottom: -41rem !important; }

.-ml-164 {
  margin-left: -41rem !important; }

.-mt-168 {
  margin-top: -42rem !important; }

.-mr-168 {
  margin-right: -42rem !important; }

.-mb-168 {
  margin-bottom: -42rem !important; }

.-ml-168 {
  margin-left: -42rem !important; }

.-mt-172 {
  margin-top: -43rem !important; }

.-mr-172 {
  margin-right: -43rem !important; }

.-mb-172 {
  margin-bottom: -43rem !important; }

.-ml-172 {
  margin-left: -43rem !important; }

.-mt-176 {
  margin-top: -44rem !important; }

.-mr-176 {
  margin-right: -44rem !important; }

.-mb-176 {
  margin-bottom: -44rem !important; }

.-ml-176 {
  margin-left: -44rem !important; }

.-mt-180 {
  margin-top: -45rem !important; }

.-mr-180 {
  margin-right: -45rem !important; }

.-mb-180 {
  margin-bottom: -45rem !important; }

.-ml-180 {
  margin-left: -45rem !important; }

.-mt-184 {
  margin-top: -46rem !important; }

.-mr-184 {
  margin-right: -46rem !important; }

.-mb-184 {
  margin-bottom: -46rem !important; }

.-ml-184 {
  margin-left: -46rem !important; }

.-mt-188 {
  margin-top: -47rem !important; }

.-mr-188 {
  margin-right: -47rem !important; }

.-mb-188 {
  margin-bottom: -47rem !important; }

.-ml-188 {
  margin-left: -47rem !important; }

.-mt-192 {
  margin-top: -48rem !important; }

.-mr-192 {
  margin-right: -48rem !important; }

.-mb-192 {
  margin-bottom: -48rem !important; }

.-ml-192 {
  margin-left: -48rem !important; }

.-mt-196 {
  margin-top: -49rem !important; }

.-mr-196 {
  margin-right: -49rem !important; }

.-mb-196 {
  margin-bottom: -49rem !important; }

.-ml-196 {
  margin-left: -49rem !important; }

.-mt-200 {
  margin-top: -50rem !important; }

.-mr-200 {
  margin-right: -50rem !important; }

.-mb-200 {
  margin-bottom: -50rem !important; }

.-ml-200 {
  margin-left: -50rem !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-2px {
  margin-top: -2px !important; }

.-mr-2px {
  margin-right: -2px !important; }

.-mb-2px {
  margin-bottom: -2px !important; }

.-ml-2px {
  margin-left: -2px !important; }

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

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

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

.-ml-1\/2 {
  margin-left: -50% !important; }

.-mt-2\/2 {
  margin-top: -100% !important; }

.-mr-2\/2 {
  margin-right: -100% !important; }

.-mb-2\/2 {
  margin-bottom: -100% !important; }

.-ml-2\/2 {
  margin-left: -100% !important; }

.-mt-1\/3 {
  margin-top: -33.33333% !important; }

.-mr-1\/3 {
  margin-right: -33.33333% !important; }

.-mb-1\/3 {
  margin-bottom: -33.33333% !important; }

.-ml-1\/3 {
  margin-left: -33.33333% !important; }

.-mt-2\/3 {
  margin-top: -66.66667% !important; }

.-mr-2\/3 {
  margin-right: -66.66667% !important; }

.-mb-2\/3 {
  margin-bottom: -66.66667% !important; }

.-ml-2\/3 {
  margin-left: -66.66667% !important; }

.-mt-3\/3 {
  margin-top: -100% !important; }

.-mr-3\/3 {
  margin-right: -100% !important; }

.-mb-3\/3 {
  margin-bottom: -100% !important; }

.-ml-3\/3 {
  margin-left: -100% !important; }

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

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

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

.-ml-1\/4 {
  margin-left: -25% !important; }

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

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

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

.-ml-2\/4 {
  margin-left: -50% !important; }

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

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

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

.-ml-3\/4 {
  margin-left: -75% !important; }

.-mt-4\/4 {
  margin-top: -100% !important; }

.-mr-4\/4 {
  margin-right: -100% !important; }

.-mb-4\/4 {
  margin-bottom: -100% !important; }

.-ml-4\/4 {
  margin-left: -100% !important; }

.-mt-1\/5 {
  margin-top: -20% !important; }

.-mr-1\/5 {
  margin-right: -20% !important; }

.-mb-1\/5 {
  margin-bottom: -20% !important; }

.-ml-1\/5 {
  margin-left: -20% !important; }

.-mt-2\/5 {
  margin-top: -40% !important; }

.-mr-2\/5 {
  margin-right: -40% !important; }

.-mb-2\/5 {
  margin-bottom: -40% !important; }

.-ml-2\/5 {
  margin-left: -40% !important; }

.-mt-3\/5 {
  margin-top: -60% !important; }

.-mr-3\/5 {
  margin-right: -60% !important; }

.-mb-3\/5 {
  margin-bottom: -60% !important; }

.-ml-3\/5 {
  margin-left: -60% !important; }

.-mt-4\/5 {
  margin-top: -80% !important; }

.-mr-4\/5 {
  margin-right: -80% !important; }

.-mb-4\/5 {
  margin-bottom: -80% !important; }

.-ml-4\/5 {
  margin-left: -80% !important; }

.-mt-5\/5 {
  margin-top: -100% !important; }

.-mr-5\/5 {
  margin-right: -100% !important; }

.-mb-5\/5 {
  margin-bottom: -100% !important; }

.-ml-5\/5 {
  margin-left: -100% !important; }

.-mt-1\/6 {
  margin-top: -16.66667% !important; }

.-mr-1\/6 {
  margin-right: -16.66667% !important; }

.-mb-1\/6 {
  margin-bottom: -16.66667% !important; }

.-ml-1\/6 {
  margin-left: -16.66667% !important; }

.-mt-2\/6 {
  margin-top: -33.33333% !important; }

.-mr-2\/6 {
  margin-right: -33.33333% !important; }

.-mb-2\/6 {
  margin-bottom: -33.33333% !important; }

.-ml-2\/6 {
  margin-left: -33.33333% !important; }

.-mt-3\/6 {
  margin-top: -50% !important; }

.-mr-3\/6 {
  margin-right: -50% !important; }

.-mb-3\/6 {
  margin-bottom: -50% !important; }

.-ml-3\/6 {
  margin-left: -50% !important; }

.-mt-4\/6 {
  margin-top: -66.66667% !important; }

.-mr-4\/6 {
  margin-right: -66.66667% !important; }

.-mb-4\/6 {
  margin-bottom: -66.66667% !important; }

.-ml-4\/6 {
  margin-left: -66.66667% !important; }

.-mt-5\/6 {
  margin-top: -83.33333% !important; }

.-mr-5\/6 {
  margin-right: -83.33333% !important; }

.-mb-5\/6 {
  margin-bottom: -83.33333% !important; }

.-ml-5\/6 {
  margin-left: -83.33333% !important; }

.-mt-6\/6 {
  margin-top: -100% !important; }

.-mr-6\/6 {
  margin-right: -100% !important; }

.-mb-6\/6 {
  margin-bottom: -100% !important; }

.-ml-6\/6 {
  margin-left: -100% !important; }

.-mt-1\/10 {
  margin-top: -10% !important; }

.-mr-1\/10 {
  margin-right: -10% !important; }

.-mb-1\/10 {
  margin-bottom: -10% !important; }

.-ml-1\/10 {
  margin-left: -10% !important; }

.-mt-2\/10 {
  margin-top: -20% !important; }

.-mr-2\/10 {
  margin-right: -20% !important; }

.-mb-2\/10 {
  margin-bottom: -20% !important; }

.-ml-2\/10 {
  margin-left: -20% !important; }

.-mt-3\/10 {
  margin-top: -30% !important; }

.-mr-3\/10 {
  margin-right: -30% !important; }

.-mb-3\/10 {
  margin-bottom: -30% !important; }

.-ml-3\/10 {
  margin-left: -30% !important; }

.-mt-4\/10 {
  margin-top: -40% !important; }

.-mr-4\/10 {
  margin-right: -40% !important; }

.-mb-4\/10 {
  margin-bottom: -40% !important; }

.-ml-4\/10 {
  margin-left: -40% !important; }

.-mt-5\/10 {
  margin-top: -50% !important; }

.-mr-5\/10 {
  margin-right: -50% !important; }

.-mb-5\/10 {
  margin-bottom: -50% !important; }

.-ml-5\/10 {
  margin-left: -50% !important; }

.-mt-6\/10 {
  margin-top: -60% !important; }

.-mr-6\/10 {
  margin-right: -60% !important; }

.-mb-6\/10 {
  margin-bottom: -60% !important; }

.-ml-6\/10 {
  margin-left: -60% !important; }

.-mt-7\/10 {
  margin-top: -70% !important; }

.-mr-7\/10 {
  margin-right: -70% !important; }

.-mb-7\/10 {
  margin-bottom: -70% !important; }

.-ml-7\/10 {
  margin-left: -70% !important; }

.-mt-8\/10 {
  margin-top: -80% !important; }

.-mr-8\/10 {
  margin-right: -80% !important; }

.-mb-8\/10 {
  margin-bottom: -80% !important; }

.-ml-8\/10 {
  margin-left: -80% !important; }

.-mt-9\/10 {
  margin-top: -90% !important; }

.-mr-9\/10 {
  margin-right: -90% !important; }

.-mb-9\/10 {
  margin-bottom: -90% !important; }

.-ml-9\/10 {
  margin-left: -90% !important; }

.-mt-10\/10 {
  margin-top: -100% !important; }

.-mr-10\/10 {
  margin-right: -100% !important; }

.-mb-10\/10 {
  margin-bottom: -100% !important; }

.-ml-10\/10 {
  margin-left: -100% !important; }

.-mt-1\/12 {
  margin-top: -8.33333% !important; }

.-mr-1\/12 {
  margin-right: -8.33333% !important; }

.-mb-1\/12 {
  margin-bottom: -8.33333% !important; }

.-ml-1\/12 {
  margin-left: -8.33333% !important; }

.-mt-2\/12 {
  margin-top: -16.66667% !important; }

.-mr-2\/12 {
  margin-right: -16.66667% !important; }

.-mb-2\/12 {
  margin-bottom: -16.66667% !important; }

.-ml-2\/12 {
  margin-left: -16.66667% !important; }

.-mt-3\/12 {
  margin-top: -25% !important; }

.-mr-3\/12 {
  margin-right: -25% !important; }

.-mb-3\/12 {
  margin-bottom: -25% !important; }

.-ml-3\/12 {
  margin-left: -25% !important; }

.-mt-4\/12 {
  margin-top: -33.33333% !important; }

.-mr-4\/12 {
  margin-right: -33.33333% !important; }

.-mb-4\/12 {
  margin-bottom: -33.33333% !important; }

.-ml-4\/12 {
  margin-left: -33.33333% !important; }

.-mt-5\/12 {
  margin-top: -41.66667% !important; }

.-mr-5\/12 {
  margin-right: -41.66667% !important; }

.-mb-5\/12 {
  margin-bottom: -41.66667% !important; }

.-ml-5\/12 {
  margin-left: -41.66667% !important; }

.-mt-6\/12 {
  margin-top: -50% !important; }

.-mr-6\/12 {
  margin-right: -50% !important; }

.-mb-6\/12 {
  margin-bottom: -50% !important; }

.-ml-6\/12 {
  margin-left: -50% !important; }

.-mt-7\/12 {
  margin-top: -58.33333% !important; }

.-mr-7\/12 {
  margin-right: -58.33333% !important; }

.-mb-7\/12 {
  margin-bottom: -58.33333% !important; }

.-ml-7\/12 {
  margin-left: -58.33333% !important; }

.-mt-8\/12 {
  margin-top: -66.66667% !important; }

.-mr-8\/12 {
  margin-right: -66.66667% !important; }

.-mb-8\/12 {
  margin-bottom: -66.66667% !important; }

.-ml-8\/12 {
  margin-left: -66.66667% !important; }

.-mt-9\/12 {
  margin-top: -75% !important; }

.-mr-9\/12 {
  margin-right: -75% !important; }

.-mb-9\/12 {
  margin-bottom: -75% !important; }

.-ml-9\/12 {
  margin-left: -75% !important; }

.-mt-10\/12 {
  margin-top: -83.33333% !important; }

.-mr-10\/12 {
  margin-right: -83.33333% !important; }

.-mb-10\/12 {
  margin-bottom: -83.33333% !important; }

.-ml-10\/12 {
  margin-left: -83.33333% !important; }

.-mt-11\/12 {
  margin-top: -91.66667% !important; }

.-mr-11\/12 {
  margin-right: -91.66667% !important; }

.-mb-11\/12 {
  margin-bottom: -91.66667% !important; }

.-ml-11\/12 {
  margin-left: -91.66667% !important; }

.-mt-12\/12 {
  margin-top: -100% !important; }

.-mr-12\/12 {
  margin-right: -100% !important; }

.-mb-12\/12 {
  margin-bottom: -100% !important; }

.-ml-12\/12 {
  margin-left: -100% !important; }

.max-h-0 {
  max-height: 0rem !important; }

.max-h-1 {
  max-height: 0.25rem !important; }

.max-h-2 {
  max-height: 0.5rem !important; }

.max-h-3 {
  max-height: 0.75rem !important; }

.max-h-4 {
  max-height: 1rem !important; }

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

.max-h-6 {
  max-height: 1.5rem !important; }

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

.max-h-8 {
  max-height: 2rem !important; }

.max-h-9 {
  max-height: 2.25rem !important; }

.max-h-10 {
  max-height: 2.5rem !important; }

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

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

.max-h-13 {
  max-height: 3.25rem !important; }

.max-h-14 {
  max-height: 3.5rem !important; }

.max-h-15 {
  max-height: 3.75rem !important; }

.max-h-16 {
  max-height: 4rem !important; }

.max-h-17 {
  max-height: 4.25rem !important; }

.max-h-18 {
  max-height: 4.5rem !important; }

.max-h-19 {
  max-height: 4.75rem !important; }

.max-h-20 {
  max-height: 5rem !important; }

.max-h-21 {
  max-height: 5.25rem !important; }

.max-h-22 {
  max-height: 5.5rem !important; }

.max-h-23 {
  max-height: 5.75rem !important; }

.max-h-24 {
  max-height: 6rem !important; }

.max-h-25 {
  max-height: 6.25rem !important; }

.max-h-26 {
  max-height: 6.5rem !important; }

.max-h-27 {
  max-height: 6.75rem !important; }

.max-h-28 {
  max-height: 7rem !important; }

.max-h-29 {
  max-height: 7.25rem !important; }

.max-h-30 {
  max-height: 7.5rem !important; }

.max-h-31 {
  max-height: 7.75rem !important; }

.max-h-32 {
  max-height: 8rem !important; }

.max-h-33 {
  max-height: 8.25rem !important; }

.max-h-34 {
  max-height: 8.5rem !important; }

.max-h-35 {
  max-height: 8.75rem !important; }

.max-h-36 {
  max-height: 9rem !important; }

.max-h-37 {
  max-height: 9.25rem !important; }

.max-h-38 {
  max-height: 9.5rem !important; }

.max-h-39 {
  max-height: 9.75rem !important; }

.max-h-40 {
  max-height: 10rem !important; }

.max-h-41 {
  max-height: 10.25rem !important; }

.max-h-42 {
  max-height: 10.5rem !important; }

.max-h-43 {
  max-height: 10.75rem !important; }

.max-h-44 {
  max-height: 11rem !important; }

.max-h-45 {
  max-height: 11.25rem !important; }

.max-h-46 {
  max-height: 11.5rem !important; }

.max-h-47 {
  max-height: 11.75rem !important; }

.max-h-48 {
  max-height: 12rem !important; }

.max-h-49 {
  max-height: 12.25rem !important; }

.max-h-50 {
  max-height: 12.5rem !important; }

.max-h-51 {
  max-height: 12.75rem !important; }

.max-h-52 {
  max-height: 13rem !important; }

.max-h-53 {
  max-height: 13.25rem !important; }

.max-h-54 {
  max-height: 13.5rem !important; }

.max-h-55 {
  max-height: 13.75rem !important; }

.max-h-56 {
  max-height: 14rem !important; }

.max-h-57 {
  max-height: 14.25rem !important; }

.max-h-58 {
  max-height: 14.5rem !important; }

.max-h-59 {
  max-height: 14.75rem !important; }

.max-h-60 {
  max-height: 15rem !important; }

.max-h-61 {
  max-height: 15.25rem !important; }

.max-h-62 {
  max-height: 15.5rem !important; }

.max-h-63 {
  max-height: 15.75rem !important; }

.max-h-64 {
  max-height: 16rem !important; }

.max-h-65 {
  max-height: 16.25rem !important; }

.max-h-66 {
  max-height: 16.5rem !important; }

.max-h-67 {
  max-height: 16.75rem !important; }

.max-h-68 {
  max-height: 17rem !important; }

.max-h-69 {
  max-height: 17.25rem !important; }

.max-h-70 {
  max-height: 17.5rem !important; }

.max-h-71 {
  max-height: 17.75rem !important; }

.max-h-72 {
  max-height: 18rem !important; }

.max-h-73 {
  max-height: 18.25rem !important; }

.max-h-74 {
  max-height: 18.5rem !important; }

.max-h-75 {
  max-height: 18.75rem !important; }

.max-h-76 {
  max-height: 19rem !important; }

.max-h-77 {
  max-height: 19.25rem !important; }

.max-h-78 {
  max-height: 19.5rem !important; }

.max-h-79 {
  max-height: 19.75rem !important; }

.max-h-80 {
  max-height: 20rem !important; }

.max-h-84 {
  max-height: 21rem !important; }

.max-h-88 {
  max-height: 22rem !important; }

.max-h-92 {
  max-height: 23rem !important; }

.max-h-96 {
  max-height: 24rem !important; }

.max-h-100 {
  max-height: 25rem !important; }

.max-h-104 {
  max-height: 26rem !important; }

.max-h-108 {
  max-height: 27rem !important; }

.max-h-112 {
  max-height: 28rem !important; }

.max-h-116 {
  max-height: 29rem !important; }

.max-h-120 {
  max-height: 30rem !important; }

.max-h-124 {
  max-height: 31rem !important; }

.max-h-128 {
  max-height: 32rem !important; }

.max-h-132 {
  max-height: 33rem !important; }

.max-h-136 {
  max-height: 34rem !important; }

.max-h-140 {
  max-height: 35rem !important; }

.max-h-144 {
  max-height: 36rem !important; }

.max-h-148 {
  max-height: 37rem !important; }

.max-h-152 {
  max-height: 38rem !important; }

.max-h-156 {
  max-height: 39rem !important; }

.max-h-160 {
  max-height: 40rem !important; }

.max-h-164 {
  max-height: 41rem !important; }

.max-h-168 {
  max-height: 42rem !important; }

.max-h-172 {
  max-height: 43rem !important; }

.max-h-176 {
  max-height: 44rem !important; }

.max-h-180 {
  max-height: 45rem !important; }

.max-h-184 {
  max-height: 46rem !important; }

.max-h-188 {
  max-height: 47rem !important; }

.max-h-192 {
  max-height: 48rem !important; }

.max-h-196 {
  max-height: 49rem !important; }

.max-h-200 {
  max-height: 50rem !important; }

.max-h-full {
  max-height: 100% !important; }

.max-h-px {
  max-height: 1px !important; }

.max-h-2px {
  max-height: 2px !important; }

.max-h-1\/2 {
  max-height: 50% !important; }

.max-h-2\/2 {
  max-height: 100% !important; }

.max-h-1\/3 {
  max-height: 33.333333% !important; }

.max-h-2\/3 {
  max-height: 66.666667% !important; }

.max-h-3\/3 {
  max-height: 100% !important; }

.max-h-1\/4 {
  max-height: 25% !important; }

.max-h-2\/4 {
  max-height: 50% !important; }

.max-h-3\/4 {
  max-height: 75% !important; }

.max-h-4\/4 {
  max-height: 100% !important; }

.max-h-1\/5 {
  max-height: 20% !important; }

.max-h-2\/5 {
  max-height: 40% !important; }

.max-h-3\/5 {
  max-height: 60% !important; }

.max-h-4\/5 {
  max-height: 80% !important; }

.max-h-5\/5 {
  max-height: 100% !important; }

.max-h-1\/6 {
  max-height: 16.666667% !important; }

.max-h-2\/6 {
  max-height: 33.333333% !important; }

.max-h-3\/6 {
  max-height: 50% !important; }

.max-h-4\/6 {
  max-height: 66.666667% !important; }

.max-h-5\/6 {
  max-height: 83.333333% !important; }

.max-h-6\/6 {
  max-height: 100% !important; }

.max-h-1\/10 {
  max-height: 10% !important; }

.max-h-2\/10 {
  max-height: 20% !important; }

.max-h-3\/10 {
  max-height: 30% !important; }

.max-h-4\/10 {
  max-height: 40% !important; }

.max-h-5\/10 {
  max-height: 50% !important; }

.max-h-6\/10 {
  max-height: 60% !important; }

.max-h-7\/10 {
  max-height: 70% !important; }

.max-h-8\/10 {
  max-height: 80% !important; }

.max-h-9\/10 {
  max-height: 90% !important; }

.max-h-10\/10 {
  max-height: 100% !important; }

.max-h-1\/12 {
  max-height: 8.333333% !important; }

.max-h-2\/12 {
  max-height: 16.666667% !important; }

.max-h-3\/12 {
  max-height: 25% !important; }

.max-h-4\/12 {
  max-height: 33.333333% !important; }

.max-h-5\/12 {
  max-height: 41.666667% !important; }

.max-h-6\/12 {
  max-height: 50% !important; }

.max-h-7\/12 {
  max-height: 58.333333% !important; }

.max-h-8\/12 {
  max-height: 66.666667% !important; }

.max-h-9\/12 {
  max-height: 75% !important; }

.max-h-10\/12 {
  max-height: 83.333333% !important; }

.max-h-11\/12 {
  max-height: 91.666667% !important; }

.max-h-12\/12 {
  max-height: 100% !important; }

.max-h-xs {
  max-height: 20rem !important; }

.max-h-sm {
  max-height: 24rem !important; }

.max-h-md {
  max-height: 28rem !important; }

.max-h-lg {
  max-height: 32rem !important; }

.max-h-xl {
  max-height: 36rem !important; }

.max-h-2xl {
  max-height: 42rem !important; }

.max-h-3xl {
  max-height: 48rem !important; }

.max-h-4xl {
  max-height: 56rem !important; }

.max-h-5xl {
  max-height: 64rem !important; }

.max-h-6xl {
  max-height: 72rem !important; }

.max-h-7xl {
  max-height: 80rem !important; }

.max-h-screenw {
  max-height: 100vw !important; }

.max-h-screenh {
  max-height: 100vh !important; }

.max-w-0 {
  max-width: 0rem !important; }

.max-w-1 {
  max-width: 0.25rem !important; }

.max-w-2 {
  max-width: 0.5rem !important; }

.max-w-3 {
  max-width: 0.75rem !important; }

.max-w-4 {
  max-width: 1rem !important; }

.max-w-5 {
  max-width: 1.25rem !important; }

.max-w-6 {
  max-width: 1.5rem !important; }

.max-w-7 {
  max-width: 1.75rem !important; }

.max-w-8 {
  max-width: 2rem !important; }

.max-w-9 {
  max-width: 2.25rem !important; }

.max-w-10 {
  max-width: 2.5rem !important; }

.max-w-11 {
  max-width: 2.75rem !important; }

.max-w-12 {
  max-width: 3rem !important; }

.max-w-13 {
  max-width: 3.25rem !important; }

.max-w-14 {
  max-width: 3.5rem !important; }

.max-w-15 {
  max-width: 3.75rem !important; }

.max-w-16 {
  max-width: 4rem !important; }

.max-w-17 {
  max-width: 4.25rem !important; }

.max-w-18 {
  max-width: 4.5rem !important; }

.max-w-19 {
  max-width: 4.75rem !important; }

.max-w-20 {
  max-width: 5rem !important; }

.max-w-21 {
  max-width: 5.25rem !important; }

.max-w-22 {
  max-width: 5.5rem !important; }

.max-w-23 {
  max-width: 5.75rem !important; }

.max-w-24 {
  max-width: 6rem !important; }

.max-w-25 {
  max-width: 6.25rem !important; }

.max-w-26 {
  max-width: 6.5rem !important; }

.max-w-27 {
  max-width: 6.75rem !important; }

.max-w-28 {
  max-width: 7rem !important; }

.max-w-29 {
  max-width: 7.25rem !important; }

.max-w-30 {
  max-width: 7.5rem !important; }

.max-w-31 {
  max-width: 7.75rem !important; }

.max-w-32 {
  max-width: 8rem !important; }

.max-w-33 {
  max-width: 8.25rem !important; }

.max-w-34 {
  max-width: 8.5rem !important; }

.max-w-35 {
  max-width: 8.75rem !important; }

.max-w-36 {
  max-width: 9rem !important; }

.max-w-37 {
  max-width: 9.25rem !important; }

.max-w-38 {
  max-width: 9.5rem !important; }

.max-w-39 {
  max-width: 9.75rem !important; }

.max-w-40 {
  max-width: 10rem !important; }

.max-w-41 {
  max-width: 10.25rem !important; }

.max-w-42 {
  max-width: 10.5rem !important; }

.max-w-43 {
  max-width: 10.75rem !important; }

.max-w-44 {
  max-width: 11rem !important; }

.max-w-45 {
  max-width: 11.25rem !important; }

.max-w-46 {
  max-width: 11.5rem !important; }

.max-w-47 {
  max-width: 11.75rem !important; }

.max-w-48 {
  max-width: 12rem !important; }

.max-w-49 {
  max-width: 12.25rem !important; }

.max-w-50 {
  max-width: 12.5rem !important; }

.max-w-51 {
  max-width: 12.75rem !important; }

.max-w-52 {
  max-width: 13rem !important; }

.max-w-53 {
  max-width: 13.25rem !important; }

.max-w-54 {
  max-width: 13.5rem !important; }

.max-w-55 {
  max-width: 13.75rem !important; }

.max-w-56 {
  max-width: 14rem !important; }

.max-w-57 {
  max-width: 14.25rem !important; }

.max-w-58 {
  max-width: 14.5rem !important; }

.max-w-59 {
  max-width: 14.75rem !important; }

.max-w-60 {
  max-width: 15rem !important; }

.max-w-61 {
  max-width: 15.25rem !important; }

.max-w-62 {
  max-width: 15.5rem !important; }

.max-w-63 {
  max-width: 15.75rem !important; }

.max-w-64 {
  max-width: 16rem !important; }

.max-w-65 {
  max-width: 16.25rem !important; }

.max-w-66 {
  max-width: 16.5rem !important; }

.max-w-67 {
  max-width: 16.75rem !important; }

.max-w-68 {
  max-width: 17rem !important; }

.max-w-69 {
  max-width: 17.25rem !important; }

.max-w-70 {
  max-width: 17.5rem !important; }

.max-w-71 {
  max-width: 17.75rem !important; }

.max-w-72 {
  max-width: 18rem !important; }

.max-w-73 {
  max-width: 18.25rem !important; }

.max-w-74 {
  max-width: 18.5rem !important; }

.max-w-75 {
  max-width: 18.75rem !important; }

.max-w-76 {
  max-width: 19rem !important; }

.max-w-77 {
  max-width: 19.25rem !important; }

.max-w-78 {
  max-width: 19.5rem !important; }

.max-w-79 {
  max-width: 19.75rem !important; }

.max-w-80 {
  max-width: 20rem !important; }

.max-w-84 {
  max-width: 21rem !important; }

.max-w-88 {
  max-width: 22rem !important; }

.max-w-92 {
  max-width: 23rem !important; }

.max-w-96 {
  max-width: 24rem !important; }

.max-w-100 {
  max-width: 25rem !important; }

.max-w-104 {
  max-width: 26rem !important; }

.max-w-108 {
  max-width: 27rem !important; }

.max-w-112 {
  max-width: 28rem !important; }

.max-w-116 {
  max-width: 29rem !important; }

.max-w-120 {
  max-width: 30rem !important; }

.max-w-124 {
  max-width: 31rem !important; }

.max-w-128 {
  max-width: 32rem !important; }

.max-w-132 {
  max-width: 33rem !important; }

.max-w-136 {
  max-width: 34rem !important; }

.max-w-140 {
  max-width: 35rem !important; }

.max-w-144 {
  max-width: 36rem !important; }

.max-w-148 {
  max-width: 37rem !important; }

.max-w-152 {
  max-width: 38rem !important; }

.max-w-156 {
  max-width: 39rem !important; }

.max-w-160 {
  max-width: 40rem !important; }

.max-w-164 {
  max-width: 41rem !important; }

.max-w-168 {
  max-width: 42rem !important; }

.max-w-172 {
  max-width: 43rem !important; }

.max-w-176 {
  max-width: 44rem !important; }

.max-w-180 {
  max-width: 45rem !important; }

.max-w-184 {
  max-width: 46rem !important; }

.max-w-188 {
  max-width: 47rem !important; }

.max-w-192 {
  max-width: 48rem !important; }

.max-w-196 {
  max-width: 49rem !important; }

.max-w-200 {
  max-width: 50rem !important; }

.max-w-px {
  max-width: 1px !important; }

.max-w-2px {
  max-width: 2px !important; }

.max-w-1\/2 {
  max-width: 50% !important; }

.max-w-2\/2 {
  max-width: 100% !important; }

.max-w-1\/3 {
  max-width: 33.333333% !important; }

.max-w-2\/3 {
  max-width: 66.666667% !important; }

.max-w-3\/3 {
  max-width: 100% !important; }

.max-w-1\/4 {
  max-width: 25% !important; }

.max-w-2\/4 {
  max-width: 50% !important; }

.max-w-3\/4 {
  max-width: 75% !important; }

.max-w-4\/4 {
  max-width: 100% !important; }

.max-w-1\/5 {
  max-width: 20% !important; }

.max-w-2\/5 {
  max-width: 40% !important; }

.max-w-3\/5 {
  max-width: 60% !important; }

.max-w-4\/5 {
  max-width: 80% !important; }

.max-w-5\/5 {
  max-width: 100% !important; }

.max-w-1\/6 {
  max-width: 16.666667% !important; }

.max-w-2\/6 {
  max-width: 33.333333% !important; }

.max-w-3\/6 {
  max-width: 50% !important; }

.max-w-4\/6 {
  max-width: 66.666667% !important; }

.max-w-5\/6 {
  max-width: 83.333333% !important; }

.max-w-6\/6 {
  max-width: 100% !important; }

.max-w-1\/10 {
  max-width: 10% !important; }

.max-w-2\/10 {
  max-width: 20% !important; }

.max-w-3\/10 {
  max-width: 30% !important; }

.max-w-4\/10 {
  max-width: 40% !important; }

.max-w-5\/10 {
  max-width: 50% !important; }

.max-w-6\/10 {
  max-width: 60% !important; }

.max-w-7\/10 {
  max-width: 70% !important; }

.max-w-8\/10 {
  max-width: 80% !important; }

.max-w-9\/10 {
  max-width: 90% !important; }

.max-w-10\/10 {
  max-width: 100% !important; }

.max-w-1\/12 {
  max-width: 8.333333% !important; }

.max-w-2\/12 {
  max-width: 16.666667% !important; }

.max-w-3\/12 {
  max-width: 25% !important; }

.max-w-4\/12 {
  max-width: 33.333333% !important; }

.max-w-5\/12 {
  max-width: 41.666667% !important; }

.max-w-6\/12 {
  max-width: 50% !important; }

.max-w-7\/12 {
  max-width: 58.333333% !important; }

.max-w-8\/12 {
  max-width: 66.666667% !important; }

.max-w-9\/12 {
  max-width: 75% !important; }

.max-w-10\/12 {
  max-width: 83.333333% !important; }

.max-w-11\/12 {
  max-width: 91.666667% !important; }

.max-w-12\/12 {
  max-width: 100% !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-7xl {
  max-width: 80rem !important; }

.max-w-full {
  max-width: 100% !important; }

.max-w-screenw {
  max-width: 100vw !important; }

.max-w-screenh {
  max-width: 100vh !important; }

.min-h-0 {
  min-height: 0rem !important; }

.min-h-1 {
  min-height: 0.25rem !important; }

.min-h-2 {
  min-height: 0.5rem !important; }

.min-h-3 {
  min-height: 0.75rem !important; }

.min-h-4 {
  min-height: 1rem !important; }

.min-h-5 {
  min-height: 1.25rem !important; }

.min-h-6 {
  min-height: 1.5rem !important; }

.min-h-7 {
  min-height: 1.75rem !important; }

.min-h-8 {
  min-height: 2rem !important; }

.min-h-9 {
  min-height: 2.25rem !important; }

.min-h-10 {
  min-height: 2.5rem !important; }

.min-h-11 {
  min-height: 2.75rem !important; }

.min-h-12 {
  min-height: 3rem !important; }

.min-h-13 {
  min-height: 3.25rem !important; }

.min-h-14 {
  min-height: 3.5rem !important; }

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

.min-h-16 {
  min-height: 4rem !important; }

.min-h-17 {
  min-height: 4.25rem !important; }

.min-h-18 {
  min-height: 4.5rem !important; }

.min-h-19 {
  min-height: 4.75rem !important; }

.min-h-20 {
  min-height: 5rem !important; }

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

.min-h-22 {
  min-height: 5.5rem !important; }

.min-h-23 {
  min-height: 5.75rem !important; }

.min-h-24 {
  min-height: 6rem !important; }

.min-h-25 {
  min-height: 6.25rem !important; }

.min-h-26 {
  min-height: 6.5rem !important; }

.min-h-27 {
  min-height: 6.75rem !important; }

.min-h-28 {
  min-height: 7rem !important; }

.min-h-29 {
  min-height: 7.25rem !important; }

.min-h-30 {
  min-height: 7.5rem !important; }

.min-h-31 {
  min-height: 7.75rem !important; }

.min-h-32 {
  min-height: 8rem !important; }

.min-h-33 {
  min-height: 8.25rem !important; }

.min-h-34 {
  min-height: 8.5rem !important; }

.min-h-35 {
  min-height: 8.75rem !important; }

.min-h-36 {
  min-height: 9rem !important; }

.min-h-37 {
  min-height: 9.25rem !important; }

.min-h-38 {
  min-height: 9.5rem !important; }

.min-h-39 {
  min-height: 9.75rem !important; }

.min-h-40 {
  min-height: 10rem !important; }

.min-h-41 {
  min-height: 10.25rem !important; }

.min-h-42 {
  min-height: 10.5rem !important; }

.min-h-43 {
  min-height: 10.75rem !important; }

.min-h-44 {
  min-height: 11rem !important; }

.min-h-45 {
  min-height: 11.25rem !important; }

.min-h-46 {
  min-height: 11.5rem !important; }

.min-h-47 {
  min-height: 11.75rem !important; }

.min-h-48 {
  min-height: 12rem !important; }

.min-h-49 {
  min-height: 12.25rem !important; }

.min-h-50 {
  min-height: 12.5rem !important; }

.min-h-51 {
  min-height: 12.75rem !important; }

.min-h-52 {
  min-height: 13rem !important; }

.min-h-53 {
  min-height: 13.25rem !important; }

.min-h-54 {
  min-height: 13.5rem !important; }

.min-h-55 {
  min-height: 13.75rem !important; }

.min-h-56 {
  min-height: 14rem !important; }

.min-h-57 {
  min-height: 14.25rem !important; }

.min-h-58 {
  min-height: 14.5rem !important; }

.min-h-59 {
  min-height: 14.75rem !important; }

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

.min-h-61 {
  min-height: 15.25rem !important; }

.min-h-62 {
  min-height: 15.5rem !important; }

.min-h-63 {
  min-height: 15.75rem !important; }

.min-h-64 {
  min-height: 16rem !important; }

.min-h-65 {
  min-height: 16.25rem !important; }

.min-h-66 {
  min-height: 16.5rem !important; }

.min-h-67 {
  min-height: 16.75rem !important; }

.min-h-68 {
  min-height: 17rem !important; }

.min-h-69 {
  min-height: 17.25rem !important; }

.min-h-70 {
  min-height: 17.5rem !important; }

.min-h-71 {
  min-height: 17.75rem !important; }

.min-h-72 {
  min-height: 18rem !important; }

.min-h-73 {
  min-height: 18.25rem !important; }

.min-h-74 {
  min-height: 18.5rem !important; }

.min-h-75 {
  min-height: 18.75rem !important; }

.min-h-76 {
  min-height: 19rem !important; }

.min-h-77 {
  min-height: 19.25rem !important; }

.min-h-78 {
  min-height: 19.5rem !important; }

.min-h-79 {
  min-height: 19.75rem !important; }

.min-h-80 {
  min-height: 20rem !important; }

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

.min-h-88 {
  min-height: 22rem !important; }

.min-h-92 {
  min-height: 23rem !important; }

.min-h-96 {
  min-height: 24rem !important; }

.min-h-100 {
  min-height: 25rem !important; }

.min-h-104 {
  min-height: 26rem !important; }

.min-h-108 {
  min-height: 27rem !important; }

.min-h-112 {
  min-height: 28rem !important; }

.min-h-116 {
  min-height: 29rem !important; }

.min-h-120 {
  min-height: 30rem !important; }

.min-h-124 {
  min-height: 31rem !important; }

.min-h-128 {
  min-height: 32rem !important; }

.min-h-132 {
  min-height: 33rem !important; }

.min-h-136 {
  min-height: 34rem !important; }

.min-h-140 {
  min-height: 35rem !important; }

.min-h-144 {
  min-height: 36rem !important; }

.min-h-148 {
  min-height: 37rem !important; }

.min-h-152 {
  min-height: 38rem !important; }

.min-h-156 {
  min-height: 39rem !important; }

.min-h-160 {
  min-height: 40rem !important; }

.min-h-164 {
  min-height: 41rem !important; }

.min-h-168 {
  min-height: 42rem !important; }

.min-h-172 {
  min-height: 43rem !important; }

.min-h-176 {
  min-height: 44rem !important; }

.min-h-180 {
  min-height: 45rem !important; }

.min-h-184 {
  min-height: 46rem !important; }

.min-h-188 {
  min-height: 47rem !important; }

.min-h-192 {
  min-height: 48rem !important; }

.min-h-196 {
  min-height: 49rem !important; }

.min-h-200 {
  min-height: 50rem !important; }

.min-h-px {
  min-height: 1px !important; }

.min-h-2px {
  min-height: 2px !important; }

.min-h-1\/2 {
  min-height: 50% !important; }

.min-h-2\/2 {
  min-height: 100% !important; }

.min-h-1\/3 {
  min-height: 33.333333% !important; }

.min-h-2\/3 {
  min-height: 66.666667% !important; }

.min-h-3\/3 {
  min-height: 100% !important; }

.min-h-1\/4 {
  min-height: 25% !important; }

.min-h-2\/4 {
  min-height: 50% !important; }

.min-h-3\/4 {
  min-height: 75% !important; }

.min-h-4\/4 {
  min-height: 100% !important; }

.min-h-1\/5 {
  min-height: 20% !important; }

.min-h-2\/5 {
  min-height: 40% !important; }

.min-h-3\/5 {
  min-height: 60% !important; }

.min-h-4\/5 {
  min-height: 80% !important; }

.min-h-5\/5 {
  min-height: 100% !important; }

.min-h-1\/6 {
  min-height: 16.666667% !important; }

.min-h-2\/6 {
  min-height: 33.333333% !important; }

.min-h-3\/6 {
  min-height: 50% !important; }

.min-h-4\/6 {
  min-height: 66.666667% !important; }

.min-h-5\/6 {
  min-height: 83.333333% !important; }

.min-h-6\/6 {
  min-height: 100% !important; }

.min-h-1\/10 {
  min-height: 10% !important; }

.min-h-2\/10 {
  min-height: 20% !important; }

.min-h-3\/10 {
  min-height: 30% !important; }

.min-h-4\/10 {
  min-height: 40% !important; }

.min-h-5\/10 {
  min-height: 50% !important; }

.min-h-6\/10 {
  min-height: 60% !important; }

.min-h-7\/10 {
  min-height: 70% !important; }

.min-h-8\/10 {
  min-height: 80% !important; }

.min-h-9\/10 {
  min-height: 90% !important; }

.min-h-10\/10 {
  min-height: 100% !important; }

.min-h-1\/12 {
  min-height: 8.333333% !important; }

.min-h-2\/12 {
  min-height: 16.666667% !important; }

.min-h-3\/12 {
  min-height: 25% !important; }

.min-h-4\/12 {
  min-height: 33.333333% !important; }

.min-h-5\/12 {
  min-height: 41.666667% !important; }

.min-h-6\/12 {
  min-height: 50% !important; }

.min-h-7\/12 {
  min-height: 58.333333% !important; }

.min-h-8\/12 {
  min-height: 66.666667% !important; }

.min-h-9\/12 {
  min-height: 75% !important; }

.min-h-10\/12 {
  min-height: 83.333333% !important; }

.min-h-11\/12 {
  min-height: 91.666667% !important; }

.min-h-12\/12 {
  min-height: 100% !important; }

.min-h-xs {
  min-height: 20rem !important; }

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

.min-h-md {
  min-height: 28rem !important; }

.min-h-lg {
  min-height: 32rem !important; }

.min-h-xl {
  min-height: 36rem !important; }

.min-h-2xl {
  min-height: 42rem !important; }

.min-h-3xl {
  min-height: 48rem !important; }

.min-h-4xl {
  min-height: 56rem !important; }

.min-h-5xl {
  min-height: 64rem !important; }

.min-h-6xl {
  min-height: 72rem !important; }

.min-h-7xl {
  min-height: 80rem !important; }

.min-h-full {
  min-height: 100% !important; }

.min-h-screenw {
  min-height: 100vw !important; }

.min-h-screenh {
  min-height: 100vh !important; }

.min-w-0 {
  min-width: 0rem !important; }

.min-w-1 {
  min-width: 0.25rem !important; }

.min-w-2 {
  min-width: 0.5rem !important; }

.min-w-3 {
  min-width: 0.75rem !important; }

.min-w-4 {
  min-width: 1rem !important; }

.min-w-5 {
  min-width: 1.25rem !important; }

.min-w-6 {
  min-width: 1.5rem !important; }

.min-w-7 {
  min-width: 1.75rem !important; }

.min-w-8 {
  min-width: 2rem !important; }

.min-w-9 {
  min-width: 2.25rem !important; }

.min-w-10 {
  min-width: 2.5rem !important; }

.min-w-11 {
  min-width: 2.75rem !important; }

.min-w-12 {
  min-width: 3rem !important; }

.min-w-13 {
  min-width: 3.25rem !important; }

.min-w-14 {
  min-width: 3.5rem !important; }

.min-w-15 {
  min-width: 3.75rem !important; }

.min-w-16 {
  min-width: 4rem !important; }

.min-w-17 {
  min-width: 4.25rem !important; }

.min-w-18 {
  min-width: 4.5rem !important; }

.min-w-19 {
  min-width: 4.75rem !important; }

.min-w-20 {
  min-width: 5rem !important; }

.min-w-21 {
  min-width: 5.25rem !important; }

.min-w-22 {
  min-width: 5.5rem !important; }

.min-w-23 {
  min-width: 5.75rem !important; }

.min-w-24 {
  min-width: 6rem !important; }

.min-w-25 {
  min-width: 6.25rem !important; }

.min-w-26 {
  min-width: 6.5rem !important; }

.min-w-27 {
  min-width: 6.75rem !important; }

.min-w-28 {
  min-width: 7rem !important; }

.min-w-29 {
  min-width: 7.25rem !important; }

.min-w-30 {
  min-width: 7.5rem !important; }

.min-w-31 {
  min-width: 7.75rem !important; }

.min-w-32 {
  min-width: 8rem !important; }

.min-w-33 {
  min-width: 8.25rem !important; }

.min-w-34 {
  min-width: 8.5rem !important; }

.min-w-35 {
  min-width: 8.75rem !important; }

.min-w-36 {
  min-width: 9rem !important; }

.min-w-37 {
  min-width: 9.25rem !important; }

.min-w-38 {
  min-width: 9.5rem !important; }

.min-w-39 {
  min-width: 9.75rem !important; }

.min-w-40 {
  min-width: 10rem !important; }

.min-w-41 {
  min-width: 10.25rem !important; }

.min-w-42 {
  min-width: 10.5rem !important; }

.min-w-43 {
  min-width: 10.75rem !important; }

.min-w-44 {
  min-width: 11rem !important; }

.min-w-45 {
  min-width: 11.25rem !important; }

.min-w-46 {
  min-width: 11.5rem !important; }

.min-w-47 {
  min-width: 11.75rem !important; }

.min-w-48 {
  min-width: 12rem !important; }

.min-w-49 {
  min-width: 12.25rem !important; }

.min-w-50 {
  min-width: 12.5rem !important; }

.min-w-51 {
  min-width: 12.75rem !important; }

.min-w-52 {
  min-width: 13rem !important; }

.min-w-53 {
  min-width: 13.25rem !important; }

.min-w-54 {
  min-width: 13.5rem !important; }

.min-w-55 {
  min-width: 13.75rem !important; }

.min-w-56 {
  min-width: 14rem !important; }

.min-w-57 {
  min-width: 14.25rem !important; }

.min-w-58 {
  min-width: 14.5rem !important; }

.min-w-59 {
  min-width: 14.75rem !important; }

.min-w-60 {
  min-width: 15rem !important; }

.min-w-61 {
  min-width: 15.25rem !important; }

.min-w-62 {
  min-width: 15.5rem !important; }

.min-w-63 {
  min-width: 15.75rem !important; }

.min-w-64 {
  min-width: 16rem !important; }

.min-w-65 {
  min-width: 16.25rem !important; }

.min-w-66 {
  min-width: 16.5rem !important; }

.min-w-67 {
  min-width: 16.75rem !important; }

.min-w-68 {
  min-width: 17rem !important; }

.min-w-69 {
  min-width: 17.25rem !important; }

.min-w-70 {
  min-width: 17.5rem !important; }

.min-w-71 {
  min-width: 17.75rem !important; }

.min-w-72 {
  min-width: 18rem !important; }

.min-w-73 {
  min-width: 18.25rem !important; }

.min-w-74 {
  min-width: 18.5rem !important; }

.min-w-75 {
  min-width: 18.75rem !important; }

.min-w-76 {
  min-width: 19rem !important; }

.min-w-77 {
  min-width: 19.25rem !important; }

.min-w-78 {
  min-width: 19.5rem !important; }

.min-w-79 {
  min-width: 19.75rem !important; }

.min-w-80 {
  min-width: 20rem !important; }

.min-w-84 {
  min-width: 21rem !important; }

.min-w-88 {
  min-width: 22rem !important; }

.min-w-92 {
  min-width: 23rem !important; }

.min-w-96 {
  min-width: 24rem !important; }

.min-w-100 {
  min-width: 25rem !important; }

.min-w-104 {
  min-width: 26rem !important; }

.min-w-108 {
  min-width: 27rem !important; }

.min-w-112 {
  min-width: 28rem !important; }

.min-w-116 {
  min-width: 29rem !important; }

.min-w-120 {
  min-width: 30rem !important; }

.min-w-124 {
  min-width: 31rem !important; }

.min-w-128 {
  min-width: 32rem !important; }

.min-w-132 {
  min-width: 33rem !important; }

.min-w-136 {
  min-width: 34rem !important; }

.min-w-140 {
  min-width: 35rem !important; }

.min-w-144 {
  min-width: 36rem !important; }

.min-w-148 {
  min-width: 37rem !important; }

.min-w-152 {
  min-width: 38rem !important; }

.min-w-156 {
  min-width: 39rem !important; }

.min-w-160 {
  min-width: 40rem !important; }

.min-w-164 {
  min-width: 41rem !important; }

.min-w-168 {
  min-width: 42rem !important; }

.min-w-172 {
  min-width: 43rem !important; }

.min-w-176 {
  min-width: 44rem !important; }

.min-w-180 {
  min-width: 45rem !important; }

.min-w-184 {
  min-width: 46rem !important; }

.min-w-188 {
  min-width: 47rem !important; }

.min-w-192 {
  min-width: 48rem !important; }

.min-w-196 {
  min-width: 49rem !important; }

.min-w-200 {
  min-width: 50rem !important; }

.min-w-px {
  min-width: 1px !important; }

.min-w-2px {
  min-width: 2px !important; }

.min-w-1\/2 {
  min-width: 50% !important; }

.min-w-2\/2 {
  min-width: 100% !important; }

.min-w-1\/3 {
  min-width: 33.333333% !important; }

.min-w-2\/3 {
  min-width: 66.666667% !important; }

.min-w-3\/3 {
  min-width: 100% !important; }

.min-w-1\/4 {
  min-width: 25% !important; }

.min-w-2\/4 {
  min-width: 50% !important; }

.min-w-3\/4 {
  min-width: 75% !important; }

.min-w-4\/4 {
  min-width: 100% !important; }

.min-w-1\/5 {
  min-width: 20% !important; }

.min-w-2\/5 {
  min-width: 40% !important; }

.min-w-3\/5 {
  min-width: 60% !important; }

.min-w-4\/5 {
  min-width: 80% !important; }

.min-w-5\/5 {
  min-width: 100% !important; }

.min-w-1\/6 {
  min-width: 16.666667% !important; }

.min-w-2\/6 {
  min-width: 33.333333% !important; }

.min-w-3\/6 {
  min-width: 50% !important; }

.min-w-4\/6 {
  min-width: 66.666667% !important; }

.min-w-5\/6 {
  min-width: 83.333333% !important; }

.min-w-6\/6 {
  min-width: 100% !important; }

.min-w-1\/10 {
  min-width: 10% !important; }

.min-w-2\/10 {
  min-width: 20% !important; }

.min-w-3\/10 {
  min-width: 30% !important; }

.min-w-4\/10 {
  min-width: 40% !important; }

.min-w-5\/10 {
  min-width: 50% !important; }

.min-w-6\/10 {
  min-width: 60% !important; }

.min-w-7\/10 {
  min-width: 70% !important; }

.min-w-8\/10 {
  min-width: 80% !important; }

.min-w-9\/10 {
  min-width: 90% !important; }

.min-w-10\/10 {
  min-width: 100% !important; }

.min-w-1\/12 {
  min-width: 8.333333% !important; }

.min-w-2\/12 {
  min-width: 16.666667% !important; }

.min-w-3\/12 {
  min-width: 25% !important; }

.min-w-4\/12 {
  min-width: 33.333333% !important; }

.min-w-5\/12 {
  min-width: 41.666667% !important; }

.min-w-6\/12 {
  min-width: 50% !important; }

.min-w-7\/12 {
  min-width: 58.333333% !important; }

.min-w-8\/12 {
  min-width: 66.666667% !important; }

.min-w-9\/12 {
  min-width: 75% !important; }

.min-w-10\/12 {
  min-width: 83.333333% !important; }

.min-w-11\/12 {
  min-width: 91.666667% !important; }

.min-w-12\/12 {
  min-width: 100% !important; }

.min-w-xs {
  min-width: 20rem !important; }

.min-w-sm {
  min-width: 24rem !important; }

.min-w-md {
  min-width: 28rem !important; }

.min-w-lg {
  min-width: 32rem !important; }

.min-w-xl {
  min-width: 36rem !important; }

.min-w-2xl {
  min-width: 42rem !important; }

.min-w-3xl {
  min-width: 48rem !important; }

.min-w-4xl {
  min-width: 56rem !important; }

.min-w-5xl {
  min-width: 64rem !important; }

.min-w-6xl {
  min-width: 72rem !important; }

.min-w-7xl {
  min-width: 80rem !important; }

.min-w-full {
  min-width: 100% !important; }

.min-w-screenw {
  min-width: 100vw !important; }

.min-w-screenh {
  min-width: 100vh !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-5 {
  opacity: 0.05 !important; }

.opacity-10 {
  opacity: 0.1 !important; }

.opacity-15 {
  opacity: 0.15 !important; }

.opacity-20 {
  opacity: 0.2 !important; }

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

.opacity-30 {
  opacity: 0.3 !important; }

.opacity-35 {
  opacity: 0.35 !important; }

.opacity-40 {
  opacity: 0.4 !important; }

.opacity-45 {
  opacity: 0.45 !important; }

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

.opacity-55 {
  opacity: 0.55 !important; }

.opacity-60 {
  opacity: 0.6 !important; }

.opacity-65 {
  opacity: 0.65 !important; }

.opacity-70 {
  opacity: 0.7 !important; }

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

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

.opacity-85 {
  opacity: 0.85 !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.opacity-95 {
  opacity: 0.95 !important; }

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

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

.hover\:opacity-5:hover {
  opacity: 0.05 !important; }

.hover\:opacity-10:hover {
  opacity: 0.1 !important; }

.hover\:opacity-15:hover {
  opacity: 0.15 !important; }

.hover\:opacity-20:hover {
  opacity: 0.2 !important; }

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

.hover\:opacity-30:hover {
  opacity: 0.3 !important; }

.hover\:opacity-35:hover {
  opacity: 0.35 !important; }

.hover\:opacity-40:hover {
  opacity: 0.4 !important; }

.hover\:opacity-45:hover {
  opacity: 0.45 !important; }

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

.hover\:opacity-55:hover {
  opacity: 0.55 !important; }

.hover\:opacity-60:hover {
  opacity: 0.6 !important; }

.hover\:opacity-65:hover {
  opacity: 0.65 !important; }

.hover\:opacity-70:hover {
  opacity: 0.7 !important; }

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

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

.hover\:opacity-85:hover {
  opacity: 0.85 !important; }

.hover\:opacity-90:hover {
  opacity: 0.9 !important; }

.hover\:opacity-95:hover {
  opacity: 0.95 !important; }

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

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

.focus\:opacity-5:focus {
  opacity: 0.05 !important; }

.focus\:opacity-10:focus {
  opacity: 0.1 !important; }

.focus\:opacity-15:focus {
  opacity: 0.15 !important; }

.focus\:opacity-20:focus {
  opacity: 0.2 !important; }

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

.focus\:opacity-30:focus {
  opacity: 0.3 !important; }

.focus\:opacity-35:focus {
  opacity: 0.35 !important; }

.focus\:opacity-40:focus {
  opacity: 0.4 !important; }

.focus\:opacity-45:focus {
  opacity: 0.45 !important; }

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

.focus\:opacity-55:focus {
  opacity: 0.55 !important; }

.focus\:opacity-60:focus {
  opacity: 0.6 !important; }

.focus\:opacity-65:focus {
  opacity: 0.65 !important; }

.focus\:opacity-70:focus {
  opacity: 0.7 !important; }

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

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

.focus\:opacity-85:focus {
  opacity: 0.85 !important; }

.focus\:opacity-90:focus {
  opacity: 0.9 !important; }

.focus\:opacity-95:focus {
  opacity: 0.95 !important; }

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

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

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05 !important; }

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1 !important; }

.group:hover .group-hover\:opacity-15 {
  opacity: 0.15 !important; }

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2 !important; }

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

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important; }

.group:hover .group-hover\:opacity-35 {
  opacity: 0.35 !important; }

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important; }

.group:hover .group-hover\:opacity-45 {
  opacity: 0.45 !important; }

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

.group:hover .group-hover\:opacity-55 {
  opacity: 0.55 !important; }

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6 !important; }

.group:hover .group-hover\:opacity-65 {
  opacity: 0.65 !important; }

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7 !important; }

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

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

.group:hover .group-hover\:opacity-85 {
  opacity: 0.85 !important; }

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9 !important; }

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95 !important; }

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

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important; }

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important; }

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important; }

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important; }

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important; }

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important; }

.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 {
  -ms-scroll-chaining: chained !important;
  overscroll-behavior: auto !important; }

.overscroll-contain {
  -ms-scroll-chaining: none !important;
  overscroll-behavior: contain !important; }

.overscroll-none {
  -ms-scroll-chaining: none !important;
  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: 0rem !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-7 {
  padding: 1.75rem !important; }

.p-8 {
  padding: 2rem !important; }

.p-9 {
  padding: 2.25rem !important; }

.p-10 {
  padding: 2.5rem !important; }

.p-11 {
  padding: 2.75rem !important; }

.p-12 {
  padding: 3rem !important; }

.p-13 {
  padding: 3.25rem !important; }

.p-14 {
  padding: 3.5rem !important; }

.p-15 {
  padding: 3.75rem !important; }

.p-16 {
  padding: 4rem !important; }

.p-17 {
  padding: 4.25rem !important; }

.p-18 {
  padding: 4.5rem !important; }

.p-19 {
  padding: 4.75rem !important; }

.p-20 {
  padding: 5rem !important; }

.p-21 {
  padding: 5.25rem !important; }

.p-22 {
  padding: 5.5rem !important; }

.p-23 {
  padding: 5.75rem !important; }

.p-24 {
  padding: 6rem !important; }

.p-25 {
  padding: 6.25rem !important; }

.p-26 {
  padding: 6.5rem !important; }

.p-27 {
  padding: 6.75rem !important; }

.p-28 {
  padding: 7rem !important; }

.p-29 {
  padding: 7.25rem !important; }

.p-30 {
  padding: 7.5rem !important; }

.p-31 {
  padding: 7.75rem !important; }

.p-32 {
  padding: 8rem !important; }

.p-33 {
  padding: 8.25rem !important; }

.p-34 {
  padding: 8.5rem !important; }

.p-35 {
  padding: 8.75rem !important; }

.p-36 {
  padding: 9rem !important; }

.p-37 {
  padding: 9.25rem !important; }

.p-38 {
  padding: 9.5rem !important; }

.p-39 {
  padding: 9.75rem !important; }

.p-40 {
  padding: 10rem !important; }

.p-41 {
  padding: 10.25rem !important; }

.p-42 {
  padding: 10.5rem !important; }

.p-43 {
  padding: 10.75rem !important; }

.p-44 {
  padding: 11rem !important; }

.p-45 {
  padding: 11.25rem !important; }

.p-46 {
  padding: 11.5rem !important; }

.p-47 {
  padding: 11.75rem !important; }

.p-48 {
  padding: 12rem !important; }

.p-49 {
  padding: 12.25rem !important; }

.p-50 {
  padding: 12.5rem !important; }

.p-51 {
  padding: 12.75rem !important; }

.p-52 {
  padding: 13rem !important; }

.p-53 {
  padding: 13.25rem !important; }

.p-54 {
  padding: 13.5rem !important; }

.p-55 {
  padding: 13.75rem !important; }

.p-56 {
  padding: 14rem !important; }

.p-57 {
  padding: 14.25rem !important; }

.p-58 {
  padding: 14.5rem !important; }

.p-59 {
  padding: 14.75rem !important; }

.p-60 {
  padding: 15rem !important; }

.p-61 {
  padding: 15.25rem !important; }

.p-62 {
  padding: 15.5rem !important; }

.p-63 {
  padding: 15.75rem !important; }

.p-64 {
  padding: 16rem !important; }

.p-65 {
  padding: 16.25rem !important; }

.p-66 {
  padding: 16.5rem !important; }

.p-67 {
  padding: 16.75rem !important; }

.p-68 {
  padding: 17rem !important; }

.p-69 {
  padding: 17.25rem !important; }

.p-70 {
  padding: 17.5rem !important; }

.p-71 {
  padding: 17.75rem !important; }

.p-72 {
  padding: 18rem !important; }

.p-73 {
  padding: 18.25rem !important; }

.p-74 {
  padding: 18.5rem !important; }

.p-75 {
  padding: 18.75rem !important; }

.p-76 {
  padding: 19rem !important; }

.p-77 {
  padding: 19.25rem !important; }

.p-78 {
  padding: 19.5rem !important; }

.p-79 {
  padding: 19.75rem !important; }

.p-80 {
  padding: 20rem !important; }

.p-84 {
  padding: 21rem !important; }

.p-88 {
  padding: 22rem !important; }

.p-92 {
  padding: 23rem !important; }

.p-96 {
  padding: 24rem !important; }

.p-100 {
  padding: 25rem !important; }

.p-104 {
  padding: 26rem !important; }

.p-108 {
  padding: 27rem !important; }

.p-112 {
  padding: 28rem !important; }

.p-116 {
  padding: 29rem !important; }

.p-120 {
  padding: 30rem !important; }

.p-124 {
  padding: 31rem !important; }

.p-128 {
  padding: 32rem !important; }

.p-132 {
  padding: 33rem !important; }

.p-136 {
  padding: 34rem !important; }

.p-140 {
  padding: 35rem !important; }

.p-144 {
  padding: 36rem !important; }

.p-148 {
  padding: 37rem !important; }

.p-152 {
  padding: 38rem !important; }

.p-156 {
  padding: 39rem !important; }

.p-160 {
  padding: 40rem !important; }

.p-164 {
  padding: 41rem !important; }

.p-168 {
  padding: 42rem !important; }

.p-172 {
  padding: 43rem !important; }

.p-176 {
  padding: 44rem !important; }

.p-180 {
  padding: 45rem !important; }

.p-184 {
  padding: 46rem !important; }

.p-188 {
  padding: 47rem !important; }

.p-192 {
  padding: 48rem !important; }

.p-196 {
  padding: 49rem !important; }

.p-200 {
  padding: 50rem !important; }

.p-px {
  padding: 1px !important; }

.p-2px {
  padding: 2px !important; }

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

.p-2\/2 {
  padding: 100% !important; }

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

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

.p-3\/3 {
  padding: 100% !important; }

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

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

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

.p-4\/4 {
  padding: 100% !important; }

.p-1\/5 {
  padding: 20% !important; }

.p-2\/5 {
  padding: 40% !important; }

.p-3\/5 {
  padding: 60% !important; }

.p-4\/5 {
  padding: 80% !important; }

.p-5\/5 {
  padding: 100% !important; }

.p-1\/6 {
  padding: 16.666667% !important; }

.p-2\/6 {
  padding: 33.333333% !important; }

.p-3\/6 {
  padding: 50% !important; }

.p-4\/6 {
  padding: 66.666667% !important; }

.p-5\/6 {
  padding: 83.333333% !important; }

.p-6\/6 {
  padding: 100% !important; }

.p-1\/10 {
  padding: 10% !important; }

.p-2\/10 {
  padding: 20% !important; }

.p-3\/10 {
  padding: 30% !important; }

.p-4\/10 {
  padding: 40% !important; }

.p-5\/10 {
  padding: 50% !important; }

.p-6\/10 {
  padding: 60% !important; }

.p-7\/10 {
  padding: 70% !important; }

.p-8\/10 {
  padding: 80% !important; }

.p-9\/10 {
  padding: 90% !important; }

.p-10\/10 {
  padding: 100% !important; }

.p-1\/12 {
  padding: 8.333333% !important; }

.p-2\/12 {
  padding: 16.666667% !important; }

.p-3\/12 {
  padding: 25% !important; }

.p-4\/12 {
  padding: 33.333333% !important; }

.p-5\/12 {
  padding: 41.666667% !important; }

.p-6\/12 {
  padding: 50% !important; }

.p-7\/12 {
  padding: 58.333333% !important; }

.p-8\/12 {
  padding: 66.666667% !important; }

.p-9\/12 {
  padding: 75% !important; }

.p-10\/12 {
  padding: 83.333333% !important; }

.p-11\/12 {
  padding: 91.666667% !important; }

.p-12\/12 {
  padding: 100% !important; }

.p-xs {
  padding: 20rem !important; }

.p-sm {
  padding: 24rem !important; }

.p-md {
  padding: 28rem !important; }

.p-lg {
  padding: 32rem !important; }

.p-xl {
  padding: 36rem !important; }

.p-2xl {
  padding: 42rem !important; }

.p-3xl {
  padding: 48rem !important; }

.p-4xl {
  padding: 56rem !important; }

.p-5xl {
  padding: 64rem !important; }

.p-6xl {
  padding: 72rem !important; }

.p-7xl {
  padding: 80rem !important; }

.p-full {
  padding: 100% !important; }

.p-screenw {
  padding: 100vw !important; }

.p-screenh {
  padding: 100vh !important; }

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !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-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important; }

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !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-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important; }

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important; }

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important; }

.px-13 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !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-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

.px-15 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important; }

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important; }

.px-17 {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important; }

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important; }

.px-19 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important; }

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.py-21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important; }

.px-21 {
  padding-left: 5.25rem !important;
  padding-right: 5.25rem !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-23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important; }

.px-23 {
  padding-left: 5.75rem !important;
  padding-right: 5.75rem !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-26 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important; }

.px-26 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important; }

.py-27 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important; }

.px-27 {
  padding-left: 6.75rem !important;
  padding-right: 6.75rem !important; }

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }

.py-29 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important; }

.px-29 {
  padding-left: 7.25rem !important;
  padding-right: 7.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-31 {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important; }

.px-31 {
  padding-left: 7.75rem !important;
  padding-right: 7.75rem !important; }

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important; }

.py-33 {
  padding-top: 8.25rem !important;
  padding-bottom: 8.25rem !important; }

.px-33 {
  padding-left: 8.25rem !important;
  padding-right: 8.25rem !important; }

.py-34 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important; }

.px-34 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important; }

.py-35 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important; }

.px-35 {
  padding-left: 8.75rem !important;
  padding-right: 8.75rem !important; }

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }

.py-37 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important; }

.px-37 {
  padding-left: 9.25rem !important;
  padding-right: 9.25rem !important; }

.py-38 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important; }

.px-38 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important; }

.py-39 {
  padding-top: 9.75rem !important;
  padding-bottom: 9.75rem !important; }

.px-39 {
  padding-left: 9.75rem !important;
  padding-right: 9.75rem !important; }

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }

.py-41 {
  padding-top: 10.25rem !important;
  padding-bottom: 10.25rem !important; }

.px-41 {
  padding-left: 10.25rem !important;
  padding-right: 10.25rem !important; }

.py-42 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important; }

.px-42 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important; }

.py-43 {
  padding-top: 10.75rem !important;
  padding-bottom: 10.75rem !important; }

.px-43 {
  padding-left: 10.75rem !important;
  padding-right: 10.75rem !important; }

.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important; }

.px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important; }

.py-45 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important; }

.px-45 {
  padding-left: 11.25rem !important;
  padding-right: 11.25rem !important; }

.py-46 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important; }

.px-46 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important; }

.py-47 {
  padding-top: 11.75rem !important;
  padding-bottom: 11.75rem !important; }

.px-47 {
  padding-left: 11.75rem !important;
  padding-right: 11.75rem !important; }

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }

.py-49 {
  padding-top: 12.25rem !important;
  padding-bottom: 12.25rem !important; }

.px-49 {
  padding-left: 12.25rem !important;
  padding-right: 12.25rem !important; }

.py-50 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important; }

.px-50 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important; }

.py-51 {
  padding-top: 12.75rem !important;
  padding-bottom: 12.75rem !important; }

.px-51 {
  padding-left: 12.75rem !important;
  padding-right: 12.75rem !important; }

.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important; }

.px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important; }

.py-53 {
  padding-top: 13.25rem !important;
  padding-bottom: 13.25rem !important; }

.px-53 {
  padding-left: 13.25rem !important;
  padding-right: 13.25rem !important; }

.py-54 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important; }

.px-54 {
  padding-left: 13.5rem !important;
  padding-right: 13.5rem !important; }

.py-55 {
  padding-top: 13.75rem !important;
  padding-bottom: 13.75rem !important; }

.px-55 {
  padding-left: 13.75rem !important;
  padding-right: 13.75rem !important; }

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important; }

.py-57 {
  padding-top: 14.25rem !important;
  padding-bottom: 14.25rem !important; }

.px-57 {
  padding-left: 14.25rem !important;
  padding-right: 14.25rem !important; }

.py-58 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important; }

.px-58 {
  padding-left: 14.5rem !important;
  padding-right: 14.5rem !important; }

.py-59 {
  padding-top: 14.75rem !important;
  padding-bottom: 14.75rem !important; }

.px-59 {
  padding-left: 14.75rem !important;
  padding-right: 14.75rem !important; }

.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important; }

.px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important; }

.py-61 {
  padding-top: 15.25rem !important;
  padding-bottom: 15.25rem !important; }

.px-61 {
  padding-left: 15.25rem !important;
  padding-right: 15.25rem !important; }

.py-62 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important; }

.px-62 {
  padding-left: 15.5rem !important;
  padding-right: 15.5rem !important; }

.py-63 {
  padding-top: 15.75rem !important;
  padding-bottom: 15.75rem !important; }

.px-63 {
  padding-left: 15.75rem !important;
  padding-right: 15.75rem !important; }

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important; }

.py-65 {
  padding-top: 16.25rem !important;
  padding-bottom: 16.25rem !important; }

.px-65 {
  padding-left: 16.25rem !important;
  padding-right: 16.25rem !important; }

.py-66 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important; }

.px-66 {
  padding-left: 16.5rem !important;
  padding-right: 16.5rem !important; }

.py-67 {
  padding-top: 16.75rem !important;
  padding-bottom: 16.75rem !important; }

.px-67 {
  padding-left: 16.75rem !important;
  padding-right: 16.75rem !important; }

.py-68 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important; }

.px-68 {
  padding-left: 17rem !important;
  padding-right: 17rem !important; }

.py-69 {
  padding-top: 17.25rem !important;
  padding-bottom: 17.25rem !important; }

.px-69 {
  padding-left: 17.25rem !important;
  padding-right: 17.25rem !important; }

.py-70 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important; }

.px-70 {
  padding-left: 17.5rem !important;
  padding-right: 17.5rem !important; }

.py-71 {
  padding-top: 17.75rem !important;
  padding-bottom: 17.75rem !important; }

.px-71 {
  padding-left: 17.75rem !important;
  padding-right: 17.75rem !important; }

.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important; }

.px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important; }

.py-73 {
  padding-top: 18.25rem !important;
  padding-bottom: 18.25rem !important; }

.px-73 {
  padding-left: 18.25rem !important;
  padding-right: 18.25rem !important; }

.py-74 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important; }

.px-74 {
  padding-left: 18.5rem !important;
  padding-right: 18.5rem !important; }

.py-75 {
  padding-top: 18.75rem !important;
  padding-bottom: 18.75rem !important; }

.px-75 {
  padding-left: 18.75rem !important;
  padding-right: 18.75rem !important; }

.py-76 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important; }

.px-76 {
  padding-left: 19rem !important;
  padding-right: 19rem !important; }

.py-77 {
  padding-top: 19.25rem !important;
  padding-bottom: 19.25rem !important; }

.px-77 {
  padding-left: 19.25rem !important;
  padding-right: 19.25rem !important; }

.py-78 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important; }

.px-78 {
  padding-left: 19.5rem !important;
  padding-right: 19.5rem !important; }

.py-79 {
  padding-top: 19.75rem !important;
  padding-bottom: 19.75rem !important; }

.px-79 {
  padding-left: 19.75rem !important;
  padding-right: 19.75rem !important; }

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }

.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important; }

.py-84 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important; }

.px-84 {
  padding-left: 21rem !important;
  padding-right: 21rem !important; }

.py-88 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important; }

.px-88 {
  padding-left: 22rem !important;
  padding-right: 22rem !important; }

.py-92 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important; }

.px-92 {
  padding-left: 23rem !important;
  padding-right: 23rem !important; }

.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important; }

.px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important; }

.py-100 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important; }

.px-100 {
  padding-left: 25rem !important;
  padding-right: 25rem !important; }

.py-104 {
  padding-top: 26rem !important;
  padding-bottom: 26rem !important; }

.px-104 {
  padding-left: 26rem !important;
  padding-right: 26rem !important; }

.py-108 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important; }

.px-108 {
  padding-left: 27rem !important;
  padding-right: 27rem !important; }

.py-112 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important; }

.px-112 {
  padding-left: 28rem !important;
  padding-right: 28rem !important; }

.py-116 {
  padding-top: 29rem !important;
  padding-bottom: 29rem !important; }

.px-116 {
  padding-left: 29rem !important;
  padding-right: 29rem !important; }

.py-120 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important; }

.px-120 {
  padding-left: 30rem !important;
  padding-right: 30rem !important; }

.py-124 {
  padding-top: 31rem !important;
  padding-bottom: 31rem !important; }

.px-124 {
  padding-left: 31rem !important;
  padding-right: 31rem !important; }

.py-128 {
  padding-top: 32rem !important;
  padding-bottom: 32rem !important; }

.px-128 {
  padding-left: 32rem !important;
  padding-right: 32rem !important; }

.py-132 {
  padding-top: 33rem !important;
  padding-bottom: 33rem !important; }

.px-132 {
  padding-left: 33rem !important;
  padding-right: 33rem !important; }

.py-136 {
  padding-top: 34rem !important;
  padding-bottom: 34rem !important; }

.px-136 {
  padding-left: 34rem !important;
  padding-right: 34rem !important; }

.py-140 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important; }

.px-140 {
  padding-left: 35rem !important;
  padding-right: 35rem !important; }

.py-144 {
  padding-top: 36rem !important;
  padding-bottom: 36rem !important; }

.px-144 {
  padding-left: 36rem !important;
  padding-right: 36rem !important; }

.py-148 {
  padding-top: 37rem !important;
  padding-bottom: 37rem !important; }

.px-148 {
  padding-left: 37rem !important;
  padding-right: 37rem !important; }

.py-152 {
  padding-top: 38rem !important;
  padding-bottom: 38rem !important; }

.px-152 {
  padding-left: 38rem !important;
  padding-right: 38rem !important; }

.py-156 {
  padding-top: 39rem !important;
  padding-bottom: 39rem !important; }

.px-156 {
  padding-left: 39rem !important;
  padding-right: 39rem !important; }

.py-160 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important; }

.px-160 {
  padding-left: 40rem !important;
  padding-right: 40rem !important; }

.py-164 {
  padding-top: 41rem !important;
  padding-bottom: 41rem !important; }

.px-164 {
  padding-left: 41rem !important;
  padding-right: 41rem !important; }

.py-168 {
  padding-top: 42rem !important;
  padding-bottom: 42rem !important; }

.px-168 {
  padding-left: 42rem !important;
  padding-right: 42rem !important; }

.py-172 {
  padding-top: 43rem !important;
  padding-bottom: 43rem !important; }

.px-172 {
  padding-left: 43rem !important;
  padding-right: 43rem !important; }

.py-176 {
  padding-top: 44rem !important;
  padding-bottom: 44rem !important; }

.px-176 {
  padding-left: 44rem !important;
  padding-right: 44rem !important; }

.py-180 {
  padding-top: 45rem !important;
  padding-bottom: 45rem !important; }

.px-180 {
  padding-left: 45rem !important;
  padding-right: 45rem !important; }

.py-184 {
  padding-top: 46rem !important;
  padding-bottom: 46rem !important; }

.px-184 {
  padding-left: 46rem !important;
  padding-right: 46rem !important; }

.py-188 {
  padding-top: 47rem !important;
  padding-bottom: 47rem !important; }

.px-188 {
  padding-left: 47rem !important;
  padding-right: 47rem !important; }

.py-192 {
  padding-top: 48rem !important;
  padding-bottom: 48rem !important; }

.px-192 {
  padding-left: 48rem !important;
  padding-right: 48rem !important; }

.py-196 {
  padding-top: 49rem !important;
  padding-bottom: 49rem !important; }

.px-196 {
  padding-left: 49rem !important;
  padding-right: 49rem !important; }

.py-200 {
  padding-top: 50rem !important;
  padding-bottom: 50rem !important; }

.px-200 {
  padding-left: 50rem !important;
  padding-right: 50rem !important; }

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important; }

.py-2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.px-2px {
  padding-left: 2px !important;
  padding-right: 2px !important; }

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

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

.py-2\/2 {
  padding-top: 100% !important;
  padding-bottom: 100% !important; }

.px-2\/2 {
  padding-left: 100% !important;
  padding-right: 100% !important; }

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

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

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

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

.py-3\/3 {
  padding-top: 100% !important;
  padding-bottom: 100% !important; }

.px-3\/3 {
  padding-left: 100% !important;
  padding-right: 100% !important; }

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

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

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

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

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

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

.py-4\/4 {
  padding-top: 100% !important;
  padding-bottom: 100% !important; }

.px-4\/4 {
  padding-left: 100% !important;
  padding-right: 100% !important; }

.py-1\/5 {
  padding-top: 20% !important;
  padding-bottom: 20% !important; }

.px-1\/5 {
  padding-left: 20% !important;
  padding-right: 20% !important; }

.py-2\/5 {
  padding-top: 40% !important;
  padding-bottom: 40% !important; }

.px-2\/5 {
  padding-left: 40% !important;
  padding-right: 40% !important; }

.py-3\/5 {
  padding-top: 60% !important;
  padding-bottom: 60% !important; }

.px-3\/5 {
  padding-left: 60% !important;
  padding-right: 60% !important; }

.py-4\/5 {
  padding-top: 80% !important;
  padding-bottom: 80% !important; }

.px-4\/5 {
  padding-left: 80% !important;
  padding-right: 80% !important; }

.py-5\/5 {
  padding-top: 100% !important;
  padding-bottom: 100% !important; }

.px-5\/5 {
  padding-left: 100% !important;
  padding-right: 100% !important; }

.py-1\/6 {
  padding-top: 16.666667% !important;
  padding-bottom: 16.666667% !important; }

.px-1\/6 {
  padding-left: 16.666667% !important;
  padding-right: 16.666667% !important; }

.py-2\/6 {
  padding-top: 33.333333% !important;
  padding-bottom: 33.333333% !important; }

.px-2\/6 {
  padding-left: 33.333333% !important;
  padding-right: 33.333333% !important; }

.py-3\/6 {
  padding-top: 50% !important;
  padding-bottom: 50% !important; }

.px-3\/6 {
  padding-left: 50% !important;
  padding-right: 50% !important; }

.py-4\/6 {
  padding-top: 66.666667% !important;
  padding-bottom: 66.666667% !important; }

.px-4\/6 {
  padding-left: 66.666667% !important;
  padding-right: 66.666667% !important; }

.py-5\/6 {
  padding-top: 83.333333% !important;
  padding-bottom: 83.333333% !important; }

.px-5\/6 {
  padding-left: 83.333333% !important;
  padding-right: 83.333333% !important; }

.py-6\/6 {
  padding-top: 100% !important;
  padding-bottom: 100% !important; }

.px-6\/6 {
  padding-left: 100% !important;
  padding-right: 100% !important; }

.py-1\/10 {
  padding-top: 10% !important;
  padding-bottom: 10% !important; }

.px-1\/10 {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.py-2\/10 {
  padding-top: 20% !important;
  padding-bottom: 20% !important; }

.px-2\/10 {
  padding-left: 20% !important;
  padding-right: 20% !important; }

.py-3\/10 {
  padding-top: 30% !important;
  padding-bottom: 30% !important; }

.px-3\/10 {
  padding-left: 30% !important;
  padding-right: 30% !important; }

.py-4\/10 {
  padding-top: 40% !important;
  padding-bottom: 40% !important; }

.px-4\/10 {
  padding-left: 40% !important;
  padding-right: 40% !important; }

.py-5\/10 {
  padding-top: 50% !important;
  padding-bottom: 50% !important; }

.px-5\/10 {
  padding-left: 50% !important;
  padding-right: 50% !important; }

.py-6\/10 {
  padding-top: 60% !important;
  padding-bottom: 60% !important; }

.px-6\/10 {
  padding-left: 60% !important;
  padding-right: 60% !important; }

.py-7\/10 {
  padding-top: 70% !important;
  padding-bottom: 70% !important; }

.px-7\/10 {
  padding-left: 70% !important;
  padding-right: 70% !important; }

.py-8\/10 {
  padding-top: 80% !important;
  padding-bottom: 80% !important; }

.px-8\/10 {
  padding-left: 80% !important;
  padding-right: 80% !important; }

.py-9\/10 {
  padding-top: 90% !important;
  padding-bottom: 90% !important; }

.px-9\/10 {
  padding-left: 90% !important;
  padding-right: 90% !important; }

.py-10\/10 {
  padding-top: 100% !important;
  padding-bottom: 100% !important; }

.px-10\/10 {
  padding-left: 100% !important;
  padding-right: 100% !important; }

.py-1\/12 {
  padding-top: 8.333333% !important;
  padding-bottom: 8.333333% !important; }

.px-1\/12 {
  padding-left: 8.333333% !important;
  padding-right: 8.333333% !important; }

.py-2\/12 {
  padding-top: 16.666667% !important;
  padding-bottom: 16.666667% !important; }

.px-2\/12 {
  padding-left: 16.666667% !important;
  padding-right: 16.666667% !important; }

.py-3\/12 {
  padding-top: 25% !important;
  padding-bottom: 25% !important; }

.px-3\/12 {
  padding-left: 25% !important;
  padding-right: 25% !important; }

.py-4\/12 {
  padding-top: 33.333333% !important;
  padding-bottom: 33.333333% !important; }

.px-4\/12 {
  padding-left: 33.333333% !important;
  padding-right: 33.333333% !important; }

.py-5\/12 {
  padding-top: 41.666667% !important;
  padding-bottom: 41.666667% !important; }

.px-5\/12 {
  padding-left: 41.666667% !important;
  padding-right: 41.666667% !important; }

.py-6\/12 {
  padding-top: 50% !important;
  padding-bottom: 50% !important; }

.px-6\/12 {
  padding-left: 50% !important;
  padding-right: 50% !important; }

.py-7\/12 {
  padding-top: 58.333333% !important;
  padding-bottom: 58.333333% !important; }

.px-7\/12 {
  padding-left: 58.333333% !important;
  padding-right: 58.333333% !important; }

.py-8\/12 {
  padding-top: 66.666667% !important;
  padding-bottom: 66.666667% !important; }

.px-8\/12 {
  padding-left: 66.666667% !important;
  padding-right: 66.666667% !important; }

.py-9\/12 {
  padding-top: 75% !important;
  padding-bottom: 75% !important; }

.px-9\/12 {
  padding-left: 75% !important;
  padding-right: 75% !important; }

.py-10\/12 {
  padding-top: 83.333333% !important;
  padding-bottom: 83.333333% !important; }

.px-10\/12 {
  padding-left: 83.333333% !important;
  padding-right: 83.333333% !important; }

.py-11\/12 {
  padding-top: 91.666667% !important;
  padding-bottom: 91.666667% !important; }

.px-11\/12 {
  padding-left: 91.666667% !important;
  padding-right: 91.666667% !important; }

.py-12\/12 {
  padding-top: 100% !important;
  padding-bottom: 100% !important; }

.px-12\/12 {
  padding-left: 100% !important;
  padding-right: 100% !important; }

.py-xs {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }

.px-xs {
  padding-left: 20rem !important;
  padding-right: 20rem !important; }

.py-sm {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important; }

.px-sm {
  padding-left: 24rem !important;
  padding-right: 24rem !important; }

.py-md {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important; }

.px-md {
  padding-left: 28rem !important;
  padding-right: 28rem !important; }

.py-lg {
  padding-top: 32rem !important;
  padding-bottom: 32rem !important; }

.px-lg {
  padding-left: 32rem !important;
  padding-right: 32rem !important; }

.py-xl {
  padding-top: 36rem !important;
  padding-bottom: 36rem !important; }

.px-xl {
  padding-left: 36rem !important;
  padding-right: 36rem !important; }

.py-2xl {
  padding-top: 42rem !important;
  padding-bottom: 42rem !important; }

.px-2xl {
  padding-left: 42rem !important;
  padding-right: 42rem !important; }

.py-3xl {
  padding-top: 48rem !important;
  padding-bottom: 48rem !important; }

.px-3xl {
  padding-left: 48rem !important;
  padding-right: 48rem !important; }

.py-4xl {
  padding-top: 56rem !important;
  padding-bottom: 56rem !important; }

.px-4xl {
  padding-left: 56rem !important;
  padding-right: 56rem !important; }

.py-5xl {
  padding-top: 64rem !important;
  padding-bottom: 64rem !important; }

.px-5xl {
  padding-left: 64rem !important;
  padding-right: 64rem !important; }

.py-6xl {
  padding-top: 72rem !important;
  padding-bottom: 72rem !important; }

.px-6xl {
  padding-left: 72rem !important;
  padding-right: 72rem !important; }

.py-7xl {
  padding-top: 80rem !important;
  padding-bottom: 80rem !important; }

.px-7xl {
  padding-left: 80rem !important;
  padding-right: 80rem !important; }

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

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

.py-screenw {
  padding-top: 100vw !important;
  padding-bottom: 100vw !important; }

.px-screenw {
  padding-left: 100vw !important;
  padding-right: 100vw !important; }

.py-screenh {
  padding-top: 100vh !important;
  padding-bottom: 100vh !important; }

.px-screenh {
  padding-left: 100vh !important;
  padding-right: 100vh !important; }

.pt-0 {
  padding-top: 0rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.pl-0 {
  padding-left: 0rem !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-7 {
  padding-top: 1.75rem !important; }

.pr-7 {
  padding-right: 1.75rem !important; }

.pb-7 {
  padding-bottom: 1.75rem !important; }

.pl-7 {
  padding-left: 1.75rem !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-11 {
  padding-top: 2.75rem !important; }

.pr-11 {
  padding-right: 2.75rem !important; }

.pb-11 {
  padding-bottom: 2.75rem !important; }

.pl-11 {
  padding-left: 2.75rem !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-13 {
  padding-top: 3.25rem !important; }

.pr-13 {
  padding-right: 3.25rem !important; }

.pb-13 {
  padding-bottom: 3.25rem !important; }

.pl-13 {
  padding-left: 3.25rem !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-15 {
  padding-top: 3.75rem !important; }

.pr-15 {
  padding-right: 3.75rem !important; }

.pb-15 {
  padding-bottom: 3.75rem !important; }

.pl-15 {
  padding-left: 3.75rem !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-17 {
  padding-top: 4.25rem !important; }

.pr-17 {
  padding-right: 4.25rem !important; }

.pb-17 {
  padding-bottom: 4.25rem !important; }

.pl-17 {
  padding-left: 4.25rem !important; }

.pt-18 {
  padding-top: 4.5rem !important; }

.pr-18 {
  padding-right: 4.5rem !important; }

.pb-18 {
  padding-bottom: 4.5rem !important; }

.pl-18 {
  padding-left: 4.5rem !important; }

.pt-19 {
  padding-top: 4.75rem !important; }

.pr-19 {
  padding-right: 4.75rem !important; }

.pb-19 {
  padding-bottom: 4.75rem !important; }

.pl-19 {
  padding-left: 4.75rem !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-21 {
  padding-top: 5.25rem !important; }

.pr-21 {
  padding-right: 5.25rem !important; }

.pb-21 {
  padding-bottom: 5.25rem !important; }

.pl-21 {
  padding-left: 5.25rem !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-23 {
  padding-top: 5.75rem !important; }

.pr-23 {
  padding-right: 5.75rem !important; }

.pb-23 {
  padding-bottom: 5.75rem !important; }

.pl-23 {
  padding-left: 5.75rem !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-26 {
  padding-top: 6.5rem !important; }

.pr-26 {
  padding-right: 6.5rem !important; }

.pb-26 {
  padding-bottom: 6.5rem !important; }

.pl-26 {
  padding-left: 6.5rem !important; }

.pt-27 {
  padding-top: 6.75rem !important; }

.pr-27 {
  padding-right: 6.75rem !important; }

.pb-27 {
  padding-bottom: 6.75rem !important; }

.pl-27 {
  padding-left: 6.75rem !important; }

.pt-28 {
  padding-top: 7rem !important; }

.pr-28 {
  padding-right: 7rem !important; }

.pb-28 {
  padding-bottom: 7rem !important; }

.pl-28 {
  padding-left: 7rem !important; }

.pt-29 {
  padding-top: 7.25rem !important; }

.pr-29 {
  padding-right: 7.25rem !important; }

.pb-29 {
  padding-bottom: 7.25rem !important; }

.pl-29 {
  padding-left: 7.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-31 {
  padding-top: 7.75rem !important; }

.pr-31 {
  padding-right: 7.75rem !important; }

.pb-31 {
  padding-bottom: 7.75rem !important; }

.pl-31 {
  padding-left: 7.75rem !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-33 {
  padding-top: 8.25rem !important; }

.pr-33 {
  padding-right: 8.25rem !important; }

.pb-33 {
  padding-bottom: 8.25rem !important; }

.pl-33 {
  padding-left: 8.25rem !important; }

.pt-34 {
  padding-top: 8.5rem !important; }

.pr-34 {
  padding-right: 8.5rem !important; }

.pb-34 {
  padding-bottom: 8.5rem !important; }

.pl-34 {
  padding-left: 8.5rem !important; }

.pt-35 {
  padding-top: 8.75rem !important; }

.pr-35 {
  padding-right: 8.75rem !important; }

.pb-35 {
  padding-bottom: 8.75rem !important; }

.pl-35 {
  padding-left: 8.75rem !important; }

.pt-36 {
  padding-top: 9rem !important; }

.pr-36 {
  padding-right: 9rem !important; }

.pb-36 {
  padding-bottom: 9rem !important; }

.pl-36 {
  padding-left: 9rem !important; }

.pt-37 {
  padding-top: 9.25rem !important; }

.pr-37 {
  padding-right: 9.25rem !important; }

.pb-37 {
  padding-bottom: 9.25rem !important; }

.pl-37 {
  padding-left: 9.25rem !important; }

.pt-38 {
  padding-top: 9.5rem !important; }

.pr-38 {
  padding-right: 9.5rem !important; }

.pb-38 {
  padding-bottom: 9.5rem !important; }

.pl-38 {
  padding-left: 9.5rem !important; }

.pt-39 {
  padding-top: 9.75rem !important; }

.pr-39 {
  padding-right: 9.75rem !important; }

.pb-39 {
  padding-bottom: 9.75rem !important; }

.pl-39 {
  padding-left: 9.75rem !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-41 {
  padding-top: 10.25rem !important; }

.pr-41 {
  padding-right: 10.25rem !important; }

.pb-41 {
  padding-bottom: 10.25rem !important; }

.pl-41 {
  padding-left: 10.25rem !important; }

.pt-42 {
  padding-top: 10.5rem !important; }

.pr-42 {
  padding-right: 10.5rem !important; }

.pb-42 {
  padding-bottom: 10.5rem !important; }

.pl-42 {
  padding-left: 10.5rem !important; }

.pt-43 {
  padding-top: 10.75rem !important; }

.pr-43 {
  padding-right: 10.75rem !important; }

.pb-43 {
  padding-bottom: 10.75rem !important; }

.pl-43 {
  padding-left: 10.75rem !important; }

.pt-44 {
  padding-top: 11rem !important; }

.pr-44 {
  padding-right: 11rem !important; }

.pb-44 {
  padding-bottom: 11rem !important; }

.pl-44 {
  padding-left: 11rem !important; }

.pt-45 {
  padding-top: 11.25rem !important; }

.pr-45 {
  padding-right: 11.25rem !important; }

.pb-45 {
  padding-bottom: 11.25rem !important; }

.pl-45 {
  padding-left: 11.25rem !important; }

.pt-46 {
  padding-top: 11.5rem !important; }

.pr-46 {
  padding-right: 11.5rem !important; }

.pb-46 {
  padding-bottom: 11.5rem !important; }

.pl-46 {
  padding-left: 11.5rem !important; }

.pt-47 {
  padding-top: 11.75rem !important; }

.pr-47 {
  padding-right: 11.75rem !important; }

.pb-47 {
  padding-bottom: 11.75rem !important; }

.pl-47 {
  padding-left: 11.75rem !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-49 {
  padding-top: 12.25rem !important; }

.pr-49 {
  padding-right: 12.25rem !important; }

.pb-49 {
  padding-bottom: 12.25rem !important; }

.pl-49 {
  padding-left: 12.25rem !important; }

.pt-50 {
  padding-top: 12.5rem !important; }

.pr-50 {
  padding-right: 12.5rem !important; }

.pb-50 {
  padding-bottom: 12.5rem !important; }

.pl-50 {
  padding-left: 12.5rem !important; }

.pt-51 {
  padding-top: 12.75rem !important; }

.pr-51 {
  padding-right: 12.75rem !important; }

.pb-51 {
  padding-bottom: 12.75rem !important; }

.pl-51 {
  padding-left: 12.75rem !important; }

.pt-52 {
  padding-top: 13rem !important; }

.pr-52 {
  padding-right: 13rem !important; }

.pb-52 {
  padding-bottom: 13rem !important; }

.pl-52 {
  padding-left: 13rem !important; }

.pt-53 {
  padding-top: 13.25rem !important; }

.pr-53 {
  padding-right: 13.25rem !important; }

.pb-53 {
  padding-bottom: 13.25rem !important; }

.pl-53 {
  padding-left: 13.25rem !important; }

.pt-54 {
  padding-top: 13.5rem !important; }

.pr-54 {
  padding-right: 13.5rem !important; }

.pb-54 {
  padding-bottom: 13.5rem !important; }

.pl-54 {
  padding-left: 13.5rem !important; }

.pt-55 {
  padding-top: 13.75rem !important; }

.pr-55 {
  padding-right: 13.75rem !important; }

.pb-55 {
  padding-bottom: 13.75rem !important; }

.pl-55 {
  padding-left: 13.75rem !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-57 {
  padding-top: 14.25rem !important; }

.pr-57 {
  padding-right: 14.25rem !important; }

.pb-57 {
  padding-bottom: 14.25rem !important; }

.pl-57 {
  padding-left: 14.25rem !important; }

.pt-58 {
  padding-top: 14.5rem !important; }

.pr-58 {
  padding-right: 14.5rem !important; }

.pb-58 {
  padding-bottom: 14.5rem !important; }

.pl-58 {
  padding-left: 14.5rem !important; }

.pt-59 {
  padding-top: 14.75rem !important; }

.pr-59 {
  padding-right: 14.75rem !important; }

.pb-59 {
  padding-bottom: 14.75rem !important; }

.pl-59 {
  padding-left: 14.75rem !important; }

.pt-60 {
  padding-top: 15rem !important; }

.pr-60 {
  padding-right: 15rem !important; }

.pb-60 {
  padding-bottom: 15rem !important; }

.pl-60 {
  padding-left: 15rem !important; }

.pt-61 {
  padding-top: 15.25rem !important; }

.pr-61 {
  padding-right: 15.25rem !important; }

.pb-61 {
  padding-bottom: 15.25rem !important; }

.pl-61 {
  padding-left: 15.25rem !important; }

.pt-62 {
  padding-top: 15.5rem !important; }

.pr-62 {
  padding-right: 15.5rem !important; }

.pb-62 {
  padding-bottom: 15.5rem !important; }

.pl-62 {
  padding-left: 15.5rem !important; }

.pt-63 {
  padding-top: 15.75rem !important; }

.pr-63 {
  padding-right: 15.75rem !important; }

.pb-63 {
  padding-bottom: 15.75rem !important; }

.pl-63 {
  padding-left: 15.75rem !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-65 {
  padding-top: 16.25rem !important; }

.pr-65 {
  padding-right: 16.25rem !important; }

.pb-65 {
  padding-bottom: 16.25rem !important; }

.pl-65 {
  padding-left: 16.25rem !important; }

.pt-66 {
  padding-top: 16.5rem !important; }

.pr-66 {
  padding-right: 16.5rem !important; }

.pb-66 {
  padding-bottom: 16.5rem !important; }

.pl-66 {
  padding-left: 16.5rem !important; }

.pt-67 {
  padding-top: 16.75rem !important; }

.pr-67 {
  padding-right: 16.75rem !important; }

.pb-67 {
  padding-bottom: 16.75rem !important; }

.pl-67 {
  padding-left: 16.75rem !important; }

.pt-68 {
  padding-top: 17rem !important; }

.pr-68 {
  padding-right: 17rem !important; }

.pb-68 {
  padding-bottom: 17rem !important; }

.pl-68 {
  padding-left: 17rem !important; }

.pt-69 {
  padding-top: 17.25rem !important; }

.pr-69 {
  padding-right: 17.25rem !important; }

.pb-69 {
  padding-bottom: 17.25rem !important; }

.pl-69 {
  padding-left: 17.25rem !important; }

.pt-70 {
  padding-top: 17.5rem !important; }

.pr-70 {
  padding-right: 17.5rem !important; }

.pb-70 {
  padding-bottom: 17.5rem !important; }

.pl-70 {
  padding-left: 17.5rem !important; }

.pt-71 {
  padding-top: 17.75rem !important; }

.pr-71 {
  padding-right: 17.75rem !important; }

.pb-71 {
  padding-bottom: 17.75rem !important; }

.pl-71 {
  padding-left: 17.75rem !important; }

.pt-72 {
  padding-top: 18rem !important; }

.pr-72 {
  padding-right: 18rem !important; }

.pb-72 {
  padding-bottom: 18rem !important; }

.pl-72 {
  padding-left: 18rem !important; }

.pt-73 {
  padding-top: 18.25rem !important; }

.pr-73 {
  padding-right: 18.25rem !important; }

.pb-73 {
  padding-bottom: 18.25rem !important; }

.pl-73 {
  padding-left: 18.25rem !important; }

.pt-74 {
  padding-top: 18.5rem !important; }

.pr-74 {
  padding-right: 18.5rem !important; }

.pb-74 {
  padding-bottom: 18.5rem !important; }

.pl-74 {
  padding-left: 18.5rem !important; }

.pt-75 {
  padding-top: 18.75rem !important; }

.pr-75 {
  padding-right: 18.75rem !important; }

.pb-75 {
  padding-bottom: 18.75rem !important; }

.pl-75 {
  padding-left: 18.75rem !important; }

.pt-76 {
  padding-top: 19rem !important; }

.pr-76 {
  padding-right: 19rem !important; }

.pb-76 {
  padding-bottom: 19rem !important; }

.pl-76 {
  padding-left: 19rem !important; }

.pt-77 {
  padding-top: 19.25rem !important; }

.pr-77 {
  padding-right: 19.25rem !important; }

.pb-77 {
  padding-bottom: 19.25rem !important; }

.pl-77 {
  padding-left: 19.25rem !important; }

.pt-78 {
  padding-top: 19.5rem !important; }

.pr-78 {
  padding-right: 19.5rem !important; }

.pb-78 {
  padding-bottom: 19.5rem !important; }

.pl-78 {
  padding-left: 19.5rem !important; }

.pt-79 {
  padding-top: 19.75rem !important; }

.pr-79 {
  padding-right: 19.75rem !important; }

.pb-79 {
  padding-bottom: 19.75rem !important; }

.pl-79 {
  padding-left: 19.75rem !important; }

.pt-80 {
  padding-top: 20rem !important; }

.pr-80 {
  padding-right: 20rem !important; }

.pb-80 {
  padding-bottom: 20rem !important; }

.pl-80 {
  padding-left: 20rem !important; }

.pt-84 {
  padding-top: 21rem !important; }

.pr-84 {
  padding-right: 21rem !important; }

.pb-84 {
  padding-bottom: 21rem !important; }

.pl-84 {
  padding-left: 21rem !important; }

.pt-88 {
  padding-top: 22rem !important; }

.pr-88 {
  padding-right: 22rem !important; }

.pb-88 {
  padding-bottom: 22rem !important; }

.pl-88 {
  padding-left: 22rem !important; }

.pt-92 {
  padding-top: 23rem !important; }

.pr-92 {
  padding-right: 23rem !important; }

.pb-92 {
  padding-bottom: 23rem !important; }

.pl-92 {
  padding-left: 23rem !important; }

.pt-96 {
  padding-top: 24rem !important; }

.pr-96 {
  padding-right: 24rem !important; }

.pb-96 {
  padding-bottom: 24rem !important; }

.pl-96 {
  padding-left: 24rem !important; }

.pt-100 {
  padding-top: 25rem !important; }

.pr-100 {
  padding-right: 25rem !important; }

.pb-100 {
  padding-bottom: 25rem !important; }

.pl-100 {
  padding-left: 25rem !important; }

.pt-104 {
  padding-top: 26rem !important; }

.pr-104 {
  padding-right: 26rem !important; }

.pb-104 {
  padding-bottom: 26rem !important; }

.pl-104 {
  padding-left: 26rem !important; }

.pt-108 {
  padding-top: 27rem !important; }

.pr-108 {
  padding-right: 27rem !important; }

.pb-108 {
  padding-bottom: 27rem !important; }

.pl-108 {
  padding-left: 27rem !important; }

.pt-112 {
  padding-top: 28rem !important; }

.pr-112 {
  padding-right: 28rem !important; }

.pb-112 {
  padding-bottom: 28rem !important; }

.pl-112 {
  padding-left: 28rem !important; }

.pt-116 {
  padding-top: 29rem !important; }

.pr-116 {
  padding-right: 29rem !important; }

.pb-116 {
  padding-bottom: 29rem !important; }

.pl-116 {
  padding-left: 29rem !important; }

.pt-120 {
  padding-top: 30rem !important; }

.pr-120 {
  padding-right: 30rem !important; }

.pb-120 {
  padding-bottom: 30rem !important; }

.pl-120 {
  padding-left: 30rem !important; }

.pt-124 {
  padding-top: 31rem !important; }

.pr-124 {
  padding-right: 31rem !important; }

.pb-124 {
  padding-bottom: 31rem !important; }

.pl-124 {
  padding-left: 31rem !important; }

.pt-128 {
  padding-top: 32rem !important; }

.pr-128 {
  padding-right: 32rem !important; }

.pb-128 {
  padding-bottom: 32rem !important; }

.pl-128 {
  padding-left: 32rem !important; }

.pt-132 {
  padding-top: 33rem !important; }

.pr-132 {
  padding-right: 33rem !important; }

.pb-132 {
  padding-bottom: 33rem !important; }

.pl-132 {
  padding-left: 33rem !important; }

.pt-136 {
  padding-top: 34rem !important; }

.pr-136 {
  padding-right: 34rem !important; }

.pb-136 {
  padding-bottom: 34rem !important; }

.pl-136 {
  padding-left: 34rem !important; }

.pt-140 {
  padding-top: 35rem !important; }

.pr-140 {
  padding-right: 35rem !important; }

.pb-140 {
  padding-bottom: 35rem !important; }

.pl-140 {
  padding-left: 35rem !important; }

.pt-144 {
  padding-top: 36rem !important; }

.pr-144 {
  padding-right: 36rem !important; }

.pb-144 {
  padding-bottom: 36rem !important; }

.pl-144 {
  padding-left: 36rem !important; }

.pt-148 {
  padding-top: 37rem !important; }

.pr-148 {
  padding-right: 37rem !important; }

.pb-148 {
  padding-bottom: 37rem !important; }

.pl-148 {
  padding-left: 37rem !important; }

.pt-152 {
  padding-top: 38rem !important; }

.pr-152 {
  padding-right: 38rem !important; }

.pb-152 {
  padding-bottom: 38rem !important; }

.pl-152 {
  padding-left: 38rem !important; }

.pt-156 {
  padding-top: 39rem !important; }

.pr-156 {
  padding-right: 39rem !important; }

.pb-156 {
  padding-bottom: 39rem !important; }

.pl-156 {
  padding-left: 39rem !important; }

.pt-160 {
  padding-top: 40rem !important; }

.pr-160 {
  padding-right: 40rem !important; }

.pb-160 {
  padding-bottom: 40rem !important; }

.pl-160 {
  padding-left: 40rem !important; }

.pt-164 {
  padding-top: 41rem !important; }

.pr-164 {
  padding-right: 41rem !important; }

.pb-164 {
  padding-bottom: 41rem !important; }

.pl-164 {
  padding-left: 41rem !important; }

.pt-168 {
  padding-top: 42rem !important; }

.pr-168 {
  padding-right: 42rem !important; }

.pb-168 {
  padding-bottom: 42rem !important; }

.pl-168 {
  padding-left: 42rem !important; }

.pt-172 {
  padding-top: 43rem !important; }

.pr-172 {
  padding-right: 43rem !important; }

.pb-172 {
  padding-bottom: 43rem !important; }

.pl-172 {
  padding-left: 43rem !important; }

.pt-176 {
  padding-top: 44rem !important; }

.pr-176 {
  padding-right: 44rem !important; }

.pb-176 {
  padding-bottom: 44rem !important; }

.pl-176 {
  padding-left: 44rem !important; }

.pt-180 {
  padding-top: 45rem !important; }

.pr-180 {
  padding-right: 45rem !important; }

.pb-180 {
  padding-bottom: 45rem !important; }

.pl-180 {
  padding-left: 45rem !important; }

.pt-184 {
  padding-top: 46rem !important; }

.pr-184 {
  padding-right: 46rem !important; }

.pb-184 {
  padding-bottom: 46rem !important; }

.pl-184 {
  padding-left: 46rem !important; }

.pt-188 {
  padding-top: 47rem !important; }

.pr-188 {
  padding-right: 47rem !important; }

.pb-188 {
  padding-bottom: 47rem !important; }

.pl-188 {
  padding-left: 47rem !important; }

.pt-192 {
  padding-top: 48rem !important; }

.pr-192 {
  padding-right: 48rem !important; }

.pb-192 {
  padding-bottom: 48rem !important; }

.pl-192 {
  padding-left: 48rem !important; }

.pt-196 {
  padding-top: 49rem !important; }

.pr-196 {
  padding-right: 49rem !important; }

.pb-196 {
  padding-bottom: 49rem !important; }

.pl-196 {
  padding-left: 49rem !important; }

.pt-200 {
  padding-top: 50rem !important; }

.pr-200 {
  padding-right: 50rem !important; }

.pb-200 {
  padding-bottom: 50rem !important; }

.pl-200 {
  padding-left: 50rem !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; }

.pt-2px {
  padding-top: 2px !important; }

.pr-2px {
  padding-right: 2px !important; }

.pb-2px {
  padding-bottom: 2px !important; }

.pl-2px {
  padding-left: 2px !important; }

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

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

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

.pl-1\/2 {
  padding-left: 50% !important; }

.pt-2\/2 {
  padding-top: 100% !important; }

.pr-2\/2 {
  padding-right: 100% !important; }

.pb-2\/2 {
  padding-bottom: 100% !important; }

.pl-2\/2 {
  padding-left: 100% !important; }

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

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

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

.pl-1\/3 {
  padding-left: 33.333333% !important; }

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

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

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

.pl-2\/3 {
  padding-left: 66.666667% !important; }

.pt-3\/3 {
  padding-top: 100% !important; }

.pr-3\/3 {
  padding-right: 100% !important; }

.pb-3\/3 {
  padding-bottom: 100% !important; }

.pl-3\/3 {
  padding-left: 100% !important; }

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

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

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

.pl-1\/4 {
  padding-left: 25% !important; }

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

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

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

.pl-2\/4 {
  padding-left: 50% !important; }

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

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

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

.pl-3\/4 {
  padding-left: 75% !important; }

.pt-4\/4 {
  padding-top: 100% !important; }

.pr-4\/4 {
  padding-right: 100% !important; }

.pb-4\/4 {
  padding-bottom: 100% !important; }

.pl-4\/4 {
  padding-left: 100% !important; }

.pt-1\/5 {
  padding-top: 20% !important; }

.pr-1\/5 {
  padding-right: 20% !important; }

.pb-1\/5 {
  padding-bottom: 20% !important; }

.pl-1\/5 {
  padding-left: 20% !important; }

.pt-2\/5 {
  padding-top: 40% !important; }

.pr-2\/5 {
  padding-right: 40% !important; }

.pb-2\/5 {
  padding-bottom: 40% !important; }

.pl-2\/5 {
  padding-left: 40% !important; }

.pt-3\/5 {
  padding-top: 60% !important; }

.pr-3\/5 {
  padding-right: 60% !important; }

.pb-3\/5 {
  padding-bottom: 60% !important; }

.pl-3\/5 {
  padding-left: 60% !important; }

.pt-4\/5 {
  padding-top: 80% !important; }

.pr-4\/5 {
  padding-right: 80% !important; }

.pb-4\/5 {
  padding-bottom: 80% !important; }

.pl-4\/5 {
  padding-left: 80% !important; }

.pt-5\/5 {
  padding-top: 100% !important; }

.pr-5\/5 {
  padding-right: 100% !important; }

.pb-5\/5 {
  padding-bottom: 100% !important; }

.pl-5\/5 {
  padding-left: 100% !important; }

.pt-1\/6 {
  padding-top: 16.666667% !important; }

.pr-1\/6 {
  padding-right: 16.666667% !important; }

.pb-1\/6 {
  padding-bottom: 16.666667% !important; }

.pl-1\/6 {
  padding-left: 16.666667% !important; }

.pt-2\/6 {
  padding-top: 33.333333% !important; }

.pr-2\/6 {
  padding-right: 33.333333% !important; }

.pb-2\/6 {
  padding-bottom: 33.333333% !important; }

.pl-2\/6 {
  padding-left: 33.333333% !important; }

.pt-3\/6 {
  padding-top: 50% !important; }

.pr-3\/6 {
  padding-right: 50% !important; }

.pb-3\/6 {
  padding-bottom: 50% !important; }

.pl-3\/6 {
  padding-left: 50% !important; }

.pt-4\/6 {
  padding-top: 66.666667% !important; }

.pr-4\/6 {
  padding-right: 66.666667% !important; }

.pb-4\/6 {
  padding-bottom: 66.666667% !important; }

.pl-4\/6 {
  padding-left: 66.666667% !important; }

.pt-5\/6 {
  padding-top: 83.333333% !important; }

.pr-5\/6 {
  padding-right: 83.333333% !important; }

.pb-5\/6 {
  padding-bottom: 83.333333% !important; }

.pl-5\/6 {
  padding-left: 83.333333% !important; }

.pt-6\/6 {
  padding-top: 100% !important; }

.pr-6\/6 {
  padding-right: 100% !important; }

.pb-6\/6 {
  padding-bottom: 100% !important; }

.pl-6\/6 {
  padding-left: 100% !important; }

.pt-1\/10 {
  padding-top: 10% !important; }

.pr-1\/10 {
  padding-right: 10% !important; }

.pb-1\/10 {
  padding-bottom: 10% !important; }

.pl-1\/10 {
  padding-left: 10% !important; }

.pt-2\/10 {
  padding-top: 20% !important; }

.pr-2\/10 {
  padding-right: 20% !important; }

.pb-2\/10 {
  padding-bottom: 20% !important; }

.pl-2\/10 {
  padding-left: 20% !important; }

.pt-3\/10 {
  padding-top: 30% !important; }

.pr-3\/10 {
  padding-right: 30% !important; }

.pb-3\/10 {
  padding-bottom: 30% !important; }

.pl-3\/10 {
  padding-left: 30% !important; }

.pt-4\/10 {
  padding-top: 40% !important; }

.pr-4\/10 {
  padding-right: 40% !important; }

.pb-4\/10 {
  padding-bottom: 40% !important; }

.pl-4\/10 {
  padding-left: 40% !important; }

.pt-5\/10 {
  padding-top: 50% !important; }

.pr-5\/10 {
  padding-right: 50% !important; }

.pb-5\/10 {
  padding-bottom: 50% !important; }

.pl-5\/10 {
  padding-left: 50% !important; }

.pt-6\/10 {
  padding-top: 60% !important; }

.pr-6\/10 {
  padding-right: 60% !important; }

.pb-6\/10 {
  padding-bottom: 60% !important; }

.pl-6\/10 {
  padding-left: 60% !important; }

.pt-7\/10 {
  padding-top: 70% !important; }

.pr-7\/10 {
  padding-right: 70% !important; }

.pb-7\/10 {
  padding-bottom: 70% !important; }

.pl-7\/10 {
  padding-left: 70% !important; }

.pt-8\/10 {
  padding-top: 80% !important; }

.pr-8\/10 {
  padding-right: 80% !important; }

.pb-8\/10 {
  padding-bottom: 80% !important; }

.pl-8\/10 {
  padding-left: 80% !important; }

.pt-9\/10 {
  padding-top: 90% !important; }

.pr-9\/10 {
  padding-right: 90% !important; }

.pb-9\/10 {
  padding-bottom: 90% !important; }

.pl-9\/10 {
  padding-left: 90% !important; }

.pt-10\/10 {
  padding-top: 100% !important; }

.pr-10\/10 {
  padding-right: 100% !important; }

.pb-10\/10 {
  padding-bottom: 100% !important; }

.pl-10\/10 {
  padding-left: 100% !important; }

.pt-1\/12 {
  padding-top: 8.333333% !important; }

.pr-1\/12 {
  padding-right: 8.333333% !important; }

.pb-1\/12 {
  padding-bottom: 8.333333% !important; }

.pl-1\/12 {
  padding-left: 8.333333% !important; }

.pt-2\/12 {
  padding-top: 16.666667% !important; }

.pr-2\/12 {
  padding-right: 16.666667% !important; }

.pb-2\/12 {
  padding-bottom: 16.666667% !important; }

.pl-2\/12 {
  padding-left: 16.666667% !important; }

.pt-3\/12 {
  padding-top: 25% !important; }

.pr-3\/12 {
  padding-right: 25% !important; }

.pb-3\/12 {
  padding-bottom: 25% !important; }

.pl-3\/12 {
  padding-left: 25% !important; }

.pt-4\/12 {
  padding-top: 33.333333% !important; }

.pr-4\/12 {
  padding-right: 33.333333% !important; }

.pb-4\/12 {
  padding-bottom: 33.333333% !important; }

.pl-4\/12 {
  padding-left: 33.333333% !important; }

.pt-5\/12 {
  padding-top: 41.666667% !important; }

.pr-5\/12 {
  padding-right: 41.666667% !important; }

.pb-5\/12 {
  padding-bottom: 41.666667% !important; }

.pl-5\/12 {
  padding-left: 41.666667% !important; }

.pt-6\/12 {
  padding-top: 50% !important; }

.pr-6\/12 {
  padding-right: 50% !important; }

.pb-6\/12 {
  padding-bottom: 50% !important; }

.pl-6\/12 {
  padding-left: 50% !important; }

.pt-7\/12 {
  padding-top: 58.333333% !important; }

.pr-7\/12 {
  padding-right: 58.333333% !important; }

.pb-7\/12 {
  padding-bottom: 58.333333% !important; }

.pl-7\/12 {
  padding-left: 58.333333% !important; }

.pt-8\/12 {
  padding-top: 66.666667% !important; }

.pr-8\/12 {
  padding-right: 66.666667% !important; }

.pb-8\/12 {
  padding-bottom: 66.666667% !important; }

.pl-8\/12 {
  padding-left: 66.666667% !important; }

.pt-9\/12 {
  padding-top: 75% !important; }

.pr-9\/12 {
  padding-right: 75% !important; }

.pb-9\/12 {
  padding-bottom: 75% !important; }

.pl-9\/12 {
  padding-left: 75% !important; }

.pt-10\/12 {
  padding-top: 83.333333% !important; }

.pr-10\/12 {
  padding-right: 83.333333% !important; }

.pb-10\/12 {
  padding-bottom: 83.333333% !important; }

.pl-10\/12 {
  padding-left: 83.333333% !important; }

.pt-11\/12 {
  padding-top: 91.666667% !important; }

.pr-11\/12 {
  padding-right: 91.666667% !important; }

.pb-11\/12 {
  padding-bottom: 91.666667% !important; }

.pl-11\/12 {
  padding-left: 91.666667% !important; }

.pt-12\/12 {
  padding-top: 100% !important; }

.pr-12\/12 {
  padding-right: 100% !important; }

.pb-12\/12 {
  padding-bottom: 100% !important; }

.pl-12\/12 {
  padding-left: 100% !important; }

.pt-xs {
  padding-top: 20rem !important; }

.pr-xs {
  padding-right: 20rem !important; }

.pb-xs {
  padding-bottom: 20rem !important; }

.pl-xs {
  padding-left: 20rem !important; }

.pt-sm {
  padding-top: 24rem !important; }

.pr-sm {
  padding-right: 24rem !important; }

.pb-sm {
  padding-bottom: 24rem !important; }

.pl-sm {
  padding-left: 24rem !important; }

.pt-md {
  padding-top: 28rem !important; }

.pr-md {
  padding-right: 28rem !important; }

.pb-md {
  padding-bottom: 28rem !important; }

.pl-md {
  padding-left: 28rem !important; }

.pt-lg {
  padding-top: 32rem !important; }

.pr-lg {
  padding-right: 32rem !important; }

.pb-lg {
  padding-bottom: 32rem !important; }

.pl-lg {
  padding-left: 32rem !important; }

.pt-xl {
  padding-top: 36rem !important; }

.pr-xl {
  padding-right: 36rem !important; }

.pb-xl {
  padding-bottom: 36rem !important; }

.pl-xl {
  padding-left: 36rem !important; }

.pt-2xl {
  padding-top: 42rem !important; }

.pr-2xl {
  padding-right: 42rem !important; }

.pb-2xl {
  padding-bottom: 42rem !important; }

.pl-2xl {
  padding-left: 42rem !important; }

.pt-3xl {
  padding-top: 48rem !important; }

.pr-3xl {
  padding-right: 48rem !important; }

.pb-3xl {
  padding-bottom: 48rem !important; }

.pl-3xl {
  padding-left: 48rem !important; }

.pt-4xl {
  padding-top: 56rem !important; }

.pr-4xl {
  padding-right: 56rem !important; }

.pb-4xl {
  padding-bottom: 56rem !important; }

.pl-4xl {
  padding-left: 56rem !important; }

.pt-5xl {
  padding-top: 64rem !important; }

.pr-5xl {
  padding-right: 64rem !important; }

.pb-5xl {
  padding-bottom: 64rem !important; }

.pl-5xl {
  padding-left: 64rem !important; }

.pt-6xl {
  padding-top: 72rem !important; }

.pr-6xl {
  padding-right: 72rem !important; }

.pb-6xl {
  padding-bottom: 72rem !important; }

.pl-6xl {
  padding-left: 72rem !important; }

.pt-7xl {
  padding-top: 80rem !important; }

.pr-7xl {
  padding-right: 80rem !important; }

.pb-7xl {
  padding-bottom: 80rem !important; }

.pl-7xl {
  padding-left: 80rem !important; }

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

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

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

.pl-full {
  padding-left: 100% !important; }

.pt-screenw {
  padding-top: 100vw !important; }

.pr-screenw {
  padding-right: 100vw !important; }

.pb-screenw {
  padding-bottom: 100vw !important; }

.pl-screenw {
  padding-left: 100vw !important; }

.pt-screenh {
  padding-top: 100vh !important; }

.pr-screenh {
  padding-right: 100vh !important; }

.pb-screenh {
  padding-bottom: 100vh !important; }

.pl-screenh {
  padding-left: 100vh !important; }

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent !important; }

.placeholder-transparent::-moz-placeholder {
  color: transparent !important; }

.placeholder-transparent:-ms-input-placeholder {
  color: transparent !important; }

.placeholder-transparent::-ms-input-placeholder {
  color: transparent !important; }

.placeholder-transparent::placeholder {
  color: transparent !important; }

.placeholder-current::-webkit-input-placeholder {
  color: currentColor !important; }

.placeholder-current::-moz-placeholder {
  color: currentColor !important; }

.placeholder-current:-ms-input-placeholder {
  color: currentColor !important; }

.placeholder-current::-ms-input-placeholder {
  color: currentColor !important; }

.placeholder-current::placeholder {
  color: currentColor !important; }

.placeholder-inherit::-webkit-input-placeholder {
  color: inherit !important; }

.placeholder-inherit::-moz-placeholder {
  color: inherit !important; }

.placeholder-inherit:-ms-input-placeholder {
  color: inherit !important; }

.placeholder-inherit::-ms-input-placeholder {
  color: inherit !important; }

.placeholder-inherit::placeholder {
  color: inherit !important; }

.placeholder-black-10::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.placeholder-black-10::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.placeholder-black-10:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.placeholder-black-10::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.placeholder-black-10::placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.placeholder-black-20::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.placeholder-black-20::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.placeholder-black-20:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.placeholder-black-20::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.placeholder-black-20::placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.placeholder-black-30::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.placeholder-black-30::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.placeholder-black-30:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.placeholder-black-30::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.placeholder-black-30::placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.placeholder-black-40::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.placeholder-black-40::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.placeholder-black-40:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.placeholder-black-40::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.placeholder-black-40::placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.placeholder-black-50::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.placeholder-black-50::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.placeholder-black-50:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.placeholder-black-50::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.placeholder-black-50::placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.placeholder-black-60::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.placeholder-black-60::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.placeholder-black-60:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.placeholder-black-60::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.placeholder-black-60::placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.placeholder-black-70::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.placeholder-black-70::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.placeholder-black-70:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.placeholder-black-70::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.placeholder-black-70::placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.placeholder-black-80::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.placeholder-black-80::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.placeholder-black-80:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.placeholder-black-80::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.placeholder-black-80::placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.placeholder-black-90::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.placeholder-black-90::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.placeholder-black-90:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.placeholder-black-90::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.placeholder-black-90::placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.placeholder-black::-webkit-input-placeholder {
  color: black !important; }

.placeholder-black::-moz-placeholder {
  color: black !important; }

.placeholder-black:-ms-input-placeholder {
  color: black !important; }

.placeholder-black::-ms-input-placeholder {
  color: black !important; }

.placeholder-black::placeholder {
  color: black !important; }

.placeholder-white-10::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.placeholder-white-10::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.placeholder-white-10:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.placeholder-white-10::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.placeholder-white-10::placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.placeholder-white-20::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.placeholder-white-20::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.placeholder-white-20:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.placeholder-white-20::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.placeholder-white-20::placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.placeholder-white-30::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.placeholder-white-30::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.placeholder-white-30:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.placeholder-white-30::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.placeholder-white-30::placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.placeholder-white-40::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.placeholder-white-40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.placeholder-white-40:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.placeholder-white-40::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.placeholder-white-40::placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.placeholder-white-50::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.placeholder-white-50::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.placeholder-white-50:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.placeholder-white-50::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.placeholder-white-50::placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.placeholder-white-60::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.placeholder-white-60::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.placeholder-white-60:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.placeholder-white-60::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.placeholder-white-60::placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.placeholder-white-70::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.placeholder-white-70::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.placeholder-white-70:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.placeholder-white-70::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

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

.placeholder-white-80::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.placeholder-white-80::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.placeholder-white-80:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.placeholder-white-80::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.placeholder-white-80::placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.placeholder-white-90::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.placeholder-white-90::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.placeholder-white-90:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.placeholder-white-90::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.placeholder-white-90::placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.placeholder-white::-webkit-input-placeholder {
  color: white !important; }

.placeholder-white::-moz-placeholder {
  color: white !important; }

.placeholder-white:-ms-input-placeholder {
  color: white !important; }

.placeholder-white::-ms-input-placeholder {
  color: white !important; }

.placeholder-white::placeholder {
  color: white !important; }

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent !important; }

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important; }

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important; }

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent !important; }

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important; }

.focus\:placeholder-current:focus::-webkit-input-placeholder {
  color: currentColor !important; }

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important; }

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor !important; }

.focus\:placeholder-current:focus::-ms-input-placeholder {
  color: currentColor !important; }

.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important; }

.focus\:placeholder-inherit:focus::-webkit-input-placeholder {
  color: inherit !important; }

.focus\:placeholder-inherit:focus::-moz-placeholder {
  color: inherit !important; }

.focus\:placeholder-inherit:focus:-ms-input-placeholder {
  color: inherit !important; }

.focus\:placeholder-inherit:focus::-ms-input-placeholder {
  color: inherit !important; }

.focus\:placeholder-inherit:focus::placeholder {
  color: inherit !important; }

.focus\:placeholder-black-10:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.focus\:placeholder-black-10:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.focus\:placeholder-black-10:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.focus\:placeholder-black-10:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.focus\:placeholder-black-10:focus::placeholder {
  color: rgba(0, 0, 0, 0.1) !important; }

.focus\:placeholder-black-20:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.focus\:placeholder-black-20:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.focus\:placeholder-black-20:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.focus\:placeholder-black-20:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.focus\:placeholder-black-20:focus::placeholder {
  color: rgba(0, 0, 0, 0.2) !important; }

.focus\:placeholder-black-30:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.focus\:placeholder-black-30:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.focus\:placeholder-black-30:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.focus\:placeholder-black-30:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.focus\:placeholder-black-30:focus::placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.focus\:placeholder-black-40:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.focus\:placeholder-black-40:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.focus\:placeholder-black-40:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.focus\:placeholder-black-40:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.focus\:placeholder-black-40:focus::placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.focus\:placeholder-black-50:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.focus\:placeholder-black-50:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.focus\:placeholder-black-50:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.focus\:placeholder-black-50:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.focus\:placeholder-black-50:focus::placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.focus\:placeholder-black-60:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.focus\:placeholder-black-60:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.focus\:placeholder-black-60:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.focus\:placeholder-black-60:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.focus\:placeholder-black-60:focus::placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

.focus\:placeholder-black-70:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.focus\:placeholder-black-70:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.focus\:placeholder-black-70:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.focus\:placeholder-black-70:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.focus\:placeholder-black-70:focus::placeholder {
  color: rgba(0, 0, 0, 0.7) !important; }

.focus\:placeholder-black-80:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.focus\:placeholder-black-80:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.focus\:placeholder-black-80:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.focus\:placeholder-black-80:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.focus\:placeholder-black-80:focus::placeholder {
  color: rgba(0, 0, 0, 0.8) !important; }

.focus\:placeholder-black-90:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.focus\:placeholder-black-90:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.focus\:placeholder-black-90:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.focus\:placeholder-black-90:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.focus\:placeholder-black-90:focus::placeholder {
  color: rgba(0, 0, 0, 0.9) !important; }

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  color: black !important; }

.focus\:placeholder-black:focus::-moz-placeholder {
  color: black !important; }

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: black !important; }

.focus\:placeholder-black:focus::-ms-input-placeholder {
  color: black !important; }

.focus\:placeholder-black:focus::placeholder {
  color: black !important; }

.focus\:placeholder-white-10:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.focus\:placeholder-white-10:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.focus\:placeholder-white-10:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.focus\:placeholder-white-10:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.focus\:placeholder-white-10:focus::placeholder {
  color: rgba(255, 255, 255, 0.1) !important; }

.focus\:placeholder-white-20:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.focus\:placeholder-white-20:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.focus\:placeholder-white-20:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.focus\:placeholder-white-20:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.focus\:placeholder-white-20:focus::placeholder {
  color: rgba(255, 255, 255, 0.2) !important; }

.focus\:placeholder-white-30:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.focus\:placeholder-white-30:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.focus\:placeholder-white-30:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.focus\:placeholder-white-30:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.focus\:placeholder-white-30:focus::placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

.focus\:placeholder-white-40:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.focus\:placeholder-white-40:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.focus\:placeholder-white-40:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.focus\:placeholder-white-40:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.focus\:placeholder-white-40:focus::placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

.focus\:placeholder-white-50:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.focus\:placeholder-white-50:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.focus\:placeholder-white-50:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.focus\:placeholder-white-50:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.focus\:placeholder-white-50:focus::placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.focus\:placeholder-white-60:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.focus\:placeholder-white-60:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.focus\:placeholder-white-60:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.focus\:placeholder-white-60:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.focus\:placeholder-white-60:focus::placeholder {
  color: rgba(255, 255, 255, 0.6) !important; }

.focus\:placeholder-white-70:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.focus\:placeholder-white-70:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.focus\:placeholder-white-70:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.focus\:placeholder-white-70:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.focus\:placeholder-white-70:focus::placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.focus\:placeholder-white-80:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.focus\:placeholder-white-80:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.focus\:placeholder-white-80:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.focus\:placeholder-white-80:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.focus\:placeholder-white-80:focus::placeholder {
  color: rgba(255, 255, 255, 0.8) !important; }

.focus\:placeholder-white-90:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.focus\:placeholder-white-90:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.focus\:placeholder-white-90:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.focus\:placeholder-white-90:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.focus\:placeholder-white-90:focus::placeholder {
  color: rgba(255, 255, 255, 0.9) !important; }

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  color: white !important; }

.focus\:placeholder-white:focus::-moz-placeholder {
  color: white !important; }

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: white !important; }

.focus\:placeholder-white:focus::-ms-input-placeholder {
  color: white !important; }

.focus\:placeholder-white:focus::placeholder {
  color: white !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::-ms-input-placeholder {
  --placeholder-opacity: 0 !important; }

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

.placeholder-opacity-5::-webkit-input-placeholder {
  --placeholder-opacity: 0.05 !important; }

.placeholder-opacity-5::-moz-placeholder {
  --placeholder-opacity: 0.05 !important; }

.placeholder-opacity-5:-ms-input-placeholder {
  --placeholder-opacity: 0.05 !important; }

.placeholder-opacity-5::-ms-input-placeholder {
  --placeholder-opacity: 0.05 !important; }

.placeholder-opacity-5::placeholder {
  --placeholder-opacity: 0.05 !important; }

.placeholder-opacity-10::-webkit-input-placeholder {
  --placeholder-opacity: 0.1 !important; }

.placeholder-opacity-10::-moz-placeholder {
  --placeholder-opacity: 0.1 !important; }

.placeholder-opacity-10:-ms-input-placeholder {
  --placeholder-opacity: 0.1 !important; }

.placeholder-opacity-10::-ms-input-placeholder {
  --placeholder-opacity: 0.1 !important; }

.placeholder-opacity-10::placeholder {
  --placeholder-opacity: 0.1 !important; }

.placeholder-opacity-15::-webkit-input-placeholder {
  --placeholder-opacity: 0.15 !important; }

.placeholder-opacity-15::-moz-placeholder {
  --placeholder-opacity: 0.15 !important; }

.placeholder-opacity-15:-ms-input-placeholder {
  --placeholder-opacity: 0.15 !important; }

.placeholder-opacity-15::-ms-input-placeholder {
  --placeholder-opacity: 0.15 !important; }

.placeholder-opacity-15::placeholder {
  --placeholder-opacity: 0.15 !important; }

.placeholder-opacity-20::-webkit-input-placeholder {
  --placeholder-opacity: 0.2 !important; }

.placeholder-opacity-20::-moz-placeholder {
  --placeholder-opacity: 0.2 !important; }

.placeholder-opacity-20:-ms-input-placeholder {
  --placeholder-opacity: 0.2 !important; }

.placeholder-opacity-20::-ms-input-placeholder {
  --placeholder-opacity: 0.2 !important; }

.placeholder-opacity-20::placeholder {
  --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important; }

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

.placeholder-opacity-30::-webkit-input-placeholder {
  --placeholder-opacity: 0.3 !important; }

.placeholder-opacity-30::-moz-placeholder {
  --placeholder-opacity: 0.3 !important; }

.placeholder-opacity-30:-ms-input-placeholder {
  --placeholder-opacity: 0.3 !important; }

.placeholder-opacity-30::-ms-input-placeholder {
  --placeholder-opacity: 0.3 !important; }

.placeholder-opacity-30::placeholder {
  --placeholder-opacity: 0.3 !important; }

.placeholder-opacity-35::-webkit-input-placeholder {
  --placeholder-opacity: 0.35 !important; }

.placeholder-opacity-35::-moz-placeholder {
  --placeholder-opacity: 0.35 !important; }

.placeholder-opacity-35:-ms-input-placeholder {
  --placeholder-opacity: 0.35 !important; }

.placeholder-opacity-35::-ms-input-placeholder {
  --placeholder-opacity: 0.35 !important; }

.placeholder-opacity-35::placeholder {
  --placeholder-opacity: 0.35 !important; }

.placeholder-opacity-40::-webkit-input-placeholder {
  --placeholder-opacity: 0.4 !important; }

.placeholder-opacity-40::-moz-placeholder {
  --placeholder-opacity: 0.4 !important; }

.placeholder-opacity-40:-ms-input-placeholder {
  --placeholder-opacity: 0.4 !important; }

.placeholder-opacity-40::-ms-input-placeholder {
  --placeholder-opacity: 0.4 !important; }

.placeholder-opacity-40::placeholder {
  --placeholder-opacity: 0.4 !important; }

.placeholder-opacity-45::-webkit-input-placeholder {
  --placeholder-opacity: 0.45 !important; }

.placeholder-opacity-45::-moz-placeholder {
  --placeholder-opacity: 0.45 !important; }

.placeholder-opacity-45:-ms-input-placeholder {
  --placeholder-opacity: 0.45 !important; }

.placeholder-opacity-45::-ms-input-placeholder {
  --placeholder-opacity: 0.45 !important; }

.placeholder-opacity-45::placeholder {
  --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important; }

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

.placeholder-opacity-55::-webkit-input-placeholder {
  --placeholder-opacity: 0.55 !important; }

.placeholder-opacity-55::-moz-placeholder {
  --placeholder-opacity: 0.55 !important; }

.placeholder-opacity-55:-ms-input-placeholder {
  --placeholder-opacity: 0.55 !important; }

.placeholder-opacity-55::-ms-input-placeholder {
  --placeholder-opacity: 0.55 !important; }

.placeholder-opacity-55::placeholder {
  --placeholder-opacity: 0.55 !important; }

.placeholder-opacity-60::-webkit-input-placeholder {
  --placeholder-opacity: 0.6 !important; }

.placeholder-opacity-60::-moz-placeholder {
  --placeholder-opacity: 0.6 !important; }

.placeholder-opacity-60:-ms-input-placeholder {
  --placeholder-opacity: 0.6 !important; }

.placeholder-opacity-60::-ms-input-placeholder {
  --placeholder-opacity: 0.6 !important; }

.placeholder-opacity-60::placeholder {
  --placeholder-opacity: 0.6 !important; }

.placeholder-opacity-65::-webkit-input-placeholder {
  --placeholder-opacity: 0.65 !important; }

.placeholder-opacity-65::-moz-placeholder {
  --placeholder-opacity: 0.65 !important; }

.placeholder-opacity-65:-ms-input-placeholder {
  --placeholder-opacity: 0.65 !important; }

.placeholder-opacity-65::-ms-input-placeholder {
  --placeholder-opacity: 0.65 !important; }

.placeholder-opacity-65::placeholder {
  --placeholder-opacity: 0.65 !important; }

.placeholder-opacity-70::-webkit-input-placeholder {
  --placeholder-opacity: 0.7 !important; }

.placeholder-opacity-70::-moz-placeholder {
  --placeholder-opacity: 0.7 !important; }

.placeholder-opacity-70:-ms-input-placeholder {
  --placeholder-opacity: 0.7 !important; }

.placeholder-opacity-70::-ms-input-placeholder {
  --placeholder-opacity: 0.7 !important; }

.placeholder-opacity-70::placeholder {
  --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important; }

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

.placeholder-opacity-80::-webkit-input-placeholder {
  --placeholder-opacity: 0.8 !important; }

.placeholder-opacity-80::-moz-placeholder {
  --placeholder-opacity: 0.8 !important; }

.placeholder-opacity-80:-ms-input-placeholder {
  --placeholder-opacity: 0.8 !important; }

.placeholder-opacity-80::-ms-input-placeholder {
  --placeholder-opacity: 0.8 !important; }

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

.placeholder-opacity-85::-webkit-input-placeholder {
  --placeholder-opacity: 0.85 !important; }

.placeholder-opacity-85::-moz-placeholder {
  --placeholder-opacity: 0.85 !important; }

.placeholder-opacity-85:-ms-input-placeholder {
  --placeholder-opacity: 0.85 !important; }

.placeholder-opacity-85::-ms-input-placeholder {
  --placeholder-opacity: 0.85 !important; }

.placeholder-opacity-85::placeholder {
  --placeholder-opacity: 0.85 !important; }

.placeholder-opacity-90::-webkit-input-placeholder {
  --placeholder-opacity: 0.9 !important; }

.placeholder-opacity-90::-moz-placeholder {
  --placeholder-opacity: 0.9 !important; }

.placeholder-opacity-90:-ms-input-placeholder {
  --placeholder-opacity: 0.9 !important; }

.placeholder-opacity-90::-ms-input-placeholder {
  --placeholder-opacity: 0.9 !important; }

.placeholder-opacity-90::placeholder {
  --placeholder-opacity: 0.9 !important; }

.placeholder-opacity-95::-webkit-input-placeholder {
  --placeholder-opacity: 0.95 !important; }

.placeholder-opacity-95::-moz-placeholder {
  --placeholder-opacity: 0.95 !important; }

.placeholder-opacity-95:-ms-input-placeholder {
  --placeholder-opacity: 0.95 !important; }

.placeholder-opacity-95::-ms-input-placeholder {
  --placeholder-opacity: 0.95 !important; }

.placeholder-opacity-95::placeholder {
  --placeholder-opacity: 0.95 !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::-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::-ms-input-placeholder {
  --placeholder-opacity: 0 !important; }

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

.focus\:placeholder-opacity-5:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.05 !important; }

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --placeholder-opacity: 0.05 !important; }

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.05 !important; }

.focus\:placeholder-opacity-5:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.05 !important; }

.focus\:placeholder-opacity-5:focus::placeholder {
  --placeholder-opacity: 0.05 !important; }

.focus\:placeholder-opacity-10:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.1 !important; }

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --placeholder-opacity: 0.1 !important; }

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.1 !important; }

.focus\:placeholder-opacity-10:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.1 !important; }

.focus\:placeholder-opacity-10:focus::placeholder {
  --placeholder-opacity: 0.1 !important; }

.focus\:placeholder-opacity-15:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.15 !important; }

.focus\:placeholder-opacity-15:focus::-moz-placeholder {
  --placeholder-opacity: 0.15 !important; }

.focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.15 !important; }

.focus\:placeholder-opacity-15:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.15 !important; }

.focus\:placeholder-opacity-15:focus::placeholder {
  --placeholder-opacity: 0.15 !important; }

.focus\:placeholder-opacity-20:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.2 !important; }

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --placeholder-opacity: 0.2 !important; }

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.2 !important; }

.focus\:placeholder-opacity-20:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.2 !important; }

.focus\:placeholder-opacity-20:focus::placeholder {
  --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important; }

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

.focus\:placeholder-opacity-30:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.3 !important; }

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --placeholder-opacity: 0.3 !important; }

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.3 !important; }

.focus\:placeholder-opacity-30:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.3 !important; }

.focus\:placeholder-opacity-30:focus::placeholder {
  --placeholder-opacity: 0.3 !important; }

.focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.35 !important; }

.focus\:placeholder-opacity-35:focus::-moz-placeholder {
  --placeholder-opacity: 0.35 !important; }

.focus\:placeholder-opacity-35:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.35 !important; }

.focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.35 !important; }

.focus\:placeholder-opacity-35:focus::placeholder {
  --placeholder-opacity: 0.35 !important; }

.focus\:placeholder-opacity-40:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.4 !important; }

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --placeholder-opacity: 0.4 !important; }

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.4 !important; }

.focus\:placeholder-opacity-40:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.4 !important; }

.focus\:placeholder-opacity-40:focus::placeholder {
  --placeholder-opacity: 0.4 !important; }

.focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.45 !important; }

.focus\:placeholder-opacity-45:focus::-moz-placeholder {
  --placeholder-opacity: 0.45 !important; }

.focus\:placeholder-opacity-45:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.45 !important; }

.focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.45 !important; }

.focus\:placeholder-opacity-45:focus::placeholder {
  --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important; }

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

.focus\:placeholder-opacity-55:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.55 !important; }

.focus\:placeholder-opacity-55:focus::-moz-placeholder {
  --placeholder-opacity: 0.55 !important; }

.focus\:placeholder-opacity-55:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.55 !important; }

.focus\:placeholder-opacity-55:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.55 !important; }

.focus\:placeholder-opacity-55:focus::placeholder {
  --placeholder-opacity: 0.55 !important; }

.focus\:placeholder-opacity-60:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.6 !important; }

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --placeholder-opacity: 0.6 !important; }

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.6 !important; }

.focus\:placeholder-opacity-60:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.6 !important; }

.focus\:placeholder-opacity-60:focus::placeholder {
  --placeholder-opacity: 0.6 !important; }

.focus\:placeholder-opacity-65:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.65 !important; }

.focus\:placeholder-opacity-65:focus::-moz-placeholder {
  --placeholder-opacity: 0.65 !important; }

.focus\:placeholder-opacity-65:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.65 !important; }

.focus\:placeholder-opacity-65:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.65 !important; }

.focus\:placeholder-opacity-65:focus::placeholder {
  --placeholder-opacity: 0.65 !important; }

.focus\:placeholder-opacity-70:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.7 !important; }

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --placeholder-opacity: 0.7 !important; }

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.7 !important; }

.focus\:placeholder-opacity-70:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.7 !important; }

.focus\:placeholder-opacity-70:focus::placeholder {
  --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important; }

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

.focus\:placeholder-opacity-80:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.8 !important; }

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

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.8 !important; }

.focus\:placeholder-opacity-80:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.8 !important; }

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

.focus\:placeholder-opacity-85:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.85 !important; }

.focus\:placeholder-opacity-85:focus::-moz-placeholder {
  --placeholder-opacity: 0.85 !important; }

.focus\:placeholder-opacity-85:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.85 !important; }

.focus\:placeholder-opacity-85:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.85 !important; }

.focus\:placeholder-opacity-85:focus::placeholder {
  --placeholder-opacity: 0.85 !important; }

.focus\:placeholder-opacity-90:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.9 !important; }

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --placeholder-opacity: 0.9 !important; }

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.9 !important; }

.focus\:placeholder-opacity-90:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.9 !important; }

.focus\:placeholder-opacity-90:focus::placeholder {
  --placeholder-opacity: 0.9 !important; }

.focus\:placeholder-opacity-95:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.95 !important; }

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --placeholder-opacity: 0.95 !important; }

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.95 !important; }

.focus\:placeholder-opacity-95:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.95 !important; }

.focus\:placeholder-opacity-95:focus::placeholder {
  --placeholder-opacity: 0.95 !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::-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-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.resize-none {
  resize: none !important; }

.resize-y {
  resize: vertical !important; }

.resize-x {
  resize: horizontal !important; }

.resize {
  resize: both !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-DEFAULT {
  -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-3xl {
  -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !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-DEFAULT: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-3xl:hover {
  -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !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-DEFAULT: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-3xl:focus {
  -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.focus-within\:shadow-sm:focus-within {
  -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-within\:shadow-DEFAULT:focus-within {
  -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-within\:shadow-md:focus-within {
  -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-within\:shadow-lg:focus-within {
  -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-within\:shadow-xl:focus-within {
  -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-within\:shadow-2xl:focus-within {
  -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-within\:shadow-3xl:focus-within {
  -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }

.focus-within\:shadow-inner:focus-within {
  -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-within\:shadow-none:focus-within {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.group:hover .group-hover\: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; }

.group:hover .group-hover\:shadow-DEFAULT {
  -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; }

.group:hover .group-hover\: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; }

.group:hover .group-hover\: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; }

.group:hover .group-hover\: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; }

.group:hover .group-hover\: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; }

.group:hover .group-hover\:shadow-3xl {
  -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }

.group:hover .group-hover\: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; }

.group:hover .group-hover\:shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.fill-current {
  fill: currentColor !important; }

.group:hover .group-hover\: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-transparent {
  color: transparent !important; }

.text-current {
  color: currentColor !important; }

.text-inherit {
  color: inherit !important; }

.text-black-10 {
  color: rgba(0, 0, 0, 0.1) !important; }

.text-black-20 {
  color: rgba(0, 0, 0, 0.2) !important; }

.text-black-30 {
  color: rgba(0, 0, 0, 0.3) !important; }

.text-black-40 {
  color: rgba(0, 0, 0, 0.4) !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-black-60 {
  color: rgba(0, 0, 0, 0.6) !important; }

.text-black-70 {
  color: rgba(0, 0, 0, 0.7) !important; }

.text-black-80 {
  color: rgba(0, 0, 0, 0.8) !important; }

.text-black-90 {
  color: rgba(0, 0, 0, 0.9) !important; }

.text-black {
  color: black !important; }

.text-white-10 {
  color: rgba(255, 255, 255, 0.1) !important; }

.text-white-20 {
  color: rgba(255, 255, 255, 0.2) !important; }

.text-white-30 {
  color: rgba(255, 255, 255, 0.3) !important; }

.text-white-40 {
  color: rgba(255, 255, 255, 0.4) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important; }

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

.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-white-90 {
  color: rgba(255, 255, 255, 0.9) !important; }

.text-white {
  color: white !important; }

.group:hover .group-hover\:text-transparent {
  color: transparent !important; }

.group:hover .group-hover\:text-current {
  color: currentColor !important; }

.group:hover .group-hover\:text-inherit {
  color: inherit !important; }

.group:hover .group-hover\:text-black-10 {
  color: rgba(0, 0, 0, 0.1) !important; }

.group:hover .group-hover\:text-black-20 {
  color: rgba(0, 0, 0, 0.2) !important; }

.group:hover .group-hover\:text-black-30 {
  color: rgba(0, 0, 0, 0.3) !important; }

.group:hover .group-hover\:text-black-40 {
  color: rgba(0, 0, 0, 0.4) !important; }

.group:hover .group-hover\:text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.group:hover .group-hover\:text-black-60 {
  color: rgba(0, 0, 0, 0.6) !important; }

.group:hover .group-hover\:text-black-70 {
  color: rgba(0, 0, 0, 0.7) !important; }

.group:hover .group-hover\:text-black-80 {
  color: rgba(0, 0, 0, 0.8) !important; }

.group:hover .group-hover\:text-black-90 {
  color: rgba(0, 0, 0, 0.9) !important; }

.group:hover .group-hover\:text-black {
  color: black !important; }

.group:hover .group-hover\:text-white-10 {
  color: rgba(255, 255, 255, 0.1) !important; }

.group:hover .group-hover\:text-white-20 {
  color: rgba(255, 255, 255, 0.2) !important; }

.group:hover .group-hover\:text-white-30 {
  color: rgba(255, 255, 255, 0.3) !important; }

.group:hover .group-hover\:text-white-40 {
  color: rgba(255, 255, 255, 0.4) !important; }

.group:hover .group-hover\:text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.group:hover .group-hover\:text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important; }

.group:hover .group-hover\:text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important; }

.group:hover .group-hover\:text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important; }

.group:hover .group-hover\:text-white-90 {
  color: rgba(255, 255, 255, 0.9) !important; }

.group:hover .group-hover\:text-white {
  color: white !important; }

.hover\:text-transparent:hover {
  color: transparent !important; }

.hover\:text-current:hover {
  color: currentColor !important; }

.hover\:text-inherit:hover {
  color: inherit !important; }

.hover\:text-black-10:hover {
  color: rgba(0, 0, 0, 0.1) !important; }

.hover\:text-black-20:hover {
  color: rgba(0, 0, 0, 0.2) !important; }

.hover\:text-black-30:hover {
  color: rgba(0, 0, 0, 0.3) !important; }

.hover\:text-black-40:hover {
  color: rgba(0, 0, 0, 0.4) !important; }

.hover\:text-black-50:hover {
  color: rgba(0, 0, 0, 0.5) !important; }

.hover\:text-black-60:hover {
  color: rgba(0, 0, 0, 0.6) !important; }

.hover\:text-black-70:hover {
  color: rgba(0, 0, 0, 0.7) !important; }

.hover\:text-black-80:hover {
  color: rgba(0, 0, 0, 0.8) !important; }

.hover\:text-black-90:hover {
  color: rgba(0, 0, 0, 0.9) !important; }

.hover\:text-black:hover {
  color: black !important; }

.hover\:text-white-10:hover {
  color: rgba(255, 255, 255, 0.1) !important; }

.hover\:text-white-20:hover {
  color: rgba(255, 255, 255, 0.2) !important; }

.hover\:text-white-30:hover {
  color: rgba(255, 255, 255, 0.3) !important; }

.hover\:text-white-40:hover {
  color: rgba(255, 255, 255, 0.4) !important; }

.hover\:text-white-50:hover {
  color: rgba(255, 255, 255, 0.5) !important; }

.hover\:text-white-60:hover {
  color: rgba(255, 255, 255, 0.6) !important; }

.hover\:text-white-70:hover {
  color: rgba(255, 255, 255, 0.7) !important; }

.hover\:text-white-80:hover {
  color: rgba(255, 255, 255, 0.8) !important; }

.hover\:text-white-90:hover {
  color: rgba(255, 255, 255, 0.9) !important; }

.hover\:text-white:hover {
  color: white !important; }

.focus\:text-transparent:focus {
  color: transparent !important; }

.focus\:text-current:focus {
  color: currentColor !important; }

.focus\:text-inherit:focus {
  color: inherit !important; }

.focus\:text-black-10:focus {
  color: rgba(0, 0, 0, 0.1) !important; }

.focus\:text-black-20:focus {
  color: rgba(0, 0, 0, 0.2) !important; }

.focus\:text-black-30:focus {
  color: rgba(0, 0, 0, 0.3) !important; }

.focus\:text-black-40:focus {
  color: rgba(0, 0, 0, 0.4) !important; }

.focus\:text-black-50:focus {
  color: rgba(0, 0, 0, 0.5) !important; }

.focus\:text-black-60:focus {
  color: rgba(0, 0, 0, 0.6) !important; }

.focus\:text-black-70:focus {
  color: rgba(0, 0, 0, 0.7) !important; }

.focus\:text-black-80:focus {
  color: rgba(0, 0, 0, 0.8) !important; }

.focus\:text-black-90:focus {
  color: rgba(0, 0, 0, 0.9) !important; }

.focus\:text-black:focus {
  color: black !important; }

.focus\:text-white-10:focus {
  color: rgba(255, 255, 255, 0.1) !important; }

.focus\:text-white-20:focus {
  color: rgba(255, 255, 255, 0.2) !important; }

.focus\:text-white-30:focus {
  color: rgba(255, 255, 255, 0.3) !important; }

.focus\:text-white-40:focus {
  color: rgba(255, 255, 255, 0.4) !important; }

.focus\:text-white-50:focus {
  color: rgba(255, 255, 255, 0.5) !important; }

.focus\:text-white-60:focus {
  color: rgba(255, 255, 255, 0.6) !important; }

.focus\:text-white-70:focus {
  color: rgba(255, 255, 255, 0.7) !important; }

.focus\:text-white-80:focus {
  color: rgba(255, 255, 255, 0.8) !important; }

.focus\:text-white-90:focus {
  color: rgba(255, 255, 255, 0.9) !important; }

.focus\:text-white:focus {
  color: white !important; }

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

.text-opacity-5 {
  --text-opacity: 0.05 !important; }

.text-opacity-10 {
  --text-opacity: 0.1 !important; }

.text-opacity-15 {
  --text-opacity: 0.15 !important; }

.text-opacity-20 {
  --text-opacity: 0.2 !important; }

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

.text-opacity-30 {
  --text-opacity: 0.3 !important; }

.text-opacity-35 {
  --text-opacity: 0.35 !important; }

.text-opacity-40 {
  --text-opacity: 0.4 !important; }

.text-opacity-45 {
  --text-opacity: 0.45 !important; }

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

.text-opacity-55 {
  --text-opacity: 0.55 !important; }

.text-opacity-60 {
  --text-opacity: 0.6 !important; }

.text-opacity-65 {
  --text-opacity: 0.65 !important; }

.text-opacity-70 {
  --text-opacity: 0.7 !important; }

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

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

.text-opacity-85 {
  --text-opacity: 0.85 !important; }

.text-opacity-90 {
  --text-opacity: 0.9 !important; }

.text-opacity-95 {
  --text-opacity: 0.95 !important; }

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

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

.hover\:text-opacity-5:hover {
  --text-opacity: 0.05 !important; }

.hover\:text-opacity-10:hover {
  --text-opacity: 0.1 !important; }

.hover\:text-opacity-15:hover {
  --text-opacity: 0.15 !important; }

.hover\:text-opacity-20:hover {
  --text-opacity: 0.2 !important; }

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

.hover\:text-opacity-30:hover {
  --text-opacity: 0.3 !important; }

.hover\:text-opacity-35:hover {
  --text-opacity: 0.35 !important; }

.hover\:text-opacity-40:hover {
  --text-opacity: 0.4 !important; }

.hover\:text-opacity-45:hover {
  --text-opacity: 0.45 !important; }

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

.hover\:text-opacity-55:hover {
  --text-opacity: 0.55 !important; }

.hover\:text-opacity-60:hover {
  --text-opacity: 0.6 !important; }

.hover\:text-opacity-65:hover {
  --text-opacity: 0.65 !important; }

.hover\:text-opacity-70:hover {
  --text-opacity: 0.7 !important; }

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

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

.hover\:text-opacity-85:hover {
  --text-opacity: 0.85 !important; }

.hover\:text-opacity-90:hover {
  --text-opacity: 0.9 !important; }

.hover\:text-opacity-95:hover {
  --text-opacity: 0.95 !important; }

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

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

.focus\:text-opacity-5:focus {
  --text-opacity: 0.05 !important; }

.focus\:text-opacity-10:focus {
  --text-opacity: 0.1 !important; }

.focus\:text-opacity-15:focus {
  --text-opacity: 0.15 !important; }

.focus\:text-opacity-20:focus {
  --text-opacity: 0.2 !important; }

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

.focus\:text-opacity-30:focus {
  --text-opacity: 0.3 !important; }

.focus\:text-opacity-35:focus {
  --text-opacity: 0.35 !important; }

.focus\:text-opacity-40:focus {
  --text-opacity: 0.4 !important; }

.focus\:text-opacity-45:focus {
  --text-opacity: 0.45 !important; }

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

.focus\:text-opacity-55:focus {
  --text-opacity: 0.55 !important; }

.focus\:text-opacity-60:focus {
  --text-opacity: 0.6 !important; }

.focus\:text-opacity-65:focus {
  --text-opacity: 0.65 !important; }

.focus\:text-opacity-70:focus {
  --text-opacity: 0.7 !important; }

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

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

.focus\:text-opacity-85:focus {
  --text-opacity: 0.85 !important; }

.focus\:text-opacity-90:focus {
  --text-opacity: 0.9 !important; }

.focus\:text-opacity-95:focus {
  --text-opacity: 0.95 !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; }

.group:hover .group-hover\:underline {
  text-decoration: underline !important; }

.group:hover .group-hover\:line-through {
  text-decoration: line-through !important; }

.group:hover .group-hover\:no-underline {
  text-decoration: none !important; }

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

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important; }

.normal-nums {
  font-variant-numeric: normal !important; }

.ordinal {
  --font-variant-numeric-ordinal: ordinal !important; }

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero !important; }

.lining-nums {
  --font-variant-numeric-figure: lining-nums !important; }

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums !important; }

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums !important; }

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums !important; }

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions !important; }

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions !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; }

.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 {
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important; }

.break-words {
  word-wrap: break-word !important;
  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: 0rem !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-7 {
  width: 1.75rem !important; }

.w-8 {
  width: 2rem !important; }

.w-9 {
  width: 2.25rem !important; }

.w-10 {
  width: 2.5rem !important; }

.w-11 {
  width: 2.75rem !important; }

.w-12 {
  width: 3rem !important; }

.w-13 {
  width: 3.25rem !important; }

.w-14 {
  width: 3.5rem !important; }

.w-15 {
  width: 3.75rem !important; }

.w-16 {
  width: 4rem !important; }

.w-17 {
  width: 4.25rem !important; }

.w-18 {
  width: 4.5rem !important; }

.w-19 {
  width: 4.75rem !important; }

.w-20 {
  width: 5rem !important; }

.w-21 {
  width: 5.25rem !important; }

.w-22 {
  width: 5.5rem !important; }

.w-23 {
  width: 5.75rem !important; }

.w-24 {
  width: 6rem !important; }

.w-25 {
  width: 6.25rem !important; }

.w-26 {
  width: 6.5rem !important; }

.w-27 {
  width: 6.75rem !important; }

.w-28 {
  width: 7rem !important; }

.w-29 {
  width: 7.25rem !important; }

.w-30 {
  width: 7.5rem !important; }

.w-31 {
  width: 7.75rem !important; }

.w-32 {
  width: 8rem !important; }

.w-33 {
  width: 8.25rem !important; }

.w-34 {
  width: 8.5rem !important; }

.w-35 {
  width: 8.75rem !important; }

.w-36 {
  width: 9rem !important; }

.w-37 {
  width: 9.25rem !important; }

.w-38 {
  width: 9.5rem !important; }

.w-39 {
  width: 9.75rem !important; }

.w-40 {
  width: 10rem !important; }

.w-41 {
  width: 10.25rem !important; }

.w-42 {
  width: 10.5rem !important; }

.w-43 {
  width: 10.75rem !important; }

.w-44 {
  width: 11rem !important; }

.w-45 {
  width: 11.25rem !important; }

.w-46 {
  width: 11.5rem !important; }

.w-47 {
  width: 11.75rem !important; }

.w-48 {
  width: 12rem !important; }

.w-49 {
  width: 12.25rem !important; }

.w-50 {
  width: 12.5rem !important; }

.w-51 {
  width: 12.75rem !important; }

.w-52 {
  width: 13rem !important; }

.w-53 {
  width: 13.25rem !important; }

.w-54 {
  width: 13.5rem !important; }

.w-55 {
  width: 13.75rem !important; }

.w-56 {
  width: 14rem !important; }

.w-57 {
  width: 14.25rem !important; }

.w-58 {
  width: 14.5rem !important; }

.w-59 {
  width: 14.75rem !important; }

.w-60 {
  width: 15rem !important; }

.w-61 {
  width: 15.25rem !important; }

.w-62 {
  width: 15.5rem !important; }

.w-63 {
  width: 15.75rem !important; }

.w-64 {
  width: 16rem !important; }

.w-65 {
  width: 16.25rem !important; }

.w-66 {
  width: 16.5rem !important; }

.w-67 {
  width: 16.75rem !important; }

.w-68 {
  width: 17rem !important; }

.w-69 {
  width: 17.25rem !important; }

.w-70 {
  width: 17.5rem !important; }

.w-71 {
  width: 17.75rem !important; }

.w-72 {
  width: 18rem !important; }

.w-73 {
  width: 18.25rem !important; }

.w-74 {
  width: 18.5rem !important; }

.w-75 {
  width: 18.75rem !important; }

.w-76 {
  width: 19rem !important; }

.w-77 {
  width: 19.25rem !important; }

.w-78 {
  width: 19.5rem !important; }

.w-79 {
  width: 19.75rem !important; }

.w-80 {
  width: 20rem !important; }

.w-84 {
  width: 21rem !important; }

.w-88 {
  width: 22rem !important; }

.w-92 {
  width: 23rem !important; }

.w-96 {
  width: 24rem !important; }

.w-100 {
  width: 25rem !important; }

.w-104 {
  width: 26rem !important; }

.w-108 {
  width: 27rem !important; }

.w-112 {
  width: 28rem !important; }

.w-116 {
  width: 29rem !important; }

.w-120 {
  width: 30rem !important; }

.w-124 {
  width: 31rem !important; }

.w-128 {
  width: 32rem !important; }

.w-132 {
  width: 33rem !important; }

.w-136 {
  width: 34rem !important; }

.w-140 {
  width: 35rem !important; }

.w-144 {
  width: 36rem !important; }

.w-148 {
  width: 37rem !important; }

.w-152 {
  width: 38rem !important; }

.w-156 {
  width: 39rem !important; }

.w-160 {
  width: 40rem !important; }

.w-164 {
  width: 41rem !important; }

.w-168 {
  width: 42rem !important; }

.w-172 {
  width: 43rem !important; }

.w-176 {
  width: 44rem !important; }

.w-180 {
  width: 45rem !important; }

.w-184 {
  width: 46rem !important; }

.w-188 {
  width: 47rem !important; }

.w-192 {
  width: 48rem !important; }

.w-196 {
  width: 49rem !important; }

.w-200 {
  width: 50rem !important; }

.w-auto {
  width: auto !important; }

.w-px {
  width: 1px !important; }

.w-2px {
  width: 2px !important; }

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

.w-2\/2 {
  width: 100% !important; }

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

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

.w-3\/3 {
  width: 100% !important; }

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

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

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

.w-4\/4 {
  width: 100% !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-5\/5 {
  width: 100% !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-6\/6 {
  width: 100% !important; }

.w-1\/10 {
  width: 10% !important; }

.w-2\/10 {
  width: 20% !important; }

.w-3\/10 {
  width: 30% !important; }

.w-4\/10 {
  width: 40% !important; }

.w-5\/10 {
  width: 50% !important; }

.w-6\/10 {
  width: 60% !important; }

.w-7\/10 {
  width: 70% !important; }

.w-8\/10 {
  width: 80% !important; }

.w-9\/10 {
  width: 90% !important; }

.w-10\/10 {
  width: 100% !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-12\/12 {
  width: 100% !important; }

.w-xs {
  width: 20rem !important; }

.w-sm {
  width: 24rem !important; }

.w-md {
  width: 28rem !important; }

.w-lg {
  width: 32rem !important; }

.w-xl {
  width: 36rem !important; }

.w-2xl {
  width: 42rem !important; }

.w-3xl {
  width: 48rem !important; }

.w-4xl {
  width: 56rem !important; }

.w-5xl {
  width: 64rem !important; }

.w-6xl {
  width: 72rem !important; }

.w-7xl {
  width: 80rem !important; }

.w-full {
  width: 100% !important; }

.w-screenw {
  width: 100vw !important; }

.w-screenh {
  width: 100vh !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; }

.gap-0 {
  grid-gap: 0rem !important;
  gap: 0rem !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-7 {
  grid-gap: 1.75rem !important;
  gap: 1.75rem !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-11 {
  grid-gap: 2.75rem !important;
  gap: 2.75rem !important; }

.gap-12 {
  grid-gap: 3rem !important;
  gap: 3rem !important; }

.gap-13 {
  grid-gap: 3.25rem !important;
  gap: 3.25rem !important; }

.gap-14 {
  grid-gap: 3.5rem !important;
  gap: 3.5rem !important; }

.gap-15 {
  grid-gap: 3.75rem !important;
  gap: 3.75rem !important; }

.gap-16 {
  grid-gap: 4rem !important;
  gap: 4rem !important; }

.gap-17 {
  grid-gap: 4.25rem !important;
  gap: 4.25rem !important; }

.gap-18 {
  grid-gap: 4.5rem !important;
  gap: 4.5rem !important; }

.gap-19 {
  grid-gap: 4.75rem !important;
  gap: 4.75rem !important; }

.gap-20 {
  grid-gap: 5rem !important;
  gap: 5rem !important; }

.gap-21 {
  grid-gap: 5.25rem !important;
  gap: 5.25rem !important; }

.gap-22 {
  grid-gap: 5.5rem !important;
  gap: 5.5rem !important; }

.gap-23 {
  grid-gap: 5.75rem !important;
  gap: 5.75rem !important; }

.gap-24 {
  grid-gap: 6rem !important;
  gap: 6rem !important; }

.gap-25 {
  grid-gap: 6.25rem !important;
  gap: 6.25rem !important; }

.gap-26 {
  grid-gap: 6.5rem !important;
  gap: 6.5rem !important; }

.gap-27 {
  grid-gap: 6.75rem !important;
  gap: 6.75rem !important; }

.gap-28 {
  grid-gap: 7rem !important;
  gap: 7rem !important; }

.gap-29 {
  grid-gap: 7.25rem !important;
  gap: 7.25rem !important; }

.gap-30 {
  grid-gap: 7.5rem !important;
  gap: 7.5rem !important; }

.gap-31 {
  grid-gap: 7.75rem !important;
  gap: 7.75rem !important; }

.gap-32 {
  grid-gap: 8rem !important;
  gap: 8rem !important; }

.gap-33 {
  grid-gap: 8.25rem !important;
  gap: 8.25rem !important; }

.gap-34 {
  grid-gap: 8.5rem !important;
  gap: 8.5rem !important; }

.gap-35 {
  grid-gap: 8.75rem !important;
  gap: 8.75rem !important; }

.gap-36 {
  grid-gap: 9rem !important;
  gap: 9rem !important; }

.gap-37 {
  grid-gap: 9.25rem !important;
  gap: 9.25rem !important; }

.gap-38 {
  grid-gap: 9.5rem !important;
  gap: 9.5rem !important; }

.gap-39 {
  grid-gap: 9.75rem !important;
  gap: 9.75rem !important; }

.gap-40 {
  grid-gap: 10rem !important;
  gap: 10rem !important; }

.gap-41 {
  grid-gap: 10.25rem !important;
  gap: 10.25rem !important; }

.gap-42 {
  grid-gap: 10.5rem !important;
  gap: 10.5rem !important; }

.gap-43 {
  grid-gap: 10.75rem !important;
  gap: 10.75rem !important; }

.gap-44 {
  grid-gap: 11rem !important;
  gap: 11rem !important; }

.gap-45 {
  grid-gap: 11.25rem !important;
  gap: 11.25rem !important; }

.gap-46 {
  grid-gap: 11.5rem !important;
  gap: 11.5rem !important; }

.gap-47 {
  grid-gap: 11.75rem !important;
  gap: 11.75rem !important; }

.gap-48 {
  grid-gap: 12rem !important;
  gap: 12rem !important; }

.gap-49 {
  grid-gap: 12.25rem !important;
  gap: 12.25rem !important; }

.gap-50 {
  grid-gap: 12.5rem !important;
  gap: 12.5rem !important; }

.gap-51 {
  grid-gap: 12.75rem !important;
  gap: 12.75rem !important; }

.gap-52 {
  grid-gap: 13rem !important;
  gap: 13rem !important; }

.gap-53 {
  grid-gap: 13.25rem !important;
  gap: 13.25rem !important; }

.gap-54 {
  grid-gap: 13.5rem !important;
  gap: 13.5rem !important; }

.gap-55 {
  grid-gap: 13.75rem !important;
  gap: 13.75rem !important; }

.gap-56 {
  grid-gap: 14rem !important;
  gap: 14rem !important; }

.gap-57 {
  grid-gap: 14.25rem !important;
  gap: 14.25rem !important; }

.gap-58 {
  grid-gap: 14.5rem !important;
  gap: 14.5rem !important; }

.gap-59 {
  grid-gap: 14.75rem !important;
  gap: 14.75rem !important; }

.gap-60 {
  grid-gap: 15rem !important;
  gap: 15rem !important; }

.gap-61 {
  grid-gap: 15.25rem !important;
  gap: 15.25rem !important; }

.gap-62 {
  grid-gap: 15.5rem !important;
  gap: 15.5rem !important; }

.gap-63 {
  grid-gap: 15.75rem !important;
  gap: 15.75rem !important; }

.gap-64 {
  grid-gap: 16rem !important;
  gap: 16rem !important; }

.gap-65 {
  grid-gap: 16.25rem !important;
  gap: 16.25rem !important; }

.gap-66 {
  grid-gap: 16.5rem !important;
  gap: 16.5rem !important; }

.gap-67 {
  grid-gap: 16.75rem !important;
  gap: 16.75rem !important; }

.gap-68 {
  grid-gap: 17rem !important;
  gap: 17rem !important; }

.gap-69 {
  grid-gap: 17.25rem !important;
  gap: 17.25rem !important; }

.gap-70 {
  grid-gap: 17.5rem !important;
  gap: 17.5rem !important; }

.gap-71 {
  grid-gap: 17.75rem !important;
  gap: 17.75rem !important; }

.gap-72 {
  grid-gap: 18rem !important;
  gap: 18rem !important; }

.gap-73 {
  grid-gap: 18.25rem !important;
  gap: 18.25rem !important; }

.gap-74 {
  grid-gap: 18.5rem !important;
  gap: 18.5rem !important; }

.gap-75 {
  grid-gap: 18.75rem !important;
  gap: 18.75rem !important; }

.gap-76 {
  grid-gap: 19rem !important;
  gap: 19rem !important; }

.gap-77 {
  grid-gap: 19.25rem !important;
  gap: 19.25rem !important; }

.gap-78 {
  grid-gap: 19.5rem !important;
  gap: 19.5rem !important; }

.gap-79 {
  grid-gap: 19.75rem !important;
  gap: 19.75rem !important; }

.gap-80 {
  grid-gap: 20rem !important;
  gap: 20rem !important; }

.gap-84 {
  grid-gap: 21rem !important;
  gap: 21rem !important; }

.gap-88 {
  grid-gap: 22rem !important;
  gap: 22rem !important; }

.gap-92 {
  grid-gap: 23rem !important;
  gap: 23rem !important; }

.gap-96 {
  grid-gap: 24rem !important;
  gap: 24rem !important; }

.gap-100 {
  grid-gap: 25rem !important;
  gap: 25rem !important; }

.gap-104 {
  grid-gap: 26rem !important;
  gap: 26rem !important; }

.gap-108 {
  grid-gap: 27rem !important;
  gap: 27rem !important; }

.gap-112 {
  grid-gap: 28rem !important;
  gap: 28rem !important; }

.gap-116 {
  grid-gap: 29rem !important;
  gap: 29rem !important; }

.gap-120 {
  grid-gap: 30rem !important;
  gap: 30rem !important; }

.gap-124 {
  grid-gap: 31rem !important;
  gap: 31rem !important; }

.gap-128 {
  grid-gap: 32rem !important;
  gap: 32rem !important; }

.gap-132 {
  grid-gap: 33rem !important;
  gap: 33rem !important; }

.gap-136 {
  grid-gap: 34rem !important;
  gap: 34rem !important; }

.gap-140 {
  grid-gap: 35rem !important;
  gap: 35rem !important; }

.gap-144 {
  grid-gap: 36rem !important;
  gap: 36rem !important; }

.gap-148 {
  grid-gap: 37rem !important;
  gap: 37rem !important; }

.gap-152 {
  grid-gap: 38rem !important;
  gap: 38rem !important; }

.gap-156 {
  grid-gap: 39rem !important;
  gap: 39rem !important; }

.gap-160 {
  grid-gap: 40rem !important;
  gap: 40rem !important; }

.gap-164 {
  grid-gap: 41rem !important;
  gap: 41rem !important; }

.gap-168 {
  grid-gap: 42rem !important;
  gap: 42rem !important; }

.gap-172 {
  grid-gap: 43rem !important;
  gap: 43rem !important; }

.gap-176 {
  grid-gap: 44rem !important;
  gap: 44rem !important; }

.gap-180 {
  grid-gap: 45rem !important;
  gap: 45rem !important; }

.gap-184 {
  grid-gap: 46rem !important;
  gap: 46rem !important; }

.gap-188 {
  grid-gap: 47rem !important;
  gap: 47rem !important; }

.gap-192 {
  grid-gap: 48rem !important;
  gap: 48rem !important; }

.gap-196 {
  grid-gap: 49rem !important;
  gap: 49rem !important; }

.gap-200 {
  grid-gap: 50rem !important;
  gap: 50rem !important; }

.gap-px {
  grid-gap: 1px !important;
  gap: 1px !important; }

.gap-2px {
  grid-gap: 2px !important;
  gap: 2px !important; }

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

.gap-2\/2 {
  grid-gap: 100% !important;
  gap: 100% !important; }

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

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

.gap-3\/3 {
  grid-gap: 100% !important;
  gap: 100% !important; }

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

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

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

.gap-4\/4 {
  grid-gap: 100% !important;
  gap: 100% !important; }

.gap-1\/5 {
  grid-gap: 20% !important;
  gap: 20% !important; }

.gap-2\/5 {
  grid-gap: 40% !important;
  gap: 40% !important; }

.gap-3\/5 {
  grid-gap: 60% !important;
  gap: 60% !important; }

.gap-4\/5 {
  grid-gap: 80% !important;
  gap: 80% !important; }

.gap-5\/5 {
  grid-gap: 100% !important;
  gap: 100% !important; }

.gap-1\/6 {
  grid-gap: 16.666667% !important;
  gap: 16.666667% !important; }

.gap-2\/6 {
  grid-gap: 33.333333% !important;
  gap: 33.333333% !important; }

.gap-3\/6 {
  grid-gap: 50% !important;
  gap: 50% !important; }

.gap-4\/6 {
  grid-gap: 66.666667% !important;
  gap: 66.666667% !important; }

.gap-5\/6 {
  grid-gap: 83.333333% !important;
  gap: 83.333333% !important; }

.gap-6\/6 {
  grid-gap: 100% !important;
  gap: 100% !important; }

.gap-1\/10 {
  grid-gap: 10% !important;
  gap: 10% !important; }

.gap-2\/10 {
  grid-gap: 20% !important;
  gap: 20% !important; }

.gap-3\/10 {
  grid-gap: 30% !important;
  gap: 30% !important; }

.gap-4\/10 {
  grid-gap: 40% !important;
  gap: 40% !important; }

.gap-5\/10 {
  grid-gap: 50% !important;
  gap: 50% !important; }

.gap-6\/10 {
  grid-gap: 60% !important;
  gap: 60% !important; }

.gap-7\/10 {
  grid-gap: 70% !important;
  gap: 70% !important; }

.gap-8\/10 {
  grid-gap: 80% !important;
  gap: 80% !important; }

.gap-9\/10 {
  grid-gap: 90% !important;
  gap: 90% !important; }

.gap-10\/10 {
  grid-gap: 100% !important;
  gap: 100% !important; }

.gap-1\/12 {
  grid-gap: 8.333333% !important;
  gap: 8.333333% !important; }

.gap-2\/12 {
  grid-gap: 16.666667% !important;
  gap: 16.666667% !important; }

.gap-3\/12 {
  grid-gap: 25% !important;
  gap: 25% !important; }

.gap-4\/12 {
  grid-gap: 33.333333% !important;
  gap: 33.333333% !important; }

.gap-5\/12 {
  grid-gap: 41.666667% !important;
  gap: 41.666667% !important; }

.gap-6\/12 {
  grid-gap: 50% !important;
  gap: 50% !important; }

.gap-7\/12 {
  grid-gap: 58.333333% !important;
  gap: 58.333333% !important; }

.gap-8\/12 {
  grid-gap: 66.666667% !important;
  gap: 66.666667% !important; }

.gap-9\/12 {
  grid-gap: 75% !important;
  gap: 75% !important; }

.gap-10\/12 {
  grid-gap: 83.333333% !important;
  gap: 83.333333% !important; }

.gap-11\/12 {
  grid-gap: 91.666667% !important;
  gap: 91.666667% !important; }

.gap-12\/12 {
  grid-gap: 100% !important;
  gap: 100% !important; }

.gap-x-0 {
  grid-column-gap: 0rem !important;
  -webkit-column-gap: 0rem !important;
  -moz-column-gap: 0rem !important;
  column-gap: 0rem !important; }

.gap-x-1 {
  grid-column-gap: 0.25rem !important;
  -webkit-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important; }

.gap-x-2 {
  grid-column-gap: 0.5rem !important;
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important; }

.gap-x-3 {
  grid-column-gap: 0.75rem !important;
  -webkit-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important; }

.gap-x-4 {
  grid-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important; }

.gap-x-5 {
  grid-column-gap: 1.25rem !important;
  -webkit-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important; }

.gap-x-6 {
  grid-column-gap: 1.5rem !important;
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important; }

.gap-x-7 {
  grid-column-gap: 1.75rem !important;
  -webkit-column-gap: 1.75rem !important;
  -moz-column-gap: 1.75rem !important;
  column-gap: 1.75rem !important; }

.gap-x-8 {
  grid-column-gap: 2rem !important;
  -webkit-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important; }

.gap-x-9 {
  grid-column-gap: 2.25rem !important;
  -webkit-column-gap: 2.25rem !important;
  -moz-column-gap: 2.25rem !important;
  column-gap: 2.25rem !important; }

.gap-x-10 {
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important; }

.gap-x-11 {
  grid-column-gap: 2.75rem !important;
  -webkit-column-gap: 2.75rem !important;
  -moz-column-gap: 2.75rem !important;
  column-gap: 2.75rem !important; }

.gap-x-12 {
  grid-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important; }

.gap-x-13 {
  grid-column-gap: 3.25rem !important;
  -webkit-column-gap: 3.25rem !important;
  -moz-column-gap: 3.25rem !important;
  column-gap: 3.25rem !important; }

.gap-x-14 {
  grid-column-gap: 3.5rem !important;
  -webkit-column-gap: 3.5rem !important;
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important; }

.gap-x-15 {
  grid-column-gap: 3.75rem !important;
  -webkit-column-gap: 3.75rem !important;
  -moz-column-gap: 3.75rem !important;
  column-gap: 3.75rem !important; }

.gap-x-16 {
  grid-column-gap: 4rem !important;
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important; }

.gap-x-17 {
  grid-column-gap: 4.25rem !important;
  -webkit-column-gap: 4.25rem !important;
  -moz-column-gap: 4.25rem !important;
  column-gap: 4.25rem !important; }

.gap-x-18 {
  grid-column-gap: 4.5rem !important;
  -webkit-column-gap: 4.5rem !important;
  -moz-column-gap: 4.5rem !important;
  column-gap: 4.5rem !important; }

.gap-x-19 {
  grid-column-gap: 4.75rem !important;
  -webkit-column-gap: 4.75rem !important;
  -moz-column-gap: 4.75rem !important;
  column-gap: 4.75rem !important; }

.gap-x-20 {
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important; }

.gap-x-21 {
  grid-column-gap: 5.25rem !important;
  -webkit-column-gap: 5.25rem !important;
  -moz-column-gap: 5.25rem !important;
  column-gap: 5.25rem !important; }

.gap-x-22 {
  grid-column-gap: 5.5rem !important;
  -webkit-column-gap: 5.5rem !important;
  -moz-column-gap: 5.5rem !important;
  column-gap: 5.5rem !important; }

.gap-x-23 {
  grid-column-gap: 5.75rem !important;
  -webkit-column-gap: 5.75rem !important;
  -moz-column-gap: 5.75rem !important;
  column-gap: 5.75rem !important; }

.gap-x-24 {
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important; }

.gap-x-25 {
  grid-column-gap: 6.25rem !important;
  -webkit-column-gap: 6.25rem !important;
  -moz-column-gap: 6.25rem !important;
  column-gap: 6.25rem !important; }

.gap-x-26 {
  grid-column-gap: 6.5rem !important;
  -webkit-column-gap: 6.5rem !important;
  -moz-column-gap: 6.5rem !important;
  column-gap: 6.5rem !important; }

.gap-x-27 {
  grid-column-gap: 6.75rem !important;
  -webkit-column-gap: 6.75rem !important;
  -moz-column-gap: 6.75rem !important;
  column-gap: 6.75rem !important; }

.gap-x-28 {
  grid-column-gap: 7rem !important;
  -webkit-column-gap: 7rem !important;
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important; }

.gap-x-29 {
  grid-column-gap: 7.25rem !important;
  -webkit-column-gap: 7.25rem !important;
  -moz-column-gap: 7.25rem !important;
  column-gap: 7.25rem !important; }

.gap-x-30 {
  grid-column-gap: 7.5rem !important;
  -webkit-column-gap: 7.5rem !important;
  -moz-column-gap: 7.5rem !important;
  column-gap: 7.5rem !important; }

.gap-x-31 {
  grid-column-gap: 7.75rem !important;
  -webkit-column-gap: 7.75rem !important;
  -moz-column-gap: 7.75rem !important;
  column-gap: 7.75rem !important; }

.gap-x-32 {
  grid-column-gap: 8rem !important;
  -webkit-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important; }

.gap-x-33 {
  grid-column-gap: 8.25rem !important;
  -webkit-column-gap: 8.25rem !important;
  -moz-column-gap: 8.25rem !important;
  column-gap: 8.25rem !important; }

.gap-x-34 {
  grid-column-gap: 8.5rem !important;
  -webkit-column-gap: 8.5rem !important;
  -moz-column-gap: 8.5rem !important;
  column-gap: 8.5rem !important; }

.gap-x-35 {
  grid-column-gap: 8.75rem !important;
  -webkit-column-gap: 8.75rem !important;
  -moz-column-gap: 8.75rem !important;
  column-gap: 8.75rem !important; }

.gap-x-36 {
  grid-column-gap: 9rem !important;
  -webkit-column-gap: 9rem !important;
  -moz-column-gap: 9rem !important;
  column-gap: 9rem !important; }

.gap-x-37 {
  grid-column-gap: 9.25rem !important;
  -webkit-column-gap: 9.25rem !important;
  -moz-column-gap: 9.25rem !important;
  column-gap: 9.25rem !important; }

.gap-x-38 {
  grid-column-gap: 9.5rem !important;
  -webkit-column-gap: 9.5rem !important;
  -moz-column-gap: 9.5rem !important;
  column-gap: 9.5rem !important; }

.gap-x-39 {
  grid-column-gap: 9.75rem !important;
  -webkit-column-gap: 9.75rem !important;
  -moz-column-gap: 9.75rem !important;
  column-gap: 9.75rem !important; }

.gap-x-40 {
  grid-column-gap: 10rem !important;
  -webkit-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important; }

.gap-x-41 {
  grid-column-gap: 10.25rem !important;
  -webkit-column-gap: 10.25rem !important;
  -moz-column-gap: 10.25rem !important;
  column-gap: 10.25rem !important; }

.gap-x-42 {
  grid-column-gap: 10.5rem !important;
  -webkit-column-gap: 10.5rem !important;
  -moz-column-gap: 10.5rem !important;
  column-gap: 10.5rem !important; }

.gap-x-43 {
  grid-column-gap: 10.75rem !important;
  -webkit-column-gap: 10.75rem !important;
  -moz-column-gap: 10.75rem !important;
  column-gap: 10.75rem !important; }

.gap-x-44 {
  grid-column-gap: 11rem !important;
  -webkit-column-gap: 11rem !important;
  -moz-column-gap: 11rem !important;
  column-gap: 11rem !important; }

.gap-x-45 {
  grid-column-gap: 11.25rem !important;
  -webkit-column-gap: 11.25rem !important;
  -moz-column-gap: 11.25rem !important;
  column-gap: 11.25rem !important; }

.gap-x-46 {
  grid-column-gap: 11.5rem !important;
  -webkit-column-gap: 11.5rem !important;
  -moz-column-gap: 11.5rem !important;
  column-gap: 11.5rem !important; }

.gap-x-47 {
  grid-column-gap: 11.75rem !important;
  -webkit-column-gap: 11.75rem !important;
  -moz-column-gap: 11.75rem !important;
  column-gap: 11.75rem !important; }

.gap-x-48 {
  grid-column-gap: 12rem !important;
  -webkit-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important; }

.gap-x-49 {
  grid-column-gap: 12.25rem !important;
  -webkit-column-gap: 12.25rem !important;
  -moz-column-gap: 12.25rem !important;
  column-gap: 12.25rem !important; }

.gap-x-50 {
  grid-column-gap: 12.5rem !important;
  -webkit-column-gap: 12.5rem !important;
  -moz-column-gap: 12.5rem !important;
  column-gap: 12.5rem !important; }

.gap-x-51 {
  grid-column-gap: 12.75rem !important;
  -webkit-column-gap: 12.75rem !important;
  -moz-column-gap: 12.75rem !important;
  column-gap: 12.75rem !important; }

.gap-x-52 {
  grid-column-gap: 13rem !important;
  -webkit-column-gap: 13rem !important;
  -moz-column-gap: 13rem !important;
  column-gap: 13rem !important; }

.gap-x-53 {
  grid-column-gap: 13.25rem !important;
  -webkit-column-gap: 13.25rem !important;
  -moz-column-gap: 13.25rem !important;
  column-gap: 13.25rem !important; }

.gap-x-54 {
  grid-column-gap: 13.5rem !important;
  -webkit-column-gap: 13.5rem !important;
  -moz-column-gap: 13.5rem !important;
  column-gap: 13.5rem !important; }

.gap-x-55 {
  grid-column-gap: 13.75rem !important;
  -webkit-column-gap: 13.75rem !important;
  -moz-column-gap: 13.75rem !important;
  column-gap: 13.75rem !important; }

.gap-x-56 {
  grid-column-gap: 14rem !important;
  -webkit-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
  column-gap: 14rem !important; }

.gap-x-57 {
  grid-column-gap: 14.25rem !important;
  -webkit-column-gap: 14.25rem !important;
  -moz-column-gap: 14.25rem !important;
  column-gap: 14.25rem !important; }

.gap-x-58 {
  grid-column-gap: 14.5rem !important;
  -webkit-column-gap: 14.5rem !important;
  -moz-column-gap: 14.5rem !important;
  column-gap: 14.5rem !important; }

.gap-x-59 {
  grid-column-gap: 14.75rem !important;
  -webkit-column-gap: 14.75rem !important;
  -moz-column-gap: 14.75rem !important;
  column-gap: 14.75rem !important; }

.gap-x-60 {
  grid-column-gap: 15rem !important;
  -webkit-column-gap: 15rem !important;
  -moz-column-gap: 15rem !important;
  column-gap: 15rem !important; }

.gap-x-61 {
  grid-column-gap: 15.25rem !important;
  -webkit-column-gap: 15.25rem !important;
  -moz-column-gap: 15.25rem !important;
  column-gap: 15.25rem !important; }

.gap-x-62 {
  grid-column-gap: 15.5rem !important;
  -webkit-column-gap: 15.5rem !important;
  -moz-column-gap: 15.5rem !important;
  column-gap: 15.5rem !important; }

.gap-x-63 {
  grid-column-gap: 15.75rem !important;
  -webkit-column-gap: 15.75rem !important;
  -moz-column-gap: 15.75rem !important;
  column-gap: 15.75rem !important; }

.gap-x-64 {
  grid-column-gap: 16rem !important;
  -webkit-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
  column-gap: 16rem !important; }

.gap-x-65 {
  grid-column-gap: 16.25rem !important;
  -webkit-column-gap: 16.25rem !important;
  -moz-column-gap: 16.25rem !important;
  column-gap: 16.25rem !important; }

.gap-x-66 {
  grid-column-gap: 16.5rem !important;
  -webkit-column-gap: 16.5rem !important;
  -moz-column-gap: 16.5rem !important;
  column-gap: 16.5rem !important; }

.gap-x-67 {
  grid-column-gap: 16.75rem !important;
  -webkit-column-gap: 16.75rem !important;
  -moz-column-gap: 16.75rem !important;
  column-gap: 16.75rem !important; }

.gap-x-68 {
  grid-column-gap: 17rem !important;
  -webkit-column-gap: 17rem !important;
  -moz-column-gap: 17rem !important;
  column-gap: 17rem !important; }

.gap-x-69 {
  grid-column-gap: 17.25rem !important;
  -webkit-column-gap: 17.25rem !important;
  -moz-column-gap: 17.25rem !important;
  column-gap: 17.25rem !important; }

.gap-x-70 {
  grid-column-gap: 17.5rem !important;
  -webkit-column-gap: 17.5rem !important;
  -moz-column-gap: 17.5rem !important;
  column-gap: 17.5rem !important; }

.gap-x-71 {
  grid-column-gap: 17.75rem !important;
  -webkit-column-gap: 17.75rem !important;
  -moz-column-gap: 17.75rem !important;
  column-gap: 17.75rem !important; }

.gap-x-72 {
  grid-column-gap: 18rem !important;
  -webkit-column-gap: 18rem !important;
  -moz-column-gap: 18rem !important;
  column-gap: 18rem !important; }

.gap-x-73 {
  grid-column-gap: 18.25rem !important;
  -webkit-column-gap: 18.25rem !important;
  -moz-column-gap: 18.25rem !important;
  column-gap: 18.25rem !important; }

.gap-x-74 {
  grid-column-gap: 18.5rem !important;
  -webkit-column-gap: 18.5rem !important;
  -moz-column-gap: 18.5rem !important;
  column-gap: 18.5rem !important; }

.gap-x-75 {
  grid-column-gap: 18.75rem !important;
  -webkit-column-gap: 18.75rem !important;
  -moz-column-gap: 18.75rem !important;
  column-gap: 18.75rem !important; }

.gap-x-76 {
  grid-column-gap: 19rem !important;
  -webkit-column-gap: 19rem !important;
  -moz-column-gap: 19rem !important;
  column-gap: 19rem !important; }

.gap-x-77 {
  grid-column-gap: 19.25rem !important;
  -webkit-column-gap: 19.25rem !important;
  -moz-column-gap: 19.25rem !important;
  column-gap: 19.25rem !important; }

.gap-x-78 {
  grid-column-gap: 19.5rem !important;
  -webkit-column-gap: 19.5rem !important;
  -moz-column-gap: 19.5rem !important;
  column-gap: 19.5rem !important; }

.gap-x-79 {
  grid-column-gap: 19.75rem !important;
  -webkit-column-gap: 19.75rem !important;
  -moz-column-gap: 19.75rem !important;
  column-gap: 19.75rem !important; }

.gap-x-80 {
  grid-column-gap: 20rem !important;
  -webkit-column-gap: 20rem !important;
  -moz-column-gap: 20rem !important;
  column-gap: 20rem !important; }

.gap-x-84 {
  grid-column-gap: 21rem !important;
  -webkit-column-gap: 21rem !important;
  -moz-column-gap: 21rem !important;
  column-gap: 21rem !important; }

.gap-x-88 {
  grid-column-gap: 22rem !important;
  -webkit-column-gap: 22rem !important;
  -moz-column-gap: 22rem !important;
  column-gap: 22rem !important; }

.gap-x-92 {
  grid-column-gap: 23rem !important;
  -webkit-column-gap: 23rem !important;
  -moz-column-gap: 23rem !important;
  column-gap: 23rem !important; }

.gap-x-96 {
  grid-column-gap: 24rem !important;
  -webkit-column-gap: 24rem !important;
  -moz-column-gap: 24rem !important;
  column-gap: 24rem !important; }

.gap-x-100 {
  grid-column-gap: 25rem !important;
  -webkit-column-gap: 25rem !important;
  -moz-column-gap: 25rem !important;
  column-gap: 25rem !important; }

.gap-x-104 {
  grid-column-gap: 26rem !important;
  -webkit-column-gap: 26rem !important;
  -moz-column-gap: 26rem !important;
  column-gap: 26rem !important; }

.gap-x-108 {
  grid-column-gap: 27rem !important;
  -webkit-column-gap: 27rem !important;
  -moz-column-gap: 27rem !important;
  column-gap: 27rem !important; }

.gap-x-112 {
  grid-column-gap: 28rem !important;
  -webkit-column-gap: 28rem !important;
  -moz-column-gap: 28rem !important;
  column-gap: 28rem !important; }

.gap-x-116 {
  grid-column-gap: 29rem !important;
  -webkit-column-gap: 29rem !important;
  -moz-column-gap: 29rem !important;
  column-gap: 29rem !important; }

.gap-x-120 {
  grid-column-gap: 30rem !important;
  -webkit-column-gap: 30rem !important;
  -moz-column-gap: 30rem !important;
  column-gap: 30rem !important; }

.gap-x-124 {
  grid-column-gap: 31rem !important;
  -webkit-column-gap: 31rem !important;
  -moz-column-gap: 31rem !important;
  column-gap: 31rem !important; }

.gap-x-128 {
  grid-column-gap: 32rem !important;
  -webkit-column-gap: 32rem !important;
  -moz-column-gap: 32rem !important;
  column-gap: 32rem !important; }

.gap-x-132 {
  grid-column-gap: 33rem !important;
  -webkit-column-gap: 33rem !important;
  -moz-column-gap: 33rem !important;
  column-gap: 33rem !important; }

.gap-x-136 {
  grid-column-gap: 34rem !important;
  -webkit-column-gap: 34rem !important;
  -moz-column-gap: 34rem !important;
  column-gap: 34rem !important; }

.gap-x-140 {
  grid-column-gap: 35rem !important;
  -webkit-column-gap: 35rem !important;
  -moz-column-gap: 35rem !important;
  column-gap: 35rem !important; }

.gap-x-144 {
  grid-column-gap: 36rem !important;
  -webkit-column-gap: 36rem !important;
  -moz-column-gap: 36rem !important;
  column-gap: 36rem !important; }

.gap-x-148 {
  grid-column-gap: 37rem !important;
  -webkit-column-gap: 37rem !important;
  -moz-column-gap: 37rem !important;
  column-gap: 37rem !important; }

.gap-x-152 {
  grid-column-gap: 38rem !important;
  -webkit-column-gap: 38rem !important;
  -moz-column-gap: 38rem !important;
  column-gap: 38rem !important; }

.gap-x-156 {
  grid-column-gap: 39rem !important;
  -webkit-column-gap: 39rem !important;
  -moz-column-gap: 39rem !important;
  column-gap: 39rem !important; }

.gap-x-160 {
  grid-column-gap: 40rem !important;
  -webkit-column-gap: 40rem !important;
  -moz-column-gap: 40rem !important;
  column-gap: 40rem !important; }

.gap-x-164 {
  grid-column-gap: 41rem !important;
  -webkit-column-gap: 41rem !important;
  -moz-column-gap: 41rem !important;
  column-gap: 41rem !important; }

.gap-x-168 {
  grid-column-gap: 42rem !important;
  -webkit-column-gap: 42rem !important;
  -moz-column-gap: 42rem !important;
  column-gap: 42rem !important; }

.gap-x-172 {
  grid-column-gap: 43rem !important;
  -webkit-column-gap: 43rem !important;
  -moz-column-gap: 43rem !important;
  column-gap: 43rem !important; }

.gap-x-176 {
  grid-column-gap: 44rem !important;
  -webkit-column-gap: 44rem !important;
  -moz-column-gap: 44rem !important;
  column-gap: 44rem !important; }

.gap-x-180 {
  grid-column-gap: 45rem !important;
  -webkit-column-gap: 45rem !important;
  -moz-column-gap: 45rem !important;
  column-gap: 45rem !important; }

.gap-x-184 {
  grid-column-gap: 46rem !important;
  -webkit-column-gap: 46rem !important;
  -moz-column-gap: 46rem !important;
  column-gap: 46rem !important; }

.gap-x-188 {
  grid-column-gap: 47rem !important;
  -webkit-column-gap: 47rem !important;
  -moz-column-gap: 47rem !important;
  column-gap: 47rem !important; }

.gap-x-192 {
  grid-column-gap: 48rem !important;
  -webkit-column-gap: 48rem !important;
  -moz-column-gap: 48rem !important;
  column-gap: 48rem !important; }

.gap-x-196 {
  grid-column-gap: 49rem !important;
  -webkit-column-gap: 49rem !important;
  -moz-column-gap: 49rem !important;
  column-gap: 49rem !important; }

.gap-x-200 {
  grid-column-gap: 50rem !important;
  -webkit-column-gap: 50rem !important;
  -moz-column-gap: 50rem !important;
  column-gap: 50rem !important; }

.gap-x-px {
  grid-column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
  column-gap: 1px !important; }

.gap-x-2px {
  grid-column-gap: 2px !important;
  -webkit-column-gap: 2px !important;
  -moz-column-gap: 2px !important;
  column-gap: 2px !important; }

.gap-x-1\/2 {
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
  -moz-column-gap: 50% !important;
  column-gap: 50% !important; }

.gap-x-2\/2 {
  grid-column-gap: 100% !important;
  -webkit-column-gap: 100% !important;
  -moz-column-gap: 100% !important;
  column-gap: 100% !important; }

.gap-x-1\/3 {
  grid-column-gap: 33.333333% !important;
  -webkit-column-gap: 33.333333% !important;
  -moz-column-gap: 33.333333% !important;
  column-gap: 33.333333% !important; }

.gap-x-2\/3 {
  grid-column-gap: 66.666667% !important;
  -webkit-column-gap: 66.666667% !important;
  -moz-column-gap: 66.666667% !important;
  column-gap: 66.666667% !important; }

.gap-x-3\/3 {
  grid-column-gap: 100% !important;
  -webkit-column-gap: 100% !important;
  -moz-column-gap: 100% !important;
  column-gap: 100% !important; }

.gap-x-1\/4 {
  grid-column-gap: 25% !important;
  -webkit-column-gap: 25% !important;
  -moz-column-gap: 25% !important;
  column-gap: 25% !important; }

.gap-x-2\/4 {
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
  -moz-column-gap: 50% !important;
  column-gap: 50% !important; }

.gap-x-3\/4 {
  grid-column-gap: 75% !important;
  -webkit-column-gap: 75% !important;
  -moz-column-gap: 75% !important;
  column-gap: 75% !important; }

.gap-x-4\/4 {
  grid-column-gap: 100% !important;
  -webkit-column-gap: 100% !important;
  -moz-column-gap: 100% !important;
  column-gap: 100% !important; }

.gap-x-1\/5 {
  grid-column-gap: 20% !important;
  -webkit-column-gap: 20% !important;
  -moz-column-gap: 20% !important;
  column-gap: 20% !important; }

.gap-x-2\/5 {
  grid-column-gap: 40% !important;
  -webkit-column-gap: 40% !important;
  -moz-column-gap: 40% !important;
  column-gap: 40% !important; }

.gap-x-3\/5 {
  grid-column-gap: 60% !important;
  -webkit-column-gap: 60% !important;
  -moz-column-gap: 60% !important;
  column-gap: 60% !important; }

.gap-x-4\/5 {
  grid-column-gap: 80% !important;
  -webkit-column-gap: 80% !important;
  -moz-column-gap: 80% !important;
  column-gap: 80% !important; }

.gap-x-5\/5 {
  grid-column-gap: 100% !important;
  -webkit-column-gap: 100% !important;
  -moz-column-gap: 100% !important;
  column-gap: 100% !important; }

.gap-x-1\/6 {
  grid-column-gap: 16.666667% !important;
  -webkit-column-gap: 16.666667% !important;
  -moz-column-gap: 16.666667% !important;
  column-gap: 16.666667% !important; }

.gap-x-2\/6 {
  grid-column-gap: 33.333333% !important;
  -webkit-column-gap: 33.333333% !important;
  -moz-column-gap: 33.333333% !important;
  column-gap: 33.333333% !important; }

.gap-x-3\/6 {
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
  -moz-column-gap: 50% !important;
  column-gap: 50% !important; }

.gap-x-4\/6 {
  grid-column-gap: 66.666667% !important;
  -webkit-column-gap: 66.666667% !important;
  -moz-column-gap: 66.666667% !important;
  column-gap: 66.666667% !important; }

.gap-x-5\/6 {
  grid-column-gap: 83.333333% !important;
  -webkit-column-gap: 83.333333% !important;
  -moz-column-gap: 83.333333% !important;
  column-gap: 83.333333% !important; }

.gap-x-6\/6 {
  grid-column-gap: 100% !important;
  -webkit-column-gap: 100% !important;
  -moz-column-gap: 100% !important;
  column-gap: 100% !important; }

.gap-x-1\/10 {
  grid-column-gap: 10% !important;
  -webkit-column-gap: 10% !important;
  -moz-column-gap: 10% !important;
  column-gap: 10% !important; }

.gap-x-2\/10 {
  grid-column-gap: 20% !important;
  -webkit-column-gap: 20% !important;
  -moz-column-gap: 20% !important;
  column-gap: 20% !important; }

.gap-x-3\/10 {
  grid-column-gap: 30% !important;
  -webkit-column-gap: 30% !important;
  -moz-column-gap: 30% !important;
  column-gap: 30% !important; }

.gap-x-4\/10 {
  grid-column-gap: 40% !important;
  -webkit-column-gap: 40% !important;
  -moz-column-gap: 40% !important;
  column-gap: 40% !important; }

.gap-x-5\/10 {
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
  -moz-column-gap: 50% !important;
  column-gap: 50% !important; }

.gap-x-6\/10 {
  grid-column-gap: 60% !important;
  -webkit-column-gap: 60% !important;
  -moz-column-gap: 60% !important;
  column-gap: 60% !important; }

.gap-x-7\/10 {
  grid-column-gap: 70% !important;
  -webkit-column-gap: 70% !important;
  -moz-column-gap: 70% !important;
  column-gap: 70% !important; }

.gap-x-8\/10 {
  grid-column-gap: 80% !important;
  -webkit-column-gap: 80% !important;
  -moz-column-gap: 80% !important;
  column-gap: 80% !important; }

.gap-x-9\/10 {
  grid-column-gap: 90% !important;
  -webkit-column-gap: 90% !important;
  -moz-column-gap: 90% !important;
  column-gap: 90% !important; }

.gap-x-10\/10 {
  grid-column-gap: 100% !important;
  -webkit-column-gap: 100% !important;
  -moz-column-gap: 100% !important;
  column-gap: 100% !important; }

.gap-x-1\/12 {
  grid-column-gap: 8.333333% !important;
  -webkit-column-gap: 8.333333% !important;
  -moz-column-gap: 8.333333% !important;
  column-gap: 8.333333% !important; }

.gap-x-2\/12 {
  grid-column-gap: 16.666667% !important;
  -webkit-column-gap: 16.666667% !important;
  -moz-column-gap: 16.666667% !important;
  column-gap: 16.666667% !important; }

.gap-x-3\/12 {
  grid-column-gap: 25% !important;
  -webkit-column-gap: 25% !important;
  -moz-column-gap: 25% !important;
  column-gap: 25% !important; }

.gap-x-4\/12 {
  grid-column-gap: 33.333333% !important;
  -webkit-column-gap: 33.333333% !important;
  -moz-column-gap: 33.333333% !important;
  column-gap: 33.333333% !important; }

.gap-x-5\/12 {
  grid-column-gap: 41.666667% !important;
  -webkit-column-gap: 41.666667% !important;
  -moz-column-gap: 41.666667% !important;
  column-gap: 41.666667% !important; }

.gap-x-6\/12 {
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
  -moz-column-gap: 50% !important;
  column-gap: 50% !important; }

.gap-x-7\/12 {
  grid-column-gap: 58.333333% !important;
  -webkit-column-gap: 58.333333% !important;
  -moz-column-gap: 58.333333% !important;
  column-gap: 58.333333% !important; }

.gap-x-8\/12 {
  grid-column-gap: 66.666667% !important;
  -webkit-column-gap: 66.666667% !important;
  -moz-column-gap: 66.666667% !important;
  column-gap: 66.666667% !important; }

.gap-x-9\/12 {
  grid-column-gap: 75% !important;
  -webkit-column-gap: 75% !important;
  -moz-column-gap: 75% !important;
  column-gap: 75% !important; }

.gap-x-10\/12 {
  grid-column-gap: 83.333333% !important;
  -webkit-column-gap: 83.333333% !important;
  -moz-column-gap: 83.333333% !important;
  column-gap: 83.333333% !important; }

.gap-x-11\/12 {
  grid-column-gap: 91.666667% !important;
  -webkit-column-gap: 91.666667% !important;
  -moz-column-gap: 91.666667% !important;
  column-gap: 91.666667% !important; }

.gap-x-12\/12 {
  grid-column-gap: 100% !important;
  -webkit-column-gap: 100% !important;
  -moz-column-gap: 100% !important;
  column-gap: 100% !important; }

.gap-y-0 {
  grid-row-gap: 0rem !important;
  row-gap: 0rem !important; }

.gap-y-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important; }

.gap-y-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important; }

.gap-y-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important; }

.gap-y-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important; }

.gap-y-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important; }

.gap-y-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important; }

.gap-y-7 {
  grid-row-gap: 1.75rem !important;
  row-gap: 1.75rem !important; }

.gap-y-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important; }

.gap-y-9 {
  grid-row-gap: 2.25rem !important;
  row-gap: 2.25rem !important; }

.gap-y-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important; }

.gap-y-11 {
  grid-row-gap: 2.75rem !important;
  row-gap: 2.75rem !important; }

.gap-y-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important; }

.gap-y-13 {
  grid-row-gap: 3.25rem !important;
  row-gap: 3.25rem !important; }

.gap-y-14 {
  grid-row-gap: 3.5rem !important;
  row-gap: 3.5rem !important; }

.gap-y-15 {
  grid-row-gap: 3.75rem !important;
  row-gap: 3.75rem !important; }

.gap-y-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important; }

.gap-y-17 {
  grid-row-gap: 4.25rem !important;
  row-gap: 4.25rem !important; }

.gap-y-18 {
  grid-row-gap: 4.5rem !important;
  row-gap: 4.5rem !important; }

.gap-y-19 {
  grid-row-gap: 4.75rem !important;
  row-gap: 4.75rem !important; }

.gap-y-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important; }

.gap-y-21 {
  grid-row-gap: 5.25rem !important;
  row-gap: 5.25rem !important; }

.gap-y-22 {
  grid-row-gap: 5.5rem !important;
  row-gap: 5.5rem !important; }

.gap-y-23 {
  grid-row-gap: 5.75rem !important;
  row-gap: 5.75rem !important; }

.gap-y-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important; }

.gap-y-25 {
  grid-row-gap: 6.25rem !important;
  row-gap: 6.25rem !important; }

.gap-y-26 {
  grid-row-gap: 6.5rem !important;
  row-gap: 6.5rem !important; }

.gap-y-27 {
  grid-row-gap: 6.75rem !important;
  row-gap: 6.75rem !important; }

.gap-y-28 {
  grid-row-gap: 7rem !important;
  row-gap: 7rem !important; }

.gap-y-29 {
  grid-row-gap: 7.25rem !important;
  row-gap: 7.25rem !important; }

.gap-y-30 {
  grid-row-gap: 7.5rem !important;
  row-gap: 7.5rem !important; }

.gap-y-31 {
  grid-row-gap: 7.75rem !important;
  row-gap: 7.75rem !important; }

.gap-y-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important; }

.gap-y-33 {
  grid-row-gap: 8.25rem !important;
  row-gap: 8.25rem !important; }

.gap-y-34 {
  grid-row-gap: 8.5rem !important;
  row-gap: 8.5rem !important; }

.gap-y-35 {
  grid-row-gap: 8.75rem !important;
  row-gap: 8.75rem !important; }

.gap-y-36 {
  grid-row-gap: 9rem !important;
  row-gap: 9rem !important; }

.gap-y-37 {
  grid-row-gap: 9.25rem !important;
  row-gap: 9.25rem !important; }

.gap-y-38 {
  grid-row-gap: 9.5rem !important;
  row-gap: 9.5rem !important; }

.gap-y-39 {
  grid-row-gap: 9.75rem !important;
  row-gap: 9.75rem !important; }

.gap-y-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important; }

.gap-y-41 {
  grid-row-gap: 10.25rem !important;
  row-gap: 10.25rem !important; }

.gap-y-42 {
  grid-row-gap: 10.5rem !important;
  row-gap: 10.5rem !important; }

.gap-y-43 {
  grid-row-gap: 10.75rem !important;
  row-gap: 10.75rem !important; }

.gap-y-44 {
  grid-row-gap: 11rem !important;
  row-gap: 11rem !important; }

.gap-y-45 {
  grid-row-gap: 11.25rem !important;
  row-gap: 11.25rem !important; }

.gap-y-46 {
  grid-row-gap: 11.5rem !important;
  row-gap: 11.5rem !important; }

.gap-y-47 {
  grid-row-gap: 11.75rem !important;
  row-gap: 11.75rem !important; }

.gap-y-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important; }

.gap-y-49 {
  grid-row-gap: 12.25rem !important;
  row-gap: 12.25rem !important; }

.gap-y-50 {
  grid-row-gap: 12.5rem !important;
  row-gap: 12.5rem !important; }

.gap-y-51 {
  grid-row-gap: 12.75rem !important;
  row-gap: 12.75rem !important; }

.gap-y-52 {
  grid-row-gap: 13rem !important;
  row-gap: 13rem !important; }

.gap-y-53 {
  grid-row-gap: 13.25rem !important;
  row-gap: 13.25rem !important; }

.gap-y-54 {
  grid-row-gap: 13.5rem !important;
  row-gap: 13.5rem !important; }

.gap-y-55 {
  grid-row-gap: 13.75rem !important;
  row-gap: 13.75rem !important; }

.gap-y-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important; }

.gap-y-57 {
  grid-row-gap: 14.25rem !important;
  row-gap: 14.25rem !important; }

.gap-y-58 {
  grid-row-gap: 14.5rem !important;
  row-gap: 14.5rem !important; }

.gap-y-59 {
  grid-row-gap: 14.75rem !important;
  row-gap: 14.75rem !important; }

.gap-y-60 {
  grid-row-gap: 15rem !important;
  row-gap: 15rem !important; }

.gap-y-61 {
  grid-row-gap: 15.25rem !important;
  row-gap: 15.25rem !important; }

.gap-y-62 {
  grid-row-gap: 15.5rem !important;
  row-gap: 15.5rem !important; }

.gap-y-63 {
  grid-row-gap: 15.75rem !important;
  row-gap: 15.75rem !important; }

.gap-y-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important; }

.gap-y-65 {
  grid-row-gap: 16.25rem !important;
  row-gap: 16.25rem !important; }

.gap-y-66 {
  grid-row-gap: 16.5rem !important;
  row-gap: 16.5rem !important; }

.gap-y-67 {
  grid-row-gap: 16.75rem !important;
  row-gap: 16.75rem !important; }

.gap-y-68 {
  grid-row-gap: 17rem !important;
  row-gap: 17rem !important; }

.gap-y-69 {
  grid-row-gap: 17.25rem !important;
  row-gap: 17.25rem !important; }

.gap-y-70 {
  grid-row-gap: 17.5rem !important;
  row-gap: 17.5rem !important; }

.gap-y-71 {
  grid-row-gap: 17.75rem !important;
  row-gap: 17.75rem !important; }

.gap-y-72 {
  grid-row-gap: 18rem !important;
  row-gap: 18rem !important; }

.gap-y-73 {
  grid-row-gap: 18.25rem !important;
  row-gap: 18.25rem !important; }

.gap-y-74 {
  grid-row-gap: 18.5rem !important;
  row-gap: 18.5rem !important; }

.gap-y-75 {
  grid-row-gap: 18.75rem !important;
  row-gap: 18.75rem !important; }

.gap-y-76 {
  grid-row-gap: 19rem !important;
  row-gap: 19rem !important; }

.gap-y-77 {
  grid-row-gap: 19.25rem !important;
  row-gap: 19.25rem !important; }

.gap-y-78 {
  grid-row-gap: 19.5rem !important;
  row-gap: 19.5rem !important; }

.gap-y-79 {
  grid-row-gap: 19.75rem !important;
  row-gap: 19.75rem !important; }

.gap-y-80 {
  grid-row-gap: 20rem !important;
  row-gap: 20rem !important; }

.gap-y-84 {
  grid-row-gap: 21rem !important;
  row-gap: 21rem !important; }

.gap-y-88 {
  grid-row-gap: 22rem !important;
  row-gap: 22rem !important; }

.gap-y-92 {
  grid-row-gap: 23rem !important;
  row-gap: 23rem !important; }

.gap-y-96 {
  grid-row-gap: 24rem !important;
  row-gap: 24rem !important; }

.gap-y-100 {
  grid-row-gap: 25rem !important;
  row-gap: 25rem !important; }

.gap-y-104 {
  grid-row-gap: 26rem !important;
  row-gap: 26rem !important; }

.gap-y-108 {
  grid-row-gap: 27rem !important;
  row-gap: 27rem !important; }

.gap-y-112 {
  grid-row-gap: 28rem !important;
  row-gap: 28rem !important; }

.gap-y-116 {
  grid-row-gap: 29rem !important;
  row-gap: 29rem !important; }

.gap-y-120 {
  grid-row-gap: 30rem !important;
  row-gap: 30rem !important; }

.gap-y-124 {
  grid-row-gap: 31rem !important;
  row-gap: 31rem !important; }

.gap-y-128 {
  grid-row-gap: 32rem !important;
  row-gap: 32rem !important; }

.gap-y-132 {
  grid-row-gap: 33rem !important;
  row-gap: 33rem !important; }

.gap-y-136 {
  grid-row-gap: 34rem !important;
  row-gap: 34rem !important; }

.gap-y-140 {
  grid-row-gap: 35rem !important;
  row-gap: 35rem !important; }

.gap-y-144 {
  grid-row-gap: 36rem !important;
  row-gap: 36rem !important; }

.gap-y-148 {
  grid-row-gap: 37rem !important;
  row-gap: 37rem !important; }

.gap-y-152 {
  grid-row-gap: 38rem !important;
  row-gap: 38rem !important; }

.gap-y-156 {
  grid-row-gap: 39rem !important;
  row-gap: 39rem !important; }

.gap-y-160 {
  grid-row-gap: 40rem !important;
  row-gap: 40rem !important; }

.gap-y-164 {
  grid-row-gap: 41rem !important;
  row-gap: 41rem !important; }

.gap-y-168 {
  grid-row-gap: 42rem !important;
  row-gap: 42rem !important; }

.gap-y-172 {
  grid-row-gap: 43rem !important;
  row-gap: 43rem !important; }

.gap-y-176 {
  grid-row-gap: 44rem !important;
  row-gap: 44rem !important; }

.gap-y-180 {
  grid-row-gap: 45rem !important;
  row-gap: 45rem !important; }

.gap-y-184 {
  grid-row-gap: 46rem !important;
  row-gap: 46rem !important; }

.gap-y-188 {
  grid-row-gap: 47rem !important;
  row-gap: 47rem !important; }

.gap-y-192 {
  grid-row-gap: 48rem !important;
  row-gap: 48rem !important; }

.gap-y-196 {
  grid-row-gap: 49rem !important;
  row-gap: 49rem !important; }

.gap-y-200 {
  grid-row-gap: 50rem !important;
  row-gap: 50rem !important; }

.gap-y-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important; }

.gap-y-2px {
  grid-row-gap: 2px !important;
  row-gap: 2px !important; }

.gap-y-1\/2 {
  grid-row-gap: 50% !important;
  row-gap: 50% !important; }

.gap-y-2\/2 {
  grid-row-gap: 100% !important;
  row-gap: 100% !important; }

.gap-y-1\/3 {
  grid-row-gap: 33.333333% !important;
  row-gap: 33.333333% !important; }

.gap-y-2\/3 {
  grid-row-gap: 66.666667% !important;
  row-gap: 66.666667% !important; }

.gap-y-3\/3 {
  grid-row-gap: 100% !important;
  row-gap: 100% !important; }

.gap-y-1\/4 {
  grid-row-gap: 25% !important;
  row-gap: 25% !important; }

.gap-y-2\/4 {
  grid-row-gap: 50% !important;
  row-gap: 50% !important; }

.gap-y-3\/4 {
  grid-row-gap: 75% !important;
  row-gap: 75% !important; }

.gap-y-4\/4 {
  grid-row-gap: 100% !important;
  row-gap: 100% !important; }

.gap-y-1\/5 {
  grid-row-gap: 20% !important;
  row-gap: 20% !important; }

.gap-y-2\/5 {
  grid-row-gap: 40% !important;
  row-gap: 40% !important; }

.gap-y-3\/5 {
  grid-row-gap: 60% !important;
  row-gap: 60% !important; }

.gap-y-4\/5 {
  grid-row-gap: 80% !important;
  row-gap: 80% !important; }

.gap-y-5\/5 {
  grid-row-gap: 100% !important;
  row-gap: 100% !important; }

.gap-y-1\/6 {
  grid-row-gap: 16.666667% !important;
  row-gap: 16.666667% !important; }

.gap-y-2\/6 {
  grid-row-gap: 33.333333% !important;
  row-gap: 33.333333% !important; }

.gap-y-3\/6 {
  grid-row-gap: 50% !important;
  row-gap: 50% !important; }

.gap-y-4\/6 {
  grid-row-gap: 66.666667% !important;
  row-gap: 66.666667% !important; }

.gap-y-5\/6 {
  grid-row-gap: 83.333333% !important;
  row-gap: 83.333333% !important; }

.gap-y-6\/6 {
  grid-row-gap: 100% !important;
  row-gap: 100% !important; }

.gap-y-1\/10 {
  grid-row-gap: 10% !important;
  row-gap: 10% !important; }

.gap-y-2\/10 {
  grid-row-gap: 20% !important;
  row-gap: 20% !important; }

.gap-y-3\/10 {
  grid-row-gap: 30% !important;
  row-gap: 30% !important; }

.gap-y-4\/10 {
  grid-row-gap: 40% !important;
  row-gap: 40% !important; }

.gap-y-5\/10 {
  grid-row-gap: 50% !important;
  row-gap: 50% !important; }

.gap-y-6\/10 {
  grid-row-gap: 60% !important;
  row-gap: 60% !important; }

.gap-y-7\/10 {
  grid-row-gap: 70% !important;
  row-gap: 70% !important; }

.gap-y-8\/10 {
  grid-row-gap: 80% !important;
  row-gap: 80% !important; }

.gap-y-9\/10 {
  grid-row-gap: 90% !important;
  row-gap: 90% !important; }

.gap-y-10\/10 {
  grid-row-gap: 100% !important;
  row-gap: 100% !important; }

.gap-y-1\/12 {
  grid-row-gap: 8.333333% !important;
  row-gap: 8.333333% !important; }

.gap-y-2\/12 {
  grid-row-gap: 16.666667% !important;
  row-gap: 16.666667% !important; }

.gap-y-3\/12 {
  grid-row-gap: 25% !important;
  row-gap: 25% !important; }

.gap-y-4\/12 {
  grid-row-gap: 33.333333% !important;
  row-gap: 33.333333% !important; }

.gap-y-5\/12 {
  grid-row-gap: 41.666667% !important;
  row-gap: 41.666667% !important; }

.gap-y-6\/12 {
  grid-row-gap: 50% !important;
  row-gap: 50% !important; }

.gap-y-7\/12 {
  grid-row-gap: 58.333333% !important;
  row-gap: 58.333333% !important; }

.gap-y-8\/12 {
  grid-row-gap: 66.666667% !important;
  row-gap: 66.666667% !important; }

.gap-y-9\/12 {
  grid-row-gap: 75% !important;
  row-gap: 75% !important; }

.gap-y-10\/12 {
  grid-row-gap: 83.333333% !important;
  row-gap: 83.333333% !important; }

.gap-y-11\/12 {
  grid-row-gap: 91.666667% !important;
  row-gap: 91.666667% !important; }

.gap-y-12\/12 {
  grid-row-gap: 100% !important;
  row-gap: 100% !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; }

.auto-cols-auto {
  grid-auto-columns: auto !important; }

.auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important; }

.auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important; }

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-end-7 {
  grid-column-end: 7 !important; }

.col-end-8 {
  grid-column-end: 8 !important; }

.col-end-9 {
  grid-column-end: 9 !important; }

.col-end-10 {
  grid-column-end: 10 !important; }

.col-end-11 {
  grid-column-end: 11 !important; }

.col-end-12 {
  grid-column-end: 12 !important; }

.col-end-13 {
  grid-column-end: 13 !important; }

.col-end-auto {
  grid-column-end: auto !important; }

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

.auto-rows-auto {
  grid-auto-rows: auto !important; }

.auto-rows-min {
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important; }

.auto-rows-max {
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important; }

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important; }

.row-auto {
  grid-row: auto !important; }

.row-span-1 {
  grid-row: span 1 / span 1 !important; }

.row-span-2 {
  grid-row: span 2 / span 2 !important; }

.row-span-3 {
  grid-row: span 3 / span 3 !important; }

.row-span-4 {
  grid-row: span 4 / span 4 !important; }

.row-span-5 {
  grid-row: span 5 / span 5 !important; }

.row-span-6 {
  grid-row: span 6 / span 6 !important; }

.row-span-full {
  grid-row: 1 / -1 !important; }

.row-start-1 {
  grid-row-start: 1 !important; }

.row-start-2 {
  grid-row-start: 2 !important; }

.row-start-3 {
  grid-row-start: 3 !important; }

.row-start-4 {
  grid-row-start: 4 !important; }

.row-start-5 {
  grid-row-start: 5 !important; }

.row-start-6 {
  grid-row-start: 6 !important; }

.row-start-7 {
  grid-row-start: 7 !important; }

.row-start-auto {
  grid-row-start: auto !important; }

.row-end-1 {
  grid-row-end: 1 !important; }

.row-end-2 {
  grid-row-end: 2 !important; }

.row-end-3 {
  grid-row-end: 3 !important; }

.row-end-4 {
  grid-row-end: 4 !important; }

.row-end-5 {
  grid-row-end: 5 !important; }

.row-end-6 {
  grid-row-end: 6 !important; }

.row-end-7 {
  grid-row-end: 7 !important; }

.row-end-auto {
  grid-row-end: auto !important; }

.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;
  -ms-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;
  -ms-transform: none !important;
  transform: none !important; }

.origin-center {
  -webkit-transform-origin: center !important;
  -ms-transform-origin: center !important;
  transform-origin: center !important; }

.origin-top {
  -webkit-transform-origin: top !important;
  -ms-transform-origin: top !important;
  transform-origin: top !important; }

.origin-top-right {
  -webkit-transform-origin: top right !important;
  -ms-transform-origin: top right !important;
  transform-origin: top right !important; }

.origin-right {
  -webkit-transform-origin: right !important;
  -ms-transform-origin: right !important;
  transform-origin: right !important; }

.origin-bottom-right {
  -webkit-transform-origin: bottom right !important;
  -ms-transform-origin: bottom right !important;
  transform-origin: bottom right !important; }

.origin-bottom {
  -webkit-transform-origin: bottom !important;
  -ms-transform-origin: bottom !important;
  transform-origin: bottom !important; }

.origin-bottom-left {
  -webkit-transform-origin: bottom left !important;
  -ms-transform-origin: bottom left !important;
  transform-origin: bottom left !important; }

.origin-left {
  -webkit-transform-origin: left !important;
  -ms-transform-origin: left !important;
  transform-origin: left !important; }

.origin-top-left {
  -webkit-transform-origin: top left !important;
  -ms-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; }

.group:hover .group-hover\:scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important; }

.group:hover .group-hover\:scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important; }

.group:hover .group-hover\:scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important; }

.group:hover .group-hover\:scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important; }

.group:hover .group-hover\:scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important; }

.group:hover .group-hover\:scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important; }

.group:hover .group-hover\:scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important; }

.group:hover .group-hover\:scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important; }

.group:hover .group-hover\:scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important; }

.group:hover .group-hover\:scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important; }

.group:hover .group-hover\:scale-x-0 {
  --transform-scale-x: 0 !important; }

.group:hover .group-hover\:scale-x-50 {
  --transform-scale-x: .5 !important; }

.group:hover .group-hover\:scale-x-75 {
  --transform-scale-x: .75 !important; }

.group:hover .group-hover\:scale-x-90 {
  --transform-scale-x: .9 !important; }

.group:hover .group-hover\:scale-x-95 {
  --transform-scale-x: .95 !important; }

.group:hover .group-hover\:scale-x-100 {
  --transform-scale-x: 1 !important; }

.group:hover .group-hover\:scale-x-105 {
  --transform-scale-x: 1.05 !important; }

.group:hover .group-hover\:scale-x-110 {
  --transform-scale-x: 1.1 !important; }

.group:hover .group-hover\:scale-x-125 {
  --transform-scale-x: 1.25 !important; }

.group:hover .group-hover\:scale-x-150 {
  --transform-scale-x: 1.5 !important; }

.group:hover .group-hover\:scale-y-0 {
  --transform-scale-y: 0 !important; }

.group:hover .group-hover\:scale-y-50 {
  --transform-scale-y: .5 !important; }

.group:hover .group-hover\:scale-y-75 {
  --transform-scale-y: .75 !important; }

.group:hover .group-hover\:scale-y-90 {
  --transform-scale-y: .9 !important; }

.group:hover .group-hover\:scale-y-95 {
  --transform-scale-y: .95 !important; }

.group:hover .group-hover\:scale-y-100 {
  --transform-scale-y: 1 !important; }

.group:hover .group-hover\:scale-y-105 {
  --transform-scale-y: 1.05 !important; }

.group:hover .group-hover\:scale-y-110 {
  --transform-scale-y: 1.1 !important; }

.group:hover .group-hover\:scale-y-125 {
  --transform-scale-y: 1.25 !important; }

.group:hover .group-hover\:scale-y-150 {
  --transform-scale-y: 1.5 !important; }

.rotate-0 {
  --transform-rotate: 0 !important; }

.rotate-1 {
  --transform-rotate: 1deg !important; }

.rotate-2 {
  --transform-rotate: 2deg !important; }

.rotate-3 {
  --transform-rotate: 3deg !important; }

.rotate-6 {
  --transform-rotate: 6deg !important; }

.rotate-12 {
  --transform-rotate: 12deg !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; }

.-rotate-12 {
  --transform-rotate: -12deg !important; }

.-rotate-6 {
  --transform-rotate: -6deg !important; }

.-rotate-3 {
  --transform-rotate: -3deg !important; }

.-rotate-2 {
  --transform-rotate: -2deg !important; }

.-rotate-1 {
  --transform-rotate: -1deg !important; }

.hover\:rotate-0:hover {
  --transform-rotate: 0 !important; }

.hover\:rotate-1:hover {
  --transform-rotate: 1deg !important; }

.hover\:rotate-2:hover {
  --transform-rotate: 2deg !important; }

.hover\:rotate-3:hover {
  --transform-rotate: 3deg !important; }

.hover\:rotate-6:hover {
  --transform-rotate: 6deg !important; }

.hover\:rotate-12:hover {
  --transform-rotate: 12deg !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; }

.hover\:-rotate-12:hover {
  --transform-rotate: -12deg !important; }

.hover\:-rotate-6:hover {
  --transform-rotate: -6deg !important; }

.hover\:-rotate-3:hover {
  --transform-rotate: -3deg !important; }

.hover\:-rotate-2:hover {
  --transform-rotate: -2deg !important; }

.hover\:-rotate-1:hover {
  --transform-rotate: -1deg !important; }

.focus\:rotate-0:focus {
  --transform-rotate: 0 !important; }

.focus\:rotate-1:focus {
  --transform-rotate: 1deg !important; }

.focus\:rotate-2:focus {
  --transform-rotate: 2deg !important; }

.focus\:rotate-3:focus {
  --transform-rotate: 3deg !important; }

.focus\:rotate-6:focus {
  --transform-rotate: 6deg !important; }

.focus\:rotate-12:focus {
  --transform-rotate: 12deg !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; }

.focus\:-rotate-12:focus {
  --transform-rotate: -12deg !important; }

.focus\:-rotate-6:focus {
  --transform-rotate: -6deg !important; }

.focus\:-rotate-3:focus {
  --transform-rotate: -3deg !important; }

.focus\:-rotate-2:focus {
  --transform-rotate: -2deg !important; }

.focus\:-rotate-1:focus {
  --transform-rotate: -1deg !important; }

.translate-x-0 {
  --transform-translate-x: 0rem !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-7 {
  --transform-translate-x: 1.75rem !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-11 {
  --transform-translate-x: 2.75rem !important; }

.translate-x-12 {
  --transform-translate-x: 3rem !important; }

.translate-x-13 {
  --transform-translate-x: 3.25rem !important; }

.translate-x-14 {
  --transform-translate-x: 3.5rem !important; }

.translate-x-15 {
  --transform-translate-x: 3.75rem !important; }

.translate-x-16 {
  --transform-translate-x: 4rem !important; }

.translate-x-17 {
  --transform-translate-x: 4.25rem !important; }

.translate-x-18 {
  --transform-translate-x: 4.5rem !important; }

.translate-x-19 {
  --transform-translate-x: 4.75rem !important; }

.translate-x-20 {
  --transform-translate-x: 5rem !important; }

.translate-x-21 {
  --transform-translate-x: 5.25rem !important; }

.translate-x-22 {
  --transform-translate-x: 5.5rem !important; }

.translate-x-23 {
  --transform-translate-x: 5.75rem !important; }

.translate-x-24 {
  --transform-translate-x: 6rem !important; }

.translate-x-25 {
  --transform-translate-x: 6.25rem !important; }

.translate-x-26 {
  --transform-translate-x: 6.5rem !important; }

.translate-x-27 {
  --transform-translate-x: 6.75rem !important; }

.translate-x-28 {
  --transform-translate-x: 7rem !important; }

.translate-x-29 {
  --transform-translate-x: 7.25rem !important; }

.translate-x-30 {
  --transform-translate-x: 7.5rem !important; }

.translate-x-31 {
  --transform-translate-x: 7.75rem !important; }

.translate-x-32 {
  --transform-translate-x: 8rem !important; }

.translate-x-33 {
  --transform-translate-x: 8.25rem !important; }

.translate-x-34 {
  --transform-translate-x: 8.5rem !important; }

.translate-x-35 {
  --transform-translate-x: 8.75rem !important; }

.translate-x-36 {
  --transform-translate-x: 9rem !important; }

.translate-x-37 {
  --transform-translate-x: 9.25rem !important; }

.translate-x-38 {
  --transform-translate-x: 9.5rem !important; }

.translate-x-39 {
  --transform-translate-x: 9.75rem !important; }

.translate-x-40 {
  --transform-translate-x: 10rem !important; }

.translate-x-41 {
  --transform-translate-x: 10.25rem !important; }

.translate-x-42 {
  --transform-translate-x: 10.5rem !important; }

.translate-x-43 {
  --transform-translate-x: 10.75rem !important; }

.translate-x-44 {
  --transform-translate-x: 11rem !important; }

.translate-x-45 {
  --transform-translate-x: 11.25rem !important; }

.translate-x-46 {
  --transform-translate-x: 11.5rem !important; }

.translate-x-47 {
  --transform-translate-x: 11.75rem !important; }

.translate-x-48 {
  --transform-translate-x: 12rem !important; }

.translate-x-49 {
  --transform-translate-x: 12.25rem !important; }

.translate-x-50 {
  --transform-translate-x: 12.5rem !important; }

.translate-x-51 {
  --transform-translate-x: 12.75rem !important; }

.translate-x-52 {
  --transform-translate-x: 13rem !important; }

.translate-x-53 {
  --transform-translate-x: 13.25rem !important; }

.translate-x-54 {
  --transform-translate-x: 13.5rem !important; }

.translate-x-55 {
  --transform-translate-x: 13.75rem !important; }

.translate-x-56 {
  --transform-translate-x: 14rem !important; }

.translate-x-57 {
  --transform-translate-x: 14.25rem !important; }

.translate-x-58 {
  --transform-translate-x: 14.5rem !important; }

.translate-x-59 {
  --transform-translate-x: 14.75rem !important; }

.translate-x-60 {
  --transform-translate-x: 15rem !important; }

.translate-x-61 {
  --transform-translate-x: 15.25rem !important; }

.translate-x-62 {
  --transform-translate-x: 15.5rem !important; }

.translate-x-63 {
  --transform-translate-x: 15.75rem !important; }

.translate-x-64 {
  --transform-translate-x: 16rem !important; }

.translate-x-65 {
  --transform-translate-x: 16.25rem !important; }

.translate-x-66 {
  --transform-translate-x: 16.5rem !important; }

.translate-x-67 {
  --transform-translate-x: 16.75rem !important; }

.translate-x-68 {
  --transform-translate-x: 17rem !important; }

.translate-x-69 {
  --transform-translate-x: 17.25rem !important; }

.translate-x-70 {
  --transform-translate-x: 17.5rem !important; }

.translate-x-71 {
  --transform-translate-x: 17.75rem !important; }

.translate-x-72 {
  --transform-translate-x: 18rem !important; }

.translate-x-73 {
  --transform-translate-x: 18.25rem !important; }

.translate-x-74 {
  --transform-translate-x: 18.5rem !important; }

.translate-x-75 {
  --transform-translate-x: 18.75rem !important; }

.translate-x-76 {
  --transform-translate-x: 19rem !important; }

.translate-x-77 {
  --transform-translate-x: 19.25rem !important; }

.translate-x-78 {
  --transform-translate-x: 19.5rem !important; }

.translate-x-79 {
  --transform-translate-x: 19.75rem !important; }

.translate-x-80 {
  --transform-translate-x: 20rem !important; }

.translate-x-84 {
  --transform-translate-x: 21rem !important; }

.translate-x-88 {
  --transform-translate-x: 22rem !important; }

.translate-x-92 {
  --transform-translate-x: 23rem !important; }

.translate-x-96 {
  --transform-translate-x: 24rem !important; }

.translate-x-100 {
  --transform-translate-x: 25rem !important; }

.translate-x-104 {
  --transform-translate-x: 26rem !important; }

.translate-x-108 {
  --transform-translate-x: 27rem !important; }

.translate-x-112 {
  --transform-translate-x: 28rem !important; }

.translate-x-116 {
  --transform-translate-x: 29rem !important; }

.translate-x-120 {
  --transform-translate-x: 30rem !important; }

.translate-x-124 {
  --transform-translate-x: 31rem !important; }

.translate-x-128 {
  --transform-translate-x: 32rem !important; }

.translate-x-132 {
  --transform-translate-x: 33rem !important; }

.translate-x-136 {
  --transform-translate-x: 34rem !important; }

.translate-x-140 {
  --transform-translate-x: 35rem !important; }

.translate-x-144 {
  --transform-translate-x: 36rem !important; }

.translate-x-148 {
  --transform-translate-x: 37rem !important; }

.translate-x-152 {
  --transform-translate-x: 38rem !important; }

.translate-x-156 {
  --transform-translate-x: 39rem !important; }

.translate-x-160 {
  --transform-translate-x: 40rem !important; }

.translate-x-164 {
  --transform-translate-x: 41rem !important; }

.translate-x-168 {
  --transform-translate-x: 42rem !important; }

.translate-x-172 {
  --transform-translate-x: 43rem !important; }

.translate-x-176 {
  --transform-translate-x: 44rem !important; }

.translate-x-180 {
  --transform-translate-x: 45rem !important; }

.translate-x-184 {
  --transform-translate-x: 46rem !important; }

.translate-x-188 {
  --transform-translate-x: 47rem !important; }

.translate-x-192 {
  --transform-translate-x: 48rem !important; }

.translate-x-196 {
  --transform-translate-x: 49rem !important; }

.translate-x-200 {
  --transform-translate-x: 50rem !important; }

.translate-x-px {
  --transform-translate-x: 1px !important; }

.translate-x-2px {
  --transform-translate-x: 2px !important; }

.translate-x-1\/2 {
  --transform-translate-x: 50% !important; }

.translate-x-2\/2 {
  --transform-translate-x: 100% !important; }

.translate-x-1\/3 {
  --transform-translate-x: 33.333333% !important; }

.translate-x-2\/3 {
  --transform-translate-x: 66.666667% !important; }

.translate-x-3\/3 {
  --transform-translate-x: 100% !important; }

.translate-x-1\/4 {
  --transform-translate-x: 25% !important; }

.translate-x-2\/4 {
  --transform-translate-x: 50% !important; }

.translate-x-3\/4 {
  --transform-translate-x: 75% !important; }

.translate-x-4\/4 {
  --transform-translate-x: 100% !important; }

.translate-x-1\/5 {
  --transform-translate-x: 20% !important; }

.translate-x-2\/5 {
  --transform-translate-x: 40% !important; }

.translate-x-3\/5 {
  --transform-translate-x: 60% !important; }

.translate-x-4\/5 {
  --transform-translate-x: 80% !important; }

.translate-x-5\/5 {
  --transform-translate-x: 100% !important; }

.translate-x-1\/6 {
  --transform-translate-x: 16.666667% !important; }

.translate-x-2\/6 {
  --transform-translate-x: 33.333333% !important; }

.translate-x-3\/6 {
  --transform-translate-x: 50% !important; }

.translate-x-4\/6 {
  --transform-translate-x: 66.666667% !important; }

.translate-x-5\/6 {
  --transform-translate-x: 83.333333% !important; }

.translate-x-6\/6 {
  --transform-translate-x: 100% !important; }

.translate-x-1\/10 {
  --transform-translate-x: 10% !important; }

.translate-x-2\/10 {
  --transform-translate-x: 20% !important; }

.translate-x-3\/10 {
  --transform-translate-x: 30% !important; }

.translate-x-4\/10 {
  --transform-translate-x: 40% !important; }

.translate-x-5\/10 {
  --transform-translate-x: 50% !important; }

.translate-x-6\/10 {
  --transform-translate-x: 60% !important; }

.translate-x-7\/10 {
  --transform-translate-x: 70% !important; }

.translate-x-8\/10 {
  --transform-translate-x: 80% !important; }

.translate-x-9\/10 {
  --transform-translate-x: 90% !important; }

.translate-x-10\/10 {
  --transform-translate-x: 100% !important; }

.translate-x-1\/12 {
  --transform-translate-x: 8.333333% !important; }

.translate-x-2\/12 {
  --transform-translate-x: 16.666667% !important; }

.translate-x-3\/12 {
  --transform-translate-x: 25% !important; }

.translate-x-4\/12 {
  --transform-translate-x: 33.333333% !important; }

.translate-x-5\/12 {
  --transform-translate-x: 41.666667% !important; }

.translate-x-6\/12 {
  --transform-translate-x: 50% !important; }

.translate-x-7\/12 {
  --transform-translate-x: 58.333333% !important; }

.translate-x-8\/12 {
  --transform-translate-x: 66.666667% !important; }

.translate-x-9\/12 {
  --transform-translate-x: 75% !important; }

.translate-x-10\/12 {
  --transform-translate-x: 83.333333% !important; }

.translate-x-11\/12 {
  --transform-translate-x: 91.666667% !important; }

.translate-x-12\/12 {
  --transform-translate-x: 100% !important; }

.-translate-x-0 {
  --transform-translate-x: 0rem !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-7 {
  --transform-translate-x: -1.75rem !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-11 {
  --transform-translate-x: -2.75rem !important; }

.-translate-x-12 {
  --transform-translate-x: -3rem !important; }

.-translate-x-13 {
  --transform-translate-x: -3.25rem !important; }

.-translate-x-14 {
  --transform-translate-x: -3.5rem !important; }

.-translate-x-15 {
  --transform-translate-x: -3.75rem !important; }

.-translate-x-16 {
  --transform-translate-x: -4rem !important; }

.-translate-x-17 {
  --transform-translate-x: -4.25rem !important; }

.-translate-x-18 {
  --transform-translate-x: -4.5rem !important; }

.-translate-x-19 {
  --transform-translate-x: -4.75rem !important; }

.-translate-x-20 {
  --transform-translate-x: -5rem !important; }

.-translate-x-21 {
  --transform-translate-x: -5.25rem !important; }

.-translate-x-22 {
  --transform-translate-x: -5.5rem !important; }

.-translate-x-23 {
  --transform-translate-x: -5.75rem !important; }

.-translate-x-24 {
  --transform-translate-x: -6rem !important; }

.-translate-x-25 {
  --transform-translate-x: -6.25rem !important; }

.-translate-x-26 {
  --transform-translate-x: -6.5rem !important; }

.-translate-x-27 {
  --transform-translate-x: -6.75rem !important; }

.-translate-x-28 {
  --transform-translate-x: -7rem !important; }

.-translate-x-29 {
  --transform-translate-x: -7.25rem !important; }

.-translate-x-30 {
  --transform-translate-x: -7.5rem !important; }

.-translate-x-31 {
  --transform-translate-x: -7.75rem !important; }

.-translate-x-32 {
  --transform-translate-x: -8rem !important; }

.-translate-x-33 {
  --transform-translate-x: -8.25rem !important; }

.-translate-x-34 {
  --transform-translate-x: -8.5rem !important; }

.-translate-x-35 {
  --transform-translate-x: -8.75rem !important; }

.-translate-x-36 {
  --transform-translate-x: -9rem !important; }

.-translate-x-37 {
  --transform-translate-x: -9.25rem !important; }

.-translate-x-38 {
  --transform-translate-x: -9.5rem !important; }

.-translate-x-39 {
  --transform-translate-x: -9.75rem !important; }

.-translate-x-40 {
  --transform-translate-x: -10rem !important; }

.-translate-x-41 {
  --transform-translate-x: -10.25rem !important; }

.-translate-x-42 {
  --transform-translate-x: -10.5rem !important; }

.-translate-x-43 {
  --transform-translate-x: -10.75rem !important; }

.-translate-x-44 {
  --transform-translate-x: -11rem !important; }

.-translate-x-45 {
  --transform-translate-x: -11.25rem !important; }

.-translate-x-46 {
  --transform-translate-x: -11.5rem !important; }

.-translate-x-47 {
  --transform-translate-x: -11.75rem !important; }

.-translate-x-48 {
  --transform-translate-x: -12rem !important; }

.-translate-x-49 {
  --transform-translate-x: -12.25rem !important; }

.-translate-x-50 {
  --transform-translate-x: -12.5rem !important; }

.-translate-x-51 {
  --transform-translate-x: -12.75rem !important; }

.-translate-x-52 {
  --transform-translate-x: -13rem !important; }

.-translate-x-53 {
  --transform-translate-x: -13.25rem !important; }

.-translate-x-54 {
  --transform-translate-x: -13.5rem !important; }

.-translate-x-55 {
  --transform-translate-x: -13.75rem !important; }

.-translate-x-56 {
  --transform-translate-x: -14rem !important; }

.-translate-x-57 {
  --transform-translate-x: -14.25rem !important; }

.-translate-x-58 {
  --transform-translate-x: -14.5rem !important; }

.-translate-x-59 {
  --transform-translate-x: -14.75rem !important; }

.-translate-x-60 {
  --transform-translate-x: -15rem !important; }

.-translate-x-61 {
  --transform-translate-x: -15.25rem !important; }

.-translate-x-62 {
  --transform-translate-x: -15.5rem !important; }

.-translate-x-63 {
  --transform-translate-x: -15.75rem !important; }

.-translate-x-64 {
  --transform-translate-x: -16rem !important; }

.-translate-x-65 {
  --transform-translate-x: -16.25rem !important; }

.-translate-x-66 {
  --transform-translate-x: -16.5rem !important; }

.-translate-x-67 {
  --transform-translate-x: -16.75rem !important; }

.-translate-x-68 {
  --transform-translate-x: -17rem !important; }

.-translate-x-69 {
  --transform-translate-x: -17.25rem !important; }

.-translate-x-70 {
  --transform-translate-x: -17.5rem !important; }

.-translate-x-71 {
  --transform-translate-x: -17.75rem !important; }

.-translate-x-72 {
  --transform-translate-x: -18rem !important; }

.-translate-x-73 {
  --transform-translate-x: -18.25rem !important; }

.-translate-x-74 {
  --transform-translate-x: -18.5rem !important; }

.-translate-x-75 {
  --transform-translate-x: -18.75rem !important; }

.-translate-x-76 {
  --transform-translate-x: -19rem !important; }

.-translate-x-77 {
  --transform-translate-x: -19.25rem !important; }

.-translate-x-78 {
  --transform-translate-x: -19.5rem !important; }

.-translate-x-79 {
  --transform-translate-x: -19.75rem !important; }

.-translate-x-80 {
  --transform-translate-x: -20rem !important; }

.-translate-x-84 {
  --transform-translate-x: -21rem !important; }

.-translate-x-88 {
  --transform-translate-x: -22rem !important; }

.-translate-x-92 {
  --transform-translate-x: -23rem !important; }

.-translate-x-96 {
  --transform-translate-x: -24rem !important; }

.-translate-x-100 {
  --transform-translate-x: -25rem !important; }

.-translate-x-104 {
  --transform-translate-x: -26rem !important; }

.-translate-x-108 {
  --transform-translate-x: -27rem !important; }

.-translate-x-112 {
  --transform-translate-x: -28rem !important; }

.-translate-x-116 {
  --transform-translate-x: -29rem !important; }

.-translate-x-120 {
  --transform-translate-x: -30rem !important; }

.-translate-x-124 {
  --transform-translate-x: -31rem !important; }

.-translate-x-128 {
  --transform-translate-x: -32rem !important; }

.-translate-x-132 {
  --transform-translate-x: -33rem !important; }

.-translate-x-136 {
  --transform-translate-x: -34rem !important; }

.-translate-x-140 {
  --transform-translate-x: -35rem !important; }

.-translate-x-144 {
  --transform-translate-x: -36rem !important; }

.-translate-x-148 {
  --transform-translate-x: -37rem !important; }

.-translate-x-152 {
  --transform-translate-x: -38rem !important; }

.-translate-x-156 {
  --transform-translate-x: -39rem !important; }

.-translate-x-160 {
  --transform-translate-x: -40rem !important; }

.-translate-x-164 {
  --transform-translate-x: -41rem !important; }

.-translate-x-168 {
  --transform-translate-x: -42rem !important; }

.-translate-x-172 {
  --transform-translate-x: -43rem !important; }

.-translate-x-176 {
  --transform-translate-x: -44rem !important; }

.-translate-x-180 {
  --transform-translate-x: -45rem !important; }

.-translate-x-184 {
  --transform-translate-x: -46rem !important; }

.-translate-x-188 {
  --transform-translate-x: -47rem !important; }

.-translate-x-192 {
  --transform-translate-x: -48rem !important; }

.-translate-x-196 {
  --transform-translate-x: -49rem !important; }

.-translate-x-200 {
  --transform-translate-x: -50rem !important; }

.-translate-x-px {
  --transform-translate-x: -1px !important; }

.-translate-x-2px {
  --transform-translate-x: -2px !important; }

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important; }

.-translate-x-2\/2 {
  --transform-translate-x: -100% !important; }

.-translate-x-1\/3 {
  --transform-translate-x: -33.33333% !important; }

.-translate-x-2\/3 {
  --transform-translate-x: -66.66667% !important; }

.-translate-x-3\/3 {
  --transform-translate-x: -100% !important; }

.-translate-x-1\/4 {
  --transform-translate-x: -25% !important; }

.-translate-x-2\/4 {
  --transform-translate-x: -50% !important; }

.-translate-x-3\/4 {
  --transform-translate-x: -75% !important; }

.-translate-x-4\/4 {
  --transform-translate-x: -100% !important; }

.-translate-x-1\/5 {
  --transform-translate-x: -20% !important; }

.-translate-x-2\/5 {
  --transform-translate-x: -40% !important; }

.-translate-x-3\/5 {
  --transform-translate-x: -60% !important; }

.-translate-x-4\/5 {
  --transform-translate-x: -80% !important; }

.-translate-x-5\/5 {
  --transform-translate-x: -100% !important; }

.-translate-x-1\/6 {
  --transform-translate-x: -16.66667% !important; }

.-translate-x-2\/6 {
  --transform-translate-x: -33.33333% !important; }

.-translate-x-3\/6 {
  --transform-translate-x: -50% !important; }

.-translate-x-4\/6 {
  --transform-translate-x: -66.66667% !important; }

.-translate-x-5\/6 {
  --transform-translate-x: -83.33333% !important; }

.-translate-x-6\/6 {
  --transform-translate-x: -100% !important; }

.-translate-x-1\/10 {
  --transform-translate-x: -10% !important; }

.-translate-x-2\/10 {
  --transform-translate-x: -20% !important; }

.-translate-x-3\/10 {
  --transform-translate-x: -30% !important; }

.-translate-x-4\/10 {
  --transform-translate-x: -40% !important; }

.-translate-x-5\/10 {
  --transform-translate-x: -50% !important; }

.-translate-x-6\/10 {
  --transform-translate-x: -60% !important; }

.-translate-x-7\/10 {
  --transform-translate-x: -70% !important; }

.-translate-x-8\/10 {
  --transform-translate-x: -80% !important; }

.-translate-x-9\/10 {
  --transform-translate-x: -90% !important; }

.-translate-x-10\/10 {
  --transform-translate-x: -100% !important; }

.-translate-x-1\/12 {
  --transform-translate-x: -8.33333% !important; }

.-translate-x-2\/12 {
  --transform-translate-x: -16.66667% !important; }

.-translate-x-3\/12 {
  --transform-translate-x: -25% !important; }

.-translate-x-4\/12 {
  --transform-translate-x: -33.33333% !important; }

.-translate-x-5\/12 {
  --transform-translate-x: -41.66667% !important; }

.-translate-x-6\/12 {
  --transform-translate-x: -50% !important; }

.-translate-x-7\/12 {
  --transform-translate-x: -58.33333% !important; }

.-translate-x-8\/12 {
  --transform-translate-x: -66.66667% !important; }

.-translate-x-9\/12 {
  --transform-translate-x: -75% !important; }

.-translate-x-10\/12 {
  --transform-translate-x: -83.33333% !important; }

.-translate-x-11\/12 {
  --transform-translate-x: -91.66667% !important; }

.-translate-x-12\/12 {
  --transform-translate-x: -100% !important; }

.-translate-x-full {
  --transform-translate-x: -100% !important; }

.translate-x-full {
  --transform-translate-x: 100% !important; }

.translate-y-0 {
  --transform-translate-y: 0rem !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-7 {
  --transform-translate-y: 1.75rem !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-11 {
  --transform-translate-y: 2.75rem !important; }

.translate-y-12 {
  --transform-translate-y: 3rem !important; }

.translate-y-13 {
  --transform-translate-y: 3.25rem !important; }

.translate-y-14 {
  --transform-translate-y: 3.5rem !important; }

.translate-y-15 {
  --transform-translate-y: 3.75rem !important; }

.translate-y-16 {
  --transform-translate-y: 4rem !important; }

.translate-y-17 {
  --transform-translate-y: 4.25rem !important; }

.translate-y-18 {
  --transform-translate-y: 4.5rem !important; }

.translate-y-19 {
  --transform-translate-y: 4.75rem !important; }

.translate-y-20 {
  --transform-translate-y: 5rem !important; }

.translate-y-21 {
  --transform-translate-y: 5.25rem !important; }

.translate-y-22 {
  --transform-translate-y: 5.5rem !important; }

.translate-y-23 {
  --transform-translate-y: 5.75rem !important; }

.translate-y-24 {
  --transform-translate-y: 6rem !important; }

.translate-y-25 {
  --transform-translate-y: 6.25rem !important; }

.translate-y-26 {
  --transform-translate-y: 6.5rem !important; }

.translate-y-27 {
  --transform-translate-y: 6.75rem !important; }

.translate-y-28 {
  --transform-translate-y: 7rem !important; }

.translate-y-29 {
  --transform-translate-y: 7.25rem !important; }

.translate-y-30 {
  --transform-translate-y: 7.5rem !important; }

.translate-y-31 {
  --transform-translate-y: 7.75rem !important; }

.translate-y-32 {
  --transform-translate-y: 8rem !important; }

.translate-y-33 {
  --transform-translate-y: 8.25rem !important; }

.translate-y-34 {
  --transform-translate-y: 8.5rem !important; }

.translate-y-35 {
  --transform-translate-y: 8.75rem !important; }

.translate-y-36 {
  --transform-translate-y: 9rem !important; }

.translate-y-37 {
  --transform-translate-y: 9.25rem !important; }

.translate-y-38 {
  --transform-translate-y: 9.5rem !important; }

.translate-y-39 {
  --transform-translate-y: 9.75rem !important; }

.translate-y-40 {
  --transform-translate-y: 10rem !important; }

.translate-y-41 {
  --transform-translate-y: 10.25rem !important; }

.translate-y-42 {
  --transform-translate-y: 10.5rem !important; }

.translate-y-43 {
  --transform-translate-y: 10.75rem !important; }

.translate-y-44 {
  --transform-translate-y: 11rem !important; }

.translate-y-45 {
  --transform-translate-y: 11.25rem !important; }

.translate-y-46 {
  --transform-translate-y: 11.5rem !important; }

.translate-y-47 {
  --transform-translate-y: 11.75rem !important; }

.translate-y-48 {
  --transform-translate-y: 12rem !important; }

.translate-y-49 {
  --transform-translate-y: 12.25rem !important; }

.translate-y-50 {
  --transform-translate-y: 12.5rem !important; }

.translate-y-51 {
  --transform-translate-y: 12.75rem !important; }

.translate-y-52 {
  --transform-translate-y: 13rem !important; }

.translate-y-53 {
  --transform-translate-y: 13.25rem !important; }

.translate-y-54 {
  --transform-translate-y: 13.5rem !important; }

.translate-y-55 {
  --transform-translate-y: 13.75rem !important; }

.translate-y-56 {
  --transform-translate-y: 14rem !important; }

.translate-y-57 {
  --transform-translate-y: 14.25rem !important; }

.translate-y-58 {
  --transform-translate-y: 14.5rem !important; }

.translate-y-59 {
  --transform-translate-y: 14.75rem !important; }

.translate-y-60 {
  --transform-translate-y: 15rem !important; }

.translate-y-61 {
  --transform-translate-y: 15.25rem !important; }

.translate-y-62 {
  --transform-translate-y: 15.5rem !important; }

.translate-y-63 {
  --transform-translate-y: 15.75rem !important; }

.translate-y-64 {
  --transform-translate-y: 16rem !important; }

.translate-y-65 {
  --transform-translate-y: 16.25rem !important; }

.translate-y-66 {
  --transform-translate-y: 16.5rem !important; }

.translate-y-67 {
  --transform-translate-y: 16.75rem !important; }

.translate-y-68 {
  --transform-translate-y: 17rem !important; }

.translate-y-69 {
  --transform-translate-y: 17.25rem !important; }

.translate-y-70 {
  --transform-translate-y: 17.5rem !important; }

.translate-y-71 {
  --transform-translate-y: 17.75rem !important; }

.translate-y-72 {
  --transform-translate-y: 18rem !important; }

.translate-y-73 {
  --transform-translate-y: 18.25rem !important; }

.translate-y-74 {
  --transform-translate-y: 18.5rem !important; }

.translate-y-75 {
  --transform-translate-y: 18.75rem !important; }

.translate-y-76 {
  --transform-translate-y: 19rem !important; }

.translate-y-77 {
  --transform-translate-y: 19.25rem !important; }

.translate-y-78 {
  --transform-translate-y: 19.5rem !important; }

.translate-y-79 {
  --transform-translate-y: 19.75rem !important; }

.translate-y-80 {
  --transform-translate-y: 20rem !important; }

.translate-y-84 {
  --transform-translate-y: 21rem !important; }

.translate-y-88 {
  --transform-translate-y: 22rem !important; }

.translate-y-92 {
  --transform-translate-y: 23rem !important; }

.translate-y-96 {
  --transform-translate-y: 24rem !important; }

.translate-y-100 {
  --transform-translate-y: 25rem !important; }

.translate-y-104 {
  --transform-translate-y: 26rem !important; }

.translate-y-108 {
  --transform-translate-y: 27rem !important; }

.translate-y-112 {
  --transform-translate-y: 28rem !important; }

.translate-y-116 {
  --transform-translate-y: 29rem !important; }

.translate-y-120 {
  --transform-translate-y: 30rem !important; }

.translate-y-124 {
  --transform-translate-y: 31rem !important; }

.translate-y-128 {
  --transform-translate-y: 32rem !important; }

.translate-y-132 {
  --transform-translate-y: 33rem !important; }

.translate-y-136 {
  --transform-translate-y: 34rem !important; }

.translate-y-140 {
  --transform-translate-y: 35rem !important; }

.translate-y-144 {
  --transform-translate-y: 36rem !important; }

.translate-y-148 {
  --transform-translate-y: 37rem !important; }

.translate-y-152 {
  --transform-translate-y: 38rem !important; }

.translate-y-156 {
  --transform-translate-y: 39rem !important; }

.translate-y-160 {
  --transform-translate-y: 40rem !important; }

.translate-y-164 {
  --transform-translate-y: 41rem !important; }

.translate-y-168 {
  --transform-translate-y: 42rem !important; }

.translate-y-172 {
  --transform-translate-y: 43rem !important; }

.translate-y-176 {
  --transform-translate-y: 44rem !important; }

.translate-y-180 {
  --transform-translate-y: 45rem !important; }

.translate-y-184 {
  --transform-translate-y: 46rem !important; }

.translate-y-188 {
  --transform-translate-y: 47rem !important; }

.translate-y-192 {
  --transform-translate-y: 48rem !important; }

.translate-y-196 {
  --transform-translate-y: 49rem !important; }

.translate-y-200 {
  --transform-translate-y: 50rem !important; }

.translate-y-px {
  --transform-translate-y: 1px !important; }

.translate-y-2px {
  --transform-translate-y: 2px !important; }

.translate-y-1\/2 {
  --transform-translate-y: 50% !important; }

.translate-y-2\/2 {
  --transform-translate-y: 100% !important; }

.translate-y-1\/3 {
  --transform-translate-y: 33.333333% !important; }

.translate-y-2\/3 {
  --transform-translate-y: 66.666667% !important; }

.translate-y-3\/3 {
  --transform-translate-y: 100% !important; }

.translate-y-1\/4 {
  --transform-translate-y: 25% !important; }

.translate-y-2\/4 {
  --transform-translate-y: 50% !important; }

.translate-y-3\/4 {
  --transform-translate-y: 75% !important; }

.translate-y-4\/4 {
  --transform-translate-y: 100% !important; }

.translate-y-1\/5 {
  --transform-translate-y: 20% !important; }

.translate-y-2\/5 {
  --transform-translate-y: 40% !important; }

.translate-y-3\/5 {
  --transform-translate-y: 60% !important; }

.translate-y-4\/5 {
  --transform-translate-y: 80% !important; }

.translate-y-5\/5 {
  --transform-translate-y: 100% !important; }

.translate-y-1\/6 {
  --transform-translate-y: 16.666667% !important; }

.translate-y-2\/6 {
  --transform-translate-y: 33.333333% !important; }

.translate-y-3\/6 {
  --transform-translate-y: 50% !important; }

.translate-y-4\/6 {
  --transform-translate-y: 66.666667% !important; }

.translate-y-5\/6 {
  --transform-translate-y: 83.333333% !important; }

.translate-y-6\/6 {
  --transform-translate-y: 100% !important; }

.translate-y-1\/10 {
  --transform-translate-y: 10% !important; }

.translate-y-2\/10 {
  --transform-translate-y: 20% !important; }

.translate-y-3\/10 {
  --transform-translate-y: 30% !important; }

.translate-y-4\/10 {
  --transform-translate-y: 40% !important; }

.translate-y-5\/10 {
  --transform-translate-y: 50% !important; }

.translate-y-6\/10 {
  --transform-translate-y: 60% !important; }

.translate-y-7\/10 {
  --transform-translate-y: 70% !important; }

.translate-y-8\/10 {
  --transform-translate-y: 80% !important; }

.translate-y-9\/10 {
  --transform-translate-y: 90% !important; }

.translate-y-10\/10 {
  --transform-translate-y: 100% !important; }

.translate-y-1\/12 {
  --transform-translate-y: 8.333333% !important; }

.translate-y-2\/12 {
  --transform-translate-y: 16.666667% !important; }

.translate-y-3\/12 {
  --transform-translate-y: 25% !important; }

.translate-y-4\/12 {
  --transform-translate-y: 33.333333% !important; }

.translate-y-5\/12 {
  --transform-translate-y: 41.666667% !important; }

.translate-y-6\/12 {
  --transform-translate-y: 50% !important; }

.translate-y-7\/12 {
  --transform-translate-y: 58.333333% !important; }

.translate-y-8\/12 {
  --transform-translate-y: 66.666667% !important; }

.translate-y-9\/12 {
  --transform-translate-y: 75% !important; }

.translate-y-10\/12 {
  --transform-translate-y: 83.333333% !important; }

.translate-y-11\/12 {
  --transform-translate-y: 91.666667% !important; }

.translate-y-12\/12 {
  --transform-translate-y: 100% !important; }

.-translate-y-0 {
  --transform-translate-y: 0rem !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-7 {
  --transform-translate-y: -1.75rem !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-11 {
  --transform-translate-y: -2.75rem !important; }

.-translate-y-12 {
  --transform-translate-y: -3rem !important; }

.-translate-y-13 {
  --transform-translate-y: -3.25rem !important; }

.-translate-y-14 {
  --transform-translate-y: -3.5rem !important; }

.-translate-y-15 {
  --transform-translate-y: -3.75rem !important; }

.-translate-y-16 {
  --transform-translate-y: -4rem !important; }

.-translate-y-17 {
  --transform-translate-y: -4.25rem !important; }

.-translate-y-18 {
  --transform-translate-y: -4.5rem !important; }

.-translate-y-19 {
  --transform-translate-y: -4.75rem !important; }

.-translate-y-20 {
  --transform-translate-y: -5rem !important; }

.-translate-y-21 {
  --transform-translate-y: -5.25rem !important; }

.-translate-y-22 {
  --transform-translate-y: -5.5rem !important; }

.-translate-y-23 {
  --transform-translate-y: -5.75rem !important; }

.-translate-y-24 {
  --transform-translate-y: -6rem !important; }

.-translate-y-25 {
  --transform-translate-y: -6.25rem !important; }

.-translate-y-26 {
  --transform-translate-y: -6.5rem !important; }

.-translate-y-27 {
  --transform-translate-y: -6.75rem !important; }

.-translate-y-28 {
  --transform-translate-y: -7rem !important; }

.-translate-y-29 {
  --transform-translate-y: -7.25rem !important; }

.-translate-y-30 {
  --transform-translate-y: -7.5rem !important; }

.-translate-y-31 {
  --transform-translate-y: -7.75rem !important; }

.-translate-y-32 {
  --transform-translate-y: -8rem !important; }

.-translate-y-33 {
  --transform-translate-y: -8.25rem !important; }

.-translate-y-34 {
  --transform-translate-y: -8.5rem !important; }

.-translate-y-35 {
  --transform-translate-y: -8.75rem !important; }

.-translate-y-36 {
  --transform-translate-y: -9rem !important; }

.-translate-y-37 {
  --transform-translate-y: -9.25rem !important; }

.-translate-y-38 {
  --transform-translate-y: -9.5rem !important; }

.-translate-y-39 {
  --transform-translate-y: -9.75rem !important; }

.-translate-y-40 {
  --transform-translate-y: -10rem !important; }

.-translate-y-41 {
  --transform-translate-y: -10.25rem !important; }

.-translate-y-42 {
  --transform-translate-y: -10.5rem !important; }

.-translate-y-43 {
  --transform-translate-y: -10.75rem !important; }

.-translate-y-44 {
  --transform-translate-y: -11rem !important; }

.-translate-y-45 {
  --transform-translate-y: -11.25rem !important; }

.-translate-y-46 {
  --transform-translate-y: -11.5rem !important; }

.-translate-y-47 {
  --transform-translate-y: -11.75rem !important; }

.-translate-y-48 {
  --transform-translate-y: -12rem !important; }

.-translate-y-49 {
  --transform-translate-y: -12.25rem !important; }

.-translate-y-50 {
  --transform-translate-y: -12.5rem !important; }

.-translate-y-51 {
  --transform-translate-y: -12.75rem !important; }

.-translate-y-52 {
  --transform-translate-y: -13rem !important; }

.-translate-y-53 {
  --transform-translate-y: -13.25rem !important; }

.-translate-y-54 {
  --transform-translate-y: -13.5rem !important; }

.-translate-y-55 {
  --transform-translate-y: -13.75rem !important; }

.-translate-y-56 {
  --transform-translate-y: -14rem !important; }

.-translate-y-57 {
  --transform-translate-y: -14.25rem !important; }

.-translate-y-58 {
  --transform-translate-y: -14.5rem !important; }

.-translate-y-59 {
  --transform-translate-y: -14.75rem !important; }

.-translate-y-60 {
  --transform-translate-y: -15rem !important; }

.-translate-y-61 {
  --transform-translate-y: -15.25rem !important; }

.-translate-y-62 {
  --transform-translate-y: -15.5rem !important; }

.-translate-y-63 {
  --transform-translate-y: -15.75rem !important; }

.-translate-y-64 {
  --transform-translate-y: -16rem !important; }

.-translate-y-65 {
  --transform-translate-y: -16.25rem !important; }

.-translate-y-66 {
  --transform-translate-y: -16.5rem !important; }

.-translate-y-67 {
  --transform-translate-y: -16.75rem !important; }

.-translate-y-68 {
  --transform-translate-y: -17rem !important; }

.-translate-y-69 {
  --transform-translate-y: -17.25rem !important; }

.-translate-y-70 {
  --transform-translate-y: -17.5rem !important; }

.-translate-y-71 {
  --transform-translate-y: -17.75rem !important; }

.-translate-y-72 {
  --transform-translate-y: -18rem !important; }

.-translate-y-73 {
  --transform-translate-y: -18.25rem !important; }

.-translate-y-74 {
  --transform-translate-y: -18.5rem !important; }

.-translate-y-75 {
  --transform-translate-y: -18.75rem !important; }

.-translate-y-76 {
  --transform-translate-y: -19rem !important; }

.-translate-y-77 {
  --transform-translate-y: -19.25rem !important; }

.-translate-y-78 {
  --transform-translate-y: -19.5rem !important; }

.-translate-y-79 {
  --transform-translate-y: -19.75rem !important; }

.-translate-y-80 {
  --transform-translate-y: -20rem !important; }

.-translate-y-84 {
  --transform-translate-y: -21rem !important; }

.-translate-y-88 {
  --transform-translate-y: -22rem !important; }

.-translate-y-92 {
  --transform-translate-y: -23rem !important; }

.-translate-y-96 {
  --transform-translate-y: -24rem !important; }

.-translate-y-100 {
  --transform-translate-y: -25rem !important; }

.-translate-y-104 {
  --transform-translate-y: -26rem !important; }

.-translate-y-108 {
  --transform-translate-y: -27rem !important; }

.-translate-y-112 {
  --transform-translate-y: -28rem !important; }

.-translate-y-116 {
  --transform-translate-y: -29rem !important; }

.-translate-y-120 {
  --transform-translate-y: -30rem !important; }

.-translate-y-124 {
  --transform-translate-y: -31rem !important; }

.-translate-y-128 {
  --transform-translate-y: -32rem !important; }

.-translate-y-132 {
  --transform-translate-y: -33rem !important; }

.-translate-y-136 {
  --transform-translate-y: -34rem !important; }

.-translate-y-140 {
  --transform-translate-y: -35rem !important; }

.-translate-y-144 {
  --transform-translate-y: -36rem !important; }

.-translate-y-148 {
  --transform-translate-y: -37rem !important; }

.-translate-y-152 {
  --transform-translate-y: -38rem !important; }

.-translate-y-156 {
  --transform-translate-y: -39rem !important; }

.-translate-y-160 {
  --transform-translate-y: -40rem !important; }

.-translate-y-164 {
  --transform-translate-y: -41rem !important; }

.-translate-y-168 {
  --transform-translate-y: -42rem !important; }

.-translate-y-172 {
  --transform-translate-y: -43rem !important; }

.-translate-y-176 {
  --transform-translate-y: -44rem !important; }

.-translate-y-180 {
  --transform-translate-y: -45rem !important; }

.-translate-y-184 {
  --transform-translate-y: -46rem !important; }

.-translate-y-188 {
  --transform-translate-y: -47rem !important; }

.-translate-y-192 {
  --transform-translate-y: -48rem !important; }

.-translate-y-196 {
  --transform-translate-y: -49rem !important; }

.-translate-y-200 {
  --transform-translate-y: -50rem !important; }

.-translate-y-px {
  --transform-translate-y: -1px !important; }

.-translate-y-2px {
  --transform-translate-y: -2px !important; }

.-translate-y-1\/2 {
  --transform-translate-y: -50% !important; }

.-translate-y-2\/2 {
  --transform-translate-y: -100% !important; }

.-translate-y-1\/3 {
  --transform-translate-y: -33.33333% !important; }

.-translate-y-2\/3 {
  --transform-translate-y: -66.66667% !important; }

.-translate-y-3\/3 {
  --transform-translate-y: -100% !important; }

.-translate-y-1\/4 {
  --transform-translate-y: -25% !important; }

.-translate-y-2\/4 {
  --transform-translate-y: -50% !important; }

.-translate-y-3\/4 {
  --transform-translate-y: -75% !important; }

.-translate-y-4\/4 {
  --transform-translate-y: -100% !important; }

.-translate-y-1\/5 {
  --transform-translate-y: -20% !important; }

.-translate-y-2\/5 {
  --transform-translate-y: -40% !important; }

.-translate-y-3\/5 {
  --transform-translate-y: -60% !important; }

.-translate-y-4\/5 {
  --transform-translate-y: -80% !important; }

.-translate-y-5\/5 {
  --transform-translate-y: -100% !important; }

.-translate-y-1\/6 {
  --transform-translate-y: -16.66667% !important; }

.-translate-y-2\/6 {
  --transform-translate-y: -33.33333% !important; }

.-translate-y-3\/6 {
  --transform-translate-y: -50% !important; }

.-translate-y-4\/6 {
  --transform-translate-y: -66.66667% !important; }

.-translate-y-5\/6 {
  --transform-translate-y: -83.33333% !important; }

.-translate-y-6\/6 {
  --transform-translate-y: -100% !important; }

.-translate-y-1\/10 {
  --transform-translate-y: -10% !important; }

.-translate-y-2\/10 {
  --transform-translate-y: -20% !important; }

.-translate-y-3\/10 {
  --transform-translate-y: -30% !important; }

.-translate-y-4\/10 {
  --transform-translate-y: -40% !important; }

.-translate-y-5\/10 {
  --transform-translate-y: -50% !important; }

.-translate-y-6\/10 {
  --transform-translate-y: -60% !important; }

.-translate-y-7\/10 {
  --transform-translate-y: -70% !important; }

.-translate-y-8\/10 {
  --transform-translate-y: -80% !important; }

.-translate-y-9\/10 {
  --transform-translate-y: -90% !important; }

.-translate-y-10\/10 {
  --transform-translate-y: -100% !important; }

.-translate-y-1\/12 {
  --transform-translate-y: -8.33333% !important; }

.-translate-y-2\/12 {
  --transform-translate-y: -16.66667% !important; }

.-translate-y-3\/12 {
  --transform-translate-y: -25% !important; }

.-translate-y-4\/12 {
  --transform-translate-y: -33.33333% !important; }

.-translate-y-5\/12 {
  --transform-translate-y: -41.66667% !important; }

.-translate-y-6\/12 {
  --transform-translate-y: -50% !important; }

.-translate-y-7\/12 {
  --transform-translate-y: -58.33333% !important; }

.-translate-y-8\/12 {
  --transform-translate-y: -66.66667% !important; }

.-translate-y-9\/12 {
  --transform-translate-y: -75% !important; }

.-translate-y-10\/12 {
  --transform-translate-y: -83.33333% !important; }

.-translate-y-11\/12 {
  --transform-translate-y: -91.66667% !important; }

.-translate-y-12\/12 {
  --transform-translate-y: -100% !important; }

.-translate-y-full {
  --transform-translate-y: -100% !important; }

.translate-y-full {
  --transform-translate-y: 100% !important; }

.hover\:translate-x-0:hover {
  --transform-translate-x: 0rem !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-7:hover {
  --transform-translate-x: 1.75rem !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-11:hover {
  --transform-translate-x: 2.75rem !important; }

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem !important; }

.hover\:translate-x-13:hover {
  --transform-translate-x: 3.25rem !important; }

.hover\:translate-x-14:hover {
  --transform-translate-x: 3.5rem !important; }

.hover\:translate-x-15:hover {
  --transform-translate-x: 3.75rem !important; }

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem !important; }

.hover\:translate-x-17:hover {
  --transform-translate-x: 4.25rem !important; }

.hover\:translate-x-18:hover {
  --transform-translate-x: 4.5rem !important; }

.hover\:translate-x-19:hover {
  --transform-translate-x: 4.75rem !important; }

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem !important; }

.hover\:translate-x-21:hover {
  --transform-translate-x: 5.25rem !important; }

.hover\:translate-x-22:hover {
  --transform-translate-x: 5.5rem !important; }

.hover\:translate-x-23:hover {
  --transform-translate-x: 5.75rem !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-26:hover {
  --transform-translate-x: 6.5rem !important; }

.hover\:translate-x-27:hover {
  --transform-translate-x: 6.75rem !important; }

.hover\:translate-x-28:hover {
  --transform-translate-x: 7rem !important; }

.hover\:translate-x-29:hover {
  --transform-translate-x: 7.25rem !important; }

.hover\:translate-x-30:hover {
  --transform-translate-x: 7.5rem !important; }

.hover\:translate-x-31:hover {
  --transform-translate-x: 7.75rem !important; }

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem !important; }

.hover\:translate-x-33:hover {
  --transform-translate-x: 8.25rem !important; }

.hover\:translate-x-34:hover {
  --transform-translate-x: 8.5rem !important; }

.hover\:translate-x-35:hover {
  --transform-translate-x: 8.75rem !important; }

.hover\:translate-x-36:hover {
  --transform-translate-x: 9rem !important; }

.hover\:translate-x-37:hover {
  --transform-translate-x: 9.25rem !important; }

.hover\:translate-x-38:hover {
  --transform-translate-x: 9.5rem !important; }

.hover\:translate-x-39:hover {
  --transform-translate-x: 9.75rem !important; }

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem !important; }

.hover\:translate-x-41:hover {
  --transform-translate-x: 10.25rem !important; }

.hover\:translate-x-42:hover {
  --transform-translate-x: 10.5rem !important; }

.hover\:translate-x-43:hover {
  --transform-translate-x: 10.75rem !important; }

.hover\:translate-x-44:hover {
  --transform-translate-x: 11rem !important; }

.hover\:translate-x-45:hover {
  --transform-translate-x: 11.25rem !important; }

.hover\:translate-x-46:hover {
  --transform-translate-x: 11.5rem !important; }

.hover\:translate-x-47:hover {
  --transform-translate-x: 11.75rem !important; }

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem !important; }

.hover\:translate-x-49:hover {
  --transform-translate-x: 12.25rem !important; }

.hover\:translate-x-50:hover {
  --transform-translate-x: 12.5rem !important; }

.hover\:translate-x-51:hover {
  --transform-translate-x: 12.75rem !important; }

.hover\:translate-x-52:hover {
  --transform-translate-x: 13rem !important; }

.hover\:translate-x-53:hover {
  --transform-translate-x: 13.25rem !important; }

.hover\:translate-x-54:hover {
  --transform-translate-x: 13.5rem !important; }

.hover\:translate-x-55:hover {
  --transform-translate-x: 13.75rem !important; }

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem !important; }

.hover\:translate-x-57:hover {
  --transform-translate-x: 14.25rem !important; }

.hover\:translate-x-58:hover {
  --transform-translate-x: 14.5rem !important; }

.hover\:translate-x-59:hover {
  --transform-translate-x: 14.75rem !important; }

.hover\:translate-x-60:hover {
  --transform-translate-x: 15rem !important; }

.hover\:translate-x-61:hover {
  --transform-translate-x: 15.25rem !important; }

.hover\:translate-x-62:hover {
  --transform-translate-x: 15.5rem !important; }

.hover\:translate-x-63:hover {
  --transform-translate-x: 15.75rem !important; }

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem !important; }

.hover\:translate-x-65:hover {
  --transform-translate-x: 16.25rem !important; }

.hover\:translate-x-66:hover {
  --transform-translate-x: 16.5rem !important; }

.hover\:translate-x-67:hover {
  --transform-translate-x: 16.75rem !important; }

.hover\:translate-x-68:hover {
  --transform-translate-x: 17rem !important; }

.hover\:translate-x-69:hover {
  --transform-translate-x: 17.25rem !important; }

.hover\:translate-x-70:hover {
  --transform-translate-x: 17.5rem !important; }

.hover\:translate-x-71:hover {
  --transform-translate-x: 17.75rem !important; }

.hover\:translate-x-72:hover {
  --transform-translate-x: 18rem !important; }

.hover\:translate-x-73:hover {
  --transform-translate-x: 18.25rem !important; }

.hover\:translate-x-74:hover {
  --transform-translate-x: 18.5rem !important; }

.hover\:translate-x-75:hover {
  --transform-translate-x: 18.75rem !important; }

.hover\:translate-x-76:hover {
  --transform-translate-x: 19rem !important; }

.hover\:translate-x-77:hover {
  --transform-translate-x: 19.25rem !important; }

.hover\:translate-x-78:hover {
  --transform-translate-x: 19.5rem !important; }

.hover\:translate-x-79:hover {
  --transform-translate-x: 19.75rem !important; }

.hover\:translate-x-80:hover {
  --transform-translate-x: 20rem !important; }

.hover\:translate-x-84:hover {
  --transform-translate-x: 21rem !important; }

.hover\:translate-x-88:hover {
  --transform-translate-x: 22rem !important; }

.hover\:translate-x-92:hover {
  --transform-translate-x: 23rem !important; }

.hover\:translate-x-96:hover {
  --transform-translate-x: 24rem !important; }

.hover\:translate-x-100:hover {
  --transform-translate-x: 25rem !important; }

.hover\:translate-x-104:hover {
  --transform-translate-x: 26rem !important; }

.hover\:translate-x-108:hover {
  --transform-translate-x: 27rem !important; }

.hover\:translate-x-112:hover {
  --transform-translate-x: 28rem !important; }

.hover\:translate-x-116:hover {
  --transform-translate-x: 29rem !important; }

.hover\:translate-x-120:hover {
  --transform-translate-x: 30rem !important; }

.hover\:translate-x-124:hover {
  --transform-translate-x: 31rem !important; }

.hover\:translate-x-128:hover {
  --transform-translate-x: 32rem !important; }

.hover\:translate-x-132:hover {
  --transform-translate-x: 33rem !important; }

.hover\:translate-x-136:hover {
  --transform-translate-x: 34rem !important; }

.hover\:translate-x-140:hover {
  --transform-translate-x: 35rem !important; }

.hover\:translate-x-144:hover {
  --transform-translate-x: 36rem !important; }

.hover\:translate-x-148:hover {
  --transform-translate-x: 37rem !important; }

.hover\:translate-x-152:hover {
  --transform-translate-x: 38rem !important; }

.hover\:translate-x-156:hover {
  --transform-translate-x: 39rem !important; }

.hover\:translate-x-160:hover {
  --transform-translate-x: 40rem !important; }

.hover\:translate-x-164:hover {
  --transform-translate-x: 41rem !important; }

.hover\:translate-x-168:hover {
  --transform-translate-x: 42rem !important; }

.hover\:translate-x-172:hover {
  --transform-translate-x: 43rem !important; }

.hover\:translate-x-176:hover {
  --transform-translate-x: 44rem !important; }

.hover\:translate-x-180:hover {
  --transform-translate-x: 45rem !important; }

.hover\:translate-x-184:hover {
  --transform-translate-x: 46rem !important; }

.hover\:translate-x-188:hover {
  --transform-translate-x: 47rem !important; }

.hover\:translate-x-192:hover {
  --transform-translate-x: 48rem !important; }

.hover\:translate-x-196:hover {
  --transform-translate-x: 49rem !important; }

.hover\:translate-x-200:hover {
  --transform-translate-x: 50rem !important; }

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px !important; }

.hover\:translate-x-2px:hover {
  --transform-translate-x: 2px !important; }

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50% !important; }

.hover\:translate-x-2\/2:hover {
  --transform-translate-x: 100% !important; }

.hover\:translate-x-1\/3:hover {
  --transform-translate-x: 33.333333% !important; }

.hover\:translate-x-2\/3:hover {
  --transform-translate-x: 66.666667% !important; }

.hover\:translate-x-3\/3:hover {
  --transform-translate-x: 100% !important; }

.hover\:translate-x-1\/4:hover {
  --transform-translate-x: 25% !important; }

.hover\:translate-x-2\/4:hover {
  --transform-translate-x: 50% !important; }

.hover\:translate-x-3\/4:hover {
  --transform-translate-x: 75% !important; }

.hover\:translate-x-4\/4:hover {
  --transform-translate-x: 100% !important; }

.hover\:translate-x-1\/5:hover {
  --transform-translate-x: 20% !important; }

.hover\:translate-x-2\/5:hover {
  --transform-translate-x: 40% !important; }

.hover\:translate-x-3\/5:hover {
  --transform-translate-x: 60% !important; }

.hover\:translate-x-4\/5:hover {
  --transform-translate-x: 80% !important; }

.hover\:translate-x-5\/5:hover {
  --transform-translate-x: 100% !important; }

.hover\:translate-x-1\/6:hover {
  --transform-translate-x: 16.666667% !important; }

.hover\:translate-x-2\/6:hover {
  --transform-translate-x: 33.333333% !important; }

.hover\:translate-x-3\/6:hover {
  --transform-translate-x: 50% !important; }

.hover\:translate-x-4\/6:hover {
  --transform-translate-x: 66.666667% !important; }

.hover\:translate-x-5\/6:hover {
  --transform-translate-x: 83.333333% !important; }

.hover\:translate-x-6\/6:hover {
  --transform-translate-x: 100% !important; }

.hover\:translate-x-1\/10:hover {
  --transform-translate-x: 10% !important; }

.hover\:translate-x-2\/10:hover {
  --transform-translate-x: 20% !important; }

.hover\:translate-x-3\/10:hover {
  --transform-translate-x: 30% !important; }

.hover\:translate-x-4\/10:hover {
  --transform-translate-x: 40% !important; }

.hover\:translate-x-5\/10:hover {
  --transform-translate-x: 50% !important; }

.hover\:translate-x-6\/10:hover {
  --transform-translate-x: 60% !important; }

.hover\:translate-x-7\/10:hover {
  --transform-translate-x: 70% !important; }

.hover\:translate-x-8\/10:hover {
  --transform-translate-x: 80% !important; }

.hover\:translate-x-9\/10:hover {
  --transform-translate-x: 90% !important; }

.hover\:translate-x-10\/10:hover {
  --transform-translate-x: 100% !important; }

.hover\:translate-x-1\/12:hover {
  --transform-translate-x: 8.333333% !important; }

.hover\:translate-x-2\/12:hover {
  --transform-translate-x: 16.666667% !important; }

.hover\:translate-x-3\/12:hover {
  --transform-translate-x: 25% !important; }

.hover\:translate-x-4\/12:hover {
  --transform-translate-x: 33.333333% !important; }

.hover\:translate-x-5\/12:hover {
  --transform-translate-x: 41.666667% !important; }

.hover\:translate-x-6\/12:hover {
  --transform-translate-x: 50% !important; }

.hover\:translate-x-7\/12:hover {
  --transform-translate-x: 58.333333% !important; }

.hover\:translate-x-8\/12:hover {
  --transform-translate-x: 66.666667% !important; }

.hover\:translate-x-9\/12:hover {
  --transform-translate-x: 75% !important; }

.hover\:translate-x-10\/12:hover {
  --transform-translate-x: 83.333333% !important; }

.hover\:translate-x-11\/12:hover {
  --transform-translate-x: 91.666667% !important; }

.hover\:translate-x-12\/12:hover {
  --transform-translate-x: 100% !important; }

.hover\:-translate-x-0:hover {
  --transform-translate-x: 0rem !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-7:hover {
  --transform-translate-x: -1.75rem !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-11:hover {
  --transform-translate-x: -2.75rem !important; }

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem !important; }

.hover\:-translate-x-13:hover {
  --transform-translate-x: -3.25rem !important; }

.hover\:-translate-x-14:hover {
  --transform-translate-x: -3.5rem !important; }

.hover\:-translate-x-15:hover {
  --transform-translate-x: -3.75rem !important; }

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem !important; }

.hover\:-translate-x-17:hover {
  --transform-translate-x: -4.25rem !important; }

.hover\:-translate-x-18:hover {
  --transform-translate-x: -4.5rem !important; }

.hover\:-translate-x-19:hover {
  --transform-translate-x: -4.75rem !important; }

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem !important; }

.hover\:-translate-x-21:hover {
  --transform-translate-x: -5.25rem !important; }

.hover\:-translate-x-22:hover {
  --transform-translate-x: -5.5rem !important; }

.hover\:-translate-x-23:hover {
  --transform-translate-x: -5.75rem !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-26:hover {
  --transform-translate-x: -6.5rem !important; }

.hover\:-translate-x-27:hover {
  --transform-translate-x: -6.75rem !important; }

.hover\:-translate-x-28:hover {
  --transform-translate-x: -7rem !important; }

.hover\:-translate-x-29:hover {
  --transform-translate-x: -7.25rem !important; }

.hover\:-translate-x-30:hover {
  --transform-translate-x: -7.5rem !important; }

.hover\:-translate-x-31:hover {
  --transform-translate-x: -7.75rem !important; }

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem !important; }

.hover\:-translate-x-33:hover {
  --transform-translate-x: -8.25rem !important; }

.hover\:-translate-x-34:hover {
  --transform-translate-x: -8.5rem !important; }

.hover\:-translate-x-35:hover {
  --transform-translate-x: -8.75rem !important; }

.hover\:-translate-x-36:hover {
  --transform-translate-x: -9rem !important; }

.hover\:-translate-x-37:hover {
  --transform-translate-x: -9.25rem !important; }

.hover\:-translate-x-38:hover {
  --transform-translate-x: -9.5rem !important; }

.hover\:-translate-x-39:hover {
  --transform-translate-x: -9.75rem !important; }

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem !important; }

.hover\:-translate-x-41:hover {
  --transform-translate-x: -10.25rem !important; }

.hover\:-translate-x-42:hover {
  --transform-translate-x: -10.5rem !important; }

.hover\:-translate-x-43:hover {
  --transform-translate-x: -10.75rem !important; }

.hover\:-translate-x-44:hover {
  --transform-translate-x: -11rem !important; }

.hover\:-translate-x-45:hover {
  --transform-translate-x: -11.25rem !important; }

.hover\:-translate-x-46:hover {
  --transform-translate-x: -11.5rem !important; }

.hover\:-translate-x-47:hover {
  --transform-translate-x: -11.75rem !important; }

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem !important; }

.hover\:-translate-x-49:hover {
  --transform-translate-x: -12.25rem !important; }

.hover\:-translate-x-50:hover {
  --transform-translate-x: -12.5rem !important; }

.hover\:-translate-x-51:hover {
  --transform-translate-x: -12.75rem !important; }

.hover\:-translate-x-52:hover {
  --transform-translate-x: -13rem !important; }

.hover\:-translate-x-53:hover {
  --transform-translate-x: -13.25rem !important; }

.hover\:-translate-x-54:hover {
  --transform-translate-x: -13.5rem !important; }

.hover\:-translate-x-55:hover {
  --transform-translate-x: -13.75rem !important; }

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem !important; }

.hover\:-translate-x-57:hover {
  --transform-translate-x: -14.25rem !important; }

.hover\:-translate-x-58:hover {
  --transform-translate-x: -14.5rem !important; }

.hover\:-translate-x-59:hover {
  --transform-translate-x: -14.75rem !important; }

.hover\:-translate-x-60:hover {
  --transform-translate-x: -15rem !important; }

.hover\:-translate-x-61:hover {
  --transform-translate-x: -15.25rem !important; }

.hover\:-translate-x-62:hover {
  --transform-translate-x: -15.5rem !important; }

.hover\:-translate-x-63:hover {
  --transform-translate-x: -15.75rem !important; }

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem !important; }

.hover\:-translate-x-65:hover {
  --transform-translate-x: -16.25rem !important; }

.hover\:-translate-x-66:hover {
  --transform-translate-x: -16.5rem !important; }

.hover\:-translate-x-67:hover {
  --transform-translate-x: -16.75rem !important; }

.hover\:-translate-x-68:hover {
  --transform-translate-x: -17rem !important; }

.hover\:-translate-x-69:hover {
  --transform-translate-x: -17.25rem !important; }

.hover\:-translate-x-70:hover {
  --transform-translate-x: -17.5rem !important; }

.hover\:-translate-x-71:hover {
  --transform-translate-x: -17.75rem !important; }

.hover\:-translate-x-72:hover {
  --transform-translate-x: -18rem !important; }

.hover\:-translate-x-73:hover {
  --transform-translate-x: -18.25rem !important; }

.hover\:-translate-x-74:hover {
  --transform-translate-x: -18.5rem !important; }

.hover\:-translate-x-75:hover {
  --transform-translate-x: -18.75rem !important; }

.hover\:-translate-x-76:hover {
  --transform-translate-x: -19rem !important; }

.hover\:-translate-x-77:hover {
  --transform-translate-x: -19.25rem !important; }

.hover\:-translate-x-78:hover {
  --transform-translate-x: -19.5rem !important; }

.hover\:-translate-x-79:hover {
  --transform-translate-x: -19.75rem !important; }

.hover\:-translate-x-80:hover {
  --transform-translate-x: -20rem !important; }

.hover\:-translate-x-84:hover {
  --transform-translate-x: -21rem !important; }

.hover\:-translate-x-88:hover {
  --transform-translate-x: -22rem !important; }

.hover\:-translate-x-92:hover {
  --transform-translate-x: -23rem !important; }

.hover\:-translate-x-96:hover {
  --transform-translate-x: -24rem !important; }

.hover\:-translate-x-100:hover {
  --transform-translate-x: -25rem !important; }

.hover\:-translate-x-104:hover {
  --transform-translate-x: -26rem !important; }

.hover\:-translate-x-108:hover {
  --transform-translate-x: -27rem !important; }

.hover\:-translate-x-112:hover {
  --transform-translate-x: -28rem !important; }

.hover\:-translate-x-116:hover {
  --transform-translate-x: -29rem !important; }

.hover\:-translate-x-120:hover {
  --transform-translate-x: -30rem !important; }

.hover\:-translate-x-124:hover {
  --transform-translate-x: -31rem !important; }

.hover\:-translate-x-128:hover {
  --transform-translate-x: -32rem !important; }

.hover\:-translate-x-132:hover {
  --transform-translate-x: -33rem !important; }

.hover\:-translate-x-136:hover {
  --transform-translate-x: -34rem !important; }

.hover\:-translate-x-140:hover {
  --transform-translate-x: -35rem !important; }

.hover\:-translate-x-144:hover {
  --transform-translate-x: -36rem !important; }

.hover\:-translate-x-148:hover {
  --transform-translate-x: -37rem !important; }

.hover\:-translate-x-152:hover {
  --transform-translate-x: -38rem !important; }

.hover\:-translate-x-156:hover {
  --transform-translate-x: -39rem !important; }

.hover\:-translate-x-160:hover {
  --transform-translate-x: -40rem !important; }

.hover\:-translate-x-164:hover {
  --transform-translate-x: -41rem !important; }

.hover\:-translate-x-168:hover {
  --transform-translate-x: -42rem !important; }

.hover\:-translate-x-172:hover {
  --transform-translate-x: -43rem !important; }

.hover\:-translate-x-176:hover {
  --transform-translate-x: -44rem !important; }

.hover\:-translate-x-180:hover {
  --transform-translate-x: -45rem !important; }

.hover\:-translate-x-184:hover {
  --transform-translate-x: -46rem !important; }

.hover\:-translate-x-188:hover {
  --transform-translate-x: -47rem !important; }

.hover\:-translate-x-192:hover {
  --transform-translate-x: -48rem !important; }

.hover\:-translate-x-196:hover {
  --transform-translate-x: -49rem !important; }

.hover\:-translate-x-200:hover {
  --transform-translate-x: -50rem !important; }

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px !important; }

.hover\:-translate-x-2px:hover {
  --transform-translate-x: -2px !important; }

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50% !important; }

.hover\:-translate-x-2\/2:hover {
  --transform-translate-x: -100% !important; }

.hover\:-translate-x-1\/3:hover {
  --transform-translate-x: -33.33333% !important; }

.hover\:-translate-x-2\/3:hover {
  --transform-translate-x: -66.66667% !important; }

.hover\:-translate-x-3\/3:hover {
  --transform-translate-x: -100% !important; }

.hover\:-translate-x-1\/4:hover {
  --transform-translate-x: -25% !important; }

.hover\:-translate-x-2\/4:hover {
  --transform-translate-x: -50% !important; }

.hover\:-translate-x-3\/4:hover {
  --transform-translate-x: -75% !important; }

.hover\:-translate-x-4\/4:hover {
  --transform-translate-x: -100% !important; }

.hover\:-translate-x-1\/5:hover {
  --transform-translate-x: -20% !important; }

.hover\:-translate-x-2\/5:hover {
  --transform-translate-x: -40% !important; }

.hover\:-translate-x-3\/5:hover {
  --transform-translate-x: -60% !important; }

.hover\:-translate-x-4\/5:hover {
  --transform-translate-x: -80% !important; }

.hover\:-translate-x-5\/5:hover {
  --transform-translate-x: -100% !important; }

.hover\:-translate-x-1\/6:hover {
  --transform-translate-x: -16.66667% !important; }

.hover\:-translate-x-2\/6:hover {
  --transform-translate-x: -33.33333% !important; }

.hover\:-translate-x-3\/6:hover {
  --transform-translate-x: -50% !important; }

.hover\:-translate-x-4\/6:hover {
  --transform-translate-x: -66.66667% !important; }

.hover\:-translate-x-5\/6:hover {
  --transform-translate-x: -83.33333% !important; }

.hover\:-translate-x-6\/6:hover {
  --transform-translate-x: -100% !important; }

.hover\:-translate-x-1\/10:hover {
  --transform-translate-x: -10% !important; }

.hover\:-translate-x-2\/10:hover {
  --transform-translate-x: -20% !important; }

.hover\:-translate-x-3\/10:hover {
  --transform-translate-x: -30% !important; }

.hover\:-translate-x-4\/10:hover {
  --transform-translate-x: -40% !important; }

.hover\:-translate-x-5\/10:hover {
  --transform-translate-x: -50% !important; }

.hover\:-translate-x-6\/10:hover {
  --transform-translate-x: -60% !important; }

.hover\:-translate-x-7\/10:hover {
  --transform-translate-x: -70% !important; }

.hover\:-translate-x-8\/10:hover {
  --transform-translate-x: -80% !important; }

.hover\:-translate-x-9\/10:hover {
  --transform-translate-x: -90% !important; }

.hover\:-translate-x-10\/10:hover {
  --transform-translate-x: -100% !important; }

.hover\:-translate-x-1\/12:hover {
  --transform-translate-x: -8.33333% !important; }

.hover\:-translate-x-2\/12:hover {
  --transform-translate-x: -16.66667% !important; }

.hover\:-translate-x-3\/12:hover {
  --transform-translate-x: -25% !important; }

.hover\:-translate-x-4\/12:hover {
  --transform-translate-x: -33.33333% !important; }

.hover\:-translate-x-5\/12:hover {
  --transform-translate-x: -41.66667% !important; }

.hover\:-translate-x-6\/12:hover {
  --transform-translate-x: -50% !important; }

.hover\:-translate-x-7\/12:hover {
  --transform-translate-x: -58.33333% !important; }

.hover\:-translate-x-8\/12:hover {
  --transform-translate-x: -66.66667% !important; }

.hover\:-translate-x-9\/12:hover {
  --transform-translate-x: -75% !important; }

.hover\:-translate-x-10\/12:hover {
  --transform-translate-x: -83.33333% !important; }

.hover\:-translate-x-11\/12:hover {
  --transform-translate-x: -91.66667% !important; }

.hover\:-translate-x-12\/12:hover {
  --transform-translate-x: -100% !important; }

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100% !important; }

.hover\:translate-x-full:hover {
  --transform-translate-x: 100% !important; }

.hover\:translate-y-0:hover {
  --transform-translate-y: 0rem !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-7:hover {
  --transform-translate-y: 1.75rem !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-11:hover {
  --transform-translate-y: 2.75rem !important; }

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem !important; }

.hover\:translate-y-13:hover {
  --transform-translate-y: 3.25rem !important; }

.hover\:translate-y-14:hover {
  --transform-translate-y: 3.5rem !important; }

.hover\:translate-y-15:hover {
  --transform-translate-y: 3.75rem !important; }

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem !important; }

.hover\:translate-y-17:hover {
  --transform-translate-y: 4.25rem !important; }

.hover\:translate-y-18:hover {
  --transform-translate-y: 4.5rem !important; }

.hover\:translate-y-19:hover {
  --transform-translate-y: 4.75rem !important; }

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem !important; }

.hover\:translate-y-21:hover {
  --transform-translate-y: 5.25rem !important; }

.hover\:translate-y-22:hover {
  --transform-translate-y: 5.5rem !important; }

.hover\:translate-y-23:hover {
  --transform-translate-y: 5.75rem !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-26:hover {
  --transform-translate-y: 6.5rem !important; }

.hover\:translate-y-27:hover {
  --transform-translate-y: 6.75rem !important; }

.hover\:translate-y-28:hover {
  --transform-translate-y: 7rem !important; }

.hover\:translate-y-29:hover {
  --transform-translate-y: 7.25rem !important; }

.hover\:translate-y-30:hover {
  --transform-translate-y: 7.5rem !important; }

.hover\:translate-y-31:hover {
  --transform-translate-y: 7.75rem !important; }

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem !important; }

.hover\:translate-y-33:hover {
  --transform-translate-y: 8.25rem !important; }

.hover\:translate-y-34:hover {
  --transform-translate-y: 8.5rem !important; }

.hover\:translate-y-35:hover {
  --transform-translate-y: 8.75rem !important; }

.hover\:translate-y-36:hover {
  --transform-translate-y: 9rem !important; }

.hover\:translate-y-37:hover {
  --transform-translate-y: 9.25rem !important; }

.hover\:translate-y-38:hover {
  --transform-translate-y: 9.5rem !important; }

.hover\:translate-y-39:hover {
  --transform-translate-y: 9.75rem !important; }

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem !important; }

.hover\:translate-y-41:hover {
  --transform-translate-y: 10.25rem !important; }

.hover\:translate-y-42:hover {
  --transform-translate-y: 10.5rem !important; }

.hover\:translate-y-43:hover {
  --transform-translate-y: 10.75rem !important; }

.hover\:translate-y-44:hover {
  --transform-translate-y: 11rem !important; }

.hover\:translate-y-45:hover {
  --transform-translate-y: 11.25rem !important; }

.hover\:translate-y-46:hover {
  --transform-translate-y: 11.5rem !important; }

.hover\:translate-y-47:hover {
  --transform-translate-y: 11.75rem !important; }

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem !important; }

.hover\:translate-y-49:hover {
  --transform-translate-y: 12.25rem !important; }

.hover\:translate-y-50:hover {
  --transform-translate-y: 12.5rem !important; }

.hover\:translate-y-51:hover {
  --transform-translate-y: 12.75rem !important; }

.hover\:translate-y-52:hover {
  --transform-translate-y: 13rem !important; }

.hover\:translate-y-53:hover {
  --transform-translate-y: 13.25rem !important; }

.hover\:translate-y-54:hover {
  --transform-translate-y: 13.5rem !important; }

.hover\:translate-y-55:hover {
  --transform-translate-y: 13.75rem !important; }

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem !important; }

.hover\:translate-y-57:hover {
  --transform-translate-y: 14.25rem !important; }

.hover\:translate-y-58:hover {
  --transform-translate-y: 14.5rem !important; }

.hover\:translate-y-59:hover {
  --transform-translate-y: 14.75rem !important; }

.hover\:translate-y-60:hover {
  --transform-translate-y: 15rem !important; }

.hover\:translate-y-61:hover {
  --transform-translate-y: 15.25rem !important; }

.hover\:translate-y-62:hover {
  --transform-translate-y: 15.5rem !important; }

.hover\:translate-y-63:hover {
  --transform-translate-y: 15.75rem !important; }

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem !important; }

.hover\:translate-y-65:hover {
  --transform-translate-y: 16.25rem !important; }

.hover\:translate-y-66:hover {
  --transform-translate-y: 16.5rem !important; }

.hover\:translate-y-67:hover {
  --transform-translate-y: 16.75rem !important; }

.hover\:translate-y-68:hover {
  --transform-translate-y: 17rem !important; }

.hover\:translate-y-69:hover {
  --transform-translate-y: 17.25rem !important; }

.hover\:translate-y-70:hover {
  --transform-translate-y: 17.5rem !important; }

.hover\:translate-y-71:hover {
  --transform-translate-y: 17.75rem !important; }

.hover\:translate-y-72:hover {
  --transform-translate-y: 18rem !important; }

.hover\:translate-y-73:hover {
  --transform-translate-y: 18.25rem !important; }

.hover\:translate-y-74:hover {
  --transform-translate-y: 18.5rem !important; }

.hover\:translate-y-75:hover {
  --transform-translate-y: 18.75rem !important; }

.hover\:translate-y-76:hover {
  --transform-translate-y: 19rem !important; }

.hover\:translate-y-77:hover {
  --transform-translate-y: 19.25rem !important; }

.hover\:translate-y-78:hover {
  --transform-translate-y: 19.5rem !important; }

.hover\:translate-y-79:hover {
  --transform-translate-y: 19.75rem !important; }

.hover\:translate-y-80:hover {
  --transform-translate-y: 20rem !important; }

.hover\:translate-y-84:hover {
  --transform-translate-y: 21rem !important; }

.hover\:translate-y-88:hover {
  --transform-translate-y: 22rem !important; }

.hover\:translate-y-92:hover {
  --transform-translate-y: 23rem !important; }

.hover\:translate-y-96:hover {
  --transform-translate-y: 24rem !important; }

.hover\:translate-y-100:hover {
  --transform-translate-y: 25rem !important; }

.hover\:translate-y-104:hover {
  --transform-translate-y: 26rem !important; }

.hover\:translate-y-108:hover {
  --transform-translate-y: 27rem !important; }

.hover\:translate-y-112:hover {
  --transform-translate-y: 28rem !important; }

.hover\:translate-y-116:hover {
  --transform-translate-y: 29rem !important; }

.hover\:translate-y-120:hover {
  --transform-translate-y: 30rem !important; }

.hover\:translate-y-124:hover {
  --transform-translate-y: 31rem !important; }

.hover\:translate-y-128:hover {
  --transform-translate-y: 32rem !important; }

.hover\:translate-y-132:hover {
  --transform-translate-y: 33rem !important; }

.hover\:translate-y-136:hover {
  --transform-translate-y: 34rem !important; }

.hover\:translate-y-140:hover {
  --transform-translate-y: 35rem !important; }

.hover\:translate-y-144:hover {
  --transform-translate-y: 36rem !important; }

.hover\:translate-y-148:hover {
  --transform-translate-y: 37rem !important; }

.hover\:translate-y-152:hover {
  --transform-translate-y: 38rem !important; }

.hover\:translate-y-156:hover {
  --transform-translate-y: 39rem !important; }

.hover\:translate-y-160:hover {
  --transform-translate-y: 40rem !important; }

.hover\:translate-y-164:hover {
  --transform-translate-y: 41rem !important; }

.hover\:translate-y-168:hover {
  --transform-translate-y: 42rem !important; }

.hover\:translate-y-172:hover {
  --transform-translate-y: 43rem !important; }

.hover\:translate-y-176:hover {
  --transform-translate-y: 44rem !important; }

.hover\:translate-y-180:hover {
  --transform-translate-y: 45rem !important; }

.hover\:translate-y-184:hover {
  --transform-translate-y: 46rem !important; }

.hover\:translate-y-188:hover {
  --transform-translate-y: 47rem !important; }

.hover\:translate-y-192:hover {
  --transform-translate-y: 48rem !important; }

.hover\:translate-y-196:hover {
  --transform-translate-y: 49rem !important; }

.hover\:translate-y-200:hover {
  --transform-translate-y: 50rem !important; }

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px !important; }

.hover\:translate-y-2px:hover {
  --transform-translate-y: 2px !important; }

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50% !important; }

.hover\:translate-y-2\/2:hover {
  --transform-translate-y: 100% !important; }

.hover\:translate-y-1\/3:hover {
  --transform-translate-y: 33.333333% !important; }

.hover\:translate-y-2\/3:hover {
  --transform-translate-y: 66.666667% !important; }

.hover\:translate-y-3\/3:hover {
  --transform-translate-y: 100% !important; }

.hover\:translate-y-1\/4:hover {
  --transform-translate-y: 25% !important; }

.hover\:translate-y-2\/4:hover {
  --transform-translate-y: 50% !important; }

.hover\:translate-y-3\/4:hover {
  --transform-translate-y: 75% !important; }

.hover\:translate-y-4\/4:hover {
  --transform-translate-y: 100% !important; }

.hover\:translate-y-1\/5:hover {
  --transform-translate-y: 20% !important; }

.hover\:translate-y-2\/5:hover {
  --transform-translate-y: 40% !important; }

.hover\:translate-y-3\/5:hover {
  --transform-translate-y: 60% !important; }

.hover\:translate-y-4\/5:hover {
  --transform-translate-y: 80% !important; }

.hover\:translate-y-5\/5:hover {
  --transform-translate-y: 100% !important; }

.hover\:translate-y-1\/6:hover {
  --transform-translate-y: 16.666667% !important; }

.hover\:translate-y-2\/6:hover {
  --transform-translate-y: 33.333333% !important; }

.hover\:translate-y-3\/6:hover {
  --transform-translate-y: 50% !important; }

.hover\:translate-y-4\/6:hover {
  --transform-translate-y: 66.666667% !important; }

.hover\:translate-y-5\/6:hover {
  --transform-translate-y: 83.333333% !important; }

.hover\:translate-y-6\/6:hover {
  --transform-translate-y: 100% !important; }

.hover\:translate-y-1\/10:hover {
  --transform-translate-y: 10% !important; }

.hover\:translate-y-2\/10:hover {
  --transform-translate-y: 20% !important; }

.hover\:translate-y-3\/10:hover {
  --transform-translate-y: 30% !important; }

.hover\:translate-y-4\/10:hover {
  --transform-translate-y: 40% !important; }

.hover\:translate-y-5\/10:hover {
  --transform-translate-y: 50% !important; }

.hover\:translate-y-6\/10:hover {
  --transform-translate-y: 60% !important; }

.hover\:translate-y-7\/10:hover {
  --transform-translate-y: 70% !important; }

.hover\:translate-y-8\/10:hover {
  --transform-translate-y: 80% !important; }

.hover\:translate-y-9\/10:hover {
  --transform-translate-y: 90% !important; }

.hover\:translate-y-10\/10:hover {
  --transform-translate-y: 100% !important; }

.hover\:translate-y-1\/12:hover {
  --transform-translate-y: 8.333333% !important; }

.hover\:translate-y-2\/12:hover {
  --transform-translate-y: 16.666667% !important; }

.hover\:translate-y-3\/12:hover {
  --transform-translate-y: 25% !important; }

.hover\:translate-y-4\/12:hover {
  --transform-translate-y: 33.333333% !important; }

.hover\:translate-y-5\/12:hover {
  --transform-translate-y: 41.666667% !important; }

.hover\:translate-y-6\/12:hover {
  --transform-translate-y: 50% !important; }

.hover\:translate-y-7\/12:hover {
  --transform-translate-y: 58.333333% !important; }

.hover\:translate-y-8\/12:hover {
  --transform-translate-y: 66.666667% !important; }

.hover\:translate-y-9\/12:hover {
  --transform-translate-y: 75% !important; }

.hover\:translate-y-10\/12:hover {
  --transform-translate-y: 83.333333% !important; }

.hover\:translate-y-11\/12:hover {
  --transform-translate-y: 91.666667% !important; }

.hover\:translate-y-12\/12:hover {
  --transform-translate-y: 100% !important; }

.hover\:-translate-y-0:hover {
  --transform-translate-y: 0rem !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-7:hover {
  --transform-translate-y: -1.75rem !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-11:hover {
  --transform-translate-y: -2.75rem !important; }

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem !important; }

.hover\:-translate-y-13:hover {
  --transform-translate-y: -3.25rem !important; }

.hover\:-translate-y-14:hover {
  --transform-translate-y: -3.5rem !important; }

.hover\:-translate-y-15:hover {
  --transform-translate-y: -3.75rem !important; }

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem !important; }

.hover\:-translate-y-17:hover {
  --transform-translate-y: -4.25rem !important; }

.hover\:-translate-y-18:hover {
  --transform-translate-y: -4.5rem !important; }

.hover\:-translate-y-19:hover {
  --transform-translate-y: -4.75rem !important; }

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem !important; }

.hover\:-translate-y-21:hover {
  --transform-translate-y: -5.25rem !important; }

.hover\:-translate-y-22:hover {
  --transform-translate-y: -5.5rem !important; }

.hover\:-translate-y-23:hover {
  --transform-translate-y: -5.75rem !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-26:hover {
  --transform-translate-y: -6.5rem !important; }

.hover\:-translate-y-27:hover {
  --transform-translate-y: -6.75rem !important; }

.hover\:-translate-y-28:hover {
  --transform-translate-y: -7rem !important; }

.hover\:-translate-y-29:hover {
  --transform-translate-y: -7.25rem !important; }

.hover\:-translate-y-30:hover {
  --transform-translate-y: -7.5rem !important; }

.hover\:-translate-y-31:hover {
  --transform-translate-y: -7.75rem !important; }

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem !important; }

.hover\:-translate-y-33:hover {
  --transform-translate-y: -8.25rem !important; }

.hover\:-translate-y-34:hover {
  --transform-translate-y: -8.5rem !important; }

.hover\:-translate-y-35:hover {
  --transform-translate-y: -8.75rem !important; }

.hover\:-translate-y-36:hover {
  --transform-translate-y: -9rem !important; }

.hover\:-translate-y-37:hover {
  --transform-translate-y: -9.25rem !important; }

.hover\:-translate-y-38:hover {
  --transform-translate-y: -9.5rem !important; }

.hover\:-translate-y-39:hover {
  --transform-translate-y: -9.75rem !important; }

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem !important; }

.hover\:-translate-y-41:hover {
  --transform-translate-y: -10.25rem !important; }

.hover\:-translate-y-42:hover {
  --transform-translate-y: -10.5rem !important; }

.hover\:-translate-y-43:hover {
  --transform-translate-y: -10.75rem !important; }

.hover\:-translate-y-44:hover {
  --transform-translate-y: -11rem !important; }

.hover\:-translate-y-45:hover {
  --transform-translate-y: -11.25rem !important; }

.hover\:-translate-y-46:hover {
  --transform-translate-y: -11.5rem !important; }

.hover\:-translate-y-47:hover {
  --transform-translate-y: -11.75rem !important; }

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem !important; }

.hover\:-translate-y-49:hover {
  --transform-translate-y: -12.25rem !important; }

.hover\:-translate-y-50:hover {
  --transform-translate-y: -12.5rem !important; }

.hover\:-translate-y-51:hover {
  --transform-translate-y: -12.75rem !important; }

.hover\:-translate-y-52:hover {
  --transform-translate-y: -13rem !important; }

.hover\:-translate-y-53:hover {
  --transform-translate-y: -13.25rem !important; }

.hover\:-translate-y-54:hover {
  --transform-translate-y: -13.5rem !important; }

.hover\:-translate-y-55:hover {
  --transform-translate-y: -13.75rem !important; }

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem !important; }

.hover\:-translate-y-57:hover {
  --transform-translate-y: -14.25rem !important; }

.hover\:-translate-y-58:hover {
  --transform-translate-y: -14.5rem !important; }

.hover\:-translate-y-59:hover {
  --transform-translate-y: -14.75rem !important; }

.hover\:-translate-y-60:hover {
  --transform-translate-y: -15rem !important; }

.hover\:-translate-y-61:hover {
  --transform-translate-y: -15.25rem !important; }

.hover\:-translate-y-62:hover {
  --transform-translate-y: -15.5rem !important; }

.hover\:-translate-y-63:hover {
  --transform-translate-y: -15.75rem !important; }

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem !important; }

.hover\:-translate-y-65:hover {
  --transform-translate-y: -16.25rem !important; }

.hover\:-translate-y-66:hover {
  --transform-translate-y: -16.5rem !important; }

.hover\:-translate-y-67:hover {
  --transform-translate-y: -16.75rem !important; }

.hover\:-translate-y-68:hover {
  --transform-translate-y: -17rem !important; }

.hover\:-translate-y-69:hover {
  --transform-translate-y: -17.25rem !important; }

.hover\:-translate-y-70:hover {
  --transform-translate-y: -17.5rem !important; }

.hover\:-translate-y-71:hover {
  --transform-translate-y: -17.75rem !important; }

.hover\:-translate-y-72:hover {
  --transform-translate-y: -18rem !important; }

.hover\:-translate-y-73:hover {
  --transform-translate-y: -18.25rem !important; }

.hover\:-translate-y-74:hover {
  --transform-translate-y: -18.5rem !important; }

.hover\:-translate-y-75:hover {
  --transform-translate-y: -18.75rem !important; }

.hover\:-translate-y-76:hover {
  --transform-translate-y: -19rem !important; }

.hover\:-translate-y-77:hover {
  --transform-translate-y: -19.25rem !important; }

.hover\:-translate-y-78:hover {
  --transform-translate-y: -19.5rem !important; }

.hover\:-translate-y-79:hover {
  --transform-translate-y: -19.75rem !important; }

.hover\:-translate-y-80:hover {
  --transform-translate-y: -20rem !important; }

.hover\:-translate-y-84:hover {
  --transform-translate-y: -21rem !important; }

.hover\:-translate-y-88:hover {
  --transform-translate-y: -22rem !important; }

.hover\:-translate-y-92:hover {
  --transform-translate-y: -23rem !important; }

.hover\:-translate-y-96:hover {
  --transform-translate-y: -24rem !important; }

.hover\:-translate-y-100:hover {
  --transform-translate-y: -25rem !important; }

.hover\:-translate-y-104:hover {
  --transform-translate-y: -26rem !important; }

.hover\:-translate-y-108:hover {
  --transform-translate-y: -27rem !important; }

.hover\:-translate-y-112:hover {
  --transform-translate-y: -28rem !important; }

.hover\:-translate-y-116:hover {
  --transform-translate-y: -29rem !important; }

.hover\:-translate-y-120:hover {
  --transform-translate-y: -30rem !important; }

.hover\:-translate-y-124:hover {
  --transform-translate-y: -31rem !important; }

.hover\:-translate-y-128:hover {
  --transform-translate-y: -32rem !important; }

.hover\:-translate-y-132:hover {
  --transform-translate-y: -33rem !important; }

.hover\:-translate-y-136:hover {
  --transform-translate-y: -34rem !important; }

.hover\:-translate-y-140:hover {
  --transform-translate-y: -35rem !important; }

.hover\:-translate-y-144:hover {
  --transform-translate-y: -36rem !important; }

.hover\:-translate-y-148:hover {
  --transform-translate-y: -37rem !important; }

.hover\:-translate-y-152:hover {
  --transform-translate-y: -38rem !important; }

.hover\:-translate-y-156:hover {
  --transform-translate-y: -39rem !important; }

.hover\:-translate-y-160:hover {
  --transform-translate-y: -40rem !important; }

.hover\:-translate-y-164:hover {
  --transform-translate-y: -41rem !important; }

.hover\:-translate-y-168:hover {
  --transform-translate-y: -42rem !important; }

.hover\:-translate-y-172:hover {
  --transform-translate-y: -43rem !important; }

.hover\:-translate-y-176:hover {
  --transform-translate-y: -44rem !important; }

.hover\:-translate-y-180:hover {
  --transform-translate-y: -45rem !important; }

.hover\:-translate-y-184:hover {
  --transform-translate-y: -46rem !important; }

.hover\:-translate-y-188:hover {
  --transform-translate-y: -47rem !important; }

.hover\:-translate-y-192:hover {
  --transform-translate-y: -48rem !important; }

.hover\:-translate-y-196:hover {
  --transform-translate-y: -49rem !important; }

.hover\:-translate-y-200:hover {
  --transform-translate-y: -50rem !important; }

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px !important; }

.hover\:-translate-y-2px:hover {
  --transform-translate-y: -2px !important; }

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50% !important; }

.hover\:-translate-y-2\/2:hover {
  --transform-translate-y: -100% !important; }

.hover\:-translate-y-1\/3:hover {
  --transform-translate-y: -33.33333% !important; }

.hover\:-translate-y-2\/3:hover {
  --transform-translate-y: -66.66667% !important; }

.hover\:-translate-y-3\/3:hover {
  --transform-translate-y: -100% !important; }

.hover\:-translate-y-1\/4:hover {
  --transform-translate-y: -25% !important; }

.hover\:-translate-y-2\/4:hover {
  --transform-translate-y: -50% !important; }

.hover\:-translate-y-3\/4:hover {
  --transform-translate-y: -75% !important; }

.hover\:-translate-y-4\/4:hover {
  --transform-translate-y: -100% !important; }

.hover\:-translate-y-1\/5:hover {
  --transform-translate-y: -20% !important; }

.hover\:-translate-y-2\/5:hover {
  --transform-translate-y: -40% !important; }

.hover\:-translate-y-3\/5:hover {
  --transform-translate-y: -60% !important; }

.hover\:-translate-y-4\/5:hover {
  --transform-translate-y: -80% !important; }

.hover\:-translate-y-5\/5:hover {
  --transform-translate-y: -100% !important; }

.hover\:-translate-y-1\/6:hover {
  --transform-translate-y: -16.66667% !important; }

.hover\:-translate-y-2\/6:hover {
  --transform-translate-y: -33.33333% !important; }

.hover\:-translate-y-3\/6:hover {
  --transform-translate-y: -50% !important; }

.hover\:-translate-y-4\/6:hover {
  --transform-translate-y: -66.66667% !important; }

.hover\:-translate-y-5\/6:hover {
  --transform-translate-y: -83.33333% !important; }

.hover\:-translate-y-6\/6:hover {
  --transform-translate-y: -100% !important; }

.hover\:-translate-y-1\/10:hover {
  --transform-translate-y: -10% !important; }

.hover\:-translate-y-2\/10:hover {
  --transform-translate-y: -20% !important; }

.hover\:-translate-y-3\/10:hover {
  --transform-translate-y: -30% !important; }

.hover\:-translate-y-4\/10:hover {
  --transform-translate-y: -40% !important; }

.hover\:-translate-y-5\/10:hover {
  --transform-translate-y: -50% !important; }

.hover\:-translate-y-6\/10:hover {
  --transform-translate-y: -60% !important; }

.hover\:-translate-y-7\/10:hover {
  --transform-translate-y: -70% !important; }

.hover\:-translate-y-8\/10:hover {
  --transform-translate-y: -80% !important; }

.hover\:-translate-y-9\/10:hover {
  --transform-translate-y: -90% !important; }

.hover\:-translate-y-10\/10:hover {
  --transform-translate-y: -100% !important; }

.hover\:-translate-y-1\/12:hover {
  --transform-translate-y: -8.33333% !important; }

.hover\:-translate-y-2\/12:hover {
  --transform-translate-y: -16.66667% !important; }

.hover\:-translate-y-3\/12:hover {
  --transform-translate-y: -25% !important; }

.hover\:-translate-y-4\/12:hover {
  --transform-translate-y: -33.33333% !important; }

.hover\:-translate-y-5\/12:hover {
  --transform-translate-y: -41.66667% !important; }

.hover\:-translate-y-6\/12:hover {
  --transform-translate-y: -50% !important; }

.hover\:-translate-y-7\/12:hover {
  --transform-translate-y: -58.33333% !important; }

.hover\:-translate-y-8\/12:hover {
  --transform-translate-y: -66.66667% !important; }

.hover\:-translate-y-9\/12:hover {
  --transform-translate-y: -75% !important; }

.hover\:-translate-y-10\/12:hover {
  --transform-translate-y: -83.33333% !important; }

.hover\:-translate-y-11\/12:hover {
  --transform-translate-y: -91.66667% !important; }

.hover\:-translate-y-12\/12:hover {
  --transform-translate-y: -100% !important; }

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100% !important; }

.hover\:translate-y-full:hover {
  --transform-translate-y: 100% !important; }

.focus\:translate-x-0:focus {
  --transform-translate-x: 0rem !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-7:focus {
  --transform-translate-x: 1.75rem !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-11:focus {
  --transform-translate-x: 2.75rem !important; }

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem !important; }

.focus\:translate-x-13:focus {
  --transform-translate-x: 3.25rem !important; }

.focus\:translate-x-14:focus {
  --transform-translate-x: 3.5rem !important; }

.focus\:translate-x-15:focus {
  --transform-translate-x: 3.75rem !important; }

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem !important; }

.focus\:translate-x-17:focus {
  --transform-translate-x: 4.25rem !important; }

.focus\:translate-x-18:focus {
  --transform-translate-x: 4.5rem !important; }

.focus\:translate-x-19:focus {
  --transform-translate-x: 4.75rem !important; }

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem !important; }

.focus\:translate-x-21:focus {
  --transform-translate-x: 5.25rem !important; }

.focus\:translate-x-22:focus {
  --transform-translate-x: 5.5rem !important; }

.focus\:translate-x-23:focus {
  --transform-translate-x: 5.75rem !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-26:focus {
  --transform-translate-x: 6.5rem !important; }

.focus\:translate-x-27:focus {
  --transform-translate-x: 6.75rem !important; }

.focus\:translate-x-28:focus {
  --transform-translate-x: 7rem !important; }

.focus\:translate-x-29:focus {
  --transform-translate-x: 7.25rem !important; }

.focus\:translate-x-30:focus {
  --transform-translate-x: 7.5rem !important; }

.focus\:translate-x-31:focus {
  --transform-translate-x: 7.75rem !important; }

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem !important; }

.focus\:translate-x-33:focus {
  --transform-translate-x: 8.25rem !important; }

.focus\:translate-x-34:focus {
  --transform-translate-x: 8.5rem !important; }

.focus\:translate-x-35:focus {
  --transform-translate-x: 8.75rem !important; }

.focus\:translate-x-36:focus {
  --transform-translate-x: 9rem !important; }

.focus\:translate-x-37:focus {
  --transform-translate-x: 9.25rem !important; }

.focus\:translate-x-38:focus {
  --transform-translate-x: 9.5rem !important; }

.focus\:translate-x-39:focus {
  --transform-translate-x: 9.75rem !important; }

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem !important; }

.focus\:translate-x-41:focus {
  --transform-translate-x: 10.25rem !important; }

.focus\:translate-x-42:focus {
  --transform-translate-x: 10.5rem !important; }

.focus\:translate-x-43:focus {
  --transform-translate-x: 10.75rem !important; }

.focus\:translate-x-44:focus {
  --transform-translate-x: 11rem !important; }

.focus\:translate-x-45:focus {
  --transform-translate-x: 11.25rem !important; }

.focus\:translate-x-46:focus {
  --transform-translate-x: 11.5rem !important; }

.focus\:translate-x-47:focus {
  --transform-translate-x: 11.75rem !important; }

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem !important; }

.focus\:translate-x-49:focus {
  --transform-translate-x: 12.25rem !important; }

.focus\:translate-x-50:focus {
  --transform-translate-x: 12.5rem !important; }

.focus\:translate-x-51:focus {
  --transform-translate-x: 12.75rem !important; }

.focus\:translate-x-52:focus {
  --transform-translate-x: 13rem !important; }

.focus\:translate-x-53:focus {
  --transform-translate-x: 13.25rem !important; }

.focus\:translate-x-54:focus {
  --transform-translate-x: 13.5rem !important; }

.focus\:translate-x-55:focus {
  --transform-translate-x: 13.75rem !important; }

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem !important; }

.focus\:translate-x-57:focus {
  --transform-translate-x: 14.25rem !important; }

.focus\:translate-x-58:focus {
  --transform-translate-x: 14.5rem !important; }

.focus\:translate-x-59:focus {
  --transform-translate-x: 14.75rem !important; }

.focus\:translate-x-60:focus {
  --transform-translate-x: 15rem !important; }

.focus\:translate-x-61:focus {
  --transform-translate-x: 15.25rem !important; }

.focus\:translate-x-62:focus {
  --transform-translate-x: 15.5rem !important; }

.focus\:translate-x-63:focus {
  --transform-translate-x: 15.75rem !important; }

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem !important; }

.focus\:translate-x-65:focus {
  --transform-translate-x: 16.25rem !important; }

.focus\:translate-x-66:focus {
  --transform-translate-x: 16.5rem !important; }

.focus\:translate-x-67:focus {
  --transform-translate-x: 16.75rem !important; }

.focus\:translate-x-68:focus {
  --transform-translate-x: 17rem !important; }

.focus\:translate-x-69:focus {
  --transform-translate-x: 17.25rem !important; }

.focus\:translate-x-70:focus {
  --transform-translate-x: 17.5rem !important; }

.focus\:translate-x-71:focus {
  --transform-translate-x: 17.75rem !important; }

.focus\:translate-x-72:focus {
  --transform-translate-x: 18rem !important; }

.focus\:translate-x-73:focus {
  --transform-translate-x: 18.25rem !important; }

.focus\:translate-x-74:focus {
  --transform-translate-x: 18.5rem !important; }

.focus\:translate-x-75:focus {
  --transform-translate-x: 18.75rem !important; }

.focus\:translate-x-76:focus {
  --transform-translate-x: 19rem !important; }

.focus\:translate-x-77:focus {
  --transform-translate-x: 19.25rem !important; }

.focus\:translate-x-78:focus {
  --transform-translate-x: 19.5rem !important; }

.focus\:translate-x-79:focus {
  --transform-translate-x: 19.75rem !important; }

.focus\:translate-x-80:focus {
  --transform-translate-x: 20rem !important; }

.focus\:translate-x-84:focus {
  --transform-translate-x: 21rem !important; }

.focus\:translate-x-88:focus {
  --transform-translate-x: 22rem !important; }

.focus\:translate-x-92:focus {
  --transform-translate-x: 23rem !important; }

.focus\:translate-x-96:focus {
  --transform-translate-x: 24rem !important; }

.focus\:translate-x-100:focus {
  --transform-translate-x: 25rem !important; }

.focus\:translate-x-104:focus {
  --transform-translate-x: 26rem !important; }

.focus\:translate-x-108:focus {
  --transform-translate-x: 27rem !important; }

.focus\:translate-x-112:focus {
  --transform-translate-x: 28rem !important; }

.focus\:translate-x-116:focus {
  --transform-translate-x: 29rem !important; }

.focus\:translate-x-120:focus {
  --transform-translate-x: 30rem !important; }

.focus\:translate-x-124:focus {
  --transform-translate-x: 31rem !important; }

.focus\:translate-x-128:focus {
  --transform-translate-x: 32rem !important; }

.focus\:translate-x-132:focus {
  --transform-translate-x: 33rem !important; }

.focus\:translate-x-136:focus {
  --transform-translate-x: 34rem !important; }

.focus\:translate-x-140:focus {
  --transform-translate-x: 35rem !important; }

.focus\:translate-x-144:focus {
  --transform-translate-x: 36rem !important; }

.focus\:translate-x-148:focus {
  --transform-translate-x: 37rem !important; }

.focus\:translate-x-152:focus {
  --transform-translate-x: 38rem !important; }

.focus\:translate-x-156:focus {
  --transform-translate-x: 39rem !important; }

.focus\:translate-x-160:focus {
  --transform-translate-x: 40rem !important; }

.focus\:translate-x-164:focus {
  --transform-translate-x: 41rem !important; }

.focus\:translate-x-168:focus {
  --transform-translate-x: 42rem !important; }

.focus\:translate-x-172:focus {
  --transform-translate-x: 43rem !important; }

.focus\:translate-x-176:focus {
  --transform-translate-x: 44rem !important; }

.focus\:translate-x-180:focus {
  --transform-translate-x: 45rem !important; }

.focus\:translate-x-184:focus {
  --transform-translate-x: 46rem !important; }

.focus\:translate-x-188:focus {
  --transform-translate-x: 47rem !important; }

.focus\:translate-x-192:focus {
  --transform-translate-x: 48rem !important; }

.focus\:translate-x-196:focus {
  --transform-translate-x: 49rem !important; }

.focus\:translate-x-200:focus {
  --transform-translate-x: 50rem !important; }

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px !important; }

.focus\:translate-x-2px:focus {
  --transform-translate-x: 2px !important; }

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50% !important; }

.focus\:translate-x-2\/2:focus {
  --transform-translate-x: 100% !important; }

.focus\:translate-x-1\/3:focus {
  --transform-translate-x: 33.333333% !important; }

.focus\:translate-x-2\/3:focus {
  --transform-translate-x: 66.666667% !important; }

.focus\:translate-x-3\/3:focus {
  --transform-translate-x: 100% !important; }

.focus\:translate-x-1\/4:focus {
  --transform-translate-x: 25% !important; }

.focus\:translate-x-2\/4:focus {
  --transform-translate-x: 50% !important; }

.focus\:translate-x-3\/4:focus {
  --transform-translate-x: 75% !important; }

.focus\:translate-x-4\/4:focus {
  --transform-translate-x: 100% !important; }

.focus\:translate-x-1\/5:focus {
  --transform-translate-x: 20% !important; }

.focus\:translate-x-2\/5:focus {
  --transform-translate-x: 40% !important; }

.focus\:translate-x-3\/5:focus {
  --transform-translate-x: 60% !important; }

.focus\:translate-x-4\/5:focus {
  --transform-translate-x: 80% !important; }

.focus\:translate-x-5\/5:focus {
  --transform-translate-x: 100% !important; }

.focus\:translate-x-1\/6:focus {
  --transform-translate-x: 16.666667% !important; }

.focus\:translate-x-2\/6:focus {
  --transform-translate-x: 33.333333% !important; }

.focus\:translate-x-3\/6:focus {
  --transform-translate-x: 50% !important; }

.focus\:translate-x-4\/6:focus {
  --transform-translate-x: 66.666667% !important; }

.focus\:translate-x-5\/6:focus {
  --transform-translate-x: 83.333333% !important; }

.focus\:translate-x-6\/6:focus {
  --transform-translate-x: 100% !important; }

.focus\:translate-x-1\/10:focus {
  --transform-translate-x: 10% !important; }

.focus\:translate-x-2\/10:focus {
  --transform-translate-x: 20% !important; }

.focus\:translate-x-3\/10:focus {
  --transform-translate-x: 30% !important; }

.focus\:translate-x-4\/10:focus {
  --transform-translate-x: 40% !important; }

.focus\:translate-x-5\/10:focus {
  --transform-translate-x: 50% !important; }

.focus\:translate-x-6\/10:focus {
  --transform-translate-x: 60% !important; }

.focus\:translate-x-7\/10:focus {
  --transform-translate-x: 70% !important; }

.focus\:translate-x-8\/10:focus {
  --transform-translate-x: 80% !important; }

.focus\:translate-x-9\/10:focus {
  --transform-translate-x: 90% !important; }

.focus\:translate-x-10\/10:focus {
  --transform-translate-x: 100% !important; }

.focus\:translate-x-1\/12:focus {
  --transform-translate-x: 8.333333% !important; }

.focus\:translate-x-2\/12:focus {
  --transform-translate-x: 16.666667% !important; }

.focus\:translate-x-3\/12:focus {
  --transform-translate-x: 25% !important; }

.focus\:translate-x-4\/12:focus {
  --transform-translate-x: 33.333333% !important; }

.focus\:translate-x-5\/12:focus {
  --transform-translate-x: 41.666667% !important; }

.focus\:translate-x-6\/12:focus {
  --transform-translate-x: 50% !important; }

.focus\:translate-x-7\/12:focus {
  --transform-translate-x: 58.333333% !important; }

.focus\:translate-x-8\/12:focus {
  --transform-translate-x: 66.666667% !important; }

.focus\:translate-x-9\/12:focus {
  --transform-translate-x: 75% !important; }

.focus\:translate-x-10\/12:focus {
  --transform-translate-x: 83.333333% !important; }

.focus\:translate-x-11\/12:focus {
  --transform-translate-x: 91.666667% !important; }

.focus\:translate-x-12\/12:focus {
  --transform-translate-x: 100% !important; }

.focus\:-translate-x-0:focus {
  --transform-translate-x: 0rem !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-7:focus {
  --transform-translate-x: -1.75rem !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-11:focus {
  --transform-translate-x: -2.75rem !important; }

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem !important; }

.focus\:-translate-x-13:focus {
  --transform-translate-x: -3.25rem !important; }

.focus\:-translate-x-14:focus {
  --transform-translate-x: -3.5rem !important; }

.focus\:-translate-x-15:focus {
  --transform-translate-x: -3.75rem !important; }

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem !important; }

.focus\:-translate-x-17:focus {
  --transform-translate-x: -4.25rem !important; }

.focus\:-translate-x-18:focus {
  --transform-translate-x: -4.5rem !important; }

.focus\:-translate-x-19:focus {
  --transform-translate-x: -4.75rem !important; }

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem !important; }

.focus\:-translate-x-21:focus {
  --transform-translate-x: -5.25rem !important; }

.focus\:-translate-x-22:focus {
  --transform-translate-x: -5.5rem !important; }

.focus\:-translate-x-23:focus {
  --transform-translate-x: -5.75rem !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-26:focus {
  --transform-translate-x: -6.5rem !important; }

.focus\:-translate-x-27:focus {
  --transform-translate-x: -6.75rem !important; }

.focus\:-translate-x-28:focus {
  --transform-translate-x: -7rem !important; }

.focus\:-translate-x-29:focus {
  --transform-translate-x: -7.25rem !important; }

.focus\:-translate-x-30:focus {
  --transform-translate-x: -7.5rem !important; }

.focus\:-translate-x-31:focus {
  --transform-translate-x: -7.75rem !important; }

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem !important; }

.focus\:-translate-x-33:focus {
  --transform-translate-x: -8.25rem !important; }

.focus\:-translate-x-34:focus {
  --transform-translate-x: -8.5rem !important; }

.focus\:-translate-x-35:focus {
  --transform-translate-x: -8.75rem !important; }

.focus\:-translate-x-36:focus {
  --transform-translate-x: -9rem !important; }

.focus\:-translate-x-37:focus {
  --transform-translate-x: -9.25rem !important; }

.focus\:-translate-x-38:focus {
  --transform-translate-x: -9.5rem !important; }

.focus\:-translate-x-39:focus {
  --transform-translate-x: -9.75rem !important; }

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem !important; }

.focus\:-translate-x-41:focus {
  --transform-translate-x: -10.25rem !important; }

.focus\:-translate-x-42:focus {
  --transform-translate-x: -10.5rem !important; }

.focus\:-translate-x-43:focus {
  --transform-translate-x: -10.75rem !important; }

.focus\:-translate-x-44:focus {
  --transform-translate-x: -11rem !important; }

.focus\:-translate-x-45:focus {
  --transform-translate-x: -11.25rem !important; }

.focus\:-translate-x-46:focus {
  --transform-translate-x: -11.5rem !important; }

.focus\:-translate-x-47:focus {
  --transform-translate-x: -11.75rem !important; }

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem !important; }

.focus\:-translate-x-49:focus {
  --transform-translate-x: -12.25rem !important; }

.focus\:-translate-x-50:focus {
  --transform-translate-x: -12.5rem !important; }

.focus\:-translate-x-51:focus {
  --transform-translate-x: -12.75rem !important; }

.focus\:-translate-x-52:focus {
  --transform-translate-x: -13rem !important; }

.focus\:-translate-x-53:focus {
  --transform-translate-x: -13.25rem !important; }

.focus\:-translate-x-54:focus {
  --transform-translate-x: -13.5rem !important; }

.focus\:-translate-x-55:focus {
  --transform-translate-x: -13.75rem !important; }

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem !important; }

.focus\:-translate-x-57:focus {
  --transform-translate-x: -14.25rem !important; }

.focus\:-translate-x-58:focus {
  --transform-translate-x: -14.5rem !important; }

.focus\:-translate-x-59:focus {
  --transform-translate-x: -14.75rem !important; }

.focus\:-translate-x-60:focus {
  --transform-translate-x: -15rem !important; }

.focus\:-translate-x-61:focus {
  --transform-translate-x: -15.25rem !important; }

.focus\:-translate-x-62:focus {
  --transform-translate-x: -15.5rem !important; }

.focus\:-translate-x-63:focus {
  --transform-translate-x: -15.75rem !important; }

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem !important; }

.focus\:-translate-x-65:focus {
  --transform-translate-x: -16.25rem !important; }

.focus\:-translate-x-66:focus {
  --transform-translate-x: -16.5rem !important; }

.focus\:-translate-x-67:focus {
  --transform-translate-x: -16.75rem !important; }

.focus\:-translate-x-68:focus {
  --transform-translate-x: -17rem !important; }

.focus\:-translate-x-69:focus {
  --transform-translate-x: -17.25rem !important; }

.focus\:-translate-x-70:focus {
  --transform-translate-x: -17.5rem !important; }

.focus\:-translate-x-71:focus {
  --transform-translate-x: -17.75rem !important; }

.focus\:-translate-x-72:focus {
  --transform-translate-x: -18rem !important; }

.focus\:-translate-x-73:focus {
  --transform-translate-x: -18.25rem !important; }

.focus\:-translate-x-74:focus {
  --transform-translate-x: -18.5rem !important; }

.focus\:-translate-x-75:focus {
  --transform-translate-x: -18.75rem !important; }

.focus\:-translate-x-76:focus {
  --transform-translate-x: -19rem !important; }

.focus\:-translate-x-77:focus {
  --transform-translate-x: -19.25rem !important; }

.focus\:-translate-x-78:focus {
  --transform-translate-x: -19.5rem !important; }

.focus\:-translate-x-79:focus {
  --transform-translate-x: -19.75rem !important; }

.focus\:-translate-x-80:focus {
  --transform-translate-x: -20rem !important; }

.focus\:-translate-x-84:focus {
  --transform-translate-x: -21rem !important; }

.focus\:-translate-x-88:focus {
  --transform-translate-x: -22rem !important; }

.focus\:-translate-x-92:focus {
  --transform-translate-x: -23rem !important; }

.focus\:-translate-x-96:focus {
  --transform-translate-x: -24rem !important; }

.focus\:-translate-x-100:focus {
  --transform-translate-x: -25rem !important; }

.focus\:-translate-x-104:focus {
  --transform-translate-x: -26rem !important; }

.focus\:-translate-x-108:focus {
  --transform-translate-x: -27rem !important; }

.focus\:-translate-x-112:focus {
  --transform-translate-x: -28rem !important; }

.focus\:-translate-x-116:focus {
  --transform-translate-x: -29rem !important; }

.focus\:-translate-x-120:focus {
  --transform-translate-x: -30rem !important; }

.focus\:-translate-x-124:focus {
  --transform-translate-x: -31rem !important; }

.focus\:-translate-x-128:focus {
  --transform-translate-x: -32rem !important; }

.focus\:-translate-x-132:focus {
  --transform-translate-x: -33rem !important; }

.focus\:-translate-x-136:focus {
  --transform-translate-x: -34rem !important; }

.focus\:-translate-x-140:focus {
  --transform-translate-x: -35rem !important; }

.focus\:-translate-x-144:focus {
  --transform-translate-x: -36rem !important; }

.focus\:-translate-x-148:focus {
  --transform-translate-x: -37rem !important; }

.focus\:-translate-x-152:focus {
  --transform-translate-x: -38rem !important; }

.focus\:-translate-x-156:focus {
  --transform-translate-x: -39rem !important; }

.focus\:-translate-x-160:focus {
  --transform-translate-x: -40rem !important; }

.focus\:-translate-x-164:focus {
  --transform-translate-x: -41rem !important; }

.focus\:-translate-x-168:focus {
  --transform-translate-x: -42rem !important; }

.focus\:-translate-x-172:focus {
  --transform-translate-x: -43rem !important; }

.focus\:-translate-x-176:focus {
  --transform-translate-x: -44rem !important; }

.focus\:-translate-x-180:focus {
  --transform-translate-x: -45rem !important; }

.focus\:-translate-x-184:focus {
  --transform-translate-x: -46rem !important; }

.focus\:-translate-x-188:focus {
  --transform-translate-x: -47rem !important; }

.focus\:-translate-x-192:focus {
  --transform-translate-x: -48rem !important; }

.focus\:-translate-x-196:focus {
  --transform-translate-x: -49rem !important; }

.focus\:-translate-x-200:focus {
  --transform-translate-x: -50rem !important; }

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px !important; }

.focus\:-translate-x-2px:focus {
  --transform-translate-x: -2px !important; }

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50% !important; }

.focus\:-translate-x-2\/2:focus {
  --transform-translate-x: -100% !important; }

.focus\:-translate-x-1\/3:focus {
  --transform-translate-x: -33.33333% !important; }

.focus\:-translate-x-2\/3:focus {
  --transform-translate-x: -66.66667% !important; }

.focus\:-translate-x-3\/3:focus {
  --transform-translate-x: -100% !important; }

.focus\:-translate-x-1\/4:focus {
  --transform-translate-x: -25% !important; }

.focus\:-translate-x-2\/4:focus {
  --transform-translate-x: -50% !important; }

.focus\:-translate-x-3\/4:focus {
  --transform-translate-x: -75% !important; }

.focus\:-translate-x-4\/4:focus {
  --transform-translate-x: -100% !important; }

.focus\:-translate-x-1\/5:focus {
  --transform-translate-x: -20% !important; }

.focus\:-translate-x-2\/5:focus {
  --transform-translate-x: -40% !important; }

.focus\:-translate-x-3\/5:focus {
  --transform-translate-x: -60% !important; }

.focus\:-translate-x-4\/5:focus {
  --transform-translate-x: -80% !important; }

.focus\:-translate-x-5\/5:focus {
  --transform-translate-x: -100% !important; }

.focus\:-translate-x-1\/6:focus {
  --transform-translate-x: -16.66667% !important; }

.focus\:-translate-x-2\/6:focus {
  --transform-translate-x: -33.33333% !important; }

.focus\:-translate-x-3\/6:focus {
  --transform-translate-x: -50% !important; }

.focus\:-translate-x-4\/6:focus {
  --transform-translate-x: -66.66667% !important; }

.focus\:-translate-x-5\/6:focus {
  --transform-translate-x: -83.33333% !important; }

.focus\:-translate-x-6\/6:focus {
  --transform-translate-x: -100% !important; }

.focus\:-translate-x-1\/10:focus {
  --transform-translate-x: -10% !important; }

.focus\:-translate-x-2\/10:focus {
  --transform-translate-x: -20% !important; }

.focus\:-translate-x-3\/10:focus {
  --transform-translate-x: -30% !important; }

.focus\:-translate-x-4\/10:focus {
  --transform-translate-x: -40% !important; }

.focus\:-translate-x-5\/10:focus {
  --transform-translate-x: -50% !important; }

.focus\:-translate-x-6\/10:focus {
  --transform-translate-x: -60% !important; }

.focus\:-translate-x-7\/10:focus {
  --transform-translate-x: -70% !important; }

.focus\:-translate-x-8\/10:focus {
  --transform-translate-x: -80% !important; }

.focus\:-translate-x-9\/10:focus {
  --transform-translate-x: -90% !important; }

.focus\:-translate-x-10\/10:focus {
  --transform-translate-x: -100% !important; }

.focus\:-translate-x-1\/12:focus {
  --transform-translate-x: -8.33333% !important; }

.focus\:-translate-x-2\/12:focus {
  --transform-translate-x: -16.66667% !important; }

.focus\:-translate-x-3\/12:focus {
  --transform-translate-x: -25% !important; }

.focus\:-translate-x-4\/12:focus {
  --transform-translate-x: -33.33333% !important; }

.focus\:-translate-x-5\/12:focus {
  --transform-translate-x: -41.66667% !important; }

.focus\:-translate-x-6\/12:focus {
  --transform-translate-x: -50% !important; }

.focus\:-translate-x-7\/12:focus {
  --transform-translate-x: -58.33333% !important; }

.focus\:-translate-x-8\/12:focus {
  --transform-translate-x: -66.66667% !important; }

.focus\:-translate-x-9\/12:focus {
  --transform-translate-x: -75% !important; }

.focus\:-translate-x-10\/12:focus {
  --transform-translate-x: -83.33333% !important; }

.focus\:-translate-x-11\/12:focus {
  --transform-translate-x: -91.66667% !important; }

.focus\:-translate-x-12\/12:focus {
  --transform-translate-x: -100% !important; }

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100% !important; }

.focus\:translate-x-full:focus {
  --transform-translate-x: 100% !important; }

.focus\:translate-y-0:focus {
  --transform-translate-y: 0rem !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-7:focus {
  --transform-translate-y: 1.75rem !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-11:focus {
  --transform-translate-y: 2.75rem !important; }

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem !important; }

.focus\:translate-y-13:focus {
  --transform-translate-y: 3.25rem !important; }

.focus\:translate-y-14:focus {
  --transform-translate-y: 3.5rem !important; }

.focus\:translate-y-15:focus {
  --transform-translate-y: 3.75rem !important; }

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem !important; }

.focus\:translate-y-17:focus {
  --transform-translate-y: 4.25rem !important; }

.focus\:translate-y-18:focus {
  --transform-translate-y: 4.5rem !important; }

.focus\:translate-y-19:focus {
  --transform-translate-y: 4.75rem !important; }

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem !important; }

.focus\:translate-y-21:focus {
  --transform-translate-y: 5.25rem !important; }

.focus\:translate-y-22:focus {
  --transform-translate-y: 5.5rem !important; }

.focus\:translate-y-23:focus {
  --transform-translate-y: 5.75rem !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-26:focus {
  --transform-translate-y: 6.5rem !important; }

.focus\:translate-y-27:focus {
  --transform-translate-y: 6.75rem !important; }

.focus\:translate-y-28:focus {
  --transform-translate-y: 7rem !important; }

.focus\:translate-y-29:focus {
  --transform-translate-y: 7.25rem !important; }

.focus\:translate-y-30:focus {
  --transform-translate-y: 7.5rem !important; }

.focus\:translate-y-31:focus {
  --transform-translate-y: 7.75rem !important; }

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem !important; }

.focus\:translate-y-33:focus {
  --transform-translate-y: 8.25rem !important; }

.focus\:translate-y-34:focus {
  --transform-translate-y: 8.5rem !important; }

.focus\:translate-y-35:focus {
  --transform-translate-y: 8.75rem !important; }

.focus\:translate-y-36:focus {
  --transform-translate-y: 9rem !important; }

.focus\:translate-y-37:focus {
  --transform-translate-y: 9.25rem !important; }

.focus\:translate-y-38:focus {
  --transform-translate-y: 9.5rem !important; }

.focus\:translate-y-39:focus {
  --transform-translate-y: 9.75rem !important; }

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem !important; }

.focus\:translate-y-41:focus {
  --transform-translate-y: 10.25rem !important; }

.focus\:translate-y-42:focus {
  --transform-translate-y: 10.5rem !important; }

.focus\:translate-y-43:focus {
  --transform-translate-y: 10.75rem !important; }

.focus\:translate-y-44:focus {
  --transform-translate-y: 11rem !important; }

.focus\:translate-y-45:focus {
  --transform-translate-y: 11.25rem !important; }

.focus\:translate-y-46:focus {
  --transform-translate-y: 11.5rem !important; }

.focus\:translate-y-47:focus {
  --transform-translate-y: 11.75rem !important; }

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem !important; }

.focus\:translate-y-49:focus {
  --transform-translate-y: 12.25rem !important; }

.focus\:translate-y-50:focus {
  --transform-translate-y: 12.5rem !important; }

.focus\:translate-y-51:focus {
  --transform-translate-y: 12.75rem !important; }

.focus\:translate-y-52:focus {
  --transform-translate-y: 13rem !important; }

.focus\:translate-y-53:focus {
  --transform-translate-y: 13.25rem !important; }

.focus\:translate-y-54:focus {
  --transform-translate-y: 13.5rem !important; }

.focus\:translate-y-55:focus {
  --transform-translate-y: 13.75rem !important; }

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem !important; }

.focus\:translate-y-57:focus {
  --transform-translate-y: 14.25rem !important; }

.focus\:translate-y-58:focus {
  --transform-translate-y: 14.5rem !important; }

.focus\:translate-y-59:focus {
  --transform-translate-y: 14.75rem !important; }

.focus\:translate-y-60:focus {
  --transform-translate-y: 15rem !important; }

.focus\:translate-y-61:focus {
  --transform-translate-y: 15.25rem !important; }

.focus\:translate-y-62:focus {
  --transform-translate-y: 15.5rem !important; }

.focus\:translate-y-63:focus {
  --transform-translate-y: 15.75rem !important; }

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem !important; }

.focus\:translate-y-65:focus {
  --transform-translate-y: 16.25rem !important; }

.focus\:translate-y-66:focus {
  --transform-translate-y: 16.5rem !important; }

.focus\:translate-y-67:focus {
  --transform-translate-y: 16.75rem !important; }

.focus\:translate-y-68:focus {
  --transform-translate-y: 17rem !important; }

.focus\:translate-y-69:focus {
  --transform-translate-y: 17.25rem !important; }

.focus\:translate-y-70:focus {
  --transform-translate-y: 17.5rem !important; }

.focus\:translate-y-71:focus {
  --transform-translate-y: 17.75rem !important; }

.focus\:translate-y-72:focus {
  --transform-translate-y: 18rem !important; }

.focus\:translate-y-73:focus {
  --transform-translate-y: 18.25rem !important; }

.focus\:translate-y-74:focus {
  --transform-translate-y: 18.5rem !important; }

.focus\:translate-y-75:focus {
  --transform-translate-y: 18.75rem !important; }

.focus\:translate-y-76:focus {
  --transform-translate-y: 19rem !important; }

.focus\:translate-y-77:focus {
  --transform-translate-y: 19.25rem !important; }

.focus\:translate-y-78:focus {
  --transform-translate-y: 19.5rem !important; }

.focus\:translate-y-79:focus {
  --transform-translate-y: 19.75rem !important; }

.focus\:translate-y-80:focus {
  --transform-translate-y: 20rem !important; }

.focus\:translate-y-84:focus {
  --transform-translate-y: 21rem !important; }

.focus\:translate-y-88:focus {
  --transform-translate-y: 22rem !important; }

.focus\:translate-y-92:focus {
  --transform-translate-y: 23rem !important; }

.focus\:translate-y-96:focus {
  --transform-translate-y: 24rem !important; }

.focus\:translate-y-100:focus {
  --transform-translate-y: 25rem !important; }

.focus\:translate-y-104:focus {
  --transform-translate-y: 26rem !important; }

.focus\:translate-y-108:focus {
  --transform-translate-y: 27rem !important; }

.focus\:translate-y-112:focus {
  --transform-translate-y: 28rem !important; }

.focus\:translate-y-116:focus {
  --transform-translate-y: 29rem !important; }

.focus\:translate-y-120:focus {
  --transform-translate-y: 30rem !important; }

.focus\:translate-y-124:focus {
  --transform-translate-y: 31rem !important; }

.focus\:translate-y-128:focus {
  --transform-translate-y: 32rem !important; }

.focus\:translate-y-132:focus {
  --transform-translate-y: 33rem !important; }

.focus\:translate-y-136:focus {
  --transform-translate-y: 34rem !important; }

.focus\:translate-y-140:focus {
  --transform-translate-y: 35rem !important; }

.focus\:translate-y-144:focus {
  --transform-translate-y: 36rem !important; }

.focus\:translate-y-148:focus {
  --transform-translate-y: 37rem !important; }

.focus\:translate-y-152:focus {
  --transform-translate-y: 38rem !important; }

.focus\:translate-y-156:focus {
  --transform-translate-y: 39rem !important; }

.focus\:translate-y-160:focus {
  --transform-translate-y: 40rem !important; }

.focus\:translate-y-164:focus {
  --transform-translate-y: 41rem !important; }

.focus\:translate-y-168:focus {
  --transform-translate-y: 42rem !important; }

.focus\:translate-y-172:focus {
  --transform-translate-y: 43rem !important; }

.focus\:translate-y-176:focus {
  --transform-translate-y: 44rem !important; }

.focus\:translate-y-180:focus {
  --transform-translate-y: 45rem !important; }

.focus\:translate-y-184:focus {
  --transform-translate-y: 46rem !important; }

.focus\:translate-y-188:focus {
  --transform-translate-y: 47rem !important; }

.focus\:translate-y-192:focus {
  --transform-translate-y: 48rem !important; }

.focus\:translate-y-196:focus {
  --transform-translate-y: 49rem !important; }

.focus\:translate-y-200:focus {
  --transform-translate-y: 50rem !important; }

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px !important; }

.focus\:translate-y-2px:focus {
  --transform-translate-y: 2px !important; }

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50% !important; }

.focus\:translate-y-2\/2:focus {
  --transform-translate-y: 100% !important; }

.focus\:translate-y-1\/3:focus {
  --transform-translate-y: 33.333333% !important; }

.focus\:translate-y-2\/3:focus {
  --transform-translate-y: 66.666667% !important; }

.focus\:translate-y-3\/3:focus {
  --transform-translate-y: 100% !important; }

.focus\:translate-y-1\/4:focus {
  --transform-translate-y: 25% !important; }

.focus\:translate-y-2\/4:focus {
  --transform-translate-y: 50% !important; }

.focus\:translate-y-3\/4:focus {
  --transform-translate-y: 75% !important; }

.focus\:translate-y-4\/4:focus {
  --transform-translate-y: 100% !important; }

.focus\:translate-y-1\/5:focus {
  --transform-translate-y: 20% !important; }

.focus\:translate-y-2\/5:focus {
  --transform-translate-y: 40% !important; }

.focus\:translate-y-3\/5:focus {
  --transform-translate-y: 60% !important; }

.focus\:translate-y-4\/5:focus {
  --transform-translate-y: 80% !important; }

.focus\:translate-y-5\/5:focus {
  --transform-translate-y: 100% !important; }

.focus\:translate-y-1\/6:focus {
  --transform-translate-y: 16.666667% !important; }

.focus\:translate-y-2\/6:focus {
  --transform-translate-y: 33.333333% !important; }

.focus\:translate-y-3\/6:focus {
  --transform-translate-y: 50% !important; }

.focus\:translate-y-4\/6:focus {
  --transform-translate-y: 66.666667% !important; }

.focus\:translate-y-5\/6:focus {
  --transform-translate-y: 83.333333% !important; }

.focus\:translate-y-6\/6:focus {
  --transform-translate-y: 100% !important; }

.focus\:translate-y-1\/10:focus {
  --transform-translate-y: 10% !important; }

.focus\:translate-y-2\/10:focus {
  --transform-translate-y: 20% !important; }

.focus\:translate-y-3\/10:focus {
  --transform-translate-y: 30% !important; }

.focus\:translate-y-4\/10:focus {
  --transform-translate-y: 40% !important; }

.focus\:translate-y-5\/10:focus {
  --transform-translate-y: 50% !important; }

.focus\:translate-y-6\/10:focus {
  --transform-translate-y: 60% !important; }

.focus\:translate-y-7\/10:focus {
  --transform-translate-y: 70% !important; }

.focus\:translate-y-8\/10:focus {
  --transform-translate-y: 80% !important; }

.focus\:translate-y-9\/10:focus {
  --transform-translate-y: 90% !important; }

.focus\:translate-y-10\/10:focus {
  --transform-translate-y: 100% !important; }

.focus\:translate-y-1\/12:focus {
  --transform-translate-y: 8.333333% !important; }

.focus\:translate-y-2\/12:focus {
  --transform-translate-y: 16.666667% !important; }

.focus\:translate-y-3\/12:focus {
  --transform-translate-y: 25% !important; }

.focus\:translate-y-4\/12:focus {
  --transform-translate-y: 33.333333% !important; }

.focus\:translate-y-5\/12:focus {
  --transform-translate-y: 41.666667% !important; }

.focus\:translate-y-6\/12:focus {
  --transform-translate-y: 50% !important; }

.focus\:translate-y-7\/12:focus {
  --transform-translate-y: 58.333333% !important; }

.focus\:translate-y-8\/12:focus {
  --transform-translate-y: 66.666667% !important; }

.focus\:translate-y-9\/12:focus {
  --transform-translate-y: 75% !important; }

.focus\:translate-y-10\/12:focus {
  --transform-translate-y: 83.333333% !important; }

.focus\:translate-y-11\/12:focus {
  --transform-translate-y: 91.666667% !important; }

.focus\:translate-y-12\/12:focus {
  --transform-translate-y: 100% !important; }

.focus\:-translate-y-0:focus {
  --transform-translate-y: 0rem !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-7:focus {
  --transform-translate-y: -1.75rem !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-11:focus {
  --transform-translate-y: -2.75rem !important; }

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem !important; }

.focus\:-translate-y-13:focus {
  --transform-translate-y: -3.25rem !important; }

.focus\:-translate-y-14:focus {
  --transform-translate-y: -3.5rem !important; }

.focus\:-translate-y-15:focus {
  --transform-translate-y: -3.75rem !important; }

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem !important; }

.focus\:-translate-y-17:focus {
  --transform-translate-y: -4.25rem !important; }

.focus\:-translate-y-18:focus {
  --transform-translate-y: -4.5rem !important; }

.focus\:-translate-y-19:focus {
  --transform-translate-y: -4.75rem !important; }

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem !important; }

.focus\:-translate-y-21:focus {
  --transform-translate-y: -5.25rem !important; }

.focus\:-translate-y-22:focus {
  --transform-translate-y: -5.5rem !important; }

.focus\:-translate-y-23:focus {
  --transform-translate-y: -5.75rem !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-26:focus {
  --transform-translate-y: -6.5rem !important; }

.focus\:-translate-y-27:focus {
  --transform-translate-y: -6.75rem !important; }

.focus\:-translate-y-28:focus {
  --transform-translate-y: -7rem !important; }

.focus\:-translate-y-29:focus {
  --transform-translate-y: -7.25rem !important; }

.focus\:-translate-y-30:focus {
  --transform-translate-y: -7.5rem !important; }

.focus\:-translate-y-31:focus {
  --transform-translate-y: -7.75rem !important; }

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem !important; }

.focus\:-translate-y-33:focus {
  --transform-translate-y: -8.25rem !important; }

.focus\:-translate-y-34:focus {
  --transform-translate-y: -8.5rem !important; }

.focus\:-translate-y-35:focus {
  --transform-translate-y: -8.75rem !important; }

.focus\:-translate-y-36:focus {
  --transform-translate-y: -9rem !important; }

.focus\:-translate-y-37:focus {
  --transform-translate-y: -9.25rem !important; }

.focus\:-translate-y-38:focus {
  --transform-translate-y: -9.5rem !important; }

.focus\:-translate-y-39:focus {
  --transform-translate-y: -9.75rem !important; }

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem !important; }

.focus\:-translate-y-41:focus {
  --transform-translate-y: -10.25rem !important; }

.focus\:-translate-y-42:focus {
  --transform-translate-y: -10.5rem !important; }

.focus\:-translate-y-43:focus {
  --transform-translate-y: -10.75rem !important; }

.focus\:-translate-y-44:focus {
  --transform-translate-y: -11rem !important; }

.focus\:-translate-y-45:focus {
  --transform-translate-y: -11.25rem !important; }

.focus\:-translate-y-46:focus {
  --transform-translate-y: -11.5rem !important; }

.focus\:-translate-y-47:focus {
  --transform-translate-y: -11.75rem !important; }

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem !important; }

.focus\:-translate-y-49:focus {
  --transform-translate-y: -12.25rem !important; }

.focus\:-translate-y-50:focus {
  --transform-translate-y: -12.5rem !important; }

.focus\:-translate-y-51:focus {
  --transform-translate-y: -12.75rem !important; }

.focus\:-translate-y-52:focus {
  --transform-translate-y: -13rem !important; }

.focus\:-translate-y-53:focus {
  --transform-translate-y: -13.25rem !important; }

.focus\:-translate-y-54:focus {
  --transform-translate-y: -13.5rem !important; }

.focus\:-translate-y-55:focus {
  --transform-translate-y: -13.75rem !important; }

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem !important; }

.focus\:-translate-y-57:focus {
  --transform-translate-y: -14.25rem !important; }

.focus\:-translate-y-58:focus {
  --transform-translate-y: -14.5rem !important; }

.focus\:-translate-y-59:focus {
  --transform-translate-y: -14.75rem !important; }

.focus\:-translate-y-60:focus {
  --transform-translate-y: -15rem !important; }

.focus\:-translate-y-61:focus {
  --transform-translate-y: -15.25rem !important; }

.focus\:-translate-y-62:focus {
  --transform-translate-y: -15.5rem !important; }

.focus\:-translate-y-63:focus {
  --transform-translate-y: -15.75rem !important; }

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem !important; }

.focus\:-translate-y-65:focus {
  --transform-translate-y: -16.25rem !important; }

.focus\:-translate-y-66:focus {
  --transform-translate-y: -16.5rem !important; }

.focus\:-translate-y-67:focus {
  --transform-translate-y: -16.75rem !important; }

.focus\:-translate-y-68:focus {
  --transform-translate-y: -17rem !important; }

.focus\:-translate-y-69:focus {
  --transform-translate-y: -17.25rem !important; }

.focus\:-translate-y-70:focus {
  --transform-translate-y: -17.5rem !important; }

.focus\:-translate-y-71:focus {
  --transform-translate-y: -17.75rem !important; }

.focus\:-translate-y-72:focus {
  --transform-translate-y: -18rem !important; }

.focus\:-translate-y-73:focus {
  --transform-translate-y: -18.25rem !important; }

.focus\:-translate-y-74:focus {
  --transform-translate-y: -18.5rem !important; }

.focus\:-translate-y-75:focus {
  --transform-translate-y: -18.75rem !important; }

.focus\:-translate-y-76:focus {
  --transform-translate-y: -19rem !important; }

.focus\:-translate-y-77:focus {
  --transform-translate-y: -19.25rem !important; }

.focus\:-translate-y-78:focus {
  --transform-translate-y: -19.5rem !important; }

.focus\:-translate-y-79:focus {
  --transform-translate-y: -19.75rem !important; }

.focus\:-translate-y-80:focus {
  --transform-translate-y: -20rem !important; }

.focus\:-translate-y-84:focus {
  --transform-translate-y: -21rem !important; }

.focus\:-translate-y-88:focus {
  --transform-translate-y: -22rem !important; }

.focus\:-translate-y-92:focus {
  --transform-translate-y: -23rem !important; }

.focus\:-translate-y-96:focus {
  --transform-translate-y: -24rem !important; }

.focus\:-translate-y-100:focus {
  --transform-translate-y: -25rem !important; }

.focus\:-translate-y-104:focus {
  --transform-translate-y: -26rem !important; }

.focus\:-translate-y-108:focus {
  --transform-translate-y: -27rem !important; }

.focus\:-translate-y-112:focus {
  --transform-translate-y: -28rem !important; }

.focus\:-translate-y-116:focus {
  --transform-translate-y: -29rem !important; }

.focus\:-translate-y-120:focus {
  --transform-translate-y: -30rem !important; }

.focus\:-translate-y-124:focus {
  --transform-translate-y: -31rem !important; }

.focus\:-translate-y-128:focus {
  --transform-translate-y: -32rem !important; }

.focus\:-translate-y-132:focus {
  --transform-translate-y: -33rem !important; }

.focus\:-translate-y-136:focus {
  --transform-translate-y: -34rem !important; }

.focus\:-translate-y-140:focus {
  --transform-translate-y: -35rem !important; }

.focus\:-translate-y-144:focus {
  --transform-translate-y: -36rem !important; }

.focus\:-translate-y-148:focus {
  --transform-translate-y: -37rem !important; }

.focus\:-translate-y-152:focus {
  --transform-translate-y: -38rem !important; }

.focus\:-translate-y-156:focus {
  --transform-translate-y: -39rem !important; }

.focus\:-translate-y-160:focus {
  --transform-translate-y: -40rem !important; }

.focus\:-translate-y-164:focus {
  --transform-translate-y: -41rem !important; }

.focus\:-translate-y-168:focus {
  --transform-translate-y: -42rem !important; }

.focus\:-translate-y-172:focus {
  --transform-translate-y: -43rem !important; }

.focus\:-translate-y-176:focus {
  --transform-translate-y: -44rem !important; }

.focus\:-translate-y-180:focus {
  --transform-translate-y: -45rem !important; }

.focus\:-translate-y-184:focus {
  --transform-translate-y: -46rem !important; }

.focus\:-translate-y-188:focus {
  --transform-translate-y: -47rem !important; }

.focus\:-translate-y-192:focus {
  --transform-translate-y: -48rem !important; }

.focus\:-translate-y-196:focus {
  --transform-translate-y: -49rem !important; }

.focus\:-translate-y-200:focus {
  --transform-translate-y: -50rem !important; }

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px !important; }

.focus\:-translate-y-2px:focus {
  --transform-translate-y: -2px !important; }

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50% !important; }

.focus\:-translate-y-2\/2:focus {
  --transform-translate-y: -100% !important; }

.focus\:-translate-y-1\/3:focus {
  --transform-translate-y: -33.33333% !important; }

.focus\:-translate-y-2\/3:focus {
  --transform-translate-y: -66.66667% !important; }

.focus\:-translate-y-3\/3:focus {
  --transform-translate-y: -100% !important; }

.focus\:-translate-y-1\/4:focus {
  --transform-translate-y: -25% !important; }

.focus\:-translate-y-2\/4:focus {
  --transform-translate-y: -50% !important; }

.focus\:-translate-y-3\/4:focus {
  --transform-translate-y: -75% !important; }

.focus\:-translate-y-4\/4:focus {
  --transform-translate-y: -100% !important; }

.focus\:-translate-y-1\/5:focus {
  --transform-translate-y: -20% !important; }

.focus\:-translate-y-2\/5:focus {
  --transform-translate-y: -40% !important; }

.focus\:-translate-y-3\/5:focus {
  --transform-translate-y: -60% !important; }

.focus\:-translate-y-4\/5:focus {
  --transform-translate-y: -80% !important; }

.focus\:-translate-y-5\/5:focus {
  --transform-translate-y: -100% !important; }

.focus\:-translate-y-1\/6:focus {
  --transform-translate-y: -16.66667% !important; }

.focus\:-translate-y-2\/6:focus {
  --transform-translate-y: -33.33333% !important; }

.focus\:-translate-y-3\/6:focus {
  --transform-translate-y: -50% !important; }

.focus\:-translate-y-4\/6:focus {
  --transform-translate-y: -66.66667% !important; }

.focus\:-translate-y-5\/6:focus {
  --transform-translate-y: -83.33333% !important; }

.focus\:-translate-y-6\/6:focus {
  --transform-translate-y: -100% !important; }

.focus\:-translate-y-1\/10:focus {
  --transform-translate-y: -10% !important; }

.focus\:-translate-y-2\/10:focus {
  --transform-translate-y: -20% !important; }

.focus\:-translate-y-3\/10:focus {
  --transform-translate-y: -30% !important; }

.focus\:-translate-y-4\/10:focus {
  --transform-translate-y: -40% !important; }

.focus\:-translate-y-5\/10:focus {
  --transform-translate-y: -50% !important; }

.focus\:-translate-y-6\/10:focus {
  --transform-translate-y: -60% !important; }

.focus\:-translate-y-7\/10:focus {
  --transform-translate-y: -70% !important; }

.focus\:-translate-y-8\/10:focus {
  --transform-translate-y: -80% !important; }

.focus\:-translate-y-9\/10:focus {
  --transform-translate-y: -90% !important; }

.focus\:-translate-y-10\/10:focus {
  --transform-translate-y: -100% !important; }

.focus\:-translate-y-1\/12:focus {
  --transform-translate-y: -8.33333% !important; }

.focus\:-translate-y-2\/12:focus {
  --transform-translate-y: -16.66667% !important; }

.focus\:-translate-y-3\/12:focus {
  --transform-translate-y: -25% !important; }

.focus\:-translate-y-4\/12:focus {
  --transform-translate-y: -33.33333% !important; }

.focus\:-translate-y-5\/12:focus {
  --transform-translate-y: -41.66667% !important; }

.focus\:-translate-y-6\/12:focus {
  --transform-translate-y: -50% !important; }

.focus\:-translate-y-7\/12:focus {
  --transform-translate-y: -58.33333% !important; }

.focus\:-translate-y-8\/12:focus {
  --transform-translate-y: -66.66667% !important; }

.focus\:-translate-y-9\/12:focus {
  --transform-translate-y: -75% !important; }

.focus\:-translate-y-10\/12:focus {
  --transform-translate-y: -83.33333% !important; }

.focus\:-translate-y-11\/12:focus {
  --transform-translate-y: -91.66667% !important; }

.focus\:-translate-y-12\/12:focus {
  --transform-translate-y: -100% !important; }

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100% !important; }

.focus\:translate-y-full:focus {
  --transform-translate-y: 100% !important; }

.skew-x-0 {
  --transform-skew-x: 0 !important; }

.skew-x-1 {
  --transform-skew-x: 1deg !important; }

.skew-x-2 {
  --transform-skew-x: 2deg !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-x-2 {
  --transform-skew-x: -2deg !important; }

.-skew-x-1 {
  --transform-skew-x: -1deg !important; }

.skew-y-0 {
  --transform-skew-y: 0 !important; }

.skew-y-1 {
  --transform-skew-y: 1deg !important; }

.skew-y-2 {
  --transform-skew-y: 2deg !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; }

.-skew-y-2 {
  --transform-skew-y: -2deg !important; }

.-skew-y-1 {
  --transform-skew-y: -1deg !important; }

.hover\:skew-x-0:hover {
  --transform-skew-x: 0 !important; }

.hover\:skew-x-1:hover {
  --transform-skew-x: 1deg !important; }

.hover\:skew-x-2:hover {
  --transform-skew-x: 2deg !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-x-2:hover {
  --transform-skew-x: -2deg !important; }

.hover\:-skew-x-1:hover {
  --transform-skew-x: -1deg !important; }

.hover\:skew-y-0:hover {
  --transform-skew-y: 0 !important; }

.hover\:skew-y-1:hover {
  --transform-skew-y: 1deg !important; }

.hover\:skew-y-2:hover {
  --transform-skew-y: 2deg !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; }

.hover\:-skew-y-2:hover {
  --transform-skew-y: -2deg !important; }

.hover\:-skew-y-1:hover {
  --transform-skew-y: -1deg !important; }

.focus\:skew-x-0:focus {
  --transform-skew-x: 0 !important; }

.focus\:skew-x-1:focus {
  --transform-skew-x: 1deg !important; }

.focus\:skew-x-2:focus {
  --transform-skew-x: 2deg !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-x-2:focus {
  --transform-skew-x: -2deg !important; }

.focus\:-skew-x-1:focus {
  --transform-skew-x: -1deg !important; }

.focus\:skew-y-0:focus {
  --transform-skew-y: 0 !important; }

.focus\:skew-y-1:focus {
  --transform-skew-y: 1deg !important; }

.focus\:skew-y-2:focus {
  --transform-skew-y: 2deg !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; }

.focus\:-skew-y-2:focus {
  --transform-skew-y: -2deg !important; }

.focus\:-skew-y-1:focus {
  --transform-skew-y: -1deg !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 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@-webkit-keyframes pulse {
  50% {
    opacity: .5; } }

@keyframes pulse {
  50% {
    opacity: .5; } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

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

.ar-base {
  height: 0 !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important; }

.ar-16x9 {
  height: 0 !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  padding-bottom: 56.25% !important; }

.ar-3x2 {
  height: 0 !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  padding-bottom: 66.66666666666667% !important; }

.ar-4x3 {
  height: 0 !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  padding-bottom: 75% !important; }

.ar-1x1 {
  height: 0 !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  padding-bottom: 100% !important; }

.ar-31x33 {
  height: 0 !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  padding-bottom: 106.4516129032258% !important; }

.text-start {
  text-align: start !important; }

.text-end {
  text-align: end !important; }

/**
 * Tailwind custom reset styles
 */
/**
 * 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 {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7; }

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

/**
    * Temporary reset for a change introduced in Chrome 62 but now reverted.
    *
    * We can remove this when the reversion is in a normal Chrome release.
    */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0; }

textarea {
  resize: vertical; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: .5; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5; }

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5; }

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

table {
  border-collapse: collapse; }

@media (min-width: 576px) {
  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0rem * var(--space-x-reverse)) !important;
    margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * 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-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.25rem * 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-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * 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-21 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-21 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.25rem * 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-23 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-23 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * 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-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-27 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-27 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.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-31 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-31 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.75rem * 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-33 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-33 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-39 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-39 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.75rem * 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-41 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-41 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-42 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-42 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-43 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-43 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-44 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-44 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-47 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-47 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * 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-49 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-49 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-51 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-51 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-52 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-52 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-53 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-53 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-54 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-54 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * 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-57 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-57 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-58 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-58 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-59 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-59 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-61 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-61 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-63 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-63 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.75rem * 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-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-66 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-66 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-67 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-67 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-68 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-68 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17rem * var(--space-x-reverse)) !important;
    margin-left: calc(17rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-69 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-69 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-71 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-71 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-72 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-72 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-73 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-73 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-76 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-76 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19rem * var(--space-x-reverse)) !important;
    margin-left: calc(19rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-77 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-77 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-78 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.5rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-78 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-79 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.75rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-79 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-84 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-84 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(22rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(22rem * var(--space-x-reverse)) !important;
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-92 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-92 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-104 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-104 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-108 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-108 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-112 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-112 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-116 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-116 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-124 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-124 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31rem * var(--space-x-reverse)) !important;
    margin-left: calc(31rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(32rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(32rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(32rem * var(--space-x-reverse)) !important;
    margin-left: calc(32rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-132 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-132 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33rem * var(--space-x-reverse)) !important;
    margin-left: calc(33rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-136 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-136 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(35rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(35rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(35rem * var(--space-x-reverse)) !important;
    margin-left: calc(35rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-144 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-144 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-148 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(37rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(37rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-148 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(37rem * var(--space-x-reverse)) !important;
    margin-left: calc(37rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-152 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(38rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-152 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(38rem * var(--space-x-reverse)) !important;
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-156 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(39rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(39rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-156 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(39rem * var(--space-x-reverse)) !important;
    margin-left: calc(39rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40rem * var(--space-x-reverse)) !important;
    margin-left: calc(40rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-164 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(41rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(41rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-164 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(41rem * var(--space-x-reverse)) !important;
    margin-left: calc(41rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-172 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(43rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(43rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-172 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(43rem * var(--space-x-reverse)) !important;
    margin-left: calc(43rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-176 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(44rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(44rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-176 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(44rem * var(--space-x-reverse)) !important;
    margin-left: calc(44rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(45rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(45rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(45rem * var(--space-x-reverse)) !important;
    margin-left: calc(45rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-184 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(46rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-184 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(46rem * var(--space-x-reverse)) !important;
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-188 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(47rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(47rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-188 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(47rem * var(--space-x-reverse)) !important;
    margin-left: calc(47rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-192 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-192 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48rem * var(--space-x-reverse)) !important;
    margin-left: calc(48rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-196 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(49rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(49rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-196 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(49rem * var(--space-x-reverse)) !important;
    margin-left: calc(49rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50rem * var(--space-y-reverse)) !important; }
  .sm\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50rem * var(--space-x-reverse)) !important;
    margin-left: calc(50rem * 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-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important; }
  .sm\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .sm\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-2\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .sm\:space-x-2\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .sm\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .sm\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-3\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .sm\:space-x-3\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25% * var(--space-y-reverse)) !important; }
  .sm\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25% * var(--space-x-reverse)) !important;
    margin-left: calc(25% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .sm\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important; }
  .sm\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-4\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .sm\:space-x-4\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important; }
  .sm\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important; }
  .sm\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important; }
  .sm\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(60% * var(--space-x-reverse)) !important;
    margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80% * var(--space-y-reverse)) !important; }
  .sm\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(80% * var(--space-x-reverse)) !important;
    margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-5\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .sm\:space-x-5\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }
  .sm\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .sm\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .sm\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .sm\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }
  .sm\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-6\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .sm\:space-x-6\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-1\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10% * var(--space-y-reverse)) !important; }
  .sm\:space-x-1\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10% * var(--space-x-reverse)) !important;
    margin-left: calc(10% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-2\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important; }
  .sm\:space-x-2\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-3\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(30% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30% * var(--space-y-reverse)) !important; }
  .sm\:space-x-3\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(30% * var(--space-x-reverse)) !important;
    margin-left: calc(30% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-4\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important; }
  .sm\:space-x-4\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-5\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .sm\:space-x-5\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-6\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important; }
  .sm\:space-x-6\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(60% * var(--space-x-reverse)) !important;
    margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-7\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(70% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(70% * var(--space-y-reverse)) !important; }
  .sm\:space-x-7\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(70% * var(--space-x-reverse)) !important;
    margin-left: calc(70% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-8\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80% * var(--space-y-reverse)) !important; }
  .sm\:space-x-8\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(80% * var(--space-x-reverse)) !important;
    margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-9\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important; }
  .sm\:space-x-9\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-10\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .sm\:space-x-10\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; }
  .sm\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }
  .sm\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25% * var(--space-y-reverse)) !important; }
  .sm\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25% * var(--space-x-reverse)) !important;
    margin-left: calc(25% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .sm\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; }
  .sm\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(41.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .sm\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; }
  .sm\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .sm\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important; }
  .sm\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }
  .sm\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; }
  .sm\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:space-y-12\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .sm\:space-x-12\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0rem * var(--space-x-reverse)) !important;
    margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * 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-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.25rem * 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-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * 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-21 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-21 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.25rem * 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-23 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-23 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * 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-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-27 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-27 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.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-31 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-31 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.75rem * 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-33 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-33 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-39 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-39 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.75rem * 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-41 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-41 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-42 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-42 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-43 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-43 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-44 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-44 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-47 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-47 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * 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-49 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-49 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-51 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-51 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-52 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-52 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-53 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-53 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-54 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-54 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * 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-57 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-57 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-58 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-58 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-59 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-59 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-61 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-61 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-63 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-63 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.75rem * 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-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-66 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-66 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-67 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-67 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-68 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-68 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-69 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-69 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-71 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-71 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-72 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-72 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-73 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-73 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-76 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-76 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-77 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-77 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-78 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.5rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-78 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-79 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.75rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-79 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-84 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-84 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-22rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-22rem * var(--space-x-reverse)) !important;
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-92 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-92 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-104 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-104 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-108 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-108 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-112 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-112 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-116 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-116 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-124 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-124 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-32rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-32rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-32rem * var(--space-x-reverse)) !important;
    margin-left: calc(-32rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-132 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-132 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33rem * var(--space-x-reverse)) !important;
    margin-left: calc(-33rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-136 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-136 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-35rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-35rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-35rem * var(--space-x-reverse)) !important;
    margin-left: calc(-35rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-144 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-144 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-148 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-37rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-37rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-148 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-37rem * var(--space-x-reverse)) !important;
    margin-left: calc(-37rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-152 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-38rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-152 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-38rem * var(--space-x-reverse)) !important;
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-156 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-39rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-39rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-156 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-39rem * var(--space-x-reverse)) !important;
    margin-left: calc(-39rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40rem * var(--space-x-reverse)) !important;
    margin-left: calc(-40rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-164 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-41rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-41rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-164 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-41rem * var(--space-x-reverse)) !important;
    margin-left: calc(-41rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-172 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-43rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-43rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-172 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-43rem * var(--space-x-reverse)) !important;
    margin-left: calc(-43rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-176 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-44rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-44rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-176 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-44rem * var(--space-x-reverse)) !important;
    margin-left: calc(-44rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-45rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-45rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-45rem * var(--space-x-reverse)) !important;
    margin-left: calc(-45rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-184 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-46rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-184 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-46rem * var(--space-x-reverse)) !important;
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-188 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-47rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-47rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-188 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-47rem * var(--space-x-reverse)) !important;
    margin-left: calc(-47rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-192 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-192 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48rem * var(--space-x-reverse)) !important;
    margin-left: calc(-48rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-196 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-49rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-49rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-196 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-49rem * var(--space-x-reverse)) !important;
    margin-left: calc(-49rem * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50rem * var(--space-y-reverse)) !important; }
  .sm\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50rem * var(--space-x-reverse)) !important;
    margin-left: calc(-50rem * 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-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important; }
  .sm\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-2\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-2\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-3\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-3\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25% * var(--space-x-reverse)) !important;
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-4\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-4\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-60% * var(--space-x-reverse)) !important;
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-80% * var(--space-x-reverse)) !important;
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-5\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-5\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-6\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-6\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-1\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-1\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10% * var(--space-x-reverse)) !important;
    margin-left: calc(-10% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-2\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-2\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-3\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-30% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-3\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-30% * var(--space-x-reverse)) !important;
    margin-left: calc(-30% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-4\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-4\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-5\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-5\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-6\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-6\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-60% * var(--space-x-reverse)) !important;
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-7\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-70% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-70% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-7\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-70% * var(--space-x-reverse)) !important;
    margin-left: calc(-70% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-8\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-8\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-80% * var(--space-x-reverse)) !important;
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-9\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-9\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-10\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-10\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25% * var(--space-x-reverse)) !important;
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-41.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .sm\:-space-y-12\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .sm\:-space-x-12\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * 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 > :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-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important; }
  .sm\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important; }
  .sm\:divide-inherit > :not(template) ~ :not(template) {
    border-color: inherit !important; }
  .sm\:divide-black-10 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:divide-black-20 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:divide-black-30 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:divide-black-40 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:divide-black-50 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:divide-black-60 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:divide-black-70 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:divide-black-80 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:divide-black-90 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:divide-black > :not(template) ~ :not(template) {
    border-color: black !important; }
  .sm\:divide-white-10 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:divide-white-20 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:divide-white-30 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:divide-white-40 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:divide-white-50 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:divide-white-60 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:divide-white-70 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:divide-white-80 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:divide-white-90 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:divide-white > :not(template) ~ :not(template) {
    border-color: white !important; }
  .sm\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important; }
  .sm\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important; }
  .sm\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important; }
  .sm\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important; }
  .sm\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important; }
  .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important; }
  .sm\:divide-opacity-5 > :not(template) ~ :not(template) {
    --divide-opacity: 0.05 !important; }
  .sm\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.1 !important; }
  .sm\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15 !important; }
  .sm\:divide-opacity-20 > :not(template) ~ :not(template) {
    --divide-opacity: 0.2 !important; }
  .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important; }
  .sm\:divide-opacity-30 > :not(template) ~ :not(template) {
    --divide-opacity: 0.3 !important; }
  .sm\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35 !important; }
  .sm\:divide-opacity-40 > :not(template) ~ :not(template) {
    --divide-opacity: 0.4 !important; }
  .sm\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45 !important; }
  .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important; }
  .sm\:divide-opacity-55 > :not(template) ~ :not(template) {
    --divide-opacity: 0.55 !important; }
  .sm\:divide-opacity-60 > :not(template) ~ :not(template) {
    --divide-opacity: 0.6 !important; }
  .sm\:divide-opacity-65 > :not(template) ~ :not(template) {
    --divide-opacity: 0.65 !important; }
  .sm\:divide-opacity-70 > :not(template) ~ :not(template) {
    --divide-opacity: 0.7 !important; }
  .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important; }
  .sm\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8 !important; }
  .sm\:divide-opacity-85 > :not(template) ~ :not(template) {
    --divide-opacity: 0.85 !important; }
  .sm\:divide-opacity-90 > :not(template) ~ :not(template) {
    --divide-opacity: 0.9 !important; }
  .sm\:divide-opacity-95 > :not(template) ~ :not(template) {
    --divide-opacity: 0.95 !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-clip-border {
    background-clip: border-box !important; }
  .sm\:bg-clip-padding {
    background-clip: padding-box !important; }
  .sm\:bg-clip-content {
    background-clip: content-box !important; }
  .sm\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important; }
  .sm\:bg-transparent {
    background-color: transparent !important; }
  .sm\:bg-current {
    background-color: currentColor !important; }
  .sm\:bg-inherit {
    background-color: inherit !important; }
  .sm\:bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:bg-black {
    background-color: black !important; }
  .sm\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:bg-white {
    background-color: white !important; }
  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important; }
  .sm\:hover\:bg-current:hover {
    background-color: currentColor !important; }
  .sm\:hover\:bg-inherit:hover {
    background-color: inherit !important; }
  .sm\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:hover\:bg-black:hover {
    background-color: black !important; }
  .sm\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:hover\:bg-white:hover {
    background-color: white !important; }
  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important; }
  .sm\:focus\:bg-current:focus {
    background-color: currentColor !important; }
  .sm\:focus\:bg-inherit:focus {
    background-color: inherit !important; }
  .sm\:focus\:bg-black-10:focus {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus\:bg-black-20:focus {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus\:bg-black-30:focus {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus\:bg-black-40:focus {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus\:bg-black-50:focus {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus\:bg-black-60:focus {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus\:bg-black-70:focus {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus\:bg-black-80:focus {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus\:bg-black-90:focus {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus\:bg-black:focus {
    background-color: black !important; }
  .sm\:focus\:bg-white-10:focus {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus\:bg-white-20:focus {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus\:bg-white-30:focus {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus\:bg-white-40:focus {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus\:bg-white-50:focus {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus\:bg-white-60:focus {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus\:bg-white-70:focus {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus\:bg-white-80:focus {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus\:bg-white-90:focus {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus\:bg-white:focus {
    background-color: white !important; }
  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important; }
  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important; }
  .sm\:focus-within\:bg-inherit:focus-within {
    background-color: inherit !important; }
  .sm\:focus-within\:bg-black-10:focus-within {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus-within\:bg-black-20:focus-within {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus-within\:bg-black-30:focus-within {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus-within\:bg-black-40:focus-within {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus-within\:bg-black-50:focus-within {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus-within\:bg-black-60:focus-within {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus-within\:bg-black-70:focus-within {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus-within\:bg-black-80:focus-within {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus-within\:bg-black-90:focus-within {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus-within\:bg-black:focus-within {
    background-color: black !important; }
  .sm\:focus-within\:bg-white-10:focus-within {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus-within\:bg-white-20:focus-within {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus-within\:bg-white-30:focus-within {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus-within\:bg-white-40:focus-within {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus-within\:bg-white-50:focus-within {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus-within\:bg-white-60:focus-within {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus-within\:bg-white-70:focus-within {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus-within\:bg-white-80:focus-within {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus-within\:bg-white-90:focus-within {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus-within\:bg-white:focus-within {
    background-color: white !important; }
  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent !important; }
  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor !important; }
  .group:hover .sm\:group-hover\:bg-inherit {
    background-color: inherit !important; }
  .group:hover .sm\:group-hover\:bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .sm\:group-hover\:bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .sm\:group-hover\:bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .sm\:group-hover\:bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .sm\:group-hover\:bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .sm\:group-hover\:bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .sm\:group-hover\:bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .sm\:group-hover\:bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .sm\:group-hover\:bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .sm\:group-hover\:bg-black {
    background-color: black !important; }
  .group:hover .sm\:group-hover\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .sm\:group-hover\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .sm\:group-hover\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .sm\:group-hover\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .sm\:group-hover\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .sm\:group-hover\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .sm\:group-hover\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .sm\:group-hover\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .sm\:group-hover\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .sm\:group-hover\:bg-white {
    background-color: white !important; }
  .sm\:bg-none {
    background-image: none !important; }
  .sm\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important; }
  .sm\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important; }
  .sm\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important; }
  .sm\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important; }
  .sm\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important; }
  .sm\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important; }
  .sm\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important; }
  .sm\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important; }
  .sm\:bg-block-overlay {
    background-image: url("/assets/img/fb_block_overlay.png") !important; }
  .sm\:bg-loading {
    background-image: url("data:image/gif;base64,R0lGODlhKgAqAPY1AJaWlsLCwjIyMvr6+nZ2dlpaWqamprCwsNzc3IiIiFJSUoSEhGRkZM7OzmBgYJ6enubm5vb29sjIyNLS0r6+vvj4+Pz8/MbGxnJyct7e3v7+/nR0dMrKytbW1uDg4KKiou7u7ra2tvDw8OTk5FZWVtjY2MzMzPLy8o6OjtDQ0LS0tPT09JSUlNTU1Hp6eri4uJqamrKysoCAgKysrJCQkA4ODkhISHx8fNra2oaGhpiYmOzs7JKSkqqqqkxMTOLi4iYmJujo6Hh4eOrq6jQ0NIqKiq6ursTExERERDw8PIKCgmxsbKioqCwsLMDAwFhYWLq6ulBQUKSkpF5eXj4+Pry8vKCgoDAwMFxcXDY2NpycnCQkJG5ubn5+fkpKSkBAQBwcHHBwcCoqKoyMjGpqakZGRlRUVGZmZkJCQmJiYigoKBoaGjg4OBgYGGhoaB4eHk5OThYWFiAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBQD/ACwAAAAAKgAqAAAH/4AagoOEhYaHiImKgwOHK42LkYcWXEOGUjCSmoQWKEeFFl0Bm6QaMVqFA08QpYc7hyUuFoQ/T7OFJQikACGGEQwrhBQyhkNRvZsgMimgKBmEKgeFFVxFrRkurJyLAzoMkKQWEgvBmwFeQa2CFjElmxYhzOrr84a3hCP13AhF9xo7NKzg0GdoQAkMAlBESJVCh44J/tRZKMGFCA0QiSZa6UBQwwsdJyRF7EiypMmTKFNWiBBhxYoIFWaxmEnT5IAaOHPOsjCgp4WfJX/29JmyqNGjSDcNaJGP4JAUrxJVmHBAQsiOQ0xwgBDRQgojHESgBJFCwkJCE8oVvZpUHQhtmk5APJtX4UhUTQO2SuQwl9SKI2JLlZCHD66GEy2KSahACsIFcIMmWGJ0ZGSGCX7VEjpydlDYQ4wJRrhgqMQPo0MSF4KgOiUCD744HB3ZKhAAIfkEBQUAAgAsAQACACgAJwAAB/+AAoKDhIUuO4UCPR+JjY6OGgASiTkXj5eYLwaJDEOYmCCNCAsahCMMjhmfglZVjWGFAUWJOwWuqyJFLYk6HoRQIYlCPKuDHjlBxYMWD1zKgyYoEc8XJJ7PglAIz1AT2N+fpYMQ4MUZxIIgDz2q5Y8uXywVhC0fUiXuhQRfOiKOCD1w5BNU5cHAgwgTKlzIENuAeYSkSJyo0AKYixgFWNjYUKMgCx1Dihw5cMCATwiSDezx5cC0RANKVJmw4uCAHlmuPKg5qEQ3ngktQLGxZZsgHC8bWmgAkuSza04vhHo2CZsGE76+WcK2q9CPYluLVf0UIGRYaE7Tqn0kQYPbt3AD4wYCACH5BAUFAAAALAEAAQAoACcAAAf9gACCg4SFhoIRh4qLhzkghgc9jJOLViaGPByUm4VORoZhO5yKIocZKIUQGBqGCB6cPUeGFV2Jgxc8hiBnTpwnOiWGViOETlWGSjCjAD8sQ8uCBkLQGhPKyxxpotAAARnLTi3c46PP5JQe1wAiPSE/54oISj7qgjhGBwis8AAIXT4PFnlQ8Y2fEwMrJu3jx7Chw4cQIxaKYOuAxYsQ1WjcuBCAho4SQ4ocSbKkh23wjPhQsSjDkRK2+BlBk8RAIZfBIlZRcKUgAJ8hU4QccC7IshBCiJYEsEONFaUlU7SRtRSAETmvNhnlRLVQFy8W4HUdpMmQhaxV+W0ttHZTIAAh+QQFBQAAACwBAAEAKQAoAAAH+YAAgoOEhRaFiImKi4QaPCKILzGMlIw9E4haDZWciBchiDcgnYsniT8whUFdiR4/pCociUWFJlqJGBekAFIZhRo9EIQXAYUDRR+7ABBWo42VM0rKgh0GFbsNXM7KGhKvpBcl04Ma45zb5osWP1aEJyoUwumIFhljBcmEFh5QUN/zADIkKGDAlKIRFP6lu9ADoMOHECNKnChxAAAKGDNKzMKxYzmKgj6CHEmyJMVDJgnFIAGFkYcLHSDG8FGmR4RCCHRRdIIliQdCP0m2SDluyC4oMogKAiFAyrgGCju12CJBKYAYTaIykpcuhxmHOjlptVo0EVeKY5UFAgAh+QQFBQABACwBAAEAKAApAAAH/4ABgoOEhYaCFYeKi4cPhxQvjJKLKh2GUhOTmoUcFIZFm4srhyNShUOgpJsUmYUDAImDE6aFIl0cmysHP4YqQ4QcEoYsPaEBQzMixoIqKMsBCDHLEy7PgikQoRocCNbemsrfkiMGgytOHL/ihh4sZ8WEI0dH2esBHjRnM4tDEkH2HA7YG0iwoMGDCCfFSuSkoUODSCJKJKQhoQULCTNq3MiRkDpxLxxQiHXoSMEXTxQILGQS4ZEzNnh11GCpo0YKCWwKotIDozETHiYNKNThCq51Izg9GUpIBZukBnfEGVUIxZR1LQdZIHJB1UEyzmx+eOLTYNBCCJow7VhBg9u3cAPjBgIAIfkEBQUAAgAsAgABACcAKQAAB/+AAoKDhIWGghaHiouFPSeGF06Mk4pVCIUaRiWUnIQTF4UWACKdhxGHQQeFIACHI0GcF5uGUoUdqoUnRQ2cEVUQhlU7hCm8hQ8xpSAvj6WCUDqJpT9VA84dOaTOAiVDzg0Z2+KlzeOUEEYaAhESKcPmij9aGAfWghAcJt7wgho/MBhirDCkrsE+fg1enOLHsKHDhxAjirNWoYJEQwoyarzIsaPHjyA5ViETQFG4WQ2rpJmiIqQACWHMjBAUziNKlxEDoHApwguuUg1+hJK2qEQSY/BQwCDUwIEhKEgY+uhBCMSWQyzcwLPQ5hKhLxwI8sPxZuEgDCwkSlFgb5CBNBIRMeQ4xEZihXKEBmjYy7ev30AAIfkEBQUAAQAsBAABACUAKAAAB/SAAYKDhIWFA4aJiokhK4YmEouSihcehiEIk5qEJQ2GHyebhhWJO1CFIh+JQUOTKRmJB4iDCC+GKwAtkxUSO4YXIIQtE4ZMp5oiR46ig06qokGRzAE4LKHMGcHMEz/T3t/gkkMq4ZsQUl0hgkEm5YYQH13HhDsp7oMTFPf7/P3+/wAFWQiYaIrBgwQTKlzIcNPARb7uOdlwQVEHfhaccCEDhZRCEy4cQGCYqaG/CwAakiAnyoSlSQ9pebEXjsUDQinIxBTkJEqQST8TkTBS6EoiGBjCbYFFyEs7Q0G9IRDjcZALGP56FDA0g4w/FygMZUCyU1IgACH5BAUFAAAALAMAAQAnACkAAAf/gACCg4SDGoWIiYqLgwERiBMpjJOKKRCITh6Um4QeHYhGK5yjIBeFJ0aKO5yahRYUhR4BiVYlnKaIKSeECLaEFjFOowC4wwASM8YAHMYZVqLKxiWX0dXW1wA7VdiUQUZFsITMQdwAQT1FTo/liiVHFezx8vP09dwDgviH9Uv9/vYA9gkSCLCgwYMIF12QwSyRhwu+uF1wsUHYoAzF5KVYsIQcgFb2MtCzEM0JE5KcOGhBOcrDlm2jTjh4MSwClSL4hmUg0YKThSUk1g2CIYXQBAyIAmDh9OGKR0JTYhASQUXoICsuNnWYkOgKSEEkJMnLkAXRAivzjDBgKejAhnkyC1gg8hBl3gBo1wIBACH5BAUFAAEALAIAAgAnACcAAAf/gAGCg4SEEhWFATgdiY2Oji1BiRwQj5aWPziJUBGXnokiHIUrUI07Ip8BGY1HFoQjooURRqupQ4kthR61hFWxqUephBoNIcKClccBPz3KzoIZt8/T1NUBIMHWl0MhAK2DydLWQyo6F4iJQw3air/s7/Dx8vPyAwMBrvQBLvz9+v8AAwqUtyPHAW0cijS4V2iIjDUOOuSrxmGBjGwBVrhoc6YDQ3YaWqBwcWuADAQf5f3QMNDTkRnHGkhx9uOKE2VLbh7zQmNiAA0sLXlIwygVAQfoBllpNqjDjUQX3IizxCTJVEFuXhTy0ohJjk8lihZK8qOQg1zpqHlAk6iIAXkqDrgkCvE0XhEYiX4UEBYIACH5BAUFAAAALAAAAQApACgAAAf/gACCg4SFhoMWGoeLjI2FHhmOkpODE0OUmIIehhoXFZmZJoURF4ciJ5gTlEOqhRUvP6A7kiMjhhetmaWgAB0BvABBEqBBIRHAwD+zyMzNzhoiHM6TGiAUH6KFQdnTANZSDY3L0xkTA93o6err7IUWA/ADFhbp9IQWc/n6590aCf8ALVRYQTBChU/pFAFQ2K6hw4cQCYFAoWJaAxa5DO3IAYRMiW4NUBQZVkgGEC7sSuhYMA5AgkgNbUUEdSFGpgk9kI1IciTTCiE9QVUwo4PXDy44QN0gY8iAEUI4chgysaGlIyNlrALAQIHQiSeHjKBg6CjpIRsyBy3pcEgrqB9wFAzxeMruBQFDVRK04/HB0IgzmAIBACH5BAUFAD0ALAEAAgAoACgAAAfqgD2Cg4SFhoMIh4qLjI2Ojz0lkJOMHJAnK5ApigGQFxCTEo+ghg2SlKiIJhqopJQ7ARWpsxAis7e4uYQnE7qPIhIHvYQQlr6CIhcHLQPHjCOnztLT1NXW1z012tvTLN7fPRHh1xqs2Ofo6ZPmjSwvvhMP0YYoAhg4xxMwAA3NghEJBBDANw3BBx4gBFlA4QGbK3WOOISg1EEFLRuiKC3ISMnBg1QQXGRYl2ODoRkTEaEwlEJGwkcxFLwkdKMTIQayCoXQAQkBwUIkHvYgMG/QzFkjCvgbBMMiNQoyDAWgUU2HAUMQMFgTlysQACH5BAUFAAAALAEABgAoACQAAAf6gACCg4SFhgBBhwMSiYeHF46FI4YaEwiRmJmHGQ2ahkEcnoWQoqWOjaapqQMcFqqiKyWDJUBlIa6vjicpVbKDKx8CWQYDuYQnDVWXhxExaEbGg0HLmAPF0djZ2tvchbi43RbirmDl5uDZH+rrhtfd7/Dx8vOeIjBV2SVMCOiDICxfXCDQkM/AhxaFUFCRQW1bhhlaRAxi8WMeKnqlkpkqAeVVEDOhSkVA0SkVGSmqguTwYArFDUMxOg7KoMNQiyISPYWYcigHKUErwhyq8kFUhoaD0lzUoASpoJy5IJwxJEVmtwBFDF3QQbCbFWiFgnTBSMiChrNo06oNBAAh+QQFBQAEACwBAAIAKAAoAAAH+YAEgoOEhYaDGYeKi4yELY2QkZKRGRaTl4YWZTKSj5iFHm9Gn4M4lwFtE6SfA1ZqO6uYAy5QsbK2iw24jBGJgjgCUbW7hCslFxkahAZUXzPEKy0XHooVIXAxuzs/lsTe3+Dh4uMEyoQaaunq4Aft7oIRBBXk9PX295/mjFZOuxkq1BRp8aHEly0NGQ4YKVEIgI8EBr39CNHjxCAt9WDhkzSh36QMHjENcaDrkpYW+iRt6PFpCIsRlwDkGFDoRUgCHqwYKqHDYqQqZEQYosGhUJdDR1hG8hBRkAYuhlA0FeRzVRAMhmbc9HaBhSEOH8QxUWFoRwJx3WwFAgAh+QQFBQAAACwAAAMAKQAnAAAH+4AAgoOEhYaDE4eKi4s4hkeMkYMeiiaSl4YKOYeQhYmYiz9iMaClihJbLaYAlKsAUgIgphKugjIUtbm6ihYpu6UZVAW4v4UdR62DET02PgfFgp2LUE8v0JgW19rb3N2mGtfghBpZ5ebaFOnqAAOE7d7w8fLz8CcGF78eFCOLIh8FY5Lp8gDlRYZshB6QoOEBIbQgTlSsIPRhhMNtsrqJc9VC2iUPEjaW2rHkE6YKBkqsGiDjWSSRAHZYCWLqAQpDFPANGtEDZoYPpZxsOASjAaEIRd4R4qAC1AiBg27sKKTjR7chMgypoMXNxANDKWZ0OwDFEAgWMKFV2BUIACH5BAUFAAAALAEAAQAoACgAAAf9gACCg4SFEYWIiYqLgwNqGYkIjJOKFiRSlJmZY0uangA/iQFZFp+ZBSiIJ3EgppQjWSGFAyQNhBCKkp4cVx2zlJCmFkxUrheuggkByMzNjBMazp9eDMvSisGDMSQksteZTmlV3+Tl5ufo5xal6YRI7/DmTvP0ABX27fn6+/ztMxzXIEgIougEEwYsQgW8cEShoApSGOhwSG4HByeHBDHB1e5EP08lOETTBMGWKxAufH2KoetTkReuRMwY8smADkRHAA6CoALRjwMrNF2Q4bHQhwmFbiKa4ITkiEQJWhGSwrFQ0GY7iiCqYgLdBAOIWvQ8F6JpIREfNKhdy7ZtIAAh+QQFBQAAACwBAAEAJgApAAAH/4AAgoOEhRWFgiIRiIyNjEQeiEoEjpWODj2FA3CZlp6EPJSEEWuRn4gjGogXaIUdYBaniAwsjFsihFIKsogQaFCIDhOEOrWIOKcNSciVFrGEprJGXri81oI0F9fb3I4d3bIeZlza4I0X0SEOacDmgh3liAFLTu729/j5+vv8Cv7//AYdCkiwoMGD3VaoaOAuSIMdqgodwKAFgr0gJjgEGTQjzAeL+UCkKHdgI8KTiBAwlBXkGy8RC0rwGkDhBy8WFK6dgALilJEPiDgMGzQkZyEIUBZZMjFmBaIZMgVKYVRCgqcgIAuxqDaoJCOl10DoeDbowtB7HQ5EHITD6D0nVggLnZihb0C3QAAh+QQFBQAAACwBAAEAJgApAAAH/oAAgoOEhYaDFYeKi4MWXz+GCV2MlIdkB4ZPmJWcgjqThBVAnYcQhxw+hSVqpIZcWodXhT0FikOVQVFOhRZkhVo6rYYpXgi8lRnCKiTCzZ4cztHShiXTnSNpQtDWh0fJABVQZEtOFtyCR4cDEgTp54zm7/Lz9PX2lFP5+veEAwDx/AIKHEiwEpQJ3G4dWhGii5Qg5xQSitGlB8R5OwiFyFiwI6EMLVrt+NaKB8lOHC52snJEg7AVR0R0CtEDoKAJHQjtuGBoyIVElCYEMxTiJIADNgVlQEhph0RCVk4UgsKxENBmIqQYalBNHg4ohjLwlHehgaEVLwhqWMu2bdtAACH5BAUFAAAALAAAAQAnACkAAAf+gACCg4SFhoMnh4qLhj4jhigLjJOKGCqFFg6XlJyDD5KFAj+dpCZPhQhEhw0dnEIfhitJiYNGDIYQTUydBUeGGK2DHw+FEQobFp0TJBmkggNKSBXOUA60nSFAo84WDyakFga+zoLJ5JQI5+oQS0oN6pwehE4EQuPwpUoS+Pz9/v8AA6rTQIigQEJLEio8OIjgAAAPGUqcSLGixQhOgvELwohCESND/nEsNABKggMhBYIoSGGlxZeUfpRw5pLciQfynO3j1oPDSwqbCHVIN0hECn4dPkQw5CTnMwqHnE4CseOQkRWFLog4eOKAoQ5S/3kIYGjEUYGsDEW4B9AgvEAAIfkEBQUABAAsAQACACcAKAAAB/+ABIKDhIUkEIUEAGOJjY6OLlCJZC+PlpZSjIVUI5eWQY0TaYUZX6GegkpMjV6FKkuJQWwzqENnEok3OIRMUolYN6iCHWkelxoahUVRwoMUsM0EUAKd0QRSE9EzuNbdlhaDGd6oAyU34EEuYxPJ44kDEw5rXRGDRzJK3O4EFhNYawt2NEpRxMQ+QQfGiDjIsKHDhxAjWnNBsaLEQeAGCAJ3saPHjyAhVpCwy2OEIwBCCOwYAACUlRH1HVkYsqYlCOJAruhR7WOIbCAlUEiUwdigEy0a6buE40CFRBIQETrSKKcnESAaSSrEQeKKKolw/Ig4omuhIEkhdihZaKlDC8gH4sqdSxdZIAA7") !important; }
  .sm\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-inherit {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-black-10 {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black-20 {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black-30 {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black-40 {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black-50 {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black-60 {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black-70 {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black-80 {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black-90 {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-black {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:from-white-10 {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white-20 {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white-30 {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white-40 {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white-50 {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white-60 {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white-70 {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white-80 {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white-90 {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:from-white {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-inherit {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-black-10 {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black-20 {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black-30 {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black-40 {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black-50 {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black-60 {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black-70 {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black-80 {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black-90 {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-black {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:via-white-10 {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white-20 {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white-30 {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white-40 {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white-50 {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white-60 {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white-70 {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white-80 {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white-90 {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:via-white {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:to-transparent {
    --gradient-to-color: transparent !important; }
  .sm\:to-current {
    --gradient-to-color: currentColor !important; }
  .sm\:to-inherit {
    --gradient-to-color: inherit !important; }
  .sm\:to-black-10 {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .sm\:to-black-20 {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .sm\:to-black-30 {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .sm\:to-black-40 {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .sm\:to-black-50 {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .sm\:to-black-60 {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .sm\:to-black-70 {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .sm\:to-black-80 {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .sm\:to-black-90 {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .sm\:to-black {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .sm\:to-white-10 {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .sm\:to-white-20 {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .sm\:to-white-30 {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .sm\:to-white-40 {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .sm\:to-white-50 {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .sm\:to-white-60 {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .sm\:to-white-70 {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .sm\:to-white-80 {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .sm\:to-white-90 {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .sm\:to-white {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .sm\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-inherit:hover {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-black-10:hover {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black-20:hover {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black-30:hover {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black-40:hover {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black-50:hover {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black-60:hover {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black-70:hover {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black-80:hover {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black-90:hover {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-black:hover {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:from-white-10:hover {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white-20:hover {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white-30:hover {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white-40:hover {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white-50:hover {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white-60:hover {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white-70:hover {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white-80:hover {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white-90:hover {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:from-white:hover {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-inherit:hover {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-black-10:hover {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black-20:hover {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black-30:hover {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black-40:hover {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black-50:hover {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black-60:hover {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black-70:hover {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black-80:hover {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black-90:hover {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-black:hover {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:hover\:via-white-10:hover {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white-20:hover {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white-30:hover {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white-40:hover {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white-50:hover {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white-60:hover {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white-70:hover {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white-80:hover {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white-90:hover {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:via-white:hover {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important; }
  .sm\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important; }
  .sm\:hover\:to-inherit:hover {
    --gradient-to-color: inherit !important; }
  .sm\:hover\:to-black-10:hover {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .sm\:hover\:to-black-20:hover {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .sm\:hover\:to-black-30:hover {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .sm\:hover\:to-black-40:hover {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .sm\:hover\:to-black-50:hover {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .sm\:hover\:to-black-60:hover {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .sm\:hover\:to-black-70:hover {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .sm\:hover\:to-black-80:hover {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .sm\:hover\:to-black-90:hover {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .sm\:hover\:to-black:hover {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .sm\:hover\:to-white-10:hover {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .sm\:hover\:to-white-20:hover {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .sm\:hover\:to-white-30:hover {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .sm\:hover\:to-white-40:hover {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .sm\:hover\:to-white-50:hover {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .sm\:hover\:to-white-60:hover {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .sm\:hover\:to-white-70:hover {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .sm\:hover\:to-white-80:hover {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .sm\:hover\:to-white-90:hover {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .sm\:hover\:to-white:hover {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .sm\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-inherit:focus {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-black-10:focus {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black-20:focus {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black-30:focus {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black-40:focus {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black-50:focus {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black-60:focus {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black-70:focus {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black-80:focus {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black-90:focus {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-black:focus {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:from-white-10:focus {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white-20:focus {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white-30:focus {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white-40:focus {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white-50:focus {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white-60:focus {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white-70:focus {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white-80:focus {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white-90:focus {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:from-white:focus {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-inherit:focus {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-black-10:focus {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black-20:focus {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black-30:focus {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black-40:focus {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black-50:focus {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black-60:focus {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black-70:focus {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black-80:focus {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black-90:focus {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-black:focus {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .sm\:focus\:via-white-10:focus {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white-20:focus {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white-30:focus {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white-40:focus {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white-50:focus {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white-60:focus {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white-70:focus {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white-80:focus {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white-90:focus {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:via-white:focus {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .sm\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important; }
  .sm\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important; }
  .sm\:focus\:to-inherit:focus {
    --gradient-to-color: inherit !important; }
  .sm\:focus\:to-black-10:focus {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .sm\:focus\:to-black-20:focus {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .sm\:focus\:to-black-30:focus {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .sm\:focus\:to-black-40:focus {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .sm\:focus\:to-black-50:focus {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .sm\:focus\:to-black-60:focus {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .sm\:focus\:to-black-70:focus {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .sm\:focus\:to-black-80:focus {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .sm\:focus\:to-black-90:focus {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .sm\:focus\:to-black:focus {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .sm\:focus\:to-white-10:focus {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .sm\:focus\:to-white-20:focus {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .sm\:focus\:to-white-30:focus {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .sm\:focus\:to-white-40:focus {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .sm\:focus\:to-white-50:focus {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .sm\:focus\:to-white-60:focus {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .sm\:focus\:to-white-70:focus {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .sm\:focus\:to-white-80:focus {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .sm\:focus\:to-white-90:focus {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .sm\:focus\:to-white:focus {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .sm\:bg-opacity-0 {
    --bg-opacity: 0 !important; }
  .sm\:bg-opacity-5 {
    --bg-opacity: 0.05 !important; }
  .sm\:bg-opacity-10 {
    --bg-opacity: 0.1 !important; }
  .sm\:bg-opacity-15 {
    --bg-opacity: 0.15 !important; }
  .sm\:bg-opacity-20 {
    --bg-opacity: 0.2 !important; }
  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25 !important; }
  .sm\:bg-opacity-30 {
    --bg-opacity: 0.3 !important; }
  .sm\:bg-opacity-35 {
    --bg-opacity: 0.35 !important; }
  .sm\:bg-opacity-40 {
    --bg-opacity: 0.4 !important; }
  .sm\:bg-opacity-45 {
    --bg-opacity: 0.45 !important; }
  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5 !important; }
  .sm\:bg-opacity-55 {
    --bg-opacity: 0.55 !important; }
  .sm\:bg-opacity-60 {
    --bg-opacity: 0.6 !important; }
  .sm\:bg-opacity-65 {
    --bg-opacity: 0.65 !important; }
  .sm\:bg-opacity-70 {
    --bg-opacity: 0.7 !important; }
  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75 !important; }
  .sm\:bg-opacity-80 {
    --bg-opacity: 0.8 !important; }
  .sm\:bg-opacity-85 {
    --bg-opacity: 0.85 !important; }
  .sm\:bg-opacity-90 {
    --bg-opacity: 0.9 !important; }
  .sm\:bg-opacity-95 {
    --bg-opacity: 0.95 !important; }
  .sm\:bg-opacity-100 {
    --bg-opacity: 1 !important; }
  .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important; }
  .sm\:hover\:bg-opacity-5:hover {
    --bg-opacity: 0.05 !important; }
  .sm\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.1 !important; }
  .sm\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15 !important; }
  .sm\:hover\:bg-opacity-20:hover {
    --bg-opacity: 0.2 !important; }
  .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important; }
  .sm\:hover\:bg-opacity-30:hover {
    --bg-opacity: 0.3 !important; }
  .sm\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35 !important; }
  .sm\:hover\:bg-opacity-40:hover {
    --bg-opacity: 0.4 !important; }
  .sm\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45 !important; }
  .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important; }
  .sm\:hover\:bg-opacity-55:hover {
    --bg-opacity: 0.55 !important; }
  .sm\:hover\:bg-opacity-60:hover {
    --bg-opacity: 0.6 !important; }
  .sm\:hover\:bg-opacity-65:hover {
    --bg-opacity: 0.65 !important; }
  .sm\:hover\:bg-opacity-70:hover {
    --bg-opacity: 0.7 !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-85:hover {
    --bg-opacity: 0.85 !important; }
  .sm\:hover\:bg-opacity-90:hover {
    --bg-opacity: 0.9 !important; }
  .sm\:hover\:bg-opacity-95:hover {
    --bg-opacity: 0.95 !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-5:focus {
    --bg-opacity: 0.05 !important; }
  .sm\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.1 !important; }
  .sm\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15 !important; }
  .sm\:focus\:bg-opacity-20:focus {
    --bg-opacity: 0.2 !important; }
  .sm\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important; }
  .sm\:focus\:bg-opacity-30:focus {
    --bg-opacity: 0.3 !important; }
  .sm\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35 !important; }
  .sm\:focus\:bg-opacity-40:focus {
    --bg-opacity: 0.4 !important; }
  .sm\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45 !important; }
  .sm\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important; }
  .sm\:focus\:bg-opacity-55:focus {
    --bg-opacity: 0.55 !important; }
  .sm\:focus\:bg-opacity-60:focus {
    --bg-opacity: 0.6 !important; }
  .sm\:focus\:bg-opacity-65:focus {
    --bg-opacity: 0.65 !important; }
  .sm\:focus\:bg-opacity-70:focus {
    --bg-opacity: 0.7 !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-85:focus {
    --bg-opacity: 0.85 !important; }
  .sm\:focus\:bg-opacity-90:focus {
    --bg-opacity: 0.9 !important; }
  .sm\:focus\:bg-opacity-95:focus {
    --bg-opacity: 0.95 !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-center-bottom {
    background-position: center bottom !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-transparent {
    border-color: transparent !important; }
  .sm\:border-current {
    border-color: currentColor !important; }
  .sm\:border-inherit {
    border-color: inherit !important; }
  .sm\:border-black-10 {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:border-black-20 {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:border-black-30 {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:border-black-40 {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:border-black-50 {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:border-black-60 {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:border-black-70 {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:border-black-80 {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:border-black-90 {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:border-black {
    border-color: black !important; }
  .sm\:border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:border-white-30 {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:border-white-40 {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:border-white-60 {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:border-white-80 {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:border-white-90 {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:border-white {
    border-color: white !important; }
  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important; }
  .sm\:hover\:border-current:hover {
    border-color: currentColor !important; }
  .sm\:hover\:border-inherit:hover {
    border-color: inherit !important; }
  .sm\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:hover\:border-black:hover {
    border-color: black !important; }
  .sm\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:hover\:border-white:hover {
    border-color: white !important; }
  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important; }
  .sm\:focus\:border-current:focus {
    border-color: currentColor !important; }
  .sm\:focus\:border-inherit:focus {
    border-color: inherit !important; }
  .sm\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus\:border-black:focus {
    border-color: black !important; }
  .sm\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus\:border-white:focus {
    border-color: white !important; }
  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent !important; }
  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor !important; }
  .group:hover .sm\:group-hover\:border-inherit {
    border-color: inherit !important; }
  .group:hover .sm\:group-hover\:border-black-10 {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .sm\:group-hover\:border-black-20 {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .sm\:group-hover\:border-black-30 {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .sm\:group-hover\:border-black-40 {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .sm\:group-hover\:border-black-50 {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .sm\:group-hover\:border-black-60 {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .sm\:group-hover\:border-black-70 {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .sm\:group-hover\:border-black-80 {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .sm\:group-hover\:border-black-90 {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .sm\:group-hover\:border-black {
    border-color: black !important; }
  .group:hover .sm\:group-hover\:border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .sm\:group-hover\:border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .sm\:group-hover\:border-white-30 {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .sm\:group-hover\:border-white-40 {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .sm\:group-hover\:border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .sm\:group-hover\:border-white-60 {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .sm\:group-hover\:border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .sm\:group-hover\:border-white-80 {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .sm\:group-hover\:border-white-90 {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .sm\:group-hover\:border-white {
    border-color: white !important; }
  .sm\:border-opacity-0 {
    --border-opacity: 0 !important; }
  .sm\:border-opacity-5 {
    --border-opacity: 0.05 !important; }
  .sm\:border-opacity-10 {
    --border-opacity: 0.1 !important; }
  .sm\:border-opacity-15 {
    --border-opacity: 0.15 !important; }
  .sm\:border-opacity-20 {
    --border-opacity: 0.2 !important; }
  .sm\:border-opacity-25 {
    --border-opacity: 0.25 !important; }
  .sm\:border-opacity-30 {
    --border-opacity: 0.3 !important; }
  .sm\:border-opacity-35 {
    --border-opacity: 0.35 !important; }
  .sm\:border-opacity-40 {
    --border-opacity: 0.4 !important; }
  .sm\:border-opacity-45 {
    --border-opacity: 0.45 !important; }
  .sm\:border-opacity-50 {
    --border-opacity: 0.5 !important; }
  .sm\:border-opacity-55 {
    --border-opacity: 0.55 !important; }
  .sm\:border-opacity-60 {
    --border-opacity: 0.6 !important; }
  .sm\:border-opacity-65 {
    --border-opacity: 0.65 !important; }
  .sm\:border-opacity-70 {
    --border-opacity: 0.7 !important; }
  .sm\:border-opacity-75 {
    --border-opacity: 0.75 !important; }
  .sm\:border-opacity-80 {
    --border-opacity: 0.8 !important; }
  .sm\:border-opacity-85 {
    --border-opacity: 0.85 !important; }
  .sm\:border-opacity-90 {
    --border-opacity: 0.9 !important; }
  .sm\:border-opacity-95 {
    --border-opacity: 0.95 !important; }
  .sm\:border-opacity-100 {
    --border-opacity: 1 !important; }
  .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important; }
  .sm\:hover\:border-opacity-5:hover {
    --border-opacity: 0.05 !important; }
  .sm\:hover\:border-opacity-10:hover {
    --border-opacity: 0.1 !important; }
  .sm\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15 !important; }
  .sm\:hover\:border-opacity-20:hover {
    --border-opacity: 0.2 !important; }
  .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important; }
  .sm\:hover\:border-opacity-30:hover {
    --border-opacity: 0.3 !important; }
  .sm\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35 !important; }
  .sm\:hover\:border-opacity-40:hover {
    --border-opacity: 0.4 !important; }
  .sm\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45 !important; }
  .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important; }
  .sm\:hover\:border-opacity-55:hover {
    --border-opacity: 0.55 !important; }
  .sm\:hover\:border-opacity-60:hover {
    --border-opacity: 0.6 !important; }
  .sm\:hover\:border-opacity-65:hover {
    --border-opacity: 0.65 !important; }
  .sm\:hover\:border-opacity-70:hover {
    --border-opacity: 0.7 !important; }
  .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important; }
  .sm\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8 !important; }
  .sm\:hover\:border-opacity-85:hover {
    --border-opacity: 0.85 !important; }
  .sm\:hover\:border-opacity-90:hover {
    --border-opacity: 0.9 !important; }
  .sm\:hover\:border-opacity-95:hover {
    --border-opacity: 0.95 !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-5:focus {
    --border-opacity: 0.05 !important; }
  .sm\:focus\:border-opacity-10:focus {
    --border-opacity: 0.1 !important; }
  .sm\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15 !important; }
  .sm\:focus\:border-opacity-20:focus {
    --border-opacity: 0.2 !important; }
  .sm\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important; }
  .sm\:focus\:border-opacity-30:focus {
    --border-opacity: 0.3 !important; }
  .sm\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35 !important; }
  .sm\:focus\:border-opacity-40:focus {
    --border-opacity: 0.4 !important; }
  .sm\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45 !important; }
  .sm\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important; }
  .sm\:focus\:border-opacity-55:focus {
    --border-opacity: 0.55 !important; }
  .sm\:focus\:border-opacity-60:focus {
    --border-opacity: 0.6 !important; }
  .sm\:focus\:border-opacity-65:focus {
    --border-opacity: 0.65 !important; }
  .sm\:focus\:border-opacity-70:focus {
    --border-opacity: 0.7 !important; }
  .sm\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important; }
  .sm\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8 !important; }
  .sm\:focus\:border-opacity-85:focus {
    --border-opacity: 0.85 !important; }
  .sm\:focus\:border-opacity-90:focus {
    --border-opacity: 0.9 !important; }
  .sm\:focus\:border-opacity-95:focus {
    --border-opacity: 0.95 !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-xl {
    border-radius: 0.75rem !important; }
  .sm\:rounded-2xl {
    border-radius: 1rem !important; }
  .sm\:rounded-3xl {
    border-radius: 1.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-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important; }
  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important; }
  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important; }
  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important; }
  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.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-xl {
    border-top-left-radius: 0.75rem !important; }
  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important; }
  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important; }
  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important; }
  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important; }
  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important; }
  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important; }
  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important; }
  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important; }
  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important; }
  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important; }
  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.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 {
    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 {
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .sm\:inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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\:contents {
    display: contents !important; }
  .sm\:hidden {
    display: none !important; }
  .sm\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .sm\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .sm\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .sm\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .sm\:place-items-auto {
    place-items: auto !important; }
  .sm\:place-items-start {
    place-items: start !important; }
  .sm\:place-items-end {
    place-items: end !important; }
  .sm\:place-items-center {
    place-items: center !important; }
  .sm\:place-items-stretch {
    place-items: stretch !important; }
  .sm\:place-content-center {
    place-content: center !important; }
  .sm\:place-content-start {
    place-content: start !important; }
  .sm\:place-content-end {
    place-content: end !important; }
  .sm\:place-content-between {
    place-content: space-between !important; }
  .sm\:place-content-around {
    place-content: space-around !important; }
  .sm\:place-content-evenly {
    place-content: space-evenly !important; }
  .sm\:place-content-stretch {
    place-content: stretch !important; }
  .sm\:place-self-auto {
    place-self: auto !important; }
  .sm\:place-self-start {
    place-self: start !important; }
  .sm\:place-self-end {
    place-self: end !important; }
  .sm\:place-self-center {
    place-self: center !important; }
  .sm\:place-self-stretch {
    place-self: stretch !important; }
  .sm\:items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .sm\:items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .sm\:items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .sm\:items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .sm\:items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .sm\:content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .sm\:content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .sm\:content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .sm\:content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .sm\:content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .sm\:content-evenly {
    -webkit-align-content: space-evenly !important;
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important; }
  .sm\:self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .sm\:self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .sm\:self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .sm\:self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .sm\:self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .sm\:justify-items-auto {
    justify-items: auto !important; }
  .sm\:justify-items-start {
    justify-items: start !important; }
  .sm\:justify-items-end {
    justify-items: end !important; }
  .sm\:justify-items-center {
    justify-items: center !important; }
  .sm\:justify-items-stretch {
    justify-items: stretch !important; }
  .sm\:justify-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .sm\:justify-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .sm\:justify-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .sm\:justify-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .sm\:justify-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .sm\:justify-self-auto {
    justify-self: auto !important; }
  .sm\:justify-self-start {
    justify-self: start !important; }
  .sm\:justify-self-end {
    justify-self: end !important; }
  .sm\:justify-self-center {
    justify-self: center !important; }
  .sm\:justify-self-stretch {
    justify-self: stretch !important; }
  .sm\:flex-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }
  .sm\:flex-auto {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .sm\:flex-initial {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important; }
  .sm\:flex-none {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .sm\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .sm\:flex-grow {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .sm\:flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .sm\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .sm\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .sm\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .sm\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .sm\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .sm\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .sm\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .sm\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important; }
  .sm\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important; }
  .sm\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important; }
  .sm\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important; }
  .sm\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important; }
  .sm\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important; }
  .sm\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
    -webkit-order: -9999 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important; }
  .sm\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
    -webkit-order: 9999 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important; }
  .sm\:order-none {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !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-sans {
    font-family: -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" !important; }
  .sm\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important; }
  .sm\:font-mono {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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: 0rem !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-7 {
    height: 1.75rem !important; }
  .sm\:h-8 {
    height: 2rem !important; }
  .sm\:h-9 {
    height: 2.25rem !important; }
  .sm\:h-10 {
    height: 2.5rem !important; }
  .sm\:h-11 {
    height: 2.75rem !important; }
  .sm\:h-12 {
    height: 3rem !important; }
  .sm\:h-13 {
    height: 3.25rem !important; }
  .sm\:h-14 {
    height: 3.5rem !important; }
  .sm\:h-15 {
    height: 3.75rem !important; }
  .sm\:h-16 {
    height: 4rem !important; }
  .sm\:h-17 {
    height: 4.25rem !important; }
  .sm\:h-18 {
    height: 4.5rem !important; }
  .sm\:h-19 {
    height: 4.75rem !important; }
  .sm\:h-20 {
    height: 5rem !important; }
  .sm\:h-21 {
    height: 5.25rem !important; }
  .sm\:h-22 {
    height: 5.5rem !important; }
  .sm\:h-23 {
    height: 5.75rem !important; }
  .sm\:h-24 {
    height: 6rem !important; }
  .sm\:h-25 {
    height: 6.25rem !important; }
  .sm\:h-26 {
    height: 6.5rem !important; }
  .sm\:h-27 {
    height: 6.75rem !important; }
  .sm\:h-28 {
    height: 7rem !important; }
  .sm\:h-29 {
    height: 7.25rem !important; }
  .sm\:h-30 {
    height: 7.5rem !important; }
  .sm\:h-31 {
    height: 7.75rem !important; }
  .sm\:h-32 {
    height: 8rem !important; }
  .sm\:h-33 {
    height: 8.25rem !important; }
  .sm\:h-34 {
    height: 8.5rem !important; }
  .sm\:h-35 {
    height: 8.75rem !important; }
  .sm\:h-36 {
    height: 9rem !important; }
  .sm\:h-37 {
    height: 9.25rem !important; }
  .sm\:h-38 {
    height: 9.5rem !important; }
  .sm\:h-39 {
    height: 9.75rem !important; }
  .sm\:h-40 {
    height: 10rem !important; }
  .sm\:h-41 {
    height: 10.25rem !important; }
  .sm\:h-42 {
    height: 10.5rem !important; }
  .sm\:h-43 {
    height: 10.75rem !important; }
  .sm\:h-44 {
    height: 11rem !important; }
  .sm\:h-45 {
    height: 11.25rem !important; }
  .sm\:h-46 {
    height: 11.5rem !important; }
  .sm\:h-47 {
    height: 11.75rem !important; }
  .sm\:h-48 {
    height: 12rem !important; }
  .sm\:h-49 {
    height: 12.25rem !important; }
  .sm\:h-50 {
    height: 12.5rem !important; }
  .sm\:h-51 {
    height: 12.75rem !important; }
  .sm\:h-52 {
    height: 13rem !important; }
  .sm\:h-53 {
    height: 13.25rem !important; }
  .sm\:h-54 {
    height: 13.5rem !important; }
  .sm\:h-55 {
    height: 13.75rem !important; }
  .sm\:h-56 {
    height: 14rem !important; }
  .sm\:h-57 {
    height: 14.25rem !important; }
  .sm\:h-58 {
    height: 14.5rem !important; }
  .sm\:h-59 {
    height: 14.75rem !important; }
  .sm\:h-60 {
    height: 15rem !important; }
  .sm\:h-61 {
    height: 15.25rem !important; }
  .sm\:h-62 {
    height: 15.5rem !important; }
  .sm\:h-63 {
    height: 15.75rem !important; }
  .sm\:h-64 {
    height: 16rem !important; }
  .sm\:h-65 {
    height: 16.25rem !important; }
  .sm\:h-66 {
    height: 16.5rem !important; }
  .sm\:h-67 {
    height: 16.75rem !important; }
  .sm\:h-68 {
    height: 17rem !important; }
  .sm\:h-69 {
    height: 17.25rem !important; }
  .sm\:h-70 {
    height: 17.5rem !important; }
  .sm\:h-71 {
    height: 17.75rem !important; }
  .sm\:h-72 {
    height: 18rem !important; }
  .sm\:h-73 {
    height: 18.25rem !important; }
  .sm\:h-74 {
    height: 18.5rem !important; }
  .sm\:h-75 {
    height: 18.75rem !important; }
  .sm\:h-76 {
    height: 19rem !important; }
  .sm\:h-77 {
    height: 19.25rem !important; }
  .sm\:h-78 {
    height: 19.5rem !important; }
  .sm\:h-79 {
    height: 19.75rem !important; }
  .sm\:h-80 {
    height: 20rem !important; }
  .sm\:h-84 {
    height: 21rem !important; }
  .sm\:h-88 {
    height: 22rem !important; }
  .sm\:h-92 {
    height: 23rem !important; }
  .sm\:h-96 {
    height: 24rem !important; }
  .sm\:h-100 {
    height: 25rem !important; }
  .sm\:h-104 {
    height: 26rem !important; }
  .sm\:h-108 {
    height: 27rem !important; }
  .sm\:h-112 {
    height: 28rem !important; }
  .sm\:h-116 {
    height: 29rem !important; }
  .sm\:h-120 {
    height: 30rem !important; }
  .sm\:h-124 {
    height: 31rem !important; }
  .sm\:h-128 {
    height: 32rem !important; }
  .sm\:h-132 {
    height: 33rem !important; }
  .sm\:h-136 {
    height: 34rem !important; }
  .sm\:h-140 {
    height: 35rem !important; }
  .sm\:h-144 {
    height: 36rem !important; }
  .sm\:h-148 {
    height: 37rem !important; }
  .sm\:h-152 {
    height: 38rem !important; }
  .sm\:h-156 {
    height: 39rem !important; }
  .sm\:h-160 {
    height: 40rem !important; }
  .sm\:h-164 {
    height: 41rem !important; }
  .sm\:h-168 {
    height: 42rem !important; }
  .sm\:h-172 {
    height: 43rem !important; }
  .sm\:h-176 {
    height: 44rem !important; }
  .sm\:h-180 {
    height: 45rem !important; }
  .sm\:h-184 {
    height: 46rem !important; }
  .sm\:h-188 {
    height: 47rem !important; }
  .sm\:h-192 {
    height: 48rem !important; }
  .sm\:h-196 {
    height: 49rem !important; }
  .sm\:h-200 {
    height: 50rem !important; }
  .sm\:h-px {
    height: 1px !important; }
  .sm\:h-2px {
    height: 2px !important; }
  .sm\:h-1\/2 {
    height: 50% !important; }
  .sm\:h-2\/2 {
    height: 100% !important; }
  .sm\:h-1\/3 {
    height: 33.333333% !important; }
  .sm\:h-2\/3 {
    height: 66.666667% !important; }
  .sm\:h-3\/3 {
    height: 100% !important; }
  .sm\:h-1\/4 {
    height: 25% !important; }
  .sm\:h-2\/4 {
    height: 50% !important; }
  .sm\:h-3\/4 {
    height: 75% !important; }
  .sm\:h-4\/4 {
    height: 100% !important; }
  .sm\:h-1\/5 {
    height: 20% !important; }
  .sm\:h-2\/5 {
    height: 40% !important; }
  .sm\:h-3\/5 {
    height: 60% !important; }
  .sm\:h-4\/5 {
    height: 80% !important; }
  .sm\:h-5\/5 {
    height: 100% !important; }
  .sm\:h-1\/6 {
    height: 16.666667% !important; }
  .sm\:h-2\/6 {
    height: 33.333333% !important; }
  .sm\:h-3\/6 {
    height: 50% !important; }
  .sm\:h-4\/6 {
    height: 66.666667% !important; }
  .sm\:h-5\/6 {
    height: 83.333333% !important; }
  .sm\:h-6\/6 {
    height: 100% !important; }
  .sm\:h-1\/10 {
    height: 10% !important; }
  .sm\:h-2\/10 {
    height: 20% !important; }
  .sm\:h-3\/10 {
    height: 30% !important; }
  .sm\:h-4\/10 {
    height: 40% !important; }
  .sm\:h-5\/10 {
    height: 50% !important; }
  .sm\:h-6\/10 {
    height: 60% !important; }
  .sm\:h-7\/10 {
    height: 70% !important; }
  .sm\:h-8\/10 {
    height: 80% !important; }
  .sm\:h-9\/10 {
    height: 90% !important; }
  .sm\:h-10\/10 {
    height: 100% !important; }
  .sm\:h-1\/12 {
    height: 8.333333% !important; }
  .sm\:h-2\/12 {
    height: 16.666667% !important; }
  .sm\:h-3\/12 {
    height: 25% !important; }
  .sm\:h-4\/12 {
    height: 33.333333% !important; }
  .sm\:h-5\/12 {
    height: 41.666667% !important; }
  .sm\:h-6\/12 {
    height: 50% !important; }
  .sm\:h-7\/12 {
    height: 58.333333% !important; }
  .sm\:h-8\/12 {
    height: 66.666667% !important; }
  .sm\:h-9\/12 {
    height: 75% !important; }
  .sm\:h-10\/12 {
    height: 83.333333% !important; }
  .sm\:h-11\/12 {
    height: 91.666667% !important; }
  .sm\:h-12\/12 {
    height: 100% !important; }
  .sm\:h-xs {
    height: 20rem !important; }
  .sm\:h-sm {
    height: 24rem !important; }
  .sm\:h-md {
    height: 28rem !important; }
  .sm\:h-lg {
    height: 32rem !important; }
  .sm\:h-xl {
    height: 36rem !important; }
  .sm\:h-2xl {
    height: 42rem !important; }
  .sm\:h-3xl {
    height: 48rem !important; }
  .sm\:h-4xl {
    height: 56rem !important; }
  .sm\:h-5xl {
    height: 64rem !important; }
  .sm\:h-6xl {
    height: 72rem !important; }
  .sm\:h-7xl {
    height: 80rem !important; }
  .sm\:h-full {
    height: 100% !important; }
  .sm\:h-screenw {
    height: 100vw !important; }
  .sm\:h-screenh {
    height: 100vh !important; }
  .sm\:text-10 {
    font-size: 0.625rem !important; }
  .sm\:text-11 {
    font-size: 0.6875rem !important; }
  .sm\:text-12 {
    font-size: 0.75rem !important; }
  .sm\:text-13 {
    font-size: 0.8125rem !important; }
  .sm\:text-14 {
    font-size: 0.875rem !important; }
  .sm\:text-15 {
    font-size: 0.9375rem !important; }
  .sm\:text-16 {
    font-size: 1rem !important; }
  .sm\:text-17 {
    font-size: 1.0625rem !important; }
  .sm\:text-18 {
    font-size: 1.125rem !important; }
  .sm\:text-19 {
    font-size: 1.1875rem !important; }
  .sm\:text-20 {
    font-size: 1.25rem !important; }
  .sm\:text-21 {
    font-size: 1.3125rem !important; }
  .sm\:text-22 {
    font-size: 1.375rem !important; }
  .sm\:text-23 {
    font-size: 1.4375rem !important; }
  .sm\:text-24 {
    font-size: 1.5rem !important; }
  .sm\:text-25 {
    font-size: 1.5625rem !important; }
  .sm\:text-26 {
    font-size: 1.625rem !important; }
  .sm\:text-27 {
    font-size: 1.6875rem !important; }
  .sm\:text-28 {
    font-size: 1.75rem !important; }
  .sm\:text-29 {
    font-size: 1.8125rem !important; }
  .sm\:text-30 {
    font-size: 1.875rem !important; }
  .sm\:text-31 {
    font-size: 1.9375rem !important; }
  .sm\:text-32 {
    font-size: 2rem !important; }
  .sm\:text-33 {
    font-size: 2.0625rem !important; }
  .sm\:text-34 {
    font-size: 2.125rem !important; }
  .sm\:text-35 {
    font-size: 2.1875rem !important; }
  .sm\:text-36 {
    font-size: 2.25rem !important; }
  .sm\:text-37 {
    font-size: 2.3125rem !important; }
  .sm\:text-38 {
    font-size: 2.375rem !important; }
  .sm\:text-39 {
    font-size: 2.4375rem !important; }
  .sm\:text-40 {
    font-size: 2.5rem !important; }
  .sm\:text-41 {
    font-size: 2.5625rem !important; }
  .sm\:text-42 {
    font-size: 2.625rem !important; }
  .sm\:text-43 {
    font-size: 2.6875rem !important; }
  .sm\:text-44 {
    font-size: 2.75rem !important; }
  .sm\:text-45 {
    font-size: 2.8125rem !important; }
  .sm\:text-46 {
    font-size: 2.875rem !important; }
  .sm\:text-47 {
    font-size: 2.9375rem !important; }
  .sm\:text-48 {
    font-size: 3rem !important; }
  .sm\:text-49 {
    font-size: 3.0625rem !important; }
  .sm\:text-50 {
    font-size: 3.125rem !important; }
  .sm\:text-51 {
    font-size: 3.1875rem !important; }
  .sm\:text-52 {
    font-size: 3.25rem !important; }
  .sm\:text-53 {
    font-size: 3.3125rem !important; }
  .sm\:text-54 {
    font-size: 3.375rem !important; }
  .sm\:text-55 {
    font-size: 3.4375rem !important; }
  .sm\:text-56 {
    font-size: 3.5rem !important; }
  .sm\:text-57 {
    font-size: 3.5625rem !important; }
  .sm\:text-58 {
    font-size: 3.625rem !important; }
  .sm\:text-59 {
    font-size: 3.6875rem !important; }
  .sm\:text-60 {
    font-size: 3.75rem !important; }
  .sm\:text-62 {
    font-size: 3.875rem !important; }
  .sm\:text-64 {
    font-size: 4rem !important; }
  .sm\:text-66 {
    font-size: 4.125rem !important; }
  .sm\:text-68 {
    font-size: 4.25rem !important; }
  .sm\:text-70 {
    font-size: 4.375rem !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\: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-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\: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: 0rem !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-7 {
    margin: 1.75rem !important; }
  .sm\:m-8 {
    margin: 2rem !important; }
  .sm\:m-9 {
    margin: 2.25rem !important; }
  .sm\:m-10 {
    margin: 2.5rem !important; }
  .sm\:m-11 {
    margin: 2.75rem !important; }
  .sm\:m-12 {
    margin: 3rem !important; }
  .sm\:m-13 {
    margin: 3.25rem !important; }
  .sm\:m-14 {
    margin: 3.5rem !important; }
  .sm\:m-15 {
    margin: 3.75rem !important; }
  .sm\:m-16 {
    margin: 4rem !important; }
  .sm\:m-17 {
    margin: 4.25rem !important; }
  .sm\:m-18 {
    margin: 4.5rem !important; }
  .sm\:m-19 {
    margin: 4.75rem !important; }
  .sm\:m-20 {
    margin: 5rem !important; }
  .sm\:m-21 {
    margin: 5.25rem !important; }
  .sm\:m-22 {
    margin: 5.5rem !important; }
  .sm\:m-23 {
    margin: 5.75rem !important; }
  .sm\:m-24 {
    margin: 6rem !important; }
  .sm\:m-25 {
    margin: 6.25rem !important; }
  .sm\:m-26 {
    margin: 6.5rem !important; }
  .sm\:m-27 {
    margin: 6.75rem !important; }
  .sm\:m-28 {
    margin: 7rem !important; }
  .sm\:m-29 {
    margin: 7.25rem !important; }
  .sm\:m-30 {
    margin: 7.5rem !important; }
  .sm\:m-31 {
    margin: 7.75rem !important; }
  .sm\:m-32 {
    margin: 8rem !important; }
  .sm\:m-33 {
    margin: 8.25rem !important; }
  .sm\:m-34 {
    margin: 8.5rem !important; }
  .sm\:m-35 {
    margin: 8.75rem !important; }
  .sm\:m-36 {
    margin: 9rem !important; }
  .sm\:m-37 {
    margin: 9.25rem !important; }
  .sm\:m-38 {
    margin: 9.5rem !important; }
  .sm\:m-39 {
    margin: 9.75rem !important; }
  .sm\:m-40 {
    margin: 10rem !important; }
  .sm\:m-41 {
    margin: 10.25rem !important; }
  .sm\:m-42 {
    margin: 10.5rem !important; }
  .sm\:m-43 {
    margin: 10.75rem !important; }
  .sm\:m-44 {
    margin: 11rem !important; }
  .sm\:m-45 {
    margin: 11.25rem !important; }
  .sm\:m-46 {
    margin: 11.5rem !important; }
  .sm\:m-47 {
    margin: 11.75rem !important; }
  .sm\:m-48 {
    margin: 12rem !important; }
  .sm\:m-49 {
    margin: 12.25rem !important; }
  .sm\:m-50 {
    margin: 12.5rem !important; }
  .sm\:m-51 {
    margin: 12.75rem !important; }
  .sm\:m-52 {
    margin: 13rem !important; }
  .sm\:m-53 {
    margin: 13.25rem !important; }
  .sm\:m-54 {
    margin: 13.5rem !important; }
  .sm\:m-55 {
    margin: 13.75rem !important; }
  .sm\:m-56 {
    margin: 14rem !important; }
  .sm\:m-57 {
    margin: 14.25rem !important; }
  .sm\:m-58 {
    margin: 14.5rem !important; }
  .sm\:m-59 {
    margin: 14.75rem !important; }
  .sm\:m-60 {
    margin: 15rem !important; }
  .sm\:m-61 {
    margin: 15.25rem !important; }
  .sm\:m-62 {
    margin: 15.5rem !important; }
  .sm\:m-63 {
    margin: 15.75rem !important; }
  .sm\:m-64 {
    margin: 16rem !important; }
  .sm\:m-65 {
    margin: 16.25rem !important; }
  .sm\:m-66 {
    margin: 16.5rem !important; }
  .sm\:m-67 {
    margin: 16.75rem !important; }
  .sm\:m-68 {
    margin: 17rem !important; }
  .sm\:m-69 {
    margin: 17.25rem !important; }
  .sm\:m-70 {
    margin: 17.5rem !important; }
  .sm\:m-71 {
    margin: 17.75rem !important; }
  .sm\:m-72 {
    margin: 18rem !important; }
  .sm\:m-73 {
    margin: 18.25rem !important; }
  .sm\:m-74 {
    margin: 18.5rem !important; }
  .sm\:m-75 {
    margin: 18.75rem !important; }
  .sm\:m-76 {
    margin: 19rem !important; }
  .sm\:m-77 {
    margin: 19.25rem !important; }
  .sm\:m-78 {
    margin: 19.5rem !important; }
  .sm\:m-79 {
    margin: 19.75rem !important; }
  .sm\:m-80 {
    margin: 20rem !important; }
  .sm\:m-84 {
    margin: 21rem !important; }
  .sm\:m-88 {
    margin: 22rem !important; }
  .sm\:m-92 {
    margin: 23rem !important; }
  .sm\:m-96 {
    margin: 24rem !important; }
  .sm\:m-100 {
    margin: 25rem !important; }
  .sm\:m-104 {
    margin: 26rem !important; }
  .sm\:m-108 {
    margin: 27rem !important; }
  .sm\:m-112 {
    margin: 28rem !important; }
  .sm\:m-116 {
    margin: 29rem !important; }
  .sm\:m-120 {
    margin: 30rem !important; }
  .sm\:m-124 {
    margin: 31rem !important; }
  .sm\:m-128 {
    margin: 32rem !important; }
  .sm\:m-132 {
    margin: 33rem !important; }
  .sm\:m-136 {
    margin: 34rem !important; }
  .sm\:m-140 {
    margin: 35rem !important; }
  .sm\:m-144 {
    margin: 36rem !important; }
  .sm\:m-148 {
    margin: 37rem !important; }
  .sm\:m-152 {
    margin: 38rem !important; }
  .sm\:m-156 {
    margin: 39rem !important; }
  .sm\:m-160 {
    margin: 40rem !important; }
  .sm\:m-164 {
    margin: 41rem !important; }
  .sm\:m-168 {
    margin: 42rem !important; }
  .sm\:m-172 {
    margin: 43rem !important; }
  .sm\:m-176 {
    margin: 44rem !important; }
  .sm\:m-180 {
    margin: 45rem !important; }
  .sm\:m-184 {
    margin: 46rem !important; }
  .sm\:m-188 {
    margin: 47rem !important; }
  .sm\:m-192 {
    margin: 48rem !important; }
  .sm\:m-196 {
    margin: 49rem !important; }
  .sm\:m-200 {
    margin: 50rem !important; }
  .sm\:m-auto {
    margin: auto !important; }
  .sm\:m-px {
    margin: 1px !important; }
  .sm\:m-2px {
    margin: 2px !important; }
  .sm\:m-1\/2 {
    margin: 50% !important; }
  .sm\:m-2\/2 {
    margin: 100% !important; }
  .sm\:m-1\/3 {
    margin: 33.333333% !important; }
  .sm\:m-2\/3 {
    margin: 66.666667% !important; }
  .sm\:m-3\/3 {
    margin: 100% !important; }
  .sm\:m-1\/4 {
    margin: 25% !important; }
  .sm\:m-2\/4 {
    margin: 50% !important; }
  .sm\:m-3\/4 {
    margin: 75% !important; }
  .sm\:m-4\/4 {
    margin: 100% !important; }
  .sm\:m-1\/5 {
    margin: 20% !important; }
  .sm\:m-2\/5 {
    margin: 40% !important; }
  .sm\:m-3\/5 {
    margin: 60% !important; }
  .sm\:m-4\/5 {
    margin: 80% !important; }
  .sm\:m-5\/5 {
    margin: 100% !important; }
  .sm\:m-1\/6 {
    margin: 16.666667% !important; }
  .sm\:m-2\/6 {
    margin: 33.333333% !important; }
  .sm\:m-3\/6 {
    margin: 50% !important; }
  .sm\:m-4\/6 {
    margin: 66.666667% !important; }
  .sm\:m-5\/6 {
    margin: 83.333333% !important; }
  .sm\:m-6\/6 {
    margin: 100% !important; }
  .sm\:m-1\/10 {
    margin: 10% !important; }
  .sm\:m-2\/10 {
    margin: 20% !important; }
  .sm\:m-3\/10 {
    margin: 30% !important; }
  .sm\:m-4\/10 {
    margin: 40% !important; }
  .sm\:m-5\/10 {
    margin: 50% !important; }
  .sm\:m-6\/10 {
    margin: 60% !important; }
  .sm\:m-7\/10 {
    margin: 70% !important; }
  .sm\:m-8\/10 {
    margin: 80% !important; }
  .sm\:m-9\/10 {
    margin: 90% !important; }
  .sm\:m-10\/10 {
    margin: 100% !important; }
  .sm\:m-1\/12 {
    margin: 8.333333% !important; }
  .sm\:m-2\/12 {
    margin: 16.666667% !important; }
  .sm\:m-3\/12 {
    margin: 25% !important; }
  .sm\:m-4\/12 {
    margin: 33.333333% !important; }
  .sm\:m-5\/12 {
    margin: 41.666667% !important; }
  .sm\:m-6\/12 {
    margin: 50% !important; }
  .sm\:m-7\/12 {
    margin: 58.333333% !important; }
  .sm\:m-8\/12 {
    margin: 66.666667% !important; }
  .sm\:m-9\/12 {
    margin: 75% !important; }
  .sm\:m-10\/12 {
    margin: 83.333333% !important; }
  .sm\:m-11\/12 {
    margin: 91.666667% !important; }
  .sm\:m-12\/12 {
    margin: 100% !important; }
  .sm\:-m-0 {
    margin: 0rem !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-7 {
    margin: -1.75rem !important; }
  .sm\:-m-8 {
    margin: -2rem !important; }
  .sm\:-m-9 {
    margin: -2.25rem !important; }
  .sm\:-m-10 {
    margin: -2.5rem !important; }
  .sm\:-m-11 {
    margin: -2.75rem !important; }
  .sm\:-m-12 {
    margin: -3rem !important; }
  .sm\:-m-13 {
    margin: -3.25rem !important; }
  .sm\:-m-14 {
    margin: -3.5rem !important; }
  .sm\:-m-15 {
    margin: -3.75rem !important; }
  .sm\:-m-16 {
    margin: -4rem !important; }
  .sm\:-m-17 {
    margin: -4.25rem !important; }
  .sm\:-m-18 {
    margin: -4.5rem !important; }
  .sm\:-m-19 {
    margin: -4.75rem !important; }
  .sm\:-m-20 {
    margin: -5rem !important; }
  .sm\:-m-21 {
    margin: -5.25rem !important; }
  .sm\:-m-22 {
    margin: -5.5rem !important; }
  .sm\:-m-23 {
    margin: -5.75rem !important; }
  .sm\:-m-24 {
    margin: -6rem !important; }
  .sm\:-m-25 {
    margin: -6.25rem !important; }
  .sm\:-m-26 {
    margin: -6.5rem !important; }
  .sm\:-m-27 {
    margin: -6.75rem !important; }
  .sm\:-m-28 {
    margin: -7rem !important; }
  .sm\:-m-29 {
    margin: -7.25rem !important; }
  .sm\:-m-30 {
    margin: -7.5rem !important; }
  .sm\:-m-31 {
    margin: -7.75rem !important; }
  .sm\:-m-32 {
    margin: -8rem !important; }
  .sm\:-m-33 {
    margin: -8.25rem !important; }
  .sm\:-m-34 {
    margin: -8.5rem !important; }
  .sm\:-m-35 {
    margin: -8.75rem !important; }
  .sm\:-m-36 {
    margin: -9rem !important; }
  .sm\:-m-37 {
    margin: -9.25rem !important; }
  .sm\:-m-38 {
    margin: -9.5rem !important; }
  .sm\:-m-39 {
    margin: -9.75rem !important; }
  .sm\:-m-40 {
    margin: -10rem !important; }
  .sm\:-m-41 {
    margin: -10.25rem !important; }
  .sm\:-m-42 {
    margin: -10.5rem !important; }
  .sm\:-m-43 {
    margin: -10.75rem !important; }
  .sm\:-m-44 {
    margin: -11rem !important; }
  .sm\:-m-45 {
    margin: -11.25rem !important; }
  .sm\:-m-46 {
    margin: -11.5rem !important; }
  .sm\:-m-47 {
    margin: -11.75rem !important; }
  .sm\:-m-48 {
    margin: -12rem !important; }
  .sm\:-m-49 {
    margin: -12.25rem !important; }
  .sm\:-m-50 {
    margin: -12.5rem !important; }
  .sm\:-m-51 {
    margin: -12.75rem !important; }
  .sm\:-m-52 {
    margin: -13rem !important; }
  .sm\:-m-53 {
    margin: -13.25rem !important; }
  .sm\:-m-54 {
    margin: -13.5rem !important; }
  .sm\:-m-55 {
    margin: -13.75rem !important; }
  .sm\:-m-56 {
    margin: -14rem !important; }
  .sm\:-m-57 {
    margin: -14.25rem !important; }
  .sm\:-m-58 {
    margin: -14.5rem !important; }
  .sm\:-m-59 {
    margin: -14.75rem !important; }
  .sm\:-m-60 {
    margin: -15rem !important; }
  .sm\:-m-61 {
    margin: -15.25rem !important; }
  .sm\:-m-62 {
    margin: -15.5rem !important; }
  .sm\:-m-63 {
    margin: -15.75rem !important; }
  .sm\:-m-64 {
    margin: -16rem !important; }
  .sm\:-m-65 {
    margin: -16.25rem !important; }
  .sm\:-m-66 {
    margin: -16.5rem !important; }
  .sm\:-m-67 {
    margin: -16.75rem !important; }
  .sm\:-m-68 {
    margin: -17rem !important; }
  .sm\:-m-69 {
    margin: -17.25rem !important; }
  .sm\:-m-70 {
    margin: -17.5rem !important; }
  .sm\:-m-71 {
    margin: -17.75rem !important; }
  .sm\:-m-72 {
    margin: -18rem !important; }
  .sm\:-m-73 {
    margin: -18.25rem !important; }
  .sm\:-m-74 {
    margin: -18.5rem !important; }
  .sm\:-m-75 {
    margin: -18.75rem !important; }
  .sm\:-m-76 {
    margin: -19rem !important; }
  .sm\:-m-77 {
    margin: -19.25rem !important; }
  .sm\:-m-78 {
    margin: -19.5rem !important; }
  .sm\:-m-79 {
    margin: -19.75rem !important; }
  .sm\:-m-80 {
    margin: -20rem !important; }
  .sm\:-m-84 {
    margin: -21rem !important; }
  .sm\:-m-88 {
    margin: -22rem !important; }
  .sm\:-m-92 {
    margin: -23rem !important; }
  .sm\:-m-96 {
    margin: -24rem !important; }
  .sm\:-m-100 {
    margin: -25rem !important; }
  .sm\:-m-104 {
    margin: -26rem !important; }
  .sm\:-m-108 {
    margin: -27rem !important; }
  .sm\:-m-112 {
    margin: -28rem !important; }
  .sm\:-m-116 {
    margin: -29rem !important; }
  .sm\:-m-120 {
    margin: -30rem !important; }
  .sm\:-m-124 {
    margin: -31rem !important; }
  .sm\:-m-128 {
    margin: -32rem !important; }
  .sm\:-m-132 {
    margin: -33rem !important; }
  .sm\:-m-136 {
    margin: -34rem !important; }
  .sm\:-m-140 {
    margin: -35rem !important; }
  .sm\:-m-144 {
    margin: -36rem !important; }
  .sm\:-m-148 {
    margin: -37rem !important; }
  .sm\:-m-152 {
    margin: -38rem !important; }
  .sm\:-m-156 {
    margin: -39rem !important; }
  .sm\:-m-160 {
    margin: -40rem !important; }
  .sm\:-m-164 {
    margin: -41rem !important; }
  .sm\:-m-168 {
    margin: -42rem !important; }
  .sm\:-m-172 {
    margin: -43rem !important; }
  .sm\:-m-176 {
    margin: -44rem !important; }
  .sm\:-m-180 {
    margin: -45rem !important; }
  .sm\:-m-184 {
    margin: -46rem !important; }
  .sm\:-m-188 {
    margin: -47rem !important; }
  .sm\:-m-192 {
    margin: -48rem !important; }
  .sm\:-m-196 {
    margin: -49rem !important; }
  .sm\:-m-200 {
    margin: -50rem !important; }
  .sm\:-m-px {
    margin: -1px !important; }
  .sm\:-m-2px {
    margin: -2px !important; }
  .sm\:-m-1\/2 {
    margin: -50% !important; }
  .sm\:-m-2\/2 {
    margin: -100% !important; }
  .sm\:-m-1\/3 {
    margin: -33.33333% !important; }
  .sm\:-m-2\/3 {
    margin: -66.66667% !important; }
  .sm\:-m-3\/3 {
    margin: -100% !important; }
  .sm\:-m-1\/4 {
    margin: -25% !important; }
  .sm\:-m-2\/4 {
    margin: -50% !important; }
  .sm\:-m-3\/4 {
    margin: -75% !important; }
  .sm\:-m-4\/4 {
    margin: -100% !important; }
  .sm\:-m-1\/5 {
    margin: -20% !important; }
  .sm\:-m-2\/5 {
    margin: -40% !important; }
  .sm\:-m-3\/5 {
    margin: -60% !important; }
  .sm\:-m-4\/5 {
    margin: -80% !important; }
  .sm\:-m-5\/5 {
    margin: -100% !important; }
  .sm\:-m-1\/6 {
    margin: -16.66667% !important; }
  .sm\:-m-2\/6 {
    margin: -33.33333% !important; }
  .sm\:-m-3\/6 {
    margin: -50% !important; }
  .sm\:-m-4\/6 {
    margin: -66.66667% !important; }
  .sm\:-m-5\/6 {
    margin: -83.33333% !important; }
  .sm\:-m-6\/6 {
    margin: -100% !important; }
  .sm\:-m-1\/10 {
    margin: -10% !important; }
  .sm\:-m-2\/10 {
    margin: -20% !important; }
  .sm\:-m-3\/10 {
    margin: -30% !important; }
  .sm\:-m-4\/10 {
    margin: -40% !important; }
  .sm\:-m-5\/10 {
    margin: -50% !important; }
  .sm\:-m-6\/10 {
    margin: -60% !important; }
  .sm\:-m-7\/10 {
    margin: -70% !important; }
  .sm\:-m-8\/10 {
    margin: -80% !important; }
  .sm\:-m-9\/10 {
    margin: -90% !important; }
  .sm\:-m-10\/10 {
    margin: -100% !important; }
  .sm\:-m-1\/12 {
    margin: -8.33333% !important; }
  .sm\:-m-2\/12 {
    margin: -16.66667% !important; }
  .sm\:-m-3\/12 {
    margin: -25% !important; }
  .sm\:-m-4\/12 {
    margin: -33.33333% !important; }
  .sm\:-m-5\/12 {
    margin: -41.66667% !important; }
  .sm\:-m-6\/12 {
    margin: -50% !important; }
  .sm\:-m-7\/12 {
    margin: -58.33333% !important; }
  .sm\:-m-8\/12 {
    margin: -66.66667% !important; }
  .sm\:-m-9\/12 {
    margin: -75% !important; }
  .sm\:-m-10\/12 {
    margin: -83.33333% !important; }
  .sm\:-m-11\/12 {
    margin: -91.66667% !important; }
  .sm\:-m-12\/12 {
    margin: -100% !important; }
  .sm\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .sm\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !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-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .sm\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !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-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important; }
  .sm\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important; }
  .sm\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !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-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .sm\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important; }
  .sm\:mx-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important; }
  .sm\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .sm\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .sm\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .sm\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !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-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important; }
  .sm\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !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-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important; }
  .sm\:mx-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !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-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .sm\:mx-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important; }
  .sm\:my-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important; }
  .sm\:mx-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important; }
  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .sm\:my-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important; }
  .sm\:mx-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.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-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important; }
  .sm\:mx-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !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-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important; }
  .sm\:mx-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important; }
  .sm\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; }
  .sm\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important; }
  .sm\:my-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important; }
  .sm\:mx-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important; }
  .sm\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .sm\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important; }
  .sm\:my-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important; }
  .sm\:mx-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important; }
  .sm\:my-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; }
  .sm\:mx-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important; }
  .sm\:my-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important; }
  .sm\:mx-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !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-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important; }
  .sm\:mx-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important; }
  .sm\:my-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important; }
  .sm\:mx-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important; }
  .sm\:my-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important; }
  .sm\:mx-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important; }
  .sm\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important; }
  .sm\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important; }
  .sm\:my-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important; }
  .sm\:mx-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important; }
  .sm\:my-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important; }
  .sm\:mx-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important; }
  .sm\:my-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important; }
  .sm\:mx-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !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-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important; }
  .sm\:mx-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important; }
  .sm\:my-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .sm\:mx-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important; }
  .sm\:my-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important; }
  .sm\:mx-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important; }
  .sm\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important; }
  .sm\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important; }
  .sm\:my-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important; }
  .sm\:mx-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important; }
  .sm\:my-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important; }
  .sm\:mx-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important; }
  .sm\:my-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important; }
  .sm\:mx-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !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-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important; }
  .sm\:mx-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important; }
  .sm\:my-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important; }
  .sm\:mx-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important; }
  .sm\:my-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important; }
  .sm\:mx-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important; }
  .sm\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .sm\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important; }
  .sm\:my-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important; }
  .sm\:mx-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important; }
  .sm\:my-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important; }
  .sm\:mx-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important; }
  .sm\:my-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important; }
  .sm\:mx-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !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-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important; }
  .sm\:mx-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important; }
  .sm\:my-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important; }
  .sm\:mx-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important; }
  .sm\:my-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important; }
  .sm\:mx-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important; }
  .sm\:my-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important; }
  .sm\:mx-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important; }
  .sm\:my-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important; }
  .sm\:mx-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important; }
  .sm\:my-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important; }
  .sm\:mx-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important; }
  .sm\:my-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important; }
  .sm\:mx-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important; }
  .sm\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .sm\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important; }
  .sm\:my-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important; }
  .sm\:mx-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important; }
  .sm\:my-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important; }
  .sm\:mx-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important; }
  .sm\:my-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important; }
  .sm\:mx-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important; }
  .sm\:my-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important; }
  .sm\:mx-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important; }
  .sm\:my-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important; }
  .sm\:mx-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important; }
  .sm\:my-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important; }
  .sm\:mx-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important; }
  .sm\:my-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important; }
  .sm\:mx-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important; }
  .sm\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .sm\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important; }
  .sm\:my-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important; }
  .sm\:mx-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important; }
  .sm\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important; }
  .sm\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important; }
  .sm\:my-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important; }
  .sm\:mx-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important; }
  .sm\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important; }
  .sm\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important; }
  .sm\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important; }
  .sm\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important; }
  .sm\:my-104 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important; }
  .sm\:mx-104 {
    margin-left: 26rem !important;
    margin-right: 26rem !important; }
  .sm\:my-108 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important; }
  .sm\:mx-108 {
    margin-left: 27rem !important;
    margin-right: 27rem !important; }
  .sm\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important; }
  .sm\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important; }
  .sm\:my-116 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important; }
  .sm\:mx-116 {
    margin-left: 29rem !important;
    margin-right: 29rem !important; }
  .sm\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important; }
  .sm\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important; }
  .sm\:my-124 {
    margin-top: 31rem !important;
    margin-bottom: 31rem !important; }
  .sm\:mx-124 {
    margin-left: 31rem !important;
    margin-right: 31rem !important; }
  .sm\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important; }
  .sm\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important; }
  .sm\:my-132 {
    margin-top: 33rem !important;
    margin-bottom: 33rem !important; }
  .sm\:mx-132 {
    margin-left: 33rem !important;
    margin-right: 33rem !important; }
  .sm\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important; }
  .sm\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important; }
  .sm\:my-140 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important; }
  .sm\:mx-140 {
    margin-left: 35rem !important;
    margin-right: 35rem !important; }
  .sm\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important; }
  .sm\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important; }
  .sm\:my-148 {
    margin-top: 37rem !important;
    margin-bottom: 37rem !important; }
  .sm\:mx-148 {
    margin-left: 37rem !important;
    margin-right: 37rem !important; }
  .sm\:my-152 {
    margin-top: 38rem !important;
    margin-bottom: 38rem !important; }
  .sm\:mx-152 {
    margin-left: 38rem !important;
    margin-right: 38rem !important; }
  .sm\:my-156 {
    margin-top: 39rem !important;
    margin-bottom: 39rem !important; }
  .sm\:mx-156 {
    margin-left: 39rem !important;
    margin-right: 39rem !important; }
  .sm\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important; }
  .sm\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important; }
  .sm\:my-164 {
    margin-top: 41rem !important;
    margin-bottom: 41rem !important; }
  .sm\:mx-164 {
    margin-left: 41rem !important;
    margin-right: 41rem !important; }
  .sm\:my-168 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important; }
  .sm\:mx-168 {
    margin-left: 42rem !important;
    margin-right: 42rem !important; }
  .sm\:my-172 {
    margin-top: 43rem !important;
    margin-bottom: 43rem !important; }
  .sm\:mx-172 {
    margin-left: 43rem !important;
    margin-right: 43rem !important; }
  .sm\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important; }
  .sm\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important; }
  .sm\:my-180 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important; }
  .sm\:mx-180 {
    margin-left: 45rem !important;
    margin-right: 45rem !important; }
  .sm\:my-184 {
    margin-top: 46rem !important;
    margin-bottom: 46rem !important; }
  .sm\:mx-184 {
    margin-left: 46rem !important;
    margin-right: 46rem !important; }
  .sm\:my-188 {
    margin-top: 47rem !important;
    margin-bottom: 47rem !important; }
  .sm\:mx-188 {
    margin-left: 47rem !important;
    margin-right: 47rem !important; }
  .sm\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important; }
  .sm\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important; }
  .sm\:my-196 {
    margin-top: 49rem !important;
    margin-bottom: 49rem !important; }
  .sm\:mx-196 {
    margin-left: 49rem !important;
    margin-right: 49rem !important; }
  .sm\:my-200 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important; }
  .sm\:mx-200 {
    margin-left: 50rem !important;
    margin-right: 50rem !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-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important; }
  .sm\:mx-2px {
    margin-left: 2px !important;
    margin-right: 2px !important; }
  .sm\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .sm\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .sm\:my-2\/2 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .sm\:mx-2\/2 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .sm\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .sm\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .sm\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .sm\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .sm\:my-3\/3 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .sm\:mx-3\/3 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .sm\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important; }
  .sm\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important; }
  .sm\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .sm\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .sm\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important; }
  .sm\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important; }
  .sm\:my-4\/4 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .sm\:mx-4\/4 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .sm\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important; }
  .sm\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .sm\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important; }
  .sm\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important; }
  .sm\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important; }
  .sm\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important; }
  .sm\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important; }
  .sm\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important; }
  .sm\:my-5\/5 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .sm\:mx-5\/5 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .sm\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important; }
  .sm\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important; }
  .sm\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .sm\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .sm\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .sm\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .sm\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .sm\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .sm\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important; }
  .sm\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important; }
  .sm\:my-6\/6 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .sm\:mx-6\/6 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .sm\:my-1\/10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important; }
  .sm\:mx-1\/10 {
    margin-left: 10% !important;
    margin-right: 10% !important; }
  .sm\:my-2\/10 {
    margin-top: 20% !important;
    margin-bottom: 20% !important; }
  .sm\:mx-2\/10 {
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .sm\:my-3\/10 {
    margin-top: 30% !important;
    margin-bottom: 30% !important; }
  .sm\:mx-3\/10 {
    margin-left: 30% !important;
    margin-right: 30% !important; }
  .sm\:my-4\/10 {
    margin-top: 40% !important;
    margin-bottom: 40% !important; }
  .sm\:mx-4\/10 {
    margin-left: 40% !important;
    margin-right: 40% !important; }
  .sm\:my-5\/10 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .sm\:mx-5\/10 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .sm\:my-6\/10 {
    margin-top: 60% !important;
    margin-bottom: 60% !important; }
  .sm\:mx-6\/10 {
    margin-left: 60% !important;
    margin-right: 60% !important; }
  .sm\:my-7\/10 {
    margin-top: 70% !important;
    margin-bottom: 70% !important; }
  .sm\:mx-7\/10 {
    margin-left: 70% !important;
    margin-right: 70% !important; }
  .sm\:my-8\/10 {
    margin-top: 80% !important;
    margin-bottom: 80% !important; }
  .sm\:mx-8\/10 {
    margin-left: 80% !important;
    margin-right: 80% !important; }
  .sm\:my-9\/10 {
    margin-top: 90% !important;
    margin-bottom: 90% !important; }
  .sm\:mx-9\/10 {
    margin-left: 90% !important;
    margin-right: 90% !important; }
  .sm\:my-10\/10 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .sm\:mx-10\/10 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .sm\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important; }
  .sm\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important; }
  .sm\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important; }
  .sm\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important; }
  .sm\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important; }
  .sm\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important; }
  .sm\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .sm\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .sm\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important; }
  .sm\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important; }
  .sm\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .sm\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .sm\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important; }
  .sm\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important; }
  .sm\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .sm\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .sm\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important; }
  .sm\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important; }
  .sm\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important; }
  .sm\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important; }
  .sm\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important; }
  .sm\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important; }
  .sm\:my-12\/12 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .sm\:mx-12\/12 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .sm\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .sm\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !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-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .sm\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !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-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important; }
  .sm\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important; }
  .sm\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !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-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important; }
  .sm\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important; }
  .sm\:-mx-17 {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important; }
  .sm\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .sm\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important; }
  .sm\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important; }
  .sm\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !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-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important; }
  .sm\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !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-23 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important; }
  .sm\:-mx-23 {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !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-26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .sm\:-mx-26 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important; }
  .sm\:-my-27 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important; }
  .sm\:-mx-27 {
    margin-left: -6.75rem !important;
    margin-right: -6.75rem !important; }
  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .sm\:-my-29 {
    margin-top: -7.25rem !important;
    margin-bottom: -7.25rem !important; }
  .sm\:-mx-29 {
    margin-left: -7.25rem !important;
    margin-right: -7.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-31 {
    margin-top: -7.75rem !important;
    margin-bottom: -7.75rem !important; }
  .sm\:-mx-31 {
    margin-left: -7.75rem !important;
    margin-right: -7.75rem !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-33 {
    margin-top: -8.25rem !important;
    margin-bottom: -8.25rem !important; }
  .sm\:-mx-33 {
    margin-left: -8.25rem !important;
    margin-right: -8.25rem !important; }
  .sm\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important; }
  .sm\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important; }
  .sm\:-my-35 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important; }
  .sm\:-mx-35 {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important; }
  .sm\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .sm\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important; }
  .sm\:-my-37 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important; }
  .sm\:-mx-37 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important; }
  .sm\:-my-38 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important; }
  .sm\:-mx-38 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important; }
  .sm\:-my-39 {
    margin-top: -9.75rem !important;
    margin-bottom: -9.75rem !important; }
  .sm\:-mx-39 {
    margin-left: -9.75rem !important;
    margin-right: -9.75rem !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-41 {
    margin-top: -10.25rem !important;
    margin-bottom: -10.25rem !important; }
  .sm\:-mx-41 {
    margin-left: -10.25rem !important;
    margin-right: -10.25rem !important; }
  .sm\:-my-42 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important; }
  .sm\:-mx-42 {
    margin-left: -10.5rem !important;
    margin-right: -10.5rem !important; }
  .sm\:-my-43 {
    margin-top: -10.75rem !important;
    margin-bottom: -10.75rem !important; }
  .sm\:-mx-43 {
    margin-left: -10.75rem !important;
    margin-right: -10.75rem !important; }
  .sm\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important; }
  .sm\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important; }
  .sm\:-my-45 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important; }
  .sm\:-mx-45 {
    margin-left: -11.25rem !important;
    margin-right: -11.25rem !important; }
  .sm\:-my-46 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important; }
  .sm\:-mx-46 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important; }
  .sm\:-my-47 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important; }
  .sm\:-mx-47 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !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-49 {
    margin-top: -12.25rem !important;
    margin-bottom: -12.25rem !important; }
  .sm\:-mx-49 {
    margin-left: -12.25rem !important;
    margin-right: -12.25rem !important; }
  .sm\:-my-50 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important; }
  .sm\:-mx-50 {
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !important; }
  .sm\:-my-51 {
    margin-top: -12.75rem !important;
    margin-bottom: -12.75rem !important; }
  .sm\:-mx-51 {
    margin-left: -12.75rem !important;
    margin-right: -12.75rem !important; }
  .sm\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important; }
  .sm\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important; }
  .sm\:-my-53 {
    margin-top: -13.25rem !important;
    margin-bottom: -13.25rem !important; }
  .sm\:-mx-53 {
    margin-left: -13.25rem !important;
    margin-right: -13.25rem !important; }
  .sm\:-my-54 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important; }
  .sm\:-mx-54 {
    margin-left: -13.5rem !important;
    margin-right: -13.5rem !important; }
  .sm\:-my-55 {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important; }
  .sm\:-mx-55 {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !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-57 {
    margin-top: -14.25rem !important;
    margin-bottom: -14.25rem !important; }
  .sm\:-mx-57 {
    margin-left: -14.25rem !important;
    margin-right: -14.25rem !important; }
  .sm\:-my-58 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important; }
  .sm\:-mx-58 {
    margin-left: -14.5rem !important;
    margin-right: -14.5rem !important; }
  .sm\:-my-59 {
    margin-top: -14.75rem !important;
    margin-bottom: -14.75rem !important; }
  .sm\:-mx-59 {
    margin-left: -14.75rem !important;
    margin-right: -14.75rem !important; }
  .sm\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important; }
  .sm\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important; }
  .sm\:-my-61 {
    margin-top: -15.25rem !important;
    margin-bottom: -15.25rem !important; }
  .sm\:-mx-61 {
    margin-left: -15.25rem !important;
    margin-right: -15.25rem !important; }
  .sm\:-my-62 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important; }
  .sm\:-mx-62 {
    margin-left: -15.5rem !important;
    margin-right: -15.5rem !important; }
  .sm\:-my-63 {
    margin-top: -15.75rem !important;
    margin-bottom: -15.75rem !important; }
  .sm\:-mx-63 {
    margin-left: -15.75rem !important;
    margin-right: -15.75rem !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-65 {
    margin-top: -16.25rem !important;
    margin-bottom: -16.25rem !important; }
  .sm\:-mx-65 {
    margin-left: -16.25rem !important;
    margin-right: -16.25rem !important; }
  .sm\:-my-66 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important; }
  .sm\:-mx-66 {
    margin-left: -16.5rem !important;
    margin-right: -16.5rem !important; }
  .sm\:-my-67 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important; }
  .sm\:-mx-67 {
    margin-left: -16.75rem !important;
    margin-right: -16.75rem !important; }
  .sm\:-my-68 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important; }
  .sm\:-mx-68 {
    margin-left: -17rem !important;
    margin-right: -17rem !important; }
  .sm\:-my-69 {
    margin-top: -17.25rem !important;
    margin-bottom: -17.25rem !important; }
  .sm\:-mx-69 {
    margin-left: -17.25rem !important;
    margin-right: -17.25rem !important; }
  .sm\:-my-70 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important; }
  .sm\:-mx-70 {
    margin-left: -17.5rem !important;
    margin-right: -17.5rem !important; }
  .sm\:-my-71 {
    margin-top: -17.75rem !important;
    margin-bottom: -17.75rem !important; }
  .sm\:-mx-71 {
    margin-left: -17.75rem !important;
    margin-right: -17.75rem !important; }
  .sm\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .sm\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important; }
  .sm\:-my-73 {
    margin-top: -18.25rem !important;
    margin-bottom: -18.25rem !important; }
  .sm\:-mx-73 {
    margin-left: -18.25rem !important;
    margin-right: -18.25rem !important; }
  .sm\:-my-74 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important; }
  .sm\:-mx-74 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important; }
  .sm\:-my-75 {
    margin-top: -18.75rem !important;
    margin-bottom: -18.75rem !important; }
  .sm\:-mx-75 {
    margin-left: -18.75rem !important;
    margin-right: -18.75rem !important; }
  .sm\:-my-76 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important; }
  .sm\:-mx-76 {
    margin-left: -19rem !important;
    margin-right: -19rem !important; }
  .sm\:-my-77 {
    margin-top: -19.25rem !important;
    margin-bottom: -19.25rem !important; }
  .sm\:-mx-77 {
    margin-left: -19.25rem !important;
    margin-right: -19.25rem !important; }
  .sm\:-my-78 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important; }
  .sm\:-mx-78 {
    margin-left: -19.5rem !important;
    margin-right: -19.5rem !important; }
  .sm\:-my-79 {
    margin-top: -19.75rem !important;
    margin-bottom: -19.75rem !important; }
  .sm\:-mx-79 {
    margin-left: -19.75rem !important;
    margin-right: -19.75rem !important; }
  .sm\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .sm\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important; }
  .sm\:-my-84 {
    margin-top: -21rem !important;
    margin-bottom: -21rem !important; }
  .sm\:-mx-84 {
    margin-left: -21rem !important;
    margin-right: -21rem !important; }
  .sm\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important; }
  .sm\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important; }
  .sm\:-my-92 {
    margin-top: -23rem !important;
    margin-bottom: -23rem !important; }
  .sm\:-mx-92 {
    margin-left: -23rem !important;
    margin-right: -23rem !important; }
  .sm\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important; }
  .sm\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important; }
  .sm\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important; }
  .sm\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important; }
  .sm\:-my-104 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important; }
  .sm\:-mx-104 {
    margin-left: -26rem !important;
    margin-right: -26rem !important; }
  .sm\:-my-108 {
    margin-top: -27rem !important;
    margin-bottom: -27rem !important; }
  .sm\:-mx-108 {
    margin-left: -27rem !important;
    margin-right: -27rem !important; }
  .sm\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important; }
  .sm\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important; }
  .sm\:-my-116 {
    margin-top: -29rem !important;
    margin-bottom: -29rem !important; }
  .sm\:-mx-116 {
    margin-left: -29rem !important;
    margin-right: -29rem !important; }
  .sm\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important; }
  .sm\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important; }
  .sm\:-my-124 {
    margin-top: -31rem !important;
    margin-bottom: -31rem !important; }
  .sm\:-mx-124 {
    margin-left: -31rem !important;
    margin-right: -31rem !important; }
  .sm\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important; }
  .sm\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important; }
  .sm\:-my-132 {
    margin-top: -33rem !important;
    margin-bottom: -33rem !important; }
  .sm\:-mx-132 {
    margin-left: -33rem !important;
    margin-right: -33rem !important; }
  .sm\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important; }
  .sm\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important; }
  .sm\:-my-140 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important; }
  .sm\:-mx-140 {
    margin-left: -35rem !important;
    margin-right: -35rem !important; }
  .sm\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important; }
  .sm\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important; }
  .sm\:-my-148 {
    margin-top: -37rem !important;
    margin-bottom: -37rem !important; }
  .sm\:-mx-148 {
    margin-left: -37rem !important;
    margin-right: -37rem !important; }
  .sm\:-my-152 {
    margin-top: -38rem !important;
    margin-bottom: -38rem !important; }
  .sm\:-mx-152 {
    margin-left: -38rem !important;
    margin-right: -38rem !important; }
  .sm\:-my-156 {
    margin-top: -39rem !important;
    margin-bottom: -39rem !important; }
  .sm\:-mx-156 {
    margin-left: -39rem !important;
    margin-right: -39rem !important; }
  .sm\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important; }
  .sm\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important; }
  .sm\:-my-164 {
    margin-top: -41rem !important;
    margin-bottom: -41rem !important; }
  .sm\:-mx-164 {
    margin-left: -41rem !important;
    margin-right: -41rem !important; }
  .sm\:-my-168 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important; }
  .sm\:-mx-168 {
    margin-left: -42rem !important;
    margin-right: -42rem !important; }
  .sm\:-my-172 {
    margin-top: -43rem !important;
    margin-bottom: -43rem !important; }
  .sm\:-mx-172 {
    margin-left: -43rem !important;
    margin-right: -43rem !important; }
  .sm\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important; }
  .sm\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important; }
  .sm\:-my-180 {
    margin-top: -45rem !important;
    margin-bottom: -45rem !important; }
  .sm\:-mx-180 {
    margin-left: -45rem !important;
    margin-right: -45rem !important; }
  .sm\:-my-184 {
    margin-top: -46rem !important;
    margin-bottom: -46rem !important; }
  .sm\:-mx-184 {
    margin-left: -46rem !important;
    margin-right: -46rem !important; }
  .sm\:-my-188 {
    margin-top: -47rem !important;
    margin-bottom: -47rem !important; }
  .sm\:-mx-188 {
    margin-left: -47rem !important;
    margin-right: -47rem !important; }
  .sm\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important; }
  .sm\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important; }
  .sm\:-my-196 {
    margin-top: -49rem !important;
    margin-bottom: -49rem !important; }
  .sm\:-mx-196 {
    margin-left: -49rem !important;
    margin-right: -49rem !important; }
  .sm\:-my-200 {
    margin-top: -50rem !important;
    margin-bottom: -50rem !important; }
  .sm\:-mx-200 {
    margin-left: -50rem !important;
    margin-right: -50rem !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-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .sm\:-mx-2px {
    margin-left: -2px !important;
    margin-right: -2px !important; }
  .sm\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .sm\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .sm\:-my-2\/2 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .sm\:-mx-2\/2 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .sm\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .sm\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .sm\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .sm\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .sm\:-my-3\/3 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .sm\:-mx-3\/3 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .sm\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important; }
  .sm\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important; }
  .sm\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .sm\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .sm\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important; }
  .sm\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important; }
  .sm\:-my-4\/4 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .sm\:-mx-4\/4 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .sm\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important; }
  .sm\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important; }
  .sm\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important; }
  .sm\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important; }
  .sm\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important; }
  .sm\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important; }
  .sm\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important; }
  .sm\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important; }
  .sm\:-my-5\/5 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .sm\:-mx-5\/5 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .sm\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important; }
  .sm\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important; }
  .sm\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .sm\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .sm\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .sm\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .sm\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .sm\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .sm\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important; }
  .sm\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important; }
  .sm\:-my-6\/6 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .sm\:-mx-6\/6 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .sm\:-my-1\/10 {
    margin-top: -10% !important;
    margin-bottom: -10% !important; }
  .sm\:-mx-1\/10 {
    margin-left: -10% !important;
    margin-right: -10% !important; }
  .sm\:-my-2\/10 {
    margin-top: -20% !important;
    margin-bottom: -20% !important; }
  .sm\:-mx-2\/10 {
    margin-left: -20% !important;
    margin-right: -20% !important; }
  .sm\:-my-3\/10 {
    margin-top: -30% !important;
    margin-bottom: -30% !important; }
  .sm\:-mx-3\/10 {
    margin-left: -30% !important;
    margin-right: -30% !important; }
  .sm\:-my-4\/10 {
    margin-top: -40% !important;
    margin-bottom: -40% !important; }
  .sm\:-mx-4\/10 {
    margin-left: -40% !important;
    margin-right: -40% !important; }
  .sm\:-my-5\/10 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .sm\:-mx-5\/10 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .sm\:-my-6\/10 {
    margin-top: -60% !important;
    margin-bottom: -60% !important; }
  .sm\:-mx-6\/10 {
    margin-left: -60% !important;
    margin-right: -60% !important; }
  .sm\:-my-7\/10 {
    margin-top: -70% !important;
    margin-bottom: -70% !important; }
  .sm\:-mx-7\/10 {
    margin-left: -70% !important;
    margin-right: -70% !important; }
  .sm\:-my-8\/10 {
    margin-top: -80% !important;
    margin-bottom: -80% !important; }
  .sm\:-mx-8\/10 {
    margin-left: -80% !important;
    margin-right: -80% !important; }
  .sm\:-my-9\/10 {
    margin-top: -90% !important;
    margin-bottom: -90% !important; }
  .sm\:-mx-9\/10 {
    margin-left: -90% !important;
    margin-right: -90% !important; }
  .sm\:-my-10\/10 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .sm\:-mx-10\/10 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .sm\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important; }
  .sm\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important; }
  .sm\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important; }
  .sm\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important; }
  .sm\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important; }
  .sm\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important; }
  .sm\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .sm\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .sm\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important; }
  .sm\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important; }
  .sm\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .sm\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .sm\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important; }
  .sm\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important; }
  .sm\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .sm\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .sm\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important; }
  .sm\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important; }
  .sm\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important; }
  .sm\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important; }
  .sm\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important; }
  .sm\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important; }
  .sm\:-my-12\/12 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .sm\:-mx-12\/12 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .sm\:mt-0 {
    margin-top: 0rem !important; }
  .sm\:mr-0 {
    margin-right: 0rem !important; }
  .sm\:mb-0 {
    margin-bottom: 0rem !important; }
  .sm\:ml-0 {
    margin-left: 0rem !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-7 {
    margin-top: 1.75rem !important; }
  .sm\:mr-7 {
    margin-right: 1.75rem !important; }
  .sm\:mb-7 {
    margin-bottom: 1.75rem !important; }
  .sm\:ml-7 {
    margin-left: 1.75rem !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-11 {
    margin-top: 2.75rem !important; }
  .sm\:mr-11 {
    margin-right: 2.75rem !important; }
  .sm\:mb-11 {
    margin-bottom: 2.75rem !important; }
  .sm\:ml-11 {
    margin-left: 2.75rem !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-13 {
    margin-top: 3.25rem !important; }
  .sm\:mr-13 {
    margin-right: 3.25rem !important; }
  .sm\:mb-13 {
    margin-bottom: 3.25rem !important; }
  .sm\:ml-13 {
    margin-left: 3.25rem !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-15 {
    margin-top: 3.75rem !important; }
  .sm\:mr-15 {
    margin-right: 3.75rem !important; }
  .sm\:mb-15 {
    margin-bottom: 3.75rem !important; }
  .sm\:ml-15 {
    margin-left: 3.75rem !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-17 {
    margin-top: 4.25rem !important; }
  .sm\:mr-17 {
    margin-right: 4.25rem !important; }
  .sm\:mb-17 {
    margin-bottom: 4.25rem !important; }
  .sm\:ml-17 {
    margin-left: 4.25rem !important; }
  .sm\:mt-18 {
    margin-top: 4.5rem !important; }
  .sm\:mr-18 {
    margin-right: 4.5rem !important; }
  .sm\:mb-18 {
    margin-bottom: 4.5rem !important; }
  .sm\:ml-18 {
    margin-left: 4.5rem !important; }
  .sm\:mt-19 {
    margin-top: 4.75rem !important; }
  .sm\:mr-19 {
    margin-right: 4.75rem !important; }
  .sm\:mb-19 {
    margin-bottom: 4.75rem !important; }
  .sm\:ml-19 {
    margin-left: 4.75rem !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-21 {
    margin-top: 5.25rem !important; }
  .sm\:mr-21 {
    margin-right: 5.25rem !important; }
  .sm\:mb-21 {
    margin-bottom: 5.25rem !important; }
  .sm\:ml-21 {
    margin-left: 5.25rem !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-23 {
    margin-top: 5.75rem !important; }
  .sm\:mr-23 {
    margin-right: 5.75rem !important; }
  .sm\:mb-23 {
    margin-bottom: 5.75rem !important; }
  .sm\:ml-23 {
    margin-left: 5.75rem !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-26 {
    margin-top: 6.5rem !important; }
  .sm\:mr-26 {
    margin-right: 6.5rem !important; }
  .sm\:mb-26 {
    margin-bottom: 6.5rem !important; }
  .sm\:ml-26 {
    margin-left: 6.5rem !important; }
  .sm\:mt-27 {
    margin-top: 6.75rem !important; }
  .sm\:mr-27 {
    margin-right: 6.75rem !important; }
  .sm\:mb-27 {
    margin-bottom: 6.75rem !important; }
  .sm\:ml-27 {
    margin-left: 6.75rem !important; }
  .sm\:mt-28 {
    margin-top: 7rem !important; }
  .sm\:mr-28 {
    margin-right: 7rem !important; }
  .sm\:mb-28 {
    margin-bottom: 7rem !important; }
  .sm\:ml-28 {
    margin-left: 7rem !important; }
  .sm\:mt-29 {
    margin-top: 7.25rem !important; }
  .sm\:mr-29 {
    margin-right: 7.25rem !important; }
  .sm\:mb-29 {
    margin-bottom: 7.25rem !important; }
  .sm\:ml-29 {
    margin-left: 7.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-31 {
    margin-top: 7.75rem !important; }
  .sm\:mr-31 {
    margin-right: 7.75rem !important; }
  .sm\:mb-31 {
    margin-bottom: 7.75rem !important; }
  .sm\:ml-31 {
    margin-left: 7.75rem !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-33 {
    margin-top: 8.25rem !important; }
  .sm\:mr-33 {
    margin-right: 8.25rem !important; }
  .sm\:mb-33 {
    margin-bottom: 8.25rem !important; }
  .sm\:ml-33 {
    margin-left: 8.25rem !important; }
  .sm\:mt-34 {
    margin-top: 8.5rem !important; }
  .sm\:mr-34 {
    margin-right: 8.5rem !important; }
  .sm\:mb-34 {
    margin-bottom: 8.5rem !important; }
  .sm\:ml-34 {
    margin-left: 8.5rem !important; }
  .sm\:mt-35 {
    margin-top: 8.75rem !important; }
  .sm\:mr-35 {
    margin-right: 8.75rem !important; }
  .sm\:mb-35 {
    margin-bottom: 8.75rem !important; }
  .sm\:ml-35 {
    margin-left: 8.75rem !important; }
  .sm\:mt-36 {
    margin-top: 9rem !important; }
  .sm\:mr-36 {
    margin-right: 9rem !important; }
  .sm\:mb-36 {
    margin-bottom: 9rem !important; }
  .sm\:ml-36 {
    margin-left: 9rem !important; }
  .sm\:mt-37 {
    margin-top: 9.25rem !important; }
  .sm\:mr-37 {
    margin-right: 9.25rem !important; }
  .sm\:mb-37 {
    margin-bottom: 9.25rem !important; }
  .sm\:ml-37 {
    margin-left: 9.25rem !important; }
  .sm\:mt-38 {
    margin-top: 9.5rem !important; }
  .sm\:mr-38 {
    margin-right: 9.5rem !important; }
  .sm\:mb-38 {
    margin-bottom: 9.5rem !important; }
  .sm\:ml-38 {
    margin-left: 9.5rem !important; }
  .sm\:mt-39 {
    margin-top: 9.75rem !important; }
  .sm\:mr-39 {
    margin-right: 9.75rem !important; }
  .sm\:mb-39 {
    margin-bottom: 9.75rem !important; }
  .sm\:ml-39 {
    margin-left: 9.75rem !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-41 {
    margin-top: 10.25rem !important; }
  .sm\:mr-41 {
    margin-right: 10.25rem !important; }
  .sm\:mb-41 {
    margin-bottom: 10.25rem !important; }
  .sm\:ml-41 {
    margin-left: 10.25rem !important; }
  .sm\:mt-42 {
    margin-top: 10.5rem !important; }
  .sm\:mr-42 {
    margin-right: 10.5rem !important; }
  .sm\:mb-42 {
    margin-bottom: 10.5rem !important; }
  .sm\:ml-42 {
    margin-left: 10.5rem !important; }
  .sm\:mt-43 {
    margin-top: 10.75rem !important; }
  .sm\:mr-43 {
    margin-right: 10.75rem !important; }
  .sm\:mb-43 {
    margin-bottom: 10.75rem !important; }
  .sm\:ml-43 {
    margin-left: 10.75rem !important; }
  .sm\:mt-44 {
    margin-top: 11rem !important; }
  .sm\:mr-44 {
    margin-right: 11rem !important; }
  .sm\:mb-44 {
    margin-bottom: 11rem !important; }
  .sm\:ml-44 {
    margin-left: 11rem !important; }
  .sm\:mt-45 {
    margin-top: 11.25rem !important; }
  .sm\:mr-45 {
    margin-right: 11.25rem !important; }
  .sm\:mb-45 {
    margin-bottom: 11.25rem !important; }
  .sm\:ml-45 {
    margin-left: 11.25rem !important; }
  .sm\:mt-46 {
    margin-top: 11.5rem !important; }
  .sm\:mr-46 {
    margin-right: 11.5rem !important; }
  .sm\:mb-46 {
    margin-bottom: 11.5rem !important; }
  .sm\:ml-46 {
    margin-left: 11.5rem !important; }
  .sm\:mt-47 {
    margin-top: 11.75rem !important; }
  .sm\:mr-47 {
    margin-right: 11.75rem !important; }
  .sm\:mb-47 {
    margin-bottom: 11.75rem !important; }
  .sm\:ml-47 {
    margin-left: 11.75rem !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-49 {
    margin-top: 12.25rem !important; }
  .sm\:mr-49 {
    margin-right: 12.25rem !important; }
  .sm\:mb-49 {
    margin-bottom: 12.25rem !important; }
  .sm\:ml-49 {
    margin-left: 12.25rem !important; }
  .sm\:mt-50 {
    margin-top: 12.5rem !important; }
  .sm\:mr-50 {
    margin-right: 12.5rem !important; }
  .sm\:mb-50 {
    margin-bottom: 12.5rem !important; }
  .sm\:ml-50 {
    margin-left: 12.5rem !important; }
  .sm\:mt-51 {
    margin-top: 12.75rem !important; }
  .sm\:mr-51 {
    margin-right: 12.75rem !important; }
  .sm\:mb-51 {
    margin-bottom: 12.75rem !important; }
  .sm\:ml-51 {
    margin-left: 12.75rem !important; }
  .sm\:mt-52 {
    margin-top: 13rem !important; }
  .sm\:mr-52 {
    margin-right: 13rem !important; }
  .sm\:mb-52 {
    margin-bottom: 13rem !important; }
  .sm\:ml-52 {
    margin-left: 13rem !important; }
  .sm\:mt-53 {
    margin-top: 13.25rem !important; }
  .sm\:mr-53 {
    margin-right: 13.25rem !important; }
  .sm\:mb-53 {
    margin-bottom: 13.25rem !important; }
  .sm\:ml-53 {
    margin-left: 13.25rem !important; }
  .sm\:mt-54 {
    margin-top: 13.5rem !important; }
  .sm\:mr-54 {
    margin-right: 13.5rem !important; }
  .sm\:mb-54 {
    margin-bottom: 13.5rem !important; }
  .sm\:ml-54 {
    margin-left: 13.5rem !important; }
  .sm\:mt-55 {
    margin-top: 13.75rem !important; }
  .sm\:mr-55 {
    margin-right: 13.75rem !important; }
  .sm\:mb-55 {
    margin-bottom: 13.75rem !important; }
  .sm\:ml-55 {
    margin-left: 13.75rem !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-57 {
    margin-top: 14.25rem !important; }
  .sm\:mr-57 {
    margin-right: 14.25rem !important; }
  .sm\:mb-57 {
    margin-bottom: 14.25rem !important; }
  .sm\:ml-57 {
    margin-left: 14.25rem !important; }
  .sm\:mt-58 {
    margin-top: 14.5rem !important; }
  .sm\:mr-58 {
    margin-right: 14.5rem !important; }
  .sm\:mb-58 {
    margin-bottom: 14.5rem !important; }
  .sm\:ml-58 {
    margin-left: 14.5rem !important; }
  .sm\:mt-59 {
    margin-top: 14.75rem !important; }
  .sm\:mr-59 {
    margin-right: 14.75rem !important; }
  .sm\:mb-59 {
    margin-bottom: 14.75rem !important; }
  .sm\:ml-59 {
    margin-left: 14.75rem !important; }
  .sm\:mt-60 {
    margin-top: 15rem !important; }
  .sm\:mr-60 {
    margin-right: 15rem !important; }
  .sm\:mb-60 {
    margin-bottom: 15rem !important; }
  .sm\:ml-60 {
    margin-left: 15rem !important; }
  .sm\:mt-61 {
    margin-top: 15.25rem !important; }
  .sm\:mr-61 {
    margin-right: 15.25rem !important; }
  .sm\:mb-61 {
    margin-bottom: 15.25rem !important; }
  .sm\:ml-61 {
    margin-left: 15.25rem !important; }
  .sm\:mt-62 {
    margin-top: 15.5rem !important; }
  .sm\:mr-62 {
    margin-right: 15.5rem !important; }
  .sm\:mb-62 {
    margin-bottom: 15.5rem !important; }
  .sm\:ml-62 {
    margin-left: 15.5rem !important; }
  .sm\:mt-63 {
    margin-top: 15.75rem !important; }
  .sm\:mr-63 {
    margin-right: 15.75rem !important; }
  .sm\:mb-63 {
    margin-bottom: 15.75rem !important; }
  .sm\:ml-63 {
    margin-left: 15.75rem !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-65 {
    margin-top: 16.25rem !important; }
  .sm\:mr-65 {
    margin-right: 16.25rem !important; }
  .sm\:mb-65 {
    margin-bottom: 16.25rem !important; }
  .sm\:ml-65 {
    margin-left: 16.25rem !important; }
  .sm\:mt-66 {
    margin-top: 16.5rem !important; }
  .sm\:mr-66 {
    margin-right: 16.5rem !important; }
  .sm\:mb-66 {
    margin-bottom: 16.5rem !important; }
  .sm\:ml-66 {
    margin-left: 16.5rem !important; }
  .sm\:mt-67 {
    margin-top: 16.75rem !important; }
  .sm\:mr-67 {
    margin-right: 16.75rem !important; }
  .sm\:mb-67 {
    margin-bottom: 16.75rem !important; }
  .sm\:ml-67 {
    margin-left: 16.75rem !important; }
  .sm\:mt-68 {
    margin-top: 17rem !important; }
  .sm\:mr-68 {
    margin-right: 17rem !important; }
  .sm\:mb-68 {
    margin-bottom: 17rem !important; }
  .sm\:ml-68 {
    margin-left: 17rem !important; }
  .sm\:mt-69 {
    margin-top: 17.25rem !important; }
  .sm\:mr-69 {
    margin-right: 17.25rem !important; }
  .sm\:mb-69 {
    margin-bottom: 17.25rem !important; }
  .sm\:ml-69 {
    margin-left: 17.25rem !important; }
  .sm\:mt-70 {
    margin-top: 17.5rem !important; }
  .sm\:mr-70 {
    margin-right: 17.5rem !important; }
  .sm\:mb-70 {
    margin-bottom: 17.5rem !important; }
  .sm\:ml-70 {
    margin-left: 17.5rem !important; }
  .sm\:mt-71 {
    margin-top: 17.75rem !important; }
  .sm\:mr-71 {
    margin-right: 17.75rem !important; }
  .sm\:mb-71 {
    margin-bottom: 17.75rem !important; }
  .sm\:ml-71 {
    margin-left: 17.75rem !important; }
  .sm\:mt-72 {
    margin-top: 18rem !important; }
  .sm\:mr-72 {
    margin-right: 18rem !important; }
  .sm\:mb-72 {
    margin-bottom: 18rem !important; }
  .sm\:ml-72 {
    margin-left: 18rem !important; }
  .sm\:mt-73 {
    margin-top: 18.25rem !important; }
  .sm\:mr-73 {
    margin-right: 18.25rem !important; }
  .sm\:mb-73 {
    margin-bottom: 18.25rem !important; }
  .sm\:ml-73 {
    margin-left: 18.25rem !important; }
  .sm\:mt-74 {
    margin-top: 18.5rem !important; }
  .sm\:mr-74 {
    margin-right: 18.5rem !important; }
  .sm\:mb-74 {
    margin-bottom: 18.5rem !important; }
  .sm\:ml-74 {
    margin-left: 18.5rem !important; }
  .sm\:mt-75 {
    margin-top: 18.75rem !important; }
  .sm\:mr-75 {
    margin-right: 18.75rem !important; }
  .sm\:mb-75 {
    margin-bottom: 18.75rem !important; }
  .sm\:ml-75 {
    margin-left: 18.75rem !important; }
  .sm\:mt-76 {
    margin-top: 19rem !important; }
  .sm\:mr-76 {
    margin-right: 19rem !important; }
  .sm\:mb-76 {
    margin-bottom: 19rem !important; }
  .sm\:ml-76 {
    margin-left: 19rem !important; }
  .sm\:mt-77 {
    margin-top: 19.25rem !important; }
  .sm\:mr-77 {
    margin-right: 19.25rem !important; }
  .sm\:mb-77 {
    margin-bottom: 19.25rem !important; }
  .sm\:ml-77 {
    margin-left: 19.25rem !important; }
  .sm\:mt-78 {
    margin-top: 19.5rem !important; }
  .sm\:mr-78 {
    margin-right: 19.5rem !important; }
  .sm\:mb-78 {
    margin-bottom: 19.5rem !important; }
  .sm\:ml-78 {
    margin-left: 19.5rem !important; }
  .sm\:mt-79 {
    margin-top: 19.75rem !important; }
  .sm\:mr-79 {
    margin-right: 19.75rem !important; }
  .sm\:mb-79 {
    margin-bottom: 19.75rem !important; }
  .sm\:ml-79 {
    margin-left: 19.75rem !important; }
  .sm\:mt-80 {
    margin-top: 20rem !important; }
  .sm\:mr-80 {
    margin-right: 20rem !important; }
  .sm\:mb-80 {
    margin-bottom: 20rem !important; }
  .sm\:ml-80 {
    margin-left: 20rem !important; }
  .sm\:mt-84 {
    margin-top: 21rem !important; }
  .sm\:mr-84 {
    margin-right: 21rem !important; }
  .sm\:mb-84 {
    margin-bottom: 21rem !important; }
  .sm\:ml-84 {
    margin-left: 21rem !important; }
  .sm\:mt-88 {
    margin-top: 22rem !important; }
  .sm\:mr-88 {
    margin-right: 22rem !important; }
  .sm\:mb-88 {
    margin-bottom: 22rem !important; }
  .sm\:ml-88 {
    margin-left: 22rem !important; }
  .sm\:mt-92 {
    margin-top: 23rem !important; }
  .sm\:mr-92 {
    margin-right: 23rem !important; }
  .sm\:mb-92 {
    margin-bottom: 23rem !important; }
  .sm\:ml-92 {
    margin-left: 23rem !important; }
  .sm\:mt-96 {
    margin-top: 24rem !important; }
  .sm\:mr-96 {
    margin-right: 24rem !important; }
  .sm\:mb-96 {
    margin-bottom: 24rem !important; }
  .sm\:ml-96 {
    margin-left: 24rem !important; }
  .sm\:mt-100 {
    margin-top: 25rem !important; }
  .sm\:mr-100 {
    margin-right: 25rem !important; }
  .sm\:mb-100 {
    margin-bottom: 25rem !important; }
  .sm\:ml-100 {
    margin-left: 25rem !important; }
  .sm\:mt-104 {
    margin-top: 26rem !important; }
  .sm\:mr-104 {
    margin-right: 26rem !important; }
  .sm\:mb-104 {
    margin-bottom: 26rem !important; }
  .sm\:ml-104 {
    margin-left: 26rem !important; }
  .sm\:mt-108 {
    margin-top: 27rem !important; }
  .sm\:mr-108 {
    margin-right: 27rem !important; }
  .sm\:mb-108 {
    margin-bottom: 27rem !important; }
  .sm\:ml-108 {
    margin-left: 27rem !important; }
  .sm\:mt-112 {
    margin-top: 28rem !important; }
  .sm\:mr-112 {
    margin-right: 28rem !important; }
  .sm\:mb-112 {
    margin-bottom: 28rem !important; }
  .sm\:ml-112 {
    margin-left: 28rem !important; }
  .sm\:mt-116 {
    margin-top: 29rem !important; }
  .sm\:mr-116 {
    margin-right: 29rem !important; }
  .sm\:mb-116 {
    margin-bottom: 29rem !important; }
  .sm\:ml-116 {
    margin-left: 29rem !important; }
  .sm\:mt-120 {
    margin-top: 30rem !important; }
  .sm\:mr-120 {
    margin-right: 30rem !important; }
  .sm\:mb-120 {
    margin-bottom: 30rem !important; }
  .sm\:ml-120 {
    margin-left: 30rem !important; }
  .sm\:mt-124 {
    margin-top: 31rem !important; }
  .sm\:mr-124 {
    margin-right: 31rem !important; }
  .sm\:mb-124 {
    margin-bottom: 31rem !important; }
  .sm\:ml-124 {
    margin-left: 31rem !important; }
  .sm\:mt-128 {
    margin-top: 32rem !important; }
  .sm\:mr-128 {
    margin-right: 32rem !important; }
  .sm\:mb-128 {
    margin-bottom: 32rem !important; }
  .sm\:ml-128 {
    margin-left: 32rem !important; }
  .sm\:mt-132 {
    margin-top: 33rem !important; }
  .sm\:mr-132 {
    margin-right: 33rem !important; }
  .sm\:mb-132 {
    margin-bottom: 33rem !important; }
  .sm\:ml-132 {
    margin-left: 33rem !important; }
  .sm\:mt-136 {
    margin-top: 34rem !important; }
  .sm\:mr-136 {
    margin-right: 34rem !important; }
  .sm\:mb-136 {
    margin-bottom: 34rem !important; }
  .sm\:ml-136 {
    margin-left: 34rem !important; }
  .sm\:mt-140 {
    margin-top: 35rem !important; }
  .sm\:mr-140 {
    margin-right: 35rem !important; }
  .sm\:mb-140 {
    margin-bottom: 35rem !important; }
  .sm\:ml-140 {
    margin-left: 35rem !important; }
  .sm\:mt-144 {
    margin-top: 36rem !important; }
  .sm\:mr-144 {
    margin-right: 36rem !important; }
  .sm\:mb-144 {
    margin-bottom: 36rem !important; }
  .sm\:ml-144 {
    margin-left: 36rem !important; }
  .sm\:mt-148 {
    margin-top: 37rem !important; }
  .sm\:mr-148 {
    margin-right: 37rem !important; }
  .sm\:mb-148 {
    margin-bottom: 37rem !important; }
  .sm\:ml-148 {
    margin-left: 37rem !important; }
  .sm\:mt-152 {
    margin-top: 38rem !important; }
  .sm\:mr-152 {
    margin-right: 38rem !important; }
  .sm\:mb-152 {
    margin-bottom: 38rem !important; }
  .sm\:ml-152 {
    margin-left: 38rem !important; }
  .sm\:mt-156 {
    margin-top: 39rem !important; }
  .sm\:mr-156 {
    margin-right: 39rem !important; }
  .sm\:mb-156 {
    margin-bottom: 39rem !important; }
  .sm\:ml-156 {
    margin-left: 39rem !important; }
  .sm\:mt-160 {
    margin-top: 40rem !important; }
  .sm\:mr-160 {
    margin-right: 40rem !important; }
  .sm\:mb-160 {
    margin-bottom: 40rem !important; }
  .sm\:ml-160 {
    margin-left: 40rem !important; }
  .sm\:mt-164 {
    margin-top: 41rem !important; }
  .sm\:mr-164 {
    margin-right: 41rem !important; }
  .sm\:mb-164 {
    margin-bottom: 41rem !important; }
  .sm\:ml-164 {
    margin-left: 41rem !important; }
  .sm\:mt-168 {
    margin-top: 42rem !important; }
  .sm\:mr-168 {
    margin-right: 42rem !important; }
  .sm\:mb-168 {
    margin-bottom: 42rem !important; }
  .sm\:ml-168 {
    margin-left: 42rem !important; }
  .sm\:mt-172 {
    margin-top: 43rem !important; }
  .sm\:mr-172 {
    margin-right: 43rem !important; }
  .sm\:mb-172 {
    margin-bottom: 43rem !important; }
  .sm\:ml-172 {
    margin-left: 43rem !important; }
  .sm\:mt-176 {
    margin-top: 44rem !important; }
  .sm\:mr-176 {
    margin-right: 44rem !important; }
  .sm\:mb-176 {
    margin-bottom: 44rem !important; }
  .sm\:ml-176 {
    margin-left: 44rem !important; }
  .sm\:mt-180 {
    margin-top: 45rem !important; }
  .sm\:mr-180 {
    margin-right: 45rem !important; }
  .sm\:mb-180 {
    margin-bottom: 45rem !important; }
  .sm\:ml-180 {
    margin-left: 45rem !important; }
  .sm\:mt-184 {
    margin-top: 46rem !important; }
  .sm\:mr-184 {
    margin-right: 46rem !important; }
  .sm\:mb-184 {
    margin-bottom: 46rem !important; }
  .sm\:ml-184 {
    margin-left: 46rem !important; }
  .sm\:mt-188 {
    margin-top: 47rem !important; }
  .sm\:mr-188 {
    margin-right: 47rem !important; }
  .sm\:mb-188 {
    margin-bottom: 47rem !important; }
  .sm\:ml-188 {
    margin-left: 47rem !important; }
  .sm\:mt-192 {
    margin-top: 48rem !important; }
  .sm\:mr-192 {
    margin-right: 48rem !important; }
  .sm\:mb-192 {
    margin-bottom: 48rem !important; }
  .sm\:ml-192 {
    margin-left: 48rem !important; }
  .sm\:mt-196 {
    margin-top: 49rem !important; }
  .sm\:mr-196 {
    margin-right: 49rem !important; }
  .sm\:mb-196 {
    margin-bottom: 49rem !important; }
  .sm\:ml-196 {
    margin-left: 49rem !important; }
  .sm\:mt-200 {
    margin-top: 50rem !important; }
  .sm\:mr-200 {
    margin-right: 50rem !important; }
  .sm\:mb-200 {
    margin-bottom: 50rem !important; }
  .sm\:ml-200 {
    margin-left: 50rem !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-2px {
    margin-top: 2px !important; }
  .sm\:mr-2px {
    margin-right: 2px !important; }
  .sm\:mb-2px {
    margin-bottom: 2px !important; }
  .sm\:ml-2px {
    margin-left: 2px !important; }
  .sm\:mt-1\/2 {
    margin-top: 50% !important; }
  .sm\:mr-1\/2 {
    margin-right: 50% !important; }
  .sm\:mb-1\/2 {
    margin-bottom: 50% !important; }
  .sm\:ml-1\/2 {
    margin-left: 50% !important; }
  .sm\:mt-2\/2 {
    margin-top: 100% !important; }
  .sm\:mr-2\/2 {
    margin-right: 100% !important; }
  .sm\:mb-2\/2 {
    margin-bottom: 100% !important; }
  .sm\:ml-2\/2 {
    margin-left: 100% !important; }
  .sm\:mt-1\/3 {
    margin-top: 33.333333% !important; }
  .sm\:mr-1\/3 {
    margin-right: 33.333333% !important; }
  .sm\:mb-1\/3 {
    margin-bottom: 33.333333% !important; }
  .sm\:ml-1\/3 {
    margin-left: 33.333333% !important; }
  .sm\:mt-2\/3 {
    margin-top: 66.666667% !important; }
  .sm\:mr-2\/3 {
    margin-right: 66.666667% !important; }
  .sm\:mb-2\/3 {
    margin-bottom: 66.666667% !important; }
  .sm\:ml-2\/3 {
    margin-left: 66.666667% !important; }
  .sm\:mt-3\/3 {
    margin-top: 100% !important; }
  .sm\:mr-3\/3 {
    margin-right: 100% !important; }
  .sm\:mb-3\/3 {
    margin-bottom: 100% !important; }
  .sm\:ml-3\/3 {
    margin-left: 100% !important; }
  .sm\:mt-1\/4 {
    margin-top: 25% !important; }
  .sm\:mr-1\/4 {
    margin-right: 25% !important; }
  .sm\:mb-1\/4 {
    margin-bottom: 25% !important; }
  .sm\:ml-1\/4 {
    margin-left: 25% !important; }
  .sm\:mt-2\/4 {
    margin-top: 50% !important; }
  .sm\:mr-2\/4 {
    margin-right: 50% !important; }
  .sm\:mb-2\/4 {
    margin-bottom: 50% !important; }
  .sm\:ml-2\/4 {
    margin-left: 50% !important; }
  .sm\:mt-3\/4 {
    margin-top: 75% !important; }
  .sm\:mr-3\/4 {
    margin-right: 75% !important; }
  .sm\:mb-3\/4 {
    margin-bottom: 75% !important; }
  .sm\:ml-3\/4 {
    margin-left: 75% !important; }
  .sm\:mt-4\/4 {
    margin-top: 100% !important; }
  .sm\:mr-4\/4 {
    margin-right: 100% !important; }
  .sm\:mb-4\/4 {
    margin-bottom: 100% !important; }
  .sm\:ml-4\/4 {
    margin-left: 100% !important; }
  .sm\:mt-1\/5 {
    margin-top: 20% !important; }
  .sm\:mr-1\/5 {
    margin-right: 20% !important; }
  .sm\:mb-1\/5 {
    margin-bottom: 20% !important; }
  .sm\:ml-1\/5 {
    margin-left: 20% !important; }
  .sm\:mt-2\/5 {
    margin-top: 40% !important; }
  .sm\:mr-2\/5 {
    margin-right: 40% !important; }
  .sm\:mb-2\/5 {
    margin-bottom: 40% !important; }
  .sm\:ml-2\/5 {
    margin-left: 40% !important; }
  .sm\:mt-3\/5 {
    margin-top: 60% !important; }
  .sm\:mr-3\/5 {
    margin-right: 60% !important; }
  .sm\:mb-3\/5 {
    margin-bottom: 60% !important; }
  .sm\:ml-3\/5 {
    margin-left: 60% !important; }
  .sm\:mt-4\/5 {
    margin-top: 80% !important; }
  .sm\:mr-4\/5 {
    margin-right: 80% !important; }
  .sm\:mb-4\/5 {
    margin-bottom: 80% !important; }
  .sm\:ml-4\/5 {
    margin-left: 80% !important; }
  .sm\:mt-5\/5 {
    margin-top: 100% !important; }
  .sm\:mr-5\/5 {
    margin-right: 100% !important; }
  .sm\:mb-5\/5 {
    margin-bottom: 100% !important; }
  .sm\:ml-5\/5 {
    margin-left: 100% !important; }
  .sm\:mt-1\/6 {
    margin-top: 16.666667% !important; }
  .sm\:mr-1\/6 {
    margin-right: 16.666667% !important; }
  .sm\:mb-1\/6 {
    margin-bottom: 16.666667% !important; }
  .sm\:ml-1\/6 {
    margin-left: 16.666667% !important; }
  .sm\:mt-2\/6 {
    margin-top: 33.333333% !important; }
  .sm\:mr-2\/6 {
    margin-right: 33.333333% !important; }
  .sm\:mb-2\/6 {
    margin-bottom: 33.333333% !important; }
  .sm\:ml-2\/6 {
    margin-left: 33.333333% !important; }
  .sm\:mt-3\/6 {
    margin-top: 50% !important; }
  .sm\:mr-3\/6 {
    margin-right: 50% !important; }
  .sm\:mb-3\/6 {
    margin-bottom: 50% !important; }
  .sm\:ml-3\/6 {
    margin-left: 50% !important; }
  .sm\:mt-4\/6 {
    margin-top: 66.666667% !important; }
  .sm\:mr-4\/6 {
    margin-right: 66.666667% !important; }
  .sm\:mb-4\/6 {
    margin-bottom: 66.666667% !important; }
  .sm\:ml-4\/6 {
    margin-left: 66.666667% !important; }
  .sm\:mt-5\/6 {
    margin-top: 83.333333% !important; }
  .sm\:mr-5\/6 {
    margin-right: 83.333333% !important; }
  .sm\:mb-5\/6 {
    margin-bottom: 83.333333% !important; }
  .sm\:ml-5\/6 {
    margin-left: 83.333333% !important; }
  .sm\:mt-6\/6 {
    margin-top: 100% !important; }
  .sm\:mr-6\/6 {
    margin-right: 100% !important; }
  .sm\:mb-6\/6 {
    margin-bottom: 100% !important; }
  .sm\:ml-6\/6 {
    margin-left: 100% !important; }
  .sm\:mt-1\/10 {
    margin-top: 10% !important; }
  .sm\:mr-1\/10 {
    margin-right: 10% !important; }
  .sm\:mb-1\/10 {
    margin-bottom: 10% !important; }
  .sm\:ml-1\/10 {
    margin-left: 10% !important; }
  .sm\:mt-2\/10 {
    margin-top: 20% !important; }
  .sm\:mr-2\/10 {
    margin-right: 20% !important; }
  .sm\:mb-2\/10 {
    margin-bottom: 20% !important; }
  .sm\:ml-2\/10 {
    margin-left: 20% !important; }
  .sm\:mt-3\/10 {
    margin-top: 30% !important; }
  .sm\:mr-3\/10 {
    margin-right: 30% !important; }
  .sm\:mb-3\/10 {
    margin-bottom: 30% !important; }
  .sm\:ml-3\/10 {
    margin-left: 30% !important; }
  .sm\:mt-4\/10 {
    margin-top: 40% !important; }
  .sm\:mr-4\/10 {
    margin-right: 40% !important; }
  .sm\:mb-4\/10 {
    margin-bottom: 40% !important; }
  .sm\:ml-4\/10 {
    margin-left: 40% !important; }
  .sm\:mt-5\/10 {
    margin-top: 50% !important; }
  .sm\:mr-5\/10 {
    margin-right: 50% !important; }
  .sm\:mb-5\/10 {
    margin-bottom: 50% !important; }
  .sm\:ml-5\/10 {
    margin-left: 50% !important; }
  .sm\:mt-6\/10 {
    margin-top: 60% !important; }
  .sm\:mr-6\/10 {
    margin-right: 60% !important; }
  .sm\:mb-6\/10 {
    margin-bottom: 60% !important; }
  .sm\:ml-6\/10 {
    margin-left: 60% !important; }
  .sm\:mt-7\/10 {
    margin-top: 70% !important; }
  .sm\:mr-7\/10 {
    margin-right: 70% !important; }
  .sm\:mb-7\/10 {
    margin-bottom: 70% !important; }
  .sm\:ml-7\/10 {
    margin-left: 70% !important; }
  .sm\:mt-8\/10 {
    margin-top: 80% !important; }
  .sm\:mr-8\/10 {
    margin-right: 80% !important; }
  .sm\:mb-8\/10 {
    margin-bottom: 80% !important; }
  .sm\:ml-8\/10 {
    margin-left: 80% !important; }
  .sm\:mt-9\/10 {
    margin-top: 90% !important; }
  .sm\:mr-9\/10 {
    margin-right: 90% !important; }
  .sm\:mb-9\/10 {
    margin-bottom: 90% !important; }
  .sm\:ml-9\/10 {
    margin-left: 90% !important; }
  .sm\:mt-10\/10 {
    margin-top: 100% !important; }
  .sm\:mr-10\/10 {
    margin-right: 100% !important; }
  .sm\:mb-10\/10 {
    margin-bottom: 100% !important; }
  .sm\:ml-10\/10 {
    margin-left: 100% !important; }
  .sm\:mt-1\/12 {
    margin-top: 8.333333% !important; }
  .sm\:mr-1\/12 {
    margin-right: 8.333333% !important; }
  .sm\:mb-1\/12 {
    margin-bottom: 8.333333% !important; }
  .sm\:ml-1\/12 {
    margin-left: 8.333333% !important; }
  .sm\:mt-2\/12 {
    margin-top: 16.666667% !important; }
  .sm\:mr-2\/12 {
    margin-right: 16.666667% !important; }
  .sm\:mb-2\/12 {
    margin-bottom: 16.666667% !important; }
  .sm\:ml-2\/12 {
    margin-left: 16.666667% !important; }
  .sm\:mt-3\/12 {
    margin-top: 25% !important; }
  .sm\:mr-3\/12 {
    margin-right: 25% !important; }
  .sm\:mb-3\/12 {
    margin-bottom: 25% !important; }
  .sm\:ml-3\/12 {
    margin-left: 25% !important; }
  .sm\:mt-4\/12 {
    margin-top: 33.333333% !important; }
  .sm\:mr-4\/12 {
    margin-right: 33.333333% !important; }
  .sm\:mb-4\/12 {
    margin-bottom: 33.333333% !important; }
  .sm\:ml-4\/12 {
    margin-left: 33.333333% !important; }
  .sm\:mt-5\/12 {
    margin-top: 41.666667% !important; }
  .sm\:mr-5\/12 {
    margin-right: 41.666667% !important; }
  .sm\:mb-5\/12 {
    margin-bottom: 41.666667% !important; }
  .sm\:ml-5\/12 {
    margin-left: 41.666667% !important; }
  .sm\:mt-6\/12 {
    margin-top: 50% !important; }
  .sm\:mr-6\/12 {
    margin-right: 50% !important; }
  .sm\:mb-6\/12 {
    margin-bottom: 50% !important; }
  .sm\:ml-6\/12 {
    margin-left: 50% !important; }
  .sm\:mt-7\/12 {
    margin-top: 58.333333% !important; }
  .sm\:mr-7\/12 {
    margin-right: 58.333333% !important; }
  .sm\:mb-7\/12 {
    margin-bottom: 58.333333% !important; }
  .sm\:ml-7\/12 {
    margin-left: 58.333333% !important; }
  .sm\:mt-8\/12 {
    margin-top: 66.666667% !important; }
  .sm\:mr-8\/12 {
    margin-right: 66.666667% !important; }
  .sm\:mb-8\/12 {
    margin-bottom: 66.666667% !important; }
  .sm\:ml-8\/12 {
    margin-left: 66.666667% !important; }
  .sm\:mt-9\/12 {
    margin-top: 75% !important; }
  .sm\:mr-9\/12 {
    margin-right: 75% !important; }
  .sm\:mb-9\/12 {
    margin-bottom: 75% !important; }
  .sm\:ml-9\/12 {
    margin-left: 75% !important; }
  .sm\:mt-10\/12 {
    margin-top: 83.333333% !important; }
  .sm\:mr-10\/12 {
    margin-right: 83.333333% !important; }
  .sm\:mb-10\/12 {
    margin-bottom: 83.333333% !important; }
  .sm\:ml-10\/12 {
    margin-left: 83.333333% !important; }
  .sm\:mt-11\/12 {
    margin-top: 91.666667% !important; }
  .sm\:mr-11\/12 {
    margin-right: 91.666667% !important; }
  .sm\:mb-11\/12 {
    margin-bottom: 91.666667% !important; }
  .sm\:ml-11\/12 {
    margin-left: 91.666667% !important; }
  .sm\:mt-12\/12 {
    margin-top: 100% !important; }
  .sm\:mr-12\/12 {
    margin-right: 100% !important; }
  .sm\:mb-12\/12 {
    margin-bottom: 100% !important; }
  .sm\:ml-12\/12 {
    margin-left: 100% !important; }
  .sm\:-mt-0 {
    margin-top: 0rem !important; }
  .sm\:-mr-0 {
    margin-right: 0rem !important; }
  .sm\:-mb-0 {
    margin-bottom: 0rem !important; }
  .sm\:-ml-0 {
    margin-left: 0rem !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-7 {
    margin-top: -1.75rem !important; }
  .sm\:-mr-7 {
    margin-right: -1.75rem !important; }
  .sm\:-mb-7 {
    margin-bottom: -1.75rem !important; }
  .sm\:-ml-7 {
    margin-left: -1.75rem !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-11 {
    margin-top: -2.75rem !important; }
  .sm\:-mr-11 {
    margin-right: -2.75rem !important; }
  .sm\:-mb-11 {
    margin-bottom: -2.75rem !important; }
  .sm\:-ml-11 {
    margin-left: -2.75rem !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-13 {
    margin-top: -3.25rem !important; }
  .sm\:-mr-13 {
    margin-right: -3.25rem !important; }
  .sm\:-mb-13 {
    margin-bottom: -3.25rem !important; }
  .sm\:-ml-13 {
    margin-left: -3.25rem !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-15 {
    margin-top: -3.75rem !important; }
  .sm\:-mr-15 {
    margin-right: -3.75rem !important; }
  .sm\:-mb-15 {
    margin-bottom: -3.75rem !important; }
  .sm\:-ml-15 {
    margin-left: -3.75rem !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-17 {
    margin-top: -4.25rem !important; }
  .sm\:-mr-17 {
    margin-right: -4.25rem !important; }
  .sm\:-mb-17 {
    margin-bottom: -4.25rem !important; }
  .sm\:-ml-17 {
    margin-left: -4.25rem !important; }
  .sm\:-mt-18 {
    margin-top: -4.5rem !important; }
  .sm\:-mr-18 {
    margin-right: -4.5rem !important; }
  .sm\:-mb-18 {
    margin-bottom: -4.5rem !important; }
  .sm\:-ml-18 {
    margin-left: -4.5rem !important; }
  .sm\:-mt-19 {
    margin-top: -4.75rem !important; }
  .sm\:-mr-19 {
    margin-right: -4.75rem !important; }
  .sm\:-mb-19 {
    margin-bottom: -4.75rem !important; }
  .sm\:-ml-19 {
    margin-left: -4.75rem !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-21 {
    margin-top: -5.25rem !important; }
  .sm\:-mr-21 {
    margin-right: -5.25rem !important; }
  .sm\:-mb-21 {
    margin-bottom: -5.25rem !important; }
  .sm\:-ml-21 {
    margin-left: -5.25rem !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-23 {
    margin-top: -5.75rem !important; }
  .sm\:-mr-23 {
    margin-right: -5.75rem !important; }
  .sm\:-mb-23 {
    margin-bottom: -5.75rem !important; }
  .sm\:-ml-23 {
    margin-left: -5.75rem !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-26 {
    margin-top: -6.5rem !important; }
  .sm\:-mr-26 {
    margin-right: -6.5rem !important; }
  .sm\:-mb-26 {
    margin-bottom: -6.5rem !important; }
  .sm\:-ml-26 {
    margin-left: -6.5rem !important; }
  .sm\:-mt-27 {
    margin-top: -6.75rem !important; }
  .sm\:-mr-27 {
    margin-right: -6.75rem !important; }
  .sm\:-mb-27 {
    margin-bottom: -6.75rem !important; }
  .sm\:-ml-27 {
    margin-left: -6.75rem !important; }
  .sm\:-mt-28 {
    margin-top: -7rem !important; }
  .sm\:-mr-28 {
    margin-right: -7rem !important; }
  .sm\:-mb-28 {
    margin-bottom: -7rem !important; }
  .sm\:-ml-28 {
    margin-left: -7rem !important; }
  .sm\:-mt-29 {
    margin-top: -7.25rem !important; }
  .sm\:-mr-29 {
    margin-right: -7.25rem !important; }
  .sm\:-mb-29 {
    margin-bottom: -7.25rem !important; }
  .sm\:-ml-29 {
    margin-left: -7.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-31 {
    margin-top: -7.75rem !important; }
  .sm\:-mr-31 {
    margin-right: -7.75rem !important; }
  .sm\:-mb-31 {
    margin-bottom: -7.75rem !important; }
  .sm\:-ml-31 {
    margin-left: -7.75rem !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-33 {
    margin-top: -8.25rem !important; }
  .sm\:-mr-33 {
    margin-right: -8.25rem !important; }
  .sm\:-mb-33 {
    margin-bottom: -8.25rem !important; }
  .sm\:-ml-33 {
    margin-left: -8.25rem !important; }
  .sm\:-mt-34 {
    margin-top: -8.5rem !important; }
  .sm\:-mr-34 {
    margin-right: -8.5rem !important; }
  .sm\:-mb-34 {
    margin-bottom: -8.5rem !important; }
  .sm\:-ml-34 {
    margin-left: -8.5rem !important; }
  .sm\:-mt-35 {
    margin-top: -8.75rem !important; }
  .sm\:-mr-35 {
    margin-right: -8.75rem !important; }
  .sm\:-mb-35 {
    margin-bottom: -8.75rem !important; }
  .sm\:-ml-35 {
    margin-left: -8.75rem !important; }
  .sm\:-mt-36 {
    margin-top: -9rem !important; }
  .sm\:-mr-36 {
    margin-right: -9rem !important; }
  .sm\:-mb-36 {
    margin-bottom: -9rem !important; }
  .sm\:-ml-36 {
    margin-left: -9rem !important; }
  .sm\:-mt-37 {
    margin-top: -9.25rem !important; }
  .sm\:-mr-37 {
    margin-right: -9.25rem !important; }
  .sm\:-mb-37 {
    margin-bottom: -9.25rem !important; }
  .sm\:-ml-37 {
    margin-left: -9.25rem !important; }
  .sm\:-mt-38 {
    margin-top: -9.5rem !important; }
  .sm\:-mr-38 {
    margin-right: -9.5rem !important; }
  .sm\:-mb-38 {
    margin-bottom: -9.5rem !important; }
  .sm\:-ml-38 {
    margin-left: -9.5rem !important; }
  .sm\:-mt-39 {
    margin-top: -9.75rem !important; }
  .sm\:-mr-39 {
    margin-right: -9.75rem !important; }
  .sm\:-mb-39 {
    margin-bottom: -9.75rem !important; }
  .sm\:-ml-39 {
    margin-left: -9.75rem !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-41 {
    margin-top: -10.25rem !important; }
  .sm\:-mr-41 {
    margin-right: -10.25rem !important; }
  .sm\:-mb-41 {
    margin-bottom: -10.25rem !important; }
  .sm\:-ml-41 {
    margin-left: -10.25rem !important; }
  .sm\:-mt-42 {
    margin-top: -10.5rem !important; }
  .sm\:-mr-42 {
    margin-right: -10.5rem !important; }
  .sm\:-mb-42 {
    margin-bottom: -10.5rem !important; }
  .sm\:-ml-42 {
    margin-left: -10.5rem !important; }
  .sm\:-mt-43 {
    margin-top: -10.75rem !important; }
  .sm\:-mr-43 {
    margin-right: -10.75rem !important; }
  .sm\:-mb-43 {
    margin-bottom: -10.75rem !important; }
  .sm\:-ml-43 {
    margin-left: -10.75rem !important; }
  .sm\:-mt-44 {
    margin-top: -11rem !important; }
  .sm\:-mr-44 {
    margin-right: -11rem !important; }
  .sm\:-mb-44 {
    margin-bottom: -11rem !important; }
  .sm\:-ml-44 {
    margin-left: -11rem !important; }
  .sm\:-mt-45 {
    margin-top: -11.25rem !important; }
  .sm\:-mr-45 {
    margin-right: -11.25rem !important; }
  .sm\:-mb-45 {
    margin-bottom: -11.25rem !important; }
  .sm\:-ml-45 {
    margin-left: -11.25rem !important; }
  .sm\:-mt-46 {
    margin-top: -11.5rem !important; }
  .sm\:-mr-46 {
    margin-right: -11.5rem !important; }
  .sm\:-mb-46 {
    margin-bottom: -11.5rem !important; }
  .sm\:-ml-46 {
    margin-left: -11.5rem !important; }
  .sm\:-mt-47 {
    margin-top: -11.75rem !important; }
  .sm\:-mr-47 {
    margin-right: -11.75rem !important; }
  .sm\:-mb-47 {
    margin-bottom: -11.75rem !important; }
  .sm\:-ml-47 {
    margin-left: -11.75rem !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-49 {
    margin-top: -12.25rem !important; }
  .sm\:-mr-49 {
    margin-right: -12.25rem !important; }
  .sm\:-mb-49 {
    margin-bottom: -12.25rem !important; }
  .sm\:-ml-49 {
    margin-left: -12.25rem !important; }
  .sm\:-mt-50 {
    margin-top: -12.5rem !important; }
  .sm\:-mr-50 {
    margin-right: -12.5rem !important; }
  .sm\:-mb-50 {
    margin-bottom: -12.5rem !important; }
  .sm\:-ml-50 {
    margin-left: -12.5rem !important; }
  .sm\:-mt-51 {
    margin-top: -12.75rem !important; }
  .sm\:-mr-51 {
    margin-right: -12.75rem !important; }
  .sm\:-mb-51 {
    margin-bottom: -12.75rem !important; }
  .sm\:-ml-51 {
    margin-left: -12.75rem !important; }
  .sm\:-mt-52 {
    margin-top: -13rem !important; }
  .sm\:-mr-52 {
    margin-right: -13rem !important; }
  .sm\:-mb-52 {
    margin-bottom: -13rem !important; }
  .sm\:-ml-52 {
    margin-left: -13rem !important; }
  .sm\:-mt-53 {
    margin-top: -13.25rem !important; }
  .sm\:-mr-53 {
    margin-right: -13.25rem !important; }
  .sm\:-mb-53 {
    margin-bottom: -13.25rem !important; }
  .sm\:-ml-53 {
    margin-left: -13.25rem !important; }
  .sm\:-mt-54 {
    margin-top: -13.5rem !important; }
  .sm\:-mr-54 {
    margin-right: -13.5rem !important; }
  .sm\:-mb-54 {
    margin-bottom: -13.5rem !important; }
  .sm\:-ml-54 {
    margin-left: -13.5rem !important; }
  .sm\:-mt-55 {
    margin-top: -13.75rem !important; }
  .sm\:-mr-55 {
    margin-right: -13.75rem !important; }
  .sm\:-mb-55 {
    margin-bottom: -13.75rem !important; }
  .sm\:-ml-55 {
    margin-left: -13.75rem !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-57 {
    margin-top: -14.25rem !important; }
  .sm\:-mr-57 {
    margin-right: -14.25rem !important; }
  .sm\:-mb-57 {
    margin-bottom: -14.25rem !important; }
  .sm\:-ml-57 {
    margin-left: -14.25rem !important; }
  .sm\:-mt-58 {
    margin-top: -14.5rem !important; }
  .sm\:-mr-58 {
    margin-right: -14.5rem !important; }
  .sm\:-mb-58 {
    margin-bottom: -14.5rem !important; }
  .sm\:-ml-58 {
    margin-left: -14.5rem !important; }
  .sm\:-mt-59 {
    margin-top: -14.75rem !important; }
  .sm\:-mr-59 {
    margin-right: -14.75rem !important; }
  .sm\:-mb-59 {
    margin-bottom: -14.75rem !important; }
  .sm\:-ml-59 {
    margin-left: -14.75rem !important; }
  .sm\:-mt-60 {
    margin-top: -15rem !important; }
  .sm\:-mr-60 {
    margin-right: -15rem !important; }
  .sm\:-mb-60 {
    margin-bottom: -15rem !important; }
  .sm\:-ml-60 {
    margin-left: -15rem !important; }
  .sm\:-mt-61 {
    margin-top: -15.25rem !important; }
  .sm\:-mr-61 {
    margin-right: -15.25rem !important; }
  .sm\:-mb-61 {
    margin-bottom: -15.25rem !important; }
  .sm\:-ml-61 {
    margin-left: -15.25rem !important; }
  .sm\:-mt-62 {
    margin-top: -15.5rem !important; }
  .sm\:-mr-62 {
    margin-right: -15.5rem !important; }
  .sm\:-mb-62 {
    margin-bottom: -15.5rem !important; }
  .sm\:-ml-62 {
    margin-left: -15.5rem !important; }
  .sm\:-mt-63 {
    margin-top: -15.75rem !important; }
  .sm\:-mr-63 {
    margin-right: -15.75rem !important; }
  .sm\:-mb-63 {
    margin-bottom: -15.75rem !important; }
  .sm\:-ml-63 {
    margin-left: -15.75rem !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-65 {
    margin-top: -16.25rem !important; }
  .sm\:-mr-65 {
    margin-right: -16.25rem !important; }
  .sm\:-mb-65 {
    margin-bottom: -16.25rem !important; }
  .sm\:-ml-65 {
    margin-left: -16.25rem !important; }
  .sm\:-mt-66 {
    margin-top: -16.5rem !important; }
  .sm\:-mr-66 {
    margin-right: -16.5rem !important; }
  .sm\:-mb-66 {
    margin-bottom: -16.5rem !important; }
  .sm\:-ml-66 {
    margin-left: -16.5rem !important; }
  .sm\:-mt-67 {
    margin-top: -16.75rem !important; }
  .sm\:-mr-67 {
    margin-right: -16.75rem !important; }
  .sm\:-mb-67 {
    margin-bottom: -16.75rem !important; }
  .sm\:-ml-67 {
    margin-left: -16.75rem !important; }
  .sm\:-mt-68 {
    margin-top: -17rem !important; }
  .sm\:-mr-68 {
    margin-right: -17rem !important; }
  .sm\:-mb-68 {
    margin-bottom: -17rem !important; }
  .sm\:-ml-68 {
    margin-left: -17rem !important; }
  .sm\:-mt-69 {
    margin-top: -17.25rem !important; }
  .sm\:-mr-69 {
    margin-right: -17.25rem !important; }
  .sm\:-mb-69 {
    margin-bottom: -17.25rem !important; }
  .sm\:-ml-69 {
    margin-left: -17.25rem !important; }
  .sm\:-mt-70 {
    margin-top: -17.5rem !important; }
  .sm\:-mr-70 {
    margin-right: -17.5rem !important; }
  .sm\:-mb-70 {
    margin-bottom: -17.5rem !important; }
  .sm\:-ml-70 {
    margin-left: -17.5rem !important; }
  .sm\:-mt-71 {
    margin-top: -17.75rem !important; }
  .sm\:-mr-71 {
    margin-right: -17.75rem !important; }
  .sm\:-mb-71 {
    margin-bottom: -17.75rem !important; }
  .sm\:-ml-71 {
    margin-left: -17.75rem !important; }
  .sm\:-mt-72 {
    margin-top: -18rem !important; }
  .sm\:-mr-72 {
    margin-right: -18rem !important; }
  .sm\:-mb-72 {
    margin-bottom: -18rem !important; }
  .sm\:-ml-72 {
    margin-left: -18rem !important; }
  .sm\:-mt-73 {
    margin-top: -18.25rem !important; }
  .sm\:-mr-73 {
    margin-right: -18.25rem !important; }
  .sm\:-mb-73 {
    margin-bottom: -18.25rem !important; }
  .sm\:-ml-73 {
    margin-left: -18.25rem !important; }
  .sm\:-mt-74 {
    margin-top: -18.5rem !important; }
  .sm\:-mr-74 {
    margin-right: -18.5rem !important; }
  .sm\:-mb-74 {
    margin-bottom: -18.5rem !important; }
  .sm\:-ml-74 {
    margin-left: -18.5rem !important; }
  .sm\:-mt-75 {
    margin-top: -18.75rem !important; }
  .sm\:-mr-75 {
    margin-right: -18.75rem !important; }
  .sm\:-mb-75 {
    margin-bottom: -18.75rem !important; }
  .sm\:-ml-75 {
    margin-left: -18.75rem !important; }
  .sm\:-mt-76 {
    margin-top: -19rem !important; }
  .sm\:-mr-76 {
    margin-right: -19rem !important; }
  .sm\:-mb-76 {
    margin-bottom: -19rem !important; }
  .sm\:-ml-76 {
    margin-left: -19rem !important; }
  .sm\:-mt-77 {
    margin-top: -19.25rem !important; }
  .sm\:-mr-77 {
    margin-right: -19.25rem !important; }
  .sm\:-mb-77 {
    margin-bottom: -19.25rem !important; }
  .sm\:-ml-77 {
    margin-left: -19.25rem !important; }
  .sm\:-mt-78 {
    margin-top: -19.5rem !important; }
  .sm\:-mr-78 {
    margin-right: -19.5rem !important; }
  .sm\:-mb-78 {
    margin-bottom: -19.5rem !important; }
  .sm\:-ml-78 {
    margin-left: -19.5rem !important; }
  .sm\:-mt-79 {
    margin-top: -19.75rem !important; }
  .sm\:-mr-79 {
    margin-right: -19.75rem !important; }
  .sm\:-mb-79 {
    margin-bottom: -19.75rem !important; }
  .sm\:-ml-79 {
    margin-left: -19.75rem !important; }
  .sm\:-mt-80 {
    margin-top: -20rem !important; }
  .sm\:-mr-80 {
    margin-right: -20rem !important; }
  .sm\:-mb-80 {
    margin-bottom: -20rem !important; }
  .sm\:-ml-80 {
    margin-left: -20rem !important; }
  .sm\:-mt-84 {
    margin-top: -21rem !important; }
  .sm\:-mr-84 {
    margin-right: -21rem !important; }
  .sm\:-mb-84 {
    margin-bottom: -21rem !important; }
  .sm\:-ml-84 {
    margin-left: -21rem !important; }
  .sm\:-mt-88 {
    margin-top: -22rem !important; }
  .sm\:-mr-88 {
    margin-right: -22rem !important; }
  .sm\:-mb-88 {
    margin-bottom: -22rem !important; }
  .sm\:-ml-88 {
    margin-left: -22rem !important; }
  .sm\:-mt-92 {
    margin-top: -23rem !important; }
  .sm\:-mr-92 {
    margin-right: -23rem !important; }
  .sm\:-mb-92 {
    margin-bottom: -23rem !important; }
  .sm\:-ml-92 {
    margin-left: -23rem !important; }
  .sm\:-mt-96 {
    margin-top: -24rem !important; }
  .sm\:-mr-96 {
    margin-right: -24rem !important; }
  .sm\:-mb-96 {
    margin-bottom: -24rem !important; }
  .sm\:-ml-96 {
    margin-left: -24rem !important; }
  .sm\:-mt-100 {
    margin-top: -25rem !important; }
  .sm\:-mr-100 {
    margin-right: -25rem !important; }
  .sm\:-mb-100 {
    margin-bottom: -25rem !important; }
  .sm\:-ml-100 {
    margin-left: -25rem !important; }
  .sm\:-mt-104 {
    margin-top: -26rem !important; }
  .sm\:-mr-104 {
    margin-right: -26rem !important; }
  .sm\:-mb-104 {
    margin-bottom: -26rem !important; }
  .sm\:-ml-104 {
    margin-left: -26rem !important; }
  .sm\:-mt-108 {
    margin-top: -27rem !important; }
  .sm\:-mr-108 {
    margin-right: -27rem !important; }
  .sm\:-mb-108 {
    margin-bottom: -27rem !important; }
  .sm\:-ml-108 {
    margin-left: -27rem !important; }
  .sm\:-mt-112 {
    margin-top: -28rem !important; }
  .sm\:-mr-112 {
    margin-right: -28rem !important; }
  .sm\:-mb-112 {
    margin-bottom: -28rem !important; }
  .sm\:-ml-112 {
    margin-left: -28rem !important; }
  .sm\:-mt-116 {
    margin-top: -29rem !important; }
  .sm\:-mr-116 {
    margin-right: -29rem !important; }
  .sm\:-mb-116 {
    margin-bottom: -29rem !important; }
  .sm\:-ml-116 {
    margin-left: -29rem !important; }
  .sm\:-mt-120 {
    margin-top: -30rem !important; }
  .sm\:-mr-120 {
    margin-right: -30rem !important; }
  .sm\:-mb-120 {
    margin-bottom: -30rem !important; }
  .sm\:-ml-120 {
    margin-left: -30rem !important; }
  .sm\:-mt-124 {
    margin-top: -31rem !important; }
  .sm\:-mr-124 {
    margin-right: -31rem !important; }
  .sm\:-mb-124 {
    margin-bottom: -31rem !important; }
  .sm\:-ml-124 {
    margin-left: -31rem !important; }
  .sm\:-mt-128 {
    margin-top: -32rem !important; }
  .sm\:-mr-128 {
    margin-right: -32rem !important; }
  .sm\:-mb-128 {
    margin-bottom: -32rem !important; }
  .sm\:-ml-128 {
    margin-left: -32rem !important; }
  .sm\:-mt-132 {
    margin-top: -33rem !important; }
  .sm\:-mr-132 {
    margin-right: -33rem !important; }
  .sm\:-mb-132 {
    margin-bottom: -33rem !important; }
  .sm\:-ml-132 {
    margin-left: -33rem !important; }
  .sm\:-mt-136 {
    margin-top: -34rem !important; }
  .sm\:-mr-136 {
    margin-right: -34rem !important; }
  .sm\:-mb-136 {
    margin-bottom: -34rem !important; }
  .sm\:-ml-136 {
    margin-left: -34rem !important; }
  .sm\:-mt-140 {
    margin-top: -35rem !important; }
  .sm\:-mr-140 {
    margin-right: -35rem !important; }
  .sm\:-mb-140 {
    margin-bottom: -35rem !important; }
  .sm\:-ml-140 {
    margin-left: -35rem !important; }
  .sm\:-mt-144 {
    margin-top: -36rem !important; }
  .sm\:-mr-144 {
    margin-right: -36rem !important; }
  .sm\:-mb-144 {
    margin-bottom: -36rem !important; }
  .sm\:-ml-144 {
    margin-left: -36rem !important; }
  .sm\:-mt-148 {
    margin-top: -37rem !important; }
  .sm\:-mr-148 {
    margin-right: -37rem !important; }
  .sm\:-mb-148 {
    margin-bottom: -37rem !important; }
  .sm\:-ml-148 {
    margin-left: -37rem !important; }
  .sm\:-mt-152 {
    margin-top: -38rem !important; }
  .sm\:-mr-152 {
    margin-right: -38rem !important; }
  .sm\:-mb-152 {
    margin-bottom: -38rem !important; }
  .sm\:-ml-152 {
    margin-left: -38rem !important; }
  .sm\:-mt-156 {
    margin-top: -39rem !important; }
  .sm\:-mr-156 {
    margin-right: -39rem !important; }
  .sm\:-mb-156 {
    margin-bottom: -39rem !important; }
  .sm\:-ml-156 {
    margin-left: -39rem !important; }
  .sm\:-mt-160 {
    margin-top: -40rem !important; }
  .sm\:-mr-160 {
    margin-right: -40rem !important; }
  .sm\:-mb-160 {
    margin-bottom: -40rem !important; }
  .sm\:-ml-160 {
    margin-left: -40rem !important; }
  .sm\:-mt-164 {
    margin-top: -41rem !important; }
  .sm\:-mr-164 {
    margin-right: -41rem !important; }
  .sm\:-mb-164 {
    margin-bottom: -41rem !important; }
  .sm\:-ml-164 {
    margin-left: -41rem !important; }
  .sm\:-mt-168 {
    margin-top: -42rem !important; }
  .sm\:-mr-168 {
    margin-right: -42rem !important; }
  .sm\:-mb-168 {
    margin-bottom: -42rem !important; }
  .sm\:-ml-168 {
    margin-left: -42rem !important; }
  .sm\:-mt-172 {
    margin-top: -43rem !important; }
  .sm\:-mr-172 {
    margin-right: -43rem !important; }
  .sm\:-mb-172 {
    margin-bottom: -43rem !important; }
  .sm\:-ml-172 {
    margin-left: -43rem !important; }
  .sm\:-mt-176 {
    margin-top: -44rem !important; }
  .sm\:-mr-176 {
    margin-right: -44rem !important; }
  .sm\:-mb-176 {
    margin-bottom: -44rem !important; }
  .sm\:-ml-176 {
    margin-left: -44rem !important; }
  .sm\:-mt-180 {
    margin-top: -45rem !important; }
  .sm\:-mr-180 {
    margin-right: -45rem !important; }
  .sm\:-mb-180 {
    margin-bottom: -45rem !important; }
  .sm\:-ml-180 {
    margin-left: -45rem !important; }
  .sm\:-mt-184 {
    margin-top: -46rem !important; }
  .sm\:-mr-184 {
    margin-right: -46rem !important; }
  .sm\:-mb-184 {
    margin-bottom: -46rem !important; }
  .sm\:-ml-184 {
    margin-left: -46rem !important; }
  .sm\:-mt-188 {
    margin-top: -47rem !important; }
  .sm\:-mr-188 {
    margin-right: -47rem !important; }
  .sm\:-mb-188 {
    margin-bottom: -47rem !important; }
  .sm\:-ml-188 {
    margin-left: -47rem !important; }
  .sm\:-mt-192 {
    margin-top: -48rem !important; }
  .sm\:-mr-192 {
    margin-right: -48rem !important; }
  .sm\:-mb-192 {
    margin-bottom: -48rem !important; }
  .sm\:-ml-192 {
    margin-left: -48rem !important; }
  .sm\:-mt-196 {
    margin-top: -49rem !important; }
  .sm\:-mr-196 {
    margin-right: -49rem !important; }
  .sm\:-mb-196 {
    margin-bottom: -49rem !important; }
  .sm\:-ml-196 {
    margin-left: -49rem !important; }
  .sm\:-mt-200 {
    margin-top: -50rem !important; }
  .sm\:-mr-200 {
    margin-right: -50rem !important; }
  .sm\:-mb-200 {
    margin-bottom: -50rem !important; }
  .sm\:-ml-200 {
    margin-left: -50rem !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-2px {
    margin-top: -2px !important; }
  .sm\:-mr-2px {
    margin-right: -2px !important; }
  .sm\:-mb-2px {
    margin-bottom: -2px !important; }
  .sm\:-ml-2px {
    margin-left: -2px !important; }
  .sm\:-mt-1\/2 {
    margin-top: -50% !important; }
  .sm\:-mr-1\/2 {
    margin-right: -50% !important; }
  .sm\:-mb-1\/2 {
    margin-bottom: -50% !important; }
  .sm\:-ml-1\/2 {
    margin-left: -50% !important; }
  .sm\:-mt-2\/2 {
    margin-top: -100% !important; }
  .sm\:-mr-2\/2 {
    margin-right: -100% !important; }
  .sm\:-mb-2\/2 {
    margin-bottom: -100% !important; }
  .sm\:-ml-2\/2 {
    margin-left: -100% !important; }
  .sm\:-mt-1\/3 {
    margin-top: -33.33333% !important; }
  .sm\:-mr-1\/3 {
    margin-right: -33.33333% !important; }
  .sm\:-mb-1\/3 {
    margin-bottom: -33.33333% !important; }
  .sm\:-ml-1\/3 {
    margin-left: -33.33333% !important; }
  .sm\:-mt-2\/3 {
    margin-top: -66.66667% !important; }
  .sm\:-mr-2\/3 {
    margin-right: -66.66667% !important; }
  .sm\:-mb-2\/3 {
    margin-bottom: -66.66667% !important; }
  .sm\:-ml-2\/3 {
    margin-left: -66.66667% !important; }
  .sm\:-mt-3\/3 {
    margin-top: -100% !important; }
  .sm\:-mr-3\/3 {
    margin-right: -100% !important; }
  .sm\:-mb-3\/3 {
    margin-bottom: -100% !important; }
  .sm\:-ml-3\/3 {
    margin-left: -100% !important; }
  .sm\:-mt-1\/4 {
    margin-top: -25% !important; }
  .sm\:-mr-1\/4 {
    margin-right: -25% !important; }
  .sm\:-mb-1\/4 {
    margin-bottom: -25% !important; }
  .sm\:-ml-1\/4 {
    margin-left: -25% !important; }
  .sm\:-mt-2\/4 {
    margin-top: -50% !important; }
  .sm\:-mr-2\/4 {
    margin-right: -50% !important; }
  .sm\:-mb-2\/4 {
    margin-bottom: -50% !important; }
  .sm\:-ml-2\/4 {
    margin-left: -50% !important; }
  .sm\:-mt-3\/4 {
    margin-top: -75% !important; }
  .sm\:-mr-3\/4 {
    margin-right: -75% !important; }
  .sm\:-mb-3\/4 {
    margin-bottom: -75% !important; }
  .sm\:-ml-3\/4 {
    margin-left: -75% !important; }
  .sm\:-mt-4\/4 {
    margin-top: -100% !important; }
  .sm\:-mr-4\/4 {
    margin-right: -100% !important; }
  .sm\:-mb-4\/4 {
    margin-bottom: -100% !important; }
  .sm\:-ml-4\/4 {
    margin-left: -100% !important; }
  .sm\:-mt-1\/5 {
    margin-top: -20% !important; }
  .sm\:-mr-1\/5 {
    margin-right: -20% !important; }
  .sm\:-mb-1\/5 {
    margin-bottom: -20% !important; }
  .sm\:-ml-1\/5 {
    margin-left: -20% !important; }
  .sm\:-mt-2\/5 {
    margin-top: -40% !important; }
  .sm\:-mr-2\/5 {
    margin-right: -40% !important; }
  .sm\:-mb-2\/5 {
    margin-bottom: -40% !important; }
  .sm\:-ml-2\/5 {
    margin-left: -40% !important; }
  .sm\:-mt-3\/5 {
    margin-top: -60% !important; }
  .sm\:-mr-3\/5 {
    margin-right: -60% !important; }
  .sm\:-mb-3\/5 {
    margin-bottom: -60% !important; }
  .sm\:-ml-3\/5 {
    margin-left: -60% !important; }
  .sm\:-mt-4\/5 {
    margin-top: -80% !important; }
  .sm\:-mr-4\/5 {
    margin-right: -80% !important; }
  .sm\:-mb-4\/5 {
    margin-bottom: -80% !important; }
  .sm\:-ml-4\/5 {
    margin-left: -80% !important; }
  .sm\:-mt-5\/5 {
    margin-top: -100% !important; }
  .sm\:-mr-5\/5 {
    margin-right: -100% !important; }
  .sm\:-mb-5\/5 {
    margin-bottom: -100% !important; }
  .sm\:-ml-5\/5 {
    margin-left: -100% !important; }
  .sm\:-mt-1\/6 {
    margin-top: -16.66667% !important; }
  .sm\:-mr-1\/6 {
    margin-right: -16.66667% !important; }
  .sm\:-mb-1\/6 {
    margin-bottom: -16.66667% !important; }
  .sm\:-ml-1\/6 {
    margin-left: -16.66667% !important; }
  .sm\:-mt-2\/6 {
    margin-top: -33.33333% !important; }
  .sm\:-mr-2\/6 {
    margin-right: -33.33333% !important; }
  .sm\:-mb-2\/6 {
    margin-bottom: -33.33333% !important; }
  .sm\:-ml-2\/6 {
    margin-left: -33.33333% !important; }
  .sm\:-mt-3\/6 {
    margin-top: -50% !important; }
  .sm\:-mr-3\/6 {
    margin-right: -50% !important; }
  .sm\:-mb-3\/6 {
    margin-bottom: -50% !important; }
  .sm\:-ml-3\/6 {
    margin-left: -50% !important; }
  .sm\:-mt-4\/6 {
    margin-top: -66.66667% !important; }
  .sm\:-mr-4\/6 {
    margin-right: -66.66667% !important; }
  .sm\:-mb-4\/6 {
    margin-bottom: -66.66667% !important; }
  .sm\:-ml-4\/6 {
    margin-left: -66.66667% !important; }
  .sm\:-mt-5\/6 {
    margin-top: -83.33333% !important; }
  .sm\:-mr-5\/6 {
    margin-right: -83.33333% !important; }
  .sm\:-mb-5\/6 {
    margin-bottom: -83.33333% !important; }
  .sm\:-ml-5\/6 {
    margin-left: -83.33333% !important; }
  .sm\:-mt-6\/6 {
    margin-top: -100% !important; }
  .sm\:-mr-6\/6 {
    margin-right: -100% !important; }
  .sm\:-mb-6\/6 {
    margin-bottom: -100% !important; }
  .sm\:-ml-6\/6 {
    margin-left: -100% !important; }
  .sm\:-mt-1\/10 {
    margin-top: -10% !important; }
  .sm\:-mr-1\/10 {
    margin-right: -10% !important; }
  .sm\:-mb-1\/10 {
    margin-bottom: -10% !important; }
  .sm\:-ml-1\/10 {
    margin-left: -10% !important; }
  .sm\:-mt-2\/10 {
    margin-top: -20% !important; }
  .sm\:-mr-2\/10 {
    margin-right: -20% !important; }
  .sm\:-mb-2\/10 {
    margin-bottom: -20% !important; }
  .sm\:-ml-2\/10 {
    margin-left: -20% !important; }
  .sm\:-mt-3\/10 {
    margin-top: -30% !important; }
  .sm\:-mr-3\/10 {
    margin-right: -30% !important; }
  .sm\:-mb-3\/10 {
    margin-bottom: -30% !important; }
  .sm\:-ml-3\/10 {
    margin-left: -30% !important; }
  .sm\:-mt-4\/10 {
    margin-top: -40% !important; }
  .sm\:-mr-4\/10 {
    margin-right: -40% !important; }
  .sm\:-mb-4\/10 {
    margin-bottom: -40% !important; }
  .sm\:-ml-4\/10 {
    margin-left: -40% !important; }
  .sm\:-mt-5\/10 {
    margin-top: -50% !important; }
  .sm\:-mr-5\/10 {
    margin-right: -50% !important; }
  .sm\:-mb-5\/10 {
    margin-bottom: -50% !important; }
  .sm\:-ml-5\/10 {
    margin-left: -50% !important; }
  .sm\:-mt-6\/10 {
    margin-top: -60% !important; }
  .sm\:-mr-6\/10 {
    margin-right: -60% !important; }
  .sm\:-mb-6\/10 {
    margin-bottom: -60% !important; }
  .sm\:-ml-6\/10 {
    margin-left: -60% !important; }
  .sm\:-mt-7\/10 {
    margin-top: -70% !important; }
  .sm\:-mr-7\/10 {
    margin-right: -70% !important; }
  .sm\:-mb-7\/10 {
    margin-bottom: -70% !important; }
  .sm\:-ml-7\/10 {
    margin-left: -70% !important; }
  .sm\:-mt-8\/10 {
    margin-top: -80% !important; }
  .sm\:-mr-8\/10 {
    margin-right: -80% !important; }
  .sm\:-mb-8\/10 {
    margin-bottom: -80% !important; }
  .sm\:-ml-8\/10 {
    margin-left: -80% !important; }
  .sm\:-mt-9\/10 {
    margin-top: -90% !important; }
  .sm\:-mr-9\/10 {
    margin-right: -90% !important; }
  .sm\:-mb-9\/10 {
    margin-bottom: -90% !important; }
  .sm\:-ml-9\/10 {
    margin-left: -90% !important; }
  .sm\:-mt-10\/10 {
    margin-top: -100% !important; }
  .sm\:-mr-10\/10 {
    margin-right: -100% !important; }
  .sm\:-mb-10\/10 {
    margin-bottom: -100% !important; }
  .sm\:-ml-10\/10 {
    margin-left: -100% !important; }
  .sm\:-mt-1\/12 {
    margin-top: -8.33333% !important; }
  .sm\:-mr-1\/12 {
    margin-right: -8.33333% !important; }
  .sm\:-mb-1\/12 {
    margin-bottom: -8.33333% !important; }
  .sm\:-ml-1\/12 {
    margin-left: -8.33333% !important; }
  .sm\:-mt-2\/12 {
    margin-top: -16.66667% !important; }
  .sm\:-mr-2\/12 {
    margin-right: -16.66667% !important; }
  .sm\:-mb-2\/12 {
    margin-bottom: -16.66667% !important; }
  .sm\:-ml-2\/12 {
    margin-left: -16.66667% !important; }
  .sm\:-mt-3\/12 {
    margin-top: -25% !important; }
  .sm\:-mr-3\/12 {
    margin-right: -25% !important; }
  .sm\:-mb-3\/12 {
    margin-bottom: -25% !important; }
  .sm\:-ml-3\/12 {
    margin-left: -25% !important; }
  .sm\:-mt-4\/12 {
    margin-top: -33.33333% !important; }
  .sm\:-mr-4\/12 {
    margin-right: -33.33333% !important; }
  .sm\:-mb-4\/12 {
    margin-bottom: -33.33333% !important; }
  .sm\:-ml-4\/12 {
    margin-left: -33.33333% !important; }
  .sm\:-mt-5\/12 {
    margin-top: -41.66667% !important; }
  .sm\:-mr-5\/12 {
    margin-right: -41.66667% !important; }
  .sm\:-mb-5\/12 {
    margin-bottom: -41.66667% !important; }
  .sm\:-ml-5\/12 {
    margin-left: -41.66667% !important; }
  .sm\:-mt-6\/12 {
    margin-top: -50% !important; }
  .sm\:-mr-6\/12 {
    margin-right: -50% !important; }
  .sm\:-mb-6\/12 {
    margin-bottom: -50% !important; }
  .sm\:-ml-6\/12 {
    margin-left: -50% !important; }
  .sm\:-mt-7\/12 {
    margin-top: -58.33333% !important; }
  .sm\:-mr-7\/12 {
    margin-right: -58.33333% !important; }
  .sm\:-mb-7\/12 {
    margin-bottom: -58.33333% !important; }
  .sm\:-ml-7\/12 {
    margin-left: -58.33333% !important; }
  .sm\:-mt-8\/12 {
    margin-top: -66.66667% !important; }
  .sm\:-mr-8\/12 {
    margin-right: -66.66667% !important; }
  .sm\:-mb-8\/12 {
    margin-bottom: -66.66667% !important; }
  .sm\:-ml-8\/12 {
    margin-left: -66.66667% !important; }
  .sm\:-mt-9\/12 {
    margin-top: -75% !important; }
  .sm\:-mr-9\/12 {
    margin-right: -75% !important; }
  .sm\:-mb-9\/12 {
    margin-bottom: -75% !important; }
  .sm\:-ml-9\/12 {
    margin-left: -75% !important; }
  .sm\:-mt-10\/12 {
    margin-top: -83.33333% !important; }
  .sm\:-mr-10\/12 {
    margin-right: -83.33333% !important; }
  .sm\:-mb-10\/12 {
    margin-bottom: -83.33333% !important; }
  .sm\:-ml-10\/12 {
    margin-left: -83.33333% !important; }
  .sm\:-mt-11\/12 {
    margin-top: -91.66667% !important; }
  .sm\:-mr-11\/12 {
    margin-right: -91.66667% !important; }
  .sm\:-mb-11\/12 {
    margin-bottom: -91.66667% !important; }
  .sm\:-ml-11\/12 {
    margin-left: -91.66667% !important; }
  .sm\:-mt-12\/12 {
    margin-top: -100% !important; }
  .sm\:-mr-12\/12 {
    margin-right: -100% !important; }
  .sm\:-mb-12\/12 {
    margin-bottom: -100% !important; }
  .sm\:-ml-12\/12 {
    margin-left: -100% !important; }
  .sm\:max-h-0 {
    max-height: 0rem !important; }
  .sm\:max-h-1 {
    max-height: 0.25rem !important; }
  .sm\:max-h-2 {
    max-height: 0.5rem !important; }
  .sm\:max-h-3 {
    max-height: 0.75rem !important; }
  .sm\:max-h-4 {
    max-height: 1rem !important; }
  .sm\:max-h-5 {
    max-height: 1.25rem !important; }
  .sm\:max-h-6 {
    max-height: 1.5rem !important; }
  .sm\:max-h-7 {
    max-height: 1.75rem !important; }
  .sm\:max-h-8 {
    max-height: 2rem !important; }
  .sm\:max-h-9 {
    max-height: 2.25rem !important; }
  .sm\:max-h-10 {
    max-height: 2.5rem !important; }
  .sm\:max-h-11 {
    max-height: 2.75rem !important; }
  .sm\:max-h-12 {
    max-height: 3rem !important; }
  .sm\:max-h-13 {
    max-height: 3.25rem !important; }
  .sm\:max-h-14 {
    max-height: 3.5rem !important; }
  .sm\:max-h-15 {
    max-height: 3.75rem !important; }
  .sm\:max-h-16 {
    max-height: 4rem !important; }
  .sm\:max-h-17 {
    max-height: 4.25rem !important; }
  .sm\:max-h-18 {
    max-height: 4.5rem !important; }
  .sm\:max-h-19 {
    max-height: 4.75rem !important; }
  .sm\:max-h-20 {
    max-height: 5rem !important; }
  .sm\:max-h-21 {
    max-height: 5.25rem !important; }
  .sm\:max-h-22 {
    max-height: 5.5rem !important; }
  .sm\:max-h-23 {
    max-height: 5.75rem !important; }
  .sm\:max-h-24 {
    max-height: 6rem !important; }
  .sm\:max-h-25 {
    max-height: 6.25rem !important; }
  .sm\:max-h-26 {
    max-height: 6.5rem !important; }
  .sm\:max-h-27 {
    max-height: 6.75rem !important; }
  .sm\:max-h-28 {
    max-height: 7rem !important; }
  .sm\:max-h-29 {
    max-height: 7.25rem !important; }
  .sm\:max-h-30 {
    max-height: 7.5rem !important; }
  .sm\:max-h-31 {
    max-height: 7.75rem !important; }
  .sm\:max-h-32 {
    max-height: 8rem !important; }
  .sm\:max-h-33 {
    max-height: 8.25rem !important; }
  .sm\:max-h-34 {
    max-height: 8.5rem !important; }
  .sm\:max-h-35 {
    max-height: 8.75rem !important; }
  .sm\:max-h-36 {
    max-height: 9rem !important; }
  .sm\:max-h-37 {
    max-height: 9.25rem !important; }
  .sm\:max-h-38 {
    max-height: 9.5rem !important; }
  .sm\:max-h-39 {
    max-height: 9.75rem !important; }
  .sm\:max-h-40 {
    max-height: 10rem !important; }
  .sm\:max-h-41 {
    max-height: 10.25rem !important; }
  .sm\:max-h-42 {
    max-height: 10.5rem !important; }
  .sm\:max-h-43 {
    max-height: 10.75rem !important; }
  .sm\:max-h-44 {
    max-height: 11rem !important; }
  .sm\:max-h-45 {
    max-height: 11.25rem !important; }
  .sm\:max-h-46 {
    max-height: 11.5rem !important; }
  .sm\:max-h-47 {
    max-height: 11.75rem !important; }
  .sm\:max-h-48 {
    max-height: 12rem !important; }
  .sm\:max-h-49 {
    max-height: 12.25rem !important; }
  .sm\:max-h-50 {
    max-height: 12.5rem !important; }
  .sm\:max-h-51 {
    max-height: 12.75rem !important; }
  .sm\:max-h-52 {
    max-height: 13rem !important; }
  .sm\:max-h-53 {
    max-height: 13.25rem !important; }
  .sm\:max-h-54 {
    max-height: 13.5rem !important; }
  .sm\:max-h-55 {
    max-height: 13.75rem !important; }
  .sm\:max-h-56 {
    max-height: 14rem !important; }
  .sm\:max-h-57 {
    max-height: 14.25rem !important; }
  .sm\:max-h-58 {
    max-height: 14.5rem !important; }
  .sm\:max-h-59 {
    max-height: 14.75rem !important; }
  .sm\:max-h-60 {
    max-height: 15rem !important; }
  .sm\:max-h-61 {
    max-height: 15.25rem !important; }
  .sm\:max-h-62 {
    max-height: 15.5rem !important; }
  .sm\:max-h-63 {
    max-height: 15.75rem !important; }
  .sm\:max-h-64 {
    max-height: 16rem !important; }
  .sm\:max-h-65 {
    max-height: 16.25rem !important; }
  .sm\:max-h-66 {
    max-height: 16.5rem !important; }
  .sm\:max-h-67 {
    max-height: 16.75rem !important; }
  .sm\:max-h-68 {
    max-height: 17rem !important; }
  .sm\:max-h-69 {
    max-height: 17.25rem !important; }
  .sm\:max-h-70 {
    max-height: 17.5rem !important; }
  .sm\:max-h-71 {
    max-height: 17.75rem !important; }
  .sm\:max-h-72 {
    max-height: 18rem !important; }
  .sm\:max-h-73 {
    max-height: 18.25rem !important; }
  .sm\:max-h-74 {
    max-height: 18.5rem !important; }
  .sm\:max-h-75 {
    max-height: 18.75rem !important; }
  .sm\:max-h-76 {
    max-height: 19rem !important; }
  .sm\:max-h-77 {
    max-height: 19.25rem !important; }
  .sm\:max-h-78 {
    max-height: 19.5rem !important; }
  .sm\:max-h-79 {
    max-height: 19.75rem !important; }
  .sm\:max-h-80 {
    max-height: 20rem !important; }
  .sm\:max-h-84 {
    max-height: 21rem !important; }
  .sm\:max-h-88 {
    max-height: 22rem !important; }
  .sm\:max-h-92 {
    max-height: 23rem !important; }
  .sm\:max-h-96 {
    max-height: 24rem !important; }
  .sm\:max-h-100 {
    max-height: 25rem !important; }
  .sm\:max-h-104 {
    max-height: 26rem !important; }
  .sm\:max-h-108 {
    max-height: 27rem !important; }
  .sm\:max-h-112 {
    max-height: 28rem !important; }
  .sm\:max-h-116 {
    max-height: 29rem !important; }
  .sm\:max-h-120 {
    max-height: 30rem !important; }
  .sm\:max-h-124 {
    max-height: 31rem !important; }
  .sm\:max-h-128 {
    max-height: 32rem !important; }
  .sm\:max-h-132 {
    max-height: 33rem !important; }
  .sm\:max-h-136 {
    max-height: 34rem !important; }
  .sm\:max-h-140 {
    max-height: 35rem !important; }
  .sm\:max-h-144 {
    max-height: 36rem !important; }
  .sm\:max-h-148 {
    max-height: 37rem !important; }
  .sm\:max-h-152 {
    max-height: 38rem !important; }
  .sm\:max-h-156 {
    max-height: 39rem !important; }
  .sm\:max-h-160 {
    max-height: 40rem !important; }
  .sm\:max-h-164 {
    max-height: 41rem !important; }
  .sm\:max-h-168 {
    max-height: 42rem !important; }
  .sm\:max-h-172 {
    max-height: 43rem !important; }
  .sm\:max-h-176 {
    max-height: 44rem !important; }
  .sm\:max-h-180 {
    max-height: 45rem !important; }
  .sm\:max-h-184 {
    max-height: 46rem !important; }
  .sm\:max-h-188 {
    max-height: 47rem !important; }
  .sm\:max-h-192 {
    max-height: 48rem !important; }
  .sm\:max-h-196 {
    max-height: 49rem !important; }
  .sm\:max-h-200 {
    max-height: 50rem !important; }
  .sm\:max-h-full {
    max-height: 100% !important; }
  .sm\:max-h-px {
    max-height: 1px !important; }
  .sm\:max-h-2px {
    max-height: 2px !important; }
  .sm\:max-h-1\/2 {
    max-height: 50% !important; }
  .sm\:max-h-2\/2 {
    max-height: 100% !important; }
  .sm\:max-h-1\/3 {
    max-height: 33.333333% !important; }
  .sm\:max-h-2\/3 {
    max-height: 66.666667% !important; }
  .sm\:max-h-3\/3 {
    max-height: 100% !important; }
  .sm\:max-h-1\/4 {
    max-height: 25% !important; }
  .sm\:max-h-2\/4 {
    max-height: 50% !important; }
  .sm\:max-h-3\/4 {
    max-height: 75% !important; }
  .sm\:max-h-4\/4 {
    max-height: 100% !important; }
  .sm\:max-h-1\/5 {
    max-height: 20% !important; }
  .sm\:max-h-2\/5 {
    max-height: 40% !important; }
  .sm\:max-h-3\/5 {
    max-height: 60% !important; }
  .sm\:max-h-4\/5 {
    max-height: 80% !important; }
  .sm\:max-h-5\/5 {
    max-height: 100% !important; }
  .sm\:max-h-1\/6 {
    max-height: 16.666667% !important; }
  .sm\:max-h-2\/6 {
    max-height: 33.333333% !important; }
  .sm\:max-h-3\/6 {
    max-height: 50% !important; }
  .sm\:max-h-4\/6 {
    max-height: 66.666667% !important; }
  .sm\:max-h-5\/6 {
    max-height: 83.333333% !important; }
  .sm\:max-h-6\/6 {
    max-height: 100% !important; }
  .sm\:max-h-1\/10 {
    max-height: 10% !important; }
  .sm\:max-h-2\/10 {
    max-height: 20% !important; }
  .sm\:max-h-3\/10 {
    max-height: 30% !important; }
  .sm\:max-h-4\/10 {
    max-height: 40% !important; }
  .sm\:max-h-5\/10 {
    max-height: 50% !important; }
  .sm\:max-h-6\/10 {
    max-height: 60% !important; }
  .sm\:max-h-7\/10 {
    max-height: 70% !important; }
  .sm\:max-h-8\/10 {
    max-height: 80% !important; }
  .sm\:max-h-9\/10 {
    max-height: 90% !important; }
  .sm\:max-h-10\/10 {
    max-height: 100% !important; }
  .sm\:max-h-1\/12 {
    max-height: 8.333333% !important; }
  .sm\:max-h-2\/12 {
    max-height: 16.666667% !important; }
  .sm\:max-h-3\/12 {
    max-height: 25% !important; }
  .sm\:max-h-4\/12 {
    max-height: 33.333333% !important; }
  .sm\:max-h-5\/12 {
    max-height: 41.666667% !important; }
  .sm\:max-h-6\/12 {
    max-height: 50% !important; }
  .sm\:max-h-7\/12 {
    max-height: 58.333333% !important; }
  .sm\:max-h-8\/12 {
    max-height: 66.666667% !important; }
  .sm\:max-h-9\/12 {
    max-height: 75% !important; }
  .sm\:max-h-10\/12 {
    max-height: 83.333333% !important; }
  .sm\:max-h-11\/12 {
    max-height: 91.666667% !important; }
  .sm\:max-h-12\/12 {
    max-height: 100% !important; }
  .sm\:max-h-xs {
    max-height: 20rem !important; }
  .sm\:max-h-sm {
    max-height: 24rem !important; }
  .sm\:max-h-md {
    max-height: 28rem !important; }
  .sm\:max-h-lg {
    max-height: 32rem !important; }
  .sm\:max-h-xl {
    max-height: 36rem !important; }
  .sm\:max-h-2xl {
    max-height: 42rem !important; }
  .sm\:max-h-3xl {
    max-height: 48rem !important; }
  .sm\:max-h-4xl {
    max-height: 56rem !important; }
  .sm\:max-h-5xl {
    max-height: 64rem !important; }
  .sm\:max-h-6xl {
    max-height: 72rem !important; }
  .sm\:max-h-7xl {
    max-height: 80rem !important; }
  .sm\:max-h-screenw {
    max-height: 100vw !important; }
  .sm\:max-h-screenh {
    max-height: 100vh !important; }
  .sm\:max-w-0 {
    max-width: 0rem !important; }
  .sm\:max-w-1 {
    max-width: 0.25rem !important; }
  .sm\:max-w-2 {
    max-width: 0.5rem !important; }
  .sm\:max-w-3 {
    max-width: 0.75rem !important; }
  .sm\:max-w-4 {
    max-width: 1rem !important; }
  .sm\:max-w-5 {
    max-width: 1.25rem !important; }
  .sm\:max-w-6 {
    max-width: 1.5rem !important; }
  .sm\:max-w-7 {
    max-width: 1.75rem !important; }
  .sm\:max-w-8 {
    max-width: 2rem !important; }
  .sm\:max-w-9 {
    max-width: 2.25rem !important; }
  .sm\:max-w-10 {
    max-width: 2.5rem !important; }
  .sm\:max-w-11 {
    max-width: 2.75rem !important; }
  .sm\:max-w-12 {
    max-width: 3rem !important; }
  .sm\:max-w-13 {
    max-width: 3.25rem !important; }
  .sm\:max-w-14 {
    max-width: 3.5rem !important; }
  .sm\:max-w-15 {
    max-width: 3.75rem !important; }
  .sm\:max-w-16 {
    max-width: 4rem !important; }
  .sm\:max-w-17 {
    max-width: 4.25rem !important; }
  .sm\:max-w-18 {
    max-width: 4.5rem !important; }
  .sm\:max-w-19 {
    max-width: 4.75rem !important; }
  .sm\:max-w-20 {
    max-width: 5rem !important; }
  .sm\:max-w-21 {
    max-width: 5.25rem !important; }
  .sm\:max-w-22 {
    max-width: 5.5rem !important; }
  .sm\:max-w-23 {
    max-width: 5.75rem !important; }
  .sm\:max-w-24 {
    max-width: 6rem !important; }
  .sm\:max-w-25 {
    max-width: 6.25rem !important; }
  .sm\:max-w-26 {
    max-width: 6.5rem !important; }
  .sm\:max-w-27 {
    max-width: 6.75rem !important; }
  .sm\:max-w-28 {
    max-width: 7rem !important; }
  .sm\:max-w-29 {
    max-width: 7.25rem !important; }
  .sm\:max-w-30 {
    max-width: 7.5rem !important; }
  .sm\:max-w-31 {
    max-width: 7.75rem !important; }
  .sm\:max-w-32 {
    max-width: 8rem !important; }
  .sm\:max-w-33 {
    max-width: 8.25rem !important; }
  .sm\:max-w-34 {
    max-width: 8.5rem !important; }
  .sm\:max-w-35 {
    max-width: 8.75rem !important; }
  .sm\:max-w-36 {
    max-width: 9rem !important; }
  .sm\:max-w-37 {
    max-width: 9.25rem !important; }
  .sm\:max-w-38 {
    max-width: 9.5rem !important; }
  .sm\:max-w-39 {
    max-width: 9.75rem !important; }
  .sm\:max-w-40 {
    max-width: 10rem !important; }
  .sm\:max-w-41 {
    max-width: 10.25rem !important; }
  .sm\:max-w-42 {
    max-width: 10.5rem !important; }
  .sm\:max-w-43 {
    max-width: 10.75rem !important; }
  .sm\:max-w-44 {
    max-width: 11rem !important; }
  .sm\:max-w-45 {
    max-width: 11.25rem !important; }
  .sm\:max-w-46 {
    max-width: 11.5rem !important; }
  .sm\:max-w-47 {
    max-width: 11.75rem !important; }
  .sm\:max-w-48 {
    max-width: 12rem !important; }
  .sm\:max-w-49 {
    max-width: 12.25rem !important; }
  .sm\:max-w-50 {
    max-width: 12.5rem !important; }
  .sm\:max-w-51 {
    max-width: 12.75rem !important; }
  .sm\:max-w-52 {
    max-width: 13rem !important; }
  .sm\:max-w-53 {
    max-width: 13.25rem !important; }
  .sm\:max-w-54 {
    max-width: 13.5rem !important; }
  .sm\:max-w-55 {
    max-width: 13.75rem !important; }
  .sm\:max-w-56 {
    max-width: 14rem !important; }
  .sm\:max-w-57 {
    max-width: 14.25rem !important; }
  .sm\:max-w-58 {
    max-width: 14.5rem !important; }
  .sm\:max-w-59 {
    max-width: 14.75rem !important; }
  .sm\:max-w-60 {
    max-width: 15rem !important; }
  .sm\:max-w-61 {
    max-width: 15.25rem !important; }
  .sm\:max-w-62 {
    max-width: 15.5rem !important; }
  .sm\:max-w-63 {
    max-width: 15.75rem !important; }
  .sm\:max-w-64 {
    max-width: 16rem !important; }
  .sm\:max-w-65 {
    max-width: 16.25rem !important; }
  .sm\:max-w-66 {
    max-width: 16.5rem !important; }
  .sm\:max-w-67 {
    max-width: 16.75rem !important; }
  .sm\:max-w-68 {
    max-width: 17rem !important; }
  .sm\:max-w-69 {
    max-width: 17.25rem !important; }
  .sm\:max-w-70 {
    max-width: 17.5rem !important; }
  .sm\:max-w-71 {
    max-width: 17.75rem !important; }
  .sm\:max-w-72 {
    max-width: 18rem !important; }
  .sm\:max-w-73 {
    max-width: 18.25rem !important; }
  .sm\:max-w-74 {
    max-width: 18.5rem !important; }
  .sm\:max-w-75 {
    max-width: 18.75rem !important; }
  .sm\:max-w-76 {
    max-width: 19rem !important; }
  .sm\:max-w-77 {
    max-width: 19.25rem !important; }
  .sm\:max-w-78 {
    max-width: 19.5rem !important; }
  .sm\:max-w-79 {
    max-width: 19.75rem !important; }
  .sm\:max-w-80 {
    max-width: 20rem !important; }
  .sm\:max-w-84 {
    max-width: 21rem !important; }
  .sm\:max-w-88 {
    max-width: 22rem !important; }
  .sm\:max-w-92 {
    max-width: 23rem !important; }
  .sm\:max-w-96 {
    max-width: 24rem !important; }
  .sm\:max-w-100 {
    max-width: 25rem !important; }
  .sm\:max-w-104 {
    max-width: 26rem !important; }
  .sm\:max-w-108 {
    max-width: 27rem !important; }
  .sm\:max-w-112 {
    max-width: 28rem !important; }
  .sm\:max-w-116 {
    max-width: 29rem !important; }
  .sm\:max-w-120 {
    max-width: 30rem !important; }
  .sm\:max-w-124 {
    max-width: 31rem !important; }
  .sm\:max-w-128 {
    max-width: 32rem !important; }
  .sm\:max-w-132 {
    max-width: 33rem !important; }
  .sm\:max-w-136 {
    max-width: 34rem !important; }
  .sm\:max-w-140 {
    max-width: 35rem !important; }
  .sm\:max-w-144 {
    max-width: 36rem !important; }
  .sm\:max-w-148 {
    max-width: 37rem !important; }
  .sm\:max-w-152 {
    max-width: 38rem !important; }
  .sm\:max-w-156 {
    max-width: 39rem !important; }
  .sm\:max-w-160 {
    max-width: 40rem !important; }
  .sm\:max-w-164 {
    max-width: 41rem !important; }
  .sm\:max-w-168 {
    max-width: 42rem !important; }
  .sm\:max-w-172 {
    max-width: 43rem !important; }
  .sm\:max-w-176 {
    max-width: 44rem !important; }
  .sm\:max-w-180 {
    max-width: 45rem !important; }
  .sm\:max-w-184 {
    max-width: 46rem !important; }
  .sm\:max-w-188 {
    max-width: 47rem !important; }
  .sm\:max-w-192 {
    max-width: 48rem !important; }
  .sm\:max-w-196 {
    max-width: 49rem !important; }
  .sm\:max-w-200 {
    max-width: 50rem !important; }
  .sm\:max-w-px {
    max-width: 1px !important; }
  .sm\:max-w-2px {
    max-width: 2px !important; }
  .sm\:max-w-1\/2 {
    max-width: 50% !important; }
  .sm\:max-w-2\/2 {
    max-width: 100% !important; }
  .sm\:max-w-1\/3 {
    max-width: 33.333333% !important; }
  .sm\:max-w-2\/3 {
    max-width: 66.666667% !important; }
  .sm\:max-w-3\/3 {
    max-width: 100% !important; }
  .sm\:max-w-1\/4 {
    max-width: 25% !important; }
  .sm\:max-w-2\/4 {
    max-width: 50% !important; }
  .sm\:max-w-3\/4 {
    max-width: 75% !important; }
  .sm\:max-w-4\/4 {
    max-width: 100% !important; }
  .sm\:max-w-1\/5 {
    max-width: 20% !important; }
  .sm\:max-w-2\/5 {
    max-width: 40% !important; }
  .sm\:max-w-3\/5 {
    max-width: 60% !important; }
  .sm\:max-w-4\/5 {
    max-width: 80% !important; }
  .sm\:max-w-5\/5 {
    max-width: 100% !important; }
  .sm\:max-w-1\/6 {
    max-width: 16.666667% !important; }
  .sm\:max-w-2\/6 {
    max-width: 33.333333% !important; }
  .sm\:max-w-3\/6 {
    max-width: 50% !important; }
  .sm\:max-w-4\/6 {
    max-width: 66.666667% !important; }
  .sm\:max-w-5\/6 {
    max-width: 83.333333% !important; }
  .sm\:max-w-6\/6 {
    max-width: 100% !important; }
  .sm\:max-w-1\/10 {
    max-width: 10% !important; }
  .sm\:max-w-2\/10 {
    max-width: 20% !important; }
  .sm\:max-w-3\/10 {
    max-width: 30% !important; }
  .sm\:max-w-4\/10 {
    max-width: 40% !important; }
  .sm\:max-w-5\/10 {
    max-width: 50% !important; }
  .sm\:max-w-6\/10 {
    max-width: 60% !important; }
  .sm\:max-w-7\/10 {
    max-width: 70% !important; }
  .sm\:max-w-8\/10 {
    max-width: 80% !important; }
  .sm\:max-w-9\/10 {
    max-width: 90% !important; }
  .sm\:max-w-10\/10 {
    max-width: 100% !important; }
  .sm\:max-w-1\/12 {
    max-width: 8.333333% !important; }
  .sm\:max-w-2\/12 {
    max-width: 16.666667% !important; }
  .sm\:max-w-3\/12 {
    max-width: 25% !important; }
  .sm\:max-w-4\/12 {
    max-width: 33.333333% !important; }
  .sm\:max-w-5\/12 {
    max-width: 41.666667% !important; }
  .sm\:max-w-6\/12 {
    max-width: 50% !important; }
  .sm\:max-w-7\/12 {
    max-width: 58.333333% !important; }
  .sm\:max-w-8\/12 {
    max-width: 66.666667% !important; }
  .sm\:max-w-9\/12 {
    max-width: 75% !important; }
  .sm\:max-w-10\/12 {
    max-width: 83.333333% !important; }
  .sm\:max-w-11\/12 {
    max-width: 91.666667% !important; }
  .sm\:max-w-12\/12 {
    max-width: 100% !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-7xl {
    max-width: 80rem !important; }
  .sm\:max-w-full {
    max-width: 100% !important; }
  .sm\:max-w-screenw {
    max-width: 100vw !important; }
  .sm\:max-w-screenh {
    max-width: 100vh !important; }
  .sm\:min-h-0 {
    min-height: 0rem !important; }
  .sm\:min-h-1 {
    min-height: 0.25rem !important; }
  .sm\:min-h-2 {
    min-height: 0.5rem !important; }
  .sm\:min-h-3 {
    min-height: 0.75rem !important; }
  .sm\:min-h-4 {
    min-height: 1rem !important; }
  .sm\:min-h-5 {
    min-height: 1.25rem !important; }
  .sm\:min-h-6 {
    min-height: 1.5rem !important; }
  .sm\:min-h-7 {
    min-height: 1.75rem !important; }
  .sm\:min-h-8 {
    min-height: 2rem !important; }
  .sm\:min-h-9 {
    min-height: 2.25rem !important; }
  .sm\:min-h-10 {
    min-height: 2.5rem !important; }
  .sm\:min-h-11 {
    min-height: 2.75rem !important; }
  .sm\:min-h-12 {
    min-height: 3rem !important; }
  .sm\:min-h-13 {
    min-height: 3.25rem !important; }
  .sm\:min-h-14 {
    min-height: 3.5rem !important; }
  .sm\:min-h-15 {
    min-height: 3.75rem !important; }
  .sm\:min-h-16 {
    min-height: 4rem !important; }
  .sm\:min-h-17 {
    min-height: 4.25rem !important; }
  .sm\:min-h-18 {
    min-height: 4.5rem !important; }
  .sm\:min-h-19 {
    min-height: 4.75rem !important; }
  .sm\:min-h-20 {
    min-height: 5rem !important; }
  .sm\:min-h-21 {
    min-height: 5.25rem !important; }
  .sm\:min-h-22 {
    min-height: 5.5rem !important; }
  .sm\:min-h-23 {
    min-height: 5.75rem !important; }
  .sm\:min-h-24 {
    min-height: 6rem !important; }
  .sm\:min-h-25 {
    min-height: 6.25rem !important; }
  .sm\:min-h-26 {
    min-height: 6.5rem !important; }
  .sm\:min-h-27 {
    min-height: 6.75rem !important; }
  .sm\:min-h-28 {
    min-height: 7rem !important; }
  .sm\:min-h-29 {
    min-height: 7.25rem !important; }
  .sm\:min-h-30 {
    min-height: 7.5rem !important; }
  .sm\:min-h-31 {
    min-height: 7.75rem !important; }
  .sm\:min-h-32 {
    min-height: 8rem !important; }
  .sm\:min-h-33 {
    min-height: 8.25rem !important; }
  .sm\:min-h-34 {
    min-height: 8.5rem !important; }
  .sm\:min-h-35 {
    min-height: 8.75rem !important; }
  .sm\:min-h-36 {
    min-height: 9rem !important; }
  .sm\:min-h-37 {
    min-height: 9.25rem !important; }
  .sm\:min-h-38 {
    min-height: 9.5rem !important; }
  .sm\:min-h-39 {
    min-height: 9.75rem !important; }
  .sm\:min-h-40 {
    min-height: 10rem !important; }
  .sm\:min-h-41 {
    min-height: 10.25rem !important; }
  .sm\:min-h-42 {
    min-height: 10.5rem !important; }
  .sm\:min-h-43 {
    min-height: 10.75rem !important; }
  .sm\:min-h-44 {
    min-height: 11rem !important; }
  .sm\:min-h-45 {
    min-height: 11.25rem !important; }
  .sm\:min-h-46 {
    min-height: 11.5rem !important; }
  .sm\:min-h-47 {
    min-height: 11.75rem !important; }
  .sm\:min-h-48 {
    min-height: 12rem !important; }
  .sm\:min-h-49 {
    min-height: 12.25rem !important; }
  .sm\:min-h-50 {
    min-height: 12.5rem !important; }
  .sm\:min-h-51 {
    min-height: 12.75rem !important; }
  .sm\:min-h-52 {
    min-height: 13rem !important; }
  .sm\:min-h-53 {
    min-height: 13.25rem !important; }
  .sm\:min-h-54 {
    min-height: 13.5rem !important; }
  .sm\:min-h-55 {
    min-height: 13.75rem !important; }
  .sm\:min-h-56 {
    min-height: 14rem !important; }
  .sm\:min-h-57 {
    min-height: 14.25rem !important; }
  .sm\:min-h-58 {
    min-height: 14.5rem !important; }
  .sm\:min-h-59 {
    min-height: 14.75rem !important; }
  .sm\:min-h-60 {
    min-height: 15rem !important; }
  .sm\:min-h-61 {
    min-height: 15.25rem !important; }
  .sm\:min-h-62 {
    min-height: 15.5rem !important; }
  .sm\:min-h-63 {
    min-height: 15.75rem !important; }
  .sm\:min-h-64 {
    min-height: 16rem !important; }
  .sm\:min-h-65 {
    min-height: 16.25rem !important; }
  .sm\:min-h-66 {
    min-height: 16.5rem !important; }
  .sm\:min-h-67 {
    min-height: 16.75rem !important; }
  .sm\:min-h-68 {
    min-height: 17rem !important; }
  .sm\:min-h-69 {
    min-height: 17.25rem !important; }
  .sm\:min-h-70 {
    min-height: 17.5rem !important; }
  .sm\:min-h-71 {
    min-height: 17.75rem !important; }
  .sm\:min-h-72 {
    min-height: 18rem !important; }
  .sm\:min-h-73 {
    min-height: 18.25rem !important; }
  .sm\:min-h-74 {
    min-height: 18.5rem !important; }
  .sm\:min-h-75 {
    min-height: 18.75rem !important; }
  .sm\:min-h-76 {
    min-height: 19rem !important; }
  .sm\:min-h-77 {
    min-height: 19.25rem !important; }
  .sm\:min-h-78 {
    min-height: 19.5rem !important; }
  .sm\:min-h-79 {
    min-height: 19.75rem !important; }
  .sm\:min-h-80 {
    min-height: 20rem !important; }
  .sm\:min-h-84 {
    min-height: 21rem !important; }
  .sm\:min-h-88 {
    min-height: 22rem !important; }
  .sm\:min-h-92 {
    min-height: 23rem !important; }
  .sm\:min-h-96 {
    min-height: 24rem !important; }
  .sm\:min-h-100 {
    min-height: 25rem !important; }
  .sm\:min-h-104 {
    min-height: 26rem !important; }
  .sm\:min-h-108 {
    min-height: 27rem !important; }
  .sm\:min-h-112 {
    min-height: 28rem !important; }
  .sm\:min-h-116 {
    min-height: 29rem !important; }
  .sm\:min-h-120 {
    min-height: 30rem !important; }
  .sm\:min-h-124 {
    min-height: 31rem !important; }
  .sm\:min-h-128 {
    min-height: 32rem !important; }
  .sm\:min-h-132 {
    min-height: 33rem !important; }
  .sm\:min-h-136 {
    min-height: 34rem !important; }
  .sm\:min-h-140 {
    min-height: 35rem !important; }
  .sm\:min-h-144 {
    min-height: 36rem !important; }
  .sm\:min-h-148 {
    min-height: 37rem !important; }
  .sm\:min-h-152 {
    min-height: 38rem !important; }
  .sm\:min-h-156 {
    min-height: 39rem !important; }
  .sm\:min-h-160 {
    min-height: 40rem !important; }
  .sm\:min-h-164 {
    min-height: 41rem !important; }
  .sm\:min-h-168 {
    min-height: 42rem !important; }
  .sm\:min-h-172 {
    min-height: 43rem !important; }
  .sm\:min-h-176 {
    min-height: 44rem !important; }
  .sm\:min-h-180 {
    min-height: 45rem !important; }
  .sm\:min-h-184 {
    min-height: 46rem !important; }
  .sm\:min-h-188 {
    min-height: 47rem !important; }
  .sm\:min-h-192 {
    min-height: 48rem !important; }
  .sm\:min-h-196 {
    min-height: 49rem !important; }
  .sm\:min-h-200 {
    min-height: 50rem !important; }
  .sm\:min-h-px {
    min-height: 1px !important; }
  .sm\:min-h-2px {
    min-height: 2px !important; }
  .sm\:min-h-1\/2 {
    min-height: 50% !important; }
  .sm\:min-h-2\/2 {
    min-height: 100% !important; }
  .sm\:min-h-1\/3 {
    min-height: 33.333333% !important; }
  .sm\:min-h-2\/3 {
    min-height: 66.666667% !important; }
  .sm\:min-h-3\/3 {
    min-height: 100% !important; }
  .sm\:min-h-1\/4 {
    min-height: 25% !important; }
  .sm\:min-h-2\/4 {
    min-height: 50% !important; }
  .sm\:min-h-3\/4 {
    min-height: 75% !important; }
  .sm\:min-h-4\/4 {
    min-height: 100% !important; }
  .sm\:min-h-1\/5 {
    min-height: 20% !important; }
  .sm\:min-h-2\/5 {
    min-height: 40% !important; }
  .sm\:min-h-3\/5 {
    min-height: 60% !important; }
  .sm\:min-h-4\/5 {
    min-height: 80% !important; }
  .sm\:min-h-5\/5 {
    min-height: 100% !important; }
  .sm\:min-h-1\/6 {
    min-height: 16.666667% !important; }
  .sm\:min-h-2\/6 {
    min-height: 33.333333% !important; }
  .sm\:min-h-3\/6 {
    min-height: 50% !important; }
  .sm\:min-h-4\/6 {
    min-height: 66.666667% !important; }
  .sm\:min-h-5\/6 {
    min-height: 83.333333% !important; }
  .sm\:min-h-6\/6 {
    min-height: 100% !important; }
  .sm\:min-h-1\/10 {
    min-height: 10% !important; }
  .sm\:min-h-2\/10 {
    min-height: 20% !important; }
  .sm\:min-h-3\/10 {
    min-height: 30% !important; }
  .sm\:min-h-4\/10 {
    min-height: 40% !important; }
  .sm\:min-h-5\/10 {
    min-height: 50% !important; }
  .sm\:min-h-6\/10 {
    min-height: 60% !important; }
  .sm\:min-h-7\/10 {
    min-height: 70% !important; }
  .sm\:min-h-8\/10 {
    min-height: 80% !important; }
  .sm\:min-h-9\/10 {
    min-height: 90% !important; }
  .sm\:min-h-10\/10 {
    min-height: 100% !important; }
  .sm\:min-h-1\/12 {
    min-height: 8.333333% !important; }
  .sm\:min-h-2\/12 {
    min-height: 16.666667% !important; }
  .sm\:min-h-3\/12 {
    min-height: 25% !important; }
  .sm\:min-h-4\/12 {
    min-height: 33.333333% !important; }
  .sm\:min-h-5\/12 {
    min-height: 41.666667% !important; }
  .sm\:min-h-6\/12 {
    min-height: 50% !important; }
  .sm\:min-h-7\/12 {
    min-height: 58.333333% !important; }
  .sm\:min-h-8\/12 {
    min-height: 66.666667% !important; }
  .sm\:min-h-9\/12 {
    min-height: 75% !important; }
  .sm\:min-h-10\/12 {
    min-height: 83.333333% !important; }
  .sm\:min-h-11\/12 {
    min-height: 91.666667% !important; }
  .sm\:min-h-12\/12 {
    min-height: 100% !important; }
  .sm\:min-h-xs {
    min-height: 20rem !important; }
  .sm\:min-h-sm {
    min-height: 24rem !important; }
  .sm\:min-h-md {
    min-height: 28rem !important; }
  .sm\:min-h-lg {
    min-height: 32rem !important; }
  .sm\:min-h-xl {
    min-height: 36rem !important; }
  .sm\:min-h-2xl {
    min-height: 42rem !important; }
  .sm\:min-h-3xl {
    min-height: 48rem !important; }
  .sm\:min-h-4xl {
    min-height: 56rem !important; }
  .sm\:min-h-5xl {
    min-height: 64rem !important; }
  .sm\:min-h-6xl {
    min-height: 72rem !important; }
  .sm\:min-h-7xl {
    min-height: 80rem !important; }
  .sm\:min-h-full {
    min-height: 100% !important; }
  .sm\:min-h-screenw {
    min-height: 100vw !important; }
  .sm\:min-h-screenh {
    min-height: 100vh !important; }
  .sm\:min-w-0 {
    min-width: 0rem !important; }
  .sm\:min-w-1 {
    min-width: 0.25rem !important; }
  .sm\:min-w-2 {
    min-width: 0.5rem !important; }
  .sm\:min-w-3 {
    min-width: 0.75rem !important; }
  .sm\:min-w-4 {
    min-width: 1rem !important; }
  .sm\:min-w-5 {
    min-width: 1.25rem !important; }
  .sm\:min-w-6 {
    min-width: 1.5rem !important; }
  .sm\:min-w-7 {
    min-width: 1.75rem !important; }
  .sm\:min-w-8 {
    min-width: 2rem !important; }
  .sm\:min-w-9 {
    min-width: 2.25rem !important; }
  .sm\:min-w-10 {
    min-width: 2.5rem !important; }
  .sm\:min-w-11 {
    min-width: 2.75rem !important; }
  .sm\:min-w-12 {
    min-width: 3rem !important; }
  .sm\:min-w-13 {
    min-width: 3.25rem !important; }
  .sm\:min-w-14 {
    min-width: 3.5rem !important; }
  .sm\:min-w-15 {
    min-width: 3.75rem !important; }
  .sm\:min-w-16 {
    min-width: 4rem !important; }
  .sm\:min-w-17 {
    min-width: 4.25rem !important; }
  .sm\:min-w-18 {
    min-width: 4.5rem !important; }
  .sm\:min-w-19 {
    min-width: 4.75rem !important; }
  .sm\:min-w-20 {
    min-width: 5rem !important; }
  .sm\:min-w-21 {
    min-width: 5.25rem !important; }
  .sm\:min-w-22 {
    min-width: 5.5rem !important; }
  .sm\:min-w-23 {
    min-width: 5.75rem !important; }
  .sm\:min-w-24 {
    min-width: 6rem !important; }
  .sm\:min-w-25 {
    min-width: 6.25rem !important; }
  .sm\:min-w-26 {
    min-width: 6.5rem !important; }
  .sm\:min-w-27 {
    min-width: 6.75rem !important; }
  .sm\:min-w-28 {
    min-width: 7rem !important; }
  .sm\:min-w-29 {
    min-width: 7.25rem !important; }
  .sm\:min-w-30 {
    min-width: 7.5rem !important; }
  .sm\:min-w-31 {
    min-width: 7.75rem !important; }
  .sm\:min-w-32 {
    min-width: 8rem !important; }
  .sm\:min-w-33 {
    min-width: 8.25rem !important; }
  .sm\:min-w-34 {
    min-width: 8.5rem !important; }
  .sm\:min-w-35 {
    min-width: 8.75rem !important; }
  .sm\:min-w-36 {
    min-width: 9rem !important; }
  .sm\:min-w-37 {
    min-width: 9.25rem !important; }
  .sm\:min-w-38 {
    min-width: 9.5rem !important; }
  .sm\:min-w-39 {
    min-width: 9.75rem !important; }
  .sm\:min-w-40 {
    min-width: 10rem !important; }
  .sm\:min-w-41 {
    min-width: 10.25rem !important; }
  .sm\:min-w-42 {
    min-width: 10.5rem !important; }
  .sm\:min-w-43 {
    min-width: 10.75rem !important; }
  .sm\:min-w-44 {
    min-width: 11rem !important; }
  .sm\:min-w-45 {
    min-width: 11.25rem !important; }
  .sm\:min-w-46 {
    min-width: 11.5rem !important; }
  .sm\:min-w-47 {
    min-width: 11.75rem !important; }
  .sm\:min-w-48 {
    min-width: 12rem !important; }
  .sm\:min-w-49 {
    min-width: 12.25rem !important; }
  .sm\:min-w-50 {
    min-width: 12.5rem !important; }
  .sm\:min-w-51 {
    min-width: 12.75rem !important; }
  .sm\:min-w-52 {
    min-width: 13rem !important; }
  .sm\:min-w-53 {
    min-width: 13.25rem !important; }
  .sm\:min-w-54 {
    min-width: 13.5rem !important; }
  .sm\:min-w-55 {
    min-width: 13.75rem !important; }
  .sm\:min-w-56 {
    min-width: 14rem !important; }
  .sm\:min-w-57 {
    min-width: 14.25rem !important; }
  .sm\:min-w-58 {
    min-width: 14.5rem !important; }
  .sm\:min-w-59 {
    min-width: 14.75rem !important; }
  .sm\:min-w-60 {
    min-width: 15rem !important; }
  .sm\:min-w-61 {
    min-width: 15.25rem !important; }
  .sm\:min-w-62 {
    min-width: 15.5rem !important; }
  .sm\:min-w-63 {
    min-width: 15.75rem !important; }
  .sm\:min-w-64 {
    min-width: 16rem !important; }
  .sm\:min-w-65 {
    min-width: 16.25rem !important; }
  .sm\:min-w-66 {
    min-width: 16.5rem !important; }
  .sm\:min-w-67 {
    min-width: 16.75rem !important; }
  .sm\:min-w-68 {
    min-width: 17rem !important; }
  .sm\:min-w-69 {
    min-width: 17.25rem !important; }
  .sm\:min-w-70 {
    min-width: 17.5rem !important; }
  .sm\:min-w-71 {
    min-width: 17.75rem !important; }
  .sm\:min-w-72 {
    min-width: 18rem !important; }
  .sm\:min-w-73 {
    min-width: 18.25rem !important; }
  .sm\:min-w-74 {
    min-width: 18.5rem !important; }
  .sm\:min-w-75 {
    min-width: 18.75rem !important; }
  .sm\:min-w-76 {
    min-width: 19rem !important; }
  .sm\:min-w-77 {
    min-width: 19.25rem !important; }
  .sm\:min-w-78 {
    min-width: 19.5rem !important; }
  .sm\:min-w-79 {
    min-width: 19.75rem !important; }
  .sm\:min-w-80 {
    min-width: 20rem !important; }
  .sm\:min-w-84 {
    min-width: 21rem !important; }
  .sm\:min-w-88 {
    min-width: 22rem !important; }
  .sm\:min-w-92 {
    min-width: 23rem !important; }
  .sm\:min-w-96 {
    min-width: 24rem !important; }
  .sm\:min-w-100 {
    min-width: 25rem !important; }
  .sm\:min-w-104 {
    min-width: 26rem !important; }
  .sm\:min-w-108 {
    min-width: 27rem !important; }
  .sm\:min-w-112 {
    min-width: 28rem !important; }
  .sm\:min-w-116 {
    min-width: 29rem !important; }
  .sm\:min-w-120 {
    min-width: 30rem !important; }
  .sm\:min-w-124 {
    min-width: 31rem !important; }
  .sm\:min-w-128 {
    min-width: 32rem !important; }
  .sm\:min-w-132 {
    min-width: 33rem !important; }
  .sm\:min-w-136 {
    min-width: 34rem !important; }
  .sm\:min-w-140 {
    min-width: 35rem !important; }
  .sm\:min-w-144 {
    min-width: 36rem !important; }
  .sm\:min-w-148 {
    min-width: 37rem !important; }
  .sm\:min-w-152 {
    min-width: 38rem !important; }
  .sm\:min-w-156 {
    min-width: 39rem !important; }
  .sm\:min-w-160 {
    min-width: 40rem !important; }
  .sm\:min-w-164 {
    min-width: 41rem !important; }
  .sm\:min-w-168 {
    min-width: 42rem !important; }
  .sm\:min-w-172 {
    min-width: 43rem !important; }
  .sm\:min-w-176 {
    min-width: 44rem !important; }
  .sm\:min-w-180 {
    min-width: 45rem !important; }
  .sm\:min-w-184 {
    min-width: 46rem !important; }
  .sm\:min-w-188 {
    min-width: 47rem !important; }
  .sm\:min-w-192 {
    min-width: 48rem !important; }
  .sm\:min-w-196 {
    min-width: 49rem !important; }
  .sm\:min-w-200 {
    min-width: 50rem !important; }
  .sm\:min-w-px {
    min-width: 1px !important; }
  .sm\:min-w-2px {
    min-width: 2px !important; }
  .sm\:min-w-1\/2 {
    min-width: 50% !important; }
  .sm\:min-w-2\/2 {
    min-width: 100% !important; }
  .sm\:min-w-1\/3 {
    min-width: 33.333333% !important; }
  .sm\:min-w-2\/3 {
    min-width: 66.666667% !important; }
  .sm\:min-w-3\/3 {
    min-width: 100% !important; }
  .sm\:min-w-1\/4 {
    min-width: 25% !important; }
  .sm\:min-w-2\/4 {
    min-width: 50% !important; }
  .sm\:min-w-3\/4 {
    min-width: 75% !important; }
  .sm\:min-w-4\/4 {
    min-width: 100% !important; }
  .sm\:min-w-1\/5 {
    min-width: 20% !important; }
  .sm\:min-w-2\/5 {
    min-width: 40% !important; }
  .sm\:min-w-3\/5 {
    min-width: 60% !important; }
  .sm\:min-w-4\/5 {
    min-width: 80% !important; }
  .sm\:min-w-5\/5 {
    min-width: 100% !important; }
  .sm\:min-w-1\/6 {
    min-width: 16.666667% !important; }
  .sm\:min-w-2\/6 {
    min-width: 33.333333% !important; }
  .sm\:min-w-3\/6 {
    min-width: 50% !important; }
  .sm\:min-w-4\/6 {
    min-width: 66.666667% !important; }
  .sm\:min-w-5\/6 {
    min-width: 83.333333% !important; }
  .sm\:min-w-6\/6 {
    min-width: 100% !important; }
  .sm\:min-w-1\/10 {
    min-width: 10% !important; }
  .sm\:min-w-2\/10 {
    min-width: 20% !important; }
  .sm\:min-w-3\/10 {
    min-width: 30% !important; }
  .sm\:min-w-4\/10 {
    min-width: 40% !important; }
  .sm\:min-w-5\/10 {
    min-width: 50% !important; }
  .sm\:min-w-6\/10 {
    min-width: 60% !important; }
  .sm\:min-w-7\/10 {
    min-width: 70% !important; }
  .sm\:min-w-8\/10 {
    min-width: 80% !important; }
  .sm\:min-w-9\/10 {
    min-width: 90% !important; }
  .sm\:min-w-10\/10 {
    min-width: 100% !important; }
  .sm\:min-w-1\/12 {
    min-width: 8.333333% !important; }
  .sm\:min-w-2\/12 {
    min-width: 16.666667% !important; }
  .sm\:min-w-3\/12 {
    min-width: 25% !important; }
  .sm\:min-w-4\/12 {
    min-width: 33.333333% !important; }
  .sm\:min-w-5\/12 {
    min-width: 41.666667% !important; }
  .sm\:min-w-6\/12 {
    min-width: 50% !important; }
  .sm\:min-w-7\/12 {
    min-width: 58.333333% !important; }
  .sm\:min-w-8\/12 {
    min-width: 66.666667% !important; }
  .sm\:min-w-9\/12 {
    min-width: 75% !important; }
  .sm\:min-w-10\/12 {
    min-width: 83.333333% !important; }
  .sm\:min-w-11\/12 {
    min-width: 91.666667% !important; }
  .sm\:min-w-12\/12 {
    min-width: 100% !important; }
  .sm\:min-w-xs {
    min-width: 20rem !important; }
  .sm\:min-w-sm {
    min-width: 24rem !important; }
  .sm\:min-w-md {
    min-width: 28rem !important; }
  .sm\:min-w-lg {
    min-width: 32rem !important; }
  .sm\:min-w-xl {
    min-width: 36rem !important; }
  .sm\:min-w-2xl {
    min-width: 42rem !important; }
  .sm\:min-w-3xl {
    min-width: 48rem !important; }
  .sm\:min-w-4xl {
    min-width: 56rem !important; }
  .sm\:min-w-5xl {
    min-width: 64rem !important; }
  .sm\:min-w-6xl {
    min-width: 72rem !important; }
  .sm\:min-w-7xl {
    min-width: 80rem !important; }
  .sm\:min-w-full {
    min-width: 100% !important; }
  .sm\:min-w-screenw {
    min-width: 100vw !important; }
  .sm\:min-w-screenh {
    min-width: 100vh !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-5 {
    opacity: 0.05 !important; }
  .sm\:opacity-10 {
    opacity: 0.1 !important; }
  .sm\:opacity-15 {
    opacity: 0.15 !important; }
  .sm\:opacity-20 {
    opacity: 0.2 !important; }
  .sm\:opacity-25 {
    opacity: 0.25 !important; }
  .sm\:opacity-30 {
    opacity: 0.3 !important; }
  .sm\:opacity-35 {
    opacity: 0.35 !important; }
  .sm\:opacity-40 {
    opacity: 0.4 !important; }
  .sm\:opacity-45 {
    opacity: 0.45 !important; }
  .sm\:opacity-50 {
    opacity: 0.5 !important; }
  .sm\:opacity-55 {
    opacity: 0.55 !important; }
  .sm\:opacity-60 {
    opacity: 0.6 !important; }
  .sm\:opacity-65 {
    opacity: 0.65 !important; }
  .sm\:opacity-70 {
    opacity: 0.7 !important; }
  .sm\:opacity-75 {
    opacity: 0.75 !important; }
  .sm\:opacity-80 {
    opacity: 0.8 !important; }
  .sm\:opacity-85 {
    opacity: 0.85 !important; }
  .sm\:opacity-90 {
    opacity: 0.9 !important; }
  .sm\:opacity-95 {
    opacity: 0.95 !important; }
  .sm\:opacity-100 {
    opacity: 1 !important; }
  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important; }
  .sm\:hover\:opacity-5:hover {
    opacity: 0.05 !important; }
  .sm\:hover\:opacity-10:hover {
    opacity: 0.1 !important; }
  .sm\:hover\:opacity-15:hover {
    opacity: 0.15 !important; }
  .sm\:hover\:opacity-20:hover {
    opacity: 0.2 !important; }
  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important; }
  .sm\:hover\:opacity-30:hover {
    opacity: 0.3 !important; }
  .sm\:hover\:opacity-35:hover {
    opacity: 0.35 !important; }
  .sm\:hover\:opacity-40:hover {
    opacity: 0.4 !important; }
  .sm\:hover\:opacity-45:hover {
    opacity: 0.45 !important; }
  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important; }
  .sm\:hover\:opacity-55:hover {
    opacity: 0.55 !important; }
  .sm\:hover\:opacity-60:hover {
    opacity: 0.6 !important; }
  .sm\:hover\:opacity-65:hover {
    opacity: 0.65 !important; }
  .sm\:hover\:opacity-70:hover {
    opacity: 0.7 !important; }
  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important; }
  .sm\:hover\:opacity-80:hover {
    opacity: 0.8 !important; }
  .sm\:hover\:opacity-85:hover {
    opacity: 0.85 !important; }
  .sm\:hover\:opacity-90:hover {
    opacity: 0.9 !important; }
  .sm\:hover\:opacity-95:hover {
    opacity: 0.95 !important; }
  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important; }
  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important; }
  .sm\:focus\:opacity-5:focus {
    opacity: 0.05 !important; }
  .sm\:focus\:opacity-10:focus {
    opacity: 0.1 !important; }
  .sm\:focus\:opacity-15:focus {
    opacity: 0.15 !important; }
  .sm\:focus\:opacity-20:focus {
    opacity: 0.2 !important; }
  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important; }
  .sm\:focus\:opacity-30:focus {
    opacity: 0.3 !important; }
  .sm\:focus\:opacity-35:focus {
    opacity: 0.35 !important; }
  .sm\:focus\:opacity-40:focus {
    opacity: 0.4 !important; }
  .sm\:focus\:opacity-45:focus {
    opacity: 0.45 !important; }
  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important; }
  .sm\:focus\:opacity-55:focus {
    opacity: 0.55 !important; }
  .sm\:focus\:opacity-60:focus {
    opacity: 0.6 !important; }
  .sm\:focus\:opacity-65:focus {
    opacity: 0.65 !important; }
  .sm\:focus\:opacity-70:focus {
    opacity: 0.7 !important; }
  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important; }
  .sm\:focus\:opacity-80:focus {
    opacity: 0.8 !important; }
  .sm\:focus\:opacity-85:focus {
    opacity: 0.85 !important; }
  .sm\:focus\:opacity-90:focus {
    opacity: 0.9 !important; }
  .sm\:focus\:opacity-95:focus {
    opacity: 0.95 !important; }
  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important; }
  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0 !important; }
  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05 !important; }
  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1 !important; }
  .group:hover .sm\:group-hover\:opacity-15 {
    opacity: 0.15 !important; }
  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2 !important; }
  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25 !important; }
  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3 !important; }
  .group:hover .sm\:group-hover\:opacity-35 {
    opacity: 0.35 !important; }
  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4 !important; }
  .group:hover .sm\:group-hover\:opacity-45 {
    opacity: 0.45 !important; }
  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5 !important; }
  .group:hover .sm\:group-hover\:opacity-55 {
    opacity: 0.55 !important; }
  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6 !important; }
  .group:hover .sm\:group-hover\:opacity-65 {
    opacity: 0.65 !important; }
  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7 !important; }
  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75 !important; }
  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8 !important; }
  .group:hover .sm\:group-hover\:opacity-85 {
    opacity: 0.85 !important; }
  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9 !important; }
  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95 !important; }
  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1 !important; }
  .sm\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important; }
  .sm\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important; }
  .sm\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important; }
  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important; }
  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important; }
  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !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 {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important; }
  .sm\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important; }
  .sm\:overscroll-none {
    -ms-scroll-chaining: none !important;
    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: 0rem !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-7 {
    padding: 1.75rem !important; }
  .sm\:p-8 {
    padding: 2rem !important; }
  .sm\:p-9 {
    padding: 2.25rem !important; }
  .sm\:p-10 {
    padding: 2.5rem !important; }
  .sm\:p-11 {
    padding: 2.75rem !important; }
  .sm\:p-12 {
    padding: 3rem !important; }
  .sm\:p-13 {
    padding: 3.25rem !important; }
  .sm\:p-14 {
    padding: 3.5rem !important; }
  .sm\:p-15 {
    padding: 3.75rem !important; }
  .sm\:p-16 {
    padding: 4rem !important; }
  .sm\:p-17 {
    padding: 4.25rem !important; }
  .sm\:p-18 {
    padding: 4.5rem !important; }
  .sm\:p-19 {
    padding: 4.75rem !important; }
  .sm\:p-20 {
    padding: 5rem !important; }
  .sm\:p-21 {
    padding: 5.25rem !important; }
  .sm\:p-22 {
    padding: 5.5rem !important; }
  .sm\:p-23 {
    padding: 5.75rem !important; }
  .sm\:p-24 {
    padding: 6rem !important; }
  .sm\:p-25 {
    padding: 6.25rem !important; }
  .sm\:p-26 {
    padding: 6.5rem !important; }
  .sm\:p-27 {
    padding: 6.75rem !important; }
  .sm\:p-28 {
    padding: 7rem !important; }
  .sm\:p-29 {
    padding: 7.25rem !important; }
  .sm\:p-30 {
    padding: 7.5rem !important; }
  .sm\:p-31 {
    padding: 7.75rem !important; }
  .sm\:p-32 {
    padding: 8rem !important; }
  .sm\:p-33 {
    padding: 8.25rem !important; }
  .sm\:p-34 {
    padding: 8.5rem !important; }
  .sm\:p-35 {
    padding: 8.75rem !important; }
  .sm\:p-36 {
    padding: 9rem !important; }
  .sm\:p-37 {
    padding: 9.25rem !important; }
  .sm\:p-38 {
    padding: 9.5rem !important; }
  .sm\:p-39 {
    padding: 9.75rem !important; }
  .sm\:p-40 {
    padding: 10rem !important; }
  .sm\:p-41 {
    padding: 10.25rem !important; }
  .sm\:p-42 {
    padding: 10.5rem !important; }
  .sm\:p-43 {
    padding: 10.75rem !important; }
  .sm\:p-44 {
    padding: 11rem !important; }
  .sm\:p-45 {
    padding: 11.25rem !important; }
  .sm\:p-46 {
    padding: 11.5rem !important; }
  .sm\:p-47 {
    padding: 11.75rem !important; }
  .sm\:p-48 {
    padding: 12rem !important; }
  .sm\:p-49 {
    padding: 12.25rem !important; }
  .sm\:p-50 {
    padding: 12.5rem !important; }
  .sm\:p-51 {
    padding: 12.75rem !important; }
  .sm\:p-52 {
    padding: 13rem !important; }
  .sm\:p-53 {
    padding: 13.25rem !important; }
  .sm\:p-54 {
    padding: 13.5rem !important; }
  .sm\:p-55 {
    padding: 13.75rem !important; }
  .sm\:p-56 {
    padding: 14rem !important; }
  .sm\:p-57 {
    padding: 14.25rem !important; }
  .sm\:p-58 {
    padding: 14.5rem !important; }
  .sm\:p-59 {
    padding: 14.75rem !important; }
  .sm\:p-60 {
    padding: 15rem !important; }
  .sm\:p-61 {
    padding: 15.25rem !important; }
  .sm\:p-62 {
    padding: 15.5rem !important; }
  .sm\:p-63 {
    padding: 15.75rem !important; }
  .sm\:p-64 {
    padding: 16rem !important; }
  .sm\:p-65 {
    padding: 16.25rem !important; }
  .sm\:p-66 {
    padding: 16.5rem !important; }
  .sm\:p-67 {
    padding: 16.75rem !important; }
  .sm\:p-68 {
    padding: 17rem !important; }
  .sm\:p-69 {
    padding: 17.25rem !important; }
  .sm\:p-70 {
    padding: 17.5rem !important; }
  .sm\:p-71 {
    padding: 17.75rem !important; }
  .sm\:p-72 {
    padding: 18rem !important; }
  .sm\:p-73 {
    padding: 18.25rem !important; }
  .sm\:p-74 {
    padding: 18.5rem !important; }
  .sm\:p-75 {
    padding: 18.75rem !important; }
  .sm\:p-76 {
    padding: 19rem !important; }
  .sm\:p-77 {
    padding: 19.25rem !important; }
  .sm\:p-78 {
    padding: 19.5rem !important; }
  .sm\:p-79 {
    padding: 19.75rem !important; }
  .sm\:p-80 {
    padding: 20rem !important; }
  .sm\:p-84 {
    padding: 21rem !important; }
  .sm\:p-88 {
    padding: 22rem !important; }
  .sm\:p-92 {
    padding: 23rem !important; }
  .sm\:p-96 {
    padding: 24rem !important; }
  .sm\:p-100 {
    padding: 25rem !important; }
  .sm\:p-104 {
    padding: 26rem !important; }
  .sm\:p-108 {
    padding: 27rem !important; }
  .sm\:p-112 {
    padding: 28rem !important; }
  .sm\:p-116 {
    padding: 29rem !important; }
  .sm\:p-120 {
    padding: 30rem !important; }
  .sm\:p-124 {
    padding: 31rem !important; }
  .sm\:p-128 {
    padding: 32rem !important; }
  .sm\:p-132 {
    padding: 33rem !important; }
  .sm\:p-136 {
    padding: 34rem !important; }
  .sm\:p-140 {
    padding: 35rem !important; }
  .sm\:p-144 {
    padding: 36rem !important; }
  .sm\:p-148 {
    padding: 37rem !important; }
  .sm\:p-152 {
    padding: 38rem !important; }
  .sm\:p-156 {
    padding: 39rem !important; }
  .sm\:p-160 {
    padding: 40rem !important; }
  .sm\:p-164 {
    padding: 41rem !important; }
  .sm\:p-168 {
    padding: 42rem !important; }
  .sm\:p-172 {
    padding: 43rem !important; }
  .sm\:p-176 {
    padding: 44rem !important; }
  .sm\:p-180 {
    padding: 45rem !important; }
  .sm\:p-184 {
    padding: 46rem !important; }
  .sm\:p-188 {
    padding: 47rem !important; }
  .sm\:p-192 {
    padding: 48rem !important; }
  .sm\:p-196 {
    padding: 49rem !important; }
  .sm\:p-200 {
    padding: 50rem !important; }
  .sm\:p-px {
    padding: 1px !important; }
  .sm\:p-2px {
    padding: 2px !important; }
  .sm\:p-1\/2 {
    padding: 50% !important; }
  .sm\:p-2\/2 {
    padding: 100% !important; }
  .sm\:p-1\/3 {
    padding: 33.333333% !important; }
  .sm\:p-2\/3 {
    padding: 66.666667% !important; }
  .sm\:p-3\/3 {
    padding: 100% !important; }
  .sm\:p-1\/4 {
    padding: 25% !important; }
  .sm\:p-2\/4 {
    padding: 50% !important; }
  .sm\:p-3\/4 {
    padding: 75% !important; }
  .sm\:p-4\/4 {
    padding: 100% !important; }
  .sm\:p-1\/5 {
    padding: 20% !important; }
  .sm\:p-2\/5 {
    padding: 40% !important; }
  .sm\:p-3\/5 {
    padding: 60% !important; }
  .sm\:p-4\/5 {
    padding: 80% !important; }
  .sm\:p-5\/5 {
    padding: 100% !important; }
  .sm\:p-1\/6 {
    padding: 16.666667% !important; }
  .sm\:p-2\/6 {
    padding: 33.333333% !important; }
  .sm\:p-3\/6 {
    padding: 50% !important; }
  .sm\:p-4\/6 {
    padding: 66.666667% !important; }
  .sm\:p-5\/6 {
    padding: 83.333333% !important; }
  .sm\:p-6\/6 {
    padding: 100% !important; }
  .sm\:p-1\/10 {
    padding: 10% !important; }
  .sm\:p-2\/10 {
    padding: 20% !important; }
  .sm\:p-3\/10 {
    padding: 30% !important; }
  .sm\:p-4\/10 {
    padding: 40% !important; }
  .sm\:p-5\/10 {
    padding: 50% !important; }
  .sm\:p-6\/10 {
    padding: 60% !important; }
  .sm\:p-7\/10 {
    padding: 70% !important; }
  .sm\:p-8\/10 {
    padding: 80% !important; }
  .sm\:p-9\/10 {
    padding: 90% !important; }
  .sm\:p-10\/10 {
    padding: 100% !important; }
  .sm\:p-1\/12 {
    padding: 8.333333% !important; }
  .sm\:p-2\/12 {
    padding: 16.666667% !important; }
  .sm\:p-3\/12 {
    padding: 25% !important; }
  .sm\:p-4\/12 {
    padding: 33.333333% !important; }
  .sm\:p-5\/12 {
    padding: 41.666667% !important; }
  .sm\:p-6\/12 {
    padding: 50% !important; }
  .sm\:p-7\/12 {
    padding: 58.333333% !important; }
  .sm\:p-8\/12 {
    padding: 66.666667% !important; }
  .sm\:p-9\/12 {
    padding: 75% !important; }
  .sm\:p-10\/12 {
    padding: 83.333333% !important; }
  .sm\:p-11\/12 {
    padding: 91.666667% !important; }
  .sm\:p-12\/12 {
    padding: 100% !important; }
  .sm\:p-xs {
    padding: 20rem !important; }
  .sm\:p-sm {
    padding: 24rem !important; }
  .sm\:p-md {
    padding: 28rem !important; }
  .sm\:p-lg {
    padding: 32rem !important; }
  .sm\:p-xl {
    padding: 36rem !important; }
  .sm\:p-2xl {
    padding: 42rem !important; }
  .sm\:p-3xl {
    padding: 48rem !important; }
  .sm\:p-4xl {
    padding: 56rem !important; }
  .sm\:p-5xl {
    padding: 64rem !important; }
  .sm\:p-6xl {
    padding: 72rem !important; }
  .sm\:p-7xl {
    padding: 80rem !important; }
  .sm\:p-full {
    padding: 100% !important; }
  .sm\:p-screenw {
    padding: 100vw !important; }
  .sm\:p-screenh {
    padding: 100vh !important; }
  .sm\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }
  .sm\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !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-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .sm\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !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-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important; }
  .sm\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important; }
  .sm\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !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-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .sm\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important; }
  .sm\:px-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important; }
  .sm\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .sm\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .sm\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .sm\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !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-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important; }
  .sm\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !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-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important; }
  .sm\:px-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !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-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .sm\:px-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; }
  .sm\:py-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important; }
  .sm\:px-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important; }
  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .sm\:py-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important; }
  .sm\:px-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.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-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important; }
  .sm\:px-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !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-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important; }
  .sm\:px-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important; }
  .sm\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; }
  .sm\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; }
  .sm\:py-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important; }
  .sm\:px-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important; }
  .sm\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .sm\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; }
  .sm\:py-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important; }
  .sm\:px-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important; }
  .sm\:py-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; }
  .sm\:px-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; }
  .sm\:py-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important; }
  .sm\:px-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !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-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important; }
  .sm\:px-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important; }
  .sm\:py-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important; }
  .sm\:px-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; }
  .sm\:py-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important; }
  .sm\:px-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important; }
  .sm\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important; }
  .sm\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; }
  .sm\:py-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important; }
  .sm\:px-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important; }
  .sm\:py-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important; }
  .sm\:px-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; }
  .sm\:py-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important; }
  .sm\:px-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !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-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important; }
  .sm\:px-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important; }
  .sm\:py-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  .sm\:px-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; }
  .sm\:py-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important; }
  .sm\:px-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important; }
  .sm\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important; }
  .sm\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; }
  .sm\:py-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important; }
  .sm\:px-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important; }
  .sm\:py-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important; }
  .sm\:px-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; }
  .sm\:py-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important; }
  .sm\:px-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !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-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important; }
  .sm\:px-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important; }
  .sm\:py-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important; }
  .sm\:px-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; }
  .sm\:py-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important; }
  .sm\:px-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important; }
  .sm\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  .sm\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }
  .sm\:py-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important; }
  .sm\:px-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important; }
  .sm\:py-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important; }
  .sm\:px-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; }
  .sm\:py-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important; }
  .sm\:px-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !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-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important; }
  .sm\:px-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important; }
  .sm\:py-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important; }
  .sm\:px-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; }
  .sm\:py-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important; }
  .sm\:px-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important; }
  .sm\:py-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important; }
  .sm\:px-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; }
  .sm\:py-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important; }
  .sm\:px-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important; }
  .sm\:py-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important; }
  .sm\:px-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; }
  .sm\:py-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important; }
  .sm\:px-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important; }
  .sm\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .sm\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; }
  .sm\:py-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important; }
  .sm\:px-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important; }
  .sm\:py-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important; }
  .sm\:px-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; }
  .sm\:py-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important; }
  .sm\:px-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important; }
  .sm\:py-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important; }
  .sm\:px-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; }
  .sm\:py-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important; }
  .sm\:px-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important; }
  .sm\:py-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important; }
  .sm\:px-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; }
  .sm\:py-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important; }
  .sm\:px-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important; }
  .sm\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .sm\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; }
  .sm\:py-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important; }
  .sm\:px-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important; }
  .sm\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important; }
  .sm\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important; }
  .sm\:py-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important; }
  .sm\:px-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important; }
  .sm\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important; }
  .sm\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important; }
  .sm\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important; }
  .sm\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important; }
  .sm\:py-104 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important; }
  .sm\:px-104 {
    padding-left: 26rem !important;
    padding-right: 26rem !important; }
  .sm\:py-108 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important; }
  .sm\:px-108 {
    padding-left: 27rem !important;
    padding-right: 27rem !important; }
  .sm\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important; }
  .sm\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important; }
  .sm\:py-116 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important; }
  .sm\:px-116 {
    padding-left: 29rem !important;
    padding-right: 29rem !important; }
  .sm\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important; }
  .sm\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important; }
  .sm\:py-124 {
    padding-top: 31rem !important;
    padding-bottom: 31rem !important; }
  .sm\:px-124 {
    padding-left: 31rem !important;
    padding-right: 31rem !important; }
  .sm\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important; }
  .sm\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important; }
  .sm\:py-132 {
    padding-top: 33rem !important;
    padding-bottom: 33rem !important; }
  .sm\:px-132 {
    padding-left: 33rem !important;
    padding-right: 33rem !important; }
  .sm\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important; }
  .sm\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important; }
  .sm\:py-140 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important; }
  .sm\:px-140 {
    padding-left: 35rem !important;
    padding-right: 35rem !important; }
  .sm\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important; }
  .sm\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important; }
  .sm\:py-148 {
    padding-top: 37rem !important;
    padding-bottom: 37rem !important; }
  .sm\:px-148 {
    padding-left: 37rem !important;
    padding-right: 37rem !important; }
  .sm\:py-152 {
    padding-top: 38rem !important;
    padding-bottom: 38rem !important; }
  .sm\:px-152 {
    padding-left: 38rem !important;
    padding-right: 38rem !important; }
  .sm\:py-156 {
    padding-top: 39rem !important;
    padding-bottom: 39rem !important; }
  .sm\:px-156 {
    padding-left: 39rem !important;
    padding-right: 39rem !important; }
  .sm\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important; }
  .sm\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important; }
  .sm\:py-164 {
    padding-top: 41rem !important;
    padding-bottom: 41rem !important; }
  .sm\:px-164 {
    padding-left: 41rem !important;
    padding-right: 41rem !important; }
  .sm\:py-168 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important; }
  .sm\:px-168 {
    padding-left: 42rem !important;
    padding-right: 42rem !important; }
  .sm\:py-172 {
    padding-top: 43rem !important;
    padding-bottom: 43rem !important; }
  .sm\:px-172 {
    padding-left: 43rem !important;
    padding-right: 43rem !important; }
  .sm\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important; }
  .sm\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important; }
  .sm\:py-180 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important; }
  .sm\:px-180 {
    padding-left: 45rem !important;
    padding-right: 45rem !important; }
  .sm\:py-184 {
    padding-top: 46rem !important;
    padding-bottom: 46rem !important; }
  .sm\:px-184 {
    padding-left: 46rem !important;
    padding-right: 46rem !important; }
  .sm\:py-188 {
    padding-top: 47rem !important;
    padding-bottom: 47rem !important; }
  .sm\:px-188 {
    padding-left: 47rem !important;
    padding-right: 47rem !important; }
  .sm\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important; }
  .sm\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important; }
  .sm\:py-196 {
    padding-top: 49rem !important;
    padding-bottom: 49rem !important; }
  .sm\:px-196 {
    padding-left: 49rem !important;
    padding-right: 49rem !important; }
  .sm\:py-200 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important; }
  .sm\:px-200 {
    padding-left: 50rem !important;
    padding-right: 50rem !important; }
  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important; }
  .sm\:py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  .sm\:px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  .sm\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .sm\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .sm\:py-2\/2 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .sm\:px-2\/2 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .sm\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .sm\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .sm\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .sm\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .sm\:py-3\/3 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .sm\:px-3\/3 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .sm\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important; }
  .sm\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important; }
  .sm\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .sm\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .sm\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important; }
  .sm\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important; }
  .sm\:py-4\/4 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .sm\:px-4\/4 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .sm\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important; }
  .sm\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .sm\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important; }
  .sm\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important; }
  .sm\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important; }
  .sm\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important; }
  .sm\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important; }
  .sm\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important; }
  .sm\:py-5\/5 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .sm\:px-5\/5 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .sm\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important; }
  .sm\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important; }
  .sm\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .sm\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .sm\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .sm\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .sm\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .sm\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .sm\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important; }
  .sm\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important; }
  .sm\:py-6\/6 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .sm\:px-6\/6 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .sm\:py-1\/10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important; }
  .sm\:px-1\/10 {
    padding-left: 10% !important;
    padding-right: 10% !important; }
  .sm\:py-2\/10 {
    padding-top: 20% !important;
    padding-bottom: 20% !important; }
  .sm\:px-2\/10 {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .sm\:py-3\/10 {
    padding-top: 30% !important;
    padding-bottom: 30% !important; }
  .sm\:px-3\/10 {
    padding-left: 30% !important;
    padding-right: 30% !important; }
  .sm\:py-4\/10 {
    padding-top: 40% !important;
    padding-bottom: 40% !important; }
  .sm\:px-4\/10 {
    padding-left: 40% !important;
    padding-right: 40% !important; }
  .sm\:py-5\/10 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .sm\:px-5\/10 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .sm\:py-6\/10 {
    padding-top: 60% !important;
    padding-bottom: 60% !important; }
  .sm\:px-6\/10 {
    padding-left: 60% !important;
    padding-right: 60% !important; }
  .sm\:py-7\/10 {
    padding-top: 70% !important;
    padding-bottom: 70% !important; }
  .sm\:px-7\/10 {
    padding-left: 70% !important;
    padding-right: 70% !important; }
  .sm\:py-8\/10 {
    padding-top: 80% !important;
    padding-bottom: 80% !important; }
  .sm\:px-8\/10 {
    padding-left: 80% !important;
    padding-right: 80% !important; }
  .sm\:py-9\/10 {
    padding-top: 90% !important;
    padding-bottom: 90% !important; }
  .sm\:px-9\/10 {
    padding-left: 90% !important;
    padding-right: 90% !important; }
  .sm\:py-10\/10 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .sm\:px-10\/10 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .sm\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important; }
  .sm\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important; }
  .sm\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important; }
  .sm\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important; }
  .sm\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important; }
  .sm\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important; }
  .sm\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .sm\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .sm\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important; }
  .sm\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important; }
  .sm\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .sm\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .sm\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important; }
  .sm\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important; }
  .sm\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .sm\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .sm\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important; }
  .sm\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important; }
  .sm\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important; }
  .sm\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important; }
  .sm\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important; }
  .sm\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important; }
  .sm\:py-12\/12 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .sm\:px-12\/12 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .sm\:py-xs {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .sm\:px-xs {
    padding-left: 20rem !important;
    padding-right: 20rem !important; }
  .sm\:py-sm {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important; }
  .sm\:px-sm {
    padding-left: 24rem !important;
    padding-right: 24rem !important; }
  .sm\:py-md {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important; }
  .sm\:px-md {
    padding-left: 28rem !important;
    padding-right: 28rem !important; }
  .sm\:py-lg {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important; }
  .sm\:px-lg {
    padding-left: 32rem !important;
    padding-right: 32rem !important; }
  .sm\:py-xl {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important; }
  .sm\:px-xl {
    padding-left: 36rem !important;
    padding-right: 36rem !important; }
  .sm\:py-2xl {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important; }
  .sm\:px-2xl {
    padding-left: 42rem !important;
    padding-right: 42rem !important; }
  .sm\:py-3xl {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important; }
  .sm\:px-3xl {
    padding-left: 48rem !important;
    padding-right: 48rem !important; }
  .sm\:py-4xl {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important; }
  .sm\:px-4xl {
    padding-left: 56rem !important;
    padding-right: 56rem !important; }
  .sm\:py-5xl {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important; }
  .sm\:px-5xl {
    padding-left: 64rem !important;
    padding-right: 64rem !important; }
  .sm\:py-6xl {
    padding-top: 72rem !important;
    padding-bottom: 72rem !important; }
  .sm\:px-6xl {
    padding-left: 72rem !important;
    padding-right: 72rem !important; }
  .sm\:py-7xl {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important; }
  .sm\:px-7xl {
    padding-left: 80rem !important;
    padding-right: 80rem !important; }
  .sm\:py-full {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .sm\:px-full {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .sm\:py-screenw {
    padding-top: 100vw !important;
    padding-bottom: 100vw !important; }
  .sm\:px-screenw {
    padding-left: 100vw !important;
    padding-right: 100vw !important; }
  .sm\:py-screenh {
    padding-top: 100vh !important;
    padding-bottom: 100vh !important; }
  .sm\:px-screenh {
    padding-left: 100vh !important;
    padding-right: 100vh !important; }
  .sm\:pt-0 {
    padding-top: 0rem !important; }
  .sm\:pr-0 {
    padding-right: 0rem !important; }
  .sm\:pb-0 {
    padding-bottom: 0rem !important; }
  .sm\:pl-0 {
    padding-left: 0rem !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-7 {
    padding-top: 1.75rem !important; }
  .sm\:pr-7 {
    padding-right: 1.75rem !important; }
  .sm\:pb-7 {
    padding-bottom: 1.75rem !important; }
  .sm\:pl-7 {
    padding-left: 1.75rem !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-11 {
    padding-top: 2.75rem !important; }
  .sm\:pr-11 {
    padding-right: 2.75rem !important; }
  .sm\:pb-11 {
    padding-bottom: 2.75rem !important; }
  .sm\:pl-11 {
    padding-left: 2.75rem !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-13 {
    padding-top: 3.25rem !important; }
  .sm\:pr-13 {
    padding-right: 3.25rem !important; }
  .sm\:pb-13 {
    padding-bottom: 3.25rem !important; }
  .sm\:pl-13 {
    padding-left: 3.25rem !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-15 {
    padding-top: 3.75rem !important; }
  .sm\:pr-15 {
    padding-right: 3.75rem !important; }
  .sm\:pb-15 {
    padding-bottom: 3.75rem !important; }
  .sm\:pl-15 {
    padding-left: 3.75rem !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-17 {
    padding-top: 4.25rem !important; }
  .sm\:pr-17 {
    padding-right: 4.25rem !important; }
  .sm\:pb-17 {
    padding-bottom: 4.25rem !important; }
  .sm\:pl-17 {
    padding-left: 4.25rem !important; }
  .sm\:pt-18 {
    padding-top: 4.5rem !important; }
  .sm\:pr-18 {
    padding-right: 4.5rem !important; }
  .sm\:pb-18 {
    padding-bottom: 4.5rem !important; }
  .sm\:pl-18 {
    padding-left: 4.5rem !important; }
  .sm\:pt-19 {
    padding-top: 4.75rem !important; }
  .sm\:pr-19 {
    padding-right: 4.75rem !important; }
  .sm\:pb-19 {
    padding-bottom: 4.75rem !important; }
  .sm\:pl-19 {
    padding-left: 4.75rem !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-21 {
    padding-top: 5.25rem !important; }
  .sm\:pr-21 {
    padding-right: 5.25rem !important; }
  .sm\:pb-21 {
    padding-bottom: 5.25rem !important; }
  .sm\:pl-21 {
    padding-left: 5.25rem !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-23 {
    padding-top: 5.75rem !important; }
  .sm\:pr-23 {
    padding-right: 5.75rem !important; }
  .sm\:pb-23 {
    padding-bottom: 5.75rem !important; }
  .sm\:pl-23 {
    padding-left: 5.75rem !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-26 {
    padding-top: 6.5rem !important; }
  .sm\:pr-26 {
    padding-right: 6.5rem !important; }
  .sm\:pb-26 {
    padding-bottom: 6.5rem !important; }
  .sm\:pl-26 {
    padding-left: 6.5rem !important; }
  .sm\:pt-27 {
    padding-top: 6.75rem !important; }
  .sm\:pr-27 {
    padding-right: 6.75rem !important; }
  .sm\:pb-27 {
    padding-bottom: 6.75rem !important; }
  .sm\:pl-27 {
    padding-left: 6.75rem !important; }
  .sm\:pt-28 {
    padding-top: 7rem !important; }
  .sm\:pr-28 {
    padding-right: 7rem !important; }
  .sm\:pb-28 {
    padding-bottom: 7rem !important; }
  .sm\:pl-28 {
    padding-left: 7rem !important; }
  .sm\:pt-29 {
    padding-top: 7.25rem !important; }
  .sm\:pr-29 {
    padding-right: 7.25rem !important; }
  .sm\:pb-29 {
    padding-bottom: 7.25rem !important; }
  .sm\:pl-29 {
    padding-left: 7.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-31 {
    padding-top: 7.75rem !important; }
  .sm\:pr-31 {
    padding-right: 7.75rem !important; }
  .sm\:pb-31 {
    padding-bottom: 7.75rem !important; }
  .sm\:pl-31 {
    padding-left: 7.75rem !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-33 {
    padding-top: 8.25rem !important; }
  .sm\:pr-33 {
    padding-right: 8.25rem !important; }
  .sm\:pb-33 {
    padding-bottom: 8.25rem !important; }
  .sm\:pl-33 {
    padding-left: 8.25rem !important; }
  .sm\:pt-34 {
    padding-top: 8.5rem !important; }
  .sm\:pr-34 {
    padding-right: 8.5rem !important; }
  .sm\:pb-34 {
    padding-bottom: 8.5rem !important; }
  .sm\:pl-34 {
    padding-left: 8.5rem !important; }
  .sm\:pt-35 {
    padding-top: 8.75rem !important; }
  .sm\:pr-35 {
    padding-right: 8.75rem !important; }
  .sm\:pb-35 {
    padding-bottom: 8.75rem !important; }
  .sm\:pl-35 {
    padding-left: 8.75rem !important; }
  .sm\:pt-36 {
    padding-top: 9rem !important; }
  .sm\:pr-36 {
    padding-right: 9rem !important; }
  .sm\:pb-36 {
    padding-bottom: 9rem !important; }
  .sm\:pl-36 {
    padding-left: 9rem !important; }
  .sm\:pt-37 {
    padding-top: 9.25rem !important; }
  .sm\:pr-37 {
    padding-right: 9.25rem !important; }
  .sm\:pb-37 {
    padding-bottom: 9.25rem !important; }
  .sm\:pl-37 {
    padding-left: 9.25rem !important; }
  .sm\:pt-38 {
    padding-top: 9.5rem !important; }
  .sm\:pr-38 {
    padding-right: 9.5rem !important; }
  .sm\:pb-38 {
    padding-bottom: 9.5rem !important; }
  .sm\:pl-38 {
    padding-left: 9.5rem !important; }
  .sm\:pt-39 {
    padding-top: 9.75rem !important; }
  .sm\:pr-39 {
    padding-right: 9.75rem !important; }
  .sm\:pb-39 {
    padding-bottom: 9.75rem !important; }
  .sm\:pl-39 {
    padding-left: 9.75rem !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-41 {
    padding-top: 10.25rem !important; }
  .sm\:pr-41 {
    padding-right: 10.25rem !important; }
  .sm\:pb-41 {
    padding-bottom: 10.25rem !important; }
  .sm\:pl-41 {
    padding-left: 10.25rem !important; }
  .sm\:pt-42 {
    padding-top: 10.5rem !important; }
  .sm\:pr-42 {
    padding-right: 10.5rem !important; }
  .sm\:pb-42 {
    padding-bottom: 10.5rem !important; }
  .sm\:pl-42 {
    padding-left: 10.5rem !important; }
  .sm\:pt-43 {
    padding-top: 10.75rem !important; }
  .sm\:pr-43 {
    padding-right: 10.75rem !important; }
  .sm\:pb-43 {
    padding-bottom: 10.75rem !important; }
  .sm\:pl-43 {
    padding-left: 10.75rem !important; }
  .sm\:pt-44 {
    padding-top: 11rem !important; }
  .sm\:pr-44 {
    padding-right: 11rem !important; }
  .sm\:pb-44 {
    padding-bottom: 11rem !important; }
  .sm\:pl-44 {
    padding-left: 11rem !important; }
  .sm\:pt-45 {
    padding-top: 11.25rem !important; }
  .sm\:pr-45 {
    padding-right: 11.25rem !important; }
  .sm\:pb-45 {
    padding-bottom: 11.25rem !important; }
  .sm\:pl-45 {
    padding-left: 11.25rem !important; }
  .sm\:pt-46 {
    padding-top: 11.5rem !important; }
  .sm\:pr-46 {
    padding-right: 11.5rem !important; }
  .sm\:pb-46 {
    padding-bottom: 11.5rem !important; }
  .sm\:pl-46 {
    padding-left: 11.5rem !important; }
  .sm\:pt-47 {
    padding-top: 11.75rem !important; }
  .sm\:pr-47 {
    padding-right: 11.75rem !important; }
  .sm\:pb-47 {
    padding-bottom: 11.75rem !important; }
  .sm\:pl-47 {
    padding-left: 11.75rem !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-49 {
    padding-top: 12.25rem !important; }
  .sm\:pr-49 {
    padding-right: 12.25rem !important; }
  .sm\:pb-49 {
    padding-bottom: 12.25rem !important; }
  .sm\:pl-49 {
    padding-left: 12.25rem !important; }
  .sm\:pt-50 {
    padding-top: 12.5rem !important; }
  .sm\:pr-50 {
    padding-right: 12.5rem !important; }
  .sm\:pb-50 {
    padding-bottom: 12.5rem !important; }
  .sm\:pl-50 {
    padding-left: 12.5rem !important; }
  .sm\:pt-51 {
    padding-top: 12.75rem !important; }
  .sm\:pr-51 {
    padding-right: 12.75rem !important; }
  .sm\:pb-51 {
    padding-bottom: 12.75rem !important; }
  .sm\:pl-51 {
    padding-left: 12.75rem !important; }
  .sm\:pt-52 {
    padding-top: 13rem !important; }
  .sm\:pr-52 {
    padding-right: 13rem !important; }
  .sm\:pb-52 {
    padding-bottom: 13rem !important; }
  .sm\:pl-52 {
    padding-left: 13rem !important; }
  .sm\:pt-53 {
    padding-top: 13.25rem !important; }
  .sm\:pr-53 {
    padding-right: 13.25rem !important; }
  .sm\:pb-53 {
    padding-bottom: 13.25rem !important; }
  .sm\:pl-53 {
    padding-left: 13.25rem !important; }
  .sm\:pt-54 {
    padding-top: 13.5rem !important; }
  .sm\:pr-54 {
    padding-right: 13.5rem !important; }
  .sm\:pb-54 {
    padding-bottom: 13.5rem !important; }
  .sm\:pl-54 {
    padding-left: 13.5rem !important; }
  .sm\:pt-55 {
    padding-top: 13.75rem !important; }
  .sm\:pr-55 {
    padding-right: 13.75rem !important; }
  .sm\:pb-55 {
    padding-bottom: 13.75rem !important; }
  .sm\:pl-55 {
    padding-left: 13.75rem !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-57 {
    padding-top: 14.25rem !important; }
  .sm\:pr-57 {
    padding-right: 14.25rem !important; }
  .sm\:pb-57 {
    padding-bottom: 14.25rem !important; }
  .sm\:pl-57 {
    padding-left: 14.25rem !important; }
  .sm\:pt-58 {
    padding-top: 14.5rem !important; }
  .sm\:pr-58 {
    padding-right: 14.5rem !important; }
  .sm\:pb-58 {
    padding-bottom: 14.5rem !important; }
  .sm\:pl-58 {
    padding-left: 14.5rem !important; }
  .sm\:pt-59 {
    padding-top: 14.75rem !important; }
  .sm\:pr-59 {
    padding-right: 14.75rem !important; }
  .sm\:pb-59 {
    padding-bottom: 14.75rem !important; }
  .sm\:pl-59 {
    padding-left: 14.75rem !important; }
  .sm\:pt-60 {
    padding-top: 15rem !important; }
  .sm\:pr-60 {
    padding-right: 15rem !important; }
  .sm\:pb-60 {
    padding-bottom: 15rem !important; }
  .sm\:pl-60 {
    padding-left: 15rem !important; }
  .sm\:pt-61 {
    padding-top: 15.25rem !important; }
  .sm\:pr-61 {
    padding-right: 15.25rem !important; }
  .sm\:pb-61 {
    padding-bottom: 15.25rem !important; }
  .sm\:pl-61 {
    padding-left: 15.25rem !important; }
  .sm\:pt-62 {
    padding-top: 15.5rem !important; }
  .sm\:pr-62 {
    padding-right: 15.5rem !important; }
  .sm\:pb-62 {
    padding-bottom: 15.5rem !important; }
  .sm\:pl-62 {
    padding-left: 15.5rem !important; }
  .sm\:pt-63 {
    padding-top: 15.75rem !important; }
  .sm\:pr-63 {
    padding-right: 15.75rem !important; }
  .sm\:pb-63 {
    padding-bottom: 15.75rem !important; }
  .sm\:pl-63 {
    padding-left: 15.75rem !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-65 {
    padding-top: 16.25rem !important; }
  .sm\:pr-65 {
    padding-right: 16.25rem !important; }
  .sm\:pb-65 {
    padding-bottom: 16.25rem !important; }
  .sm\:pl-65 {
    padding-left: 16.25rem !important; }
  .sm\:pt-66 {
    padding-top: 16.5rem !important; }
  .sm\:pr-66 {
    padding-right: 16.5rem !important; }
  .sm\:pb-66 {
    padding-bottom: 16.5rem !important; }
  .sm\:pl-66 {
    padding-left: 16.5rem !important; }
  .sm\:pt-67 {
    padding-top: 16.75rem !important; }
  .sm\:pr-67 {
    padding-right: 16.75rem !important; }
  .sm\:pb-67 {
    padding-bottom: 16.75rem !important; }
  .sm\:pl-67 {
    padding-left: 16.75rem !important; }
  .sm\:pt-68 {
    padding-top: 17rem !important; }
  .sm\:pr-68 {
    padding-right: 17rem !important; }
  .sm\:pb-68 {
    padding-bottom: 17rem !important; }
  .sm\:pl-68 {
    padding-left: 17rem !important; }
  .sm\:pt-69 {
    padding-top: 17.25rem !important; }
  .sm\:pr-69 {
    padding-right: 17.25rem !important; }
  .sm\:pb-69 {
    padding-bottom: 17.25rem !important; }
  .sm\:pl-69 {
    padding-left: 17.25rem !important; }
  .sm\:pt-70 {
    padding-top: 17.5rem !important; }
  .sm\:pr-70 {
    padding-right: 17.5rem !important; }
  .sm\:pb-70 {
    padding-bottom: 17.5rem !important; }
  .sm\:pl-70 {
    padding-left: 17.5rem !important; }
  .sm\:pt-71 {
    padding-top: 17.75rem !important; }
  .sm\:pr-71 {
    padding-right: 17.75rem !important; }
  .sm\:pb-71 {
    padding-bottom: 17.75rem !important; }
  .sm\:pl-71 {
    padding-left: 17.75rem !important; }
  .sm\:pt-72 {
    padding-top: 18rem !important; }
  .sm\:pr-72 {
    padding-right: 18rem !important; }
  .sm\:pb-72 {
    padding-bottom: 18rem !important; }
  .sm\:pl-72 {
    padding-left: 18rem !important; }
  .sm\:pt-73 {
    padding-top: 18.25rem !important; }
  .sm\:pr-73 {
    padding-right: 18.25rem !important; }
  .sm\:pb-73 {
    padding-bottom: 18.25rem !important; }
  .sm\:pl-73 {
    padding-left: 18.25rem !important; }
  .sm\:pt-74 {
    padding-top: 18.5rem !important; }
  .sm\:pr-74 {
    padding-right: 18.5rem !important; }
  .sm\:pb-74 {
    padding-bottom: 18.5rem !important; }
  .sm\:pl-74 {
    padding-left: 18.5rem !important; }
  .sm\:pt-75 {
    padding-top: 18.75rem !important; }
  .sm\:pr-75 {
    padding-right: 18.75rem !important; }
  .sm\:pb-75 {
    padding-bottom: 18.75rem !important; }
  .sm\:pl-75 {
    padding-left: 18.75rem !important; }
  .sm\:pt-76 {
    padding-top: 19rem !important; }
  .sm\:pr-76 {
    padding-right: 19rem !important; }
  .sm\:pb-76 {
    padding-bottom: 19rem !important; }
  .sm\:pl-76 {
    padding-left: 19rem !important; }
  .sm\:pt-77 {
    padding-top: 19.25rem !important; }
  .sm\:pr-77 {
    padding-right: 19.25rem !important; }
  .sm\:pb-77 {
    padding-bottom: 19.25rem !important; }
  .sm\:pl-77 {
    padding-left: 19.25rem !important; }
  .sm\:pt-78 {
    padding-top: 19.5rem !important; }
  .sm\:pr-78 {
    padding-right: 19.5rem !important; }
  .sm\:pb-78 {
    padding-bottom: 19.5rem !important; }
  .sm\:pl-78 {
    padding-left: 19.5rem !important; }
  .sm\:pt-79 {
    padding-top: 19.75rem !important; }
  .sm\:pr-79 {
    padding-right: 19.75rem !important; }
  .sm\:pb-79 {
    padding-bottom: 19.75rem !important; }
  .sm\:pl-79 {
    padding-left: 19.75rem !important; }
  .sm\:pt-80 {
    padding-top: 20rem !important; }
  .sm\:pr-80 {
    padding-right: 20rem !important; }
  .sm\:pb-80 {
    padding-bottom: 20rem !important; }
  .sm\:pl-80 {
    padding-left: 20rem !important; }
  .sm\:pt-84 {
    padding-top: 21rem !important; }
  .sm\:pr-84 {
    padding-right: 21rem !important; }
  .sm\:pb-84 {
    padding-bottom: 21rem !important; }
  .sm\:pl-84 {
    padding-left: 21rem !important; }
  .sm\:pt-88 {
    padding-top: 22rem !important; }
  .sm\:pr-88 {
    padding-right: 22rem !important; }
  .sm\:pb-88 {
    padding-bottom: 22rem !important; }
  .sm\:pl-88 {
    padding-left: 22rem !important; }
  .sm\:pt-92 {
    padding-top: 23rem !important; }
  .sm\:pr-92 {
    padding-right: 23rem !important; }
  .sm\:pb-92 {
    padding-bottom: 23rem !important; }
  .sm\:pl-92 {
    padding-left: 23rem !important; }
  .sm\:pt-96 {
    padding-top: 24rem !important; }
  .sm\:pr-96 {
    padding-right: 24rem !important; }
  .sm\:pb-96 {
    padding-bottom: 24rem !important; }
  .sm\:pl-96 {
    padding-left: 24rem !important; }
  .sm\:pt-100 {
    padding-top: 25rem !important; }
  .sm\:pr-100 {
    padding-right: 25rem !important; }
  .sm\:pb-100 {
    padding-bottom: 25rem !important; }
  .sm\:pl-100 {
    padding-left: 25rem !important; }
  .sm\:pt-104 {
    padding-top: 26rem !important; }
  .sm\:pr-104 {
    padding-right: 26rem !important; }
  .sm\:pb-104 {
    padding-bottom: 26rem !important; }
  .sm\:pl-104 {
    padding-left: 26rem !important; }
  .sm\:pt-108 {
    padding-top: 27rem !important; }
  .sm\:pr-108 {
    padding-right: 27rem !important; }
  .sm\:pb-108 {
    padding-bottom: 27rem !important; }
  .sm\:pl-108 {
    padding-left: 27rem !important; }
  .sm\:pt-112 {
    padding-top: 28rem !important; }
  .sm\:pr-112 {
    padding-right: 28rem !important; }
  .sm\:pb-112 {
    padding-bottom: 28rem !important; }
  .sm\:pl-112 {
    padding-left: 28rem !important; }
  .sm\:pt-116 {
    padding-top: 29rem !important; }
  .sm\:pr-116 {
    padding-right: 29rem !important; }
  .sm\:pb-116 {
    padding-bottom: 29rem !important; }
  .sm\:pl-116 {
    padding-left: 29rem !important; }
  .sm\:pt-120 {
    padding-top: 30rem !important; }
  .sm\:pr-120 {
    padding-right: 30rem !important; }
  .sm\:pb-120 {
    padding-bottom: 30rem !important; }
  .sm\:pl-120 {
    padding-left: 30rem !important; }
  .sm\:pt-124 {
    padding-top: 31rem !important; }
  .sm\:pr-124 {
    padding-right: 31rem !important; }
  .sm\:pb-124 {
    padding-bottom: 31rem !important; }
  .sm\:pl-124 {
    padding-left: 31rem !important; }
  .sm\:pt-128 {
    padding-top: 32rem !important; }
  .sm\:pr-128 {
    padding-right: 32rem !important; }
  .sm\:pb-128 {
    padding-bottom: 32rem !important; }
  .sm\:pl-128 {
    padding-left: 32rem !important; }
  .sm\:pt-132 {
    padding-top: 33rem !important; }
  .sm\:pr-132 {
    padding-right: 33rem !important; }
  .sm\:pb-132 {
    padding-bottom: 33rem !important; }
  .sm\:pl-132 {
    padding-left: 33rem !important; }
  .sm\:pt-136 {
    padding-top: 34rem !important; }
  .sm\:pr-136 {
    padding-right: 34rem !important; }
  .sm\:pb-136 {
    padding-bottom: 34rem !important; }
  .sm\:pl-136 {
    padding-left: 34rem !important; }
  .sm\:pt-140 {
    padding-top: 35rem !important; }
  .sm\:pr-140 {
    padding-right: 35rem !important; }
  .sm\:pb-140 {
    padding-bottom: 35rem !important; }
  .sm\:pl-140 {
    padding-left: 35rem !important; }
  .sm\:pt-144 {
    padding-top: 36rem !important; }
  .sm\:pr-144 {
    padding-right: 36rem !important; }
  .sm\:pb-144 {
    padding-bottom: 36rem !important; }
  .sm\:pl-144 {
    padding-left: 36rem !important; }
  .sm\:pt-148 {
    padding-top: 37rem !important; }
  .sm\:pr-148 {
    padding-right: 37rem !important; }
  .sm\:pb-148 {
    padding-bottom: 37rem !important; }
  .sm\:pl-148 {
    padding-left: 37rem !important; }
  .sm\:pt-152 {
    padding-top: 38rem !important; }
  .sm\:pr-152 {
    padding-right: 38rem !important; }
  .sm\:pb-152 {
    padding-bottom: 38rem !important; }
  .sm\:pl-152 {
    padding-left: 38rem !important; }
  .sm\:pt-156 {
    padding-top: 39rem !important; }
  .sm\:pr-156 {
    padding-right: 39rem !important; }
  .sm\:pb-156 {
    padding-bottom: 39rem !important; }
  .sm\:pl-156 {
    padding-left: 39rem !important; }
  .sm\:pt-160 {
    padding-top: 40rem !important; }
  .sm\:pr-160 {
    padding-right: 40rem !important; }
  .sm\:pb-160 {
    padding-bottom: 40rem !important; }
  .sm\:pl-160 {
    padding-left: 40rem !important; }
  .sm\:pt-164 {
    padding-top: 41rem !important; }
  .sm\:pr-164 {
    padding-right: 41rem !important; }
  .sm\:pb-164 {
    padding-bottom: 41rem !important; }
  .sm\:pl-164 {
    padding-left: 41rem !important; }
  .sm\:pt-168 {
    padding-top: 42rem !important; }
  .sm\:pr-168 {
    padding-right: 42rem !important; }
  .sm\:pb-168 {
    padding-bottom: 42rem !important; }
  .sm\:pl-168 {
    padding-left: 42rem !important; }
  .sm\:pt-172 {
    padding-top: 43rem !important; }
  .sm\:pr-172 {
    padding-right: 43rem !important; }
  .sm\:pb-172 {
    padding-bottom: 43rem !important; }
  .sm\:pl-172 {
    padding-left: 43rem !important; }
  .sm\:pt-176 {
    padding-top: 44rem !important; }
  .sm\:pr-176 {
    padding-right: 44rem !important; }
  .sm\:pb-176 {
    padding-bottom: 44rem !important; }
  .sm\:pl-176 {
    padding-left: 44rem !important; }
  .sm\:pt-180 {
    padding-top: 45rem !important; }
  .sm\:pr-180 {
    padding-right: 45rem !important; }
  .sm\:pb-180 {
    padding-bottom: 45rem !important; }
  .sm\:pl-180 {
    padding-left: 45rem !important; }
  .sm\:pt-184 {
    padding-top: 46rem !important; }
  .sm\:pr-184 {
    padding-right: 46rem !important; }
  .sm\:pb-184 {
    padding-bottom: 46rem !important; }
  .sm\:pl-184 {
    padding-left: 46rem !important; }
  .sm\:pt-188 {
    padding-top: 47rem !important; }
  .sm\:pr-188 {
    padding-right: 47rem !important; }
  .sm\:pb-188 {
    padding-bottom: 47rem !important; }
  .sm\:pl-188 {
    padding-left: 47rem !important; }
  .sm\:pt-192 {
    padding-top: 48rem !important; }
  .sm\:pr-192 {
    padding-right: 48rem !important; }
  .sm\:pb-192 {
    padding-bottom: 48rem !important; }
  .sm\:pl-192 {
    padding-left: 48rem !important; }
  .sm\:pt-196 {
    padding-top: 49rem !important; }
  .sm\:pr-196 {
    padding-right: 49rem !important; }
  .sm\:pb-196 {
    padding-bottom: 49rem !important; }
  .sm\:pl-196 {
    padding-left: 49rem !important; }
  .sm\:pt-200 {
    padding-top: 50rem !important; }
  .sm\:pr-200 {
    padding-right: 50rem !important; }
  .sm\:pb-200 {
    padding-bottom: 50rem !important; }
  .sm\:pl-200 {
    padding-left: 50rem !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\:pt-2px {
    padding-top: 2px !important; }
  .sm\:pr-2px {
    padding-right: 2px !important; }
  .sm\:pb-2px {
    padding-bottom: 2px !important; }
  .sm\:pl-2px {
    padding-left: 2px !important; }
  .sm\:pt-1\/2 {
    padding-top: 50% !important; }
  .sm\:pr-1\/2 {
    padding-right: 50% !important; }
  .sm\:pb-1\/2 {
    padding-bottom: 50% !important; }
  .sm\:pl-1\/2 {
    padding-left: 50% !important; }
  .sm\:pt-2\/2 {
    padding-top: 100% !important; }
  .sm\:pr-2\/2 {
    padding-right: 100% !important; }
  .sm\:pb-2\/2 {
    padding-bottom: 100% !important; }
  .sm\:pl-2\/2 {
    padding-left: 100% !important; }
  .sm\:pt-1\/3 {
    padding-top: 33.333333% !important; }
  .sm\:pr-1\/3 {
    padding-right: 33.333333% !important; }
  .sm\:pb-1\/3 {
    padding-bottom: 33.333333% !important; }
  .sm\:pl-1\/3 {
    padding-left: 33.333333% !important; }
  .sm\:pt-2\/3 {
    padding-top: 66.666667% !important; }
  .sm\:pr-2\/3 {
    padding-right: 66.666667% !important; }
  .sm\:pb-2\/3 {
    padding-bottom: 66.666667% !important; }
  .sm\:pl-2\/3 {
    padding-left: 66.666667% !important; }
  .sm\:pt-3\/3 {
    padding-top: 100% !important; }
  .sm\:pr-3\/3 {
    padding-right: 100% !important; }
  .sm\:pb-3\/3 {
    padding-bottom: 100% !important; }
  .sm\:pl-3\/3 {
    padding-left: 100% !important; }
  .sm\:pt-1\/4 {
    padding-top: 25% !important; }
  .sm\:pr-1\/4 {
    padding-right: 25% !important; }
  .sm\:pb-1\/4 {
    padding-bottom: 25% !important; }
  .sm\:pl-1\/4 {
    padding-left: 25% !important; }
  .sm\:pt-2\/4 {
    padding-top: 50% !important; }
  .sm\:pr-2\/4 {
    padding-right: 50% !important; }
  .sm\:pb-2\/4 {
    padding-bottom: 50% !important; }
  .sm\:pl-2\/4 {
    padding-left: 50% !important; }
  .sm\:pt-3\/4 {
    padding-top: 75% !important; }
  .sm\:pr-3\/4 {
    padding-right: 75% !important; }
  .sm\:pb-3\/4 {
    padding-bottom: 75% !important; }
  .sm\:pl-3\/4 {
    padding-left: 75% !important; }
  .sm\:pt-4\/4 {
    padding-top: 100% !important; }
  .sm\:pr-4\/4 {
    padding-right: 100% !important; }
  .sm\:pb-4\/4 {
    padding-bottom: 100% !important; }
  .sm\:pl-4\/4 {
    padding-left: 100% !important; }
  .sm\:pt-1\/5 {
    padding-top: 20% !important; }
  .sm\:pr-1\/5 {
    padding-right: 20% !important; }
  .sm\:pb-1\/5 {
    padding-bottom: 20% !important; }
  .sm\:pl-1\/5 {
    padding-left: 20% !important; }
  .sm\:pt-2\/5 {
    padding-top: 40% !important; }
  .sm\:pr-2\/5 {
    padding-right: 40% !important; }
  .sm\:pb-2\/5 {
    padding-bottom: 40% !important; }
  .sm\:pl-2\/5 {
    padding-left: 40% !important; }
  .sm\:pt-3\/5 {
    padding-top: 60% !important; }
  .sm\:pr-3\/5 {
    padding-right: 60% !important; }
  .sm\:pb-3\/5 {
    padding-bottom: 60% !important; }
  .sm\:pl-3\/5 {
    padding-left: 60% !important; }
  .sm\:pt-4\/5 {
    padding-top: 80% !important; }
  .sm\:pr-4\/5 {
    padding-right: 80% !important; }
  .sm\:pb-4\/5 {
    padding-bottom: 80% !important; }
  .sm\:pl-4\/5 {
    padding-left: 80% !important; }
  .sm\:pt-5\/5 {
    padding-top: 100% !important; }
  .sm\:pr-5\/5 {
    padding-right: 100% !important; }
  .sm\:pb-5\/5 {
    padding-bottom: 100% !important; }
  .sm\:pl-5\/5 {
    padding-left: 100% !important; }
  .sm\:pt-1\/6 {
    padding-top: 16.666667% !important; }
  .sm\:pr-1\/6 {
    padding-right: 16.666667% !important; }
  .sm\:pb-1\/6 {
    padding-bottom: 16.666667% !important; }
  .sm\:pl-1\/6 {
    padding-left: 16.666667% !important; }
  .sm\:pt-2\/6 {
    padding-top: 33.333333% !important; }
  .sm\:pr-2\/6 {
    padding-right: 33.333333% !important; }
  .sm\:pb-2\/6 {
    padding-bottom: 33.333333% !important; }
  .sm\:pl-2\/6 {
    padding-left: 33.333333% !important; }
  .sm\:pt-3\/6 {
    padding-top: 50% !important; }
  .sm\:pr-3\/6 {
    padding-right: 50% !important; }
  .sm\:pb-3\/6 {
    padding-bottom: 50% !important; }
  .sm\:pl-3\/6 {
    padding-left: 50% !important; }
  .sm\:pt-4\/6 {
    padding-top: 66.666667% !important; }
  .sm\:pr-4\/6 {
    padding-right: 66.666667% !important; }
  .sm\:pb-4\/6 {
    padding-bottom: 66.666667% !important; }
  .sm\:pl-4\/6 {
    padding-left: 66.666667% !important; }
  .sm\:pt-5\/6 {
    padding-top: 83.333333% !important; }
  .sm\:pr-5\/6 {
    padding-right: 83.333333% !important; }
  .sm\:pb-5\/6 {
    padding-bottom: 83.333333% !important; }
  .sm\:pl-5\/6 {
    padding-left: 83.333333% !important; }
  .sm\:pt-6\/6 {
    padding-top: 100% !important; }
  .sm\:pr-6\/6 {
    padding-right: 100% !important; }
  .sm\:pb-6\/6 {
    padding-bottom: 100% !important; }
  .sm\:pl-6\/6 {
    padding-left: 100% !important; }
  .sm\:pt-1\/10 {
    padding-top: 10% !important; }
  .sm\:pr-1\/10 {
    padding-right: 10% !important; }
  .sm\:pb-1\/10 {
    padding-bottom: 10% !important; }
  .sm\:pl-1\/10 {
    padding-left: 10% !important; }
  .sm\:pt-2\/10 {
    padding-top: 20% !important; }
  .sm\:pr-2\/10 {
    padding-right: 20% !important; }
  .sm\:pb-2\/10 {
    padding-bottom: 20% !important; }
  .sm\:pl-2\/10 {
    padding-left: 20% !important; }
  .sm\:pt-3\/10 {
    padding-top: 30% !important; }
  .sm\:pr-3\/10 {
    padding-right: 30% !important; }
  .sm\:pb-3\/10 {
    padding-bottom: 30% !important; }
  .sm\:pl-3\/10 {
    padding-left: 30% !important; }
  .sm\:pt-4\/10 {
    padding-top: 40% !important; }
  .sm\:pr-4\/10 {
    padding-right: 40% !important; }
  .sm\:pb-4\/10 {
    padding-bottom: 40% !important; }
  .sm\:pl-4\/10 {
    padding-left: 40% !important; }
  .sm\:pt-5\/10 {
    padding-top: 50% !important; }
  .sm\:pr-5\/10 {
    padding-right: 50% !important; }
  .sm\:pb-5\/10 {
    padding-bottom: 50% !important; }
  .sm\:pl-5\/10 {
    padding-left: 50% !important; }
  .sm\:pt-6\/10 {
    padding-top: 60% !important; }
  .sm\:pr-6\/10 {
    padding-right: 60% !important; }
  .sm\:pb-6\/10 {
    padding-bottom: 60% !important; }
  .sm\:pl-6\/10 {
    padding-left: 60% !important; }
  .sm\:pt-7\/10 {
    padding-top: 70% !important; }
  .sm\:pr-7\/10 {
    padding-right: 70% !important; }
  .sm\:pb-7\/10 {
    padding-bottom: 70% !important; }
  .sm\:pl-7\/10 {
    padding-left: 70% !important; }
  .sm\:pt-8\/10 {
    padding-top: 80% !important; }
  .sm\:pr-8\/10 {
    padding-right: 80% !important; }
  .sm\:pb-8\/10 {
    padding-bottom: 80% !important; }
  .sm\:pl-8\/10 {
    padding-left: 80% !important; }
  .sm\:pt-9\/10 {
    padding-top: 90% !important; }
  .sm\:pr-9\/10 {
    padding-right: 90% !important; }
  .sm\:pb-9\/10 {
    padding-bottom: 90% !important; }
  .sm\:pl-9\/10 {
    padding-left: 90% !important; }
  .sm\:pt-10\/10 {
    padding-top: 100% !important; }
  .sm\:pr-10\/10 {
    padding-right: 100% !important; }
  .sm\:pb-10\/10 {
    padding-bottom: 100% !important; }
  .sm\:pl-10\/10 {
    padding-left: 100% !important; }
  .sm\:pt-1\/12 {
    padding-top: 8.333333% !important; }
  .sm\:pr-1\/12 {
    padding-right: 8.333333% !important; }
  .sm\:pb-1\/12 {
    padding-bottom: 8.333333% !important; }
  .sm\:pl-1\/12 {
    padding-left: 8.333333% !important; }
  .sm\:pt-2\/12 {
    padding-top: 16.666667% !important; }
  .sm\:pr-2\/12 {
    padding-right: 16.666667% !important; }
  .sm\:pb-2\/12 {
    padding-bottom: 16.666667% !important; }
  .sm\:pl-2\/12 {
    padding-left: 16.666667% !important; }
  .sm\:pt-3\/12 {
    padding-top: 25% !important; }
  .sm\:pr-3\/12 {
    padding-right: 25% !important; }
  .sm\:pb-3\/12 {
    padding-bottom: 25% !important; }
  .sm\:pl-3\/12 {
    padding-left: 25% !important; }
  .sm\:pt-4\/12 {
    padding-top: 33.333333% !important; }
  .sm\:pr-4\/12 {
    padding-right: 33.333333% !important; }
  .sm\:pb-4\/12 {
    padding-bottom: 33.333333% !important; }
  .sm\:pl-4\/12 {
    padding-left: 33.333333% !important; }
  .sm\:pt-5\/12 {
    padding-top: 41.666667% !important; }
  .sm\:pr-5\/12 {
    padding-right: 41.666667% !important; }
  .sm\:pb-5\/12 {
    padding-bottom: 41.666667% !important; }
  .sm\:pl-5\/12 {
    padding-left: 41.666667% !important; }
  .sm\:pt-6\/12 {
    padding-top: 50% !important; }
  .sm\:pr-6\/12 {
    padding-right: 50% !important; }
  .sm\:pb-6\/12 {
    padding-bottom: 50% !important; }
  .sm\:pl-6\/12 {
    padding-left: 50% !important; }
  .sm\:pt-7\/12 {
    padding-top: 58.333333% !important; }
  .sm\:pr-7\/12 {
    padding-right: 58.333333% !important; }
  .sm\:pb-7\/12 {
    padding-bottom: 58.333333% !important; }
  .sm\:pl-7\/12 {
    padding-left: 58.333333% !important; }
  .sm\:pt-8\/12 {
    padding-top: 66.666667% !important; }
  .sm\:pr-8\/12 {
    padding-right: 66.666667% !important; }
  .sm\:pb-8\/12 {
    padding-bottom: 66.666667% !important; }
  .sm\:pl-8\/12 {
    padding-left: 66.666667% !important; }
  .sm\:pt-9\/12 {
    padding-top: 75% !important; }
  .sm\:pr-9\/12 {
    padding-right: 75% !important; }
  .sm\:pb-9\/12 {
    padding-bottom: 75% !important; }
  .sm\:pl-9\/12 {
    padding-left: 75% !important; }
  .sm\:pt-10\/12 {
    padding-top: 83.333333% !important; }
  .sm\:pr-10\/12 {
    padding-right: 83.333333% !important; }
  .sm\:pb-10\/12 {
    padding-bottom: 83.333333% !important; }
  .sm\:pl-10\/12 {
    padding-left: 83.333333% !important; }
  .sm\:pt-11\/12 {
    padding-top: 91.666667% !important; }
  .sm\:pr-11\/12 {
    padding-right: 91.666667% !important; }
  .sm\:pb-11\/12 {
    padding-bottom: 91.666667% !important; }
  .sm\:pl-11\/12 {
    padding-left: 91.666667% !important; }
  .sm\:pt-12\/12 {
    padding-top: 100% !important; }
  .sm\:pr-12\/12 {
    padding-right: 100% !important; }
  .sm\:pb-12\/12 {
    padding-bottom: 100% !important; }
  .sm\:pl-12\/12 {
    padding-left: 100% !important; }
  .sm\:pt-xs {
    padding-top: 20rem !important; }
  .sm\:pr-xs {
    padding-right: 20rem !important; }
  .sm\:pb-xs {
    padding-bottom: 20rem !important; }
  .sm\:pl-xs {
    padding-left: 20rem !important; }
  .sm\:pt-sm {
    padding-top: 24rem !important; }
  .sm\:pr-sm {
    padding-right: 24rem !important; }
  .sm\:pb-sm {
    padding-bottom: 24rem !important; }
  .sm\:pl-sm {
    padding-left: 24rem !important; }
  .sm\:pt-md {
    padding-top: 28rem !important; }
  .sm\:pr-md {
    padding-right: 28rem !important; }
  .sm\:pb-md {
    padding-bottom: 28rem !important; }
  .sm\:pl-md {
    padding-left: 28rem !important; }
  .sm\:pt-lg {
    padding-top: 32rem !important; }
  .sm\:pr-lg {
    padding-right: 32rem !important; }
  .sm\:pb-lg {
    padding-bottom: 32rem !important; }
  .sm\:pl-lg {
    padding-left: 32rem !important; }
  .sm\:pt-xl {
    padding-top: 36rem !important; }
  .sm\:pr-xl {
    padding-right: 36rem !important; }
  .sm\:pb-xl {
    padding-bottom: 36rem !important; }
  .sm\:pl-xl {
    padding-left: 36rem !important; }
  .sm\:pt-2xl {
    padding-top: 42rem !important; }
  .sm\:pr-2xl {
    padding-right: 42rem !important; }
  .sm\:pb-2xl {
    padding-bottom: 42rem !important; }
  .sm\:pl-2xl {
    padding-left: 42rem !important; }
  .sm\:pt-3xl {
    padding-top: 48rem !important; }
  .sm\:pr-3xl {
    padding-right: 48rem !important; }
  .sm\:pb-3xl {
    padding-bottom: 48rem !important; }
  .sm\:pl-3xl {
    padding-left: 48rem !important; }
  .sm\:pt-4xl {
    padding-top: 56rem !important; }
  .sm\:pr-4xl {
    padding-right: 56rem !important; }
  .sm\:pb-4xl {
    padding-bottom: 56rem !important; }
  .sm\:pl-4xl {
    padding-left: 56rem !important; }
  .sm\:pt-5xl {
    padding-top: 64rem !important; }
  .sm\:pr-5xl {
    padding-right: 64rem !important; }
  .sm\:pb-5xl {
    padding-bottom: 64rem !important; }
  .sm\:pl-5xl {
    padding-left: 64rem !important; }
  .sm\:pt-6xl {
    padding-top: 72rem !important; }
  .sm\:pr-6xl {
    padding-right: 72rem !important; }
  .sm\:pb-6xl {
    padding-bottom: 72rem !important; }
  .sm\:pl-6xl {
    padding-left: 72rem !important; }
  .sm\:pt-7xl {
    padding-top: 80rem !important; }
  .sm\:pr-7xl {
    padding-right: 80rem !important; }
  .sm\:pb-7xl {
    padding-bottom: 80rem !important; }
  .sm\:pl-7xl {
    padding-left: 80rem !important; }
  .sm\:pt-full {
    padding-top: 100% !important; }
  .sm\:pr-full {
    padding-right: 100% !important; }
  .sm\:pb-full {
    padding-bottom: 100% !important; }
  .sm\:pl-full {
    padding-left: 100% !important; }
  .sm\:pt-screenw {
    padding-top: 100vw !important; }
  .sm\:pr-screenw {
    padding-right: 100vw !important; }
  .sm\:pb-screenw {
    padding-bottom: 100vw !important; }
  .sm\:pl-screenw {
    padding-left: 100vw !important; }
  .sm\:pt-screenh {
    padding-top: 100vh !important; }
  .sm\:pr-screenh {
    padding-right: 100vh !important; }
  .sm\:pb-screenh {
    padding-bottom: 100vh !important; }
  .sm\:pl-screenh {
    padding-left: 100vh !important; }
  .sm\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important; }
  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important; }
  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important; }
  .sm\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important; }
  .sm\:placeholder-transparent::placeholder {
    color: transparent !important; }
  .sm\:placeholder-current::-webkit-input-placeholder {
    color: currentColor !important; }
  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor !important; }
  .sm\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important; }
  .sm\:placeholder-current::-ms-input-placeholder {
    color: currentColor !important; }
  .sm\:placeholder-current::placeholder {
    color: currentColor !important; }
  .sm\:placeholder-inherit::-webkit-input-placeholder {
    color: inherit !important; }
  .sm\:placeholder-inherit::-moz-placeholder {
    color: inherit !important; }
  .sm\:placeholder-inherit:-ms-input-placeholder {
    color: inherit !important; }
  .sm\:placeholder-inherit::-ms-input-placeholder {
    color: inherit !important; }
  .sm\:placeholder-inherit::placeholder {
    color: inherit !important; }
  .sm\:placeholder-black-10::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:placeholder-black-10::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:placeholder-black-10:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:placeholder-black-10::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:placeholder-black-10::placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:placeholder-black-20::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:placeholder-black-20::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:placeholder-black-20:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:placeholder-black-20::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:placeholder-black-20::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:placeholder-black-30::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:placeholder-black-30::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:placeholder-black-30:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:placeholder-black-30::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:placeholder-black-30::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:placeholder-black-40::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:placeholder-black-40::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:placeholder-black-40:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:placeholder-black-40::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:placeholder-black-40::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:placeholder-black-50::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:placeholder-black-50::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:placeholder-black-50:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:placeholder-black-50::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:placeholder-black-50::placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:placeholder-black-60::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:placeholder-black-60::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:placeholder-black-60:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:placeholder-black-60::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:placeholder-black-60::placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:placeholder-black-70::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:placeholder-black-70::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:placeholder-black-70:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:placeholder-black-70::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:placeholder-black-70::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:placeholder-black-80::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:placeholder-black-80::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:placeholder-black-80:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:placeholder-black-80::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:placeholder-black-80::placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:placeholder-black-90::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:placeholder-black-90::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:placeholder-black-90:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:placeholder-black-90::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:placeholder-black-90::placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:placeholder-black::-webkit-input-placeholder {
    color: black !important; }
  .sm\:placeholder-black::-moz-placeholder {
    color: black !important; }
  .sm\:placeholder-black:-ms-input-placeholder {
    color: black !important; }
  .sm\:placeholder-black::-ms-input-placeholder {
    color: black !important; }
  .sm\:placeholder-black::placeholder {
    color: black !important; }
  .sm\:placeholder-white-10::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:placeholder-white-10::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:placeholder-white-10:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:placeholder-white-10::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:placeholder-white-10::placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:placeholder-white-20::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:placeholder-white-20::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:placeholder-white-20:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:placeholder-white-20::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:placeholder-white-20::placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:placeholder-white-30::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:placeholder-white-30::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:placeholder-white-30:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:placeholder-white-30::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:placeholder-white-30::placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:placeholder-white-40::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:placeholder-white-40::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:placeholder-white-40:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:placeholder-white-40::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:placeholder-white-40::placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:placeholder-white-50::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:placeholder-white-50::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:placeholder-white-50:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:placeholder-white-50::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:placeholder-white-50::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:placeholder-white-60::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:placeholder-white-60::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:placeholder-white-60:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:placeholder-white-60::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:placeholder-white-60::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:placeholder-white-70::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:placeholder-white-70::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:placeholder-white-70:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:placeholder-white-70::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:placeholder-white-70::placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:placeholder-white-80::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:placeholder-white-80::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:placeholder-white-80:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:placeholder-white-80::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:placeholder-white-80::placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:placeholder-white-90::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:placeholder-white-90::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:placeholder-white-90:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:placeholder-white-90::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:placeholder-white-90::placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:placeholder-white::-webkit-input-placeholder {
    color: white !important; }
  .sm\:placeholder-white::-moz-placeholder {
    color: white !important; }
  .sm\:placeholder-white:-ms-input-placeholder {
    color: white !important; }
  .sm\:placeholder-white::-ms-input-placeholder {
    color: white !important; }
  .sm\:placeholder-white::placeholder {
    color: white !important; }
  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important; }
  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important; }
  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important; }
  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important; }
  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important; }
  .sm\:focus\:placeholder-current:focus::-webkit-input-placeholder {
    color: currentColor !important; }
  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important; }
  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important; }
  .sm\:focus\:placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important; }
  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important; }
  .sm\:focus\:placeholder-inherit:focus::-webkit-input-placeholder {
    color: inherit !important; }
  .sm\:focus\:placeholder-inherit:focus::-moz-placeholder {
    color: inherit !important; }
  .sm\:focus\:placeholder-inherit:focus:-ms-input-placeholder {
    color: inherit !important; }
  .sm\:focus\:placeholder-inherit:focus::-ms-input-placeholder {
    color: inherit !important; }
  .sm\:focus\:placeholder-inherit:focus::placeholder {
    color: inherit !important; }
  .sm\:focus\:placeholder-black-10:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus\:placeholder-black-10:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus\:placeholder-black-10:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus\:placeholder-black-10:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus\:placeholder-black-10:focus::placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus\:placeholder-black-20:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus\:placeholder-black-20:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus\:placeholder-black-20:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus\:placeholder-black-20:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus\:placeholder-black-20:focus::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus\:placeholder-black-30:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus\:placeholder-black-30:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus\:placeholder-black-30:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus\:placeholder-black-30:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus\:placeholder-black-30:focus::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus\:placeholder-black-40:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus\:placeholder-black-40:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus\:placeholder-black-40:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus\:placeholder-black-40:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus\:placeholder-black-40:focus::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus\:placeholder-black-50:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus\:placeholder-black-50:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus\:placeholder-black-50:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus\:placeholder-black-50:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus\:placeholder-black-50:focus::placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus\:placeholder-black-60:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus\:placeholder-black-60:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus\:placeholder-black-60:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus\:placeholder-black-60:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus\:placeholder-black-60:focus::placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus\:placeholder-black-70:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus\:placeholder-black-70:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus\:placeholder-black-70:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus\:placeholder-black-70:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus\:placeholder-black-70:focus::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus\:placeholder-black-80:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus\:placeholder-black-80:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus\:placeholder-black-80:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus\:placeholder-black-80:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus\:placeholder-black-80:focus::placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus\:placeholder-black-90:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus\:placeholder-black-90:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus\:placeholder-black-90:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus\:placeholder-black-90:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus\:placeholder-black-90:focus::placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: black !important; }
  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    color: black !important; }
  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: black !important; }
  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: black !important; }
  .sm\:focus\:placeholder-black:focus::placeholder {
    color: black !important; }
  .sm\:focus\:placeholder-white-10:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus\:placeholder-white-10:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus\:placeholder-white-10:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus\:placeholder-white-10:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus\:placeholder-white-10:focus::placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus\:placeholder-white-20:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus\:placeholder-white-20:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus\:placeholder-white-20:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus\:placeholder-white-20:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus\:placeholder-white-20:focus::placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus\:placeholder-white-30:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus\:placeholder-white-30:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus\:placeholder-white-30:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus\:placeholder-white-30:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus\:placeholder-white-30:focus::placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus\:placeholder-white-40:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus\:placeholder-white-40:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus\:placeholder-white-40:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus\:placeholder-white-40:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus\:placeholder-white-40:focus::placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus\:placeholder-white-50:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus\:placeholder-white-50:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus\:placeholder-white-50:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus\:placeholder-white-50:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus\:placeholder-white-50:focus::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus\:placeholder-white-60:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus\:placeholder-white-60:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus\:placeholder-white-60:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus\:placeholder-white-60:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus\:placeholder-white-60:focus::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus\:placeholder-white-70:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus\:placeholder-white-70:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus\:placeholder-white-70:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus\:placeholder-white-70:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus\:placeholder-white-70:focus::placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus\:placeholder-white-80:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus\:placeholder-white-80:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus\:placeholder-white-80:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus\:placeholder-white-80:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus\:placeholder-white-80:focus::placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus\:placeholder-white-90:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus\:placeholder-white-90:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus\:placeholder-white-90:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus\:placeholder-white-90:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus\:placeholder-white-90:focus::placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: white !important; }
  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    color: white !important; }
  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: white !important; }
  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: white !important; }
  .sm\:focus\:placeholder-white:focus::placeholder {
    color: white !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::-ms-input-placeholder {
    --placeholder-opacity: 0 !important; }
  .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important; }
  .sm\:placeholder-opacity-5::-webkit-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:placeholder-opacity-5::-moz-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:placeholder-opacity-5:-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:placeholder-opacity-5::-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:placeholder-opacity-5::placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:placeholder-opacity-10::-webkit-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:placeholder-opacity-10::-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:placeholder-opacity-15::-webkit-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:placeholder-opacity-15::-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:placeholder-opacity-20::-webkit-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .sm\:placeholder-opacity-20::-moz-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .sm\:placeholder-opacity-20:-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .sm\:placeholder-opacity-20::-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .sm\:placeholder-opacity-20::placeholder {
    --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important; }
  .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important; }
  .sm\:placeholder-opacity-30::-webkit-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:placeholder-opacity-30::-moz-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:placeholder-opacity-30:-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:placeholder-opacity-30::-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:placeholder-opacity-30::placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:placeholder-opacity-35:-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:placeholder-opacity-40::-webkit-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:placeholder-opacity-40::-moz-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:placeholder-opacity-40:-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:placeholder-opacity-40::-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:placeholder-opacity-40::placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .sm\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .sm\:placeholder-opacity-45:-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .sm\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .sm\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important; }
  .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important; }
  .sm\:placeholder-opacity-55::-webkit-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:placeholder-opacity-55::-moz-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:placeholder-opacity-55:-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:placeholder-opacity-55::-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:placeholder-opacity-55::placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:placeholder-opacity-60::-webkit-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:placeholder-opacity-60::-moz-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:placeholder-opacity-60:-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:placeholder-opacity-60::-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:placeholder-opacity-60::placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:placeholder-opacity-65::-webkit-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:placeholder-opacity-65::-moz-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:placeholder-opacity-65:-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:placeholder-opacity-65::-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:placeholder-opacity-65::placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:placeholder-opacity-70::-webkit-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .sm\:placeholder-opacity-70::-moz-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .sm\:placeholder-opacity-70:-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .sm\:placeholder-opacity-70::-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .sm\:placeholder-opacity-70::placeholder {
    --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important; }
  .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important; }
  .sm\:placeholder-opacity-80::-webkit-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:placeholder-opacity-80::-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:placeholder-opacity-85::-webkit-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:placeholder-opacity-85::-moz-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:placeholder-opacity-85:-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:placeholder-opacity-85::-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:placeholder-opacity-85::placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:placeholder-opacity-90::-webkit-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:placeholder-opacity-90::-moz-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:placeholder-opacity-90:-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:placeholder-opacity-90::-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:placeholder-opacity-90::placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:placeholder-opacity-95::-webkit-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .sm\:placeholder-opacity-95::-moz-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .sm\:placeholder-opacity-95:-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .sm\:placeholder-opacity-95::-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .sm\:placeholder-opacity-95::placeholder {
    --placeholder-opacity: 0.95 !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::-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::-ms-input-placeholder {
    --placeholder-opacity: 0 !important; }
  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important; }
  .sm\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --placeholder-opacity: 0.05 !important; }
  .sm\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.1 !important; }
  .sm\:focus\:placeholder-opacity-15:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:focus\:placeholder-opacity-15:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15 !important; }
  .sm\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .sm\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important; }
  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important; }
  .sm\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --placeholder-opacity: 0.3 !important; }
  .sm\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35 !important; }
  .sm\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --placeholder-opacity: 0.4 !important; }
  .sm\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .sm\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .sm\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .sm\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .sm\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important; }
  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important; }
  .sm\:focus\:placeholder-opacity-55:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:focus\:placeholder-opacity-55:focus::-moz-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:focus\:placeholder-opacity-55:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:focus\:placeholder-opacity-55:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:focus\:placeholder-opacity-55:focus::placeholder {
    --placeholder-opacity: 0.55 !important; }
  .sm\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --placeholder-opacity: 0.6 !important; }
  .sm\:focus\:placeholder-opacity-65:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:focus\:placeholder-opacity-65:focus::-moz-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:focus\:placeholder-opacity-65:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:focus\:placeholder-opacity-65:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:focus\:placeholder-opacity-65:focus::placeholder {
    --placeholder-opacity: 0.65 !important; }
  .sm\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .sm\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important; }
  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important; }
  .sm\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8 !important; }
  .sm\:focus\:placeholder-opacity-85:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:focus\:placeholder-opacity-85:focus::-moz-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:focus\:placeholder-opacity-85:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:focus\:placeholder-opacity-85:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:focus\:placeholder-opacity-85:focus::placeholder {
    --placeholder-opacity: 0.85 !important; }
  .sm\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --placeholder-opacity: 0.9 !important; }
  .sm\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .sm\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --placeholder-opacity: 0.95 !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::-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-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important; }
  .sm\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important; }
  .sm\:inset-x-0 {
    right: 0 !important;
    left: 0 !important; }
  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important; }
  .sm\:inset-x-auto {
    right: auto !important;
    left: auto !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-auto {
    top: auto !important; }
  .sm\:right-auto {
    right: auto !important; }
  .sm\:bottom-auto {
    bottom: auto !important; }
  .sm\:left-auto {
    left: auto !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-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-DEFAULT {
    -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-3xl {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !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-DEFAULT: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-3xl:hover {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !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-DEFAULT: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-3xl:focus {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .sm\:focus-within\:shadow-sm:focus-within {
    -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-within\:shadow-DEFAULT:focus-within {
    -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-within\:shadow-md:focus-within {
    -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-within\:shadow-lg:focus-within {
    -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-within\:shadow-xl:focus-within {
    -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-within\:shadow-2xl:focus-within {
    -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-within\:shadow-3xl:focus-within {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus-within\:shadow-inner:focus-within {
    -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-within\:shadow-none:focus-within {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .group:hover .sm\:group-hover\: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; }
  .group:hover .sm\:group-hover\:shadow-DEFAULT {
    -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; }
  .group:hover .sm\:group-hover\: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; }
  .group:hover .sm\:group-hover\: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; }
  .group:hover .sm\:group-hover\: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; }
  .group:hover .sm\:group-hover\: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; }
  .group:hover .sm\:group-hover\:shadow-3xl {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }
  .group:hover .sm\:group-hover\: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; }
  .group:hover .sm\:group-hover\:shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .sm\:fill-current {
    fill: currentColor !important; }
  .group:hover .sm\:group-hover\: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-transparent {
    color: transparent !important; }
  .sm\:text-current {
    color: currentColor !important; }
  .sm\:text-inherit {
    color: inherit !important; }
  .sm\:text-black-10 {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:text-black-40 {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:text-black-80 {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:text-black-90 {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:text-black {
    color: black !important; }
  .sm\:text-white-10 {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:text-white-20 {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:text-white-40 {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:text-white {
    color: white !important; }
  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent !important; }
  .group:hover .sm\:group-hover\:text-current {
    color: currentColor !important; }
  .group:hover .sm\:group-hover\:text-inherit {
    color: inherit !important; }
  .group:hover .sm\:group-hover\:text-black-10 {
    color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .sm\:group-hover\:text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .sm\:group-hover\:text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .sm\:group-hover\:text-black-40 {
    color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .sm\:group-hover\:text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .sm\:group-hover\:text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .sm\:group-hover\:text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .sm\:group-hover\:text-black-80 {
    color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .sm\:group-hover\:text-black-90 {
    color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .sm\:group-hover\:text-black {
    color: black !important; }
  .group:hover .sm\:group-hover\:text-white-10 {
    color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .sm\:group-hover\:text-white-20 {
    color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .sm\:group-hover\:text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .sm\:group-hover\:text-white-40 {
    color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .sm\:group-hover\:text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .sm\:group-hover\:text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .sm\:group-hover\:text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .sm\:group-hover\:text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .sm\:group-hover\:text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .sm\:group-hover\:text-white {
    color: white !important; }
  .sm\:hover\:text-transparent:hover {
    color: transparent !important; }
  .sm\:hover\:text-current:hover {
    color: currentColor !important; }
  .sm\:hover\:text-inherit:hover {
    color: inherit !important; }
  .sm\:hover\:text-black-10:hover {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:hover\:text-black-20:hover {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:hover\:text-black-30:hover {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:hover\:text-black-40:hover {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:hover\:text-black-50:hover {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:hover\:text-black-60:hover {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:hover\:text-black-70:hover {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:hover\:text-black-80:hover {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:hover\:text-black-90:hover {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:hover\:text-black:hover {
    color: black !important; }
  .sm\:hover\:text-white-10:hover {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:hover\:text-white-20:hover {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:hover\:text-white-30:hover {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:hover\:text-white-40:hover {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:hover\:text-white-50:hover {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:hover\:text-white-60:hover {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:hover\:text-white-70:hover {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:hover\:text-white-80:hover {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:hover\:text-white-90:hover {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:hover\:text-white:hover {
    color: white !important; }
  .sm\:focus\:text-transparent:focus {
    color: transparent !important; }
  .sm\:focus\:text-current:focus {
    color: currentColor !important; }
  .sm\:focus\:text-inherit:focus {
    color: inherit !important; }
  .sm\:focus\:text-black-10:focus {
    color: rgba(0, 0, 0, 0.1) !important; }
  .sm\:focus\:text-black-20:focus {
    color: rgba(0, 0, 0, 0.2) !important; }
  .sm\:focus\:text-black-30:focus {
    color: rgba(0, 0, 0, 0.3) !important; }
  .sm\:focus\:text-black-40:focus {
    color: rgba(0, 0, 0, 0.4) !important; }
  .sm\:focus\:text-black-50:focus {
    color: rgba(0, 0, 0, 0.5) !important; }
  .sm\:focus\:text-black-60:focus {
    color: rgba(0, 0, 0, 0.6) !important; }
  .sm\:focus\:text-black-70:focus {
    color: rgba(0, 0, 0, 0.7) !important; }
  .sm\:focus\:text-black-80:focus {
    color: rgba(0, 0, 0, 0.8) !important; }
  .sm\:focus\:text-black-90:focus {
    color: rgba(0, 0, 0, 0.9) !important; }
  .sm\:focus\:text-black:focus {
    color: black !important; }
  .sm\:focus\:text-white-10:focus {
    color: rgba(255, 255, 255, 0.1) !important; }
  .sm\:focus\:text-white-20:focus {
    color: rgba(255, 255, 255, 0.2) !important; }
  .sm\:focus\:text-white-30:focus {
    color: rgba(255, 255, 255, 0.3) !important; }
  .sm\:focus\:text-white-40:focus {
    color: rgba(255, 255, 255, 0.4) !important; }
  .sm\:focus\:text-white-50:focus {
    color: rgba(255, 255, 255, 0.5) !important; }
  .sm\:focus\:text-white-60:focus {
    color: rgba(255, 255, 255, 0.6) !important; }
  .sm\:focus\:text-white-70:focus {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sm\:focus\:text-white-80:focus {
    color: rgba(255, 255, 255, 0.8) !important; }
  .sm\:focus\:text-white-90:focus {
    color: rgba(255, 255, 255, 0.9) !important; }
  .sm\:focus\:text-white:focus {
    color: white !important; }
  .sm\:text-opacity-0 {
    --text-opacity: 0 !important; }
  .sm\:text-opacity-5 {
    --text-opacity: 0.05 !important; }
  .sm\:text-opacity-10 {
    --text-opacity: 0.1 !important; }
  .sm\:text-opacity-15 {
    --text-opacity: 0.15 !important; }
  .sm\:text-opacity-20 {
    --text-opacity: 0.2 !important; }
  .sm\:text-opacity-25 {
    --text-opacity: 0.25 !important; }
  .sm\:text-opacity-30 {
    --text-opacity: 0.3 !important; }
  .sm\:text-opacity-35 {
    --text-opacity: 0.35 !important; }
  .sm\:text-opacity-40 {
    --text-opacity: 0.4 !important; }
  .sm\:text-opacity-45 {
    --text-opacity: 0.45 !important; }
  .sm\:text-opacity-50 {
    --text-opacity: 0.5 !important; }
  .sm\:text-opacity-55 {
    --text-opacity: 0.55 !important; }
  .sm\:text-opacity-60 {
    --text-opacity: 0.6 !important; }
  .sm\:text-opacity-65 {
    --text-opacity: 0.65 !important; }
  .sm\:text-opacity-70 {
    --text-opacity: 0.7 !important; }
  .sm\:text-opacity-75 {
    --text-opacity: 0.75 !important; }
  .sm\:text-opacity-80 {
    --text-opacity: 0.8 !important; }
  .sm\:text-opacity-85 {
    --text-opacity: 0.85 !important; }
  .sm\:text-opacity-90 {
    --text-opacity: 0.9 !important; }
  .sm\:text-opacity-95 {
    --text-opacity: 0.95 !important; }
  .sm\:text-opacity-100 {
    --text-opacity: 1 !important; }
  .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important; }
  .sm\:hover\:text-opacity-5:hover {
    --text-opacity: 0.05 !important; }
  .sm\:hover\:text-opacity-10:hover {
    --text-opacity: 0.1 !important; }
  .sm\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15 !important; }
  .sm\:hover\:text-opacity-20:hover {
    --text-opacity: 0.2 !important; }
  .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important; }
  .sm\:hover\:text-opacity-30:hover {
    --text-opacity: 0.3 !important; }
  .sm\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35 !important; }
  .sm\:hover\:text-opacity-40:hover {
    --text-opacity: 0.4 !important; }
  .sm\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45 !important; }
  .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important; }
  .sm\:hover\:text-opacity-55:hover {
    --text-opacity: 0.55 !important; }
  .sm\:hover\:text-opacity-60:hover {
    --text-opacity: 0.6 !important; }
  .sm\:hover\:text-opacity-65:hover {
    --text-opacity: 0.65 !important; }
  .sm\:hover\:text-opacity-70:hover {
    --text-opacity: 0.7 !important; }
  .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important; }
  .sm\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8 !important; }
  .sm\:hover\:text-opacity-85:hover {
    --text-opacity: 0.85 !important; }
  .sm\:hover\:text-opacity-90:hover {
    --text-opacity: 0.9 !important; }
  .sm\:hover\:text-opacity-95:hover {
    --text-opacity: 0.95 !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-5:focus {
    --text-opacity: 0.05 !important; }
  .sm\:focus\:text-opacity-10:focus {
    --text-opacity: 0.1 !important; }
  .sm\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15 !important; }
  .sm\:focus\:text-opacity-20:focus {
    --text-opacity: 0.2 !important; }
  .sm\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important; }
  .sm\:focus\:text-opacity-30:focus {
    --text-opacity: 0.3 !important; }
  .sm\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35 !important; }
  .sm\:focus\:text-opacity-40:focus {
    --text-opacity: 0.4 !important; }
  .sm\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45 !important; }
  .sm\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important; }
  .sm\:focus\:text-opacity-55:focus {
    --text-opacity: 0.55 !important; }
  .sm\:focus\:text-opacity-60:focus {
    --text-opacity: 0.6 !important; }
  .sm\:focus\:text-opacity-65:focus {
    --text-opacity: 0.65 !important; }
  .sm\:focus\:text-opacity-70:focus {
    --text-opacity: 0.7 !important; }
  .sm\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important; }
  .sm\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8 !important; }
  .sm\:focus\:text-opacity-85:focus {
    --text-opacity: 0.85 !important; }
  .sm\:focus\:text-opacity-90:focus {
    --text-opacity: 0.9 !important; }
  .sm\:focus\:text-opacity-95:focus {
    --text-opacity: 0.95 !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; }
  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline !important; }
  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through !important; }
  .group:hover .sm\:group-hover\:no-underline {
    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\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important; }
  .sm\:normal-nums {
    font-variant-numeric: normal !important; }
  .sm\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important; }
  .sm\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important; }
  .sm\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important; }
  .sm\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important; }
  .sm\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important; }
  .sm\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important; }
  .sm\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important; }
  .sm\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !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\: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 {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important; }
  .sm\:break-words {
    word-wrap: break-word !important;
    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: 0rem !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-7 {
    width: 1.75rem !important; }
  .sm\:w-8 {
    width: 2rem !important; }
  .sm\:w-9 {
    width: 2.25rem !important; }
  .sm\:w-10 {
    width: 2.5rem !important; }
  .sm\:w-11 {
    width: 2.75rem !important; }
  .sm\:w-12 {
    width: 3rem !important; }
  .sm\:w-13 {
    width: 3.25rem !important; }
  .sm\:w-14 {
    width: 3.5rem !important; }
  .sm\:w-15 {
    width: 3.75rem !important; }
  .sm\:w-16 {
    width: 4rem !important; }
  .sm\:w-17 {
    width: 4.25rem !important; }
  .sm\:w-18 {
    width: 4.5rem !important; }
  .sm\:w-19 {
    width: 4.75rem !important; }
  .sm\:w-20 {
    width: 5rem !important; }
  .sm\:w-21 {
    width: 5.25rem !important; }
  .sm\:w-22 {
    width: 5.5rem !important; }
  .sm\:w-23 {
    width: 5.75rem !important; }
  .sm\:w-24 {
    width: 6rem !important; }
  .sm\:w-25 {
    width: 6.25rem !important; }
  .sm\:w-26 {
    width: 6.5rem !important; }
  .sm\:w-27 {
    width: 6.75rem !important; }
  .sm\:w-28 {
    width: 7rem !important; }
  .sm\:w-29 {
    width: 7.25rem !important; }
  .sm\:w-30 {
    width: 7.5rem !important; }
  .sm\:w-31 {
    width: 7.75rem !important; }
  .sm\:w-32 {
    width: 8rem !important; }
  .sm\:w-33 {
    width: 8.25rem !important; }
  .sm\:w-34 {
    width: 8.5rem !important; }
  .sm\:w-35 {
    width: 8.75rem !important; }
  .sm\:w-36 {
    width: 9rem !important; }
  .sm\:w-37 {
    width: 9.25rem !important; }
  .sm\:w-38 {
    width: 9.5rem !important; }
  .sm\:w-39 {
    width: 9.75rem !important; }
  .sm\:w-40 {
    width: 10rem !important; }
  .sm\:w-41 {
    width: 10.25rem !important; }
  .sm\:w-42 {
    width: 10.5rem !important; }
  .sm\:w-43 {
    width: 10.75rem !important; }
  .sm\:w-44 {
    width: 11rem !important; }
  .sm\:w-45 {
    width: 11.25rem !important; }
  .sm\:w-46 {
    width: 11.5rem !important; }
  .sm\:w-47 {
    width: 11.75rem !important; }
  .sm\:w-48 {
    width: 12rem !important; }
  .sm\:w-49 {
    width: 12.25rem !important; }
  .sm\:w-50 {
    width: 12.5rem !important; }
  .sm\:w-51 {
    width: 12.75rem !important; }
  .sm\:w-52 {
    width: 13rem !important; }
  .sm\:w-53 {
    width: 13.25rem !important; }
  .sm\:w-54 {
    width: 13.5rem !important; }
  .sm\:w-55 {
    width: 13.75rem !important; }
  .sm\:w-56 {
    width: 14rem !important; }
  .sm\:w-57 {
    width: 14.25rem !important; }
  .sm\:w-58 {
    width: 14.5rem !important; }
  .sm\:w-59 {
    width: 14.75rem !important; }
  .sm\:w-60 {
    width: 15rem !important; }
  .sm\:w-61 {
    width: 15.25rem !important; }
  .sm\:w-62 {
    width: 15.5rem !important; }
  .sm\:w-63 {
    width: 15.75rem !important; }
  .sm\:w-64 {
    width: 16rem !important; }
  .sm\:w-65 {
    width: 16.25rem !important; }
  .sm\:w-66 {
    width: 16.5rem !important; }
  .sm\:w-67 {
    width: 16.75rem !important; }
  .sm\:w-68 {
    width: 17rem !important; }
  .sm\:w-69 {
    width: 17.25rem !important; }
  .sm\:w-70 {
    width: 17.5rem !important; }
  .sm\:w-71 {
    width: 17.75rem !important; }
  .sm\:w-72 {
    width: 18rem !important; }
  .sm\:w-73 {
    width: 18.25rem !important; }
  .sm\:w-74 {
    width: 18.5rem !important; }
  .sm\:w-75 {
    width: 18.75rem !important; }
  .sm\:w-76 {
    width: 19rem !important; }
  .sm\:w-77 {
    width: 19.25rem !important; }
  .sm\:w-78 {
    width: 19.5rem !important; }
  .sm\:w-79 {
    width: 19.75rem !important; }
  .sm\:w-80 {
    width: 20rem !important; }
  .sm\:w-84 {
    width: 21rem !important; }
  .sm\:w-88 {
    width: 22rem !important; }
  .sm\:w-92 {
    width: 23rem !important; }
  .sm\:w-96 {
    width: 24rem !important; }
  .sm\:w-100 {
    width: 25rem !important; }
  .sm\:w-104 {
    width: 26rem !important; }
  .sm\:w-108 {
    width: 27rem !important; }
  .sm\:w-112 {
    width: 28rem !important; }
  .sm\:w-116 {
    width: 29rem !important; }
  .sm\:w-120 {
    width: 30rem !important; }
  .sm\:w-124 {
    width: 31rem !important; }
  .sm\:w-128 {
    width: 32rem !important; }
  .sm\:w-132 {
    width: 33rem !important; }
  .sm\:w-136 {
    width: 34rem !important; }
  .sm\:w-140 {
    width: 35rem !important; }
  .sm\:w-144 {
    width: 36rem !important; }
  .sm\:w-148 {
    width: 37rem !important; }
  .sm\:w-152 {
    width: 38rem !important; }
  .sm\:w-156 {
    width: 39rem !important; }
  .sm\:w-160 {
    width: 40rem !important; }
  .sm\:w-164 {
    width: 41rem !important; }
  .sm\:w-168 {
    width: 42rem !important; }
  .sm\:w-172 {
    width: 43rem !important; }
  .sm\:w-176 {
    width: 44rem !important; }
  .sm\:w-180 {
    width: 45rem !important; }
  .sm\:w-184 {
    width: 46rem !important; }
  .sm\:w-188 {
    width: 47rem !important; }
  .sm\:w-192 {
    width: 48rem !important; }
  .sm\:w-196 {
    width: 49rem !important; }
  .sm\:w-200 {
    width: 50rem !important; }
  .sm\:w-auto {
    width: auto !important; }
  .sm\:w-px {
    width: 1px !important; }
  .sm\:w-2px {
    width: 2px !important; }
  .sm\:w-1\/2 {
    width: 50% !important; }
  .sm\:w-2\/2 {
    width: 100% !important; }
  .sm\:w-1\/3 {
    width: 33.333333% !important; }
  .sm\:w-2\/3 {
    width: 66.666667% !important; }
  .sm\:w-3\/3 {
    width: 100% !important; }
  .sm\:w-1\/4 {
    width: 25% !important; }
  .sm\:w-2\/4 {
    width: 50% !important; }
  .sm\:w-3\/4 {
    width: 75% !important; }
  .sm\:w-4\/4 {
    width: 100% !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-5\/5 {
    width: 100% !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-6\/6 {
    width: 100% !important; }
  .sm\:w-1\/10 {
    width: 10% !important; }
  .sm\:w-2\/10 {
    width: 20% !important; }
  .sm\:w-3\/10 {
    width: 30% !important; }
  .sm\:w-4\/10 {
    width: 40% !important; }
  .sm\:w-5\/10 {
    width: 50% !important; }
  .sm\:w-6\/10 {
    width: 60% !important; }
  .sm\:w-7\/10 {
    width: 70% !important; }
  .sm\:w-8\/10 {
    width: 80% !important; }
  .sm\:w-9\/10 {
    width: 90% !important; }
  .sm\:w-10\/10 {
    width: 100% !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-12\/12 {
    width: 100% !important; }
  .sm\:w-xs {
    width: 20rem !important; }
  .sm\:w-sm {
    width: 24rem !important; }
  .sm\:w-md {
    width: 28rem !important; }
  .sm\:w-lg {
    width: 32rem !important; }
  .sm\:w-xl {
    width: 36rem !important; }
  .sm\:w-2xl {
    width: 42rem !important; }
  .sm\:w-3xl {
    width: 48rem !important; }
  .sm\:w-4xl {
    width: 56rem !important; }
  .sm\:w-5xl {
    width: 64rem !important; }
  .sm\:w-6xl {
    width: 72rem !important; }
  .sm\:w-7xl {
    width: 80rem !important; }
  .sm\:w-full {
    width: 100% !important; }
  .sm\:w-screenw {
    width: 100vw !important; }
  .sm\:w-screenh {
    width: 100vh !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\:gap-0 {
    grid-gap: 0rem !important;
    gap: 0rem !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-7 {
    grid-gap: 1.75rem !important;
    gap: 1.75rem !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-11 {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important; }
  .sm\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .sm\:gap-13 {
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important; }
  .sm\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important; }
  .sm\:gap-15 {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important; }
  .sm\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important; }
  .sm\:gap-17 {
    grid-gap: 4.25rem !important;
    gap: 4.25rem !important; }
  .sm\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important; }
  .sm\:gap-19 {
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important; }
  .sm\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important; }
  .sm\:gap-21 {
    grid-gap: 5.25rem !important;
    gap: 5.25rem !important; }
  .sm\:gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important; }
  .sm\:gap-23 {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !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-26 {
    grid-gap: 6.5rem !important;
    gap: 6.5rem !important; }
  .sm\:gap-27 {
    grid-gap: 6.75rem !important;
    gap: 6.75rem !important; }
  .sm\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important; }
  .sm\:gap-29 {
    grid-gap: 7.25rem !important;
    gap: 7.25rem !important; }
  .sm\:gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important; }
  .sm\:gap-31 {
    grid-gap: 7.75rem !important;
    gap: 7.75rem !important; }
  .sm\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important; }
  .sm\:gap-33 {
    grid-gap: 8.25rem !important;
    gap: 8.25rem !important; }
  .sm\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important; }
  .sm\:gap-35 {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important; }
  .sm\:gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important; }
  .sm\:gap-37 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important; }
  .sm\:gap-38 {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important; }
  .sm\:gap-39 {
    grid-gap: 9.75rem !important;
    gap: 9.75rem !important; }
  .sm\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important; }
  .sm\:gap-41 {
    grid-gap: 10.25rem !important;
    gap: 10.25rem !important; }
  .sm\:gap-42 {
    grid-gap: 10.5rem !important;
    gap: 10.5rem !important; }
  .sm\:gap-43 {
    grid-gap: 10.75rem !important;
    gap: 10.75rem !important; }
  .sm\:gap-44 {
    grid-gap: 11rem !important;
    gap: 11rem !important; }
  .sm\:gap-45 {
    grid-gap: 11.25rem !important;
    gap: 11.25rem !important; }
  .sm\:gap-46 {
    grid-gap: 11.5rem !important;
    gap: 11.5rem !important; }
  .sm\:gap-47 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important; }
  .sm\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important; }
  .sm\:gap-49 {
    grid-gap: 12.25rem !important;
    gap: 12.25rem !important; }
  .sm\:gap-50 {
    grid-gap: 12.5rem !important;
    gap: 12.5rem !important; }
  .sm\:gap-51 {
    grid-gap: 12.75rem !important;
    gap: 12.75rem !important; }
  .sm\:gap-52 {
    grid-gap: 13rem !important;
    gap: 13rem !important; }
  .sm\:gap-53 {
    grid-gap: 13.25rem !important;
    gap: 13.25rem !important; }
  .sm\:gap-54 {
    grid-gap: 13.5rem !important;
    gap: 13.5rem !important; }
  .sm\:gap-55 {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important; }
  .sm\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important; }
  .sm\:gap-57 {
    grid-gap: 14.25rem !important;
    gap: 14.25rem !important; }
  .sm\:gap-58 {
    grid-gap: 14.5rem !important;
    gap: 14.5rem !important; }
  .sm\:gap-59 {
    grid-gap: 14.75rem !important;
    gap: 14.75rem !important; }
  .sm\:gap-60 {
    grid-gap: 15rem !important;
    gap: 15rem !important; }
  .sm\:gap-61 {
    grid-gap: 15.25rem !important;
    gap: 15.25rem !important; }
  .sm\:gap-62 {
    grid-gap: 15.5rem !important;
    gap: 15.5rem !important; }
  .sm\:gap-63 {
    grid-gap: 15.75rem !important;
    gap: 15.75rem !important; }
  .sm\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important; }
  .sm\:gap-65 {
    grid-gap: 16.25rem !important;
    gap: 16.25rem !important; }
  .sm\:gap-66 {
    grid-gap: 16.5rem !important;
    gap: 16.5rem !important; }
  .sm\:gap-67 {
    grid-gap: 16.75rem !important;
    gap: 16.75rem !important; }
  .sm\:gap-68 {
    grid-gap: 17rem !important;
    gap: 17rem !important; }
  .sm\:gap-69 {
    grid-gap: 17.25rem !important;
    gap: 17.25rem !important; }
  .sm\:gap-70 {
    grid-gap: 17.5rem !important;
    gap: 17.5rem !important; }
  .sm\:gap-71 {
    grid-gap: 17.75rem !important;
    gap: 17.75rem !important; }
  .sm\:gap-72 {
    grid-gap: 18rem !important;
    gap: 18rem !important; }
  .sm\:gap-73 {
    grid-gap: 18.25rem !important;
    gap: 18.25rem !important; }
  .sm\:gap-74 {
    grid-gap: 18.5rem !important;
    gap: 18.5rem !important; }
  .sm\:gap-75 {
    grid-gap: 18.75rem !important;
    gap: 18.75rem !important; }
  .sm\:gap-76 {
    grid-gap: 19rem !important;
    gap: 19rem !important; }
  .sm\:gap-77 {
    grid-gap: 19.25rem !important;
    gap: 19.25rem !important; }
  .sm\:gap-78 {
    grid-gap: 19.5rem !important;
    gap: 19.5rem !important; }
  .sm\:gap-79 {
    grid-gap: 19.75rem !important;
    gap: 19.75rem !important; }
  .sm\:gap-80 {
    grid-gap: 20rem !important;
    gap: 20rem !important; }
  .sm\:gap-84 {
    grid-gap: 21rem !important;
    gap: 21rem !important; }
  .sm\:gap-88 {
    grid-gap: 22rem !important;
    gap: 22rem !important; }
  .sm\:gap-92 {
    grid-gap: 23rem !important;
    gap: 23rem !important; }
  .sm\:gap-96 {
    grid-gap: 24rem !important;
    gap: 24rem !important; }
  .sm\:gap-100 {
    grid-gap: 25rem !important;
    gap: 25rem !important; }
  .sm\:gap-104 {
    grid-gap: 26rem !important;
    gap: 26rem !important; }
  .sm\:gap-108 {
    grid-gap: 27rem !important;
    gap: 27rem !important; }
  .sm\:gap-112 {
    grid-gap: 28rem !important;
    gap: 28rem !important; }
  .sm\:gap-116 {
    grid-gap: 29rem !important;
    gap: 29rem !important; }
  .sm\:gap-120 {
    grid-gap: 30rem !important;
    gap: 30rem !important; }
  .sm\:gap-124 {
    grid-gap: 31rem !important;
    gap: 31rem !important; }
  .sm\:gap-128 {
    grid-gap: 32rem !important;
    gap: 32rem !important; }
  .sm\:gap-132 {
    grid-gap: 33rem !important;
    gap: 33rem !important; }
  .sm\:gap-136 {
    grid-gap: 34rem !important;
    gap: 34rem !important; }
  .sm\:gap-140 {
    grid-gap: 35rem !important;
    gap: 35rem !important; }
  .sm\:gap-144 {
    grid-gap: 36rem !important;
    gap: 36rem !important; }
  .sm\:gap-148 {
    grid-gap: 37rem !important;
    gap: 37rem !important; }
  .sm\:gap-152 {
    grid-gap: 38rem !important;
    gap: 38rem !important; }
  .sm\:gap-156 {
    grid-gap: 39rem !important;
    gap: 39rem !important; }
  .sm\:gap-160 {
    grid-gap: 40rem !important;
    gap: 40rem !important; }
  .sm\:gap-164 {
    grid-gap: 41rem !important;
    gap: 41rem !important; }
  .sm\:gap-168 {
    grid-gap: 42rem !important;
    gap: 42rem !important; }
  .sm\:gap-172 {
    grid-gap: 43rem !important;
    gap: 43rem !important; }
  .sm\:gap-176 {
    grid-gap: 44rem !important;
    gap: 44rem !important; }
  .sm\:gap-180 {
    grid-gap: 45rem !important;
    gap: 45rem !important; }
  .sm\:gap-184 {
    grid-gap: 46rem !important;
    gap: 46rem !important; }
  .sm\:gap-188 {
    grid-gap: 47rem !important;
    gap: 47rem !important; }
  .sm\:gap-192 {
    grid-gap: 48rem !important;
    gap: 48rem !important; }
  .sm\:gap-196 {
    grid-gap: 49rem !important;
    gap: 49rem !important; }
  .sm\:gap-200 {
    grid-gap: 50rem !important;
    gap: 50rem !important; }
  .sm\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important; }
  .sm\:gap-2px {
    grid-gap: 2px !important;
    gap: 2px !important; }
  .sm\:gap-1\/2 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .sm\:gap-2\/2 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .sm\:gap-1\/3 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .sm\:gap-2\/3 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .sm\:gap-3\/3 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .sm\:gap-1\/4 {
    grid-gap: 25% !important;
    gap: 25% !important; }
  .sm\:gap-2\/4 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .sm\:gap-3\/4 {
    grid-gap: 75% !important;
    gap: 75% !important; }
  .sm\:gap-4\/4 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .sm\:gap-1\/5 {
    grid-gap: 20% !important;
    gap: 20% !important; }
  .sm\:gap-2\/5 {
    grid-gap: 40% !important;
    gap: 40% !important; }
  .sm\:gap-3\/5 {
    grid-gap: 60% !important;
    gap: 60% !important; }
  .sm\:gap-4\/5 {
    grid-gap: 80% !important;
    gap: 80% !important; }
  .sm\:gap-5\/5 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .sm\:gap-1\/6 {
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important; }
  .sm\:gap-2\/6 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .sm\:gap-3\/6 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .sm\:gap-4\/6 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .sm\:gap-5\/6 {
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important; }
  .sm\:gap-6\/6 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .sm\:gap-1\/10 {
    grid-gap: 10% !important;
    gap: 10% !important; }
  .sm\:gap-2\/10 {
    grid-gap: 20% !important;
    gap: 20% !important; }
  .sm\:gap-3\/10 {
    grid-gap: 30% !important;
    gap: 30% !important; }
  .sm\:gap-4\/10 {
    grid-gap: 40% !important;
    gap: 40% !important; }
  .sm\:gap-5\/10 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .sm\:gap-6\/10 {
    grid-gap: 60% !important;
    gap: 60% !important; }
  .sm\:gap-7\/10 {
    grid-gap: 70% !important;
    gap: 70% !important; }
  .sm\:gap-8\/10 {
    grid-gap: 80% !important;
    gap: 80% !important; }
  .sm\:gap-9\/10 {
    grid-gap: 90% !important;
    gap: 90% !important; }
  .sm\:gap-10\/10 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .sm\:gap-1\/12 {
    grid-gap: 8.333333% !important;
    gap: 8.333333% !important; }
  .sm\:gap-2\/12 {
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important; }
  .sm\:gap-3\/12 {
    grid-gap: 25% !important;
    gap: 25% !important; }
  .sm\:gap-4\/12 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .sm\:gap-5\/12 {
    grid-gap: 41.666667% !important;
    gap: 41.666667% !important; }
  .sm\:gap-6\/12 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .sm\:gap-7\/12 {
    grid-gap: 58.333333% !important;
    gap: 58.333333% !important; }
  .sm\:gap-8\/12 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .sm\:gap-9\/12 {
    grid-gap: 75% !important;
    gap: 75% !important; }
  .sm\:gap-10\/12 {
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important; }
  .sm\:gap-11\/12 {
    grid-gap: 91.666667% !important;
    gap: 91.666667% !important; }
  .sm\:gap-12\/12 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .sm\:gap-x-0 {
    grid-column-gap: 0rem !important;
    -webkit-column-gap: 0rem !important;
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important; }
  .sm\:gap-x-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\:gap-x-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\:gap-x-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\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important; }
  .sm\:gap-x-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\:gap-x-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\:gap-x-7 {
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important; }
  .sm\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important; }
  .sm\:gap-x-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\:gap-x-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\:gap-x-11 {
    grid-column-gap: 2.75rem !important;
    -webkit-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important; }
  .sm\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important; }
  .sm\:gap-x-13 {
    grid-column-gap: 3.25rem !important;
    -webkit-column-gap: 3.25rem !important;
    -moz-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important; }
  .sm\:gap-x-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\:gap-x-15 {
    grid-column-gap: 3.75rem !important;
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important; }
  .sm\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important; }
  .sm\:gap-x-17 {
    grid-column-gap: 4.25rem !important;
    -webkit-column-gap: 4.25rem !important;
    -moz-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important; }
  .sm\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important; }
  .sm\:gap-x-19 {
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
    -moz-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important; }
  .sm\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important; }
  .sm\:gap-x-21 {
    grid-column-gap: 5.25rem !important;
    -webkit-column-gap: 5.25rem !important;
    -moz-column-gap: 5.25rem !important;
    column-gap: 5.25rem !important; }
  .sm\:gap-x-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\:gap-x-23 {
    grid-column-gap: 5.75rem !important;
    -webkit-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
    column-gap: 5.75rem !important; }
  .sm\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important; }
  .sm\:gap-x-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\:gap-x-26 {
    grid-column-gap: 6.5rem !important;
    -webkit-column-gap: 6.5rem !important;
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important; }
  .sm\:gap-x-27 {
    grid-column-gap: 6.75rem !important;
    -webkit-column-gap: 6.75rem !important;
    -moz-column-gap: 6.75rem !important;
    column-gap: 6.75rem !important; }
  .sm\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important; }
  .sm\:gap-x-29 {
    grid-column-gap: 7.25rem !important;
    -webkit-column-gap: 7.25rem !important;
    -moz-column-gap: 7.25rem !important;
    column-gap: 7.25rem !important; }
  .sm\:gap-x-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\:gap-x-31 {
    grid-column-gap: 7.75rem !important;
    -webkit-column-gap: 7.75rem !important;
    -moz-column-gap: 7.75rem !important;
    column-gap: 7.75rem !important; }
  .sm\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important; }
  .sm\:gap-x-33 {
    grid-column-gap: 8.25rem !important;
    -webkit-column-gap: 8.25rem !important;
    -moz-column-gap: 8.25rem !important;
    column-gap: 8.25rem !important; }
  .sm\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -webkit-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
    column-gap: 8.5rem !important; }
  .sm\:gap-x-35 {
    grid-column-gap: 8.75rem !important;
    -webkit-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
    column-gap: 8.75rem !important; }
  .sm\:gap-x-36 {
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important; }
  .sm\:gap-x-37 {
    grid-column-gap: 9.25rem !important;
    -webkit-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
    column-gap: 9.25rem !important; }
  .sm\:gap-x-38 {
    grid-column-gap: 9.5rem !important;
    -webkit-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
    column-gap: 9.5rem !important; }
  .sm\:gap-x-39 {
    grid-column-gap: 9.75rem !important;
    -webkit-column-gap: 9.75rem !important;
    -moz-column-gap: 9.75rem !important;
    column-gap: 9.75rem !important; }
  .sm\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important; }
  .sm\:gap-x-41 {
    grid-column-gap: 10.25rem !important;
    -webkit-column-gap: 10.25rem !important;
    -moz-column-gap: 10.25rem !important;
    column-gap: 10.25rem !important; }
  .sm\:gap-x-42 {
    grid-column-gap: 10.5rem !important;
    -webkit-column-gap: 10.5rem !important;
    -moz-column-gap: 10.5rem !important;
    column-gap: 10.5rem !important; }
  .sm\:gap-x-43 {
    grid-column-gap: 10.75rem !important;
    -webkit-column-gap: 10.75rem !important;
    -moz-column-gap: 10.75rem !important;
    column-gap: 10.75rem !important; }
  .sm\:gap-x-44 {
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important; }
  .sm\:gap-x-45 {
    grid-column-gap: 11.25rem !important;
    -webkit-column-gap: 11.25rem !important;
    -moz-column-gap: 11.25rem !important;
    column-gap: 11.25rem !important; }
  .sm\:gap-x-46 {
    grid-column-gap: 11.5rem !important;
    -webkit-column-gap: 11.5rem !important;
    -moz-column-gap: 11.5rem !important;
    column-gap: 11.5rem !important; }
  .sm\:gap-x-47 {
    grid-column-gap: 11.75rem !important;
    -webkit-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
    column-gap: 11.75rem !important; }
  .sm\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important; }
  .sm\:gap-x-49 {
    grid-column-gap: 12.25rem !important;
    -webkit-column-gap: 12.25rem !important;
    -moz-column-gap: 12.25rem !important;
    column-gap: 12.25rem !important; }
  .sm\:gap-x-50 {
    grid-column-gap: 12.5rem !important;
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important; }
  .sm\:gap-x-51 {
    grid-column-gap: 12.75rem !important;
    -webkit-column-gap: 12.75rem !important;
    -moz-column-gap: 12.75rem !important;
    column-gap: 12.75rem !important; }
  .sm\:gap-x-52 {
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important; }
  .sm\:gap-x-53 {
    grid-column-gap: 13.25rem !important;
    -webkit-column-gap: 13.25rem !important;
    -moz-column-gap: 13.25rem !important;
    column-gap: 13.25rem !important; }
  .sm\:gap-x-54 {
    grid-column-gap: 13.5rem !important;
    -webkit-column-gap: 13.5rem !important;
    -moz-column-gap: 13.5rem !important;
    column-gap: 13.5rem !important; }
  .sm\:gap-x-55 {
    grid-column-gap: 13.75rem !important;
    -webkit-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
    column-gap: 13.75rem !important; }
  .sm\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important; }
  .sm\:gap-x-57 {
    grid-column-gap: 14.25rem !important;
    -webkit-column-gap: 14.25rem !important;
    -moz-column-gap: 14.25rem !important;
    column-gap: 14.25rem !important; }
  .sm\:gap-x-58 {
    grid-column-gap: 14.5rem !important;
    -webkit-column-gap: 14.5rem !important;
    -moz-column-gap: 14.5rem !important;
    column-gap: 14.5rem !important; }
  .sm\:gap-x-59 {
    grid-column-gap: 14.75rem !important;
    -webkit-column-gap: 14.75rem !important;
    -moz-column-gap: 14.75rem !important;
    column-gap: 14.75rem !important; }
  .sm\:gap-x-60 {
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important; }
  .sm\:gap-x-61 {
    grid-column-gap: 15.25rem !important;
    -webkit-column-gap: 15.25rem !important;
    -moz-column-gap: 15.25rem !important;
    column-gap: 15.25rem !important; }
  .sm\:gap-x-62 {
    grid-column-gap: 15.5rem !important;
    -webkit-column-gap: 15.5rem !important;
    -moz-column-gap: 15.5rem !important;
    column-gap: 15.5rem !important; }
  .sm\:gap-x-63 {
    grid-column-gap: 15.75rem !important;
    -webkit-column-gap: 15.75rem !important;
    -moz-column-gap: 15.75rem !important;
    column-gap: 15.75rem !important; }
  .sm\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important; }
  .sm\:gap-x-65 {
    grid-column-gap: 16.25rem !important;
    -webkit-column-gap: 16.25rem !important;
    -moz-column-gap: 16.25rem !important;
    column-gap: 16.25rem !important; }
  .sm\:gap-x-66 {
    grid-column-gap: 16.5rem !important;
    -webkit-column-gap: 16.5rem !important;
    -moz-column-gap: 16.5rem !important;
    column-gap: 16.5rem !important; }
  .sm\:gap-x-67 {
    grid-column-gap: 16.75rem !important;
    -webkit-column-gap: 16.75rem !important;
    -moz-column-gap: 16.75rem !important;
    column-gap: 16.75rem !important; }
  .sm\:gap-x-68 {
    grid-column-gap: 17rem !important;
    -webkit-column-gap: 17rem !important;
    -moz-column-gap: 17rem !important;
    column-gap: 17rem !important; }
  .sm\:gap-x-69 {
    grid-column-gap: 17.25rem !important;
    -webkit-column-gap: 17.25rem !important;
    -moz-column-gap: 17.25rem !important;
    column-gap: 17.25rem !important; }
  .sm\:gap-x-70 {
    grid-column-gap: 17.5rem !important;
    -webkit-column-gap: 17.5rem !important;
    -moz-column-gap: 17.5rem !important;
    column-gap: 17.5rem !important; }
  .sm\:gap-x-71 {
    grid-column-gap: 17.75rem !important;
    -webkit-column-gap: 17.75rem !important;
    -moz-column-gap: 17.75rem !important;
    column-gap: 17.75rem !important; }
  .sm\:gap-x-72 {
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important; }
  .sm\:gap-x-73 {
    grid-column-gap: 18.25rem !important;
    -webkit-column-gap: 18.25rem !important;
    -moz-column-gap: 18.25rem !important;
    column-gap: 18.25rem !important; }
  .sm\:gap-x-74 {
    grid-column-gap: 18.5rem !important;
    -webkit-column-gap: 18.5rem !important;
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important; }
  .sm\:gap-x-75 {
    grid-column-gap: 18.75rem !important;
    -webkit-column-gap: 18.75rem !important;
    -moz-column-gap: 18.75rem !important;
    column-gap: 18.75rem !important; }
  .sm\:gap-x-76 {
    grid-column-gap: 19rem !important;
    -webkit-column-gap: 19rem !important;
    -moz-column-gap: 19rem !important;
    column-gap: 19rem !important; }
  .sm\:gap-x-77 {
    grid-column-gap: 19.25rem !important;
    -webkit-column-gap: 19.25rem !important;
    -moz-column-gap: 19.25rem !important;
    column-gap: 19.25rem !important; }
  .sm\:gap-x-78 {
    grid-column-gap: 19.5rem !important;
    -webkit-column-gap: 19.5rem !important;
    -moz-column-gap: 19.5rem !important;
    column-gap: 19.5rem !important; }
  .sm\:gap-x-79 {
    grid-column-gap: 19.75rem !important;
    -webkit-column-gap: 19.75rem !important;
    -moz-column-gap: 19.75rem !important;
    column-gap: 19.75rem !important; }
  .sm\:gap-x-80 {
    grid-column-gap: 20rem !important;
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important; }
  .sm\:gap-x-84 {
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
    -moz-column-gap: 21rem !important;
    column-gap: 21rem !important; }
  .sm\:gap-x-88 {
    grid-column-gap: 22rem !important;
    -webkit-column-gap: 22rem !important;
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important; }
  .sm\:gap-x-92 {
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
    -moz-column-gap: 23rem !important;
    column-gap: 23rem !important; }
  .sm\:gap-x-96 {
    grid-column-gap: 24rem !important;
    -webkit-column-gap: 24rem !important;
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important; }
  .sm\:gap-x-100 {
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important; }
  .sm\:gap-x-104 {
    grid-column-gap: 26rem !important;
    -webkit-column-gap: 26rem !important;
    -moz-column-gap: 26rem !important;
    column-gap: 26rem !important; }
  .sm\:gap-x-108 {
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
    -moz-column-gap: 27rem !important;
    column-gap: 27rem !important; }
  .sm\:gap-x-112 {
    grid-column-gap: 28rem !important;
    -webkit-column-gap: 28rem !important;
    -moz-column-gap: 28rem !important;
    column-gap: 28rem !important; }
  .sm\:gap-x-116 {
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
    -moz-column-gap: 29rem !important;
    column-gap: 29rem !important; }
  .sm\:gap-x-120 {
    grid-column-gap: 30rem !important;
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important; }
  .sm\:gap-x-124 {
    grid-column-gap: 31rem !important;
    -webkit-column-gap: 31rem !important;
    -moz-column-gap: 31rem !important;
    column-gap: 31rem !important; }
  .sm\:gap-x-128 {
    grid-column-gap: 32rem !important;
    -webkit-column-gap: 32rem !important;
    -moz-column-gap: 32rem !important;
    column-gap: 32rem !important; }
  .sm\:gap-x-132 {
    grid-column-gap: 33rem !important;
    -webkit-column-gap: 33rem !important;
    -moz-column-gap: 33rem !important;
    column-gap: 33rem !important; }
  .sm\:gap-x-136 {
    grid-column-gap: 34rem !important;
    -webkit-column-gap: 34rem !important;
    -moz-column-gap: 34rem !important;
    column-gap: 34rem !important; }
  .sm\:gap-x-140 {
    grid-column-gap: 35rem !important;
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important; }
  .sm\:gap-x-144 {
    grid-column-gap: 36rem !important;
    -webkit-column-gap: 36rem !important;
    -moz-column-gap: 36rem !important;
    column-gap: 36rem !important; }
  .sm\:gap-x-148 {
    grid-column-gap: 37rem !important;
    -webkit-column-gap: 37rem !important;
    -moz-column-gap: 37rem !important;
    column-gap: 37rem !important; }
  .sm\:gap-x-152 {
    grid-column-gap: 38rem !important;
    -webkit-column-gap: 38rem !important;
    -moz-column-gap: 38rem !important;
    column-gap: 38rem !important; }
  .sm\:gap-x-156 {
    grid-column-gap: 39rem !important;
    -webkit-column-gap: 39rem !important;
    -moz-column-gap: 39rem !important;
    column-gap: 39rem !important; }
  .sm\:gap-x-160 {
    grid-column-gap: 40rem !important;
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important; }
  .sm\:gap-x-164 {
    grid-column-gap: 41rem !important;
    -webkit-column-gap: 41rem !important;
    -moz-column-gap: 41rem !important;
    column-gap: 41rem !important; }
  .sm\:gap-x-168 {
    grid-column-gap: 42rem !important;
    -webkit-column-gap: 42rem !important;
    -moz-column-gap: 42rem !important;
    column-gap: 42rem !important; }
  .sm\:gap-x-172 {
    grid-column-gap: 43rem !important;
    -webkit-column-gap: 43rem !important;
    -moz-column-gap: 43rem !important;
    column-gap: 43rem !important; }
  .sm\:gap-x-176 {
    grid-column-gap: 44rem !important;
    -webkit-column-gap: 44rem !important;
    -moz-column-gap: 44rem !important;
    column-gap: 44rem !important; }
  .sm\:gap-x-180 {
    grid-column-gap: 45rem !important;
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important; }
  .sm\:gap-x-184 {
    grid-column-gap: 46rem !important;
    -webkit-column-gap: 46rem !important;
    -moz-column-gap: 46rem !important;
    column-gap: 46rem !important; }
  .sm\:gap-x-188 {
    grid-column-gap: 47rem !important;
    -webkit-column-gap: 47rem !important;
    -moz-column-gap: 47rem !important;
    column-gap: 47rem !important; }
  .sm\:gap-x-192 {
    grid-column-gap: 48rem !important;
    -webkit-column-gap: 48rem !important;
    -moz-column-gap: 48rem !important;
    column-gap: 48rem !important; }
  .sm\:gap-x-196 {
    grid-column-gap: 49rem !important;
    -webkit-column-gap: 49rem !important;
    -moz-column-gap: 49rem !important;
    column-gap: 49rem !important; }
  .sm\:gap-x-200 {
    grid-column-gap: 50rem !important;
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important; }
  .sm\:gap-x-px {
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important; }
  .sm\:gap-x-2px {
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important; }
  .sm\:gap-x-1\/2 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .sm\:gap-x-2\/2 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .sm\:gap-x-1\/3 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .sm\:gap-x-2\/3 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .sm\:gap-x-3\/3 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .sm\:gap-x-1\/4 {
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
    -moz-column-gap: 25% !important;
    column-gap: 25% !important; }
  .sm\:gap-x-2\/4 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .sm\:gap-x-3\/4 {
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
    -moz-column-gap: 75% !important;
    column-gap: 75% !important; }
  .sm\:gap-x-4\/4 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .sm\:gap-x-1\/5 {
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
    -moz-column-gap: 20% !important;
    column-gap: 20% !important; }
  .sm\:gap-x-2\/5 {
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
    -moz-column-gap: 40% !important;
    column-gap: 40% !important; }
  .sm\:gap-x-3\/5 {
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
    -moz-column-gap: 60% !important;
    column-gap: 60% !important; }
  .sm\:gap-x-4\/5 {
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
    -moz-column-gap: 80% !important;
    column-gap: 80% !important; }
  .sm\:gap-x-5\/5 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .sm\:gap-x-1\/6 {
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
    -moz-column-gap: 16.666667% !important;
    column-gap: 16.666667% !important; }
  .sm\:gap-x-2\/6 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .sm\:gap-x-3\/6 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .sm\:gap-x-4\/6 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .sm\:gap-x-5\/6 {
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
    -moz-column-gap: 83.333333% !important;
    column-gap: 83.333333% !important; }
  .sm\:gap-x-6\/6 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .sm\:gap-x-1\/10 {
    grid-column-gap: 10% !important;
    -webkit-column-gap: 10% !important;
    -moz-column-gap: 10% !important;
    column-gap: 10% !important; }
  .sm\:gap-x-2\/10 {
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
    -moz-column-gap: 20% !important;
    column-gap: 20% !important; }
  .sm\:gap-x-3\/10 {
    grid-column-gap: 30% !important;
    -webkit-column-gap: 30% !important;
    -moz-column-gap: 30% !important;
    column-gap: 30% !important; }
  .sm\:gap-x-4\/10 {
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
    -moz-column-gap: 40% !important;
    column-gap: 40% !important; }
  .sm\:gap-x-5\/10 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .sm\:gap-x-6\/10 {
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
    -moz-column-gap: 60% !important;
    column-gap: 60% !important; }
  .sm\:gap-x-7\/10 {
    grid-column-gap: 70% !important;
    -webkit-column-gap: 70% !important;
    -moz-column-gap: 70% !important;
    column-gap: 70% !important; }
  .sm\:gap-x-8\/10 {
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
    -moz-column-gap: 80% !important;
    column-gap: 80% !important; }
  .sm\:gap-x-9\/10 {
    grid-column-gap: 90% !important;
    -webkit-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
    column-gap: 90% !important; }
  .sm\:gap-x-10\/10 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .sm\:gap-x-1\/12 {
    grid-column-gap: 8.333333% !important;
    -webkit-column-gap: 8.333333% !important;
    -moz-column-gap: 8.333333% !important;
    column-gap: 8.333333% !important; }
  .sm\:gap-x-2\/12 {
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
    -moz-column-gap: 16.666667% !important;
    column-gap: 16.666667% !important; }
  .sm\:gap-x-3\/12 {
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
    -moz-column-gap: 25% !important;
    column-gap: 25% !important; }
  .sm\:gap-x-4\/12 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .sm\:gap-x-5\/12 {
    grid-column-gap: 41.666667% !important;
    -webkit-column-gap: 41.666667% !important;
    -moz-column-gap: 41.666667% !important;
    column-gap: 41.666667% !important; }
  .sm\:gap-x-6\/12 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .sm\:gap-x-7\/12 {
    grid-column-gap: 58.333333% !important;
    -webkit-column-gap: 58.333333% !important;
    -moz-column-gap: 58.333333% !important;
    column-gap: 58.333333% !important; }
  .sm\:gap-x-8\/12 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .sm\:gap-x-9\/12 {
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
    -moz-column-gap: 75% !important;
    column-gap: 75% !important; }
  .sm\:gap-x-10\/12 {
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
    -moz-column-gap: 83.333333% !important;
    column-gap: 83.333333% !important; }
  .sm\:gap-x-11\/12 {
    grid-column-gap: 91.666667% !important;
    -webkit-column-gap: 91.666667% !important;
    -moz-column-gap: 91.666667% !important;
    column-gap: 91.666667% !important; }
  .sm\:gap-x-12\/12 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .sm\:gap-y-0 {
    grid-row-gap: 0rem !important;
    row-gap: 0rem !important; }
  .sm\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important; }
  .sm\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important; }
  .sm\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important; }
  .sm\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important; }
  .sm\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important; }
  .sm\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important; }
  .sm\:gap-y-7 {
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important; }
  .sm\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important; }
  .sm\:gap-y-9 {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important; }
  .sm\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important; }
  .sm\:gap-y-11 {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important; }
  .sm\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important; }
  .sm\:gap-y-13 {
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important; }
  .sm\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important; }
  .sm\:gap-y-15 {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important; }
  .sm\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important; }
  .sm\:gap-y-17 {
    grid-row-gap: 4.25rem !important;
    row-gap: 4.25rem !important; }
  .sm\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important; }
  .sm\:gap-y-19 {
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important; }
  .sm\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important; }
  .sm\:gap-y-21 {
    grid-row-gap: 5.25rem !important;
    row-gap: 5.25rem !important; }
  .sm\:gap-y-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important; }
  .sm\:gap-y-23 {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important; }
  .sm\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important; }
  .sm\:gap-y-25 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important; }
  .sm\:gap-y-26 {
    grid-row-gap: 6.5rem !important;
    row-gap: 6.5rem !important; }
  .sm\:gap-y-27 {
    grid-row-gap: 6.75rem !important;
    row-gap: 6.75rem !important; }
  .sm\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important; }
  .sm\:gap-y-29 {
    grid-row-gap: 7.25rem !important;
    row-gap: 7.25rem !important; }
  .sm\:gap-y-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important; }
  .sm\:gap-y-31 {
    grid-row-gap: 7.75rem !important;
    row-gap: 7.75rem !important; }
  .sm\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important; }
  .sm\:gap-y-33 {
    grid-row-gap: 8.25rem !important;
    row-gap: 8.25rem !important; }
  .sm\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important; }
  .sm\:gap-y-35 {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important; }
  .sm\:gap-y-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important; }
  .sm\:gap-y-37 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important; }
  .sm\:gap-y-38 {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important; }
  .sm\:gap-y-39 {
    grid-row-gap: 9.75rem !important;
    row-gap: 9.75rem !important; }
  .sm\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important; }
  .sm\:gap-y-41 {
    grid-row-gap: 10.25rem !important;
    row-gap: 10.25rem !important; }
  .sm\:gap-y-42 {
    grid-row-gap: 10.5rem !important;
    row-gap: 10.5rem !important; }
  .sm\:gap-y-43 {
    grid-row-gap: 10.75rem !important;
    row-gap: 10.75rem !important; }
  .sm\:gap-y-44 {
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important; }
  .sm\:gap-y-45 {
    grid-row-gap: 11.25rem !important;
    row-gap: 11.25rem !important; }
  .sm\:gap-y-46 {
    grid-row-gap: 11.5rem !important;
    row-gap: 11.5rem !important; }
  .sm\:gap-y-47 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important; }
  .sm\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important; }
  .sm\:gap-y-49 {
    grid-row-gap: 12.25rem !important;
    row-gap: 12.25rem !important; }
  .sm\:gap-y-50 {
    grid-row-gap: 12.5rem !important;
    row-gap: 12.5rem !important; }
  .sm\:gap-y-51 {
    grid-row-gap: 12.75rem !important;
    row-gap: 12.75rem !important; }
  .sm\:gap-y-52 {
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important; }
  .sm\:gap-y-53 {
    grid-row-gap: 13.25rem !important;
    row-gap: 13.25rem !important; }
  .sm\:gap-y-54 {
    grid-row-gap: 13.5rem !important;
    row-gap: 13.5rem !important; }
  .sm\:gap-y-55 {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important; }
  .sm\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important; }
  .sm\:gap-y-57 {
    grid-row-gap: 14.25rem !important;
    row-gap: 14.25rem !important; }
  .sm\:gap-y-58 {
    grid-row-gap: 14.5rem !important;
    row-gap: 14.5rem !important; }
  .sm\:gap-y-59 {
    grid-row-gap: 14.75rem !important;
    row-gap: 14.75rem !important; }
  .sm\:gap-y-60 {
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important; }
  .sm\:gap-y-61 {
    grid-row-gap: 15.25rem !important;
    row-gap: 15.25rem !important; }
  .sm\:gap-y-62 {
    grid-row-gap: 15.5rem !important;
    row-gap: 15.5rem !important; }
  .sm\:gap-y-63 {
    grid-row-gap: 15.75rem !important;
    row-gap: 15.75rem !important; }
  .sm\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important; }
  .sm\:gap-y-65 {
    grid-row-gap: 16.25rem !important;
    row-gap: 16.25rem !important; }
  .sm\:gap-y-66 {
    grid-row-gap: 16.5rem !important;
    row-gap: 16.5rem !important; }
  .sm\:gap-y-67 {
    grid-row-gap: 16.75rem !important;
    row-gap: 16.75rem !important; }
  .sm\:gap-y-68 {
    grid-row-gap: 17rem !important;
    row-gap: 17rem !important; }
  .sm\:gap-y-69 {
    grid-row-gap: 17.25rem !important;
    row-gap: 17.25rem !important; }
  .sm\:gap-y-70 {
    grid-row-gap: 17.5rem !important;
    row-gap: 17.5rem !important; }
  .sm\:gap-y-71 {
    grid-row-gap: 17.75rem !important;
    row-gap: 17.75rem !important; }
  .sm\:gap-y-72 {
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important; }
  .sm\:gap-y-73 {
    grid-row-gap: 18.25rem !important;
    row-gap: 18.25rem !important; }
  .sm\:gap-y-74 {
    grid-row-gap: 18.5rem !important;
    row-gap: 18.5rem !important; }
  .sm\:gap-y-75 {
    grid-row-gap: 18.75rem !important;
    row-gap: 18.75rem !important; }
  .sm\:gap-y-76 {
    grid-row-gap: 19rem !important;
    row-gap: 19rem !important; }
  .sm\:gap-y-77 {
    grid-row-gap: 19.25rem !important;
    row-gap: 19.25rem !important; }
  .sm\:gap-y-78 {
    grid-row-gap: 19.5rem !important;
    row-gap: 19.5rem !important; }
  .sm\:gap-y-79 {
    grid-row-gap: 19.75rem !important;
    row-gap: 19.75rem !important; }
  .sm\:gap-y-80 {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important; }
  .sm\:gap-y-84 {
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important; }
  .sm\:gap-y-88 {
    grid-row-gap: 22rem !important;
    row-gap: 22rem !important; }
  .sm\:gap-y-92 {
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important; }
  .sm\:gap-y-96 {
    grid-row-gap: 24rem !important;
    row-gap: 24rem !important; }
  .sm\:gap-y-100 {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important; }
  .sm\:gap-y-104 {
    grid-row-gap: 26rem !important;
    row-gap: 26rem !important; }
  .sm\:gap-y-108 {
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important; }
  .sm\:gap-y-112 {
    grid-row-gap: 28rem !important;
    row-gap: 28rem !important; }
  .sm\:gap-y-116 {
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important; }
  .sm\:gap-y-120 {
    grid-row-gap: 30rem !important;
    row-gap: 30rem !important; }
  .sm\:gap-y-124 {
    grid-row-gap: 31rem !important;
    row-gap: 31rem !important; }
  .sm\:gap-y-128 {
    grid-row-gap: 32rem !important;
    row-gap: 32rem !important; }
  .sm\:gap-y-132 {
    grid-row-gap: 33rem !important;
    row-gap: 33rem !important; }
  .sm\:gap-y-136 {
    grid-row-gap: 34rem !important;
    row-gap: 34rem !important; }
  .sm\:gap-y-140 {
    grid-row-gap: 35rem !important;
    row-gap: 35rem !important; }
  .sm\:gap-y-144 {
    grid-row-gap: 36rem !important;
    row-gap: 36rem !important; }
  .sm\:gap-y-148 {
    grid-row-gap: 37rem !important;
    row-gap: 37rem !important; }
  .sm\:gap-y-152 {
    grid-row-gap: 38rem !important;
    row-gap: 38rem !important; }
  .sm\:gap-y-156 {
    grid-row-gap: 39rem !important;
    row-gap: 39rem !important; }
  .sm\:gap-y-160 {
    grid-row-gap: 40rem !important;
    row-gap: 40rem !important; }
  .sm\:gap-y-164 {
    grid-row-gap: 41rem !important;
    row-gap: 41rem !important; }
  .sm\:gap-y-168 {
    grid-row-gap: 42rem !important;
    row-gap: 42rem !important; }
  .sm\:gap-y-172 {
    grid-row-gap: 43rem !important;
    row-gap: 43rem !important; }
  .sm\:gap-y-176 {
    grid-row-gap: 44rem !important;
    row-gap: 44rem !important; }
  .sm\:gap-y-180 {
    grid-row-gap: 45rem !important;
    row-gap: 45rem !important; }
  .sm\:gap-y-184 {
    grid-row-gap: 46rem !important;
    row-gap: 46rem !important; }
  .sm\:gap-y-188 {
    grid-row-gap: 47rem !important;
    row-gap: 47rem !important; }
  .sm\:gap-y-192 {
    grid-row-gap: 48rem !important;
    row-gap: 48rem !important; }
  .sm\:gap-y-196 {
    grid-row-gap: 49rem !important;
    row-gap: 49rem !important; }
  .sm\:gap-y-200 {
    grid-row-gap: 50rem !important;
    row-gap: 50rem !important; }
  .sm\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important; }
  .sm\:gap-y-2px {
    grid-row-gap: 2px !important;
    row-gap: 2px !important; }
  .sm\:gap-y-1\/2 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .sm\:gap-y-2\/2 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .sm\:gap-y-1\/3 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .sm\:gap-y-2\/3 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .sm\:gap-y-3\/3 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .sm\:gap-y-1\/4 {
    grid-row-gap: 25% !important;
    row-gap: 25% !important; }
  .sm\:gap-y-2\/4 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .sm\:gap-y-3\/4 {
    grid-row-gap: 75% !important;
    row-gap: 75% !important; }
  .sm\:gap-y-4\/4 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .sm\:gap-y-1\/5 {
    grid-row-gap: 20% !important;
    row-gap: 20% !important; }
  .sm\:gap-y-2\/5 {
    grid-row-gap: 40% !important;
    row-gap: 40% !important; }
  .sm\:gap-y-3\/5 {
    grid-row-gap: 60% !important;
    row-gap: 60% !important; }
  .sm\:gap-y-4\/5 {
    grid-row-gap: 80% !important;
    row-gap: 80% !important; }
  .sm\:gap-y-5\/5 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .sm\:gap-y-1\/6 {
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important; }
  .sm\:gap-y-2\/6 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .sm\:gap-y-3\/6 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .sm\:gap-y-4\/6 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .sm\:gap-y-5\/6 {
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important; }
  .sm\:gap-y-6\/6 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .sm\:gap-y-1\/10 {
    grid-row-gap: 10% !important;
    row-gap: 10% !important; }
  .sm\:gap-y-2\/10 {
    grid-row-gap: 20% !important;
    row-gap: 20% !important; }
  .sm\:gap-y-3\/10 {
    grid-row-gap: 30% !important;
    row-gap: 30% !important; }
  .sm\:gap-y-4\/10 {
    grid-row-gap: 40% !important;
    row-gap: 40% !important; }
  .sm\:gap-y-5\/10 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .sm\:gap-y-6\/10 {
    grid-row-gap: 60% !important;
    row-gap: 60% !important; }
  .sm\:gap-y-7\/10 {
    grid-row-gap: 70% !important;
    row-gap: 70% !important; }
  .sm\:gap-y-8\/10 {
    grid-row-gap: 80% !important;
    row-gap: 80% !important; }
  .sm\:gap-y-9\/10 {
    grid-row-gap: 90% !important;
    row-gap: 90% !important; }
  .sm\:gap-y-10\/10 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .sm\:gap-y-1\/12 {
    grid-row-gap: 8.333333% !important;
    row-gap: 8.333333% !important; }
  .sm\:gap-y-2\/12 {
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important; }
  .sm\:gap-y-3\/12 {
    grid-row-gap: 25% !important;
    row-gap: 25% !important; }
  .sm\:gap-y-4\/12 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .sm\:gap-y-5\/12 {
    grid-row-gap: 41.666667% !important;
    row-gap: 41.666667% !important; }
  .sm\:gap-y-6\/12 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .sm\:gap-y-7\/12 {
    grid-row-gap: 58.333333% !important;
    row-gap: 58.333333% !important; }
  .sm\:gap-y-8\/12 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .sm\:gap-y-9\/12 {
    grid-row-gap: 75% !important;
    row-gap: 75% !important; }
  .sm\:gap-y-10\/12 {
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important; }
  .sm\:gap-y-11\/12 {
    grid-row-gap: 91.666667% !important;
    row-gap: 91.666667% !important; }
  .sm\:gap-y-12\/12 {
    grid-row-gap: 100% !important;
    row-gap: 100% !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\:auto-cols-auto {
    grid-auto-columns: auto !important; }
  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important; }
  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important; }
  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !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-span-full {
    grid-column: 1 / -1 !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\:auto-rows-auto {
    grid-auto-rows: auto !important; }
  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important; }
  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important; }
  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !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-span-full {
    grid-row: 1 / -1 !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;
    -ms-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;
    -ms-transform: none !important;
    transform: none !important; }
  .sm\:origin-center {
    -webkit-transform-origin: center !important;
    -ms-transform-origin: center !important;
    transform-origin: center !important; }
  .sm\:origin-top {
    -webkit-transform-origin: top !important;
    -ms-transform-origin: top !important;
    transform-origin: top !important; }
  .sm\:origin-top-right {
    -webkit-transform-origin: top right !important;
    -ms-transform-origin: top right !important;
    transform-origin: top right !important; }
  .sm\:origin-right {
    -webkit-transform-origin: right !important;
    -ms-transform-origin: right !important;
    transform-origin: right !important; }
  .sm\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
    -ms-transform-origin: bottom right !important;
    transform-origin: bottom right !important; }
  .sm\:origin-bottom {
    -webkit-transform-origin: bottom !important;
    -ms-transform-origin: bottom !important;
    transform-origin: bottom !important; }
  .sm\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
    -ms-transform-origin: bottom left !important;
    transform-origin: bottom left !important; }
  .sm\:origin-left {
    -webkit-transform-origin: left !important;
    -ms-transform-origin: left !important;
    transform-origin: left !important; }
  .sm\:origin-top-left {
    -webkit-transform-origin: top left !important;
    -ms-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; }
  .group:hover .sm\:group-hover\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important; }
  .group:hover .sm\:group-hover\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important; }
  .group:hover .sm\:group-hover\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important; }
  .group:hover .sm\:group-hover\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important; }
  .group:hover .sm\:group-hover\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important; }
  .group:hover .sm\:group-hover\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important; }
  .group:hover .sm\:group-hover\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important; }
  .group:hover .sm\:group-hover\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important; }
  .group:hover .sm\:group-hover\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important; }
  .group:hover .sm\:group-hover\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important; }
  .group:hover .sm\:group-hover\:scale-x-0 {
    --transform-scale-x: 0 !important; }
  .group:hover .sm\:group-hover\:scale-x-50 {
    --transform-scale-x: .5 !important; }
  .group:hover .sm\:group-hover\:scale-x-75 {
    --transform-scale-x: .75 !important; }
  .group:hover .sm\:group-hover\:scale-x-90 {
    --transform-scale-x: .9 !important; }
  .group:hover .sm\:group-hover\:scale-x-95 {
    --transform-scale-x: .95 !important; }
  .group:hover .sm\:group-hover\:scale-x-100 {
    --transform-scale-x: 1 !important; }
  .group:hover .sm\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05 !important; }
  .group:hover .sm\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1 !important; }
  .group:hover .sm\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25 !important; }
  .group:hover .sm\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5 !important; }
  .group:hover .sm\:group-hover\:scale-y-0 {
    --transform-scale-y: 0 !important; }
  .group:hover .sm\:group-hover\:scale-y-50 {
    --transform-scale-y: .5 !important; }
  .group:hover .sm\:group-hover\:scale-y-75 {
    --transform-scale-y: .75 !important; }
  .group:hover .sm\:group-hover\:scale-y-90 {
    --transform-scale-y: .9 !important; }
  .group:hover .sm\:group-hover\:scale-y-95 {
    --transform-scale-y: .95 !important; }
  .group:hover .sm\:group-hover\:scale-y-100 {
    --transform-scale-y: 1 !important; }
  .group:hover .sm\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05 !important; }
  .group:hover .sm\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1 !important; }
  .group:hover .sm\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25 !important; }
  .group:hover .sm\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5 !important; }
  .sm\:rotate-0 {
    --transform-rotate: 0 !important; }
  .sm\:rotate-1 {
    --transform-rotate: 1deg !important; }
  .sm\:rotate-2 {
    --transform-rotate: 2deg !important; }
  .sm\:rotate-3 {
    --transform-rotate: 3deg !important; }
  .sm\:rotate-6 {
    --transform-rotate: 6deg !important; }
  .sm\:rotate-12 {
    --transform-rotate: 12deg !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\:-rotate-12 {
    --transform-rotate: -12deg !important; }
  .sm\:-rotate-6 {
    --transform-rotate: -6deg !important; }
  .sm\:-rotate-3 {
    --transform-rotate: -3deg !important; }
  .sm\:-rotate-2 {
    --transform-rotate: -2deg !important; }
  .sm\:-rotate-1 {
    --transform-rotate: -1deg !important; }
  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important; }
  .sm\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important; }
  .sm\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important; }
  .sm\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important; }
  .sm\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important; }
  .sm\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !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\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important; }
  .sm\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important; }
  .sm\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important; }
  .sm\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important; }
  .sm\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important; }
  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important; }
  .sm\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important; }
  .sm\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important; }
  .sm\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important; }
  .sm\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important; }
  .sm\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !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\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important; }
  .sm\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important; }
  .sm\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important; }
  .sm\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important; }
  .sm\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important; }
  .sm\:translate-x-0 {
    --transform-translate-x: 0rem !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-7 {
    --transform-translate-x: 1.75rem !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-11 {
    --transform-translate-x: 2.75rem !important; }
  .sm\:translate-x-12 {
    --transform-translate-x: 3rem !important; }
  .sm\:translate-x-13 {
    --transform-translate-x: 3.25rem !important; }
  .sm\:translate-x-14 {
    --transform-translate-x: 3.5rem !important; }
  .sm\:translate-x-15 {
    --transform-translate-x: 3.75rem !important; }
  .sm\:translate-x-16 {
    --transform-translate-x: 4rem !important; }
  .sm\:translate-x-17 {
    --transform-translate-x: 4.25rem !important; }
  .sm\:translate-x-18 {
    --transform-translate-x: 4.5rem !important; }
  .sm\:translate-x-19 {
    --transform-translate-x: 4.75rem !important; }
  .sm\:translate-x-20 {
    --transform-translate-x: 5rem !important; }
  .sm\:translate-x-21 {
    --transform-translate-x: 5.25rem !important; }
  .sm\:translate-x-22 {
    --transform-translate-x: 5.5rem !important; }
  .sm\:translate-x-23 {
    --transform-translate-x: 5.75rem !important; }
  .sm\:translate-x-24 {
    --transform-translate-x: 6rem !important; }
  .sm\:translate-x-25 {
    --transform-translate-x: 6.25rem !important; }
  .sm\:translate-x-26 {
    --transform-translate-x: 6.5rem !important; }
  .sm\:translate-x-27 {
    --transform-translate-x: 6.75rem !important; }
  .sm\:translate-x-28 {
    --transform-translate-x: 7rem !important; }
  .sm\:translate-x-29 {
    --transform-translate-x: 7.25rem !important; }
  .sm\:translate-x-30 {
    --transform-translate-x: 7.5rem !important; }
  .sm\:translate-x-31 {
    --transform-translate-x: 7.75rem !important; }
  .sm\:translate-x-32 {
    --transform-translate-x: 8rem !important; }
  .sm\:translate-x-33 {
    --transform-translate-x: 8.25rem !important; }
  .sm\:translate-x-34 {
    --transform-translate-x: 8.5rem !important; }
  .sm\:translate-x-35 {
    --transform-translate-x: 8.75rem !important; }
  .sm\:translate-x-36 {
    --transform-translate-x: 9rem !important; }
  .sm\:translate-x-37 {
    --transform-translate-x: 9.25rem !important; }
  .sm\:translate-x-38 {
    --transform-translate-x: 9.5rem !important; }
  .sm\:translate-x-39 {
    --transform-translate-x: 9.75rem !important; }
  .sm\:translate-x-40 {
    --transform-translate-x: 10rem !important; }
  .sm\:translate-x-41 {
    --transform-translate-x: 10.25rem !important; }
  .sm\:translate-x-42 {
    --transform-translate-x: 10.5rem !important; }
  .sm\:translate-x-43 {
    --transform-translate-x: 10.75rem !important; }
  .sm\:translate-x-44 {
    --transform-translate-x: 11rem !important; }
  .sm\:translate-x-45 {
    --transform-translate-x: 11.25rem !important; }
  .sm\:translate-x-46 {
    --transform-translate-x: 11.5rem !important; }
  .sm\:translate-x-47 {
    --transform-translate-x: 11.75rem !important; }
  .sm\:translate-x-48 {
    --transform-translate-x: 12rem !important; }
  .sm\:translate-x-49 {
    --transform-translate-x: 12.25rem !important; }
  .sm\:translate-x-50 {
    --transform-translate-x: 12.5rem !important; }
  .sm\:translate-x-51 {
    --transform-translate-x: 12.75rem !important; }
  .sm\:translate-x-52 {
    --transform-translate-x: 13rem !important; }
  .sm\:translate-x-53 {
    --transform-translate-x: 13.25rem !important; }
  .sm\:translate-x-54 {
    --transform-translate-x: 13.5rem !important; }
  .sm\:translate-x-55 {
    --transform-translate-x: 13.75rem !important; }
  .sm\:translate-x-56 {
    --transform-translate-x: 14rem !important; }
  .sm\:translate-x-57 {
    --transform-translate-x: 14.25rem !important; }
  .sm\:translate-x-58 {
    --transform-translate-x: 14.5rem !important; }
  .sm\:translate-x-59 {
    --transform-translate-x: 14.75rem !important; }
  .sm\:translate-x-60 {
    --transform-translate-x: 15rem !important; }
  .sm\:translate-x-61 {
    --transform-translate-x: 15.25rem !important; }
  .sm\:translate-x-62 {
    --transform-translate-x: 15.5rem !important; }
  .sm\:translate-x-63 {
    --transform-translate-x: 15.75rem !important; }
  .sm\:translate-x-64 {
    --transform-translate-x: 16rem !important; }
  .sm\:translate-x-65 {
    --transform-translate-x: 16.25rem !important; }
  .sm\:translate-x-66 {
    --transform-translate-x: 16.5rem !important; }
  .sm\:translate-x-67 {
    --transform-translate-x: 16.75rem !important; }
  .sm\:translate-x-68 {
    --transform-translate-x: 17rem !important; }
  .sm\:translate-x-69 {
    --transform-translate-x: 17.25rem !important; }
  .sm\:translate-x-70 {
    --transform-translate-x: 17.5rem !important; }
  .sm\:translate-x-71 {
    --transform-translate-x: 17.75rem !important; }
  .sm\:translate-x-72 {
    --transform-translate-x: 18rem !important; }
  .sm\:translate-x-73 {
    --transform-translate-x: 18.25rem !important; }
  .sm\:translate-x-74 {
    --transform-translate-x: 18.5rem !important; }
  .sm\:translate-x-75 {
    --transform-translate-x: 18.75rem !important; }
  .sm\:translate-x-76 {
    --transform-translate-x: 19rem !important; }
  .sm\:translate-x-77 {
    --transform-translate-x: 19.25rem !important; }
  .sm\:translate-x-78 {
    --transform-translate-x: 19.5rem !important; }
  .sm\:translate-x-79 {
    --transform-translate-x: 19.75rem !important; }
  .sm\:translate-x-80 {
    --transform-translate-x: 20rem !important; }
  .sm\:translate-x-84 {
    --transform-translate-x: 21rem !important; }
  .sm\:translate-x-88 {
    --transform-translate-x: 22rem !important; }
  .sm\:translate-x-92 {
    --transform-translate-x: 23rem !important; }
  .sm\:translate-x-96 {
    --transform-translate-x: 24rem !important; }
  .sm\:translate-x-100 {
    --transform-translate-x: 25rem !important; }
  .sm\:translate-x-104 {
    --transform-translate-x: 26rem !important; }
  .sm\:translate-x-108 {
    --transform-translate-x: 27rem !important; }
  .sm\:translate-x-112 {
    --transform-translate-x: 28rem !important; }
  .sm\:translate-x-116 {
    --transform-translate-x: 29rem !important; }
  .sm\:translate-x-120 {
    --transform-translate-x: 30rem !important; }
  .sm\:translate-x-124 {
    --transform-translate-x: 31rem !important; }
  .sm\:translate-x-128 {
    --transform-translate-x: 32rem !important; }
  .sm\:translate-x-132 {
    --transform-translate-x: 33rem !important; }
  .sm\:translate-x-136 {
    --transform-translate-x: 34rem !important; }
  .sm\:translate-x-140 {
    --transform-translate-x: 35rem !important; }
  .sm\:translate-x-144 {
    --transform-translate-x: 36rem !important; }
  .sm\:translate-x-148 {
    --transform-translate-x: 37rem !important; }
  .sm\:translate-x-152 {
    --transform-translate-x: 38rem !important; }
  .sm\:translate-x-156 {
    --transform-translate-x: 39rem !important; }
  .sm\:translate-x-160 {
    --transform-translate-x: 40rem !important; }
  .sm\:translate-x-164 {
    --transform-translate-x: 41rem !important; }
  .sm\:translate-x-168 {
    --transform-translate-x: 42rem !important; }
  .sm\:translate-x-172 {
    --transform-translate-x: 43rem !important; }
  .sm\:translate-x-176 {
    --transform-translate-x: 44rem !important; }
  .sm\:translate-x-180 {
    --transform-translate-x: 45rem !important; }
  .sm\:translate-x-184 {
    --transform-translate-x: 46rem !important; }
  .sm\:translate-x-188 {
    --transform-translate-x: 47rem !important; }
  .sm\:translate-x-192 {
    --transform-translate-x: 48rem !important; }
  .sm\:translate-x-196 {
    --transform-translate-x: 49rem !important; }
  .sm\:translate-x-200 {
    --transform-translate-x: 50rem !important; }
  .sm\:translate-x-px {
    --transform-translate-x: 1px !important; }
  .sm\:translate-x-2px {
    --transform-translate-x: 2px !important; }
  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50% !important; }
  .sm\:translate-x-2\/2 {
    --transform-translate-x: 100% !important; }
  .sm\:translate-x-1\/3 {
    --transform-translate-x: 33.333333% !important; }
  .sm\:translate-x-2\/3 {
    --transform-translate-x: 66.666667% !important; }
  .sm\:translate-x-3\/3 {
    --transform-translate-x: 100% !important; }
  .sm\:translate-x-1\/4 {
    --transform-translate-x: 25% !important; }
  .sm\:translate-x-2\/4 {
    --transform-translate-x: 50% !important; }
  .sm\:translate-x-3\/4 {
    --transform-translate-x: 75% !important; }
  .sm\:translate-x-4\/4 {
    --transform-translate-x: 100% !important; }
  .sm\:translate-x-1\/5 {
    --transform-translate-x: 20% !important; }
  .sm\:translate-x-2\/5 {
    --transform-translate-x: 40% !important; }
  .sm\:translate-x-3\/5 {
    --transform-translate-x: 60% !important; }
  .sm\:translate-x-4\/5 {
    --transform-translate-x: 80% !important; }
  .sm\:translate-x-5\/5 {
    --transform-translate-x: 100% !important; }
  .sm\:translate-x-1\/6 {
    --transform-translate-x: 16.666667% !important; }
  .sm\:translate-x-2\/6 {
    --transform-translate-x: 33.333333% !important; }
  .sm\:translate-x-3\/6 {
    --transform-translate-x: 50% !important; }
  .sm\:translate-x-4\/6 {
    --transform-translate-x: 66.666667% !important; }
  .sm\:translate-x-5\/6 {
    --transform-translate-x: 83.333333% !important; }
  .sm\:translate-x-6\/6 {
    --transform-translate-x: 100% !important; }
  .sm\:translate-x-1\/10 {
    --transform-translate-x: 10% !important; }
  .sm\:translate-x-2\/10 {
    --transform-translate-x: 20% !important; }
  .sm\:translate-x-3\/10 {
    --transform-translate-x: 30% !important; }
  .sm\:translate-x-4\/10 {
    --transform-translate-x: 40% !important; }
  .sm\:translate-x-5\/10 {
    --transform-translate-x: 50% !important; }
  .sm\:translate-x-6\/10 {
    --transform-translate-x: 60% !important; }
  .sm\:translate-x-7\/10 {
    --transform-translate-x: 70% !important; }
  .sm\:translate-x-8\/10 {
    --transform-translate-x: 80% !important; }
  .sm\:translate-x-9\/10 {
    --transform-translate-x: 90% !important; }
  .sm\:translate-x-10\/10 {
    --transform-translate-x: 100% !important; }
  .sm\:translate-x-1\/12 {
    --transform-translate-x: 8.333333% !important; }
  .sm\:translate-x-2\/12 {
    --transform-translate-x: 16.666667% !important; }
  .sm\:translate-x-3\/12 {
    --transform-translate-x: 25% !important; }
  .sm\:translate-x-4\/12 {
    --transform-translate-x: 33.333333% !important; }
  .sm\:translate-x-5\/12 {
    --transform-translate-x: 41.666667% !important; }
  .sm\:translate-x-6\/12 {
    --transform-translate-x: 50% !important; }
  .sm\:translate-x-7\/12 {
    --transform-translate-x: 58.333333% !important; }
  .sm\:translate-x-8\/12 {
    --transform-translate-x: 66.666667% !important; }
  .sm\:translate-x-9\/12 {
    --transform-translate-x: 75% !important; }
  .sm\:translate-x-10\/12 {
    --transform-translate-x: 83.333333% !important; }
  .sm\:translate-x-11\/12 {
    --transform-translate-x: 91.666667% !important; }
  .sm\:translate-x-12\/12 {
    --transform-translate-x: 100% !important; }
  .sm\:-translate-x-0 {
    --transform-translate-x: 0rem !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-7 {
    --transform-translate-x: -1.75rem !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-11 {
    --transform-translate-x: -2.75rem !important; }
  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem !important; }
  .sm\:-translate-x-13 {
    --transform-translate-x: -3.25rem !important; }
  .sm\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important; }
  .sm\:-translate-x-15 {
    --transform-translate-x: -3.75rem !important; }
  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem !important; }
  .sm\:-translate-x-17 {
    --transform-translate-x: -4.25rem !important; }
  .sm\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important; }
  .sm\:-translate-x-19 {
    --transform-translate-x: -4.75rem !important; }
  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem !important; }
  .sm\:-translate-x-21 {
    --transform-translate-x: -5.25rem !important; }
  .sm\:-translate-x-22 {
    --transform-translate-x: -5.5rem !important; }
  .sm\:-translate-x-23 {
    --transform-translate-x: -5.75rem !important; }
  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem !important; }
  .sm\:-translate-x-25 {
    --transform-translate-x: -6.25rem !important; }
  .sm\:-translate-x-26 {
    --transform-translate-x: -6.5rem !important; }
  .sm\:-translate-x-27 {
    --transform-translate-x: -6.75rem !important; }
  .sm\:-translate-x-28 {
    --transform-translate-x: -7rem !important; }
  .sm\:-translate-x-29 {
    --transform-translate-x: -7.25rem !important; }
  .sm\:-translate-x-30 {
    --transform-translate-x: -7.5rem !important; }
  .sm\:-translate-x-31 {
    --transform-translate-x: -7.75rem !important; }
  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem !important; }
  .sm\:-translate-x-33 {
    --transform-translate-x: -8.25rem !important; }
  .sm\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important; }
  .sm\:-translate-x-35 {
    --transform-translate-x: -8.75rem !important; }
  .sm\:-translate-x-36 {
    --transform-translate-x: -9rem !important; }
  .sm\:-translate-x-37 {
    --transform-translate-x: -9.25rem !important; }
  .sm\:-translate-x-38 {
    --transform-translate-x: -9.5rem !important; }
  .sm\:-translate-x-39 {
    --transform-translate-x: -9.75rem !important; }
  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem !important; }
  .sm\:-translate-x-41 {
    --transform-translate-x: -10.25rem !important; }
  .sm\:-translate-x-42 {
    --transform-translate-x: -10.5rem !important; }
  .sm\:-translate-x-43 {
    --transform-translate-x: -10.75rem !important; }
  .sm\:-translate-x-44 {
    --transform-translate-x: -11rem !important; }
  .sm\:-translate-x-45 {
    --transform-translate-x: -11.25rem !important; }
  .sm\:-translate-x-46 {
    --transform-translate-x: -11.5rem !important; }
  .sm\:-translate-x-47 {
    --transform-translate-x: -11.75rem !important; }
  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem !important; }
  .sm\:-translate-x-49 {
    --transform-translate-x: -12.25rem !important; }
  .sm\:-translate-x-50 {
    --transform-translate-x: -12.5rem !important; }
  .sm\:-translate-x-51 {
    --transform-translate-x: -12.75rem !important; }
  .sm\:-translate-x-52 {
    --transform-translate-x: -13rem !important; }
  .sm\:-translate-x-53 {
    --transform-translate-x: -13.25rem !important; }
  .sm\:-translate-x-54 {
    --transform-translate-x: -13.5rem !important; }
  .sm\:-translate-x-55 {
    --transform-translate-x: -13.75rem !important; }
  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem !important; }
  .sm\:-translate-x-57 {
    --transform-translate-x: -14.25rem !important; }
  .sm\:-translate-x-58 {
    --transform-translate-x: -14.5rem !important; }
  .sm\:-translate-x-59 {
    --transform-translate-x: -14.75rem !important; }
  .sm\:-translate-x-60 {
    --transform-translate-x: -15rem !important; }
  .sm\:-translate-x-61 {
    --transform-translate-x: -15.25rem !important; }
  .sm\:-translate-x-62 {
    --transform-translate-x: -15.5rem !important; }
  .sm\:-translate-x-63 {
    --transform-translate-x: -15.75rem !important; }
  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem !important; }
  .sm\:-translate-x-65 {
    --transform-translate-x: -16.25rem !important; }
  .sm\:-translate-x-66 {
    --transform-translate-x: -16.5rem !important; }
  .sm\:-translate-x-67 {
    --transform-translate-x: -16.75rem !important; }
  .sm\:-translate-x-68 {
    --transform-translate-x: -17rem !important; }
  .sm\:-translate-x-69 {
    --transform-translate-x: -17.25rem !important; }
  .sm\:-translate-x-70 {
    --transform-translate-x: -17.5rem !important; }
  .sm\:-translate-x-71 {
    --transform-translate-x: -17.75rem !important; }
  .sm\:-translate-x-72 {
    --transform-translate-x: -18rem !important; }
  .sm\:-translate-x-73 {
    --transform-translate-x: -18.25rem !important; }
  .sm\:-translate-x-74 {
    --transform-translate-x: -18.5rem !important; }
  .sm\:-translate-x-75 {
    --transform-translate-x: -18.75rem !important; }
  .sm\:-translate-x-76 {
    --transform-translate-x: -19rem !important; }
  .sm\:-translate-x-77 {
    --transform-translate-x: -19.25rem !important; }
  .sm\:-translate-x-78 {
    --transform-translate-x: -19.5rem !important; }
  .sm\:-translate-x-79 {
    --transform-translate-x: -19.75rem !important; }
  .sm\:-translate-x-80 {
    --transform-translate-x: -20rem !important; }
  .sm\:-translate-x-84 {
    --transform-translate-x: -21rem !important; }
  .sm\:-translate-x-88 {
    --transform-translate-x: -22rem !important; }
  .sm\:-translate-x-92 {
    --transform-translate-x: -23rem !important; }
  .sm\:-translate-x-96 {
    --transform-translate-x: -24rem !important; }
  .sm\:-translate-x-100 {
    --transform-translate-x: -25rem !important; }
  .sm\:-translate-x-104 {
    --transform-translate-x: -26rem !important; }
  .sm\:-translate-x-108 {
    --transform-translate-x: -27rem !important; }
  .sm\:-translate-x-112 {
    --transform-translate-x: -28rem !important; }
  .sm\:-translate-x-116 {
    --transform-translate-x: -29rem !important; }
  .sm\:-translate-x-120 {
    --transform-translate-x: -30rem !important; }
  .sm\:-translate-x-124 {
    --transform-translate-x: -31rem !important; }
  .sm\:-translate-x-128 {
    --transform-translate-x: -32rem !important; }
  .sm\:-translate-x-132 {
    --transform-translate-x: -33rem !important; }
  .sm\:-translate-x-136 {
    --transform-translate-x: -34rem !important; }
  .sm\:-translate-x-140 {
    --transform-translate-x: -35rem !important; }
  .sm\:-translate-x-144 {
    --transform-translate-x: -36rem !important; }
  .sm\:-translate-x-148 {
    --transform-translate-x: -37rem !important; }
  .sm\:-translate-x-152 {
    --transform-translate-x: -38rem !important; }
  .sm\:-translate-x-156 {
    --transform-translate-x: -39rem !important; }
  .sm\:-translate-x-160 {
    --transform-translate-x: -40rem !important; }
  .sm\:-translate-x-164 {
    --transform-translate-x: -41rem !important; }
  .sm\:-translate-x-168 {
    --transform-translate-x: -42rem !important; }
  .sm\:-translate-x-172 {
    --transform-translate-x: -43rem !important; }
  .sm\:-translate-x-176 {
    --transform-translate-x: -44rem !important; }
  .sm\:-translate-x-180 {
    --transform-translate-x: -45rem !important; }
  .sm\:-translate-x-184 {
    --transform-translate-x: -46rem !important; }
  .sm\:-translate-x-188 {
    --transform-translate-x: -47rem !important; }
  .sm\:-translate-x-192 {
    --transform-translate-x: -48rem !important; }
  .sm\:-translate-x-196 {
    --transform-translate-x: -49rem !important; }
  .sm\:-translate-x-200 {
    --transform-translate-x: -50rem !important; }
  .sm\:-translate-x-px {
    --transform-translate-x: -1px !important; }
  .sm\:-translate-x-2px {
    --transform-translate-x: -2px !important; }
  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important; }
  .sm\:-translate-x-2\/2 {
    --transform-translate-x: -100% !important; }
  .sm\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333% !important; }
  .sm\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667% !important; }
  .sm\:-translate-x-3\/3 {
    --transform-translate-x: -100% !important; }
  .sm\:-translate-x-1\/4 {
    --transform-translate-x: -25% !important; }
  .sm\:-translate-x-2\/4 {
    --transform-translate-x: -50% !important; }
  .sm\:-translate-x-3\/4 {
    --transform-translate-x: -75% !important; }
  .sm\:-translate-x-4\/4 {
    --transform-translate-x: -100% !important; }
  .sm\:-translate-x-1\/5 {
    --transform-translate-x: -20% !important; }
  .sm\:-translate-x-2\/5 {
    --transform-translate-x: -40% !important; }
  .sm\:-translate-x-3\/5 {
    --transform-translate-x: -60% !important; }
  .sm\:-translate-x-4\/5 {
    --transform-translate-x: -80% !important; }
  .sm\:-translate-x-5\/5 {
    --transform-translate-x: -100% !important; }
  .sm\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667% !important; }
  .sm\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333% !important; }
  .sm\:-translate-x-3\/6 {
    --transform-translate-x: -50% !important; }
  .sm\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667% !important; }
  .sm\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333% !important; }
  .sm\:-translate-x-6\/6 {
    --transform-translate-x: -100% !important; }
  .sm\:-translate-x-1\/10 {
    --transform-translate-x: -10% !important; }
  .sm\:-translate-x-2\/10 {
    --transform-translate-x: -20% !important; }
  .sm\:-translate-x-3\/10 {
    --transform-translate-x: -30% !important; }
  .sm\:-translate-x-4\/10 {
    --transform-translate-x: -40% !important; }
  .sm\:-translate-x-5\/10 {
    --transform-translate-x: -50% !important; }
  .sm\:-translate-x-6\/10 {
    --transform-translate-x: -60% !important; }
  .sm\:-translate-x-7\/10 {
    --transform-translate-x: -70% !important; }
  .sm\:-translate-x-8\/10 {
    --transform-translate-x: -80% !important; }
  .sm\:-translate-x-9\/10 {
    --transform-translate-x: -90% !important; }
  .sm\:-translate-x-10\/10 {
    --transform-translate-x: -100% !important; }
  .sm\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333% !important; }
  .sm\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667% !important; }
  .sm\:-translate-x-3\/12 {
    --transform-translate-x: -25% !important; }
  .sm\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333% !important; }
  .sm\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667% !important; }
  .sm\:-translate-x-6\/12 {
    --transform-translate-x: -50% !important; }
  .sm\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333% !important; }
  .sm\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667% !important; }
  .sm\:-translate-x-9\/12 {
    --transform-translate-x: -75% !important; }
  .sm\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333% !important; }
  .sm\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667% !important; }
  .sm\:-translate-x-12\/12 {
    --transform-translate-x: -100% !important; }
  .sm\:-translate-x-full {
    --transform-translate-x: -100% !important; }
  .sm\:translate-x-full {
    --transform-translate-x: 100% !important; }
  .sm\:translate-y-0 {
    --transform-translate-y: 0rem !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-7 {
    --transform-translate-y: 1.75rem !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-11 {
    --transform-translate-y: 2.75rem !important; }
  .sm\:translate-y-12 {
    --transform-translate-y: 3rem !important; }
  .sm\:translate-y-13 {
    --transform-translate-y: 3.25rem !important; }
  .sm\:translate-y-14 {
    --transform-translate-y: 3.5rem !important; }
  .sm\:translate-y-15 {
    --transform-translate-y: 3.75rem !important; }
  .sm\:translate-y-16 {
    --transform-translate-y: 4rem !important; }
  .sm\:translate-y-17 {
    --transform-translate-y: 4.25rem !important; }
  .sm\:translate-y-18 {
    --transform-translate-y: 4.5rem !important; }
  .sm\:translate-y-19 {
    --transform-translate-y: 4.75rem !important; }
  .sm\:translate-y-20 {
    --transform-translate-y: 5rem !important; }
  .sm\:translate-y-21 {
    --transform-translate-y: 5.25rem !important; }
  .sm\:translate-y-22 {
    --transform-translate-y: 5.5rem !important; }
  .sm\:translate-y-23 {
    --transform-translate-y: 5.75rem !important; }
  .sm\:translate-y-24 {
    --transform-translate-y: 6rem !important; }
  .sm\:translate-y-25 {
    --transform-translate-y: 6.25rem !important; }
  .sm\:translate-y-26 {
    --transform-translate-y: 6.5rem !important; }
  .sm\:translate-y-27 {
    --transform-translate-y: 6.75rem !important; }
  .sm\:translate-y-28 {
    --transform-translate-y: 7rem !important; }
  .sm\:translate-y-29 {
    --transform-translate-y: 7.25rem !important; }
  .sm\:translate-y-30 {
    --transform-translate-y: 7.5rem !important; }
  .sm\:translate-y-31 {
    --transform-translate-y: 7.75rem !important; }
  .sm\:translate-y-32 {
    --transform-translate-y: 8rem !important; }
  .sm\:translate-y-33 {
    --transform-translate-y: 8.25rem !important; }
  .sm\:translate-y-34 {
    --transform-translate-y: 8.5rem !important; }
  .sm\:translate-y-35 {
    --transform-translate-y: 8.75rem !important; }
  .sm\:translate-y-36 {
    --transform-translate-y: 9rem !important; }
  .sm\:translate-y-37 {
    --transform-translate-y: 9.25rem !important; }
  .sm\:translate-y-38 {
    --transform-translate-y: 9.5rem !important; }
  .sm\:translate-y-39 {
    --transform-translate-y: 9.75rem !important; }
  .sm\:translate-y-40 {
    --transform-translate-y: 10rem !important; }
  .sm\:translate-y-41 {
    --transform-translate-y: 10.25rem !important; }
  .sm\:translate-y-42 {
    --transform-translate-y: 10.5rem !important; }
  .sm\:translate-y-43 {
    --transform-translate-y: 10.75rem !important; }
  .sm\:translate-y-44 {
    --transform-translate-y: 11rem !important; }
  .sm\:translate-y-45 {
    --transform-translate-y: 11.25rem !important; }
  .sm\:translate-y-46 {
    --transform-translate-y: 11.5rem !important; }
  .sm\:translate-y-47 {
    --transform-translate-y: 11.75rem !important; }
  .sm\:translate-y-48 {
    --transform-translate-y: 12rem !important; }
  .sm\:translate-y-49 {
    --transform-translate-y: 12.25rem !important; }
  .sm\:translate-y-50 {
    --transform-translate-y: 12.5rem !important; }
  .sm\:translate-y-51 {
    --transform-translate-y: 12.75rem !important; }
  .sm\:translate-y-52 {
    --transform-translate-y: 13rem !important; }
  .sm\:translate-y-53 {
    --transform-translate-y: 13.25rem !important; }
  .sm\:translate-y-54 {
    --transform-translate-y: 13.5rem !important; }
  .sm\:translate-y-55 {
    --transform-translate-y: 13.75rem !important; }
  .sm\:translate-y-56 {
    --transform-translate-y: 14rem !important; }
  .sm\:translate-y-57 {
    --transform-translate-y: 14.25rem !important; }
  .sm\:translate-y-58 {
    --transform-translate-y: 14.5rem !important; }
  .sm\:translate-y-59 {
    --transform-translate-y: 14.75rem !important; }
  .sm\:translate-y-60 {
    --transform-translate-y: 15rem !important; }
  .sm\:translate-y-61 {
    --transform-translate-y: 15.25rem !important; }
  .sm\:translate-y-62 {
    --transform-translate-y: 15.5rem !important; }
  .sm\:translate-y-63 {
    --transform-translate-y: 15.75rem !important; }
  .sm\:translate-y-64 {
    --transform-translate-y: 16rem !important; }
  .sm\:translate-y-65 {
    --transform-translate-y: 16.25rem !important; }
  .sm\:translate-y-66 {
    --transform-translate-y: 16.5rem !important; }
  .sm\:translate-y-67 {
    --transform-translate-y: 16.75rem !important; }
  .sm\:translate-y-68 {
    --transform-translate-y: 17rem !important; }
  .sm\:translate-y-69 {
    --transform-translate-y: 17.25rem !important; }
  .sm\:translate-y-70 {
    --transform-translate-y: 17.5rem !important; }
  .sm\:translate-y-71 {
    --transform-translate-y: 17.75rem !important; }
  .sm\:translate-y-72 {
    --transform-translate-y: 18rem !important; }
  .sm\:translate-y-73 {
    --transform-translate-y: 18.25rem !important; }
  .sm\:translate-y-74 {
    --transform-translate-y: 18.5rem !important; }
  .sm\:translate-y-75 {
    --transform-translate-y: 18.75rem !important; }
  .sm\:translate-y-76 {
    --transform-translate-y: 19rem !important; }
  .sm\:translate-y-77 {
    --transform-translate-y: 19.25rem !important; }
  .sm\:translate-y-78 {
    --transform-translate-y: 19.5rem !important; }
  .sm\:translate-y-79 {
    --transform-translate-y: 19.75rem !important; }
  .sm\:translate-y-80 {
    --transform-translate-y: 20rem !important; }
  .sm\:translate-y-84 {
    --transform-translate-y: 21rem !important; }
  .sm\:translate-y-88 {
    --transform-translate-y: 22rem !important; }
  .sm\:translate-y-92 {
    --transform-translate-y: 23rem !important; }
  .sm\:translate-y-96 {
    --transform-translate-y: 24rem !important; }
  .sm\:translate-y-100 {
    --transform-translate-y: 25rem !important; }
  .sm\:translate-y-104 {
    --transform-translate-y: 26rem !important; }
  .sm\:translate-y-108 {
    --transform-translate-y: 27rem !important; }
  .sm\:translate-y-112 {
    --transform-translate-y: 28rem !important; }
  .sm\:translate-y-116 {
    --transform-translate-y: 29rem !important; }
  .sm\:translate-y-120 {
    --transform-translate-y: 30rem !important; }
  .sm\:translate-y-124 {
    --transform-translate-y: 31rem !important; }
  .sm\:translate-y-128 {
    --transform-translate-y: 32rem !important; }
  .sm\:translate-y-132 {
    --transform-translate-y: 33rem !important; }
  .sm\:translate-y-136 {
    --transform-translate-y: 34rem !important; }
  .sm\:translate-y-140 {
    --transform-translate-y: 35rem !important; }
  .sm\:translate-y-144 {
    --transform-translate-y: 36rem !important; }
  .sm\:translate-y-148 {
    --transform-translate-y: 37rem !important; }
  .sm\:translate-y-152 {
    --transform-translate-y: 38rem !important; }
  .sm\:translate-y-156 {
    --transform-translate-y: 39rem !important; }
  .sm\:translate-y-160 {
    --transform-translate-y: 40rem !important; }
  .sm\:translate-y-164 {
    --transform-translate-y: 41rem !important; }
  .sm\:translate-y-168 {
    --transform-translate-y: 42rem !important; }
  .sm\:translate-y-172 {
    --transform-translate-y: 43rem !important; }
  .sm\:translate-y-176 {
    --transform-translate-y: 44rem !important; }
  .sm\:translate-y-180 {
    --transform-translate-y: 45rem !important; }
  .sm\:translate-y-184 {
    --transform-translate-y: 46rem !important; }
  .sm\:translate-y-188 {
    --transform-translate-y: 47rem !important; }
  .sm\:translate-y-192 {
    --transform-translate-y: 48rem !important; }
  .sm\:translate-y-196 {
    --transform-translate-y: 49rem !important; }
  .sm\:translate-y-200 {
    --transform-translate-y: 50rem !important; }
  .sm\:translate-y-px {
    --transform-translate-y: 1px !important; }
  .sm\:translate-y-2px {
    --transform-translate-y: 2px !important; }
  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50% !important; }
  .sm\:translate-y-2\/2 {
    --transform-translate-y: 100% !important; }
  .sm\:translate-y-1\/3 {
    --transform-translate-y: 33.333333% !important; }
  .sm\:translate-y-2\/3 {
    --transform-translate-y: 66.666667% !important; }
  .sm\:translate-y-3\/3 {
    --transform-translate-y: 100% !important; }
  .sm\:translate-y-1\/4 {
    --transform-translate-y: 25% !important; }
  .sm\:translate-y-2\/4 {
    --transform-translate-y: 50% !important; }
  .sm\:translate-y-3\/4 {
    --transform-translate-y: 75% !important; }
  .sm\:translate-y-4\/4 {
    --transform-translate-y: 100% !important; }
  .sm\:translate-y-1\/5 {
    --transform-translate-y: 20% !important; }
  .sm\:translate-y-2\/5 {
    --transform-translate-y: 40% !important; }
  .sm\:translate-y-3\/5 {
    --transform-translate-y: 60% !important; }
  .sm\:translate-y-4\/5 {
    --transform-translate-y: 80% !important; }
  .sm\:translate-y-5\/5 {
    --transform-translate-y: 100% !important; }
  .sm\:translate-y-1\/6 {
    --transform-translate-y: 16.666667% !important; }
  .sm\:translate-y-2\/6 {
    --transform-translate-y: 33.333333% !important; }
  .sm\:translate-y-3\/6 {
    --transform-translate-y: 50% !important; }
  .sm\:translate-y-4\/6 {
    --transform-translate-y: 66.666667% !important; }
  .sm\:translate-y-5\/6 {
    --transform-translate-y: 83.333333% !important; }
  .sm\:translate-y-6\/6 {
    --transform-translate-y: 100% !important; }
  .sm\:translate-y-1\/10 {
    --transform-translate-y: 10% !important; }
  .sm\:translate-y-2\/10 {
    --transform-translate-y: 20% !important; }
  .sm\:translate-y-3\/10 {
    --transform-translate-y: 30% !important; }
  .sm\:translate-y-4\/10 {
    --transform-translate-y: 40% !important; }
  .sm\:translate-y-5\/10 {
    --transform-translate-y: 50% !important; }
  .sm\:translate-y-6\/10 {
    --transform-translate-y: 60% !important; }
  .sm\:translate-y-7\/10 {
    --transform-translate-y: 70% !important; }
  .sm\:translate-y-8\/10 {
    --transform-translate-y: 80% !important; }
  .sm\:translate-y-9\/10 {
    --transform-translate-y: 90% !important; }
  .sm\:translate-y-10\/10 {
    --transform-translate-y: 100% !important; }
  .sm\:translate-y-1\/12 {
    --transform-translate-y: 8.333333% !important; }
  .sm\:translate-y-2\/12 {
    --transform-translate-y: 16.666667% !important; }
  .sm\:translate-y-3\/12 {
    --transform-translate-y: 25% !important; }
  .sm\:translate-y-4\/12 {
    --transform-translate-y: 33.333333% !important; }
  .sm\:translate-y-5\/12 {
    --transform-translate-y: 41.666667% !important; }
  .sm\:translate-y-6\/12 {
    --transform-translate-y: 50% !important; }
  .sm\:translate-y-7\/12 {
    --transform-translate-y: 58.333333% !important; }
  .sm\:translate-y-8\/12 {
    --transform-translate-y: 66.666667% !important; }
  .sm\:translate-y-9\/12 {
    --transform-translate-y: 75% !important; }
  .sm\:translate-y-10\/12 {
    --transform-translate-y: 83.333333% !important; }
  .sm\:translate-y-11\/12 {
    --transform-translate-y: 91.666667% !important; }
  .sm\:translate-y-12\/12 {
    --transform-translate-y: 100% !important; }
  .sm\:-translate-y-0 {
    --transform-translate-y: 0rem !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-7 {
    --transform-translate-y: -1.75rem !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-11 {
    --transform-translate-y: -2.75rem !important; }
  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem !important; }
  .sm\:-translate-y-13 {
    --transform-translate-y: -3.25rem !important; }
  .sm\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important; }
  .sm\:-translate-y-15 {
    --transform-translate-y: -3.75rem !important; }
  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem !important; }
  .sm\:-translate-y-17 {
    --transform-translate-y: -4.25rem !important; }
  .sm\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important; }
  .sm\:-translate-y-19 {
    --transform-translate-y: -4.75rem !important; }
  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem !important; }
  .sm\:-translate-y-21 {
    --transform-translate-y: -5.25rem !important; }
  .sm\:-translate-y-22 {
    --transform-translate-y: -5.5rem !important; }
  .sm\:-translate-y-23 {
    --transform-translate-y: -5.75rem !important; }
  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem !important; }
  .sm\:-translate-y-25 {
    --transform-translate-y: -6.25rem !important; }
  .sm\:-translate-y-26 {
    --transform-translate-y: -6.5rem !important; }
  .sm\:-translate-y-27 {
    --transform-translate-y: -6.75rem !important; }
  .sm\:-translate-y-28 {
    --transform-translate-y: -7rem !important; }
  .sm\:-translate-y-29 {
    --transform-translate-y: -7.25rem !important; }
  .sm\:-translate-y-30 {
    --transform-translate-y: -7.5rem !important; }
  .sm\:-translate-y-31 {
    --transform-translate-y: -7.75rem !important; }
  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem !important; }
  .sm\:-translate-y-33 {
    --transform-translate-y: -8.25rem !important; }
  .sm\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important; }
  .sm\:-translate-y-35 {
    --transform-translate-y: -8.75rem !important; }
  .sm\:-translate-y-36 {
    --transform-translate-y: -9rem !important; }
  .sm\:-translate-y-37 {
    --transform-translate-y: -9.25rem !important; }
  .sm\:-translate-y-38 {
    --transform-translate-y: -9.5rem !important; }
  .sm\:-translate-y-39 {
    --transform-translate-y: -9.75rem !important; }
  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem !important; }
  .sm\:-translate-y-41 {
    --transform-translate-y: -10.25rem !important; }
  .sm\:-translate-y-42 {
    --transform-translate-y: -10.5rem !important; }
  .sm\:-translate-y-43 {
    --transform-translate-y: -10.75rem !important; }
  .sm\:-translate-y-44 {
    --transform-translate-y: -11rem !important; }
  .sm\:-translate-y-45 {
    --transform-translate-y: -11.25rem !important; }
  .sm\:-translate-y-46 {
    --transform-translate-y: -11.5rem !important; }
  .sm\:-translate-y-47 {
    --transform-translate-y: -11.75rem !important; }
  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem !important; }
  .sm\:-translate-y-49 {
    --transform-translate-y: -12.25rem !important; }
  .sm\:-translate-y-50 {
    --transform-translate-y: -12.5rem !important; }
  .sm\:-translate-y-51 {
    --transform-translate-y: -12.75rem !important; }
  .sm\:-translate-y-52 {
    --transform-translate-y: -13rem !important; }
  .sm\:-translate-y-53 {
    --transform-translate-y: -13.25rem !important; }
  .sm\:-translate-y-54 {
    --transform-translate-y: -13.5rem !important; }
  .sm\:-translate-y-55 {
    --transform-translate-y: -13.75rem !important; }
  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem !important; }
  .sm\:-translate-y-57 {
    --transform-translate-y: -14.25rem !important; }
  .sm\:-translate-y-58 {
    --transform-translate-y: -14.5rem !important; }
  .sm\:-translate-y-59 {
    --transform-translate-y: -14.75rem !important; }
  .sm\:-translate-y-60 {
    --transform-translate-y: -15rem !important; }
  .sm\:-translate-y-61 {
    --transform-translate-y: -15.25rem !important; }
  .sm\:-translate-y-62 {
    --transform-translate-y: -15.5rem !important; }
  .sm\:-translate-y-63 {
    --transform-translate-y: -15.75rem !important; }
  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem !important; }
  .sm\:-translate-y-65 {
    --transform-translate-y: -16.25rem !important; }
  .sm\:-translate-y-66 {
    --transform-translate-y: -16.5rem !important; }
  .sm\:-translate-y-67 {
    --transform-translate-y: -16.75rem !important; }
  .sm\:-translate-y-68 {
    --transform-translate-y: -17rem !important; }
  .sm\:-translate-y-69 {
    --transform-translate-y: -17.25rem !important; }
  .sm\:-translate-y-70 {
    --transform-translate-y: -17.5rem !important; }
  .sm\:-translate-y-71 {
    --transform-translate-y: -17.75rem !important; }
  .sm\:-translate-y-72 {
    --transform-translate-y: -18rem !important; }
  .sm\:-translate-y-73 {
    --transform-translate-y: -18.25rem !important; }
  .sm\:-translate-y-74 {
    --transform-translate-y: -18.5rem !important; }
  .sm\:-translate-y-75 {
    --transform-translate-y: -18.75rem !important; }
  .sm\:-translate-y-76 {
    --transform-translate-y: -19rem !important; }
  .sm\:-translate-y-77 {
    --transform-translate-y: -19.25rem !important; }
  .sm\:-translate-y-78 {
    --transform-translate-y: -19.5rem !important; }
  .sm\:-translate-y-79 {
    --transform-translate-y: -19.75rem !important; }
  .sm\:-translate-y-80 {
    --transform-translate-y: -20rem !important; }
  .sm\:-translate-y-84 {
    --transform-translate-y: -21rem !important; }
  .sm\:-translate-y-88 {
    --transform-translate-y: -22rem !important; }
  .sm\:-translate-y-92 {
    --transform-translate-y: -23rem !important; }
  .sm\:-translate-y-96 {
    --transform-translate-y: -24rem !important; }
  .sm\:-translate-y-100 {
    --transform-translate-y: -25rem !important; }
  .sm\:-translate-y-104 {
    --transform-translate-y: -26rem !important; }
  .sm\:-translate-y-108 {
    --transform-translate-y: -27rem !important; }
  .sm\:-translate-y-112 {
    --transform-translate-y: -28rem !important; }
  .sm\:-translate-y-116 {
    --transform-translate-y: -29rem !important; }
  .sm\:-translate-y-120 {
    --transform-translate-y: -30rem !important; }
  .sm\:-translate-y-124 {
    --transform-translate-y: -31rem !important; }
  .sm\:-translate-y-128 {
    --transform-translate-y: -32rem !important; }
  .sm\:-translate-y-132 {
    --transform-translate-y: -33rem !important; }
  .sm\:-translate-y-136 {
    --transform-translate-y: -34rem !important; }
  .sm\:-translate-y-140 {
    --transform-translate-y: -35rem !important; }
  .sm\:-translate-y-144 {
    --transform-translate-y: -36rem !important; }
  .sm\:-translate-y-148 {
    --transform-translate-y: -37rem !important; }
  .sm\:-translate-y-152 {
    --transform-translate-y: -38rem !important; }
  .sm\:-translate-y-156 {
    --transform-translate-y: -39rem !important; }
  .sm\:-translate-y-160 {
    --transform-translate-y: -40rem !important; }
  .sm\:-translate-y-164 {
    --transform-translate-y: -41rem !important; }
  .sm\:-translate-y-168 {
    --transform-translate-y: -42rem !important; }
  .sm\:-translate-y-172 {
    --transform-translate-y: -43rem !important; }
  .sm\:-translate-y-176 {
    --transform-translate-y: -44rem !important; }
  .sm\:-translate-y-180 {
    --transform-translate-y: -45rem !important; }
  .sm\:-translate-y-184 {
    --transform-translate-y: -46rem !important; }
  .sm\:-translate-y-188 {
    --transform-translate-y: -47rem !important; }
  .sm\:-translate-y-192 {
    --transform-translate-y: -48rem !important; }
  .sm\:-translate-y-196 {
    --transform-translate-y: -49rem !important; }
  .sm\:-translate-y-200 {
    --transform-translate-y: -50rem !important; }
  .sm\:-translate-y-px {
    --transform-translate-y: -1px !important; }
  .sm\:-translate-y-2px {
    --transform-translate-y: -2px !important; }
  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important; }
  .sm\:-translate-y-2\/2 {
    --transform-translate-y: -100% !important; }
  .sm\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333% !important; }
  .sm\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667% !important; }
  .sm\:-translate-y-3\/3 {
    --transform-translate-y: -100% !important; }
  .sm\:-translate-y-1\/4 {
    --transform-translate-y: -25% !important; }
  .sm\:-translate-y-2\/4 {
    --transform-translate-y: -50% !important; }
  .sm\:-translate-y-3\/4 {
    --transform-translate-y: -75% !important; }
  .sm\:-translate-y-4\/4 {
    --transform-translate-y: -100% !important; }
  .sm\:-translate-y-1\/5 {
    --transform-translate-y: -20% !important; }
  .sm\:-translate-y-2\/5 {
    --transform-translate-y: -40% !important; }
  .sm\:-translate-y-3\/5 {
    --transform-translate-y: -60% !important; }
  .sm\:-translate-y-4\/5 {
    --transform-translate-y: -80% !important; }
  .sm\:-translate-y-5\/5 {
    --transform-translate-y: -100% !important; }
  .sm\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667% !important; }
  .sm\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333% !important; }
  .sm\:-translate-y-3\/6 {
    --transform-translate-y: -50% !important; }
  .sm\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667% !important; }
  .sm\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333% !important; }
  .sm\:-translate-y-6\/6 {
    --transform-translate-y: -100% !important; }
  .sm\:-translate-y-1\/10 {
    --transform-translate-y: -10% !important; }
  .sm\:-translate-y-2\/10 {
    --transform-translate-y: -20% !important; }
  .sm\:-translate-y-3\/10 {
    --transform-translate-y: -30% !important; }
  .sm\:-translate-y-4\/10 {
    --transform-translate-y: -40% !important; }
  .sm\:-translate-y-5\/10 {
    --transform-translate-y: -50% !important; }
  .sm\:-translate-y-6\/10 {
    --transform-translate-y: -60% !important; }
  .sm\:-translate-y-7\/10 {
    --transform-translate-y: -70% !important; }
  .sm\:-translate-y-8\/10 {
    --transform-translate-y: -80% !important; }
  .sm\:-translate-y-9\/10 {
    --transform-translate-y: -90% !important; }
  .sm\:-translate-y-10\/10 {
    --transform-translate-y: -100% !important; }
  .sm\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333% !important; }
  .sm\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667% !important; }
  .sm\:-translate-y-3\/12 {
    --transform-translate-y: -25% !important; }
  .sm\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333% !important; }
  .sm\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667% !important; }
  .sm\:-translate-y-6\/12 {
    --transform-translate-y: -50% !important; }
  .sm\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333% !important; }
  .sm\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667% !important; }
  .sm\:-translate-y-9\/12 {
    --transform-translate-y: -75% !important; }
  .sm\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333% !important; }
  .sm\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667% !important; }
  .sm\:-translate-y-12\/12 {
    --transform-translate-y: -100% !important; }
  .sm\:-translate-y-full {
    --transform-translate-y: -100% !important; }
  .sm\:translate-y-full {
    --transform-translate-y: 100% !important; }
  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0rem !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-7:hover {
    --transform-translate-x: 1.75rem !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-11:hover {
    --transform-translate-x: 2.75rem !important; }
  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important; }
  .sm\:hover\:translate-x-13:hover {
    --transform-translate-x: 3.25rem !important; }
  .sm\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important; }
  .sm\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem !important; }
  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important; }
  .sm\:hover\:translate-x-17:hover {
    --transform-translate-x: 4.25rem !important; }
  .sm\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important; }
  .sm\:hover\:translate-x-19:hover {
    --transform-translate-x: 4.75rem !important; }
  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important; }
  .sm\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.25rem !important; }
  .sm\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem !important; }
  .sm\:hover\:translate-x-23:hover {
    --transform-translate-x: 5.75rem !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-26:hover {
    --transform-translate-x: 6.5rem !important; }
  .sm\:hover\:translate-x-27:hover {
    --transform-translate-x: 6.75rem !important; }
  .sm\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important; }
  .sm\:hover\:translate-x-29:hover {
    --transform-translate-x: 7.25rem !important; }
  .sm\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.5rem !important; }
  .sm\:hover\:translate-x-31:hover {
    --transform-translate-x: 7.75rem !important; }
  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important; }
  .sm\:hover\:translate-x-33:hover {
    --transform-translate-x: 8.25rem !important; }
  .sm\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important; }
  .sm\:hover\:translate-x-35:hover {
    --transform-translate-x: 8.75rem !important; }
  .sm\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem !important; }
  .sm\:hover\:translate-x-37:hover {
    --transform-translate-x: 9.25rem !important; }
  .sm\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.5rem !important; }
  .sm\:hover\:translate-x-39:hover {
    --transform-translate-x: 9.75rem !important; }
  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important; }
  .sm\:hover\:translate-x-41:hover {
    --transform-translate-x: 10.25rem !important; }
  .sm\:hover\:translate-x-42:hover {
    --transform-translate-x: 10.5rem !important; }
  .sm\:hover\:translate-x-43:hover {
    --transform-translate-x: 10.75rem !important; }
  .sm\:hover\:translate-x-44:hover {
    --transform-translate-x: 11rem !important; }
  .sm\:hover\:translate-x-45:hover {
    --transform-translate-x: 11.25rem !important; }
  .sm\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.5rem !important; }
  .sm\:hover\:translate-x-47:hover {
    --transform-translate-x: 11.75rem !important; }
  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important; }
  .sm\:hover\:translate-x-49:hover {
    --transform-translate-x: 12.25rem !important; }
  .sm\:hover\:translate-x-50:hover {
    --transform-translate-x: 12.5rem !important; }
  .sm\:hover\:translate-x-51:hover {
    --transform-translate-x: 12.75rem !important; }
  .sm\:hover\:translate-x-52:hover {
    --transform-translate-x: 13rem !important; }
  .sm\:hover\:translate-x-53:hover {
    --transform-translate-x: 13.25rem !important; }
  .sm\:hover\:translate-x-54:hover {
    --transform-translate-x: 13.5rem !important; }
  .sm\:hover\:translate-x-55:hover {
    --transform-translate-x: 13.75rem !important; }
  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important; }
  .sm\:hover\:translate-x-57:hover {
    --transform-translate-x: 14.25rem !important; }
  .sm\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.5rem !important; }
  .sm\:hover\:translate-x-59:hover {
    --transform-translate-x: 14.75rem !important; }
  .sm\:hover\:translate-x-60:hover {
    --transform-translate-x: 15rem !important; }
  .sm\:hover\:translate-x-61:hover {
    --transform-translate-x: 15.25rem !important; }
  .sm\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.5rem !important; }
  .sm\:hover\:translate-x-63:hover {
    --transform-translate-x: 15.75rem !important; }
  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important; }
  .sm\:hover\:translate-x-65:hover {
    --transform-translate-x: 16.25rem !important; }
  .sm\:hover\:translate-x-66:hover {
    --transform-translate-x: 16.5rem !important; }
  .sm\:hover\:translate-x-67:hover {
    --transform-translate-x: 16.75rem !important; }
  .sm\:hover\:translate-x-68:hover {
    --transform-translate-x: 17rem !important; }
  .sm\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.25rem !important; }
  .sm\:hover\:translate-x-70:hover {
    --transform-translate-x: 17.5rem !important; }
  .sm\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.75rem !important; }
  .sm\:hover\:translate-x-72:hover {
    --transform-translate-x: 18rem !important; }
  .sm\:hover\:translate-x-73:hover {
    --transform-translate-x: 18.25rem !important; }
  .sm\:hover\:translate-x-74:hover {
    --transform-translate-x: 18.5rem !important; }
  .sm\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.75rem !important; }
  .sm\:hover\:translate-x-76:hover {
    --transform-translate-x: 19rem !important; }
  .sm\:hover\:translate-x-77:hover {
    --transform-translate-x: 19.25rem !important; }
  .sm\:hover\:translate-x-78:hover {
    --transform-translate-x: 19.5rem !important; }
  .sm\:hover\:translate-x-79:hover {
    --transform-translate-x: 19.75rem !important; }
  .sm\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important; }
  .sm\:hover\:translate-x-84:hover {
    --transform-translate-x: 21rem !important; }
  .sm\:hover\:translate-x-88:hover {
    --transform-translate-x: 22rem !important; }
  .sm\:hover\:translate-x-92:hover {
    --transform-translate-x: 23rem !important; }
  .sm\:hover\:translate-x-96:hover {
    --transform-translate-x: 24rem !important; }
  .sm\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important; }
  .sm\:hover\:translate-x-104:hover {
    --transform-translate-x: 26rem !important; }
  .sm\:hover\:translate-x-108:hover {
    --transform-translate-x: 27rem !important; }
  .sm\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important; }
  .sm\:hover\:translate-x-116:hover {
    --transform-translate-x: 29rem !important; }
  .sm\:hover\:translate-x-120:hover {
    --transform-translate-x: 30rem !important; }
  .sm\:hover\:translate-x-124:hover {
    --transform-translate-x: 31rem !important; }
  .sm\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important; }
  .sm\:hover\:translate-x-132:hover {
    --transform-translate-x: 33rem !important; }
  .sm\:hover\:translate-x-136:hover {
    --transform-translate-x: 34rem !important; }
  .sm\:hover\:translate-x-140:hover {
    --transform-translate-x: 35rem !important; }
  .sm\:hover\:translate-x-144:hover {
    --transform-translate-x: 36rem !important; }
  .sm\:hover\:translate-x-148:hover {
    --transform-translate-x: 37rem !important; }
  .sm\:hover\:translate-x-152:hover {
    --transform-translate-x: 38rem !important; }
  .sm\:hover\:translate-x-156:hover {
    --transform-translate-x: 39rem !important; }
  .sm\:hover\:translate-x-160:hover {
    --transform-translate-x: 40rem !important; }
  .sm\:hover\:translate-x-164:hover {
    --transform-translate-x: 41rem !important; }
  .sm\:hover\:translate-x-168:hover {
    --transform-translate-x: 42rem !important; }
  .sm\:hover\:translate-x-172:hover {
    --transform-translate-x: 43rem !important; }
  .sm\:hover\:translate-x-176:hover {
    --transform-translate-x: 44rem !important; }
  .sm\:hover\:translate-x-180:hover {
    --transform-translate-x: 45rem !important; }
  .sm\:hover\:translate-x-184:hover {
    --transform-translate-x: 46rem !important; }
  .sm\:hover\:translate-x-188:hover {
    --transform-translate-x: 47rem !important; }
  .sm\:hover\:translate-x-192:hover {
    --transform-translate-x: 48rem !important; }
  .sm\:hover\:translate-x-196:hover {
    --transform-translate-x: 49rem !important; }
  .sm\:hover\:translate-x-200:hover {
    --transform-translate-x: 50rem !important; }
  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important; }
  .sm\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px !important; }
  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important; }
  .sm\:hover\:translate-x-2\/2:hover {
    --transform-translate-x: 100% !important; }
  .sm\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333% !important; }
  .sm\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667% !important; }
  .sm\:hover\:translate-x-3\/3:hover {
    --transform-translate-x: 100% !important; }
  .sm\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25% !important; }
  .sm\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50% !important; }
  .sm\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75% !important; }
  .sm\:hover\:translate-x-4\/4:hover {
    --transform-translate-x: 100% !important; }
  .sm\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20% !important; }
  .sm\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40% !important; }
  .sm\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60% !important; }
  .sm\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80% !important; }
  .sm\:hover\:translate-x-5\/5:hover {
    --transform-translate-x: 100% !important; }
  .sm\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667% !important; }
  .sm\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333% !important; }
  .sm\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50% !important; }
  .sm\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667% !important; }
  .sm\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333% !important; }
  .sm\:hover\:translate-x-6\/6:hover {
    --transform-translate-x: 100% !important; }
  .sm\:hover\:translate-x-1\/10:hover {
    --transform-translate-x: 10% !important; }
  .sm\:hover\:translate-x-2\/10:hover {
    --transform-translate-x: 20% !important; }
  .sm\:hover\:translate-x-3\/10:hover {
    --transform-translate-x: 30% !important; }
  .sm\:hover\:translate-x-4\/10:hover {
    --transform-translate-x: 40% !important; }
  .sm\:hover\:translate-x-5\/10:hover {
    --transform-translate-x: 50% !important; }
  .sm\:hover\:translate-x-6\/10:hover {
    --transform-translate-x: 60% !important; }
  .sm\:hover\:translate-x-7\/10:hover {
    --transform-translate-x: 70% !important; }
  .sm\:hover\:translate-x-8\/10:hover {
    --transform-translate-x: 80% !important; }
  .sm\:hover\:translate-x-9\/10:hover {
    --transform-translate-x: 90% !important; }
  .sm\:hover\:translate-x-10\/10:hover {
    --transform-translate-x: 100% !important; }
  .sm\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333% !important; }
  .sm\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667% !important; }
  .sm\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25% !important; }
  .sm\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333% !important; }
  .sm\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667% !important; }
  .sm\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50% !important; }
  .sm\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333% !important; }
  .sm\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667% !important; }
  .sm\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75% !important; }
  .sm\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333% !important; }
  .sm\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667% !important; }
  .sm\:hover\:translate-x-12\/12:hover {
    --transform-translate-x: 100% !important; }
  .sm\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0rem !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-7:hover {
    --transform-translate-x: -1.75rem !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-11:hover {
    --transform-translate-x: -2.75rem !important; }
  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important; }
  .sm\:hover\:-translate-x-13:hover {
    --transform-translate-x: -3.25rem !important; }
  .sm\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important; }
  .sm\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem !important; }
  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important; }
  .sm\:hover\:-translate-x-17:hover {
    --transform-translate-x: -4.25rem !important; }
  .sm\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important; }
  .sm\:hover\:-translate-x-19:hover {
    --transform-translate-x: -4.75rem !important; }
  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important; }
  .sm\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.25rem !important; }
  .sm\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem !important; }
  .sm\:hover\:-translate-x-23:hover {
    --transform-translate-x: -5.75rem !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-26:hover {
    --transform-translate-x: -6.5rem !important; }
  .sm\:hover\:-translate-x-27:hover {
    --transform-translate-x: -6.75rem !important; }
  .sm\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important; }
  .sm\:hover\:-translate-x-29:hover {
    --transform-translate-x: -7.25rem !important; }
  .sm\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.5rem !important; }
  .sm\:hover\:-translate-x-31:hover {
    --transform-translate-x: -7.75rem !important; }
  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important; }
  .sm\:hover\:-translate-x-33:hover {
    --transform-translate-x: -8.25rem !important; }
  .sm\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important; }
  .sm\:hover\:-translate-x-35:hover {
    --transform-translate-x: -8.75rem !important; }
  .sm\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem !important; }
  .sm\:hover\:-translate-x-37:hover {
    --transform-translate-x: -9.25rem !important; }
  .sm\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.5rem !important; }
  .sm\:hover\:-translate-x-39:hover {
    --transform-translate-x: -9.75rem !important; }
  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important; }
  .sm\:hover\:-translate-x-41:hover {
    --transform-translate-x: -10.25rem !important; }
  .sm\:hover\:-translate-x-42:hover {
    --transform-translate-x: -10.5rem !important; }
  .sm\:hover\:-translate-x-43:hover {
    --transform-translate-x: -10.75rem !important; }
  .sm\:hover\:-translate-x-44:hover {
    --transform-translate-x: -11rem !important; }
  .sm\:hover\:-translate-x-45:hover {
    --transform-translate-x: -11.25rem !important; }
  .sm\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.5rem !important; }
  .sm\:hover\:-translate-x-47:hover {
    --transform-translate-x: -11.75rem !important; }
  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important; }
  .sm\:hover\:-translate-x-49:hover {
    --transform-translate-x: -12.25rem !important; }
  .sm\:hover\:-translate-x-50:hover {
    --transform-translate-x: -12.5rem !important; }
  .sm\:hover\:-translate-x-51:hover {
    --transform-translate-x: -12.75rem !important; }
  .sm\:hover\:-translate-x-52:hover {
    --transform-translate-x: -13rem !important; }
  .sm\:hover\:-translate-x-53:hover {
    --transform-translate-x: -13.25rem !important; }
  .sm\:hover\:-translate-x-54:hover {
    --transform-translate-x: -13.5rem !important; }
  .sm\:hover\:-translate-x-55:hover {
    --transform-translate-x: -13.75rem !important; }
  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important; }
  .sm\:hover\:-translate-x-57:hover {
    --transform-translate-x: -14.25rem !important; }
  .sm\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.5rem !important; }
  .sm\:hover\:-translate-x-59:hover {
    --transform-translate-x: -14.75rem !important; }
  .sm\:hover\:-translate-x-60:hover {
    --transform-translate-x: -15rem !important; }
  .sm\:hover\:-translate-x-61:hover {
    --transform-translate-x: -15.25rem !important; }
  .sm\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.5rem !important; }
  .sm\:hover\:-translate-x-63:hover {
    --transform-translate-x: -15.75rem !important; }
  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important; }
  .sm\:hover\:-translate-x-65:hover {
    --transform-translate-x: -16.25rem !important; }
  .sm\:hover\:-translate-x-66:hover {
    --transform-translate-x: -16.5rem !important; }
  .sm\:hover\:-translate-x-67:hover {
    --transform-translate-x: -16.75rem !important; }
  .sm\:hover\:-translate-x-68:hover {
    --transform-translate-x: -17rem !important; }
  .sm\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.25rem !important; }
  .sm\:hover\:-translate-x-70:hover {
    --transform-translate-x: -17.5rem !important; }
  .sm\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.75rem !important; }
  .sm\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18rem !important; }
  .sm\:hover\:-translate-x-73:hover {
    --transform-translate-x: -18.25rem !important; }
  .sm\:hover\:-translate-x-74:hover {
    --transform-translate-x: -18.5rem !important; }
  .sm\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.75rem !important; }
  .sm\:hover\:-translate-x-76:hover {
    --transform-translate-x: -19rem !important; }
  .sm\:hover\:-translate-x-77:hover {
    --transform-translate-x: -19.25rem !important; }
  .sm\:hover\:-translate-x-78:hover {
    --transform-translate-x: -19.5rem !important; }
  .sm\:hover\:-translate-x-79:hover {
    --transform-translate-x: -19.75rem !important; }
  .sm\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important; }
  .sm\:hover\:-translate-x-84:hover {
    --transform-translate-x: -21rem !important; }
  .sm\:hover\:-translate-x-88:hover {
    --transform-translate-x: -22rem !important; }
  .sm\:hover\:-translate-x-92:hover {
    --transform-translate-x: -23rem !important; }
  .sm\:hover\:-translate-x-96:hover {
    --transform-translate-x: -24rem !important; }
  .sm\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important; }
  .sm\:hover\:-translate-x-104:hover {
    --transform-translate-x: -26rem !important; }
  .sm\:hover\:-translate-x-108:hover {
    --transform-translate-x: -27rem !important; }
  .sm\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important; }
  .sm\:hover\:-translate-x-116:hover {
    --transform-translate-x: -29rem !important; }
  .sm\:hover\:-translate-x-120:hover {
    --transform-translate-x: -30rem !important; }
  .sm\:hover\:-translate-x-124:hover {
    --transform-translate-x: -31rem !important; }
  .sm\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important; }
  .sm\:hover\:-translate-x-132:hover {
    --transform-translate-x: -33rem !important; }
  .sm\:hover\:-translate-x-136:hover {
    --transform-translate-x: -34rem !important; }
  .sm\:hover\:-translate-x-140:hover {
    --transform-translate-x: -35rem !important; }
  .sm\:hover\:-translate-x-144:hover {
    --transform-translate-x: -36rem !important; }
  .sm\:hover\:-translate-x-148:hover {
    --transform-translate-x: -37rem !important; }
  .sm\:hover\:-translate-x-152:hover {
    --transform-translate-x: -38rem !important; }
  .sm\:hover\:-translate-x-156:hover {
    --transform-translate-x: -39rem !important; }
  .sm\:hover\:-translate-x-160:hover {
    --transform-translate-x: -40rem !important; }
  .sm\:hover\:-translate-x-164:hover {
    --transform-translate-x: -41rem !important; }
  .sm\:hover\:-translate-x-168:hover {
    --transform-translate-x: -42rem !important; }
  .sm\:hover\:-translate-x-172:hover {
    --transform-translate-x: -43rem !important; }
  .sm\:hover\:-translate-x-176:hover {
    --transform-translate-x: -44rem !important; }
  .sm\:hover\:-translate-x-180:hover {
    --transform-translate-x: -45rem !important; }
  .sm\:hover\:-translate-x-184:hover {
    --transform-translate-x: -46rem !important; }
  .sm\:hover\:-translate-x-188:hover {
    --transform-translate-x: -47rem !important; }
  .sm\:hover\:-translate-x-192:hover {
    --transform-translate-x: -48rem !important; }
  .sm\:hover\:-translate-x-196:hover {
    --transform-translate-x: -49rem !important; }
  .sm\:hover\:-translate-x-200:hover {
    --transform-translate-x: -50rem !important; }
  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important; }
  .sm\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px !important; }
  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important; }
  .sm\:hover\:-translate-x-2\/2:hover {
    --transform-translate-x: -100% !important; }
  .sm\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333% !important; }
  .sm\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667% !important; }
  .sm\:hover\:-translate-x-3\/3:hover {
    --transform-translate-x: -100% !important; }
  .sm\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25% !important; }
  .sm\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50% !important; }
  .sm\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75% !important; }
  .sm\:hover\:-translate-x-4\/4:hover {
    --transform-translate-x: -100% !important; }
  .sm\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20% !important; }
  .sm\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40% !important; }
  .sm\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60% !important; }
  .sm\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80% !important; }
  .sm\:hover\:-translate-x-5\/5:hover {
    --transform-translate-x: -100% !important; }
  .sm\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667% !important; }
  .sm\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333% !important; }
  .sm\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50% !important; }
  .sm\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667% !important; }
  .sm\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333% !important; }
  .sm\:hover\:-translate-x-6\/6:hover {
    --transform-translate-x: -100% !important; }
  .sm\:hover\:-translate-x-1\/10:hover {
    --transform-translate-x: -10% !important; }
  .sm\:hover\:-translate-x-2\/10:hover {
    --transform-translate-x: -20% !important; }
  .sm\:hover\:-translate-x-3\/10:hover {
    --transform-translate-x: -30% !important; }
  .sm\:hover\:-translate-x-4\/10:hover {
    --transform-translate-x: -40% !important; }
  .sm\:hover\:-translate-x-5\/10:hover {
    --transform-translate-x: -50% !important; }
  .sm\:hover\:-translate-x-6\/10:hover {
    --transform-translate-x: -60% !important; }
  .sm\:hover\:-translate-x-7\/10:hover {
    --transform-translate-x: -70% !important; }
  .sm\:hover\:-translate-x-8\/10:hover {
    --transform-translate-x: -80% !important; }
  .sm\:hover\:-translate-x-9\/10:hover {
    --transform-translate-x: -90% !important; }
  .sm\:hover\:-translate-x-10\/10:hover {
    --transform-translate-x: -100% !important; }
  .sm\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333% !important; }
  .sm\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667% !important; }
  .sm\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25% !important; }
  .sm\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333% !important; }
  .sm\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667% !important; }
  .sm\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50% !important; }
  .sm\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333% !important; }
  .sm\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667% !important; }
  .sm\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75% !important; }
  .sm\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333% !important; }
  .sm\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667% !important; }
  .sm\:hover\:-translate-x-12\/12:hover {
    --transform-translate-x: -100% !important; }
  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important; }
  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important; }
  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0rem !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-7:hover {
    --transform-translate-y: 1.75rem !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-11:hover {
    --transform-translate-y: 2.75rem !important; }
  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important; }
  .sm\:hover\:translate-y-13:hover {
    --transform-translate-y: 3.25rem !important; }
  .sm\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important; }
  .sm\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem !important; }
  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important; }
  .sm\:hover\:translate-y-17:hover {
    --transform-translate-y: 4.25rem !important; }
  .sm\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important; }
  .sm\:hover\:translate-y-19:hover {
    --transform-translate-y: 4.75rem !important; }
  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important; }
  .sm\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.25rem !important; }
  .sm\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem !important; }
  .sm\:hover\:translate-y-23:hover {
    --transform-translate-y: 5.75rem !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-26:hover {
    --transform-translate-y: 6.5rem !important; }
  .sm\:hover\:translate-y-27:hover {
    --transform-translate-y: 6.75rem !important; }
  .sm\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important; }
  .sm\:hover\:translate-y-29:hover {
    --transform-translate-y: 7.25rem !important; }
  .sm\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.5rem !important; }
  .sm\:hover\:translate-y-31:hover {
    --transform-translate-y: 7.75rem !important; }
  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important; }
  .sm\:hover\:translate-y-33:hover {
    --transform-translate-y: 8.25rem !important; }
  .sm\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important; }
  .sm\:hover\:translate-y-35:hover {
    --transform-translate-y: 8.75rem !important; }
  .sm\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem !important; }
  .sm\:hover\:translate-y-37:hover {
    --transform-translate-y: 9.25rem !important; }
  .sm\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.5rem !important; }
  .sm\:hover\:translate-y-39:hover {
    --transform-translate-y: 9.75rem !important; }
  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important; }
  .sm\:hover\:translate-y-41:hover {
    --transform-translate-y: 10.25rem !important; }
  .sm\:hover\:translate-y-42:hover {
    --transform-translate-y: 10.5rem !important; }
  .sm\:hover\:translate-y-43:hover {
    --transform-translate-y: 10.75rem !important; }
  .sm\:hover\:translate-y-44:hover {
    --transform-translate-y: 11rem !important; }
  .sm\:hover\:translate-y-45:hover {
    --transform-translate-y: 11.25rem !important; }
  .sm\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.5rem !important; }
  .sm\:hover\:translate-y-47:hover {
    --transform-translate-y: 11.75rem !important; }
  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important; }
  .sm\:hover\:translate-y-49:hover {
    --transform-translate-y: 12.25rem !important; }
  .sm\:hover\:translate-y-50:hover {
    --transform-translate-y: 12.5rem !important; }
  .sm\:hover\:translate-y-51:hover {
    --transform-translate-y: 12.75rem !important; }
  .sm\:hover\:translate-y-52:hover {
    --transform-translate-y: 13rem !important; }
  .sm\:hover\:translate-y-53:hover {
    --transform-translate-y: 13.25rem !important; }
  .sm\:hover\:translate-y-54:hover {
    --transform-translate-y: 13.5rem !important; }
  .sm\:hover\:translate-y-55:hover {
    --transform-translate-y: 13.75rem !important; }
  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important; }
  .sm\:hover\:translate-y-57:hover {
    --transform-translate-y: 14.25rem !important; }
  .sm\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.5rem !important; }
  .sm\:hover\:translate-y-59:hover {
    --transform-translate-y: 14.75rem !important; }
  .sm\:hover\:translate-y-60:hover {
    --transform-translate-y: 15rem !important; }
  .sm\:hover\:translate-y-61:hover {
    --transform-translate-y: 15.25rem !important; }
  .sm\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.5rem !important; }
  .sm\:hover\:translate-y-63:hover {
    --transform-translate-y: 15.75rem !important; }
  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important; }
  .sm\:hover\:translate-y-65:hover {
    --transform-translate-y: 16.25rem !important; }
  .sm\:hover\:translate-y-66:hover {
    --transform-translate-y: 16.5rem !important; }
  .sm\:hover\:translate-y-67:hover {
    --transform-translate-y: 16.75rem !important; }
  .sm\:hover\:translate-y-68:hover {
    --transform-translate-y: 17rem !important; }
  .sm\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.25rem !important; }
  .sm\:hover\:translate-y-70:hover {
    --transform-translate-y: 17.5rem !important; }
  .sm\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.75rem !important; }
  .sm\:hover\:translate-y-72:hover {
    --transform-translate-y: 18rem !important; }
  .sm\:hover\:translate-y-73:hover {
    --transform-translate-y: 18.25rem !important; }
  .sm\:hover\:translate-y-74:hover {
    --transform-translate-y: 18.5rem !important; }
  .sm\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.75rem !important; }
  .sm\:hover\:translate-y-76:hover {
    --transform-translate-y: 19rem !important; }
  .sm\:hover\:translate-y-77:hover {
    --transform-translate-y: 19.25rem !important; }
  .sm\:hover\:translate-y-78:hover {
    --transform-translate-y: 19.5rem !important; }
  .sm\:hover\:translate-y-79:hover {
    --transform-translate-y: 19.75rem !important; }
  .sm\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important; }
  .sm\:hover\:translate-y-84:hover {
    --transform-translate-y: 21rem !important; }
  .sm\:hover\:translate-y-88:hover {
    --transform-translate-y: 22rem !important; }
  .sm\:hover\:translate-y-92:hover {
    --transform-translate-y: 23rem !important; }
  .sm\:hover\:translate-y-96:hover {
    --transform-translate-y: 24rem !important; }
  .sm\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important; }
  .sm\:hover\:translate-y-104:hover {
    --transform-translate-y: 26rem !important; }
  .sm\:hover\:translate-y-108:hover {
    --transform-translate-y: 27rem !important; }
  .sm\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important; }
  .sm\:hover\:translate-y-116:hover {
    --transform-translate-y: 29rem !important; }
  .sm\:hover\:translate-y-120:hover {
    --transform-translate-y: 30rem !important; }
  .sm\:hover\:translate-y-124:hover {
    --transform-translate-y: 31rem !important; }
  .sm\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important; }
  .sm\:hover\:translate-y-132:hover {
    --transform-translate-y: 33rem !important; }
  .sm\:hover\:translate-y-136:hover {
    --transform-translate-y: 34rem !important; }
  .sm\:hover\:translate-y-140:hover {
    --transform-translate-y: 35rem !important; }
  .sm\:hover\:translate-y-144:hover {
    --transform-translate-y: 36rem !important; }
  .sm\:hover\:translate-y-148:hover {
    --transform-translate-y: 37rem !important; }
  .sm\:hover\:translate-y-152:hover {
    --transform-translate-y: 38rem !important; }
  .sm\:hover\:translate-y-156:hover {
    --transform-translate-y: 39rem !important; }
  .sm\:hover\:translate-y-160:hover {
    --transform-translate-y: 40rem !important; }
  .sm\:hover\:translate-y-164:hover {
    --transform-translate-y: 41rem !important; }
  .sm\:hover\:translate-y-168:hover {
    --transform-translate-y: 42rem !important; }
  .sm\:hover\:translate-y-172:hover {
    --transform-translate-y: 43rem !important; }
  .sm\:hover\:translate-y-176:hover {
    --transform-translate-y: 44rem !important; }
  .sm\:hover\:translate-y-180:hover {
    --transform-translate-y: 45rem !important; }
  .sm\:hover\:translate-y-184:hover {
    --transform-translate-y: 46rem !important; }
  .sm\:hover\:translate-y-188:hover {
    --transform-translate-y: 47rem !important; }
  .sm\:hover\:translate-y-192:hover {
    --transform-translate-y: 48rem !important; }
  .sm\:hover\:translate-y-196:hover {
    --transform-translate-y: 49rem !important; }
  .sm\:hover\:translate-y-200:hover {
    --transform-translate-y: 50rem !important; }
  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important; }
  .sm\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px !important; }
  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important; }
  .sm\:hover\:translate-y-2\/2:hover {
    --transform-translate-y: 100% !important; }
  .sm\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333% !important; }
  .sm\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667% !important; }
  .sm\:hover\:translate-y-3\/3:hover {
    --transform-translate-y: 100% !important; }
  .sm\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25% !important; }
  .sm\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50% !important; }
  .sm\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75% !important; }
  .sm\:hover\:translate-y-4\/4:hover {
    --transform-translate-y: 100% !important; }
  .sm\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20% !important; }
  .sm\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40% !important; }
  .sm\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60% !important; }
  .sm\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80% !important; }
  .sm\:hover\:translate-y-5\/5:hover {
    --transform-translate-y: 100% !important; }
  .sm\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667% !important; }
  .sm\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333% !important; }
  .sm\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50% !important; }
  .sm\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667% !important; }
  .sm\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333% !important; }
  .sm\:hover\:translate-y-6\/6:hover {
    --transform-translate-y: 100% !important; }
  .sm\:hover\:translate-y-1\/10:hover {
    --transform-translate-y: 10% !important; }
  .sm\:hover\:translate-y-2\/10:hover {
    --transform-translate-y: 20% !important; }
  .sm\:hover\:translate-y-3\/10:hover {
    --transform-translate-y: 30% !important; }
  .sm\:hover\:translate-y-4\/10:hover {
    --transform-translate-y: 40% !important; }
  .sm\:hover\:translate-y-5\/10:hover {
    --transform-translate-y: 50% !important; }
  .sm\:hover\:translate-y-6\/10:hover {
    --transform-translate-y: 60% !important; }
  .sm\:hover\:translate-y-7\/10:hover {
    --transform-translate-y: 70% !important; }
  .sm\:hover\:translate-y-8\/10:hover {
    --transform-translate-y: 80% !important; }
  .sm\:hover\:translate-y-9\/10:hover {
    --transform-translate-y: 90% !important; }
  .sm\:hover\:translate-y-10\/10:hover {
    --transform-translate-y: 100% !important; }
  .sm\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333% !important; }
  .sm\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667% !important; }
  .sm\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25% !important; }
  .sm\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333% !important; }
  .sm\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667% !important; }
  .sm\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50% !important; }
  .sm\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333% !important; }
  .sm\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667% !important; }
  .sm\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75% !important; }
  .sm\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333% !important; }
  .sm\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667% !important; }
  .sm\:hover\:translate-y-12\/12:hover {
    --transform-translate-y: 100% !important; }
  .sm\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0rem !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-7:hover {
    --transform-translate-y: -1.75rem !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-11:hover {
    --transform-translate-y: -2.75rem !important; }
  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important; }
  .sm\:hover\:-translate-y-13:hover {
    --transform-translate-y: -3.25rem !important; }
  .sm\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important; }
  .sm\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem !important; }
  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important; }
  .sm\:hover\:-translate-y-17:hover {
    --transform-translate-y: -4.25rem !important; }
  .sm\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important; }
  .sm\:hover\:-translate-y-19:hover {
    --transform-translate-y: -4.75rem !important; }
  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important; }
  .sm\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.25rem !important; }
  .sm\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem !important; }
  .sm\:hover\:-translate-y-23:hover {
    --transform-translate-y: -5.75rem !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-26:hover {
    --transform-translate-y: -6.5rem !important; }
  .sm\:hover\:-translate-y-27:hover {
    --transform-translate-y: -6.75rem !important; }
  .sm\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important; }
  .sm\:hover\:-translate-y-29:hover {
    --transform-translate-y: -7.25rem !important; }
  .sm\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.5rem !important; }
  .sm\:hover\:-translate-y-31:hover {
    --transform-translate-y: -7.75rem !important; }
  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important; }
  .sm\:hover\:-translate-y-33:hover {
    --transform-translate-y: -8.25rem !important; }
  .sm\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important; }
  .sm\:hover\:-translate-y-35:hover {
    --transform-translate-y: -8.75rem !important; }
  .sm\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem !important; }
  .sm\:hover\:-translate-y-37:hover {
    --transform-translate-y: -9.25rem !important; }
  .sm\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.5rem !important; }
  .sm\:hover\:-translate-y-39:hover {
    --transform-translate-y: -9.75rem !important; }
  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important; }
  .sm\:hover\:-translate-y-41:hover {
    --transform-translate-y: -10.25rem !important; }
  .sm\:hover\:-translate-y-42:hover {
    --transform-translate-y: -10.5rem !important; }
  .sm\:hover\:-translate-y-43:hover {
    --transform-translate-y: -10.75rem !important; }
  .sm\:hover\:-translate-y-44:hover {
    --transform-translate-y: -11rem !important; }
  .sm\:hover\:-translate-y-45:hover {
    --transform-translate-y: -11.25rem !important; }
  .sm\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.5rem !important; }
  .sm\:hover\:-translate-y-47:hover {
    --transform-translate-y: -11.75rem !important; }
  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important; }
  .sm\:hover\:-translate-y-49:hover {
    --transform-translate-y: -12.25rem !important; }
  .sm\:hover\:-translate-y-50:hover {
    --transform-translate-y: -12.5rem !important; }
  .sm\:hover\:-translate-y-51:hover {
    --transform-translate-y: -12.75rem !important; }
  .sm\:hover\:-translate-y-52:hover {
    --transform-translate-y: -13rem !important; }
  .sm\:hover\:-translate-y-53:hover {
    --transform-translate-y: -13.25rem !important; }
  .sm\:hover\:-translate-y-54:hover {
    --transform-translate-y: -13.5rem !important; }
  .sm\:hover\:-translate-y-55:hover {
    --transform-translate-y: -13.75rem !important; }
  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important; }
  .sm\:hover\:-translate-y-57:hover {
    --transform-translate-y: -14.25rem !important; }
  .sm\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.5rem !important; }
  .sm\:hover\:-translate-y-59:hover {
    --transform-translate-y: -14.75rem !important; }
  .sm\:hover\:-translate-y-60:hover {
    --transform-translate-y: -15rem !important; }
  .sm\:hover\:-translate-y-61:hover {
    --transform-translate-y: -15.25rem !important; }
  .sm\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.5rem !important; }
  .sm\:hover\:-translate-y-63:hover {
    --transform-translate-y: -15.75rem !important; }
  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important; }
  .sm\:hover\:-translate-y-65:hover {
    --transform-translate-y: -16.25rem !important; }
  .sm\:hover\:-translate-y-66:hover {
    --transform-translate-y: -16.5rem !important; }
  .sm\:hover\:-translate-y-67:hover {
    --transform-translate-y: -16.75rem !important; }
  .sm\:hover\:-translate-y-68:hover {
    --transform-translate-y: -17rem !important; }
  .sm\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.25rem !important; }
  .sm\:hover\:-translate-y-70:hover {
    --transform-translate-y: -17.5rem !important; }
  .sm\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.75rem !important; }
  .sm\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18rem !important; }
  .sm\:hover\:-translate-y-73:hover {
    --transform-translate-y: -18.25rem !important; }
  .sm\:hover\:-translate-y-74:hover {
    --transform-translate-y: -18.5rem !important; }
  .sm\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.75rem !important; }
  .sm\:hover\:-translate-y-76:hover {
    --transform-translate-y: -19rem !important; }
  .sm\:hover\:-translate-y-77:hover {
    --transform-translate-y: -19.25rem !important; }
  .sm\:hover\:-translate-y-78:hover {
    --transform-translate-y: -19.5rem !important; }
  .sm\:hover\:-translate-y-79:hover {
    --transform-translate-y: -19.75rem !important; }
  .sm\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important; }
  .sm\:hover\:-translate-y-84:hover {
    --transform-translate-y: -21rem !important; }
  .sm\:hover\:-translate-y-88:hover {
    --transform-translate-y: -22rem !important; }
  .sm\:hover\:-translate-y-92:hover {
    --transform-translate-y: -23rem !important; }
  .sm\:hover\:-translate-y-96:hover {
    --transform-translate-y: -24rem !important; }
  .sm\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important; }
  .sm\:hover\:-translate-y-104:hover {
    --transform-translate-y: -26rem !important; }
  .sm\:hover\:-translate-y-108:hover {
    --transform-translate-y: -27rem !important; }
  .sm\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important; }
  .sm\:hover\:-translate-y-116:hover {
    --transform-translate-y: -29rem !important; }
  .sm\:hover\:-translate-y-120:hover {
    --transform-translate-y: -30rem !important; }
  .sm\:hover\:-translate-y-124:hover {
    --transform-translate-y: -31rem !important; }
  .sm\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important; }
  .sm\:hover\:-translate-y-132:hover {
    --transform-translate-y: -33rem !important; }
  .sm\:hover\:-translate-y-136:hover {
    --transform-translate-y: -34rem !important; }
  .sm\:hover\:-translate-y-140:hover {
    --transform-translate-y: -35rem !important; }
  .sm\:hover\:-translate-y-144:hover {
    --transform-translate-y: -36rem !important; }
  .sm\:hover\:-translate-y-148:hover {
    --transform-translate-y: -37rem !important; }
  .sm\:hover\:-translate-y-152:hover {
    --transform-translate-y: -38rem !important; }
  .sm\:hover\:-translate-y-156:hover {
    --transform-translate-y: -39rem !important; }
  .sm\:hover\:-translate-y-160:hover {
    --transform-translate-y: -40rem !important; }
  .sm\:hover\:-translate-y-164:hover {
    --transform-translate-y: -41rem !important; }
  .sm\:hover\:-translate-y-168:hover {
    --transform-translate-y: -42rem !important; }
  .sm\:hover\:-translate-y-172:hover {
    --transform-translate-y: -43rem !important; }
  .sm\:hover\:-translate-y-176:hover {
    --transform-translate-y: -44rem !important; }
  .sm\:hover\:-translate-y-180:hover {
    --transform-translate-y: -45rem !important; }
  .sm\:hover\:-translate-y-184:hover {
    --transform-translate-y: -46rem !important; }
  .sm\:hover\:-translate-y-188:hover {
    --transform-translate-y: -47rem !important; }
  .sm\:hover\:-translate-y-192:hover {
    --transform-translate-y: -48rem !important; }
  .sm\:hover\:-translate-y-196:hover {
    --transform-translate-y: -49rem !important; }
  .sm\:hover\:-translate-y-200:hover {
    --transform-translate-y: -50rem !important; }
  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important; }
  .sm\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px !important; }
  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important; }
  .sm\:hover\:-translate-y-2\/2:hover {
    --transform-translate-y: -100% !important; }
  .sm\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333% !important; }
  .sm\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667% !important; }
  .sm\:hover\:-translate-y-3\/3:hover {
    --transform-translate-y: -100% !important; }
  .sm\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25% !important; }
  .sm\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50% !important; }
  .sm\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75% !important; }
  .sm\:hover\:-translate-y-4\/4:hover {
    --transform-translate-y: -100% !important; }
  .sm\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20% !important; }
  .sm\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40% !important; }
  .sm\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60% !important; }
  .sm\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80% !important; }
  .sm\:hover\:-translate-y-5\/5:hover {
    --transform-translate-y: -100% !important; }
  .sm\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667% !important; }
  .sm\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333% !important; }
  .sm\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50% !important; }
  .sm\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667% !important; }
  .sm\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333% !important; }
  .sm\:hover\:-translate-y-6\/6:hover {
    --transform-translate-y: -100% !important; }
  .sm\:hover\:-translate-y-1\/10:hover {
    --transform-translate-y: -10% !important; }
  .sm\:hover\:-translate-y-2\/10:hover {
    --transform-translate-y: -20% !important; }
  .sm\:hover\:-translate-y-3\/10:hover {
    --transform-translate-y: -30% !important; }
  .sm\:hover\:-translate-y-4\/10:hover {
    --transform-translate-y: -40% !important; }
  .sm\:hover\:-translate-y-5\/10:hover {
    --transform-translate-y: -50% !important; }
  .sm\:hover\:-translate-y-6\/10:hover {
    --transform-translate-y: -60% !important; }
  .sm\:hover\:-translate-y-7\/10:hover {
    --transform-translate-y: -70% !important; }
  .sm\:hover\:-translate-y-8\/10:hover {
    --transform-translate-y: -80% !important; }
  .sm\:hover\:-translate-y-9\/10:hover {
    --transform-translate-y: -90% !important; }
  .sm\:hover\:-translate-y-10\/10:hover {
    --transform-translate-y: -100% !important; }
  .sm\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333% !important; }
  .sm\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667% !important; }
  .sm\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25% !important; }
  .sm\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333% !important; }
  .sm\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667% !important; }
  .sm\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50% !important; }
  .sm\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333% !important; }
  .sm\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667% !important; }
  .sm\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75% !important; }
  .sm\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333% !important; }
  .sm\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667% !important; }
  .sm\:hover\:-translate-y-12\/12:hover {
    --transform-translate-y: -100% !important; }
  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important; }
  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important; }
  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0rem !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-7:focus {
    --transform-translate-x: 1.75rem !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-11:focus {
    --transform-translate-x: 2.75rem !important; }
  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important; }
  .sm\:focus\:translate-x-13:focus {
    --transform-translate-x: 3.25rem !important; }
  .sm\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important; }
  .sm\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem !important; }
  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important; }
  .sm\:focus\:translate-x-17:focus {
    --transform-translate-x: 4.25rem !important; }
  .sm\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important; }
  .sm\:focus\:translate-x-19:focus {
    --transform-translate-x: 4.75rem !important; }
  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important; }
  .sm\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.25rem !important; }
  .sm\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem !important; }
  .sm\:focus\:translate-x-23:focus {
    --transform-translate-x: 5.75rem !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-26:focus {
    --transform-translate-x: 6.5rem !important; }
  .sm\:focus\:translate-x-27:focus {
    --transform-translate-x: 6.75rem !important; }
  .sm\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important; }
  .sm\:focus\:translate-x-29:focus {
    --transform-translate-x: 7.25rem !important; }
  .sm\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.5rem !important; }
  .sm\:focus\:translate-x-31:focus {
    --transform-translate-x: 7.75rem !important; }
  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important; }
  .sm\:focus\:translate-x-33:focus {
    --transform-translate-x: 8.25rem !important; }
  .sm\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important; }
  .sm\:focus\:translate-x-35:focus {
    --transform-translate-x: 8.75rem !important; }
  .sm\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem !important; }
  .sm\:focus\:translate-x-37:focus {
    --transform-translate-x: 9.25rem !important; }
  .sm\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.5rem !important; }
  .sm\:focus\:translate-x-39:focus {
    --transform-translate-x: 9.75rem !important; }
  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important; }
  .sm\:focus\:translate-x-41:focus {
    --transform-translate-x: 10.25rem !important; }
  .sm\:focus\:translate-x-42:focus {
    --transform-translate-x: 10.5rem !important; }
  .sm\:focus\:translate-x-43:focus {
    --transform-translate-x: 10.75rem !important; }
  .sm\:focus\:translate-x-44:focus {
    --transform-translate-x: 11rem !important; }
  .sm\:focus\:translate-x-45:focus {
    --transform-translate-x: 11.25rem !important; }
  .sm\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.5rem !important; }
  .sm\:focus\:translate-x-47:focus {
    --transform-translate-x: 11.75rem !important; }
  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important; }
  .sm\:focus\:translate-x-49:focus {
    --transform-translate-x: 12.25rem !important; }
  .sm\:focus\:translate-x-50:focus {
    --transform-translate-x: 12.5rem !important; }
  .sm\:focus\:translate-x-51:focus {
    --transform-translate-x: 12.75rem !important; }
  .sm\:focus\:translate-x-52:focus {
    --transform-translate-x: 13rem !important; }
  .sm\:focus\:translate-x-53:focus {
    --transform-translate-x: 13.25rem !important; }
  .sm\:focus\:translate-x-54:focus {
    --transform-translate-x: 13.5rem !important; }
  .sm\:focus\:translate-x-55:focus {
    --transform-translate-x: 13.75rem !important; }
  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important; }
  .sm\:focus\:translate-x-57:focus {
    --transform-translate-x: 14.25rem !important; }
  .sm\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.5rem !important; }
  .sm\:focus\:translate-x-59:focus {
    --transform-translate-x: 14.75rem !important; }
  .sm\:focus\:translate-x-60:focus {
    --transform-translate-x: 15rem !important; }
  .sm\:focus\:translate-x-61:focus {
    --transform-translate-x: 15.25rem !important; }
  .sm\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.5rem !important; }
  .sm\:focus\:translate-x-63:focus {
    --transform-translate-x: 15.75rem !important; }
  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important; }
  .sm\:focus\:translate-x-65:focus {
    --transform-translate-x: 16.25rem !important; }
  .sm\:focus\:translate-x-66:focus {
    --transform-translate-x: 16.5rem !important; }
  .sm\:focus\:translate-x-67:focus {
    --transform-translate-x: 16.75rem !important; }
  .sm\:focus\:translate-x-68:focus {
    --transform-translate-x: 17rem !important; }
  .sm\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.25rem !important; }
  .sm\:focus\:translate-x-70:focus {
    --transform-translate-x: 17.5rem !important; }
  .sm\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.75rem !important; }
  .sm\:focus\:translate-x-72:focus {
    --transform-translate-x: 18rem !important; }
  .sm\:focus\:translate-x-73:focus {
    --transform-translate-x: 18.25rem !important; }
  .sm\:focus\:translate-x-74:focus {
    --transform-translate-x: 18.5rem !important; }
  .sm\:focus\:translate-x-75:focus {
    --transform-translate-x: 18.75rem !important; }
  .sm\:focus\:translate-x-76:focus {
    --transform-translate-x: 19rem !important; }
  .sm\:focus\:translate-x-77:focus {
    --transform-translate-x: 19.25rem !important; }
  .sm\:focus\:translate-x-78:focus {
    --transform-translate-x: 19.5rem !important; }
  .sm\:focus\:translate-x-79:focus {
    --transform-translate-x: 19.75rem !important; }
  .sm\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important; }
  .sm\:focus\:translate-x-84:focus {
    --transform-translate-x: 21rem !important; }
  .sm\:focus\:translate-x-88:focus {
    --transform-translate-x: 22rem !important; }
  .sm\:focus\:translate-x-92:focus {
    --transform-translate-x: 23rem !important; }
  .sm\:focus\:translate-x-96:focus {
    --transform-translate-x: 24rem !important; }
  .sm\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important; }
  .sm\:focus\:translate-x-104:focus {
    --transform-translate-x: 26rem !important; }
  .sm\:focus\:translate-x-108:focus {
    --transform-translate-x: 27rem !important; }
  .sm\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important; }
  .sm\:focus\:translate-x-116:focus {
    --transform-translate-x: 29rem !important; }
  .sm\:focus\:translate-x-120:focus {
    --transform-translate-x: 30rem !important; }
  .sm\:focus\:translate-x-124:focus {
    --transform-translate-x: 31rem !important; }
  .sm\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important; }
  .sm\:focus\:translate-x-132:focus {
    --transform-translate-x: 33rem !important; }
  .sm\:focus\:translate-x-136:focus {
    --transform-translate-x: 34rem !important; }
  .sm\:focus\:translate-x-140:focus {
    --transform-translate-x: 35rem !important; }
  .sm\:focus\:translate-x-144:focus {
    --transform-translate-x: 36rem !important; }
  .sm\:focus\:translate-x-148:focus {
    --transform-translate-x: 37rem !important; }
  .sm\:focus\:translate-x-152:focus {
    --transform-translate-x: 38rem !important; }
  .sm\:focus\:translate-x-156:focus {
    --transform-translate-x: 39rem !important; }
  .sm\:focus\:translate-x-160:focus {
    --transform-translate-x: 40rem !important; }
  .sm\:focus\:translate-x-164:focus {
    --transform-translate-x: 41rem !important; }
  .sm\:focus\:translate-x-168:focus {
    --transform-translate-x: 42rem !important; }
  .sm\:focus\:translate-x-172:focus {
    --transform-translate-x: 43rem !important; }
  .sm\:focus\:translate-x-176:focus {
    --transform-translate-x: 44rem !important; }
  .sm\:focus\:translate-x-180:focus {
    --transform-translate-x: 45rem !important; }
  .sm\:focus\:translate-x-184:focus {
    --transform-translate-x: 46rem !important; }
  .sm\:focus\:translate-x-188:focus {
    --transform-translate-x: 47rem !important; }
  .sm\:focus\:translate-x-192:focus {
    --transform-translate-x: 48rem !important; }
  .sm\:focus\:translate-x-196:focus {
    --transform-translate-x: 49rem !important; }
  .sm\:focus\:translate-x-200:focus {
    --transform-translate-x: 50rem !important; }
  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important; }
  .sm\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px !important; }
  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important; }
  .sm\:focus\:translate-x-2\/2:focus {
    --transform-translate-x: 100% !important; }
  .sm\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333% !important; }
  .sm\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667% !important; }
  .sm\:focus\:translate-x-3\/3:focus {
    --transform-translate-x: 100% !important; }
  .sm\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25% !important; }
  .sm\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50% !important; }
  .sm\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75% !important; }
  .sm\:focus\:translate-x-4\/4:focus {
    --transform-translate-x: 100% !important; }
  .sm\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20% !important; }
  .sm\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40% !important; }
  .sm\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60% !important; }
  .sm\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80% !important; }
  .sm\:focus\:translate-x-5\/5:focus {
    --transform-translate-x: 100% !important; }
  .sm\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667% !important; }
  .sm\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333% !important; }
  .sm\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50% !important; }
  .sm\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667% !important; }
  .sm\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333% !important; }
  .sm\:focus\:translate-x-6\/6:focus {
    --transform-translate-x: 100% !important; }
  .sm\:focus\:translate-x-1\/10:focus {
    --transform-translate-x: 10% !important; }
  .sm\:focus\:translate-x-2\/10:focus {
    --transform-translate-x: 20% !important; }
  .sm\:focus\:translate-x-3\/10:focus {
    --transform-translate-x: 30% !important; }
  .sm\:focus\:translate-x-4\/10:focus {
    --transform-translate-x: 40% !important; }
  .sm\:focus\:translate-x-5\/10:focus {
    --transform-translate-x: 50% !important; }
  .sm\:focus\:translate-x-6\/10:focus {
    --transform-translate-x: 60% !important; }
  .sm\:focus\:translate-x-7\/10:focus {
    --transform-translate-x: 70% !important; }
  .sm\:focus\:translate-x-8\/10:focus {
    --transform-translate-x: 80% !important; }
  .sm\:focus\:translate-x-9\/10:focus {
    --transform-translate-x: 90% !important; }
  .sm\:focus\:translate-x-10\/10:focus {
    --transform-translate-x: 100% !important; }
  .sm\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333% !important; }
  .sm\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667% !important; }
  .sm\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25% !important; }
  .sm\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333% !important; }
  .sm\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667% !important; }
  .sm\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50% !important; }
  .sm\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333% !important; }
  .sm\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667% !important; }
  .sm\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75% !important; }
  .sm\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333% !important; }
  .sm\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667% !important; }
  .sm\:focus\:translate-x-12\/12:focus {
    --transform-translate-x: 100% !important; }
  .sm\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0rem !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-7:focus {
    --transform-translate-x: -1.75rem !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-11:focus {
    --transform-translate-x: -2.75rem !important; }
  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important; }
  .sm\:focus\:-translate-x-13:focus {
    --transform-translate-x: -3.25rem !important; }
  .sm\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important; }
  .sm\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem !important; }
  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important; }
  .sm\:focus\:-translate-x-17:focus {
    --transform-translate-x: -4.25rem !important; }
  .sm\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important; }
  .sm\:focus\:-translate-x-19:focus {
    --transform-translate-x: -4.75rem !important; }
  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important; }
  .sm\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.25rem !important; }
  .sm\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem !important; }
  .sm\:focus\:-translate-x-23:focus {
    --transform-translate-x: -5.75rem !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-26:focus {
    --transform-translate-x: -6.5rem !important; }
  .sm\:focus\:-translate-x-27:focus {
    --transform-translate-x: -6.75rem !important; }
  .sm\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important; }
  .sm\:focus\:-translate-x-29:focus {
    --transform-translate-x: -7.25rem !important; }
  .sm\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.5rem !important; }
  .sm\:focus\:-translate-x-31:focus {
    --transform-translate-x: -7.75rem !important; }
  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important; }
  .sm\:focus\:-translate-x-33:focus {
    --transform-translate-x: -8.25rem !important; }
  .sm\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important; }
  .sm\:focus\:-translate-x-35:focus {
    --transform-translate-x: -8.75rem !important; }
  .sm\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem !important; }
  .sm\:focus\:-translate-x-37:focus {
    --transform-translate-x: -9.25rem !important; }
  .sm\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.5rem !important; }
  .sm\:focus\:-translate-x-39:focus {
    --transform-translate-x: -9.75rem !important; }
  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important; }
  .sm\:focus\:-translate-x-41:focus {
    --transform-translate-x: -10.25rem !important; }
  .sm\:focus\:-translate-x-42:focus {
    --transform-translate-x: -10.5rem !important; }
  .sm\:focus\:-translate-x-43:focus {
    --transform-translate-x: -10.75rem !important; }
  .sm\:focus\:-translate-x-44:focus {
    --transform-translate-x: -11rem !important; }
  .sm\:focus\:-translate-x-45:focus {
    --transform-translate-x: -11.25rem !important; }
  .sm\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.5rem !important; }
  .sm\:focus\:-translate-x-47:focus {
    --transform-translate-x: -11.75rem !important; }
  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important; }
  .sm\:focus\:-translate-x-49:focus {
    --transform-translate-x: -12.25rem !important; }
  .sm\:focus\:-translate-x-50:focus {
    --transform-translate-x: -12.5rem !important; }
  .sm\:focus\:-translate-x-51:focus {
    --transform-translate-x: -12.75rem !important; }
  .sm\:focus\:-translate-x-52:focus {
    --transform-translate-x: -13rem !important; }
  .sm\:focus\:-translate-x-53:focus {
    --transform-translate-x: -13.25rem !important; }
  .sm\:focus\:-translate-x-54:focus {
    --transform-translate-x: -13.5rem !important; }
  .sm\:focus\:-translate-x-55:focus {
    --transform-translate-x: -13.75rem !important; }
  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important; }
  .sm\:focus\:-translate-x-57:focus {
    --transform-translate-x: -14.25rem !important; }
  .sm\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.5rem !important; }
  .sm\:focus\:-translate-x-59:focus {
    --transform-translate-x: -14.75rem !important; }
  .sm\:focus\:-translate-x-60:focus {
    --transform-translate-x: -15rem !important; }
  .sm\:focus\:-translate-x-61:focus {
    --transform-translate-x: -15.25rem !important; }
  .sm\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.5rem !important; }
  .sm\:focus\:-translate-x-63:focus {
    --transform-translate-x: -15.75rem !important; }
  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important; }
  .sm\:focus\:-translate-x-65:focus {
    --transform-translate-x: -16.25rem !important; }
  .sm\:focus\:-translate-x-66:focus {
    --transform-translate-x: -16.5rem !important; }
  .sm\:focus\:-translate-x-67:focus {
    --transform-translate-x: -16.75rem !important; }
  .sm\:focus\:-translate-x-68:focus {
    --transform-translate-x: -17rem !important; }
  .sm\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.25rem !important; }
  .sm\:focus\:-translate-x-70:focus {
    --transform-translate-x: -17.5rem !important; }
  .sm\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.75rem !important; }
  .sm\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18rem !important; }
  .sm\:focus\:-translate-x-73:focus {
    --transform-translate-x: -18.25rem !important; }
  .sm\:focus\:-translate-x-74:focus {
    --transform-translate-x: -18.5rem !important; }
  .sm\:focus\:-translate-x-75:focus {
    --transform-translate-x: -18.75rem !important; }
  .sm\:focus\:-translate-x-76:focus {
    --transform-translate-x: -19rem !important; }
  .sm\:focus\:-translate-x-77:focus {
    --transform-translate-x: -19.25rem !important; }
  .sm\:focus\:-translate-x-78:focus {
    --transform-translate-x: -19.5rem !important; }
  .sm\:focus\:-translate-x-79:focus {
    --transform-translate-x: -19.75rem !important; }
  .sm\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important; }
  .sm\:focus\:-translate-x-84:focus {
    --transform-translate-x: -21rem !important; }
  .sm\:focus\:-translate-x-88:focus {
    --transform-translate-x: -22rem !important; }
  .sm\:focus\:-translate-x-92:focus {
    --transform-translate-x: -23rem !important; }
  .sm\:focus\:-translate-x-96:focus {
    --transform-translate-x: -24rem !important; }
  .sm\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important; }
  .sm\:focus\:-translate-x-104:focus {
    --transform-translate-x: -26rem !important; }
  .sm\:focus\:-translate-x-108:focus {
    --transform-translate-x: -27rem !important; }
  .sm\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important; }
  .sm\:focus\:-translate-x-116:focus {
    --transform-translate-x: -29rem !important; }
  .sm\:focus\:-translate-x-120:focus {
    --transform-translate-x: -30rem !important; }
  .sm\:focus\:-translate-x-124:focus {
    --transform-translate-x: -31rem !important; }
  .sm\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important; }
  .sm\:focus\:-translate-x-132:focus {
    --transform-translate-x: -33rem !important; }
  .sm\:focus\:-translate-x-136:focus {
    --transform-translate-x: -34rem !important; }
  .sm\:focus\:-translate-x-140:focus {
    --transform-translate-x: -35rem !important; }
  .sm\:focus\:-translate-x-144:focus {
    --transform-translate-x: -36rem !important; }
  .sm\:focus\:-translate-x-148:focus {
    --transform-translate-x: -37rem !important; }
  .sm\:focus\:-translate-x-152:focus {
    --transform-translate-x: -38rem !important; }
  .sm\:focus\:-translate-x-156:focus {
    --transform-translate-x: -39rem !important; }
  .sm\:focus\:-translate-x-160:focus {
    --transform-translate-x: -40rem !important; }
  .sm\:focus\:-translate-x-164:focus {
    --transform-translate-x: -41rem !important; }
  .sm\:focus\:-translate-x-168:focus {
    --transform-translate-x: -42rem !important; }
  .sm\:focus\:-translate-x-172:focus {
    --transform-translate-x: -43rem !important; }
  .sm\:focus\:-translate-x-176:focus {
    --transform-translate-x: -44rem !important; }
  .sm\:focus\:-translate-x-180:focus {
    --transform-translate-x: -45rem !important; }
  .sm\:focus\:-translate-x-184:focus {
    --transform-translate-x: -46rem !important; }
  .sm\:focus\:-translate-x-188:focus {
    --transform-translate-x: -47rem !important; }
  .sm\:focus\:-translate-x-192:focus {
    --transform-translate-x: -48rem !important; }
  .sm\:focus\:-translate-x-196:focus {
    --transform-translate-x: -49rem !important; }
  .sm\:focus\:-translate-x-200:focus {
    --transform-translate-x: -50rem !important; }
  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important; }
  .sm\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px !important; }
  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important; }
  .sm\:focus\:-translate-x-2\/2:focus {
    --transform-translate-x: -100% !important; }
  .sm\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333% !important; }
  .sm\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667% !important; }
  .sm\:focus\:-translate-x-3\/3:focus {
    --transform-translate-x: -100% !important; }
  .sm\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25% !important; }
  .sm\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50% !important; }
  .sm\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75% !important; }
  .sm\:focus\:-translate-x-4\/4:focus {
    --transform-translate-x: -100% !important; }
  .sm\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20% !important; }
  .sm\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40% !important; }
  .sm\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60% !important; }
  .sm\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80% !important; }
  .sm\:focus\:-translate-x-5\/5:focus {
    --transform-translate-x: -100% !important; }
  .sm\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667% !important; }
  .sm\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333% !important; }
  .sm\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50% !important; }
  .sm\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667% !important; }
  .sm\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333% !important; }
  .sm\:focus\:-translate-x-6\/6:focus {
    --transform-translate-x: -100% !important; }
  .sm\:focus\:-translate-x-1\/10:focus {
    --transform-translate-x: -10% !important; }
  .sm\:focus\:-translate-x-2\/10:focus {
    --transform-translate-x: -20% !important; }
  .sm\:focus\:-translate-x-3\/10:focus {
    --transform-translate-x: -30% !important; }
  .sm\:focus\:-translate-x-4\/10:focus {
    --transform-translate-x: -40% !important; }
  .sm\:focus\:-translate-x-5\/10:focus {
    --transform-translate-x: -50% !important; }
  .sm\:focus\:-translate-x-6\/10:focus {
    --transform-translate-x: -60% !important; }
  .sm\:focus\:-translate-x-7\/10:focus {
    --transform-translate-x: -70% !important; }
  .sm\:focus\:-translate-x-8\/10:focus {
    --transform-translate-x: -80% !important; }
  .sm\:focus\:-translate-x-9\/10:focus {
    --transform-translate-x: -90% !important; }
  .sm\:focus\:-translate-x-10\/10:focus {
    --transform-translate-x: -100% !important; }
  .sm\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333% !important; }
  .sm\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667% !important; }
  .sm\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25% !important; }
  .sm\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333% !important; }
  .sm\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667% !important; }
  .sm\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50% !important; }
  .sm\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333% !important; }
  .sm\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667% !important; }
  .sm\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75% !important; }
  .sm\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333% !important; }
  .sm\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667% !important; }
  .sm\:focus\:-translate-x-12\/12:focus {
    --transform-translate-x: -100% !important; }
  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important; }
  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important; }
  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0rem !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-7:focus {
    --transform-translate-y: 1.75rem !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-11:focus {
    --transform-translate-y: 2.75rem !important; }
  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important; }
  .sm\:focus\:translate-y-13:focus {
    --transform-translate-y: 3.25rem !important; }
  .sm\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important; }
  .sm\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem !important; }
  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important; }
  .sm\:focus\:translate-y-17:focus {
    --transform-translate-y: 4.25rem !important; }
  .sm\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important; }
  .sm\:focus\:translate-y-19:focus {
    --transform-translate-y: 4.75rem !important; }
  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important; }
  .sm\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.25rem !important; }
  .sm\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem !important; }
  .sm\:focus\:translate-y-23:focus {
    --transform-translate-y: 5.75rem !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-26:focus {
    --transform-translate-y: 6.5rem !important; }
  .sm\:focus\:translate-y-27:focus {
    --transform-translate-y: 6.75rem !important; }
  .sm\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important; }
  .sm\:focus\:translate-y-29:focus {
    --transform-translate-y: 7.25rem !important; }
  .sm\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.5rem !important; }
  .sm\:focus\:translate-y-31:focus {
    --transform-translate-y: 7.75rem !important; }
  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important; }
  .sm\:focus\:translate-y-33:focus {
    --transform-translate-y: 8.25rem !important; }
  .sm\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important; }
  .sm\:focus\:translate-y-35:focus {
    --transform-translate-y: 8.75rem !important; }
  .sm\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem !important; }
  .sm\:focus\:translate-y-37:focus {
    --transform-translate-y: 9.25rem !important; }
  .sm\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.5rem !important; }
  .sm\:focus\:translate-y-39:focus {
    --transform-translate-y: 9.75rem !important; }
  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important; }
  .sm\:focus\:translate-y-41:focus {
    --transform-translate-y: 10.25rem !important; }
  .sm\:focus\:translate-y-42:focus {
    --transform-translate-y: 10.5rem !important; }
  .sm\:focus\:translate-y-43:focus {
    --transform-translate-y: 10.75rem !important; }
  .sm\:focus\:translate-y-44:focus {
    --transform-translate-y: 11rem !important; }
  .sm\:focus\:translate-y-45:focus {
    --transform-translate-y: 11.25rem !important; }
  .sm\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.5rem !important; }
  .sm\:focus\:translate-y-47:focus {
    --transform-translate-y: 11.75rem !important; }
  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important; }
  .sm\:focus\:translate-y-49:focus {
    --transform-translate-y: 12.25rem !important; }
  .sm\:focus\:translate-y-50:focus {
    --transform-translate-y: 12.5rem !important; }
  .sm\:focus\:translate-y-51:focus {
    --transform-translate-y: 12.75rem !important; }
  .sm\:focus\:translate-y-52:focus {
    --transform-translate-y: 13rem !important; }
  .sm\:focus\:translate-y-53:focus {
    --transform-translate-y: 13.25rem !important; }
  .sm\:focus\:translate-y-54:focus {
    --transform-translate-y: 13.5rem !important; }
  .sm\:focus\:translate-y-55:focus {
    --transform-translate-y: 13.75rem !important; }
  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important; }
  .sm\:focus\:translate-y-57:focus {
    --transform-translate-y: 14.25rem !important; }
  .sm\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.5rem !important; }
  .sm\:focus\:translate-y-59:focus {
    --transform-translate-y: 14.75rem !important; }
  .sm\:focus\:translate-y-60:focus {
    --transform-translate-y: 15rem !important; }
  .sm\:focus\:translate-y-61:focus {
    --transform-translate-y: 15.25rem !important; }
  .sm\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.5rem !important; }
  .sm\:focus\:translate-y-63:focus {
    --transform-translate-y: 15.75rem !important; }
  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important; }
  .sm\:focus\:translate-y-65:focus {
    --transform-translate-y: 16.25rem !important; }
  .sm\:focus\:translate-y-66:focus {
    --transform-translate-y: 16.5rem !important; }
  .sm\:focus\:translate-y-67:focus {
    --transform-translate-y: 16.75rem !important; }
  .sm\:focus\:translate-y-68:focus {
    --transform-translate-y: 17rem !important; }
  .sm\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.25rem !important; }
  .sm\:focus\:translate-y-70:focus {
    --transform-translate-y: 17.5rem !important; }
  .sm\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.75rem !important; }
  .sm\:focus\:translate-y-72:focus {
    --transform-translate-y: 18rem !important; }
  .sm\:focus\:translate-y-73:focus {
    --transform-translate-y: 18.25rem !important; }
  .sm\:focus\:translate-y-74:focus {
    --transform-translate-y: 18.5rem !important; }
  .sm\:focus\:translate-y-75:focus {
    --transform-translate-y: 18.75rem !important; }
  .sm\:focus\:translate-y-76:focus {
    --transform-translate-y: 19rem !important; }
  .sm\:focus\:translate-y-77:focus {
    --transform-translate-y: 19.25rem !important; }
  .sm\:focus\:translate-y-78:focus {
    --transform-translate-y: 19.5rem !important; }
  .sm\:focus\:translate-y-79:focus {
    --transform-translate-y: 19.75rem !important; }
  .sm\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important; }
  .sm\:focus\:translate-y-84:focus {
    --transform-translate-y: 21rem !important; }
  .sm\:focus\:translate-y-88:focus {
    --transform-translate-y: 22rem !important; }
  .sm\:focus\:translate-y-92:focus {
    --transform-translate-y: 23rem !important; }
  .sm\:focus\:translate-y-96:focus {
    --transform-translate-y: 24rem !important; }
  .sm\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important; }
  .sm\:focus\:translate-y-104:focus {
    --transform-translate-y: 26rem !important; }
  .sm\:focus\:translate-y-108:focus {
    --transform-translate-y: 27rem !important; }
  .sm\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important; }
  .sm\:focus\:translate-y-116:focus {
    --transform-translate-y: 29rem !important; }
  .sm\:focus\:translate-y-120:focus {
    --transform-translate-y: 30rem !important; }
  .sm\:focus\:translate-y-124:focus {
    --transform-translate-y: 31rem !important; }
  .sm\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important; }
  .sm\:focus\:translate-y-132:focus {
    --transform-translate-y: 33rem !important; }
  .sm\:focus\:translate-y-136:focus {
    --transform-translate-y: 34rem !important; }
  .sm\:focus\:translate-y-140:focus {
    --transform-translate-y: 35rem !important; }
  .sm\:focus\:translate-y-144:focus {
    --transform-translate-y: 36rem !important; }
  .sm\:focus\:translate-y-148:focus {
    --transform-translate-y: 37rem !important; }
  .sm\:focus\:translate-y-152:focus {
    --transform-translate-y: 38rem !important; }
  .sm\:focus\:translate-y-156:focus {
    --transform-translate-y: 39rem !important; }
  .sm\:focus\:translate-y-160:focus {
    --transform-translate-y: 40rem !important; }
  .sm\:focus\:translate-y-164:focus {
    --transform-translate-y: 41rem !important; }
  .sm\:focus\:translate-y-168:focus {
    --transform-translate-y: 42rem !important; }
  .sm\:focus\:translate-y-172:focus {
    --transform-translate-y: 43rem !important; }
  .sm\:focus\:translate-y-176:focus {
    --transform-translate-y: 44rem !important; }
  .sm\:focus\:translate-y-180:focus {
    --transform-translate-y: 45rem !important; }
  .sm\:focus\:translate-y-184:focus {
    --transform-translate-y: 46rem !important; }
  .sm\:focus\:translate-y-188:focus {
    --transform-translate-y: 47rem !important; }
  .sm\:focus\:translate-y-192:focus {
    --transform-translate-y: 48rem !important; }
  .sm\:focus\:translate-y-196:focus {
    --transform-translate-y: 49rem !important; }
  .sm\:focus\:translate-y-200:focus {
    --transform-translate-y: 50rem !important; }
  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important; }
  .sm\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px !important; }
  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important; }
  .sm\:focus\:translate-y-2\/2:focus {
    --transform-translate-y: 100% !important; }
  .sm\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333% !important; }
  .sm\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667% !important; }
  .sm\:focus\:translate-y-3\/3:focus {
    --transform-translate-y: 100% !important; }
  .sm\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25% !important; }
  .sm\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50% !important; }
  .sm\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75% !important; }
  .sm\:focus\:translate-y-4\/4:focus {
    --transform-translate-y: 100% !important; }
  .sm\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20% !important; }
  .sm\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40% !important; }
  .sm\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60% !important; }
  .sm\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80% !important; }
  .sm\:focus\:translate-y-5\/5:focus {
    --transform-translate-y: 100% !important; }
  .sm\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667% !important; }
  .sm\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333% !important; }
  .sm\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50% !important; }
  .sm\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667% !important; }
  .sm\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333% !important; }
  .sm\:focus\:translate-y-6\/6:focus {
    --transform-translate-y: 100% !important; }
  .sm\:focus\:translate-y-1\/10:focus {
    --transform-translate-y: 10% !important; }
  .sm\:focus\:translate-y-2\/10:focus {
    --transform-translate-y: 20% !important; }
  .sm\:focus\:translate-y-3\/10:focus {
    --transform-translate-y: 30% !important; }
  .sm\:focus\:translate-y-4\/10:focus {
    --transform-translate-y: 40% !important; }
  .sm\:focus\:translate-y-5\/10:focus {
    --transform-translate-y: 50% !important; }
  .sm\:focus\:translate-y-6\/10:focus {
    --transform-translate-y: 60% !important; }
  .sm\:focus\:translate-y-7\/10:focus {
    --transform-translate-y: 70% !important; }
  .sm\:focus\:translate-y-8\/10:focus {
    --transform-translate-y: 80% !important; }
  .sm\:focus\:translate-y-9\/10:focus {
    --transform-translate-y: 90% !important; }
  .sm\:focus\:translate-y-10\/10:focus {
    --transform-translate-y: 100% !important; }
  .sm\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333% !important; }
  .sm\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667% !important; }
  .sm\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25% !important; }
  .sm\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333% !important; }
  .sm\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667% !important; }
  .sm\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50% !important; }
  .sm\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333% !important; }
  .sm\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667% !important; }
  .sm\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75% !important; }
  .sm\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333% !important; }
  .sm\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667% !important; }
  .sm\:focus\:translate-y-12\/12:focus {
    --transform-translate-y: 100% !important; }
  .sm\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0rem !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-7:focus {
    --transform-translate-y: -1.75rem !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-11:focus {
    --transform-translate-y: -2.75rem !important; }
  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important; }
  .sm\:focus\:-translate-y-13:focus {
    --transform-translate-y: -3.25rem !important; }
  .sm\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important; }
  .sm\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem !important; }
  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important; }
  .sm\:focus\:-translate-y-17:focus {
    --transform-translate-y: -4.25rem !important; }
  .sm\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important; }
  .sm\:focus\:-translate-y-19:focus {
    --transform-translate-y: -4.75rem !important; }
  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important; }
  .sm\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.25rem !important; }
  .sm\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem !important; }
  .sm\:focus\:-translate-y-23:focus {
    --transform-translate-y: -5.75rem !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-26:focus {
    --transform-translate-y: -6.5rem !important; }
  .sm\:focus\:-translate-y-27:focus {
    --transform-translate-y: -6.75rem !important; }
  .sm\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important; }
  .sm\:focus\:-translate-y-29:focus {
    --transform-translate-y: -7.25rem !important; }
  .sm\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.5rem !important; }
  .sm\:focus\:-translate-y-31:focus {
    --transform-translate-y: -7.75rem !important; }
  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important; }
  .sm\:focus\:-translate-y-33:focus {
    --transform-translate-y: -8.25rem !important; }
  .sm\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important; }
  .sm\:focus\:-translate-y-35:focus {
    --transform-translate-y: -8.75rem !important; }
  .sm\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem !important; }
  .sm\:focus\:-translate-y-37:focus {
    --transform-translate-y: -9.25rem !important; }
  .sm\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.5rem !important; }
  .sm\:focus\:-translate-y-39:focus {
    --transform-translate-y: -9.75rem !important; }
  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important; }
  .sm\:focus\:-translate-y-41:focus {
    --transform-translate-y: -10.25rem !important; }
  .sm\:focus\:-translate-y-42:focus {
    --transform-translate-y: -10.5rem !important; }
  .sm\:focus\:-translate-y-43:focus {
    --transform-translate-y: -10.75rem !important; }
  .sm\:focus\:-translate-y-44:focus {
    --transform-translate-y: -11rem !important; }
  .sm\:focus\:-translate-y-45:focus {
    --transform-translate-y: -11.25rem !important; }
  .sm\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.5rem !important; }
  .sm\:focus\:-translate-y-47:focus {
    --transform-translate-y: -11.75rem !important; }
  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important; }
  .sm\:focus\:-translate-y-49:focus {
    --transform-translate-y: -12.25rem !important; }
  .sm\:focus\:-translate-y-50:focus {
    --transform-translate-y: -12.5rem !important; }
  .sm\:focus\:-translate-y-51:focus {
    --transform-translate-y: -12.75rem !important; }
  .sm\:focus\:-translate-y-52:focus {
    --transform-translate-y: -13rem !important; }
  .sm\:focus\:-translate-y-53:focus {
    --transform-translate-y: -13.25rem !important; }
  .sm\:focus\:-translate-y-54:focus {
    --transform-translate-y: -13.5rem !important; }
  .sm\:focus\:-translate-y-55:focus {
    --transform-translate-y: -13.75rem !important; }
  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important; }
  .sm\:focus\:-translate-y-57:focus {
    --transform-translate-y: -14.25rem !important; }
  .sm\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.5rem !important; }
  .sm\:focus\:-translate-y-59:focus {
    --transform-translate-y: -14.75rem !important; }
  .sm\:focus\:-translate-y-60:focus {
    --transform-translate-y: -15rem !important; }
  .sm\:focus\:-translate-y-61:focus {
    --transform-translate-y: -15.25rem !important; }
  .sm\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.5rem !important; }
  .sm\:focus\:-translate-y-63:focus {
    --transform-translate-y: -15.75rem !important; }
  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important; }
  .sm\:focus\:-translate-y-65:focus {
    --transform-translate-y: -16.25rem !important; }
  .sm\:focus\:-translate-y-66:focus {
    --transform-translate-y: -16.5rem !important; }
  .sm\:focus\:-translate-y-67:focus {
    --transform-translate-y: -16.75rem !important; }
  .sm\:focus\:-translate-y-68:focus {
    --transform-translate-y: -17rem !important; }
  .sm\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.25rem !important; }
  .sm\:focus\:-translate-y-70:focus {
    --transform-translate-y: -17.5rem !important; }
  .sm\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.75rem !important; }
  .sm\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18rem !important; }
  .sm\:focus\:-translate-y-73:focus {
    --transform-translate-y: -18.25rem !important; }
  .sm\:focus\:-translate-y-74:focus {
    --transform-translate-y: -18.5rem !important; }
  .sm\:focus\:-translate-y-75:focus {
    --transform-translate-y: -18.75rem !important; }
  .sm\:focus\:-translate-y-76:focus {
    --transform-translate-y: -19rem !important; }
  .sm\:focus\:-translate-y-77:focus {
    --transform-translate-y: -19.25rem !important; }
  .sm\:focus\:-translate-y-78:focus {
    --transform-translate-y: -19.5rem !important; }
  .sm\:focus\:-translate-y-79:focus {
    --transform-translate-y: -19.75rem !important; }
  .sm\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important; }
  .sm\:focus\:-translate-y-84:focus {
    --transform-translate-y: -21rem !important; }
  .sm\:focus\:-translate-y-88:focus {
    --transform-translate-y: -22rem !important; }
  .sm\:focus\:-translate-y-92:focus {
    --transform-translate-y: -23rem !important; }
  .sm\:focus\:-translate-y-96:focus {
    --transform-translate-y: -24rem !important; }
  .sm\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important; }
  .sm\:focus\:-translate-y-104:focus {
    --transform-translate-y: -26rem !important; }
  .sm\:focus\:-translate-y-108:focus {
    --transform-translate-y: -27rem !important; }
  .sm\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important; }
  .sm\:focus\:-translate-y-116:focus {
    --transform-translate-y: -29rem !important; }
  .sm\:focus\:-translate-y-120:focus {
    --transform-translate-y: -30rem !important; }
  .sm\:focus\:-translate-y-124:focus {
    --transform-translate-y: -31rem !important; }
  .sm\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important; }
  .sm\:focus\:-translate-y-132:focus {
    --transform-translate-y: -33rem !important; }
  .sm\:focus\:-translate-y-136:focus {
    --transform-translate-y: -34rem !important; }
  .sm\:focus\:-translate-y-140:focus {
    --transform-translate-y: -35rem !important; }
  .sm\:focus\:-translate-y-144:focus {
    --transform-translate-y: -36rem !important; }
  .sm\:focus\:-translate-y-148:focus {
    --transform-translate-y: -37rem !important; }
  .sm\:focus\:-translate-y-152:focus {
    --transform-translate-y: -38rem !important; }
  .sm\:focus\:-translate-y-156:focus {
    --transform-translate-y: -39rem !important; }
  .sm\:focus\:-translate-y-160:focus {
    --transform-translate-y: -40rem !important; }
  .sm\:focus\:-translate-y-164:focus {
    --transform-translate-y: -41rem !important; }
  .sm\:focus\:-translate-y-168:focus {
    --transform-translate-y: -42rem !important; }
  .sm\:focus\:-translate-y-172:focus {
    --transform-translate-y: -43rem !important; }
  .sm\:focus\:-translate-y-176:focus {
    --transform-translate-y: -44rem !important; }
  .sm\:focus\:-translate-y-180:focus {
    --transform-translate-y: -45rem !important; }
  .sm\:focus\:-translate-y-184:focus {
    --transform-translate-y: -46rem !important; }
  .sm\:focus\:-translate-y-188:focus {
    --transform-translate-y: -47rem !important; }
  .sm\:focus\:-translate-y-192:focus {
    --transform-translate-y: -48rem !important; }
  .sm\:focus\:-translate-y-196:focus {
    --transform-translate-y: -49rem !important; }
  .sm\:focus\:-translate-y-200:focus {
    --transform-translate-y: -50rem !important; }
  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important; }
  .sm\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px !important; }
  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important; }
  .sm\:focus\:-translate-y-2\/2:focus {
    --transform-translate-y: -100% !important; }
  .sm\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333% !important; }
  .sm\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667% !important; }
  .sm\:focus\:-translate-y-3\/3:focus {
    --transform-translate-y: -100% !important; }
  .sm\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25% !important; }
  .sm\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50% !important; }
  .sm\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75% !important; }
  .sm\:focus\:-translate-y-4\/4:focus {
    --transform-translate-y: -100% !important; }
  .sm\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20% !important; }
  .sm\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40% !important; }
  .sm\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60% !important; }
  .sm\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80% !important; }
  .sm\:focus\:-translate-y-5\/5:focus {
    --transform-translate-y: -100% !important; }
  .sm\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667% !important; }
  .sm\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333% !important; }
  .sm\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50% !important; }
  .sm\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667% !important; }
  .sm\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333% !important; }
  .sm\:focus\:-translate-y-6\/6:focus {
    --transform-translate-y: -100% !important; }
  .sm\:focus\:-translate-y-1\/10:focus {
    --transform-translate-y: -10% !important; }
  .sm\:focus\:-translate-y-2\/10:focus {
    --transform-translate-y: -20% !important; }
  .sm\:focus\:-translate-y-3\/10:focus {
    --transform-translate-y: -30% !important; }
  .sm\:focus\:-translate-y-4\/10:focus {
    --transform-translate-y: -40% !important; }
  .sm\:focus\:-translate-y-5\/10:focus {
    --transform-translate-y: -50% !important; }
  .sm\:focus\:-translate-y-6\/10:focus {
    --transform-translate-y: -60% !important; }
  .sm\:focus\:-translate-y-7\/10:focus {
    --transform-translate-y: -70% !important; }
  .sm\:focus\:-translate-y-8\/10:focus {
    --transform-translate-y: -80% !important; }
  .sm\:focus\:-translate-y-9\/10:focus {
    --transform-translate-y: -90% !important; }
  .sm\:focus\:-translate-y-10\/10:focus {
    --transform-translate-y: -100% !important; }
  .sm\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333% !important; }
  .sm\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667% !important; }
  .sm\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25% !important; }
  .sm\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333% !important; }
  .sm\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667% !important; }
  .sm\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50% !important; }
  .sm\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333% !important; }
  .sm\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667% !important; }
  .sm\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75% !important; }
  .sm\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333% !important; }
  .sm\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667% !important; }
  .sm\:focus\:-translate-y-12\/12:focus {
    --transform-translate-y: -100% !important; }
  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important; }
  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important; }
  .sm\:skew-x-0 {
    --transform-skew-x: 0 !important; }
  .sm\:skew-x-1 {
    --transform-skew-x: 1deg !important; }
  .sm\:skew-x-2 {
    --transform-skew-x: 2deg !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-x-2 {
    --transform-skew-x: -2deg !important; }
  .sm\:-skew-x-1 {
    --transform-skew-x: -1deg !important; }
  .sm\:skew-y-0 {
    --transform-skew-y: 0 !important; }
  .sm\:skew-y-1 {
    --transform-skew-y: 1deg !important; }
  .sm\:skew-y-2 {
    --transform-skew-y: 2deg !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\:-skew-y-2 {
    --transform-skew-y: -2deg !important; }
  .sm\:-skew-y-1 {
    --transform-skew-y: -1deg !important; }
  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important; }
  .sm\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important; }
  .sm\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !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-x-2:hover {
    --transform-skew-x: -2deg !important; }
  .sm\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important; }
  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important; }
  .sm\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important; }
  .sm\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !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\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important; }
  .sm\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important; }
  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important; }
  .sm\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important; }
  .sm\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !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-x-2:focus {
    --transform-skew-x: -2deg !important; }
  .sm\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important; }
  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important; }
  .sm\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important; }
  .sm\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !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\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important; }
  .sm\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !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; }
  .sm\:ar-16x9 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 56.25% !important; }
  .sm\:ar-3x2 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 66.66666666666667% !important; }
  .sm\:ar-4x3 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 75% !important; }
  .sm\:ar-1x1 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 100% !important; }
  .sm\:ar-31x33 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 106.4516129032258% !important; }
  .sm\:text-start {
    text-align: start !important; }
  .sm\:text-end {
    text-align: end !important; } }

@media (min-width: 768px) {
  .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }
  .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0rem * var(--space-x-reverse)) !important;
    margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * 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-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.25rem * 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-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * 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-21 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-21 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.25rem * 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-23 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-23 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * 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-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-27 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-27 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important; }
  .md\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.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-31 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-31 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.75rem * 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-33 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-33 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-39 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-39 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.75rem * 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-41 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-41 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-42 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-42 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-43 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-43 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-44 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important; }
  .md\:space-x-44 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-47 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-47 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * 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-49 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-49 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-51 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-51 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-52 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important; }
  .md\:space-x-52 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-53 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-53 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-54 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-54 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * 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-57 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-57 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-58 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-58 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-59 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-59 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important; }
  .md\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-61 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-61 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-63 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-63 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.75rem * 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-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-66 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-66 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-67 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-67 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-68 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17rem * var(--space-y-reverse)) !important; }
  .md\:space-x-68 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17rem * var(--space-x-reverse)) !important;
    margin-left: calc(17rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-69 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-69 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-71 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-71 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-72 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important; }
  .md\:space-x-72 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-73 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-73 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-76 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19rem * var(--space-y-reverse)) !important; }
  .md\:space-x-76 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19rem * var(--space-x-reverse)) !important;
    margin-left: calc(19rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-77 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-77 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-78 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.5rem * var(--space-y-reverse)) !important; }
  .md\:space-x-78 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-79 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.75rem * var(--space-y-reverse)) !important; }
  .md\:space-x-79 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important; }
  .md\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-84 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important; }
  .md\:space-x-84 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(22rem * var(--space-y-reverse)) !important; }
  .md\:space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(22rem * var(--space-x-reverse)) !important;
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-92 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important; }
  .md\:space-x-92 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--space-y-reverse)) !important; }
  .md\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important; }
  .md\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-104 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--space-y-reverse)) !important; }
  .md\:space-x-104 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-108 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important; }
  .md\:space-x-108 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-112 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--space-y-reverse)) !important; }
  .md\:space-x-112 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-116 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important; }
  .md\:space-x-116 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--space-y-reverse)) !important; }
  .md\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-124 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31rem * var(--space-y-reverse)) !important; }
  .md\:space-x-124 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31rem * var(--space-x-reverse)) !important;
    margin-left: calc(31rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(32rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(32rem * var(--space-y-reverse)) !important; }
  .md\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(32rem * var(--space-x-reverse)) !important;
    margin-left: calc(32rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-132 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33rem * var(--space-y-reverse)) !important; }
  .md\:space-x-132 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33rem * var(--space-x-reverse)) !important;
    margin-left: calc(33rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-136 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--space-y-reverse)) !important; }
  .md\:space-x-136 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(35rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(35rem * var(--space-y-reverse)) !important; }
  .md\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(35rem * var(--space-x-reverse)) !important;
    margin-left: calc(35rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-144 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--space-y-reverse)) !important; }
  .md\:space-x-144 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-148 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(37rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(37rem * var(--space-y-reverse)) !important; }
  .md\:space-x-148 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(37rem * var(--space-x-reverse)) !important;
    margin-left: calc(37rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-152 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(38rem * var(--space-y-reverse)) !important; }
  .md\:space-x-152 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(38rem * var(--space-x-reverse)) !important;
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-156 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(39rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(39rem * var(--space-y-reverse)) !important; }
  .md\:space-x-156 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(39rem * var(--space-x-reverse)) !important;
    margin-left: calc(39rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40rem * var(--space-y-reverse)) !important; }
  .md\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40rem * var(--space-x-reverse)) !important;
    margin-left: calc(40rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-164 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(41rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(41rem * var(--space-y-reverse)) !important; }
  .md\:space-x-164 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(41rem * var(--space-x-reverse)) !important;
    margin-left: calc(41rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--space-y-reverse)) !important; }
  .md\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-172 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(43rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(43rem * var(--space-y-reverse)) !important; }
  .md\:space-x-172 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(43rem * var(--space-x-reverse)) !important;
    margin-left: calc(43rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-176 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(44rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(44rem * var(--space-y-reverse)) !important; }
  .md\:space-x-176 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(44rem * var(--space-x-reverse)) !important;
    margin-left: calc(44rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(45rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(45rem * var(--space-y-reverse)) !important; }
  .md\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(45rem * var(--space-x-reverse)) !important;
    margin-left: calc(45rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-184 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(46rem * var(--space-y-reverse)) !important; }
  .md\:space-x-184 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(46rem * var(--space-x-reverse)) !important;
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-188 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(47rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(47rem * var(--space-y-reverse)) !important; }
  .md\:space-x-188 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(47rem * var(--space-x-reverse)) !important;
    margin-left: calc(47rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-192 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48rem * var(--space-y-reverse)) !important; }
  .md\:space-x-192 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48rem * var(--space-x-reverse)) !important;
    margin-left: calc(48rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-196 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(49rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(49rem * var(--space-y-reverse)) !important; }
  .md\:space-x-196 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(49rem * var(--space-x-reverse)) !important;
    margin-left: calc(49rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50rem * var(--space-y-reverse)) !important; }
  .md\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50rem * var(--space-x-reverse)) !important;
    margin-left: calc(50rem * 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-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important; }
  .md\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .md\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-2\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .md\:space-x-2\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .md\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .md\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-3\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .md\:space-x-3\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25% * var(--space-y-reverse)) !important; }
  .md\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25% * var(--space-x-reverse)) !important;
    margin-left: calc(25% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .md\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important; }
  .md\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-4\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .md\:space-x-4\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important; }
  .md\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important; }
  .md\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important; }
  .md\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(60% * var(--space-x-reverse)) !important;
    margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80% * var(--space-y-reverse)) !important; }
  .md\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(80% * var(--space-x-reverse)) !important;
    margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-5\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .md\:space-x-5\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }
  .md\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .md\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .md\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .md\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }
  .md\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-6\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .md\:space-x-6\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-1\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10% * var(--space-y-reverse)) !important; }
  .md\:space-x-1\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10% * var(--space-x-reverse)) !important;
    margin-left: calc(10% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-2\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important; }
  .md\:space-x-2\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-3\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(30% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30% * var(--space-y-reverse)) !important; }
  .md\:space-x-3\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(30% * var(--space-x-reverse)) !important;
    margin-left: calc(30% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-4\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important; }
  .md\:space-x-4\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-5\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .md\:space-x-5\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-6\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important; }
  .md\:space-x-6\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(60% * var(--space-x-reverse)) !important;
    margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-7\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(70% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(70% * var(--space-y-reverse)) !important; }
  .md\:space-x-7\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(70% * var(--space-x-reverse)) !important;
    margin-left: calc(70% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-8\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80% * var(--space-y-reverse)) !important; }
  .md\:space-x-8\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(80% * var(--space-x-reverse)) !important;
    margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-9\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important; }
  .md\:space-x-9\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-10\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .md\:space-x-10\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; }
  .md\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }
  .md\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25% * var(--space-y-reverse)) !important; }
  .md\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25% * var(--space-x-reverse)) !important;
    margin-left: calc(25% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .md\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; }
  .md\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(41.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .md\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; }
  .md\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .md\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important; }
  .md\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }
  .md\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; }
  .md\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:space-y-12\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .md\:space-x-12\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0rem * var(--space-x-reverse)) !important;
    margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * 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-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.25rem * 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-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * 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-21 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-21 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.25rem * 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-23 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-23 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * 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-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-27 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-27 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.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-31 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-31 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.75rem * 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-33 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-33 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-39 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-39 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.75rem * 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-41 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-41 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-42 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-42 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-43 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-43 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-44 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-44 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-47 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-47 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * 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-49 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-49 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-51 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-51 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-52 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-52 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-53 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-53 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-54 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-54 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * 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-57 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-57 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-58 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-58 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-59 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-59 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-61 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-61 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-63 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-63 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.75rem * 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-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-66 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-66 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-67 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-67 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-68 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-68 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-69 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-69 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-71 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-71 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-72 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-72 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-73 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-73 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-76 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-76 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-77 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-77 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-78 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.5rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-78 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-79 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.75rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-79 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-84 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-84 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-22rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-22rem * var(--space-x-reverse)) !important;
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-92 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-92 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-104 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-104 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-108 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-108 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-112 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-112 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-116 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-116 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-124 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-124 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-32rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-32rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-32rem * var(--space-x-reverse)) !important;
    margin-left: calc(-32rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-132 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-132 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33rem * var(--space-x-reverse)) !important;
    margin-left: calc(-33rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-136 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-136 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-35rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-35rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-35rem * var(--space-x-reverse)) !important;
    margin-left: calc(-35rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-144 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-144 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-148 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-37rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-37rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-148 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-37rem * var(--space-x-reverse)) !important;
    margin-left: calc(-37rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-152 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-38rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-152 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-38rem * var(--space-x-reverse)) !important;
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-156 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-39rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-39rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-156 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-39rem * var(--space-x-reverse)) !important;
    margin-left: calc(-39rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40rem * var(--space-x-reverse)) !important;
    margin-left: calc(-40rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-164 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-41rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-41rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-164 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-41rem * var(--space-x-reverse)) !important;
    margin-left: calc(-41rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-172 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-43rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-43rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-172 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-43rem * var(--space-x-reverse)) !important;
    margin-left: calc(-43rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-176 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-44rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-44rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-176 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-44rem * var(--space-x-reverse)) !important;
    margin-left: calc(-44rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-45rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-45rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-45rem * var(--space-x-reverse)) !important;
    margin-left: calc(-45rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-184 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-46rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-184 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-46rem * var(--space-x-reverse)) !important;
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-188 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-47rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-47rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-188 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-47rem * var(--space-x-reverse)) !important;
    margin-left: calc(-47rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-192 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-192 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48rem * var(--space-x-reverse)) !important;
    margin-left: calc(-48rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-196 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-49rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-49rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-196 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-49rem * var(--space-x-reverse)) !important;
    margin-left: calc(-49rem * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50rem * var(--space-y-reverse)) !important; }
  .md\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50rem * var(--space-x-reverse)) !important;
    margin-left: calc(-50rem * 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-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important; }
  .md\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .md\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-2\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .md\:-space-x-2\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .md\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .md\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-3\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .md\:-space-x-3\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25% * var(--space-y-reverse)) !important; }
  .md\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25% * var(--space-x-reverse)) !important;
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .md\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }
  .md\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-4\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .md\:-space-x-4\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }
  .md\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }
  .md\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }
  .md\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-60% * var(--space-x-reverse)) !important;
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }
  .md\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-80% * var(--space-x-reverse)) !important;
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-5\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .md\:-space-x-5\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }
  .md\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .md\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .md\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .md\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }
  .md\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-6\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .md\:-space-x-6\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-1\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10% * var(--space-y-reverse)) !important; }
  .md\:-space-x-1\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10% * var(--space-x-reverse)) !important;
    margin-left: calc(-10% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-2\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }
  .md\:-space-x-2\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-3\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-30% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30% * var(--space-y-reverse)) !important; }
  .md\:-space-x-3\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-30% * var(--space-x-reverse)) !important;
    margin-left: calc(-30% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-4\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }
  .md\:-space-x-4\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-5\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .md\:-space-x-5\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-6\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }
  .md\:-space-x-6\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-60% * var(--space-x-reverse)) !important;
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-7\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-70% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-70% * var(--space-y-reverse)) !important; }
  .md\:-space-x-7\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-70% * var(--space-x-reverse)) !important;
    margin-left: calc(-70% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-8\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }
  .md\:-space-x-8\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-80% * var(--space-x-reverse)) !important;
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-9\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important; }
  .md\:-space-x-9\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-10\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .md\:-space-x-10\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; }
  .md\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }
  .md\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25% * var(--space-y-reverse)) !important; }
  .md\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25% * var(--space-x-reverse)) !important;
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .md\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; }
  .md\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-41.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .md\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; }
  .md\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .md\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }
  .md\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }
  .md\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; }
  .md\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .md\:-space-y-12\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .md\:-space-x-12\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * 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 > :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-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important; }
  .md\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important; }
  .md\:divide-inherit > :not(template) ~ :not(template) {
    border-color: inherit !important; }
  .md\:divide-black-10 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .md\:divide-black-20 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .md\:divide-black-30 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .md\:divide-black-40 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .md\:divide-black-50 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .md\:divide-black-60 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .md\:divide-black-70 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .md\:divide-black-80 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .md\:divide-black-90 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .md\:divide-black > :not(template) ~ :not(template) {
    border-color: black !important; }
  .md\:divide-white-10 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .md\:divide-white-20 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .md\:divide-white-30 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .md\:divide-white-40 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .md\:divide-white-50 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .md\:divide-white-60 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .md\:divide-white-70 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .md\:divide-white-80 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .md\:divide-white-90 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .md\:divide-white > :not(template) ~ :not(template) {
    border-color: white !important; }
  .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important; }
  .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important; }
  .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important; }
  .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important; }
  .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important; }
  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important; }
  .md\:divide-opacity-5 > :not(template) ~ :not(template) {
    --divide-opacity: 0.05 !important; }
  .md\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.1 !important; }
  .md\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15 !important; }
  .md\:divide-opacity-20 > :not(template) ~ :not(template) {
    --divide-opacity: 0.2 !important; }
  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important; }
  .md\:divide-opacity-30 > :not(template) ~ :not(template) {
    --divide-opacity: 0.3 !important; }
  .md\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35 !important; }
  .md\:divide-opacity-40 > :not(template) ~ :not(template) {
    --divide-opacity: 0.4 !important; }
  .md\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45 !important; }
  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important; }
  .md\:divide-opacity-55 > :not(template) ~ :not(template) {
    --divide-opacity: 0.55 !important; }
  .md\:divide-opacity-60 > :not(template) ~ :not(template) {
    --divide-opacity: 0.6 !important; }
  .md\:divide-opacity-65 > :not(template) ~ :not(template) {
    --divide-opacity: 0.65 !important; }
  .md\:divide-opacity-70 > :not(template) ~ :not(template) {
    --divide-opacity: 0.7 !important; }
  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important; }
  .md\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8 !important; }
  .md\:divide-opacity-85 > :not(template) ~ :not(template) {
    --divide-opacity: 0.85 !important; }
  .md\:divide-opacity-90 > :not(template) ~ :not(template) {
    --divide-opacity: 0.9 !important; }
  .md\:divide-opacity-95 > :not(template) ~ :not(template) {
    --divide-opacity: 0.95 !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-clip-border {
    background-clip: border-box !important; }
  .md\:bg-clip-padding {
    background-clip: padding-box !important; }
  .md\:bg-clip-content {
    background-clip: content-box !important; }
  .md\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important; }
  .md\:bg-transparent {
    background-color: transparent !important; }
  .md\:bg-current {
    background-color: currentColor !important; }
  .md\:bg-inherit {
    background-color: inherit !important; }
  .md\:bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .md\:bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .md\:bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .md\:bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .md\:bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .md\:bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .md\:bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .md\:bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .md\:bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .md\:bg-black {
    background-color: black !important; }
  .md\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .md\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .md\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .md\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .md\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .md\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .md\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .md\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .md\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .md\:bg-white {
    background-color: white !important; }
  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important; }
  .md\:hover\:bg-current:hover {
    background-color: currentColor !important; }
  .md\:hover\:bg-inherit:hover {
    background-color: inherit !important; }
  .md\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .md\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .md\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .md\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .md\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .md\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .md\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .md\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .md\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .md\:hover\:bg-black:hover {
    background-color: black !important; }
  .md\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .md\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .md\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .md\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .md\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .md\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .md\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .md\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .md\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .md\:hover\:bg-white:hover {
    background-color: white !important; }
  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important; }
  .md\:focus\:bg-current:focus {
    background-color: currentColor !important; }
  .md\:focus\:bg-inherit:focus {
    background-color: inherit !important; }
  .md\:focus\:bg-black-10:focus {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus\:bg-black-20:focus {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus\:bg-black-30:focus {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus\:bg-black-40:focus {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus\:bg-black-50:focus {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus\:bg-black-60:focus {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus\:bg-black-70:focus {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus\:bg-black-80:focus {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus\:bg-black-90:focus {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus\:bg-black:focus {
    background-color: black !important; }
  .md\:focus\:bg-white-10:focus {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus\:bg-white-20:focus {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus\:bg-white-30:focus {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus\:bg-white-40:focus {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus\:bg-white-50:focus {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus\:bg-white-60:focus {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus\:bg-white-70:focus {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus\:bg-white-80:focus {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus\:bg-white-90:focus {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus\:bg-white:focus {
    background-color: white !important; }
  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important; }
  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important; }
  .md\:focus-within\:bg-inherit:focus-within {
    background-color: inherit !important; }
  .md\:focus-within\:bg-black-10:focus-within {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus-within\:bg-black-20:focus-within {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus-within\:bg-black-30:focus-within {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus-within\:bg-black-40:focus-within {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus-within\:bg-black-50:focus-within {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus-within\:bg-black-60:focus-within {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus-within\:bg-black-70:focus-within {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus-within\:bg-black-80:focus-within {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus-within\:bg-black-90:focus-within {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus-within\:bg-black:focus-within {
    background-color: black !important; }
  .md\:focus-within\:bg-white-10:focus-within {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus-within\:bg-white-20:focus-within {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus-within\:bg-white-30:focus-within {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus-within\:bg-white-40:focus-within {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus-within\:bg-white-50:focus-within {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus-within\:bg-white-60:focus-within {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus-within\:bg-white-70:focus-within {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus-within\:bg-white-80:focus-within {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus-within\:bg-white-90:focus-within {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus-within\:bg-white:focus-within {
    background-color: white !important; }
  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent !important; }
  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor !important; }
  .group:hover .md\:group-hover\:bg-inherit {
    background-color: inherit !important; }
  .group:hover .md\:group-hover\:bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .md\:group-hover\:bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .md\:group-hover\:bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .md\:group-hover\:bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .md\:group-hover\:bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .md\:group-hover\:bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .md\:group-hover\:bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .md\:group-hover\:bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .md\:group-hover\:bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .md\:group-hover\:bg-black {
    background-color: black !important; }
  .group:hover .md\:group-hover\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .md\:group-hover\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .md\:group-hover\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .md\:group-hover\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .md\:group-hover\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .md\:group-hover\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .md\:group-hover\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .md\:group-hover\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .md\:group-hover\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .md\:group-hover\:bg-white {
    background-color: white !important; }
  .md\:bg-none {
    background-image: none !important; }
  .md\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important; }
  .md\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important; }
  .md\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important; }
  .md\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important; }
  .md\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important; }
  .md\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important; }
  .md\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important; }
  .md\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important; }
  .md\:bg-block-overlay {
    background-image: url("/assets/img/fb_block_overlay.png") !important; }
  .md\:bg-loading {
    background-image: url("data:image/gif;base64,R0lGODlhKgAqAPY1AJaWlsLCwjIyMvr6+nZ2dlpaWqamprCwsNzc3IiIiFJSUoSEhGRkZM7OzmBgYJ6enubm5vb29sjIyNLS0r6+vvj4+Pz8/MbGxnJyct7e3v7+/nR0dMrKytbW1uDg4KKiou7u7ra2tvDw8OTk5FZWVtjY2MzMzPLy8o6OjtDQ0LS0tPT09JSUlNTU1Hp6eri4uJqamrKysoCAgKysrJCQkA4ODkhISHx8fNra2oaGhpiYmOzs7JKSkqqqqkxMTOLi4iYmJujo6Hh4eOrq6jQ0NIqKiq6ursTExERERDw8PIKCgmxsbKioqCwsLMDAwFhYWLq6ulBQUKSkpF5eXj4+Pry8vKCgoDAwMFxcXDY2NpycnCQkJG5ubn5+fkpKSkBAQBwcHHBwcCoqKoyMjGpqakZGRlRUVGZmZkJCQmJiYigoKBoaGjg4OBgYGGhoaB4eHk5OThYWFiAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBQD/ACwAAAAAKgAqAAAH/4AagoOEhYaHiImKgwOHK42LkYcWXEOGUjCSmoQWKEeFFl0Bm6QaMVqFA08QpYc7hyUuFoQ/T7OFJQikACGGEQwrhBQyhkNRvZsgMimgKBmEKgeFFVxFrRkurJyLAzoMkKQWEgvBmwFeQa2CFjElmxYhzOrr84a3hCP13AhF9xo7NKzg0GdoQAkMAlBESJVCh44J/tRZKMGFCA0QiSZa6UBQwwsdJyRF7EiypMmTKFNWiBBhxYoIFWaxmEnT5IAaOHPOsjCgp4WfJX/29JmyqNGjSDcNaJGP4JAUrxJVmHBAQsiOQ0xwgBDRQgojHESgBJFCwkJCE8oVvZpUHQhtmk5APJtX4UhUTQO2SuQwl9SKI2JLlZCHD66GEy2KSahACsIFcIMmWGJ0ZGSGCX7VEjpydlDYQ4wJRrhgqMQPo0MSF4KgOiUCD744HB3ZKhAAIfkEBQUAAgAsAQACACgAJwAAB/+AAoKDhIUuO4UCPR+JjY6OGgASiTkXj5eYLwaJDEOYmCCNCAsahCMMjhmfglZVjWGFAUWJOwWuqyJFLYk6HoRQIYlCPKuDHjlBxYMWD1zKgyYoEc8XJJ7PglAIz1AT2N+fpYMQ4MUZxIIgDz2q5Y8uXywVhC0fUiXuhQRfOiKOCD1w5BNU5cHAgwgTKlzIENuAeYSkSJyo0AKYixgFWNjYUKMgCx1Dihw5cMCATwiSDezx5cC0RANKVJmw4uCAHlmuPKg5qEQ3ngktQLGxZZsgHC8bWmgAkuSza04vhHo2CZsGE76+WcK2q9CPYluLVf0UIGRYaE7Tqn0kQYPbt3AD4wYCACH5BAUFAAAALAEAAQAoACcAAAf9gACCg4SFhoIRh4qLhzkghgc9jJOLViaGPByUm4VORoZhO5yKIocZKIUQGBqGCB6cPUeGFV2Jgxc8hiBnTpwnOiWGViOETlWGSjCjAD8sQ8uCBkLQGhPKyxxpotAAARnLTi3c46PP5JQe1wAiPSE/54oISj7qgjhGBwis8AAIXT4PFnlQ8Y2fEwMrJu3jx7Chw4cQIxaKYOuAxYsQ1WjcuBCAho4SQ4ocSbKkh23wjPhQsSjDkRK2+BlBk8RAIZfBIlZRcKUgAJ8hU4QccC7IshBCiJYEsEONFaUlU7SRtRSAETmvNhnlRLVQFy8W4HUdpMmQhaxV+W0ttHZTIAAh+QQFBQAAACwBAAEAKQAoAAAH+YAAgoOEhRaFiImKi4QaPCKILzGMlIw9E4haDZWciBchiDcgnYsniT8whUFdiR4/pCociUWFJlqJGBekAFIZhRo9EIQXAYUDRR+7ABBWo42VM0rKgh0GFbsNXM7KGhKvpBcl04Ma45zb5osWP1aEJyoUwumIFhljBcmEFh5QUN/zADIkKGDAlKIRFP6lu9ADoMOHECNKnChxAAAKGDNKzMKxYzmKgj6CHEmyJMVDJgnFIAGFkYcLHSDG8FGmR4RCCHRRdIIliQdCP0m2SDluyC4oMogKAiFAyrgGCju12CJBKYAYTaIykpcuhxmHOjlptVo0EVeKY5UFAgAh+QQFBQABACwBAAEAKAApAAAH/4ABgoOEhYaCFYeKi4cPhxQvjJKLKh2GUhOTmoUcFIZFm4srhyNShUOgpJsUmYUDAImDE6aFIl0cmysHP4YqQ4QcEoYsPaEBQzMixoIqKMsBCDHLEy7PgikQoRocCNbemsrfkiMGgytOHL/ihh4sZ8WEI0dH2esBHjRnM4tDEkH2HA7YG0iwoMGDCCfFSuSkoUODSCJKJKQhoQULCTNq3MiRkDpxLxxQiHXoSMEXTxQILGQS4ZEzNnh11GCpo0YKCWwKotIDozETHiYNKNThCq51Izg9GUpIBZukBnfEGVUIxZR1LQdZIHJB1UEyzmx+eOLTYNBCCJow7VhBg9u3cAPjBgIAIfkEBQUAAgAsAgABACcAKQAAB/+AAoKDhIWGghaHiouFPSeGF06Mk4pVCIUaRiWUnIQTF4UWACKdhxGHQQeFIACHI0GcF5uGUoUdqoUnRQ2cEVUQhlU7hCm8hQ8xpSAvj6WCUDqJpT9VA84dOaTOAiVDzg0Z2+KlzeOUEEYaAhESKcPmij9aGAfWghAcJt7wgho/MBhirDCkrsE+fg1enOLHsKHDhxAjirNWoYJEQwoyarzIsaPHjyA5ViETQFG4WQ2rpJmiIqQACWHMjBAUziNKlxEDoHApwguuUg1+hJK2qEQSY/BQwCDUwIEhKEgY+uhBCMSWQyzcwLPQ5hKhLxwI8sPxZuEgDCwkSlFgb5CBNBIRMeQ4xEZihXKEBmjYy7ev30AAIfkEBQUAAQAsBAABACUAKAAAB/SAAYKDhIWFA4aJiokhK4YmEouSihcehiEIk5qEJQ2GHyebhhWJO1CFIh+JQUOTKRmJB4iDCC+GKwAtkxUSO4YXIIQtE4ZMp5oiR46ig06qokGRzAE4LKHMGcHMEz/T3t/gkkMq4ZsQUl0hgkEm5YYQH13HhDsp7oMTFPf7/P3+/wAFWQiYaIrBgwQTKlzIcNPARb7uOdlwQVEHfhaccCEDhZRCEy4cQGCYqaG/CwAakiAnyoSlSQ9pebEXjsUDQinIxBTkJEqQST8TkTBS6EoiGBjCbYFFyEs7Q0G9IRDjcZALGP56FDA0g4w/FygMZUCyU1IgACH5BAUFAAAALAMAAQAnACkAAAf/gACCg4SDGoWIiYqLgwERiBMpjJOKKRCITh6Um4QeHYhGK5yjIBeFJ0aKO5yahRYUhR4BiVYlnKaIKSeECLaEFjFOowC4wwASM8YAHMYZVqLKxiWX0dXW1wA7VdiUQUZFsITMQdwAQT1FTo/liiVHFezx8vP09dwDgviH9Uv9/vYA9gkSCLCgwYMIF12QwSyRhwu+uF1wsUHYoAzF5KVYsIQcgFb2MtCzEM0JE5KcOGhBOcrDlm2jTjh4MSwClSL4hmUg0YKThSUk1g2CIYXQBAyIAmDh9OGKR0JTYhASQUXoICsuNnWYkOgKSEEkJMnLkAXRAivzjDBgKejAhnkyC1gg8hBl3gBo1wIBACH5BAUFAAEALAIAAgAnACcAAAf/gAGCg4SEEhWFATgdiY2Oji1BiRwQj5aWPziJUBGXnokiHIUrUI07Ip8BGY1HFoQjooURRqupQ4kthR61hFWxqUephBoNIcKClccBPz3KzoIZt8/T1NUBIMHWl0MhAK2DydLWQyo6F4iJQw3air/s7/Dx8vPyAwMBrvQBLvz9+v8AAwqUtyPHAW0cijS4V2iIjDUOOuSrxmGBjGwBVrhoc6YDQ3YaWqBwcWuADAQf5f3QMNDTkRnHGkhx9uOKE2VLbh7zQmNiAA0sLXlIwygVAQfoBllpNqjDjUQX3IizxCTJVEFuXhTy0ohJjk8lihZK8qOQg1zpqHlAk6iIAXkqDrgkCvE0XhEYiX4UEBYIACH5BAUFAAAALAAAAQApACgAAAf/gACCg4SFhoMWGoeLjI2FHhmOkpODE0OUmIIehhoXFZmZJoURF4ciJ5gTlEOqhRUvP6A7kiMjhhetmaWgAB0BvABBEqBBIRHAwD+zyMzNzhoiHM6TGiAUH6KFQdnTANZSDY3L0xkTA93o6err7IUWA/ADFhbp9IQWc/n6590aCf8ALVRYQTBChU/pFAFQ2K6hw4cQCYFAoWJaAxa5DO3IAYRMiW4NUBQZVkgGEC7sSuhYMA5AgkgNbUUEdSFGpgk9kI1IciTTCiE9QVUwo4PXDy44QN0gY8iAEUI4chgysaGlIyNlrALAQIHQiSeHjKBg6CjpIRsyBy3pcEgrqB9wFAzxeMruBQFDVRK04/HB0IgzmAIBACH5BAUFAD0ALAEAAgAoACgAAAfqgD2Cg4SFhoMIh4qLjI2Ojz0lkJOMHJAnK5ApigGQFxCTEo+ghg2SlKiIJhqopJQ7ARWpsxAis7e4uYQnE7qPIhIHvYQQlr6CIhcHLQPHjCOnztLT1NXW1z012tvTLN7fPRHh1xqs2Ofo6ZPmjSwvvhMP0YYoAhg4xxMwAA3NghEJBBDANw3BBx4gBFlA4QGbK3WOOISg1EEFLRuiKC3ISMnBg1QQXGRYl2ODoRkTEaEwlEJGwkcxFLwkdKMTIQayCoXQAQkBwUIkHvYgMG/QzFkjCvgbBMMiNQoyDAWgUU2HAUMQMFgTlysQACH5BAUFAAAALAEABgAoACQAAAf6gACCg4SFhgBBhwMSiYeHF46FI4YaEwiRmJmHGQ2ahkEcnoWQoqWOjaapqQMcFqqiKyWDJUBlIa6vjicpVbKDKx8CWQYDuYQnDVWXhxExaEbGg0HLmAPF0djZ2tvchbi43RbirmDl5uDZH+rrhtfd7/Dx8vOeIjBV2SVMCOiDICxfXCDQkM/AhxaFUFCRQW1bhhlaRAxi8WMeKnqlkpkqAeVVEDOhSkVA0SkVGSmqguTwYArFDUMxOg7KoMNQiyISPYWYcigHKUErwhyq8kFUhoaD0lzUoASpoJy5IJwxJEVmtwBFDF3QQbCbFWiFgnTBSMiChrNo06oNBAAh+QQFBQAEACwBAAIAKAAoAAAH+YAEgoOEhYaDGYeKi4yELY2QkZKRGRaTl4YWZTKSj5iFHm9Gn4M4lwFtE6SfA1ZqO6uYAy5QsbK2iw24jBGJgjgCUbW7hCslFxkahAZUXzPEKy0XHooVIXAxuzs/lsTe3+Dh4uMEyoQaaunq4Aft7oIRBBXk9PX295/mjFZOuxkq1BRp8aHEly0NGQ4YKVEIgI8EBr39CNHjxCAt9WDhkzSh36QMHjENcaDrkpYW+iRt6PFpCIsRlwDkGFDoRUgCHqwYKqHDYqQqZEQYosGhUJdDR1hG8hBRkAYuhlA0FeRzVRAMhmbc9HaBhSEOH8QxUWFoRwJx3WwFAgAh+QQFBQAAACwAAAMAKQAnAAAH+4AAgoOEhYaDE4eKi4s4hkeMkYMeiiaSl4YKOYeQhYmYiz9iMaClihJbLaYAlKsAUgIgphKugjIUtbm6ihYpu6UZVAW4v4UdR62DET02PgfFgp2LUE8v0JgW19rb3N2mGtfghBpZ5ebaFOnqAAOE7d7w8fLz8CcGF78eFCOLIh8FY5Lp8gDlRYZshB6QoOEBIbQgTlSsIPRhhMNtsrqJc9VC2iUPEjaW2rHkE6YKBkqsGiDjWSSRAHZYCWLqAQpDFPANGtEDZoYPpZxsOASjAaEIRd4R4qAC1AiBg27sKKTjR7chMgypoMXNxANDKWZ0OwDFEAgWMKFV2BUIACH5BAUFAAAALAEAAQAoACgAAAf9gACCg4SFEYWIiYqLgwNqGYkIjJOKFiRSlJmZY0uangA/iQFZFp+ZBSiIJ3EgppQjWSGFAyQNhBCKkp4cVx2zlJCmFkxUrheuggkByMzNjBMazp9eDMvSisGDMSQksteZTmlV3+Tl5ufo5xal6YRI7/DmTvP0ABX27fn6+/ztMxzXIEgIougEEwYsQgW8cEShoApSGOhwSG4HByeHBDHB1e5EP08lOETTBMGWKxAufH2KoetTkReuRMwY8smADkRHAA6CoALRjwMrNF2Q4bHQhwmFbiKa4ITkiEQJWhGSwrFQ0GY7iiCqYgLdBAOIWvQ8F6JpIREfNKhdy7ZtIAAh+QQFBQAAACwBAAEAJgApAAAH/4AAgoOEhRWFgiIRiIyNjEQeiEoEjpWODj2FA3CZlp6EPJSEEWuRn4gjGogXaIUdYBaniAwsjFsihFIKsogQaFCIDhOEOrWIOKcNSciVFrGEprJGXri81oI0F9fb3I4d3bIeZlza4I0X0SEOacDmgh3liAFLTu729/j5+vv8Cv7//AYdCkiwoMGD3VaoaOAuSIMdqgodwKAFgr0gJjgEGTQjzAeL+UCkKHdgI8KTiBAwlBXkGy8RC0rwGkDhBy8WFK6dgALilJEPiDgMGzQkZyEIUBZZMjFmBaIZMgVKYVRCgqcgIAuxqDaoJCOl10DoeDbowtB7HQ5EHITD6D0nVggLnZihb0C3QAAh+QQFBQAAACwBAAEAJgApAAAH/oAAgoOEhYaDFYeKi4MWXz+GCV2MlIdkB4ZPmJWcgjqThBVAnYcQhxw+hSVqpIZcWodXhT0FikOVQVFOhRZkhVo6rYYpXgi8lRnCKiTCzZ4cztHShiXTnSNpQtDWh0fJABVQZEtOFtyCR4cDEgTp54zm7/Lz9PX2lFP5+veEAwDx/AIKHEiwEpQJ3G4dWhGii5Qg5xQSitGlB8R5OwiFyFiwI6EMLVrt+NaKB8lOHC52snJEg7AVR0R0CtEDoKAJHQjtuGBoyIVElCYEMxTiJIADNgVlQEhph0RCVk4UgsKxENBmIqQYalBNHg4ohjLwlHehgaEVLwhqWMu2bdtAACH5BAUFAAAALAAAAQAnACkAAAf+gACCg4SFhoMnh4qLhj4jhigLjJOKGCqFFg6XlJyDD5KFAj+dpCZPhQhEhw0dnEIfhitJiYNGDIYQTUydBUeGGK2DHw+FEQobFp0TJBmkggNKSBXOUA60nSFAo84WDyakFga+zoLJ5JQI5+oQS0oN6pwehE4EQuPwpUoS+Pz9/v8AA6rTQIigQEJLEio8OIjgAAAPGUqcSLGixQhOgvELwohCESND/nEsNABKggMhBYIoSGGlxZeUfpRw5pLciQfynO3j1oPDSwqbCHVIN0hECn4dPkQw5CTnMwqHnE4CseOQkRWFLog4eOKAoQ5S/3kIYGjEUYGsDEW4B9AgvEAAIfkEBQUABAAsAQACACcAKAAAB/+ABIKDhIUkEIUEAGOJjY6OLlCJZC+PlpZSjIVUI5eWQY0TaYUZX6GegkpMjV6FKkuJQWwzqENnEok3OIRMUolYN6iCHWkelxoahUVRwoMUsM0EUAKd0QRSE9EzuNbdlhaDGd6oAyU34EEuYxPJ44kDEw5rXRGDRzJK3O4EFhNYawt2NEpRxMQ+QQfGiDjIsKHDhxAjWnNBsaLEQeAGCAJ3saPHjyAhVpCwy2OEIwBCCOwYAACUlRH1HVkYsqYlCOJAruhR7WOIbCAlUEiUwdigEy0a6buE40CFRBIQETrSKKcnESAaSSrEQeKKKolw/Ig4omuhIEkhdihZaKlDC8gH4sqdSxdZIAA7") !important; }
  .md\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-inherit {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-black-10 {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black-20 {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black-30 {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black-40 {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black-50 {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black-60 {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black-70 {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black-80 {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black-90 {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-black {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:from-white-10 {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white-20 {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white-30 {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white-40 {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white-50 {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white-60 {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white-70 {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white-80 {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white-90 {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:from-white {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-inherit {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-black-10 {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black-20 {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black-30 {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black-40 {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black-50 {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black-60 {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black-70 {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black-80 {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black-90 {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-black {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:via-white-10 {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white-20 {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white-30 {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white-40 {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white-50 {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white-60 {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white-70 {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white-80 {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white-90 {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:via-white {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:to-transparent {
    --gradient-to-color: transparent !important; }
  .md\:to-current {
    --gradient-to-color: currentColor !important; }
  .md\:to-inherit {
    --gradient-to-color: inherit !important; }
  .md\:to-black-10 {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .md\:to-black-20 {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .md\:to-black-30 {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .md\:to-black-40 {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .md\:to-black-50 {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .md\:to-black-60 {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .md\:to-black-70 {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .md\:to-black-80 {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .md\:to-black-90 {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .md\:to-black {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .md\:to-white-10 {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .md\:to-white-20 {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .md\:to-white-30 {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .md\:to-white-40 {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .md\:to-white-50 {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .md\:to-white-60 {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .md\:to-white-70 {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .md\:to-white-80 {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .md\:to-white-90 {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .md\:to-white {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .md\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-inherit:hover {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-black-10:hover {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black-20:hover {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black-30:hover {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black-40:hover {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black-50:hover {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black-60:hover {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black-70:hover {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black-80:hover {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black-90:hover {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-black:hover {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:from-white-10:hover {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white-20:hover {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white-30:hover {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white-40:hover {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white-50:hover {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white-60:hover {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white-70:hover {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white-80:hover {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white-90:hover {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:from-white:hover {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-inherit:hover {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-black-10:hover {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black-20:hover {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black-30:hover {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black-40:hover {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black-50:hover {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black-60:hover {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black-70:hover {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black-80:hover {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black-90:hover {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-black:hover {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:hover\:via-white-10:hover {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white-20:hover {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white-30:hover {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white-40:hover {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white-50:hover {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white-60:hover {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white-70:hover {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white-80:hover {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white-90:hover {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:via-white:hover {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important; }
  .md\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important; }
  .md\:hover\:to-inherit:hover {
    --gradient-to-color: inherit !important; }
  .md\:hover\:to-black-10:hover {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .md\:hover\:to-black-20:hover {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .md\:hover\:to-black-30:hover {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .md\:hover\:to-black-40:hover {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .md\:hover\:to-black-50:hover {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .md\:hover\:to-black-60:hover {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .md\:hover\:to-black-70:hover {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .md\:hover\:to-black-80:hover {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .md\:hover\:to-black-90:hover {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .md\:hover\:to-black:hover {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .md\:hover\:to-white-10:hover {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .md\:hover\:to-white-20:hover {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .md\:hover\:to-white-30:hover {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .md\:hover\:to-white-40:hover {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .md\:hover\:to-white-50:hover {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .md\:hover\:to-white-60:hover {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .md\:hover\:to-white-70:hover {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .md\:hover\:to-white-80:hover {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .md\:hover\:to-white-90:hover {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .md\:hover\:to-white:hover {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .md\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-inherit:focus {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-black-10:focus {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black-20:focus {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black-30:focus {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black-40:focus {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black-50:focus {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black-60:focus {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black-70:focus {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black-80:focus {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black-90:focus {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-black:focus {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:from-white-10:focus {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white-20:focus {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white-30:focus {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white-40:focus {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white-50:focus {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white-60:focus {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white-70:focus {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white-80:focus {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white-90:focus {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:from-white:focus {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-inherit:focus {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-black-10:focus {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black-20:focus {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black-30:focus {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black-40:focus {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black-50:focus {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black-60:focus {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black-70:focus {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black-80:focus {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black-90:focus {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-black:focus {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .md\:focus\:via-white-10:focus {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white-20:focus {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white-30:focus {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white-40:focus {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white-50:focus {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white-60:focus {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white-70:focus {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white-80:focus {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white-90:focus {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:via-white:focus {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .md\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important; }
  .md\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important; }
  .md\:focus\:to-inherit:focus {
    --gradient-to-color: inherit !important; }
  .md\:focus\:to-black-10:focus {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .md\:focus\:to-black-20:focus {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .md\:focus\:to-black-30:focus {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .md\:focus\:to-black-40:focus {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .md\:focus\:to-black-50:focus {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .md\:focus\:to-black-60:focus {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .md\:focus\:to-black-70:focus {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .md\:focus\:to-black-80:focus {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .md\:focus\:to-black-90:focus {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .md\:focus\:to-black:focus {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .md\:focus\:to-white-10:focus {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .md\:focus\:to-white-20:focus {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .md\:focus\:to-white-30:focus {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .md\:focus\:to-white-40:focus {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .md\:focus\:to-white-50:focus {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .md\:focus\:to-white-60:focus {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .md\:focus\:to-white-70:focus {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .md\:focus\:to-white-80:focus {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .md\:focus\:to-white-90:focus {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .md\:focus\:to-white:focus {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .md\:bg-opacity-0 {
    --bg-opacity: 0 !important; }
  .md\:bg-opacity-5 {
    --bg-opacity: 0.05 !important; }
  .md\:bg-opacity-10 {
    --bg-opacity: 0.1 !important; }
  .md\:bg-opacity-15 {
    --bg-opacity: 0.15 !important; }
  .md\:bg-opacity-20 {
    --bg-opacity: 0.2 !important; }
  .md\:bg-opacity-25 {
    --bg-opacity: 0.25 !important; }
  .md\:bg-opacity-30 {
    --bg-opacity: 0.3 !important; }
  .md\:bg-opacity-35 {
    --bg-opacity: 0.35 !important; }
  .md\:bg-opacity-40 {
    --bg-opacity: 0.4 !important; }
  .md\:bg-opacity-45 {
    --bg-opacity: 0.45 !important; }
  .md\:bg-opacity-50 {
    --bg-opacity: 0.5 !important; }
  .md\:bg-opacity-55 {
    --bg-opacity: 0.55 !important; }
  .md\:bg-opacity-60 {
    --bg-opacity: 0.6 !important; }
  .md\:bg-opacity-65 {
    --bg-opacity: 0.65 !important; }
  .md\:bg-opacity-70 {
    --bg-opacity: 0.7 !important; }
  .md\:bg-opacity-75 {
    --bg-opacity: 0.75 !important; }
  .md\:bg-opacity-80 {
    --bg-opacity: 0.8 !important; }
  .md\:bg-opacity-85 {
    --bg-opacity: 0.85 !important; }
  .md\:bg-opacity-90 {
    --bg-opacity: 0.9 !important; }
  .md\:bg-opacity-95 {
    --bg-opacity: 0.95 !important; }
  .md\:bg-opacity-100 {
    --bg-opacity: 1 !important; }
  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important; }
  .md\:hover\:bg-opacity-5:hover {
    --bg-opacity: 0.05 !important; }
  .md\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.1 !important; }
  .md\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15 !important; }
  .md\:hover\:bg-opacity-20:hover {
    --bg-opacity: 0.2 !important; }
  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important; }
  .md\:hover\:bg-opacity-30:hover {
    --bg-opacity: 0.3 !important; }
  .md\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35 !important; }
  .md\:hover\:bg-opacity-40:hover {
    --bg-opacity: 0.4 !important; }
  .md\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45 !important; }
  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important; }
  .md\:hover\:bg-opacity-55:hover {
    --bg-opacity: 0.55 !important; }
  .md\:hover\:bg-opacity-60:hover {
    --bg-opacity: 0.6 !important; }
  .md\:hover\:bg-opacity-65:hover {
    --bg-opacity: 0.65 !important; }
  .md\:hover\:bg-opacity-70:hover {
    --bg-opacity: 0.7 !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-85:hover {
    --bg-opacity: 0.85 !important; }
  .md\:hover\:bg-opacity-90:hover {
    --bg-opacity: 0.9 !important; }
  .md\:hover\:bg-opacity-95:hover {
    --bg-opacity: 0.95 !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-5:focus {
    --bg-opacity: 0.05 !important; }
  .md\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.1 !important; }
  .md\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15 !important; }
  .md\:focus\:bg-opacity-20:focus {
    --bg-opacity: 0.2 !important; }
  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important; }
  .md\:focus\:bg-opacity-30:focus {
    --bg-opacity: 0.3 !important; }
  .md\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35 !important; }
  .md\:focus\:bg-opacity-40:focus {
    --bg-opacity: 0.4 !important; }
  .md\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45 !important; }
  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important; }
  .md\:focus\:bg-opacity-55:focus {
    --bg-opacity: 0.55 !important; }
  .md\:focus\:bg-opacity-60:focus {
    --bg-opacity: 0.6 !important; }
  .md\:focus\:bg-opacity-65:focus {
    --bg-opacity: 0.65 !important; }
  .md\:focus\:bg-opacity-70:focus {
    --bg-opacity: 0.7 !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-85:focus {
    --bg-opacity: 0.85 !important; }
  .md\:focus\:bg-opacity-90:focus {
    --bg-opacity: 0.9 !important; }
  .md\:focus\:bg-opacity-95:focus {
    --bg-opacity: 0.95 !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-center-bottom {
    background-position: center bottom !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-transparent {
    border-color: transparent !important; }
  .md\:border-current {
    border-color: currentColor !important; }
  .md\:border-inherit {
    border-color: inherit !important; }
  .md\:border-black-10 {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .md\:border-black-20 {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .md\:border-black-30 {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .md\:border-black-40 {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .md\:border-black-50 {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .md\:border-black-60 {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .md\:border-black-70 {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .md\:border-black-80 {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .md\:border-black-90 {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .md\:border-black {
    border-color: black !important; }
  .md\:border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .md\:border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .md\:border-white-30 {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .md\:border-white-40 {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .md\:border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .md\:border-white-60 {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .md\:border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .md\:border-white-80 {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .md\:border-white-90 {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .md\:border-white {
    border-color: white !important; }
  .md\:hover\:border-transparent:hover {
    border-color: transparent !important; }
  .md\:hover\:border-current:hover {
    border-color: currentColor !important; }
  .md\:hover\:border-inherit:hover {
    border-color: inherit !important; }
  .md\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .md\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .md\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .md\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .md\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .md\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .md\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .md\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .md\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .md\:hover\:border-black:hover {
    border-color: black !important; }
  .md\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .md\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .md\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .md\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .md\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .md\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .md\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .md\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .md\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .md\:hover\:border-white:hover {
    border-color: white !important; }
  .md\:focus\:border-transparent:focus {
    border-color: transparent !important; }
  .md\:focus\:border-current:focus {
    border-color: currentColor !important; }
  .md\:focus\:border-inherit:focus {
    border-color: inherit !important; }
  .md\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus\:border-black:focus {
    border-color: black !important; }
  .md\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus\:border-white:focus {
    border-color: white !important; }
  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent !important; }
  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor !important; }
  .group:hover .md\:group-hover\:border-inherit {
    border-color: inherit !important; }
  .group:hover .md\:group-hover\:border-black-10 {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .md\:group-hover\:border-black-20 {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .md\:group-hover\:border-black-30 {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .md\:group-hover\:border-black-40 {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .md\:group-hover\:border-black-50 {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .md\:group-hover\:border-black-60 {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .md\:group-hover\:border-black-70 {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .md\:group-hover\:border-black-80 {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .md\:group-hover\:border-black-90 {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .md\:group-hover\:border-black {
    border-color: black !important; }
  .group:hover .md\:group-hover\:border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .md\:group-hover\:border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .md\:group-hover\:border-white-30 {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .md\:group-hover\:border-white-40 {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .md\:group-hover\:border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .md\:group-hover\:border-white-60 {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .md\:group-hover\:border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .md\:group-hover\:border-white-80 {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .md\:group-hover\:border-white-90 {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .md\:group-hover\:border-white {
    border-color: white !important; }
  .md\:border-opacity-0 {
    --border-opacity: 0 !important; }
  .md\:border-opacity-5 {
    --border-opacity: 0.05 !important; }
  .md\:border-opacity-10 {
    --border-opacity: 0.1 !important; }
  .md\:border-opacity-15 {
    --border-opacity: 0.15 !important; }
  .md\:border-opacity-20 {
    --border-opacity: 0.2 !important; }
  .md\:border-opacity-25 {
    --border-opacity: 0.25 !important; }
  .md\:border-opacity-30 {
    --border-opacity: 0.3 !important; }
  .md\:border-opacity-35 {
    --border-opacity: 0.35 !important; }
  .md\:border-opacity-40 {
    --border-opacity: 0.4 !important; }
  .md\:border-opacity-45 {
    --border-opacity: 0.45 !important; }
  .md\:border-opacity-50 {
    --border-opacity: 0.5 !important; }
  .md\:border-opacity-55 {
    --border-opacity: 0.55 !important; }
  .md\:border-opacity-60 {
    --border-opacity: 0.6 !important; }
  .md\:border-opacity-65 {
    --border-opacity: 0.65 !important; }
  .md\:border-opacity-70 {
    --border-opacity: 0.7 !important; }
  .md\:border-opacity-75 {
    --border-opacity: 0.75 !important; }
  .md\:border-opacity-80 {
    --border-opacity: 0.8 !important; }
  .md\:border-opacity-85 {
    --border-opacity: 0.85 !important; }
  .md\:border-opacity-90 {
    --border-opacity: 0.9 !important; }
  .md\:border-opacity-95 {
    --border-opacity: 0.95 !important; }
  .md\:border-opacity-100 {
    --border-opacity: 1 !important; }
  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important; }
  .md\:hover\:border-opacity-5:hover {
    --border-opacity: 0.05 !important; }
  .md\:hover\:border-opacity-10:hover {
    --border-opacity: 0.1 !important; }
  .md\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15 !important; }
  .md\:hover\:border-opacity-20:hover {
    --border-opacity: 0.2 !important; }
  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important; }
  .md\:hover\:border-opacity-30:hover {
    --border-opacity: 0.3 !important; }
  .md\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35 !important; }
  .md\:hover\:border-opacity-40:hover {
    --border-opacity: 0.4 !important; }
  .md\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45 !important; }
  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important; }
  .md\:hover\:border-opacity-55:hover {
    --border-opacity: 0.55 !important; }
  .md\:hover\:border-opacity-60:hover {
    --border-opacity: 0.6 !important; }
  .md\:hover\:border-opacity-65:hover {
    --border-opacity: 0.65 !important; }
  .md\:hover\:border-opacity-70:hover {
    --border-opacity: 0.7 !important; }
  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important; }
  .md\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8 !important; }
  .md\:hover\:border-opacity-85:hover {
    --border-opacity: 0.85 !important; }
  .md\:hover\:border-opacity-90:hover {
    --border-opacity: 0.9 !important; }
  .md\:hover\:border-opacity-95:hover {
    --border-opacity: 0.95 !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-5:focus {
    --border-opacity: 0.05 !important; }
  .md\:focus\:border-opacity-10:focus {
    --border-opacity: 0.1 !important; }
  .md\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15 !important; }
  .md\:focus\:border-opacity-20:focus {
    --border-opacity: 0.2 !important; }
  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important; }
  .md\:focus\:border-opacity-30:focus {
    --border-opacity: 0.3 !important; }
  .md\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35 !important; }
  .md\:focus\:border-opacity-40:focus {
    --border-opacity: 0.4 !important; }
  .md\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45 !important; }
  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important; }
  .md\:focus\:border-opacity-55:focus {
    --border-opacity: 0.55 !important; }
  .md\:focus\:border-opacity-60:focus {
    --border-opacity: 0.6 !important; }
  .md\:focus\:border-opacity-65:focus {
    --border-opacity: 0.65 !important; }
  .md\:focus\:border-opacity-70:focus {
    --border-opacity: 0.7 !important; }
  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important; }
  .md\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8 !important; }
  .md\:focus\:border-opacity-85:focus {
    --border-opacity: 0.85 !important; }
  .md\:focus\:border-opacity-90:focus {
    --border-opacity: 0.9 !important; }
  .md\:focus\:border-opacity-95:focus {
    --border-opacity: 0.95 !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-xl {
    border-radius: 0.75rem !important; }
  .md\:rounded-2xl {
    border-radius: 1rem !important; }
  .md\:rounded-3xl {
    border-radius: 1.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-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important; }
  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important; }
  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important; }
  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important; }
  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.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-xl {
    border-top-left-radius: 0.75rem !important; }
  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important; }
  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important; }
  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important; }
  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important; }
  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important; }
  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important; }
  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important; }
  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important; }
  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important; }
  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important; }
  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.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 {
    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 {
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .md\:inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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\:contents {
    display: contents !important; }
  .md\:hidden {
    display: none !important; }
  .md\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .md\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .md\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .md\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .md\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .md\:place-items-auto {
    place-items: auto !important; }
  .md\:place-items-start {
    place-items: start !important; }
  .md\:place-items-end {
    place-items: end !important; }
  .md\:place-items-center {
    place-items: center !important; }
  .md\:place-items-stretch {
    place-items: stretch !important; }
  .md\:place-content-center {
    place-content: center !important; }
  .md\:place-content-start {
    place-content: start !important; }
  .md\:place-content-end {
    place-content: end !important; }
  .md\:place-content-between {
    place-content: space-between !important; }
  .md\:place-content-around {
    place-content: space-around !important; }
  .md\:place-content-evenly {
    place-content: space-evenly !important; }
  .md\:place-content-stretch {
    place-content: stretch !important; }
  .md\:place-self-auto {
    place-self: auto !important; }
  .md\:place-self-start {
    place-self: start !important; }
  .md\:place-self-end {
    place-self: end !important; }
  .md\:place-self-center {
    place-self: center !important; }
  .md\:place-self-stretch {
    place-self: stretch !important; }
  .md\:items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .md\:items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .md\:items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .md\:items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .md\:items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .md\:content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .md\:content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .md\:content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .md\:content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .md\:content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .md\:content-evenly {
    -webkit-align-content: space-evenly !important;
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important; }
  .md\:self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .md\:self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .md\:self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .md\:self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .md\:self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .md\:justify-items-auto {
    justify-items: auto !important; }
  .md\:justify-items-start {
    justify-items: start !important; }
  .md\:justify-items-end {
    justify-items: end !important; }
  .md\:justify-items-center {
    justify-items: center !important; }
  .md\:justify-items-stretch {
    justify-items: stretch !important; }
  .md\:justify-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .md\:justify-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .md\:justify-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .md\:justify-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .md\:justify-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .md\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .md\:justify-self-auto {
    justify-self: auto !important; }
  .md\:justify-self-start {
    justify-self: start !important; }
  .md\:justify-self-end {
    justify-self: end !important; }
  .md\:justify-self-center {
    justify-self: center !important; }
  .md\:justify-self-stretch {
    justify-self: stretch !important; }
  .md\:flex-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }
  .md\:flex-auto {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .md\:flex-initial {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important; }
  .md\:flex-none {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .md\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .md\:flex-grow {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .md\:flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .md\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .md\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .md\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .md\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .md\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .md\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .md\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important; }
  .md\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important; }
  .md\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important; }
  .md\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important; }
  .md\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important; }
  .md\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important; }
  .md\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
    -webkit-order: -9999 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important; }
  .md\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
    -webkit-order: 9999 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important; }
  .md\:order-none {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !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-sans {
    font-family: -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" !important; }
  .md\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important; }
  .md\:font-mono {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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: 0rem !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-7 {
    height: 1.75rem !important; }
  .md\:h-8 {
    height: 2rem !important; }
  .md\:h-9 {
    height: 2.25rem !important; }
  .md\:h-10 {
    height: 2.5rem !important; }
  .md\:h-11 {
    height: 2.75rem !important; }
  .md\:h-12 {
    height: 3rem !important; }
  .md\:h-13 {
    height: 3.25rem !important; }
  .md\:h-14 {
    height: 3.5rem !important; }
  .md\:h-15 {
    height: 3.75rem !important; }
  .md\:h-16 {
    height: 4rem !important; }
  .md\:h-17 {
    height: 4.25rem !important; }
  .md\:h-18 {
    height: 4.5rem !important; }
  .md\:h-19 {
    height: 4.75rem !important; }
  .md\:h-20 {
    height: 5rem !important; }
  .md\:h-21 {
    height: 5.25rem !important; }
  .md\:h-22 {
    height: 5.5rem !important; }
  .md\:h-23 {
    height: 5.75rem !important; }
  .md\:h-24 {
    height: 6rem !important; }
  .md\:h-25 {
    height: 6.25rem !important; }
  .md\:h-26 {
    height: 6.5rem !important; }
  .md\:h-27 {
    height: 6.75rem !important; }
  .md\:h-28 {
    height: 7rem !important; }
  .md\:h-29 {
    height: 7.25rem !important; }
  .md\:h-30 {
    height: 7.5rem !important; }
  .md\:h-31 {
    height: 7.75rem !important; }
  .md\:h-32 {
    height: 8rem !important; }
  .md\:h-33 {
    height: 8.25rem !important; }
  .md\:h-34 {
    height: 8.5rem !important; }
  .md\:h-35 {
    height: 8.75rem !important; }
  .md\:h-36 {
    height: 9rem !important; }
  .md\:h-37 {
    height: 9.25rem !important; }
  .md\:h-38 {
    height: 9.5rem !important; }
  .md\:h-39 {
    height: 9.75rem !important; }
  .md\:h-40 {
    height: 10rem !important; }
  .md\:h-41 {
    height: 10.25rem !important; }
  .md\:h-42 {
    height: 10.5rem !important; }
  .md\:h-43 {
    height: 10.75rem !important; }
  .md\:h-44 {
    height: 11rem !important; }
  .md\:h-45 {
    height: 11.25rem !important; }
  .md\:h-46 {
    height: 11.5rem !important; }
  .md\:h-47 {
    height: 11.75rem !important; }
  .md\:h-48 {
    height: 12rem !important; }
  .md\:h-49 {
    height: 12.25rem !important; }
  .md\:h-50 {
    height: 12.5rem !important; }
  .md\:h-51 {
    height: 12.75rem !important; }
  .md\:h-52 {
    height: 13rem !important; }
  .md\:h-53 {
    height: 13.25rem !important; }
  .md\:h-54 {
    height: 13.5rem !important; }
  .md\:h-55 {
    height: 13.75rem !important; }
  .md\:h-56 {
    height: 14rem !important; }
  .md\:h-57 {
    height: 14.25rem !important; }
  .md\:h-58 {
    height: 14.5rem !important; }
  .md\:h-59 {
    height: 14.75rem !important; }
  .md\:h-60 {
    height: 15rem !important; }
  .md\:h-61 {
    height: 15.25rem !important; }
  .md\:h-62 {
    height: 15.5rem !important; }
  .md\:h-63 {
    height: 15.75rem !important; }
  .md\:h-64 {
    height: 16rem !important; }
  .md\:h-65 {
    height: 16.25rem !important; }
  .md\:h-66 {
    height: 16.5rem !important; }
  .md\:h-67 {
    height: 16.75rem !important; }
  .md\:h-68 {
    height: 17rem !important; }
  .md\:h-69 {
    height: 17.25rem !important; }
  .md\:h-70 {
    height: 17.5rem !important; }
  .md\:h-71 {
    height: 17.75rem !important; }
  .md\:h-72 {
    height: 18rem !important; }
  .md\:h-73 {
    height: 18.25rem !important; }
  .md\:h-74 {
    height: 18.5rem !important; }
  .md\:h-75 {
    height: 18.75rem !important; }
  .md\:h-76 {
    height: 19rem !important; }
  .md\:h-77 {
    height: 19.25rem !important; }
  .md\:h-78 {
    height: 19.5rem !important; }
  .md\:h-79 {
    height: 19.75rem !important; }
  .md\:h-80 {
    height: 20rem !important; }
  .md\:h-84 {
    height: 21rem !important; }
  .md\:h-88 {
    height: 22rem !important; }
  .md\:h-92 {
    height: 23rem !important; }
  .md\:h-96 {
    height: 24rem !important; }
  .md\:h-100 {
    height: 25rem !important; }
  .md\:h-104 {
    height: 26rem !important; }
  .md\:h-108 {
    height: 27rem !important; }
  .md\:h-112 {
    height: 28rem !important; }
  .md\:h-116 {
    height: 29rem !important; }
  .md\:h-120 {
    height: 30rem !important; }
  .md\:h-124 {
    height: 31rem !important; }
  .md\:h-128 {
    height: 32rem !important; }
  .md\:h-132 {
    height: 33rem !important; }
  .md\:h-136 {
    height: 34rem !important; }
  .md\:h-140 {
    height: 35rem !important; }
  .md\:h-144 {
    height: 36rem !important; }
  .md\:h-148 {
    height: 37rem !important; }
  .md\:h-152 {
    height: 38rem !important; }
  .md\:h-156 {
    height: 39rem !important; }
  .md\:h-160 {
    height: 40rem !important; }
  .md\:h-164 {
    height: 41rem !important; }
  .md\:h-168 {
    height: 42rem !important; }
  .md\:h-172 {
    height: 43rem !important; }
  .md\:h-176 {
    height: 44rem !important; }
  .md\:h-180 {
    height: 45rem !important; }
  .md\:h-184 {
    height: 46rem !important; }
  .md\:h-188 {
    height: 47rem !important; }
  .md\:h-192 {
    height: 48rem !important; }
  .md\:h-196 {
    height: 49rem !important; }
  .md\:h-200 {
    height: 50rem !important; }
  .md\:h-px {
    height: 1px !important; }
  .md\:h-2px {
    height: 2px !important; }
  .md\:h-1\/2 {
    height: 50% !important; }
  .md\:h-2\/2 {
    height: 100% !important; }
  .md\:h-1\/3 {
    height: 33.333333% !important; }
  .md\:h-2\/3 {
    height: 66.666667% !important; }
  .md\:h-3\/3 {
    height: 100% !important; }
  .md\:h-1\/4 {
    height: 25% !important; }
  .md\:h-2\/4 {
    height: 50% !important; }
  .md\:h-3\/4 {
    height: 75% !important; }
  .md\:h-4\/4 {
    height: 100% !important; }
  .md\:h-1\/5 {
    height: 20% !important; }
  .md\:h-2\/5 {
    height: 40% !important; }
  .md\:h-3\/5 {
    height: 60% !important; }
  .md\:h-4\/5 {
    height: 80% !important; }
  .md\:h-5\/5 {
    height: 100% !important; }
  .md\:h-1\/6 {
    height: 16.666667% !important; }
  .md\:h-2\/6 {
    height: 33.333333% !important; }
  .md\:h-3\/6 {
    height: 50% !important; }
  .md\:h-4\/6 {
    height: 66.666667% !important; }
  .md\:h-5\/6 {
    height: 83.333333% !important; }
  .md\:h-6\/6 {
    height: 100% !important; }
  .md\:h-1\/10 {
    height: 10% !important; }
  .md\:h-2\/10 {
    height: 20% !important; }
  .md\:h-3\/10 {
    height: 30% !important; }
  .md\:h-4\/10 {
    height: 40% !important; }
  .md\:h-5\/10 {
    height: 50% !important; }
  .md\:h-6\/10 {
    height: 60% !important; }
  .md\:h-7\/10 {
    height: 70% !important; }
  .md\:h-8\/10 {
    height: 80% !important; }
  .md\:h-9\/10 {
    height: 90% !important; }
  .md\:h-10\/10 {
    height: 100% !important; }
  .md\:h-1\/12 {
    height: 8.333333% !important; }
  .md\:h-2\/12 {
    height: 16.666667% !important; }
  .md\:h-3\/12 {
    height: 25% !important; }
  .md\:h-4\/12 {
    height: 33.333333% !important; }
  .md\:h-5\/12 {
    height: 41.666667% !important; }
  .md\:h-6\/12 {
    height: 50% !important; }
  .md\:h-7\/12 {
    height: 58.333333% !important; }
  .md\:h-8\/12 {
    height: 66.666667% !important; }
  .md\:h-9\/12 {
    height: 75% !important; }
  .md\:h-10\/12 {
    height: 83.333333% !important; }
  .md\:h-11\/12 {
    height: 91.666667% !important; }
  .md\:h-12\/12 {
    height: 100% !important; }
  .md\:h-xs {
    height: 20rem !important; }
  .md\:h-sm {
    height: 24rem !important; }
  .md\:h-md {
    height: 28rem !important; }
  .md\:h-lg {
    height: 32rem !important; }
  .md\:h-xl {
    height: 36rem !important; }
  .md\:h-2xl {
    height: 42rem !important; }
  .md\:h-3xl {
    height: 48rem !important; }
  .md\:h-4xl {
    height: 56rem !important; }
  .md\:h-5xl {
    height: 64rem !important; }
  .md\:h-6xl {
    height: 72rem !important; }
  .md\:h-7xl {
    height: 80rem !important; }
  .md\:h-full {
    height: 100% !important; }
  .md\:h-screenw {
    height: 100vw !important; }
  .md\:h-screenh {
    height: 100vh !important; }
  .md\:text-10 {
    font-size: 0.625rem !important; }
  .md\:text-11 {
    font-size: 0.6875rem !important; }
  .md\:text-12 {
    font-size: 0.75rem !important; }
  .md\:text-13 {
    font-size: 0.8125rem !important; }
  .md\:text-14 {
    font-size: 0.875rem !important; }
  .md\:text-15 {
    font-size: 0.9375rem !important; }
  .md\:text-16 {
    font-size: 1rem !important; }
  .md\:text-17 {
    font-size: 1.0625rem !important; }
  .md\:text-18 {
    font-size: 1.125rem !important; }
  .md\:text-19 {
    font-size: 1.1875rem !important; }
  .md\:text-20 {
    font-size: 1.25rem !important; }
  .md\:text-21 {
    font-size: 1.3125rem !important; }
  .md\:text-22 {
    font-size: 1.375rem !important; }
  .md\:text-23 {
    font-size: 1.4375rem !important; }
  .md\:text-24 {
    font-size: 1.5rem !important; }
  .md\:text-25 {
    font-size: 1.5625rem !important; }
  .md\:text-26 {
    font-size: 1.625rem !important; }
  .md\:text-27 {
    font-size: 1.6875rem !important; }
  .md\:text-28 {
    font-size: 1.75rem !important; }
  .md\:text-29 {
    font-size: 1.8125rem !important; }
  .md\:text-30 {
    font-size: 1.875rem !important; }
  .md\:text-31 {
    font-size: 1.9375rem !important; }
  .md\:text-32 {
    font-size: 2rem !important; }
  .md\:text-33 {
    font-size: 2.0625rem !important; }
  .md\:text-34 {
    font-size: 2.125rem !important; }
  .md\:text-35 {
    font-size: 2.1875rem !important; }
  .md\:text-36 {
    font-size: 2.25rem !important; }
  .md\:text-37 {
    font-size: 2.3125rem !important; }
  .md\:text-38 {
    font-size: 2.375rem !important; }
  .md\:text-39 {
    font-size: 2.4375rem !important; }
  .md\:text-40 {
    font-size: 2.5rem !important; }
  .md\:text-41 {
    font-size: 2.5625rem !important; }
  .md\:text-42 {
    font-size: 2.625rem !important; }
  .md\:text-43 {
    font-size: 2.6875rem !important; }
  .md\:text-44 {
    font-size: 2.75rem !important; }
  .md\:text-45 {
    font-size: 2.8125rem !important; }
  .md\:text-46 {
    font-size: 2.875rem !important; }
  .md\:text-47 {
    font-size: 2.9375rem !important; }
  .md\:text-48 {
    font-size: 3rem !important; }
  .md\:text-49 {
    font-size: 3.0625rem !important; }
  .md\:text-50 {
    font-size: 3.125rem !important; }
  .md\:text-51 {
    font-size: 3.1875rem !important; }
  .md\:text-52 {
    font-size: 3.25rem !important; }
  .md\:text-53 {
    font-size: 3.3125rem !important; }
  .md\:text-54 {
    font-size: 3.375rem !important; }
  .md\:text-55 {
    font-size: 3.4375rem !important; }
  .md\:text-56 {
    font-size: 3.5rem !important; }
  .md\:text-57 {
    font-size: 3.5625rem !important; }
  .md\:text-58 {
    font-size: 3.625rem !important; }
  .md\:text-59 {
    font-size: 3.6875rem !important; }
  .md\:text-60 {
    font-size: 3.75rem !important; }
  .md\:text-62 {
    font-size: 3.875rem !important; }
  .md\:text-64 {
    font-size: 4rem !important; }
  .md\:text-66 {
    font-size: 4.125rem !important; }
  .md\:text-68 {
    font-size: 4.25rem !important; }
  .md\:text-70 {
    font-size: 4.375rem !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\: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-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\: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: 0rem !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-7 {
    margin: 1.75rem !important; }
  .md\:m-8 {
    margin: 2rem !important; }
  .md\:m-9 {
    margin: 2.25rem !important; }
  .md\:m-10 {
    margin: 2.5rem !important; }
  .md\:m-11 {
    margin: 2.75rem !important; }
  .md\:m-12 {
    margin: 3rem !important; }
  .md\:m-13 {
    margin: 3.25rem !important; }
  .md\:m-14 {
    margin: 3.5rem !important; }
  .md\:m-15 {
    margin: 3.75rem !important; }
  .md\:m-16 {
    margin: 4rem !important; }
  .md\:m-17 {
    margin: 4.25rem !important; }
  .md\:m-18 {
    margin: 4.5rem !important; }
  .md\:m-19 {
    margin: 4.75rem !important; }
  .md\:m-20 {
    margin: 5rem !important; }
  .md\:m-21 {
    margin: 5.25rem !important; }
  .md\:m-22 {
    margin: 5.5rem !important; }
  .md\:m-23 {
    margin: 5.75rem !important; }
  .md\:m-24 {
    margin: 6rem !important; }
  .md\:m-25 {
    margin: 6.25rem !important; }
  .md\:m-26 {
    margin: 6.5rem !important; }
  .md\:m-27 {
    margin: 6.75rem !important; }
  .md\:m-28 {
    margin: 7rem !important; }
  .md\:m-29 {
    margin: 7.25rem !important; }
  .md\:m-30 {
    margin: 7.5rem !important; }
  .md\:m-31 {
    margin: 7.75rem !important; }
  .md\:m-32 {
    margin: 8rem !important; }
  .md\:m-33 {
    margin: 8.25rem !important; }
  .md\:m-34 {
    margin: 8.5rem !important; }
  .md\:m-35 {
    margin: 8.75rem !important; }
  .md\:m-36 {
    margin: 9rem !important; }
  .md\:m-37 {
    margin: 9.25rem !important; }
  .md\:m-38 {
    margin: 9.5rem !important; }
  .md\:m-39 {
    margin: 9.75rem !important; }
  .md\:m-40 {
    margin: 10rem !important; }
  .md\:m-41 {
    margin: 10.25rem !important; }
  .md\:m-42 {
    margin: 10.5rem !important; }
  .md\:m-43 {
    margin: 10.75rem !important; }
  .md\:m-44 {
    margin: 11rem !important; }
  .md\:m-45 {
    margin: 11.25rem !important; }
  .md\:m-46 {
    margin: 11.5rem !important; }
  .md\:m-47 {
    margin: 11.75rem !important; }
  .md\:m-48 {
    margin: 12rem !important; }
  .md\:m-49 {
    margin: 12.25rem !important; }
  .md\:m-50 {
    margin: 12.5rem !important; }
  .md\:m-51 {
    margin: 12.75rem !important; }
  .md\:m-52 {
    margin: 13rem !important; }
  .md\:m-53 {
    margin: 13.25rem !important; }
  .md\:m-54 {
    margin: 13.5rem !important; }
  .md\:m-55 {
    margin: 13.75rem !important; }
  .md\:m-56 {
    margin: 14rem !important; }
  .md\:m-57 {
    margin: 14.25rem !important; }
  .md\:m-58 {
    margin: 14.5rem !important; }
  .md\:m-59 {
    margin: 14.75rem !important; }
  .md\:m-60 {
    margin: 15rem !important; }
  .md\:m-61 {
    margin: 15.25rem !important; }
  .md\:m-62 {
    margin: 15.5rem !important; }
  .md\:m-63 {
    margin: 15.75rem !important; }
  .md\:m-64 {
    margin: 16rem !important; }
  .md\:m-65 {
    margin: 16.25rem !important; }
  .md\:m-66 {
    margin: 16.5rem !important; }
  .md\:m-67 {
    margin: 16.75rem !important; }
  .md\:m-68 {
    margin: 17rem !important; }
  .md\:m-69 {
    margin: 17.25rem !important; }
  .md\:m-70 {
    margin: 17.5rem !important; }
  .md\:m-71 {
    margin: 17.75rem !important; }
  .md\:m-72 {
    margin: 18rem !important; }
  .md\:m-73 {
    margin: 18.25rem !important; }
  .md\:m-74 {
    margin: 18.5rem !important; }
  .md\:m-75 {
    margin: 18.75rem !important; }
  .md\:m-76 {
    margin: 19rem !important; }
  .md\:m-77 {
    margin: 19.25rem !important; }
  .md\:m-78 {
    margin: 19.5rem !important; }
  .md\:m-79 {
    margin: 19.75rem !important; }
  .md\:m-80 {
    margin: 20rem !important; }
  .md\:m-84 {
    margin: 21rem !important; }
  .md\:m-88 {
    margin: 22rem !important; }
  .md\:m-92 {
    margin: 23rem !important; }
  .md\:m-96 {
    margin: 24rem !important; }
  .md\:m-100 {
    margin: 25rem !important; }
  .md\:m-104 {
    margin: 26rem !important; }
  .md\:m-108 {
    margin: 27rem !important; }
  .md\:m-112 {
    margin: 28rem !important; }
  .md\:m-116 {
    margin: 29rem !important; }
  .md\:m-120 {
    margin: 30rem !important; }
  .md\:m-124 {
    margin: 31rem !important; }
  .md\:m-128 {
    margin: 32rem !important; }
  .md\:m-132 {
    margin: 33rem !important; }
  .md\:m-136 {
    margin: 34rem !important; }
  .md\:m-140 {
    margin: 35rem !important; }
  .md\:m-144 {
    margin: 36rem !important; }
  .md\:m-148 {
    margin: 37rem !important; }
  .md\:m-152 {
    margin: 38rem !important; }
  .md\:m-156 {
    margin: 39rem !important; }
  .md\:m-160 {
    margin: 40rem !important; }
  .md\:m-164 {
    margin: 41rem !important; }
  .md\:m-168 {
    margin: 42rem !important; }
  .md\:m-172 {
    margin: 43rem !important; }
  .md\:m-176 {
    margin: 44rem !important; }
  .md\:m-180 {
    margin: 45rem !important; }
  .md\:m-184 {
    margin: 46rem !important; }
  .md\:m-188 {
    margin: 47rem !important; }
  .md\:m-192 {
    margin: 48rem !important; }
  .md\:m-196 {
    margin: 49rem !important; }
  .md\:m-200 {
    margin: 50rem !important; }
  .md\:m-auto {
    margin: auto !important; }
  .md\:m-px {
    margin: 1px !important; }
  .md\:m-2px {
    margin: 2px !important; }
  .md\:m-1\/2 {
    margin: 50% !important; }
  .md\:m-2\/2 {
    margin: 100% !important; }
  .md\:m-1\/3 {
    margin: 33.333333% !important; }
  .md\:m-2\/3 {
    margin: 66.666667% !important; }
  .md\:m-3\/3 {
    margin: 100% !important; }
  .md\:m-1\/4 {
    margin: 25% !important; }
  .md\:m-2\/4 {
    margin: 50% !important; }
  .md\:m-3\/4 {
    margin: 75% !important; }
  .md\:m-4\/4 {
    margin: 100% !important; }
  .md\:m-1\/5 {
    margin: 20% !important; }
  .md\:m-2\/5 {
    margin: 40% !important; }
  .md\:m-3\/5 {
    margin: 60% !important; }
  .md\:m-4\/5 {
    margin: 80% !important; }
  .md\:m-5\/5 {
    margin: 100% !important; }
  .md\:m-1\/6 {
    margin: 16.666667% !important; }
  .md\:m-2\/6 {
    margin: 33.333333% !important; }
  .md\:m-3\/6 {
    margin: 50% !important; }
  .md\:m-4\/6 {
    margin: 66.666667% !important; }
  .md\:m-5\/6 {
    margin: 83.333333% !important; }
  .md\:m-6\/6 {
    margin: 100% !important; }
  .md\:m-1\/10 {
    margin: 10% !important; }
  .md\:m-2\/10 {
    margin: 20% !important; }
  .md\:m-3\/10 {
    margin: 30% !important; }
  .md\:m-4\/10 {
    margin: 40% !important; }
  .md\:m-5\/10 {
    margin: 50% !important; }
  .md\:m-6\/10 {
    margin: 60% !important; }
  .md\:m-7\/10 {
    margin: 70% !important; }
  .md\:m-8\/10 {
    margin: 80% !important; }
  .md\:m-9\/10 {
    margin: 90% !important; }
  .md\:m-10\/10 {
    margin: 100% !important; }
  .md\:m-1\/12 {
    margin: 8.333333% !important; }
  .md\:m-2\/12 {
    margin: 16.666667% !important; }
  .md\:m-3\/12 {
    margin: 25% !important; }
  .md\:m-4\/12 {
    margin: 33.333333% !important; }
  .md\:m-5\/12 {
    margin: 41.666667% !important; }
  .md\:m-6\/12 {
    margin: 50% !important; }
  .md\:m-7\/12 {
    margin: 58.333333% !important; }
  .md\:m-8\/12 {
    margin: 66.666667% !important; }
  .md\:m-9\/12 {
    margin: 75% !important; }
  .md\:m-10\/12 {
    margin: 83.333333% !important; }
  .md\:m-11\/12 {
    margin: 91.666667% !important; }
  .md\:m-12\/12 {
    margin: 100% !important; }
  .md\:-m-0 {
    margin: 0rem !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-7 {
    margin: -1.75rem !important; }
  .md\:-m-8 {
    margin: -2rem !important; }
  .md\:-m-9 {
    margin: -2.25rem !important; }
  .md\:-m-10 {
    margin: -2.5rem !important; }
  .md\:-m-11 {
    margin: -2.75rem !important; }
  .md\:-m-12 {
    margin: -3rem !important; }
  .md\:-m-13 {
    margin: -3.25rem !important; }
  .md\:-m-14 {
    margin: -3.5rem !important; }
  .md\:-m-15 {
    margin: -3.75rem !important; }
  .md\:-m-16 {
    margin: -4rem !important; }
  .md\:-m-17 {
    margin: -4.25rem !important; }
  .md\:-m-18 {
    margin: -4.5rem !important; }
  .md\:-m-19 {
    margin: -4.75rem !important; }
  .md\:-m-20 {
    margin: -5rem !important; }
  .md\:-m-21 {
    margin: -5.25rem !important; }
  .md\:-m-22 {
    margin: -5.5rem !important; }
  .md\:-m-23 {
    margin: -5.75rem !important; }
  .md\:-m-24 {
    margin: -6rem !important; }
  .md\:-m-25 {
    margin: -6.25rem !important; }
  .md\:-m-26 {
    margin: -6.5rem !important; }
  .md\:-m-27 {
    margin: -6.75rem !important; }
  .md\:-m-28 {
    margin: -7rem !important; }
  .md\:-m-29 {
    margin: -7.25rem !important; }
  .md\:-m-30 {
    margin: -7.5rem !important; }
  .md\:-m-31 {
    margin: -7.75rem !important; }
  .md\:-m-32 {
    margin: -8rem !important; }
  .md\:-m-33 {
    margin: -8.25rem !important; }
  .md\:-m-34 {
    margin: -8.5rem !important; }
  .md\:-m-35 {
    margin: -8.75rem !important; }
  .md\:-m-36 {
    margin: -9rem !important; }
  .md\:-m-37 {
    margin: -9.25rem !important; }
  .md\:-m-38 {
    margin: -9.5rem !important; }
  .md\:-m-39 {
    margin: -9.75rem !important; }
  .md\:-m-40 {
    margin: -10rem !important; }
  .md\:-m-41 {
    margin: -10.25rem !important; }
  .md\:-m-42 {
    margin: -10.5rem !important; }
  .md\:-m-43 {
    margin: -10.75rem !important; }
  .md\:-m-44 {
    margin: -11rem !important; }
  .md\:-m-45 {
    margin: -11.25rem !important; }
  .md\:-m-46 {
    margin: -11.5rem !important; }
  .md\:-m-47 {
    margin: -11.75rem !important; }
  .md\:-m-48 {
    margin: -12rem !important; }
  .md\:-m-49 {
    margin: -12.25rem !important; }
  .md\:-m-50 {
    margin: -12.5rem !important; }
  .md\:-m-51 {
    margin: -12.75rem !important; }
  .md\:-m-52 {
    margin: -13rem !important; }
  .md\:-m-53 {
    margin: -13.25rem !important; }
  .md\:-m-54 {
    margin: -13.5rem !important; }
  .md\:-m-55 {
    margin: -13.75rem !important; }
  .md\:-m-56 {
    margin: -14rem !important; }
  .md\:-m-57 {
    margin: -14.25rem !important; }
  .md\:-m-58 {
    margin: -14.5rem !important; }
  .md\:-m-59 {
    margin: -14.75rem !important; }
  .md\:-m-60 {
    margin: -15rem !important; }
  .md\:-m-61 {
    margin: -15.25rem !important; }
  .md\:-m-62 {
    margin: -15.5rem !important; }
  .md\:-m-63 {
    margin: -15.75rem !important; }
  .md\:-m-64 {
    margin: -16rem !important; }
  .md\:-m-65 {
    margin: -16.25rem !important; }
  .md\:-m-66 {
    margin: -16.5rem !important; }
  .md\:-m-67 {
    margin: -16.75rem !important; }
  .md\:-m-68 {
    margin: -17rem !important; }
  .md\:-m-69 {
    margin: -17.25rem !important; }
  .md\:-m-70 {
    margin: -17.5rem !important; }
  .md\:-m-71 {
    margin: -17.75rem !important; }
  .md\:-m-72 {
    margin: -18rem !important; }
  .md\:-m-73 {
    margin: -18.25rem !important; }
  .md\:-m-74 {
    margin: -18.5rem !important; }
  .md\:-m-75 {
    margin: -18.75rem !important; }
  .md\:-m-76 {
    margin: -19rem !important; }
  .md\:-m-77 {
    margin: -19.25rem !important; }
  .md\:-m-78 {
    margin: -19.5rem !important; }
  .md\:-m-79 {
    margin: -19.75rem !important; }
  .md\:-m-80 {
    margin: -20rem !important; }
  .md\:-m-84 {
    margin: -21rem !important; }
  .md\:-m-88 {
    margin: -22rem !important; }
  .md\:-m-92 {
    margin: -23rem !important; }
  .md\:-m-96 {
    margin: -24rem !important; }
  .md\:-m-100 {
    margin: -25rem !important; }
  .md\:-m-104 {
    margin: -26rem !important; }
  .md\:-m-108 {
    margin: -27rem !important; }
  .md\:-m-112 {
    margin: -28rem !important; }
  .md\:-m-116 {
    margin: -29rem !important; }
  .md\:-m-120 {
    margin: -30rem !important; }
  .md\:-m-124 {
    margin: -31rem !important; }
  .md\:-m-128 {
    margin: -32rem !important; }
  .md\:-m-132 {
    margin: -33rem !important; }
  .md\:-m-136 {
    margin: -34rem !important; }
  .md\:-m-140 {
    margin: -35rem !important; }
  .md\:-m-144 {
    margin: -36rem !important; }
  .md\:-m-148 {
    margin: -37rem !important; }
  .md\:-m-152 {
    margin: -38rem !important; }
  .md\:-m-156 {
    margin: -39rem !important; }
  .md\:-m-160 {
    margin: -40rem !important; }
  .md\:-m-164 {
    margin: -41rem !important; }
  .md\:-m-168 {
    margin: -42rem !important; }
  .md\:-m-172 {
    margin: -43rem !important; }
  .md\:-m-176 {
    margin: -44rem !important; }
  .md\:-m-180 {
    margin: -45rem !important; }
  .md\:-m-184 {
    margin: -46rem !important; }
  .md\:-m-188 {
    margin: -47rem !important; }
  .md\:-m-192 {
    margin: -48rem !important; }
  .md\:-m-196 {
    margin: -49rem !important; }
  .md\:-m-200 {
    margin: -50rem !important; }
  .md\:-m-px {
    margin: -1px !important; }
  .md\:-m-2px {
    margin: -2px !important; }
  .md\:-m-1\/2 {
    margin: -50% !important; }
  .md\:-m-2\/2 {
    margin: -100% !important; }
  .md\:-m-1\/3 {
    margin: -33.33333% !important; }
  .md\:-m-2\/3 {
    margin: -66.66667% !important; }
  .md\:-m-3\/3 {
    margin: -100% !important; }
  .md\:-m-1\/4 {
    margin: -25% !important; }
  .md\:-m-2\/4 {
    margin: -50% !important; }
  .md\:-m-3\/4 {
    margin: -75% !important; }
  .md\:-m-4\/4 {
    margin: -100% !important; }
  .md\:-m-1\/5 {
    margin: -20% !important; }
  .md\:-m-2\/5 {
    margin: -40% !important; }
  .md\:-m-3\/5 {
    margin: -60% !important; }
  .md\:-m-4\/5 {
    margin: -80% !important; }
  .md\:-m-5\/5 {
    margin: -100% !important; }
  .md\:-m-1\/6 {
    margin: -16.66667% !important; }
  .md\:-m-2\/6 {
    margin: -33.33333% !important; }
  .md\:-m-3\/6 {
    margin: -50% !important; }
  .md\:-m-4\/6 {
    margin: -66.66667% !important; }
  .md\:-m-5\/6 {
    margin: -83.33333% !important; }
  .md\:-m-6\/6 {
    margin: -100% !important; }
  .md\:-m-1\/10 {
    margin: -10% !important; }
  .md\:-m-2\/10 {
    margin: -20% !important; }
  .md\:-m-3\/10 {
    margin: -30% !important; }
  .md\:-m-4\/10 {
    margin: -40% !important; }
  .md\:-m-5\/10 {
    margin: -50% !important; }
  .md\:-m-6\/10 {
    margin: -60% !important; }
  .md\:-m-7\/10 {
    margin: -70% !important; }
  .md\:-m-8\/10 {
    margin: -80% !important; }
  .md\:-m-9\/10 {
    margin: -90% !important; }
  .md\:-m-10\/10 {
    margin: -100% !important; }
  .md\:-m-1\/12 {
    margin: -8.33333% !important; }
  .md\:-m-2\/12 {
    margin: -16.66667% !important; }
  .md\:-m-3\/12 {
    margin: -25% !important; }
  .md\:-m-4\/12 {
    margin: -33.33333% !important; }
  .md\:-m-5\/12 {
    margin: -41.66667% !important; }
  .md\:-m-6\/12 {
    margin: -50% !important; }
  .md\:-m-7\/12 {
    margin: -58.33333% !important; }
  .md\:-m-8\/12 {
    margin: -66.66667% !important; }
  .md\:-m-9\/12 {
    margin: -75% !important; }
  .md\:-m-10\/12 {
    margin: -83.33333% !important; }
  .md\:-m-11\/12 {
    margin: -91.66667% !important; }
  .md\:-m-12\/12 {
    margin: -100% !important; }
  .md\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .md\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !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-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .md\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !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-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important; }
  .md\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important; }
  .md\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !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-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .md\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important; }
  .md\:mx-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important; }
  .md\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .md\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .md\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .md\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !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-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important; }
  .md\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !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-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important; }
  .md\:mx-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !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-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .md\:mx-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important; }
  .md\:my-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important; }
  .md\:mx-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important; }
  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .md\:my-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important; }
  .md\:mx-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.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-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important; }
  .md\:mx-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !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-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important; }
  .md\:mx-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important; }
  .md\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; }
  .md\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important; }
  .md\:my-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important; }
  .md\:mx-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important; }
  .md\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .md\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important; }
  .md\:my-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important; }
  .md\:mx-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important; }
  .md\:my-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; }
  .md\:mx-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important; }
  .md\:my-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important; }
  .md\:mx-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !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-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important; }
  .md\:mx-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important; }
  .md\:my-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important; }
  .md\:mx-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important; }
  .md\:my-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important; }
  .md\:mx-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important; }
  .md\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important; }
  .md\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important; }
  .md\:my-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important; }
  .md\:mx-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important; }
  .md\:my-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important; }
  .md\:mx-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important; }
  .md\:my-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important; }
  .md\:mx-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !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-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important; }
  .md\:mx-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important; }
  .md\:my-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .md\:mx-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important; }
  .md\:my-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important; }
  .md\:mx-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important; }
  .md\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important; }
  .md\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important; }
  .md\:my-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important; }
  .md\:mx-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important; }
  .md\:my-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important; }
  .md\:mx-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important; }
  .md\:my-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important; }
  .md\:mx-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !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-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important; }
  .md\:mx-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important; }
  .md\:my-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important; }
  .md\:mx-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important; }
  .md\:my-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important; }
  .md\:mx-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important; }
  .md\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .md\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important; }
  .md\:my-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important; }
  .md\:mx-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important; }
  .md\:my-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important; }
  .md\:mx-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important; }
  .md\:my-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important; }
  .md\:mx-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !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-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important; }
  .md\:mx-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important; }
  .md\:my-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important; }
  .md\:mx-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important; }
  .md\:my-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important; }
  .md\:mx-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important; }
  .md\:my-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important; }
  .md\:mx-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important; }
  .md\:my-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important; }
  .md\:mx-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important; }
  .md\:my-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important; }
  .md\:mx-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important; }
  .md\:my-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important; }
  .md\:mx-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important; }
  .md\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .md\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important; }
  .md\:my-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important; }
  .md\:mx-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important; }
  .md\:my-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important; }
  .md\:mx-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important; }
  .md\:my-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important; }
  .md\:mx-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important; }
  .md\:my-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important; }
  .md\:mx-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important; }
  .md\:my-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important; }
  .md\:mx-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important; }
  .md\:my-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important; }
  .md\:mx-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important; }
  .md\:my-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important; }
  .md\:mx-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important; }
  .md\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .md\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important; }
  .md\:my-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important; }
  .md\:mx-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important; }
  .md\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important; }
  .md\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important; }
  .md\:my-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important; }
  .md\:mx-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important; }
  .md\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important; }
  .md\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important; }
  .md\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important; }
  .md\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important; }
  .md\:my-104 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important; }
  .md\:mx-104 {
    margin-left: 26rem !important;
    margin-right: 26rem !important; }
  .md\:my-108 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important; }
  .md\:mx-108 {
    margin-left: 27rem !important;
    margin-right: 27rem !important; }
  .md\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important; }
  .md\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important; }
  .md\:my-116 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important; }
  .md\:mx-116 {
    margin-left: 29rem !important;
    margin-right: 29rem !important; }
  .md\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important; }
  .md\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important; }
  .md\:my-124 {
    margin-top: 31rem !important;
    margin-bottom: 31rem !important; }
  .md\:mx-124 {
    margin-left: 31rem !important;
    margin-right: 31rem !important; }
  .md\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important; }
  .md\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important; }
  .md\:my-132 {
    margin-top: 33rem !important;
    margin-bottom: 33rem !important; }
  .md\:mx-132 {
    margin-left: 33rem !important;
    margin-right: 33rem !important; }
  .md\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important; }
  .md\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important; }
  .md\:my-140 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important; }
  .md\:mx-140 {
    margin-left: 35rem !important;
    margin-right: 35rem !important; }
  .md\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important; }
  .md\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important; }
  .md\:my-148 {
    margin-top: 37rem !important;
    margin-bottom: 37rem !important; }
  .md\:mx-148 {
    margin-left: 37rem !important;
    margin-right: 37rem !important; }
  .md\:my-152 {
    margin-top: 38rem !important;
    margin-bottom: 38rem !important; }
  .md\:mx-152 {
    margin-left: 38rem !important;
    margin-right: 38rem !important; }
  .md\:my-156 {
    margin-top: 39rem !important;
    margin-bottom: 39rem !important; }
  .md\:mx-156 {
    margin-left: 39rem !important;
    margin-right: 39rem !important; }
  .md\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important; }
  .md\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important; }
  .md\:my-164 {
    margin-top: 41rem !important;
    margin-bottom: 41rem !important; }
  .md\:mx-164 {
    margin-left: 41rem !important;
    margin-right: 41rem !important; }
  .md\:my-168 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important; }
  .md\:mx-168 {
    margin-left: 42rem !important;
    margin-right: 42rem !important; }
  .md\:my-172 {
    margin-top: 43rem !important;
    margin-bottom: 43rem !important; }
  .md\:mx-172 {
    margin-left: 43rem !important;
    margin-right: 43rem !important; }
  .md\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important; }
  .md\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important; }
  .md\:my-180 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important; }
  .md\:mx-180 {
    margin-left: 45rem !important;
    margin-right: 45rem !important; }
  .md\:my-184 {
    margin-top: 46rem !important;
    margin-bottom: 46rem !important; }
  .md\:mx-184 {
    margin-left: 46rem !important;
    margin-right: 46rem !important; }
  .md\:my-188 {
    margin-top: 47rem !important;
    margin-bottom: 47rem !important; }
  .md\:mx-188 {
    margin-left: 47rem !important;
    margin-right: 47rem !important; }
  .md\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important; }
  .md\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important; }
  .md\:my-196 {
    margin-top: 49rem !important;
    margin-bottom: 49rem !important; }
  .md\:mx-196 {
    margin-left: 49rem !important;
    margin-right: 49rem !important; }
  .md\:my-200 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important; }
  .md\:mx-200 {
    margin-left: 50rem !important;
    margin-right: 50rem !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-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important; }
  .md\:mx-2px {
    margin-left: 2px !important;
    margin-right: 2px !important; }
  .md\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .md\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .md\:my-2\/2 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .md\:mx-2\/2 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .md\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .md\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .md\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .md\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .md\:my-3\/3 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .md\:mx-3\/3 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .md\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important; }
  .md\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important; }
  .md\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .md\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .md\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important; }
  .md\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important; }
  .md\:my-4\/4 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .md\:mx-4\/4 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .md\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important; }
  .md\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .md\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important; }
  .md\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important; }
  .md\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important; }
  .md\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important; }
  .md\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important; }
  .md\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important; }
  .md\:my-5\/5 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .md\:mx-5\/5 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .md\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important; }
  .md\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important; }
  .md\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .md\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .md\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .md\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .md\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .md\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .md\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important; }
  .md\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important; }
  .md\:my-6\/6 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .md\:mx-6\/6 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .md\:my-1\/10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important; }
  .md\:mx-1\/10 {
    margin-left: 10% !important;
    margin-right: 10% !important; }
  .md\:my-2\/10 {
    margin-top: 20% !important;
    margin-bottom: 20% !important; }
  .md\:mx-2\/10 {
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .md\:my-3\/10 {
    margin-top: 30% !important;
    margin-bottom: 30% !important; }
  .md\:mx-3\/10 {
    margin-left: 30% !important;
    margin-right: 30% !important; }
  .md\:my-4\/10 {
    margin-top: 40% !important;
    margin-bottom: 40% !important; }
  .md\:mx-4\/10 {
    margin-left: 40% !important;
    margin-right: 40% !important; }
  .md\:my-5\/10 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .md\:mx-5\/10 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .md\:my-6\/10 {
    margin-top: 60% !important;
    margin-bottom: 60% !important; }
  .md\:mx-6\/10 {
    margin-left: 60% !important;
    margin-right: 60% !important; }
  .md\:my-7\/10 {
    margin-top: 70% !important;
    margin-bottom: 70% !important; }
  .md\:mx-7\/10 {
    margin-left: 70% !important;
    margin-right: 70% !important; }
  .md\:my-8\/10 {
    margin-top: 80% !important;
    margin-bottom: 80% !important; }
  .md\:mx-8\/10 {
    margin-left: 80% !important;
    margin-right: 80% !important; }
  .md\:my-9\/10 {
    margin-top: 90% !important;
    margin-bottom: 90% !important; }
  .md\:mx-9\/10 {
    margin-left: 90% !important;
    margin-right: 90% !important; }
  .md\:my-10\/10 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .md\:mx-10\/10 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .md\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important; }
  .md\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important; }
  .md\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important; }
  .md\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important; }
  .md\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important; }
  .md\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important; }
  .md\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .md\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .md\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important; }
  .md\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important; }
  .md\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .md\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .md\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important; }
  .md\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important; }
  .md\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .md\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .md\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important; }
  .md\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important; }
  .md\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important; }
  .md\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important; }
  .md\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important; }
  .md\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important; }
  .md\:my-12\/12 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .md\:mx-12\/12 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .md\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .md\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !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-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .md\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !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-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important; }
  .md\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important; }
  .md\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !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-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important; }
  .md\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important; }
  .md\:-mx-17 {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important; }
  .md\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .md\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important; }
  .md\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important; }
  .md\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !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-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important; }
  .md\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !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-23 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important; }
  .md\:-mx-23 {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !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-26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .md\:-mx-26 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important; }
  .md\:-my-27 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important; }
  .md\:-mx-27 {
    margin-left: -6.75rem !important;
    margin-right: -6.75rem !important; }
  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .md\:-my-29 {
    margin-top: -7.25rem !important;
    margin-bottom: -7.25rem !important; }
  .md\:-mx-29 {
    margin-left: -7.25rem !important;
    margin-right: -7.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-31 {
    margin-top: -7.75rem !important;
    margin-bottom: -7.75rem !important; }
  .md\:-mx-31 {
    margin-left: -7.75rem !important;
    margin-right: -7.75rem !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-33 {
    margin-top: -8.25rem !important;
    margin-bottom: -8.25rem !important; }
  .md\:-mx-33 {
    margin-left: -8.25rem !important;
    margin-right: -8.25rem !important; }
  .md\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important; }
  .md\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important; }
  .md\:-my-35 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important; }
  .md\:-mx-35 {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important; }
  .md\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .md\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important; }
  .md\:-my-37 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important; }
  .md\:-mx-37 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important; }
  .md\:-my-38 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important; }
  .md\:-mx-38 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important; }
  .md\:-my-39 {
    margin-top: -9.75rem !important;
    margin-bottom: -9.75rem !important; }
  .md\:-mx-39 {
    margin-left: -9.75rem !important;
    margin-right: -9.75rem !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-41 {
    margin-top: -10.25rem !important;
    margin-bottom: -10.25rem !important; }
  .md\:-mx-41 {
    margin-left: -10.25rem !important;
    margin-right: -10.25rem !important; }
  .md\:-my-42 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important; }
  .md\:-mx-42 {
    margin-left: -10.5rem !important;
    margin-right: -10.5rem !important; }
  .md\:-my-43 {
    margin-top: -10.75rem !important;
    margin-bottom: -10.75rem !important; }
  .md\:-mx-43 {
    margin-left: -10.75rem !important;
    margin-right: -10.75rem !important; }
  .md\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important; }
  .md\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important; }
  .md\:-my-45 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important; }
  .md\:-mx-45 {
    margin-left: -11.25rem !important;
    margin-right: -11.25rem !important; }
  .md\:-my-46 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important; }
  .md\:-mx-46 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important; }
  .md\:-my-47 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important; }
  .md\:-mx-47 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !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-49 {
    margin-top: -12.25rem !important;
    margin-bottom: -12.25rem !important; }
  .md\:-mx-49 {
    margin-left: -12.25rem !important;
    margin-right: -12.25rem !important; }
  .md\:-my-50 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important; }
  .md\:-mx-50 {
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !important; }
  .md\:-my-51 {
    margin-top: -12.75rem !important;
    margin-bottom: -12.75rem !important; }
  .md\:-mx-51 {
    margin-left: -12.75rem !important;
    margin-right: -12.75rem !important; }
  .md\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important; }
  .md\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important; }
  .md\:-my-53 {
    margin-top: -13.25rem !important;
    margin-bottom: -13.25rem !important; }
  .md\:-mx-53 {
    margin-left: -13.25rem !important;
    margin-right: -13.25rem !important; }
  .md\:-my-54 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important; }
  .md\:-mx-54 {
    margin-left: -13.5rem !important;
    margin-right: -13.5rem !important; }
  .md\:-my-55 {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important; }
  .md\:-mx-55 {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !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-57 {
    margin-top: -14.25rem !important;
    margin-bottom: -14.25rem !important; }
  .md\:-mx-57 {
    margin-left: -14.25rem !important;
    margin-right: -14.25rem !important; }
  .md\:-my-58 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important; }
  .md\:-mx-58 {
    margin-left: -14.5rem !important;
    margin-right: -14.5rem !important; }
  .md\:-my-59 {
    margin-top: -14.75rem !important;
    margin-bottom: -14.75rem !important; }
  .md\:-mx-59 {
    margin-left: -14.75rem !important;
    margin-right: -14.75rem !important; }
  .md\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important; }
  .md\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important; }
  .md\:-my-61 {
    margin-top: -15.25rem !important;
    margin-bottom: -15.25rem !important; }
  .md\:-mx-61 {
    margin-left: -15.25rem !important;
    margin-right: -15.25rem !important; }
  .md\:-my-62 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important; }
  .md\:-mx-62 {
    margin-left: -15.5rem !important;
    margin-right: -15.5rem !important; }
  .md\:-my-63 {
    margin-top: -15.75rem !important;
    margin-bottom: -15.75rem !important; }
  .md\:-mx-63 {
    margin-left: -15.75rem !important;
    margin-right: -15.75rem !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-65 {
    margin-top: -16.25rem !important;
    margin-bottom: -16.25rem !important; }
  .md\:-mx-65 {
    margin-left: -16.25rem !important;
    margin-right: -16.25rem !important; }
  .md\:-my-66 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important; }
  .md\:-mx-66 {
    margin-left: -16.5rem !important;
    margin-right: -16.5rem !important; }
  .md\:-my-67 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important; }
  .md\:-mx-67 {
    margin-left: -16.75rem !important;
    margin-right: -16.75rem !important; }
  .md\:-my-68 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important; }
  .md\:-mx-68 {
    margin-left: -17rem !important;
    margin-right: -17rem !important; }
  .md\:-my-69 {
    margin-top: -17.25rem !important;
    margin-bottom: -17.25rem !important; }
  .md\:-mx-69 {
    margin-left: -17.25rem !important;
    margin-right: -17.25rem !important; }
  .md\:-my-70 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important; }
  .md\:-mx-70 {
    margin-left: -17.5rem !important;
    margin-right: -17.5rem !important; }
  .md\:-my-71 {
    margin-top: -17.75rem !important;
    margin-bottom: -17.75rem !important; }
  .md\:-mx-71 {
    margin-left: -17.75rem !important;
    margin-right: -17.75rem !important; }
  .md\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .md\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important; }
  .md\:-my-73 {
    margin-top: -18.25rem !important;
    margin-bottom: -18.25rem !important; }
  .md\:-mx-73 {
    margin-left: -18.25rem !important;
    margin-right: -18.25rem !important; }
  .md\:-my-74 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important; }
  .md\:-mx-74 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important; }
  .md\:-my-75 {
    margin-top: -18.75rem !important;
    margin-bottom: -18.75rem !important; }
  .md\:-mx-75 {
    margin-left: -18.75rem !important;
    margin-right: -18.75rem !important; }
  .md\:-my-76 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important; }
  .md\:-mx-76 {
    margin-left: -19rem !important;
    margin-right: -19rem !important; }
  .md\:-my-77 {
    margin-top: -19.25rem !important;
    margin-bottom: -19.25rem !important; }
  .md\:-mx-77 {
    margin-left: -19.25rem !important;
    margin-right: -19.25rem !important; }
  .md\:-my-78 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important; }
  .md\:-mx-78 {
    margin-left: -19.5rem !important;
    margin-right: -19.5rem !important; }
  .md\:-my-79 {
    margin-top: -19.75rem !important;
    margin-bottom: -19.75rem !important; }
  .md\:-mx-79 {
    margin-left: -19.75rem !important;
    margin-right: -19.75rem !important; }
  .md\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .md\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important; }
  .md\:-my-84 {
    margin-top: -21rem !important;
    margin-bottom: -21rem !important; }
  .md\:-mx-84 {
    margin-left: -21rem !important;
    margin-right: -21rem !important; }
  .md\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important; }
  .md\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important; }
  .md\:-my-92 {
    margin-top: -23rem !important;
    margin-bottom: -23rem !important; }
  .md\:-mx-92 {
    margin-left: -23rem !important;
    margin-right: -23rem !important; }
  .md\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important; }
  .md\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important; }
  .md\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important; }
  .md\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important; }
  .md\:-my-104 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important; }
  .md\:-mx-104 {
    margin-left: -26rem !important;
    margin-right: -26rem !important; }
  .md\:-my-108 {
    margin-top: -27rem !important;
    margin-bottom: -27rem !important; }
  .md\:-mx-108 {
    margin-left: -27rem !important;
    margin-right: -27rem !important; }
  .md\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important; }
  .md\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important; }
  .md\:-my-116 {
    margin-top: -29rem !important;
    margin-bottom: -29rem !important; }
  .md\:-mx-116 {
    margin-left: -29rem !important;
    margin-right: -29rem !important; }
  .md\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important; }
  .md\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important; }
  .md\:-my-124 {
    margin-top: -31rem !important;
    margin-bottom: -31rem !important; }
  .md\:-mx-124 {
    margin-left: -31rem !important;
    margin-right: -31rem !important; }
  .md\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important; }
  .md\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important; }
  .md\:-my-132 {
    margin-top: -33rem !important;
    margin-bottom: -33rem !important; }
  .md\:-mx-132 {
    margin-left: -33rem !important;
    margin-right: -33rem !important; }
  .md\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important; }
  .md\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important; }
  .md\:-my-140 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important; }
  .md\:-mx-140 {
    margin-left: -35rem !important;
    margin-right: -35rem !important; }
  .md\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important; }
  .md\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important; }
  .md\:-my-148 {
    margin-top: -37rem !important;
    margin-bottom: -37rem !important; }
  .md\:-mx-148 {
    margin-left: -37rem !important;
    margin-right: -37rem !important; }
  .md\:-my-152 {
    margin-top: -38rem !important;
    margin-bottom: -38rem !important; }
  .md\:-mx-152 {
    margin-left: -38rem !important;
    margin-right: -38rem !important; }
  .md\:-my-156 {
    margin-top: -39rem !important;
    margin-bottom: -39rem !important; }
  .md\:-mx-156 {
    margin-left: -39rem !important;
    margin-right: -39rem !important; }
  .md\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important; }
  .md\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important; }
  .md\:-my-164 {
    margin-top: -41rem !important;
    margin-bottom: -41rem !important; }
  .md\:-mx-164 {
    margin-left: -41rem !important;
    margin-right: -41rem !important; }
  .md\:-my-168 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important; }
  .md\:-mx-168 {
    margin-left: -42rem !important;
    margin-right: -42rem !important; }
  .md\:-my-172 {
    margin-top: -43rem !important;
    margin-bottom: -43rem !important; }
  .md\:-mx-172 {
    margin-left: -43rem !important;
    margin-right: -43rem !important; }
  .md\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important; }
  .md\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important; }
  .md\:-my-180 {
    margin-top: -45rem !important;
    margin-bottom: -45rem !important; }
  .md\:-mx-180 {
    margin-left: -45rem !important;
    margin-right: -45rem !important; }
  .md\:-my-184 {
    margin-top: -46rem !important;
    margin-bottom: -46rem !important; }
  .md\:-mx-184 {
    margin-left: -46rem !important;
    margin-right: -46rem !important; }
  .md\:-my-188 {
    margin-top: -47rem !important;
    margin-bottom: -47rem !important; }
  .md\:-mx-188 {
    margin-left: -47rem !important;
    margin-right: -47rem !important; }
  .md\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important; }
  .md\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important; }
  .md\:-my-196 {
    margin-top: -49rem !important;
    margin-bottom: -49rem !important; }
  .md\:-mx-196 {
    margin-left: -49rem !important;
    margin-right: -49rem !important; }
  .md\:-my-200 {
    margin-top: -50rem !important;
    margin-bottom: -50rem !important; }
  .md\:-mx-200 {
    margin-left: -50rem !important;
    margin-right: -50rem !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-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .md\:-mx-2px {
    margin-left: -2px !important;
    margin-right: -2px !important; }
  .md\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .md\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .md\:-my-2\/2 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .md\:-mx-2\/2 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .md\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .md\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .md\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .md\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .md\:-my-3\/3 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .md\:-mx-3\/3 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .md\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important; }
  .md\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important; }
  .md\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .md\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .md\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important; }
  .md\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important; }
  .md\:-my-4\/4 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .md\:-mx-4\/4 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .md\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important; }
  .md\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important; }
  .md\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important; }
  .md\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important; }
  .md\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important; }
  .md\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important; }
  .md\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important; }
  .md\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important; }
  .md\:-my-5\/5 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .md\:-mx-5\/5 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .md\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important; }
  .md\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important; }
  .md\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .md\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .md\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .md\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .md\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .md\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .md\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important; }
  .md\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important; }
  .md\:-my-6\/6 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .md\:-mx-6\/6 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .md\:-my-1\/10 {
    margin-top: -10% !important;
    margin-bottom: -10% !important; }
  .md\:-mx-1\/10 {
    margin-left: -10% !important;
    margin-right: -10% !important; }
  .md\:-my-2\/10 {
    margin-top: -20% !important;
    margin-bottom: -20% !important; }
  .md\:-mx-2\/10 {
    margin-left: -20% !important;
    margin-right: -20% !important; }
  .md\:-my-3\/10 {
    margin-top: -30% !important;
    margin-bottom: -30% !important; }
  .md\:-mx-3\/10 {
    margin-left: -30% !important;
    margin-right: -30% !important; }
  .md\:-my-4\/10 {
    margin-top: -40% !important;
    margin-bottom: -40% !important; }
  .md\:-mx-4\/10 {
    margin-left: -40% !important;
    margin-right: -40% !important; }
  .md\:-my-5\/10 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .md\:-mx-5\/10 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .md\:-my-6\/10 {
    margin-top: -60% !important;
    margin-bottom: -60% !important; }
  .md\:-mx-6\/10 {
    margin-left: -60% !important;
    margin-right: -60% !important; }
  .md\:-my-7\/10 {
    margin-top: -70% !important;
    margin-bottom: -70% !important; }
  .md\:-mx-7\/10 {
    margin-left: -70% !important;
    margin-right: -70% !important; }
  .md\:-my-8\/10 {
    margin-top: -80% !important;
    margin-bottom: -80% !important; }
  .md\:-mx-8\/10 {
    margin-left: -80% !important;
    margin-right: -80% !important; }
  .md\:-my-9\/10 {
    margin-top: -90% !important;
    margin-bottom: -90% !important; }
  .md\:-mx-9\/10 {
    margin-left: -90% !important;
    margin-right: -90% !important; }
  .md\:-my-10\/10 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .md\:-mx-10\/10 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .md\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important; }
  .md\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important; }
  .md\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important; }
  .md\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important; }
  .md\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important; }
  .md\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important; }
  .md\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .md\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .md\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important; }
  .md\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important; }
  .md\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .md\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .md\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important; }
  .md\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important; }
  .md\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .md\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .md\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important; }
  .md\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important; }
  .md\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important; }
  .md\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important; }
  .md\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important; }
  .md\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important; }
  .md\:-my-12\/12 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .md\:-mx-12\/12 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .md\:mt-0 {
    margin-top: 0rem !important; }
  .md\:mr-0 {
    margin-right: 0rem !important; }
  .md\:mb-0 {
    margin-bottom: 0rem !important; }
  .md\:ml-0 {
    margin-left: 0rem !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-7 {
    margin-top: 1.75rem !important; }
  .md\:mr-7 {
    margin-right: 1.75rem !important; }
  .md\:mb-7 {
    margin-bottom: 1.75rem !important; }
  .md\:ml-7 {
    margin-left: 1.75rem !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-11 {
    margin-top: 2.75rem !important; }
  .md\:mr-11 {
    margin-right: 2.75rem !important; }
  .md\:mb-11 {
    margin-bottom: 2.75rem !important; }
  .md\:ml-11 {
    margin-left: 2.75rem !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-13 {
    margin-top: 3.25rem !important; }
  .md\:mr-13 {
    margin-right: 3.25rem !important; }
  .md\:mb-13 {
    margin-bottom: 3.25rem !important; }
  .md\:ml-13 {
    margin-left: 3.25rem !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-15 {
    margin-top: 3.75rem !important; }
  .md\:mr-15 {
    margin-right: 3.75rem !important; }
  .md\:mb-15 {
    margin-bottom: 3.75rem !important; }
  .md\:ml-15 {
    margin-left: 3.75rem !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-17 {
    margin-top: 4.25rem !important; }
  .md\:mr-17 {
    margin-right: 4.25rem !important; }
  .md\:mb-17 {
    margin-bottom: 4.25rem !important; }
  .md\:ml-17 {
    margin-left: 4.25rem !important; }
  .md\:mt-18 {
    margin-top: 4.5rem !important; }
  .md\:mr-18 {
    margin-right: 4.5rem !important; }
  .md\:mb-18 {
    margin-bottom: 4.5rem !important; }
  .md\:ml-18 {
    margin-left: 4.5rem !important; }
  .md\:mt-19 {
    margin-top: 4.75rem !important; }
  .md\:mr-19 {
    margin-right: 4.75rem !important; }
  .md\:mb-19 {
    margin-bottom: 4.75rem !important; }
  .md\:ml-19 {
    margin-left: 4.75rem !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-21 {
    margin-top: 5.25rem !important; }
  .md\:mr-21 {
    margin-right: 5.25rem !important; }
  .md\:mb-21 {
    margin-bottom: 5.25rem !important; }
  .md\:ml-21 {
    margin-left: 5.25rem !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-23 {
    margin-top: 5.75rem !important; }
  .md\:mr-23 {
    margin-right: 5.75rem !important; }
  .md\:mb-23 {
    margin-bottom: 5.75rem !important; }
  .md\:ml-23 {
    margin-left: 5.75rem !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-26 {
    margin-top: 6.5rem !important; }
  .md\:mr-26 {
    margin-right: 6.5rem !important; }
  .md\:mb-26 {
    margin-bottom: 6.5rem !important; }
  .md\:ml-26 {
    margin-left: 6.5rem !important; }
  .md\:mt-27 {
    margin-top: 6.75rem !important; }
  .md\:mr-27 {
    margin-right: 6.75rem !important; }
  .md\:mb-27 {
    margin-bottom: 6.75rem !important; }
  .md\:ml-27 {
    margin-left: 6.75rem !important; }
  .md\:mt-28 {
    margin-top: 7rem !important; }
  .md\:mr-28 {
    margin-right: 7rem !important; }
  .md\:mb-28 {
    margin-bottom: 7rem !important; }
  .md\:ml-28 {
    margin-left: 7rem !important; }
  .md\:mt-29 {
    margin-top: 7.25rem !important; }
  .md\:mr-29 {
    margin-right: 7.25rem !important; }
  .md\:mb-29 {
    margin-bottom: 7.25rem !important; }
  .md\:ml-29 {
    margin-left: 7.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-31 {
    margin-top: 7.75rem !important; }
  .md\:mr-31 {
    margin-right: 7.75rem !important; }
  .md\:mb-31 {
    margin-bottom: 7.75rem !important; }
  .md\:ml-31 {
    margin-left: 7.75rem !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-33 {
    margin-top: 8.25rem !important; }
  .md\:mr-33 {
    margin-right: 8.25rem !important; }
  .md\:mb-33 {
    margin-bottom: 8.25rem !important; }
  .md\:ml-33 {
    margin-left: 8.25rem !important; }
  .md\:mt-34 {
    margin-top: 8.5rem !important; }
  .md\:mr-34 {
    margin-right: 8.5rem !important; }
  .md\:mb-34 {
    margin-bottom: 8.5rem !important; }
  .md\:ml-34 {
    margin-left: 8.5rem !important; }
  .md\:mt-35 {
    margin-top: 8.75rem !important; }
  .md\:mr-35 {
    margin-right: 8.75rem !important; }
  .md\:mb-35 {
    margin-bottom: 8.75rem !important; }
  .md\:ml-35 {
    margin-left: 8.75rem !important; }
  .md\:mt-36 {
    margin-top: 9rem !important; }
  .md\:mr-36 {
    margin-right: 9rem !important; }
  .md\:mb-36 {
    margin-bottom: 9rem !important; }
  .md\:ml-36 {
    margin-left: 9rem !important; }
  .md\:mt-37 {
    margin-top: 9.25rem !important; }
  .md\:mr-37 {
    margin-right: 9.25rem !important; }
  .md\:mb-37 {
    margin-bottom: 9.25rem !important; }
  .md\:ml-37 {
    margin-left: 9.25rem !important; }
  .md\:mt-38 {
    margin-top: 9.5rem !important; }
  .md\:mr-38 {
    margin-right: 9.5rem !important; }
  .md\:mb-38 {
    margin-bottom: 9.5rem !important; }
  .md\:ml-38 {
    margin-left: 9.5rem !important; }
  .md\:mt-39 {
    margin-top: 9.75rem !important; }
  .md\:mr-39 {
    margin-right: 9.75rem !important; }
  .md\:mb-39 {
    margin-bottom: 9.75rem !important; }
  .md\:ml-39 {
    margin-left: 9.75rem !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-41 {
    margin-top: 10.25rem !important; }
  .md\:mr-41 {
    margin-right: 10.25rem !important; }
  .md\:mb-41 {
    margin-bottom: 10.25rem !important; }
  .md\:ml-41 {
    margin-left: 10.25rem !important; }
  .md\:mt-42 {
    margin-top: 10.5rem !important; }
  .md\:mr-42 {
    margin-right: 10.5rem !important; }
  .md\:mb-42 {
    margin-bottom: 10.5rem !important; }
  .md\:ml-42 {
    margin-left: 10.5rem !important; }
  .md\:mt-43 {
    margin-top: 10.75rem !important; }
  .md\:mr-43 {
    margin-right: 10.75rem !important; }
  .md\:mb-43 {
    margin-bottom: 10.75rem !important; }
  .md\:ml-43 {
    margin-left: 10.75rem !important; }
  .md\:mt-44 {
    margin-top: 11rem !important; }
  .md\:mr-44 {
    margin-right: 11rem !important; }
  .md\:mb-44 {
    margin-bottom: 11rem !important; }
  .md\:ml-44 {
    margin-left: 11rem !important; }
  .md\:mt-45 {
    margin-top: 11.25rem !important; }
  .md\:mr-45 {
    margin-right: 11.25rem !important; }
  .md\:mb-45 {
    margin-bottom: 11.25rem !important; }
  .md\:ml-45 {
    margin-left: 11.25rem !important; }
  .md\:mt-46 {
    margin-top: 11.5rem !important; }
  .md\:mr-46 {
    margin-right: 11.5rem !important; }
  .md\:mb-46 {
    margin-bottom: 11.5rem !important; }
  .md\:ml-46 {
    margin-left: 11.5rem !important; }
  .md\:mt-47 {
    margin-top: 11.75rem !important; }
  .md\:mr-47 {
    margin-right: 11.75rem !important; }
  .md\:mb-47 {
    margin-bottom: 11.75rem !important; }
  .md\:ml-47 {
    margin-left: 11.75rem !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-49 {
    margin-top: 12.25rem !important; }
  .md\:mr-49 {
    margin-right: 12.25rem !important; }
  .md\:mb-49 {
    margin-bottom: 12.25rem !important; }
  .md\:ml-49 {
    margin-left: 12.25rem !important; }
  .md\:mt-50 {
    margin-top: 12.5rem !important; }
  .md\:mr-50 {
    margin-right: 12.5rem !important; }
  .md\:mb-50 {
    margin-bottom: 12.5rem !important; }
  .md\:ml-50 {
    margin-left: 12.5rem !important; }
  .md\:mt-51 {
    margin-top: 12.75rem !important; }
  .md\:mr-51 {
    margin-right: 12.75rem !important; }
  .md\:mb-51 {
    margin-bottom: 12.75rem !important; }
  .md\:ml-51 {
    margin-left: 12.75rem !important; }
  .md\:mt-52 {
    margin-top: 13rem !important; }
  .md\:mr-52 {
    margin-right: 13rem !important; }
  .md\:mb-52 {
    margin-bottom: 13rem !important; }
  .md\:ml-52 {
    margin-left: 13rem !important; }
  .md\:mt-53 {
    margin-top: 13.25rem !important; }
  .md\:mr-53 {
    margin-right: 13.25rem !important; }
  .md\:mb-53 {
    margin-bottom: 13.25rem !important; }
  .md\:ml-53 {
    margin-left: 13.25rem !important; }
  .md\:mt-54 {
    margin-top: 13.5rem !important; }
  .md\:mr-54 {
    margin-right: 13.5rem !important; }
  .md\:mb-54 {
    margin-bottom: 13.5rem !important; }
  .md\:ml-54 {
    margin-left: 13.5rem !important; }
  .md\:mt-55 {
    margin-top: 13.75rem !important; }
  .md\:mr-55 {
    margin-right: 13.75rem !important; }
  .md\:mb-55 {
    margin-bottom: 13.75rem !important; }
  .md\:ml-55 {
    margin-left: 13.75rem !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-57 {
    margin-top: 14.25rem !important; }
  .md\:mr-57 {
    margin-right: 14.25rem !important; }
  .md\:mb-57 {
    margin-bottom: 14.25rem !important; }
  .md\:ml-57 {
    margin-left: 14.25rem !important; }
  .md\:mt-58 {
    margin-top: 14.5rem !important; }
  .md\:mr-58 {
    margin-right: 14.5rem !important; }
  .md\:mb-58 {
    margin-bottom: 14.5rem !important; }
  .md\:ml-58 {
    margin-left: 14.5rem !important; }
  .md\:mt-59 {
    margin-top: 14.75rem !important; }
  .md\:mr-59 {
    margin-right: 14.75rem !important; }
  .md\:mb-59 {
    margin-bottom: 14.75rem !important; }
  .md\:ml-59 {
    margin-left: 14.75rem !important; }
  .md\:mt-60 {
    margin-top: 15rem !important; }
  .md\:mr-60 {
    margin-right: 15rem !important; }
  .md\:mb-60 {
    margin-bottom: 15rem !important; }
  .md\:ml-60 {
    margin-left: 15rem !important; }
  .md\:mt-61 {
    margin-top: 15.25rem !important; }
  .md\:mr-61 {
    margin-right: 15.25rem !important; }
  .md\:mb-61 {
    margin-bottom: 15.25rem !important; }
  .md\:ml-61 {
    margin-left: 15.25rem !important; }
  .md\:mt-62 {
    margin-top: 15.5rem !important; }
  .md\:mr-62 {
    margin-right: 15.5rem !important; }
  .md\:mb-62 {
    margin-bottom: 15.5rem !important; }
  .md\:ml-62 {
    margin-left: 15.5rem !important; }
  .md\:mt-63 {
    margin-top: 15.75rem !important; }
  .md\:mr-63 {
    margin-right: 15.75rem !important; }
  .md\:mb-63 {
    margin-bottom: 15.75rem !important; }
  .md\:ml-63 {
    margin-left: 15.75rem !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-65 {
    margin-top: 16.25rem !important; }
  .md\:mr-65 {
    margin-right: 16.25rem !important; }
  .md\:mb-65 {
    margin-bottom: 16.25rem !important; }
  .md\:ml-65 {
    margin-left: 16.25rem !important; }
  .md\:mt-66 {
    margin-top: 16.5rem !important; }
  .md\:mr-66 {
    margin-right: 16.5rem !important; }
  .md\:mb-66 {
    margin-bottom: 16.5rem !important; }
  .md\:ml-66 {
    margin-left: 16.5rem !important; }
  .md\:mt-67 {
    margin-top: 16.75rem !important; }
  .md\:mr-67 {
    margin-right: 16.75rem !important; }
  .md\:mb-67 {
    margin-bottom: 16.75rem !important; }
  .md\:ml-67 {
    margin-left: 16.75rem !important; }
  .md\:mt-68 {
    margin-top: 17rem !important; }
  .md\:mr-68 {
    margin-right: 17rem !important; }
  .md\:mb-68 {
    margin-bottom: 17rem !important; }
  .md\:ml-68 {
    margin-left: 17rem !important; }
  .md\:mt-69 {
    margin-top: 17.25rem !important; }
  .md\:mr-69 {
    margin-right: 17.25rem !important; }
  .md\:mb-69 {
    margin-bottom: 17.25rem !important; }
  .md\:ml-69 {
    margin-left: 17.25rem !important; }
  .md\:mt-70 {
    margin-top: 17.5rem !important; }
  .md\:mr-70 {
    margin-right: 17.5rem !important; }
  .md\:mb-70 {
    margin-bottom: 17.5rem !important; }
  .md\:ml-70 {
    margin-left: 17.5rem !important; }
  .md\:mt-71 {
    margin-top: 17.75rem !important; }
  .md\:mr-71 {
    margin-right: 17.75rem !important; }
  .md\:mb-71 {
    margin-bottom: 17.75rem !important; }
  .md\:ml-71 {
    margin-left: 17.75rem !important; }
  .md\:mt-72 {
    margin-top: 18rem !important; }
  .md\:mr-72 {
    margin-right: 18rem !important; }
  .md\:mb-72 {
    margin-bottom: 18rem !important; }
  .md\:ml-72 {
    margin-left: 18rem !important; }
  .md\:mt-73 {
    margin-top: 18.25rem !important; }
  .md\:mr-73 {
    margin-right: 18.25rem !important; }
  .md\:mb-73 {
    margin-bottom: 18.25rem !important; }
  .md\:ml-73 {
    margin-left: 18.25rem !important; }
  .md\:mt-74 {
    margin-top: 18.5rem !important; }
  .md\:mr-74 {
    margin-right: 18.5rem !important; }
  .md\:mb-74 {
    margin-bottom: 18.5rem !important; }
  .md\:ml-74 {
    margin-left: 18.5rem !important; }
  .md\:mt-75 {
    margin-top: 18.75rem !important; }
  .md\:mr-75 {
    margin-right: 18.75rem !important; }
  .md\:mb-75 {
    margin-bottom: 18.75rem !important; }
  .md\:ml-75 {
    margin-left: 18.75rem !important; }
  .md\:mt-76 {
    margin-top: 19rem !important; }
  .md\:mr-76 {
    margin-right: 19rem !important; }
  .md\:mb-76 {
    margin-bottom: 19rem !important; }
  .md\:ml-76 {
    margin-left: 19rem !important; }
  .md\:mt-77 {
    margin-top: 19.25rem !important; }
  .md\:mr-77 {
    margin-right: 19.25rem !important; }
  .md\:mb-77 {
    margin-bottom: 19.25rem !important; }
  .md\:ml-77 {
    margin-left: 19.25rem !important; }
  .md\:mt-78 {
    margin-top: 19.5rem !important; }
  .md\:mr-78 {
    margin-right: 19.5rem !important; }
  .md\:mb-78 {
    margin-bottom: 19.5rem !important; }
  .md\:ml-78 {
    margin-left: 19.5rem !important; }
  .md\:mt-79 {
    margin-top: 19.75rem !important; }
  .md\:mr-79 {
    margin-right: 19.75rem !important; }
  .md\:mb-79 {
    margin-bottom: 19.75rem !important; }
  .md\:ml-79 {
    margin-left: 19.75rem !important; }
  .md\:mt-80 {
    margin-top: 20rem !important; }
  .md\:mr-80 {
    margin-right: 20rem !important; }
  .md\:mb-80 {
    margin-bottom: 20rem !important; }
  .md\:ml-80 {
    margin-left: 20rem !important; }
  .md\:mt-84 {
    margin-top: 21rem !important; }
  .md\:mr-84 {
    margin-right: 21rem !important; }
  .md\:mb-84 {
    margin-bottom: 21rem !important; }
  .md\:ml-84 {
    margin-left: 21rem !important; }
  .md\:mt-88 {
    margin-top: 22rem !important; }
  .md\:mr-88 {
    margin-right: 22rem !important; }
  .md\:mb-88 {
    margin-bottom: 22rem !important; }
  .md\:ml-88 {
    margin-left: 22rem !important; }
  .md\:mt-92 {
    margin-top: 23rem !important; }
  .md\:mr-92 {
    margin-right: 23rem !important; }
  .md\:mb-92 {
    margin-bottom: 23rem !important; }
  .md\:ml-92 {
    margin-left: 23rem !important; }
  .md\:mt-96 {
    margin-top: 24rem !important; }
  .md\:mr-96 {
    margin-right: 24rem !important; }
  .md\:mb-96 {
    margin-bottom: 24rem !important; }
  .md\:ml-96 {
    margin-left: 24rem !important; }
  .md\:mt-100 {
    margin-top: 25rem !important; }
  .md\:mr-100 {
    margin-right: 25rem !important; }
  .md\:mb-100 {
    margin-bottom: 25rem !important; }
  .md\:ml-100 {
    margin-left: 25rem !important; }
  .md\:mt-104 {
    margin-top: 26rem !important; }
  .md\:mr-104 {
    margin-right: 26rem !important; }
  .md\:mb-104 {
    margin-bottom: 26rem !important; }
  .md\:ml-104 {
    margin-left: 26rem !important; }
  .md\:mt-108 {
    margin-top: 27rem !important; }
  .md\:mr-108 {
    margin-right: 27rem !important; }
  .md\:mb-108 {
    margin-bottom: 27rem !important; }
  .md\:ml-108 {
    margin-left: 27rem !important; }
  .md\:mt-112 {
    margin-top: 28rem !important; }
  .md\:mr-112 {
    margin-right: 28rem !important; }
  .md\:mb-112 {
    margin-bottom: 28rem !important; }
  .md\:ml-112 {
    margin-left: 28rem !important; }
  .md\:mt-116 {
    margin-top: 29rem !important; }
  .md\:mr-116 {
    margin-right: 29rem !important; }
  .md\:mb-116 {
    margin-bottom: 29rem !important; }
  .md\:ml-116 {
    margin-left: 29rem !important; }
  .md\:mt-120 {
    margin-top: 30rem !important; }
  .md\:mr-120 {
    margin-right: 30rem !important; }
  .md\:mb-120 {
    margin-bottom: 30rem !important; }
  .md\:ml-120 {
    margin-left: 30rem !important; }
  .md\:mt-124 {
    margin-top: 31rem !important; }
  .md\:mr-124 {
    margin-right: 31rem !important; }
  .md\:mb-124 {
    margin-bottom: 31rem !important; }
  .md\:ml-124 {
    margin-left: 31rem !important; }
  .md\:mt-128 {
    margin-top: 32rem !important; }
  .md\:mr-128 {
    margin-right: 32rem !important; }
  .md\:mb-128 {
    margin-bottom: 32rem !important; }
  .md\:ml-128 {
    margin-left: 32rem !important; }
  .md\:mt-132 {
    margin-top: 33rem !important; }
  .md\:mr-132 {
    margin-right: 33rem !important; }
  .md\:mb-132 {
    margin-bottom: 33rem !important; }
  .md\:ml-132 {
    margin-left: 33rem !important; }
  .md\:mt-136 {
    margin-top: 34rem !important; }
  .md\:mr-136 {
    margin-right: 34rem !important; }
  .md\:mb-136 {
    margin-bottom: 34rem !important; }
  .md\:ml-136 {
    margin-left: 34rem !important; }
  .md\:mt-140 {
    margin-top: 35rem !important; }
  .md\:mr-140 {
    margin-right: 35rem !important; }
  .md\:mb-140 {
    margin-bottom: 35rem !important; }
  .md\:ml-140 {
    margin-left: 35rem !important; }
  .md\:mt-144 {
    margin-top: 36rem !important; }
  .md\:mr-144 {
    margin-right: 36rem !important; }
  .md\:mb-144 {
    margin-bottom: 36rem !important; }
  .md\:ml-144 {
    margin-left: 36rem !important; }
  .md\:mt-148 {
    margin-top: 37rem !important; }
  .md\:mr-148 {
    margin-right: 37rem !important; }
  .md\:mb-148 {
    margin-bottom: 37rem !important; }
  .md\:ml-148 {
    margin-left: 37rem !important; }
  .md\:mt-152 {
    margin-top: 38rem !important; }
  .md\:mr-152 {
    margin-right: 38rem !important; }
  .md\:mb-152 {
    margin-bottom: 38rem !important; }
  .md\:ml-152 {
    margin-left: 38rem !important; }
  .md\:mt-156 {
    margin-top: 39rem !important; }
  .md\:mr-156 {
    margin-right: 39rem !important; }
  .md\:mb-156 {
    margin-bottom: 39rem !important; }
  .md\:ml-156 {
    margin-left: 39rem !important; }
  .md\:mt-160 {
    margin-top: 40rem !important; }
  .md\:mr-160 {
    margin-right: 40rem !important; }
  .md\:mb-160 {
    margin-bottom: 40rem !important; }
  .md\:ml-160 {
    margin-left: 40rem !important; }
  .md\:mt-164 {
    margin-top: 41rem !important; }
  .md\:mr-164 {
    margin-right: 41rem !important; }
  .md\:mb-164 {
    margin-bottom: 41rem !important; }
  .md\:ml-164 {
    margin-left: 41rem !important; }
  .md\:mt-168 {
    margin-top: 42rem !important; }
  .md\:mr-168 {
    margin-right: 42rem !important; }
  .md\:mb-168 {
    margin-bottom: 42rem !important; }
  .md\:ml-168 {
    margin-left: 42rem !important; }
  .md\:mt-172 {
    margin-top: 43rem !important; }
  .md\:mr-172 {
    margin-right: 43rem !important; }
  .md\:mb-172 {
    margin-bottom: 43rem !important; }
  .md\:ml-172 {
    margin-left: 43rem !important; }
  .md\:mt-176 {
    margin-top: 44rem !important; }
  .md\:mr-176 {
    margin-right: 44rem !important; }
  .md\:mb-176 {
    margin-bottom: 44rem !important; }
  .md\:ml-176 {
    margin-left: 44rem !important; }
  .md\:mt-180 {
    margin-top: 45rem !important; }
  .md\:mr-180 {
    margin-right: 45rem !important; }
  .md\:mb-180 {
    margin-bottom: 45rem !important; }
  .md\:ml-180 {
    margin-left: 45rem !important; }
  .md\:mt-184 {
    margin-top: 46rem !important; }
  .md\:mr-184 {
    margin-right: 46rem !important; }
  .md\:mb-184 {
    margin-bottom: 46rem !important; }
  .md\:ml-184 {
    margin-left: 46rem !important; }
  .md\:mt-188 {
    margin-top: 47rem !important; }
  .md\:mr-188 {
    margin-right: 47rem !important; }
  .md\:mb-188 {
    margin-bottom: 47rem !important; }
  .md\:ml-188 {
    margin-left: 47rem !important; }
  .md\:mt-192 {
    margin-top: 48rem !important; }
  .md\:mr-192 {
    margin-right: 48rem !important; }
  .md\:mb-192 {
    margin-bottom: 48rem !important; }
  .md\:ml-192 {
    margin-left: 48rem !important; }
  .md\:mt-196 {
    margin-top: 49rem !important; }
  .md\:mr-196 {
    margin-right: 49rem !important; }
  .md\:mb-196 {
    margin-bottom: 49rem !important; }
  .md\:ml-196 {
    margin-left: 49rem !important; }
  .md\:mt-200 {
    margin-top: 50rem !important; }
  .md\:mr-200 {
    margin-right: 50rem !important; }
  .md\:mb-200 {
    margin-bottom: 50rem !important; }
  .md\:ml-200 {
    margin-left: 50rem !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-2px {
    margin-top: 2px !important; }
  .md\:mr-2px {
    margin-right: 2px !important; }
  .md\:mb-2px {
    margin-bottom: 2px !important; }
  .md\:ml-2px {
    margin-left: 2px !important; }
  .md\:mt-1\/2 {
    margin-top: 50% !important; }
  .md\:mr-1\/2 {
    margin-right: 50% !important; }
  .md\:mb-1\/2 {
    margin-bottom: 50% !important; }
  .md\:ml-1\/2 {
    margin-left: 50% !important; }
  .md\:mt-2\/2 {
    margin-top: 100% !important; }
  .md\:mr-2\/2 {
    margin-right: 100% !important; }
  .md\:mb-2\/2 {
    margin-bottom: 100% !important; }
  .md\:ml-2\/2 {
    margin-left: 100% !important; }
  .md\:mt-1\/3 {
    margin-top: 33.333333% !important; }
  .md\:mr-1\/3 {
    margin-right: 33.333333% !important; }
  .md\:mb-1\/3 {
    margin-bottom: 33.333333% !important; }
  .md\:ml-1\/3 {
    margin-left: 33.333333% !important; }
  .md\:mt-2\/3 {
    margin-top: 66.666667% !important; }
  .md\:mr-2\/3 {
    margin-right: 66.666667% !important; }
  .md\:mb-2\/3 {
    margin-bottom: 66.666667% !important; }
  .md\:ml-2\/3 {
    margin-left: 66.666667% !important; }
  .md\:mt-3\/3 {
    margin-top: 100% !important; }
  .md\:mr-3\/3 {
    margin-right: 100% !important; }
  .md\:mb-3\/3 {
    margin-bottom: 100% !important; }
  .md\:ml-3\/3 {
    margin-left: 100% !important; }
  .md\:mt-1\/4 {
    margin-top: 25% !important; }
  .md\:mr-1\/4 {
    margin-right: 25% !important; }
  .md\:mb-1\/4 {
    margin-bottom: 25% !important; }
  .md\:ml-1\/4 {
    margin-left: 25% !important; }
  .md\:mt-2\/4 {
    margin-top: 50% !important; }
  .md\:mr-2\/4 {
    margin-right: 50% !important; }
  .md\:mb-2\/4 {
    margin-bottom: 50% !important; }
  .md\:ml-2\/4 {
    margin-left: 50% !important; }
  .md\:mt-3\/4 {
    margin-top: 75% !important; }
  .md\:mr-3\/4 {
    margin-right: 75% !important; }
  .md\:mb-3\/4 {
    margin-bottom: 75% !important; }
  .md\:ml-3\/4 {
    margin-left: 75% !important; }
  .md\:mt-4\/4 {
    margin-top: 100% !important; }
  .md\:mr-4\/4 {
    margin-right: 100% !important; }
  .md\:mb-4\/4 {
    margin-bottom: 100% !important; }
  .md\:ml-4\/4 {
    margin-left: 100% !important; }
  .md\:mt-1\/5 {
    margin-top: 20% !important; }
  .md\:mr-1\/5 {
    margin-right: 20% !important; }
  .md\:mb-1\/5 {
    margin-bottom: 20% !important; }
  .md\:ml-1\/5 {
    margin-left: 20% !important; }
  .md\:mt-2\/5 {
    margin-top: 40% !important; }
  .md\:mr-2\/5 {
    margin-right: 40% !important; }
  .md\:mb-2\/5 {
    margin-bottom: 40% !important; }
  .md\:ml-2\/5 {
    margin-left: 40% !important; }
  .md\:mt-3\/5 {
    margin-top: 60% !important; }
  .md\:mr-3\/5 {
    margin-right: 60% !important; }
  .md\:mb-3\/5 {
    margin-bottom: 60% !important; }
  .md\:ml-3\/5 {
    margin-left: 60% !important; }
  .md\:mt-4\/5 {
    margin-top: 80% !important; }
  .md\:mr-4\/5 {
    margin-right: 80% !important; }
  .md\:mb-4\/5 {
    margin-bottom: 80% !important; }
  .md\:ml-4\/5 {
    margin-left: 80% !important; }
  .md\:mt-5\/5 {
    margin-top: 100% !important; }
  .md\:mr-5\/5 {
    margin-right: 100% !important; }
  .md\:mb-5\/5 {
    margin-bottom: 100% !important; }
  .md\:ml-5\/5 {
    margin-left: 100% !important; }
  .md\:mt-1\/6 {
    margin-top: 16.666667% !important; }
  .md\:mr-1\/6 {
    margin-right: 16.666667% !important; }
  .md\:mb-1\/6 {
    margin-bottom: 16.666667% !important; }
  .md\:ml-1\/6 {
    margin-left: 16.666667% !important; }
  .md\:mt-2\/6 {
    margin-top: 33.333333% !important; }
  .md\:mr-2\/6 {
    margin-right: 33.333333% !important; }
  .md\:mb-2\/6 {
    margin-bottom: 33.333333% !important; }
  .md\:ml-2\/6 {
    margin-left: 33.333333% !important; }
  .md\:mt-3\/6 {
    margin-top: 50% !important; }
  .md\:mr-3\/6 {
    margin-right: 50% !important; }
  .md\:mb-3\/6 {
    margin-bottom: 50% !important; }
  .md\:ml-3\/6 {
    margin-left: 50% !important; }
  .md\:mt-4\/6 {
    margin-top: 66.666667% !important; }
  .md\:mr-4\/6 {
    margin-right: 66.666667% !important; }
  .md\:mb-4\/6 {
    margin-bottom: 66.666667% !important; }
  .md\:ml-4\/6 {
    margin-left: 66.666667% !important; }
  .md\:mt-5\/6 {
    margin-top: 83.333333% !important; }
  .md\:mr-5\/6 {
    margin-right: 83.333333% !important; }
  .md\:mb-5\/6 {
    margin-bottom: 83.333333% !important; }
  .md\:ml-5\/6 {
    margin-left: 83.333333% !important; }
  .md\:mt-6\/6 {
    margin-top: 100% !important; }
  .md\:mr-6\/6 {
    margin-right: 100% !important; }
  .md\:mb-6\/6 {
    margin-bottom: 100% !important; }
  .md\:ml-6\/6 {
    margin-left: 100% !important; }
  .md\:mt-1\/10 {
    margin-top: 10% !important; }
  .md\:mr-1\/10 {
    margin-right: 10% !important; }
  .md\:mb-1\/10 {
    margin-bottom: 10% !important; }
  .md\:ml-1\/10 {
    margin-left: 10% !important; }
  .md\:mt-2\/10 {
    margin-top: 20% !important; }
  .md\:mr-2\/10 {
    margin-right: 20% !important; }
  .md\:mb-2\/10 {
    margin-bottom: 20% !important; }
  .md\:ml-2\/10 {
    margin-left: 20% !important; }
  .md\:mt-3\/10 {
    margin-top: 30% !important; }
  .md\:mr-3\/10 {
    margin-right: 30% !important; }
  .md\:mb-3\/10 {
    margin-bottom: 30% !important; }
  .md\:ml-3\/10 {
    margin-left: 30% !important; }
  .md\:mt-4\/10 {
    margin-top: 40% !important; }
  .md\:mr-4\/10 {
    margin-right: 40% !important; }
  .md\:mb-4\/10 {
    margin-bottom: 40% !important; }
  .md\:ml-4\/10 {
    margin-left: 40% !important; }
  .md\:mt-5\/10 {
    margin-top: 50% !important; }
  .md\:mr-5\/10 {
    margin-right: 50% !important; }
  .md\:mb-5\/10 {
    margin-bottom: 50% !important; }
  .md\:ml-5\/10 {
    margin-left: 50% !important; }
  .md\:mt-6\/10 {
    margin-top: 60% !important; }
  .md\:mr-6\/10 {
    margin-right: 60% !important; }
  .md\:mb-6\/10 {
    margin-bottom: 60% !important; }
  .md\:ml-6\/10 {
    margin-left: 60% !important; }
  .md\:mt-7\/10 {
    margin-top: 70% !important; }
  .md\:mr-7\/10 {
    margin-right: 70% !important; }
  .md\:mb-7\/10 {
    margin-bottom: 70% !important; }
  .md\:ml-7\/10 {
    margin-left: 70% !important; }
  .md\:mt-8\/10 {
    margin-top: 80% !important; }
  .md\:mr-8\/10 {
    margin-right: 80% !important; }
  .md\:mb-8\/10 {
    margin-bottom: 80% !important; }
  .md\:ml-8\/10 {
    margin-left: 80% !important; }
  .md\:mt-9\/10 {
    margin-top: 90% !important; }
  .md\:mr-9\/10 {
    margin-right: 90% !important; }
  .md\:mb-9\/10 {
    margin-bottom: 90% !important; }
  .md\:ml-9\/10 {
    margin-left: 90% !important; }
  .md\:mt-10\/10 {
    margin-top: 100% !important; }
  .md\:mr-10\/10 {
    margin-right: 100% !important; }
  .md\:mb-10\/10 {
    margin-bottom: 100% !important; }
  .md\:ml-10\/10 {
    margin-left: 100% !important; }
  .md\:mt-1\/12 {
    margin-top: 8.333333% !important; }
  .md\:mr-1\/12 {
    margin-right: 8.333333% !important; }
  .md\:mb-1\/12 {
    margin-bottom: 8.333333% !important; }
  .md\:ml-1\/12 {
    margin-left: 8.333333% !important; }
  .md\:mt-2\/12 {
    margin-top: 16.666667% !important; }
  .md\:mr-2\/12 {
    margin-right: 16.666667% !important; }
  .md\:mb-2\/12 {
    margin-bottom: 16.666667% !important; }
  .md\:ml-2\/12 {
    margin-left: 16.666667% !important; }
  .md\:mt-3\/12 {
    margin-top: 25% !important; }
  .md\:mr-3\/12 {
    margin-right: 25% !important; }
  .md\:mb-3\/12 {
    margin-bottom: 25% !important; }
  .md\:ml-3\/12 {
    margin-left: 25% !important; }
  .md\:mt-4\/12 {
    margin-top: 33.333333% !important; }
  .md\:mr-4\/12 {
    margin-right: 33.333333% !important; }
  .md\:mb-4\/12 {
    margin-bottom: 33.333333% !important; }
  .md\:ml-4\/12 {
    margin-left: 33.333333% !important; }
  .md\:mt-5\/12 {
    margin-top: 41.666667% !important; }
  .md\:mr-5\/12 {
    margin-right: 41.666667% !important; }
  .md\:mb-5\/12 {
    margin-bottom: 41.666667% !important; }
  .md\:ml-5\/12 {
    margin-left: 41.666667% !important; }
  .md\:mt-6\/12 {
    margin-top: 50% !important; }
  .md\:mr-6\/12 {
    margin-right: 50% !important; }
  .md\:mb-6\/12 {
    margin-bottom: 50% !important; }
  .md\:ml-6\/12 {
    margin-left: 50% !important; }
  .md\:mt-7\/12 {
    margin-top: 58.333333% !important; }
  .md\:mr-7\/12 {
    margin-right: 58.333333% !important; }
  .md\:mb-7\/12 {
    margin-bottom: 58.333333% !important; }
  .md\:ml-7\/12 {
    margin-left: 58.333333% !important; }
  .md\:mt-8\/12 {
    margin-top: 66.666667% !important; }
  .md\:mr-8\/12 {
    margin-right: 66.666667% !important; }
  .md\:mb-8\/12 {
    margin-bottom: 66.666667% !important; }
  .md\:ml-8\/12 {
    margin-left: 66.666667% !important; }
  .md\:mt-9\/12 {
    margin-top: 75% !important; }
  .md\:mr-9\/12 {
    margin-right: 75% !important; }
  .md\:mb-9\/12 {
    margin-bottom: 75% !important; }
  .md\:ml-9\/12 {
    margin-left: 75% !important; }
  .md\:mt-10\/12 {
    margin-top: 83.333333% !important; }
  .md\:mr-10\/12 {
    margin-right: 83.333333% !important; }
  .md\:mb-10\/12 {
    margin-bottom: 83.333333% !important; }
  .md\:ml-10\/12 {
    margin-left: 83.333333% !important; }
  .md\:mt-11\/12 {
    margin-top: 91.666667% !important; }
  .md\:mr-11\/12 {
    margin-right: 91.666667% !important; }
  .md\:mb-11\/12 {
    margin-bottom: 91.666667% !important; }
  .md\:ml-11\/12 {
    margin-left: 91.666667% !important; }
  .md\:mt-12\/12 {
    margin-top: 100% !important; }
  .md\:mr-12\/12 {
    margin-right: 100% !important; }
  .md\:mb-12\/12 {
    margin-bottom: 100% !important; }
  .md\:ml-12\/12 {
    margin-left: 100% !important; }
  .md\:-mt-0 {
    margin-top: 0rem !important; }
  .md\:-mr-0 {
    margin-right: 0rem !important; }
  .md\:-mb-0 {
    margin-bottom: 0rem !important; }
  .md\:-ml-0 {
    margin-left: 0rem !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-7 {
    margin-top: -1.75rem !important; }
  .md\:-mr-7 {
    margin-right: -1.75rem !important; }
  .md\:-mb-7 {
    margin-bottom: -1.75rem !important; }
  .md\:-ml-7 {
    margin-left: -1.75rem !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-11 {
    margin-top: -2.75rem !important; }
  .md\:-mr-11 {
    margin-right: -2.75rem !important; }
  .md\:-mb-11 {
    margin-bottom: -2.75rem !important; }
  .md\:-ml-11 {
    margin-left: -2.75rem !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-13 {
    margin-top: -3.25rem !important; }
  .md\:-mr-13 {
    margin-right: -3.25rem !important; }
  .md\:-mb-13 {
    margin-bottom: -3.25rem !important; }
  .md\:-ml-13 {
    margin-left: -3.25rem !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-15 {
    margin-top: -3.75rem !important; }
  .md\:-mr-15 {
    margin-right: -3.75rem !important; }
  .md\:-mb-15 {
    margin-bottom: -3.75rem !important; }
  .md\:-ml-15 {
    margin-left: -3.75rem !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-17 {
    margin-top: -4.25rem !important; }
  .md\:-mr-17 {
    margin-right: -4.25rem !important; }
  .md\:-mb-17 {
    margin-bottom: -4.25rem !important; }
  .md\:-ml-17 {
    margin-left: -4.25rem !important; }
  .md\:-mt-18 {
    margin-top: -4.5rem !important; }
  .md\:-mr-18 {
    margin-right: -4.5rem !important; }
  .md\:-mb-18 {
    margin-bottom: -4.5rem !important; }
  .md\:-ml-18 {
    margin-left: -4.5rem !important; }
  .md\:-mt-19 {
    margin-top: -4.75rem !important; }
  .md\:-mr-19 {
    margin-right: -4.75rem !important; }
  .md\:-mb-19 {
    margin-bottom: -4.75rem !important; }
  .md\:-ml-19 {
    margin-left: -4.75rem !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-21 {
    margin-top: -5.25rem !important; }
  .md\:-mr-21 {
    margin-right: -5.25rem !important; }
  .md\:-mb-21 {
    margin-bottom: -5.25rem !important; }
  .md\:-ml-21 {
    margin-left: -5.25rem !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-23 {
    margin-top: -5.75rem !important; }
  .md\:-mr-23 {
    margin-right: -5.75rem !important; }
  .md\:-mb-23 {
    margin-bottom: -5.75rem !important; }
  .md\:-ml-23 {
    margin-left: -5.75rem !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-26 {
    margin-top: -6.5rem !important; }
  .md\:-mr-26 {
    margin-right: -6.5rem !important; }
  .md\:-mb-26 {
    margin-bottom: -6.5rem !important; }
  .md\:-ml-26 {
    margin-left: -6.5rem !important; }
  .md\:-mt-27 {
    margin-top: -6.75rem !important; }
  .md\:-mr-27 {
    margin-right: -6.75rem !important; }
  .md\:-mb-27 {
    margin-bottom: -6.75rem !important; }
  .md\:-ml-27 {
    margin-left: -6.75rem !important; }
  .md\:-mt-28 {
    margin-top: -7rem !important; }
  .md\:-mr-28 {
    margin-right: -7rem !important; }
  .md\:-mb-28 {
    margin-bottom: -7rem !important; }
  .md\:-ml-28 {
    margin-left: -7rem !important; }
  .md\:-mt-29 {
    margin-top: -7.25rem !important; }
  .md\:-mr-29 {
    margin-right: -7.25rem !important; }
  .md\:-mb-29 {
    margin-bottom: -7.25rem !important; }
  .md\:-ml-29 {
    margin-left: -7.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-31 {
    margin-top: -7.75rem !important; }
  .md\:-mr-31 {
    margin-right: -7.75rem !important; }
  .md\:-mb-31 {
    margin-bottom: -7.75rem !important; }
  .md\:-ml-31 {
    margin-left: -7.75rem !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-33 {
    margin-top: -8.25rem !important; }
  .md\:-mr-33 {
    margin-right: -8.25rem !important; }
  .md\:-mb-33 {
    margin-bottom: -8.25rem !important; }
  .md\:-ml-33 {
    margin-left: -8.25rem !important; }
  .md\:-mt-34 {
    margin-top: -8.5rem !important; }
  .md\:-mr-34 {
    margin-right: -8.5rem !important; }
  .md\:-mb-34 {
    margin-bottom: -8.5rem !important; }
  .md\:-ml-34 {
    margin-left: -8.5rem !important; }
  .md\:-mt-35 {
    margin-top: -8.75rem !important; }
  .md\:-mr-35 {
    margin-right: -8.75rem !important; }
  .md\:-mb-35 {
    margin-bottom: -8.75rem !important; }
  .md\:-ml-35 {
    margin-left: -8.75rem !important; }
  .md\:-mt-36 {
    margin-top: -9rem !important; }
  .md\:-mr-36 {
    margin-right: -9rem !important; }
  .md\:-mb-36 {
    margin-bottom: -9rem !important; }
  .md\:-ml-36 {
    margin-left: -9rem !important; }
  .md\:-mt-37 {
    margin-top: -9.25rem !important; }
  .md\:-mr-37 {
    margin-right: -9.25rem !important; }
  .md\:-mb-37 {
    margin-bottom: -9.25rem !important; }
  .md\:-ml-37 {
    margin-left: -9.25rem !important; }
  .md\:-mt-38 {
    margin-top: -9.5rem !important; }
  .md\:-mr-38 {
    margin-right: -9.5rem !important; }
  .md\:-mb-38 {
    margin-bottom: -9.5rem !important; }
  .md\:-ml-38 {
    margin-left: -9.5rem !important; }
  .md\:-mt-39 {
    margin-top: -9.75rem !important; }
  .md\:-mr-39 {
    margin-right: -9.75rem !important; }
  .md\:-mb-39 {
    margin-bottom: -9.75rem !important; }
  .md\:-ml-39 {
    margin-left: -9.75rem !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-41 {
    margin-top: -10.25rem !important; }
  .md\:-mr-41 {
    margin-right: -10.25rem !important; }
  .md\:-mb-41 {
    margin-bottom: -10.25rem !important; }
  .md\:-ml-41 {
    margin-left: -10.25rem !important; }
  .md\:-mt-42 {
    margin-top: -10.5rem !important; }
  .md\:-mr-42 {
    margin-right: -10.5rem !important; }
  .md\:-mb-42 {
    margin-bottom: -10.5rem !important; }
  .md\:-ml-42 {
    margin-left: -10.5rem !important; }
  .md\:-mt-43 {
    margin-top: -10.75rem !important; }
  .md\:-mr-43 {
    margin-right: -10.75rem !important; }
  .md\:-mb-43 {
    margin-bottom: -10.75rem !important; }
  .md\:-ml-43 {
    margin-left: -10.75rem !important; }
  .md\:-mt-44 {
    margin-top: -11rem !important; }
  .md\:-mr-44 {
    margin-right: -11rem !important; }
  .md\:-mb-44 {
    margin-bottom: -11rem !important; }
  .md\:-ml-44 {
    margin-left: -11rem !important; }
  .md\:-mt-45 {
    margin-top: -11.25rem !important; }
  .md\:-mr-45 {
    margin-right: -11.25rem !important; }
  .md\:-mb-45 {
    margin-bottom: -11.25rem !important; }
  .md\:-ml-45 {
    margin-left: -11.25rem !important; }
  .md\:-mt-46 {
    margin-top: -11.5rem !important; }
  .md\:-mr-46 {
    margin-right: -11.5rem !important; }
  .md\:-mb-46 {
    margin-bottom: -11.5rem !important; }
  .md\:-ml-46 {
    margin-left: -11.5rem !important; }
  .md\:-mt-47 {
    margin-top: -11.75rem !important; }
  .md\:-mr-47 {
    margin-right: -11.75rem !important; }
  .md\:-mb-47 {
    margin-bottom: -11.75rem !important; }
  .md\:-ml-47 {
    margin-left: -11.75rem !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-49 {
    margin-top: -12.25rem !important; }
  .md\:-mr-49 {
    margin-right: -12.25rem !important; }
  .md\:-mb-49 {
    margin-bottom: -12.25rem !important; }
  .md\:-ml-49 {
    margin-left: -12.25rem !important; }
  .md\:-mt-50 {
    margin-top: -12.5rem !important; }
  .md\:-mr-50 {
    margin-right: -12.5rem !important; }
  .md\:-mb-50 {
    margin-bottom: -12.5rem !important; }
  .md\:-ml-50 {
    margin-left: -12.5rem !important; }
  .md\:-mt-51 {
    margin-top: -12.75rem !important; }
  .md\:-mr-51 {
    margin-right: -12.75rem !important; }
  .md\:-mb-51 {
    margin-bottom: -12.75rem !important; }
  .md\:-ml-51 {
    margin-left: -12.75rem !important; }
  .md\:-mt-52 {
    margin-top: -13rem !important; }
  .md\:-mr-52 {
    margin-right: -13rem !important; }
  .md\:-mb-52 {
    margin-bottom: -13rem !important; }
  .md\:-ml-52 {
    margin-left: -13rem !important; }
  .md\:-mt-53 {
    margin-top: -13.25rem !important; }
  .md\:-mr-53 {
    margin-right: -13.25rem !important; }
  .md\:-mb-53 {
    margin-bottom: -13.25rem !important; }
  .md\:-ml-53 {
    margin-left: -13.25rem !important; }
  .md\:-mt-54 {
    margin-top: -13.5rem !important; }
  .md\:-mr-54 {
    margin-right: -13.5rem !important; }
  .md\:-mb-54 {
    margin-bottom: -13.5rem !important; }
  .md\:-ml-54 {
    margin-left: -13.5rem !important; }
  .md\:-mt-55 {
    margin-top: -13.75rem !important; }
  .md\:-mr-55 {
    margin-right: -13.75rem !important; }
  .md\:-mb-55 {
    margin-bottom: -13.75rem !important; }
  .md\:-ml-55 {
    margin-left: -13.75rem !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-57 {
    margin-top: -14.25rem !important; }
  .md\:-mr-57 {
    margin-right: -14.25rem !important; }
  .md\:-mb-57 {
    margin-bottom: -14.25rem !important; }
  .md\:-ml-57 {
    margin-left: -14.25rem !important; }
  .md\:-mt-58 {
    margin-top: -14.5rem !important; }
  .md\:-mr-58 {
    margin-right: -14.5rem !important; }
  .md\:-mb-58 {
    margin-bottom: -14.5rem !important; }
  .md\:-ml-58 {
    margin-left: -14.5rem !important; }
  .md\:-mt-59 {
    margin-top: -14.75rem !important; }
  .md\:-mr-59 {
    margin-right: -14.75rem !important; }
  .md\:-mb-59 {
    margin-bottom: -14.75rem !important; }
  .md\:-ml-59 {
    margin-left: -14.75rem !important; }
  .md\:-mt-60 {
    margin-top: -15rem !important; }
  .md\:-mr-60 {
    margin-right: -15rem !important; }
  .md\:-mb-60 {
    margin-bottom: -15rem !important; }
  .md\:-ml-60 {
    margin-left: -15rem !important; }
  .md\:-mt-61 {
    margin-top: -15.25rem !important; }
  .md\:-mr-61 {
    margin-right: -15.25rem !important; }
  .md\:-mb-61 {
    margin-bottom: -15.25rem !important; }
  .md\:-ml-61 {
    margin-left: -15.25rem !important; }
  .md\:-mt-62 {
    margin-top: -15.5rem !important; }
  .md\:-mr-62 {
    margin-right: -15.5rem !important; }
  .md\:-mb-62 {
    margin-bottom: -15.5rem !important; }
  .md\:-ml-62 {
    margin-left: -15.5rem !important; }
  .md\:-mt-63 {
    margin-top: -15.75rem !important; }
  .md\:-mr-63 {
    margin-right: -15.75rem !important; }
  .md\:-mb-63 {
    margin-bottom: -15.75rem !important; }
  .md\:-ml-63 {
    margin-left: -15.75rem !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-65 {
    margin-top: -16.25rem !important; }
  .md\:-mr-65 {
    margin-right: -16.25rem !important; }
  .md\:-mb-65 {
    margin-bottom: -16.25rem !important; }
  .md\:-ml-65 {
    margin-left: -16.25rem !important; }
  .md\:-mt-66 {
    margin-top: -16.5rem !important; }
  .md\:-mr-66 {
    margin-right: -16.5rem !important; }
  .md\:-mb-66 {
    margin-bottom: -16.5rem !important; }
  .md\:-ml-66 {
    margin-left: -16.5rem !important; }
  .md\:-mt-67 {
    margin-top: -16.75rem !important; }
  .md\:-mr-67 {
    margin-right: -16.75rem !important; }
  .md\:-mb-67 {
    margin-bottom: -16.75rem !important; }
  .md\:-ml-67 {
    margin-left: -16.75rem !important; }
  .md\:-mt-68 {
    margin-top: -17rem !important; }
  .md\:-mr-68 {
    margin-right: -17rem !important; }
  .md\:-mb-68 {
    margin-bottom: -17rem !important; }
  .md\:-ml-68 {
    margin-left: -17rem !important; }
  .md\:-mt-69 {
    margin-top: -17.25rem !important; }
  .md\:-mr-69 {
    margin-right: -17.25rem !important; }
  .md\:-mb-69 {
    margin-bottom: -17.25rem !important; }
  .md\:-ml-69 {
    margin-left: -17.25rem !important; }
  .md\:-mt-70 {
    margin-top: -17.5rem !important; }
  .md\:-mr-70 {
    margin-right: -17.5rem !important; }
  .md\:-mb-70 {
    margin-bottom: -17.5rem !important; }
  .md\:-ml-70 {
    margin-left: -17.5rem !important; }
  .md\:-mt-71 {
    margin-top: -17.75rem !important; }
  .md\:-mr-71 {
    margin-right: -17.75rem !important; }
  .md\:-mb-71 {
    margin-bottom: -17.75rem !important; }
  .md\:-ml-71 {
    margin-left: -17.75rem !important; }
  .md\:-mt-72 {
    margin-top: -18rem !important; }
  .md\:-mr-72 {
    margin-right: -18rem !important; }
  .md\:-mb-72 {
    margin-bottom: -18rem !important; }
  .md\:-ml-72 {
    margin-left: -18rem !important; }
  .md\:-mt-73 {
    margin-top: -18.25rem !important; }
  .md\:-mr-73 {
    margin-right: -18.25rem !important; }
  .md\:-mb-73 {
    margin-bottom: -18.25rem !important; }
  .md\:-ml-73 {
    margin-left: -18.25rem !important; }
  .md\:-mt-74 {
    margin-top: -18.5rem !important; }
  .md\:-mr-74 {
    margin-right: -18.5rem !important; }
  .md\:-mb-74 {
    margin-bottom: -18.5rem !important; }
  .md\:-ml-74 {
    margin-left: -18.5rem !important; }
  .md\:-mt-75 {
    margin-top: -18.75rem !important; }
  .md\:-mr-75 {
    margin-right: -18.75rem !important; }
  .md\:-mb-75 {
    margin-bottom: -18.75rem !important; }
  .md\:-ml-75 {
    margin-left: -18.75rem !important; }
  .md\:-mt-76 {
    margin-top: -19rem !important; }
  .md\:-mr-76 {
    margin-right: -19rem !important; }
  .md\:-mb-76 {
    margin-bottom: -19rem !important; }
  .md\:-ml-76 {
    margin-left: -19rem !important; }
  .md\:-mt-77 {
    margin-top: -19.25rem !important; }
  .md\:-mr-77 {
    margin-right: -19.25rem !important; }
  .md\:-mb-77 {
    margin-bottom: -19.25rem !important; }
  .md\:-ml-77 {
    margin-left: -19.25rem !important; }
  .md\:-mt-78 {
    margin-top: -19.5rem !important; }
  .md\:-mr-78 {
    margin-right: -19.5rem !important; }
  .md\:-mb-78 {
    margin-bottom: -19.5rem !important; }
  .md\:-ml-78 {
    margin-left: -19.5rem !important; }
  .md\:-mt-79 {
    margin-top: -19.75rem !important; }
  .md\:-mr-79 {
    margin-right: -19.75rem !important; }
  .md\:-mb-79 {
    margin-bottom: -19.75rem !important; }
  .md\:-ml-79 {
    margin-left: -19.75rem !important; }
  .md\:-mt-80 {
    margin-top: -20rem !important; }
  .md\:-mr-80 {
    margin-right: -20rem !important; }
  .md\:-mb-80 {
    margin-bottom: -20rem !important; }
  .md\:-ml-80 {
    margin-left: -20rem !important; }
  .md\:-mt-84 {
    margin-top: -21rem !important; }
  .md\:-mr-84 {
    margin-right: -21rem !important; }
  .md\:-mb-84 {
    margin-bottom: -21rem !important; }
  .md\:-ml-84 {
    margin-left: -21rem !important; }
  .md\:-mt-88 {
    margin-top: -22rem !important; }
  .md\:-mr-88 {
    margin-right: -22rem !important; }
  .md\:-mb-88 {
    margin-bottom: -22rem !important; }
  .md\:-ml-88 {
    margin-left: -22rem !important; }
  .md\:-mt-92 {
    margin-top: -23rem !important; }
  .md\:-mr-92 {
    margin-right: -23rem !important; }
  .md\:-mb-92 {
    margin-bottom: -23rem !important; }
  .md\:-ml-92 {
    margin-left: -23rem !important; }
  .md\:-mt-96 {
    margin-top: -24rem !important; }
  .md\:-mr-96 {
    margin-right: -24rem !important; }
  .md\:-mb-96 {
    margin-bottom: -24rem !important; }
  .md\:-ml-96 {
    margin-left: -24rem !important; }
  .md\:-mt-100 {
    margin-top: -25rem !important; }
  .md\:-mr-100 {
    margin-right: -25rem !important; }
  .md\:-mb-100 {
    margin-bottom: -25rem !important; }
  .md\:-ml-100 {
    margin-left: -25rem !important; }
  .md\:-mt-104 {
    margin-top: -26rem !important; }
  .md\:-mr-104 {
    margin-right: -26rem !important; }
  .md\:-mb-104 {
    margin-bottom: -26rem !important; }
  .md\:-ml-104 {
    margin-left: -26rem !important; }
  .md\:-mt-108 {
    margin-top: -27rem !important; }
  .md\:-mr-108 {
    margin-right: -27rem !important; }
  .md\:-mb-108 {
    margin-bottom: -27rem !important; }
  .md\:-ml-108 {
    margin-left: -27rem !important; }
  .md\:-mt-112 {
    margin-top: -28rem !important; }
  .md\:-mr-112 {
    margin-right: -28rem !important; }
  .md\:-mb-112 {
    margin-bottom: -28rem !important; }
  .md\:-ml-112 {
    margin-left: -28rem !important; }
  .md\:-mt-116 {
    margin-top: -29rem !important; }
  .md\:-mr-116 {
    margin-right: -29rem !important; }
  .md\:-mb-116 {
    margin-bottom: -29rem !important; }
  .md\:-ml-116 {
    margin-left: -29rem !important; }
  .md\:-mt-120 {
    margin-top: -30rem !important; }
  .md\:-mr-120 {
    margin-right: -30rem !important; }
  .md\:-mb-120 {
    margin-bottom: -30rem !important; }
  .md\:-ml-120 {
    margin-left: -30rem !important; }
  .md\:-mt-124 {
    margin-top: -31rem !important; }
  .md\:-mr-124 {
    margin-right: -31rem !important; }
  .md\:-mb-124 {
    margin-bottom: -31rem !important; }
  .md\:-ml-124 {
    margin-left: -31rem !important; }
  .md\:-mt-128 {
    margin-top: -32rem !important; }
  .md\:-mr-128 {
    margin-right: -32rem !important; }
  .md\:-mb-128 {
    margin-bottom: -32rem !important; }
  .md\:-ml-128 {
    margin-left: -32rem !important; }
  .md\:-mt-132 {
    margin-top: -33rem !important; }
  .md\:-mr-132 {
    margin-right: -33rem !important; }
  .md\:-mb-132 {
    margin-bottom: -33rem !important; }
  .md\:-ml-132 {
    margin-left: -33rem !important; }
  .md\:-mt-136 {
    margin-top: -34rem !important; }
  .md\:-mr-136 {
    margin-right: -34rem !important; }
  .md\:-mb-136 {
    margin-bottom: -34rem !important; }
  .md\:-ml-136 {
    margin-left: -34rem !important; }
  .md\:-mt-140 {
    margin-top: -35rem !important; }
  .md\:-mr-140 {
    margin-right: -35rem !important; }
  .md\:-mb-140 {
    margin-bottom: -35rem !important; }
  .md\:-ml-140 {
    margin-left: -35rem !important; }
  .md\:-mt-144 {
    margin-top: -36rem !important; }
  .md\:-mr-144 {
    margin-right: -36rem !important; }
  .md\:-mb-144 {
    margin-bottom: -36rem !important; }
  .md\:-ml-144 {
    margin-left: -36rem !important; }
  .md\:-mt-148 {
    margin-top: -37rem !important; }
  .md\:-mr-148 {
    margin-right: -37rem !important; }
  .md\:-mb-148 {
    margin-bottom: -37rem !important; }
  .md\:-ml-148 {
    margin-left: -37rem !important; }
  .md\:-mt-152 {
    margin-top: -38rem !important; }
  .md\:-mr-152 {
    margin-right: -38rem !important; }
  .md\:-mb-152 {
    margin-bottom: -38rem !important; }
  .md\:-ml-152 {
    margin-left: -38rem !important; }
  .md\:-mt-156 {
    margin-top: -39rem !important; }
  .md\:-mr-156 {
    margin-right: -39rem !important; }
  .md\:-mb-156 {
    margin-bottom: -39rem !important; }
  .md\:-ml-156 {
    margin-left: -39rem !important; }
  .md\:-mt-160 {
    margin-top: -40rem !important; }
  .md\:-mr-160 {
    margin-right: -40rem !important; }
  .md\:-mb-160 {
    margin-bottom: -40rem !important; }
  .md\:-ml-160 {
    margin-left: -40rem !important; }
  .md\:-mt-164 {
    margin-top: -41rem !important; }
  .md\:-mr-164 {
    margin-right: -41rem !important; }
  .md\:-mb-164 {
    margin-bottom: -41rem !important; }
  .md\:-ml-164 {
    margin-left: -41rem !important; }
  .md\:-mt-168 {
    margin-top: -42rem !important; }
  .md\:-mr-168 {
    margin-right: -42rem !important; }
  .md\:-mb-168 {
    margin-bottom: -42rem !important; }
  .md\:-ml-168 {
    margin-left: -42rem !important; }
  .md\:-mt-172 {
    margin-top: -43rem !important; }
  .md\:-mr-172 {
    margin-right: -43rem !important; }
  .md\:-mb-172 {
    margin-bottom: -43rem !important; }
  .md\:-ml-172 {
    margin-left: -43rem !important; }
  .md\:-mt-176 {
    margin-top: -44rem !important; }
  .md\:-mr-176 {
    margin-right: -44rem !important; }
  .md\:-mb-176 {
    margin-bottom: -44rem !important; }
  .md\:-ml-176 {
    margin-left: -44rem !important; }
  .md\:-mt-180 {
    margin-top: -45rem !important; }
  .md\:-mr-180 {
    margin-right: -45rem !important; }
  .md\:-mb-180 {
    margin-bottom: -45rem !important; }
  .md\:-ml-180 {
    margin-left: -45rem !important; }
  .md\:-mt-184 {
    margin-top: -46rem !important; }
  .md\:-mr-184 {
    margin-right: -46rem !important; }
  .md\:-mb-184 {
    margin-bottom: -46rem !important; }
  .md\:-ml-184 {
    margin-left: -46rem !important; }
  .md\:-mt-188 {
    margin-top: -47rem !important; }
  .md\:-mr-188 {
    margin-right: -47rem !important; }
  .md\:-mb-188 {
    margin-bottom: -47rem !important; }
  .md\:-ml-188 {
    margin-left: -47rem !important; }
  .md\:-mt-192 {
    margin-top: -48rem !important; }
  .md\:-mr-192 {
    margin-right: -48rem !important; }
  .md\:-mb-192 {
    margin-bottom: -48rem !important; }
  .md\:-ml-192 {
    margin-left: -48rem !important; }
  .md\:-mt-196 {
    margin-top: -49rem !important; }
  .md\:-mr-196 {
    margin-right: -49rem !important; }
  .md\:-mb-196 {
    margin-bottom: -49rem !important; }
  .md\:-ml-196 {
    margin-left: -49rem !important; }
  .md\:-mt-200 {
    margin-top: -50rem !important; }
  .md\:-mr-200 {
    margin-right: -50rem !important; }
  .md\:-mb-200 {
    margin-bottom: -50rem !important; }
  .md\:-ml-200 {
    margin-left: -50rem !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-2px {
    margin-top: -2px !important; }
  .md\:-mr-2px {
    margin-right: -2px !important; }
  .md\:-mb-2px {
    margin-bottom: -2px !important; }
  .md\:-ml-2px {
    margin-left: -2px !important; }
  .md\:-mt-1\/2 {
    margin-top: -50% !important; }
  .md\:-mr-1\/2 {
    margin-right: -50% !important; }
  .md\:-mb-1\/2 {
    margin-bottom: -50% !important; }
  .md\:-ml-1\/2 {
    margin-left: -50% !important; }
  .md\:-mt-2\/2 {
    margin-top: -100% !important; }
  .md\:-mr-2\/2 {
    margin-right: -100% !important; }
  .md\:-mb-2\/2 {
    margin-bottom: -100% !important; }
  .md\:-ml-2\/2 {
    margin-left: -100% !important; }
  .md\:-mt-1\/3 {
    margin-top: -33.33333% !important; }
  .md\:-mr-1\/3 {
    margin-right: -33.33333% !important; }
  .md\:-mb-1\/3 {
    margin-bottom: -33.33333% !important; }
  .md\:-ml-1\/3 {
    margin-left: -33.33333% !important; }
  .md\:-mt-2\/3 {
    margin-top: -66.66667% !important; }
  .md\:-mr-2\/3 {
    margin-right: -66.66667% !important; }
  .md\:-mb-2\/3 {
    margin-bottom: -66.66667% !important; }
  .md\:-ml-2\/3 {
    margin-left: -66.66667% !important; }
  .md\:-mt-3\/3 {
    margin-top: -100% !important; }
  .md\:-mr-3\/3 {
    margin-right: -100% !important; }
  .md\:-mb-3\/3 {
    margin-bottom: -100% !important; }
  .md\:-ml-3\/3 {
    margin-left: -100% !important; }
  .md\:-mt-1\/4 {
    margin-top: -25% !important; }
  .md\:-mr-1\/4 {
    margin-right: -25% !important; }
  .md\:-mb-1\/4 {
    margin-bottom: -25% !important; }
  .md\:-ml-1\/4 {
    margin-left: -25% !important; }
  .md\:-mt-2\/4 {
    margin-top: -50% !important; }
  .md\:-mr-2\/4 {
    margin-right: -50% !important; }
  .md\:-mb-2\/4 {
    margin-bottom: -50% !important; }
  .md\:-ml-2\/4 {
    margin-left: -50% !important; }
  .md\:-mt-3\/4 {
    margin-top: -75% !important; }
  .md\:-mr-3\/4 {
    margin-right: -75% !important; }
  .md\:-mb-3\/4 {
    margin-bottom: -75% !important; }
  .md\:-ml-3\/4 {
    margin-left: -75% !important; }
  .md\:-mt-4\/4 {
    margin-top: -100% !important; }
  .md\:-mr-4\/4 {
    margin-right: -100% !important; }
  .md\:-mb-4\/4 {
    margin-bottom: -100% !important; }
  .md\:-ml-4\/4 {
    margin-left: -100% !important; }
  .md\:-mt-1\/5 {
    margin-top: -20% !important; }
  .md\:-mr-1\/5 {
    margin-right: -20% !important; }
  .md\:-mb-1\/5 {
    margin-bottom: -20% !important; }
  .md\:-ml-1\/5 {
    margin-left: -20% !important; }
  .md\:-mt-2\/5 {
    margin-top: -40% !important; }
  .md\:-mr-2\/5 {
    margin-right: -40% !important; }
  .md\:-mb-2\/5 {
    margin-bottom: -40% !important; }
  .md\:-ml-2\/5 {
    margin-left: -40% !important; }
  .md\:-mt-3\/5 {
    margin-top: -60% !important; }
  .md\:-mr-3\/5 {
    margin-right: -60% !important; }
  .md\:-mb-3\/5 {
    margin-bottom: -60% !important; }
  .md\:-ml-3\/5 {
    margin-left: -60% !important; }
  .md\:-mt-4\/5 {
    margin-top: -80% !important; }
  .md\:-mr-4\/5 {
    margin-right: -80% !important; }
  .md\:-mb-4\/5 {
    margin-bottom: -80% !important; }
  .md\:-ml-4\/5 {
    margin-left: -80% !important; }
  .md\:-mt-5\/5 {
    margin-top: -100% !important; }
  .md\:-mr-5\/5 {
    margin-right: -100% !important; }
  .md\:-mb-5\/5 {
    margin-bottom: -100% !important; }
  .md\:-ml-5\/5 {
    margin-left: -100% !important; }
  .md\:-mt-1\/6 {
    margin-top: -16.66667% !important; }
  .md\:-mr-1\/6 {
    margin-right: -16.66667% !important; }
  .md\:-mb-1\/6 {
    margin-bottom: -16.66667% !important; }
  .md\:-ml-1\/6 {
    margin-left: -16.66667% !important; }
  .md\:-mt-2\/6 {
    margin-top: -33.33333% !important; }
  .md\:-mr-2\/6 {
    margin-right: -33.33333% !important; }
  .md\:-mb-2\/6 {
    margin-bottom: -33.33333% !important; }
  .md\:-ml-2\/6 {
    margin-left: -33.33333% !important; }
  .md\:-mt-3\/6 {
    margin-top: -50% !important; }
  .md\:-mr-3\/6 {
    margin-right: -50% !important; }
  .md\:-mb-3\/6 {
    margin-bottom: -50% !important; }
  .md\:-ml-3\/6 {
    margin-left: -50% !important; }
  .md\:-mt-4\/6 {
    margin-top: -66.66667% !important; }
  .md\:-mr-4\/6 {
    margin-right: -66.66667% !important; }
  .md\:-mb-4\/6 {
    margin-bottom: -66.66667% !important; }
  .md\:-ml-4\/6 {
    margin-left: -66.66667% !important; }
  .md\:-mt-5\/6 {
    margin-top: -83.33333% !important; }
  .md\:-mr-5\/6 {
    margin-right: -83.33333% !important; }
  .md\:-mb-5\/6 {
    margin-bottom: -83.33333% !important; }
  .md\:-ml-5\/6 {
    margin-left: -83.33333% !important; }
  .md\:-mt-6\/6 {
    margin-top: -100% !important; }
  .md\:-mr-6\/6 {
    margin-right: -100% !important; }
  .md\:-mb-6\/6 {
    margin-bottom: -100% !important; }
  .md\:-ml-6\/6 {
    margin-left: -100% !important; }
  .md\:-mt-1\/10 {
    margin-top: -10% !important; }
  .md\:-mr-1\/10 {
    margin-right: -10% !important; }
  .md\:-mb-1\/10 {
    margin-bottom: -10% !important; }
  .md\:-ml-1\/10 {
    margin-left: -10% !important; }
  .md\:-mt-2\/10 {
    margin-top: -20% !important; }
  .md\:-mr-2\/10 {
    margin-right: -20% !important; }
  .md\:-mb-2\/10 {
    margin-bottom: -20% !important; }
  .md\:-ml-2\/10 {
    margin-left: -20% !important; }
  .md\:-mt-3\/10 {
    margin-top: -30% !important; }
  .md\:-mr-3\/10 {
    margin-right: -30% !important; }
  .md\:-mb-3\/10 {
    margin-bottom: -30% !important; }
  .md\:-ml-3\/10 {
    margin-left: -30% !important; }
  .md\:-mt-4\/10 {
    margin-top: -40% !important; }
  .md\:-mr-4\/10 {
    margin-right: -40% !important; }
  .md\:-mb-4\/10 {
    margin-bottom: -40% !important; }
  .md\:-ml-4\/10 {
    margin-left: -40% !important; }
  .md\:-mt-5\/10 {
    margin-top: -50% !important; }
  .md\:-mr-5\/10 {
    margin-right: -50% !important; }
  .md\:-mb-5\/10 {
    margin-bottom: -50% !important; }
  .md\:-ml-5\/10 {
    margin-left: -50% !important; }
  .md\:-mt-6\/10 {
    margin-top: -60% !important; }
  .md\:-mr-6\/10 {
    margin-right: -60% !important; }
  .md\:-mb-6\/10 {
    margin-bottom: -60% !important; }
  .md\:-ml-6\/10 {
    margin-left: -60% !important; }
  .md\:-mt-7\/10 {
    margin-top: -70% !important; }
  .md\:-mr-7\/10 {
    margin-right: -70% !important; }
  .md\:-mb-7\/10 {
    margin-bottom: -70% !important; }
  .md\:-ml-7\/10 {
    margin-left: -70% !important; }
  .md\:-mt-8\/10 {
    margin-top: -80% !important; }
  .md\:-mr-8\/10 {
    margin-right: -80% !important; }
  .md\:-mb-8\/10 {
    margin-bottom: -80% !important; }
  .md\:-ml-8\/10 {
    margin-left: -80% !important; }
  .md\:-mt-9\/10 {
    margin-top: -90% !important; }
  .md\:-mr-9\/10 {
    margin-right: -90% !important; }
  .md\:-mb-9\/10 {
    margin-bottom: -90% !important; }
  .md\:-ml-9\/10 {
    margin-left: -90% !important; }
  .md\:-mt-10\/10 {
    margin-top: -100% !important; }
  .md\:-mr-10\/10 {
    margin-right: -100% !important; }
  .md\:-mb-10\/10 {
    margin-bottom: -100% !important; }
  .md\:-ml-10\/10 {
    margin-left: -100% !important; }
  .md\:-mt-1\/12 {
    margin-top: -8.33333% !important; }
  .md\:-mr-1\/12 {
    margin-right: -8.33333% !important; }
  .md\:-mb-1\/12 {
    margin-bottom: -8.33333% !important; }
  .md\:-ml-1\/12 {
    margin-left: -8.33333% !important; }
  .md\:-mt-2\/12 {
    margin-top: -16.66667% !important; }
  .md\:-mr-2\/12 {
    margin-right: -16.66667% !important; }
  .md\:-mb-2\/12 {
    margin-bottom: -16.66667% !important; }
  .md\:-ml-2\/12 {
    margin-left: -16.66667% !important; }
  .md\:-mt-3\/12 {
    margin-top: -25% !important; }
  .md\:-mr-3\/12 {
    margin-right: -25% !important; }
  .md\:-mb-3\/12 {
    margin-bottom: -25% !important; }
  .md\:-ml-3\/12 {
    margin-left: -25% !important; }
  .md\:-mt-4\/12 {
    margin-top: -33.33333% !important; }
  .md\:-mr-4\/12 {
    margin-right: -33.33333% !important; }
  .md\:-mb-4\/12 {
    margin-bottom: -33.33333% !important; }
  .md\:-ml-4\/12 {
    margin-left: -33.33333% !important; }
  .md\:-mt-5\/12 {
    margin-top: -41.66667% !important; }
  .md\:-mr-5\/12 {
    margin-right: -41.66667% !important; }
  .md\:-mb-5\/12 {
    margin-bottom: -41.66667% !important; }
  .md\:-ml-5\/12 {
    margin-left: -41.66667% !important; }
  .md\:-mt-6\/12 {
    margin-top: -50% !important; }
  .md\:-mr-6\/12 {
    margin-right: -50% !important; }
  .md\:-mb-6\/12 {
    margin-bottom: -50% !important; }
  .md\:-ml-6\/12 {
    margin-left: -50% !important; }
  .md\:-mt-7\/12 {
    margin-top: -58.33333% !important; }
  .md\:-mr-7\/12 {
    margin-right: -58.33333% !important; }
  .md\:-mb-7\/12 {
    margin-bottom: -58.33333% !important; }
  .md\:-ml-7\/12 {
    margin-left: -58.33333% !important; }
  .md\:-mt-8\/12 {
    margin-top: -66.66667% !important; }
  .md\:-mr-8\/12 {
    margin-right: -66.66667% !important; }
  .md\:-mb-8\/12 {
    margin-bottom: -66.66667% !important; }
  .md\:-ml-8\/12 {
    margin-left: -66.66667% !important; }
  .md\:-mt-9\/12 {
    margin-top: -75% !important; }
  .md\:-mr-9\/12 {
    margin-right: -75% !important; }
  .md\:-mb-9\/12 {
    margin-bottom: -75% !important; }
  .md\:-ml-9\/12 {
    margin-left: -75% !important; }
  .md\:-mt-10\/12 {
    margin-top: -83.33333% !important; }
  .md\:-mr-10\/12 {
    margin-right: -83.33333% !important; }
  .md\:-mb-10\/12 {
    margin-bottom: -83.33333% !important; }
  .md\:-ml-10\/12 {
    margin-left: -83.33333% !important; }
  .md\:-mt-11\/12 {
    margin-top: -91.66667% !important; }
  .md\:-mr-11\/12 {
    margin-right: -91.66667% !important; }
  .md\:-mb-11\/12 {
    margin-bottom: -91.66667% !important; }
  .md\:-ml-11\/12 {
    margin-left: -91.66667% !important; }
  .md\:-mt-12\/12 {
    margin-top: -100% !important; }
  .md\:-mr-12\/12 {
    margin-right: -100% !important; }
  .md\:-mb-12\/12 {
    margin-bottom: -100% !important; }
  .md\:-ml-12\/12 {
    margin-left: -100% !important; }
  .md\:max-h-0 {
    max-height: 0rem !important; }
  .md\:max-h-1 {
    max-height: 0.25rem !important; }
  .md\:max-h-2 {
    max-height: 0.5rem !important; }
  .md\:max-h-3 {
    max-height: 0.75rem !important; }
  .md\:max-h-4 {
    max-height: 1rem !important; }
  .md\:max-h-5 {
    max-height: 1.25rem !important; }
  .md\:max-h-6 {
    max-height: 1.5rem !important; }
  .md\:max-h-7 {
    max-height: 1.75rem !important; }
  .md\:max-h-8 {
    max-height: 2rem !important; }
  .md\:max-h-9 {
    max-height: 2.25rem !important; }
  .md\:max-h-10 {
    max-height: 2.5rem !important; }
  .md\:max-h-11 {
    max-height: 2.75rem !important; }
  .md\:max-h-12 {
    max-height: 3rem !important; }
  .md\:max-h-13 {
    max-height: 3.25rem !important; }
  .md\:max-h-14 {
    max-height: 3.5rem !important; }
  .md\:max-h-15 {
    max-height: 3.75rem !important; }
  .md\:max-h-16 {
    max-height: 4rem !important; }
  .md\:max-h-17 {
    max-height: 4.25rem !important; }
  .md\:max-h-18 {
    max-height: 4.5rem !important; }
  .md\:max-h-19 {
    max-height: 4.75rem !important; }
  .md\:max-h-20 {
    max-height: 5rem !important; }
  .md\:max-h-21 {
    max-height: 5.25rem !important; }
  .md\:max-h-22 {
    max-height: 5.5rem !important; }
  .md\:max-h-23 {
    max-height: 5.75rem !important; }
  .md\:max-h-24 {
    max-height: 6rem !important; }
  .md\:max-h-25 {
    max-height: 6.25rem !important; }
  .md\:max-h-26 {
    max-height: 6.5rem !important; }
  .md\:max-h-27 {
    max-height: 6.75rem !important; }
  .md\:max-h-28 {
    max-height: 7rem !important; }
  .md\:max-h-29 {
    max-height: 7.25rem !important; }
  .md\:max-h-30 {
    max-height: 7.5rem !important; }
  .md\:max-h-31 {
    max-height: 7.75rem !important; }
  .md\:max-h-32 {
    max-height: 8rem !important; }
  .md\:max-h-33 {
    max-height: 8.25rem !important; }
  .md\:max-h-34 {
    max-height: 8.5rem !important; }
  .md\:max-h-35 {
    max-height: 8.75rem !important; }
  .md\:max-h-36 {
    max-height: 9rem !important; }
  .md\:max-h-37 {
    max-height: 9.25rem !important; }
  .md\:max-h-38 {
    max-height: 9.5rem !important; }
  .md\:max-h-39 {
    max-height: 9.75rem !important; }
  .md\:max-h-40 {
    max-height: 10rem !important; }
  .md\:max-h-41 {
    max-height: 10.25rem !important; }
  .md\:max-h-42 {
    max-height: 10.5rem !important; }
  .md\:max-h-43 {
    max-height: 10.75rem !important; }
  .md\:max-h-44 {
    max-height: 11rem !important; }
  .md\:max-h-45 {
    max-height: 11.25rem !important; }
  .md\:max-h-46 {
    max-height: 11.5rem !important; }
  .md\:max-h-47 {
    max-height: 11.75rem !important; }
  .md\:max-h-48 {
    max-height: 12rem !important; }
  .md\:max-h-49 {
    max-height: 12.25rem !important; }
  .md\:max-h-50 {
    max-height: 12.5rem !important; }
  .md\:max-h-51 {
    max-height: 12.75rem !important; }
  .md\:max-h-52 {
    max-height: 13rem !important; }
  .md\:max-h-53 {
    max-height: 13.25rem !important; }
  .md\:max-h-54 {
    max-height: 13.5rem !important; }
  .md\:max-h-55 {
    max-height: 13.75rem !important; }
  .md\:max-h-56 {
    max-height: 14rem !important; }
  .md\:max-h-57 {
    max-height: 14.25rem !important; }
  .md\:max-h-58 {
    max-height: 14.5rem !important; }
  .md\:max-h-59 {
    max-height: 14.75rem !important; }
  .md\:max-h-60 {
    max-height: 15rem !important; }
  .md\:max-h-61 {
    max-height: 15.25rem !important; }
  .md\:max-h-62 {
    max-height: 15.5rem !important; }
  .md\:max-h-63 {
    max-height: 15.75rem !important; }
  .md\:max-h-64 {
    max-height: 16rem !important; }
  .md\:max-h-65 {
    max-height: 16.25rem !important; }
  .md\:max-h-66 {
    max-height: 16.5rem !important; }
  .md\:max-h-67 {
    max-height: 16.75rem !important; }
  .md\:max-h-68 {
    max-height: 17rem !important; }
  .md\:max-h-69 {
    max-height: 17.25rem !important; }
  .md\:max-h-70 {
    max-height: 17.5rem !important; }
  .md\:max-h-71 {
    max-height: 17.75rem !important; }
  .md\:max-h-72 {
    max-height: 18rem !important; }
  .md\:max-h-73 {
    max-height: 18.25rem !important; }
  .md\:max-h-74 {
    max-height: 18.5rem !important; }
  .md\:max-h-75 {
    max-height: 18.75rem !important; }
  .md\:max-h-76 {
    max-height: 19rem !important; }
  .md\:max-h-77 {
    max-height: 19.25rem !important; }
  .md\:max-h-78 {
    max-height: 19.5rem !important; }
  .md\:max-h-79 {
    max-height: 19.75rem !important; }
  .md\:max-h-80 {
    max-height: 20rem !important; }
  .md\:max-h-84 {
    max-height: 21rem !important; }
  .md\:max-h-88 {
    max-height: 22rem !important; }
  .md\:max-h-92 {
    max-height: 23rem !important; }
  .md\:max-h-96 {
    max-height: 24rem !important; }
  .md\:max-h-100 {
    max-height: 25rem !important; }
  .md\:max-h-104 {
    max-height: 26rem !important; }
  .md\:max-h-108 {
    max-height: 27rem !important; }
  .md\:max-h-112 {
    max-height: 28rem !important; }
  .md\:max-h-116 {
    max-height: 29rem !important; }
  .md\:max-h-120 {
    max-height: 30rem !important; }
  .md\:max-h-124 {
    max-height: 31rem !important; }
  .md\:max-h-128 {
    max-height: 32rem !important; }
  .md\:max-h-132 {
    max-height: 33rem !important; }
  .md\:max-h-136 {
    max-height: 34rem !important; }
  .md\:max-h-140 {
    max-height: 35rem !important; }
  .md\:max-h-144 {
    max-height: 36rem !important; }
  .md\:max-h-148 {
    max-height: 37rem !important; }
  .md\:max-h-152 {
    max-height: 38rem !important; }
  .md\:max-h-156 {
    max-height: 39rem !important; }
  .md\:max-h-160 {
    max-height: 40rem !important; }
  .md\:max-h-164 {
    max-height: 41rem !important; }
  .md\:max-h-168 {
    max-height: 42rem !important; }
  .md\:max-h-172 {
    max-height: 43rem !important; }
  .md\:max-h-176 {
    max-height: 44rem !important; }
  .md\:max-h-180 {
    max-height: 45rem !important; }
  .md\:max-h-184 {
    max-height: 46rem !important; }
  .md\:max-h-188 {
    max-height: 47rem !important; }
  .md\:max-h-192 {
    max-height: 48rem !important; }
  .md\:max-h-196 {
    max-height: 49rem !important; }
  .md\:max-h-200 {
    max-height: 50rem !important; }
  .md\:max-h-full {
    max-height: 100% !important; }
  .md\:max-h-px {
    max-height: 1px !important; }
  .md\:max-h-2px {
    max-height: 2px !important; }
  .md\:max-h-1\/2 {
    max-height: 50% !important; }
  .md\:max-h-2\/2 {
    max-height: 100% !important; }
  .md\:max-h-1\/3 {
    max-height: 33.333333% !important; }
  .md\:max-h-2\/3 {
    max-height: 66.666667% !important; }
  .md\:max-h-3\/3 {
    max-height: 100% !important; }
  .md\:max-h-1\/4 {
    max-height: 25% !important; }
  .md\:max-h-2\/4 {
    max-height: 50% !important; }
  .md\:max-h-3\/4 {
    max-height: 75% !important; }
  .md\:max-h-4\/4 {
    max-height: 100% !important; }
  .md\:max-h-1\/5 {
    max-height: 20% !important; }
  .md\:max-h-2\/5 {
    max-height: 40% !important; }
  .md\:max-h-3\/5 {
    max-height: 60% !important; }
  .md\:max-h-4\/5 {
    max-height: 80% !important; }
  .md\:max-h-5\/5 {
    max-height: 100% !important; }
  .md\:max-h-1\/6 {
    max-height: 16.666667% !important; }
  .md\:max-h-2\/6 {
    max-height: 33.333333% !important; }
  .md\:max-h-3\/6 {
    max-height: 50% !important; }
  .md\:max-h-4\/6 {
    max-height: 66.666667% !important; }
  .md\:max-h-5\/6 {
    max-height: 83.333333% !important; }
  .md\:max-h-6\/6 {
    max-height: 100% !important; }
  .md\:max-h-1\/10 {
    max-height: 10% !important; }
  .md\:max-h-2\/10 {
    max-height: 20% !important; }
  .md\:max-h-3\/10 {
    max-height: 30% !important; }
  .md\:max-h-4\/10 {
    max-height: 40% !important; }
  .md\:max-h-5\/10 {
    max-height: 50% !important; }
  .md\:max-h-6\/10 {
    max-height: 60% !important; }
  .md\:max-h-7\/10 {
    max-height: 70% !important; }
  .md\:max-h-8\/10 {
    max-height: 80% !important; }
  .md\:max-h-9\/10 {
    max-height: 90% !important; }
  .md\:max-h-10\/10 {
    max-height: 100% !important; }
  .md\:max-h-1\/12 {
    max-height: 8.333333% !important; }
  .md\:max-h-2\/12 {
    max-height: 16.666667% !important; }
  .md\:max-h-3\/12 {
    max-height: 25% !important; }
  .md\:max-h-4\/12 {
    max-height: 33.333333% !important; }
  .md\:max-h-5\/12 {
    max-height: 41.666667% !important; }
  .md\:max-h-6\/12 {
    max-height: 50% !important; }
  .md\:max-h-7\/12 {
    max-height: 58.333333% !important; }
  .md\:max-h-8\/12 {
    max-height: 66.666667% !important; }
  .md\:max-h-9\/12 {
    max-height: 75% !important; }
  .md\:max-h-10\/12 {
    max-height: 83.333333% !important; }
  .md\:max-h-11\/12 {
    max-height: 91.666667% !important; }
  .md\:max-h-12\/12 {
    max-height: 100% !important; }
  .md\:max-h-xs {
    max-height: 20rem !important; }
  .md\:max-h-sm {
    max-height: 24rem !important; }
  .md\:max-h-md {
    max-height: 28rem !important; }
  .md\:max-h-lg {
    max-height: 32rem !important; }
  .md\:max-h-xl {
    max-height: 36rem !important; }
  .md\:max-h-2xl {
    max-height: 42rem !important; }
  .md\:max-h-3xl {
    max-height: 48rem !important; }
  .md\:max-h-4xl {
    max-height: 56rem !important; }
  .md\:max-h-5xl {
    max-height: 64rem !important; }
  .md\:max-h-6xl {
    max-height: 72rem !important; }
  .md\:max-h-7xl {
    max-height: 80rem !important; }
  .md\:max-h-screenw {
    max-height: 100vw !important; }
  .md\:max-h-screenh {
    max-height: 100vh !important; }
  .md\:max-w-0 {
    max-width: 0rem !important; }
  .md\:max-w-1 {
    max-width: 0.25rem !important; }
  .md\:max-w-2 {
    max-width: 0.5rem !important; }
  .md\:max-w-3 {
    max-width: 0.75rem !important; }
  .md\:max-w-4 {
    max-width: 1rem !important; }
  .md\:max-w-5 {
    max-width: 1.25rem !important; }
  .md\:max-w-6 {
    max-width: 1.5rem !important; }
  .md\:max-w-7 {
    max-width: 1.75rem !important; }
  .md\:max-w-8 {
    max-width: 2rem !important; }
  .md\:max-w-9 {
    max-width: 2.25rem !important; }
  .md\:max-w-10 {
    max-width: 2.5rem !important; }
  .md\:max-w-11 {
    max-width: 2.75rem !important; }
  .md\:max-w-12 {
    max-width: 3rem !important; }
  .md\:max-w-13 {
    max-width: 3.25rem !important; }
  .md\:max-w-14 {
    max-width: 3.5rem !important; }
  .md\:max-w-15 {
    max-width: 3.75rem !important; }
  .md\:max-w-16 {
    max-width: 4rem !important; }
  .md\:max-w-17 {
    max-width: 4.25rem !important; }
  .md\:max-w-18 {
    max-width: 4.5rem !important; }
  .md\:max-w-19 {
    max-width: 4.75rem !important; }
  .md\:max-w-20 {
    max-width: 5rem !important; }
  .md\:max-w-21 {
    max-width: 5.25rem !important; }
  .md\:max-w-22 {
    max-width: 5.5rem !important; }
  .md\:max-w-23 {
    max-width: 5.75rem !important; }
  .md\:max-w-24 {
    max-width: 6rem !important; }
  .md\:max-w-25 {
    max-width: 6.25rem !important; }
  .md\:max-w-26 {
    max-width: 6.5rem !important; }
  .md\:max-w-27 {
    max-width: 6.75rem !important; }
  .md\:max-w-28 {
    max-width: 7rem !important; }
  .md\:max-w-29 {
    max-width: 7.25rem !important; }
  .md\:max-w-30 {
    max-width: 7.5rem !important; }
  .md\:max-w-31 {
    max-width: 7.75rem !important; }
  .md\:max-w-32 {
    max-width: 8rem !important; }
  .md\:max-w-33 {
    max-width: 8.25rem !important; }
  .md\:max-w-34 {
    max-width: 8.5rem !important; }
  .md\:max-w-35 {
    max-width: 8.75rem !important; }
  .md\:max-w-36 {
    max-width: 9rem !important; }
  .md\:max-w-37 {
    max-width: 9.25rem !important; }
  .md\:max-w-38 {
    max-width: 9.5rem !important; }
  .md\:max-w-39 {
    max-width: 9.75rem !important; }
  .md\:max-w-40 {
    max-width: 10rem !important; }
  .md\:max-w-41 {
    max-width: 10.25rem !important; }
  .md\:max-w-42 {
    max-width: 10.5rem !important; }
  .md\:max-w-43 {
    max-width: 10.75rem !important; }
  .md\:max-w-44 {
    max-width: 11rem !important; }
  .md\:max-w-45 {
    max-width: 11.25rem !important; }
  .md\:max-w-46 {
    max-width: 11.5rem !important; }
  .md\:max-w-47 {
    max-width: 11.75rem !important; }
  .md\:max-w-48 {
    max-width: 12rem !important; }
  .md\:max-w-49 {
    max-width: 12.25rem !important; }
  .md\:max-w-50 {
    max-width: 12.5rem !important; }
  .md\:max-w-51 {
    max-width: 12.75rem !important; }
  .md\:max-w-52 {
    max-width: 13rem !important; }
  .md\:max-w-53 {
    max-width: 13.25rem !important; }
  .md\:max-w-54 {
    max-width: 13.5rem !important; }
  .md\:max-w-55 {
    max-width: 13.75rem !important; }
  .md\:max-w-56 {
    max-width: 14rem !important; }
  .md\:max-w-57 {
    max-width: 14.25rem !important; }
  .md\:max-w-58 {
    max-width: 14.5rem !important; }
  .md\:max-w-59 {
    max-width: 14.75rem !important; }
  .md\:max-w-60 {
    max-width: 15rem !important; }
  .md\:max-w-61 {
    max-width: 15.25rem !important; }
  .md\:max-w-62 {
    max-width: 15.5rem !important; }
  .md\:max-w-63 {
    max-width: 15.75rem !important; }
  .md\:max-w-64 {
    max-width: 16rem !important; }
  .md\:max-w-65 {
    max-width: 16.25rem !important; }
  .md\:max-w-66 {
    max-width: 16.5rem !important; }
  .md\:max-w-67 {
    max-width: 16.75rem !important; }
  .md\:max-w-68 {
    max-width: 17rem !important; }
  .md\:max-w-69 {
    max-width: 17.25rem !important; }
  .md\:max-w-70 {
    max-width: 17.5rem !important; }
  .md\:max-w-71 {
    max-width: 17.75rem !important; }
  .md\:max-w-72 {
    max-width: 18rem !important; }
  .md\:max-w-73 {
    max-width: 18.25rem !important; }
  .md\:max-w-74 {
    max-width: 18.5rem !important; }
  .md\:max-w-75 {
    max-width: 18.75rem !important; }
  .md\:max-w-76 {
    max-width: 19rem !important; }
  .md\:max-w-77 {
    max-width: 19.25rem !important; }
  .md\:max-w-78 {
    max-width: 19.5rem !important; }
  .md\:max-w-79 {
    max-width: 19.75rem !important; }
  .md\:max-w-80 {
    max-width: 20rem !important; }
  .md\:max-w-84 {
    max-width: 21rem !important; }
  .md\:max-w-88 {
    max-width: 22rem !important; }
  .md\:max-w-92 {
    max-width: 23rem !important; }
  .md\:max-w-96 {
    max-width: 24rem !important; }
  .md\:max-w-100 {
    max-width: 25rem !important; }
  .md\:max-w-104 {
    max-width: 26rem !important; }
  .md\:max-w-108 {
    max-width: 27rem !important; }
  .md\:max-w-112 {
    max-width: 28rem !important; }
  .md\:max-w-116 {
    max-width: 29rem !important; }
  .md\:max-w-120 {
    max-width: 30rem !important; }
  .md\:max-w-124 {
    max-width: 31rem !important; }
  .md\:max-w-128 {
    max-width: 32rem !important; }
  .md\:max-w-132 {
    max-width: 33rem !important; }
  .md\:max-w-136 {
    max-width: 34rem !important; }
  .md\:max-w-140 {
    max-width: 35rem !important; }
  .md\:max-w-144 {
    max-width: 36rem !important; }
  .md\:max-w-148 {
    max-width: 37rem !important; }
  .md\:max-w-152 {
    max-width: 38rem !important; }
  .md\:max-w-156 {
    max-width: 39rem !important; }
  .md\:max-w-160 {
    max-width: 40rem !important; }
  .md\:max-w-164 {
    max-width: 41rem !important; }
  .md\:max-w-168 {
    max-width: 42rem !important; }
  .md\:max-w-172 {
    max-width: 43rem !important; }
  .md\:max-w-176 {
    max-width: 44rem !important; }
  .md\:max-w-180 {
    max-width: 45rem !important; }
  .md\:max-w-184 {
    max-width: 46rem !important; }
  .md\:max-w-188 {
    max-width: 47rem !important; }
  .md\:max-w-192 {
    max-width: 48rem !important; }
  .md\:max-w-196 {
    max-width: 49rem !important; }
  .md\:max-w-200 {
    max-width: 50rem !important; }
  .md\:max-w-px {
    max-width: 1px !important; }
  .md\:max-w-2px {
    max-width: 2px !important; }
  .md\:max-w-1\/2 {
    max-width: 50% !important; }
  .md\:max-w-2\/2 {
    max-width: 100% !important; }
  .md\:max-w-1\/3 {
    max-width: 33.333333% !important; }
  .md\:max-w-2\/3 {
    max-width: 66.666667% !important; }
  .md\:max-w-3\/3 {
    max-width: 100% !important; }
  .md\:max-w-1\/4 {
    max-width: 25% !important; }
  .md\:max-w-2\/4 {
    max-width: 50% !important; }
  .md\:max-w-3\/4 {
    max-width: 75% !important; }
  .md\:max-w-4\/4 {
    max-width: 100% !important; }
  .md\:max-w-1\/5 {
    max-width: 20% !important; }
  .md\:max-w-2\/5 {
    max-width: 40% !important; }
  .md\:max-w-3\/5 {
    max-width: 60% !important; }
  .md\:max-w-4\/5 {
    max-width: 80% !important; }
  .md\:max-w-5\/5 {
    max-width: 100% !important; }
  .md\:max-w-1\/6 {
    max-width: 16.666667% !important; }
  .md\:max-w-2\/6 {
    max-width: 33.333333% !important; }
  .md\:max-w-3\/6 {
    max-width: 50% !important; }
  .md\:max-w-4\/6 {
    max-width: 66.666667% !important; }
  .md\:max-w-5\/6 {
    max-width: 83.333333% !important; }
  .md\:max-w-6\/6 {
    max-width: 100% !important; }
  .md\:max-w-1\/10 {
    max-width: 10% !important; }
  .md\:max-w-2\/10 {
    max-width: 20% !important; }
  .md\:max-w-3\/10 {
    max-width: 30% !important; }
  .md\:max-w-4\/10 {
    max-width: 40% !important; }
  .md\:max-w-5\/10 {
    max-width: 50% !important; }
  .md\:max-w-6\/10 {
    max-width: 60% !important; }
  .md\:max-w-7\/10 {
    max-width: 70% !important; }
  .md\:max-w-8\/10 {
    max-width: 80% !important; }
  .md\:max-w-9\/10 {
    max-width: 90% !important; }
  .md\:max-w-10\/10 {
    max-width: 100% !important; }
  .md\:max-w-1\/12 {
    max-width: 8.333333% !important; }
  .md\:max-w-2\/12 {
    max-width: 16.666667% !important; }
  .md\:max-w-3\/12 {
    max-width: 25% !important; }
  .md\:max-w-4\/12 {
    max-width: 33.333333% !important; }
  .md\:max-w-5\/12 {
    max-width: 41.666667% !important; }
  .md\:max-w-6\/12 {
    max-width: 50% !important; }
  .md\:max-w-7\/12 {
    max-width: 58.333333% !important; }
  .md\:max-w-8\/12 {
    max-width: 66.666667% !important; }
  .md\:max-w-9\/12 {
    max-width: 75% !important; }
  .md\:max-w-10\/12 {
    max-width: 83.333333% !important; }
  .md\:max-w-11\/12 {
    max-width: 91.666667% !important; }
  .md\:max-w-12\/12 {
    max-width: 100% !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-7xl {
    max-width: 80rem !important; }
  .md\:max-w-full {
    max-width: 100% !important; }
  .md\:max-w-screenw {
    max-width: 100vw !important; }
  .md\:max-w-screenh {
    max-width: 100vh !important; }
  .md\:min-h-0 {
    min-height: 0rem !important; }
  .md\:min-h-1 {
    min-height: 0.25rem !important; }
  .md\:min-h-2 {
    min-height: 0.5rem !important; }
  .md\:min-h-3 {
    min-height: 0.75rem !important; }
  .md\:min-h-4 {
    min-height: 1rem !important; }
  .md\:min-h-5 {
    min-height: 1.25rem !important; }
  .md\:min-h-6 {
    min-height: 1.5rem !important; }
  .md\:min-h-7 {
    min-height: 1.75rem !important; }
  .md\:min-h-8 {
    min-height: 2rem !important; }
  .md\:min-h-9 {
    min-height: 2.25rem !important; }
  .md\:min-h-10 {
    min-height: 2.5rem !important; }
  .md\:min-h-11 {
    min-height: 2.75rem !important; }
  .md\:min-h-12 {
    min-height: 3rem !important; }
  .md\:min-h-13 {
    min-height: 3.25rem !important; }
  .md\:min-h-14 {
    min-height: 3.5rem !important; }
  .md\:min-h-15 {
    min-height: 3.75rem !important; }
  .md\:min-h-16 {
    min-height: 4rem !important; }
  .md\:min-h-17 {
    min-height: 4.25rem !important; }
  .md\:min-h-18 {
    min-height: 4.5rem !important; }
  .md\:min-h-19 {
    min-height: 4.75rem !important; }
  .md\:min-h-20 {
    min-height: 5rem !important; }
  .md\:min-h-21 {
    min-height: 5.25rem !important; }
  .md\:min-h-22 {
    min-height: 5.5rem !important; }
  .md\:min-h-23 {
    min-height: 5.75rem !important; }
  .md\:min-h-24 {
    min-height: 6rem !important; }
  .md\:min-h-25 {
    min-height: 6.25rem !important; }
  .md\:min-h-26 {
    min-height: 6.5rem !important; }
  .md\:min-h-27 {
    min-height: 6.75rem !important; }
  .md\:min-h-28 {
    min-height: 7rem !important; }
  .md\:min-h-29 {
    min-height: 7.25rem !important; }
  .md\:min-h-30 {
    min-height: 7.5rem !important; }
  .md\:min-h-31 {
    min-height: 7.75rem !important; }
  .md\:min-h-32 {
    min-height: 8rem !important; }
  .md\:min-h-33 {
    min-height: 8.25rem !important; }
  .md\:min-h-34 {
    min-height: 8.5rem !important; }
  .md\:min-h-35 {
    min-height: 8.75rem !important; }
  .md\:min-h-36 {
    min-height: 9rem !important; }
  .md\:min-h-37 {
    min-height: 9.25rem !important; }
  .md\:min-h-38 {
    min-height: 9.5rem !important; }
  .md\:min-h-39 {
    min-height: 9.75rem !important; }
  .md\:min-h-40 {
    min-height: 10rem !important; }
  .md\:min-h-41 {
    min-height: 10.25rem !important; }
  .md\:min-h-42 {
    min-height: 10.5rem !important; }
  .md\:min-h-43 {
    min-height: 10.75rem !important; }
  .md\:min-h-44 {
    min-height: 11rem !important; }
  .md\:min-h-45 {
    min-height: 11.25rem !important; }
  .md\:min-h-46 {
    min-height: 11.5rem !important; }
  .md\:min-h-47 {
    min-height: 11.75rem !important; }
  .md\:min-h-48 {
    min-height: 12rem !important; }
  .md\:min-h-49 {
    min-height: 12.25rem !important; }
  .md\:min-h-50 {
    min-height: 12.5rem !important; }
  .md\:min-h-51 {
    min-height: 12.75rem !important; }
  .md\:min-h-52 {
    min-height: 13rem !important; }
  .md\:min-h-53 {
    min-height: 13.25rem !important; }
  .md\:min-h-54 {
    min-height: 13.5rem !important; }
  .md\:min-h-55 {
    min-height: 13.75rem !important; }
  .md\:min-h-56 {
    min-height: 14rem !important; }
  .md\:min-h-57 {
    min-height: 14.25rem !important; }
  .md\:min-h-58 {
    min-height: 14.5rem !important; }
  .md\:min-h-59 {
    min-height: 14.75rem !important; }
  .md\:min-h-60 {
    min-height: 15rem !important; }
  .md\:min-h-61 {
    min-height: 15.25rem !important; }
  .md\:min-h-62 {
    min-height: 15.5rem !important; }
  .md\:min-h-63 {
    min-height: 15.75rem !important; }
  .md\:min-h-64 {
    min-height: 16rem !important; }
  .md\:min-h-65 {
    min-height: 16.25rem !important; }
  .md\:min-h-66 {
    min-height: 16.5rem !important; }
  .md\:min-h-67 {
    min-height: 16.75rem !important; }
  .md\:min-h-68 {
    min-height: 17rem !important; }
  .md\:min-h-69 {
    min-height: 17.25rem !important; }
  .md\:min-h-70 {
    min-height: 17.5rem !important; }
  .md\:min-h-71 {
    min-height: 17.75rem !important; }
  .md\:min-h-72 {
    min-height: 18rem !important; }
  .md\:min-h-73 {
    min-height: 18.25rem !important; }
  .md\:min-h-74 {
    min-height: 18.5rem !important; }
  .md\:min-h-75 {
    min-height: 18.75rem !important; }
  .md\:min-h-76 {
    min-height: 19rem !important; }
  .md\:min-h-77 {
    min-height: 19.25rem !important; }
  .md\:min-h-78 {
    min-height: 19.5rem !important; }
  .md\:min-h-79 {
    min-height: 19.75rem !important; }
  .md\:min-h-80 {
    min-height: 20rem !important; }
  .md\:min-h-84 {
    min-height: 21rem !important; }
  .md\:min-h-88 {
    min-height: 22rem !important; }
  .md\:min-h-92 {
    min-height: 23rem !important; }
  .md\:min-h-96 {
    min-height: 24rem !important; }
  .md\:min-h-100 {
    min-height: 25rem !important; }
  .md\:min-h-104 {
    min-height: 26rem !important; }
  .md\:min-h-108 {
    min-height: 27rem !important; }
  .md\:min-h-112 {
    min-height: 28rem !important; }
  .md\:min-h-116 {
    min-height: 29rem !important; }
  .md\:min-h-120 {
    min-height: 30rem !important; }
  .md\:min-h-124 {
    min-height: 31rem !important; }
  .md\:min-h-128 {
    min-height: 32rem !important; }
  .md\:min-h-132 {
    min-height: 33rem !important; }
  .md\:min-h-136 {
    min-height: 34rem !important; }
  .md\:min-h-140 {
    min-height: 35rem !important; }
  .md\:min-h-144 {
    min-height: 36rem !important; }
  .md\:min-h-148 {
    min-height: 37rem !important; }
  .md\:min-h-152 {
    min-height: 38rem !important; }
  .md\:min-h-156 {
    min-height: 39rem !important; }
  .md\:min-h-160 {
    min-height: 40rem !important; }
  .md\:min-h-164 {
    min-height: 41rem !important; }
  .md\:min-h-168 {
    min-height: 42rem !important; }
  .md\:min-h-172 {
    min-height: 43rem !important; }
  .md\:min-h-176 {
    min-height: 44rem !important; }
  .md\:min-h-180 {
    min-height: 45rem !important; }
  .md\:min-h-184 {
    min-height: 46rem !important; }
  .md\:min-h-188 {
    min-height: 47rem !important; }
  .md\:min-h-192 {
    min-height: 48rem !important; }
  .md\:min-h-196 {
    min-height: 49rem !important; }
  .md\:min-h-200 {
    min-height: 50rem !important; }
  .md\:min-h-px {
    min-height: 1px !important; }
  .md\:min-h-2px {
    min-height: 2px !important; }
  .md\:min-h-1\/2 {
    min-height: 50% !important; }
  .md\:min-h-2\/2 {
    min-height: 100% !important; }
  .md\:min-h-1\/3 {
    min-height: 33.333333% !important; }
  .md\:min-h-2\/3 {
    min-height: 66.666667% !important; }
  .md\:min-h-3\/3 {
    min-height: 100% !important; }
  .md\:min-h-1\/4 {
    min-height: 25% !important; }
  .md\:min-h-2\/4 {
    min-height: 50% !important; }
  .md\:min-h-3\/4 {
    min-height: 75% !important; }
  .md\:min-h-4\/4 {
    min-height: 100% !important; }
  .md\:min-h-1\/5 {
    min-height: 20% !important; }
  .md\:min-h-2\/5 {
    min-height: 40% !important; }
  .md\:min-h-3\/5 {
    min-height: 60% !important; }
  .md\:min-h-4\/5 {
    min-height: 80% !important; }
  .md\:min-h-5\/5 {
    min-height: 100% !important; }
  .md\:min-h-1\/6 {
    min-height: 16.666667% !important; }
  .md\:min-h-2\/6 {
    min-height: 33.333333% !important; }
  .md\:min-h-3\/6 {
    min-height: 50% !important; }
  .md\:min-h-4\/6 {
    min-height: 66.666667% !important; }
  .md\:min-h-5\/6 {
    min-height: 83.333333% !important; }
  .md\:min-h-6\/6 {
    min-height: 100% !important; }
  .md\:min-h-1\/10 {
    min-height: 10% !important; }
  .md\:min-h-2\/10 {
    min-height: 20% !important; }
  .md\:min-h-3\/10 {
    min-height: 30% !important; }
  .md\:min-h-4\/10 {
    min-height: 40% !important; }
  .md\:min-h-5\/10 {
    min-height: 50% !important; }
  .md\:min-h-6\/10 {
    min-height: 60% !important; }
  .md\:min-h-7\/10 {
    min-height: 70% !important; }
  .md\:min-h-8\/10 {
    min-height: 80% !important; }
  .md\:min-h-9\/10 {
    min-height: 90% !important; }
  .md\:min-h-10\/10 {
    min-height: 100% !important; }
  .md\:min-h-1\/12 {
    min-height: 8.333333% !important; }
  .md\:min-h-2\/12 {
    min-height: 16.666667% !important; }
  .md\:min-h-3\/12 {
    min-height: 25% !important; }
  .md\:min-h-4\/12 {
    min-height: 33.333333% !important; }
  .md\:min-h-5\/12 {
    min-height: 41.666667% !important; }
  .md\:min-h-6\/12 {
    min-height: 50% !important; }
  .md\:min-h-7\/12 {
    min-height: 58.333333% !important; }
  .md\:min-h-8\/12 {
    min-height: 66.666667% !important; }
  .md\:min-h-9\/12 {
    min-height: 75% !important; }
  .md\:min-h-10\/12 {
    min-height: 83.333333% !important; }
  .md\:min-h-11\/12 {
    min-height: 91.666667% !important; }
  .md\:min-h-12\/12 {
    min-height: 100% !important; }
  .md\:min-h-xs {
    min-height: 20rem !important; }
  .md\:min-h-sm {
    min-height: 24rem !important; }
  .md\:min-h-md {
    min-height: 28rem !important; }
  .md\:min-h-lg {
    min-height: 32rem !important; }
  .md\:min-h-xl {
    min-height: 36rem !important; }
  .md\:min-h-2xl {
    min-height: 42rem !important; }
  .md\:min-h-3xl {
    min-height: 48rem !important; }
  .md\:min-h-4xl {
    min-height: 56rem !important; }
  .md\:min-h-5xl {
    min-height: 64rem !important; }
  .md\:min-h-6xl {
    min-height: 72rem !important; }
  .md\:min-h-7xl {
    min-height: 80rem !important; }
  .md\:min-h-full {
    min-height: 100% !important; }
  .md\:min-h-screenw {
    min-height: 100vw !important; }
  .md\:min-h-screenh {
    min-height: 100vh !important; }
  .md\:min-w-0 {
    min-width: 0rem !important; }
  .md\:min-w-1 {
    min-width: 0.25rem !important; }
  .md\:min-w-2 {
    min-width: 0.5rem !important; }
  .md\:min-w-3 {
    min-width: 0.75rem !important; }
  .md\:min-w-4 {
    min-width: 1rem !important; }
  .md\:min-w-5 {
    min-width: 1.25rem !important; }
  .md\:min-w-6 {
    min-width: 1.5rem !important; }
  .md\:min-w-7 {
    min-width: 1.75rem !important; }
  .md\:min-w-8 {
    min-width: 2rem !important; }
  .md\:min-w-9 {
    min-width: 2.25rem !important; }
  .md\:min-w-10 {
    min-width: 2.5rem !important; }
  .md\:min-w-11 {
    min-width: 2.75rem !important; }
  .md\:min-w-12 {
    min-width: 3rem !important; }
  .md\:min-w-13 {
    min-width: 3.25rem !important; }
  .md\:min-w-14 {
    min-width: 3.5rem !important; }
  .md\:min-w-15 {
    min-width: 3.75rem !important; }
  .md\:min-w-16 {
    min-width: 4rem !important; }
  .md\:min-w-17 {
    min-width: 4.25rem !important; }
  .md\:min-w-18 {
    min-width: 4.5rem !important; }
  .md\:min-w-19 {
    min-width: 4.75rem !important; }
  .md\:min-w-20 {
    min-width: 5rem !important; }
  .md\:min-w-21 {
    min-width: 5.25rem !important; }
  .md\:min-w-22 {
    min-width: 5.5rem !important; }
  .md\:min-w-23 {
    min-width: 5.75rem !important; }
  .md\:min-w-24 {
    min-width: 6rem !important; }
  .md\:min-w-25 {
    min-width: 6.25rem !important; }
  .md\:min-w-26 {
    min-width: 6.5rem !important; }
  .md\:min-w-27 {
    min-width: 6.75rem !important; }
  .md\:min-w-28 {
    min-width: 7rem !important; }
  .md\:min-w-29 {
    min-width: 7.25rem !important; }
  .md\:min-w-30 {
    min-width: 7.5rem !important; }
  .md\:min-w-31 {
    min-width: 7.75rem !important; }
  .md\:min-w-32 {
    min-width: 8rem !important; }
  .md\:min-w-33 {
    min-width: 8.25rem !important; }
  .md\:min-w-34 {
    min-width: 8.5rem !important; }
  .md\:min-w-35 {
    min-width: 8.75rem !important; }
  .md\:min-w-36 {
    min-width: 9rem !important; }
  .md\:min-w-37 {
    min-width: 9.25rem !important; }
  .md\:min-w-38 {
    min-width: 9.5rem !important; }
  .md\:min-w-39 {
    min-width: 9.75rem !important; }
  .md\:min-w-40 {
    min-width: 10rem !important; }
  .md\:min-w-41 {
    min-width: 10.25rem !important; }
  .md\:min-w-42 {
    min-width: 10.5rem !important; }
  .md\:min-w-43 {
    min-width: 10.75rem !important; }
  .md\:min-w-44 {
    min-width: 11rem !important; }
  .md\:min-w-45 {
    min-width: 11.25rem !important; }
  .md\:min-w-46 {
    min-width: 11.5rem !important; }
  .md\:min-w-47 {
    min-width: 11.75rem !important; }
  .md\:min-w-48 {
    min-width: 12rem !important; }
  .md\:min-w-49 {
    min-width: 12.25rem !important; }
  .md\:min-w-50 {
    min-width: 12.5rem !important; }
  .md\:min-w-51 {
    min-width: 12.75rem !important; }
  .md\:min-w-52 {
    min-width: 13rem !important; }
  .md\:min-w-53 {
    min-width: 13.25rem !important; }
  .md\:min-w-54 {
    min-width: 13.5rem !important; }
  .md\:min-w-55 {
    min-width: 13.75rem !important; }
  .md\:min-w-56 {
    min-width: 14rem !important; }
  .md\:min-w-57 {
    min-width: 14.25rem !important; }
  .md\:min-w-58 {
    min-width: 14.5rem !important; }
  .md\:min-w-59 {
    min-width: 14.75rem !important; }
  .md\:min-w-60 {
    min-width: 15rem !important; }
  .md\:min-w-61 {
    min-width: 15.25rem !important; }
  .md\:min-w-62 {
    min-width: 15.5rem !important; }
  .md\:min-w-63 {
    min-width: 15.75rem !important; }
  .md\:min-w-64 {
    min-width: 16rem !important; }
  .md\:min-w-65 {
    min-width: 16.25rem !important; }
  .md\:min-w-66 {
    min-width: 16.5rem !important; }
  .md\:min-w-67 {
    min-width: 16.75rem !important; }
  .md\:min-w-68 {
    min-width: 17rem !important; }
  .md\:min-w-69 {
    min-width: 17.25rem !important; }
  .md\:min-w-70 {
    min-width: 17.5rem !important; }
  .md\:min-w-71 {
    min-width: 17.75rem !important; }
  .md\:min-w-72 {
    min-width: 18rem !important; }
  .md\:min-w-73 {
    min-width: 18.25rem !important; }
  .md\:min-w-74 {
    min-width: 18.5rem !important; }
  .md\:min-w-75 {
    min-width: 18.75rem !important; }
  .md\:min-w-76 {
    min-width: 19rem !important; }
  .md\:min-w-77 {
    min-width: 19.25rem !important; }
  .md\:min-w-78 {
    min-width: 19.5rem !important; }
  .md\:min-w-79 {
    min-width: 19.75rem !important; }
  .md\:min-w-80 {
    min-width: 20rem !important; }
  .md\:min-w-84 {
    min-width: 21rem !important; }
  .md\:min-w-88 {
    min-width: 22rem !important; }
  .md\:min-w-92 {
    min-width: 23rem !important; }
  .md\:min-w-96 {
    min-width: 24rem !important; }
  .md\:min-w-100 {
    min-width: 25rem !important; }
  .md\:min-w-104 {
    min-width: 26rem !important; }
  .md\:min-w-108 {
    min-width: 27rem !important; }
  .md\:min-w-112 {
    min-width: 28rem !important; }
  .md\:min-w-116 {
    min-width: 29rem !important; }
  .md\:min-w-120 {
    min-width: 30rem !important; }
  .md\:min-w-124 {
    min-width: 31rem !important; }
  .md\:min-w-128 {
    min-width: 32rem !important; }
  .md\:min-w-132 {
    min-width: 33rem !important; }
  .md\:min-w-136 {
    min-width: 34rem !important; }
  .md\:min-w-140 {
    min-width: 35rem !important; }
  .md\:min-w-144 {
    min-width: 36rem !important; }
  .md\:min-w-148 {
    min-width: 37rem !important; }
  .md\:min-w-152 {
    min-width: 38rem !important; }
  .md\:min-w-156 {
    min-width: 39rem !important; }
  .md\:min-w-160 {
    min-width: 40rem !important; }
  .md\:min-w-164 {
    min-width: 41rem !important; }
  .md\:min-w-168 {
    min-width: 42rem !important; }
  .md\:min-w-172 {
    min-width: 43rem !important; }
  .md\:min-w-176 {
    min-width: 44rem !important; }
  .md\:min-w-180 {
    min-width: 45rem !important; }
  .md\:min-w-184 {
    min-width: 46rem !important; }
  .md\:min-w-188 {
    min-width: 47rem !important; }
  .md\:min-w-192 {
    min-width: 48rem !important; }
  .md\:min-w-196 {
    min-width: 49rem !important; }
  .md\:min-w-200 {
    min-width: 50rem !important; }
  .md\:min-w-px {
    min-width: 1px !important; }
  .md\:min-w-2px {
    min-width: 2px !important; }
  .md\:min-w-1\/2 {
    min-width: 50% !important; }
  .md\:min-w-2\/2 {
    min-width: 100% !important; }
  .md\:min-w-1\/3 {
    min-width: 33.333333% !important; }
  .md\:min-w-2\/3 {
    min-width: 66.666667% !important; }
  .md\:min-w-3\/3 {
    min-width: 100% !important; }
  .md\:min-w-1\/4 {
    min-width: 25% !important; }
  .md\:min-w-2\/4 {
    min-width: 50% !important; }
  .md\:min-w-3\/4 {
    min-width: 75% !important; }
  .md\:min-w-4\/4 {
    min-width: 100% !important; }
  .md\:min-w-1\/5 {
    min-width: 20% !important; }
  .md\:min-w-2\/5 {
    min-width: 40% !important; }
  .md\:min-w-3\/5 {
    min-width: 60% !important; }
  .md\:min-w-4\/5 {
    min-width: 80% !important; }
  .md\:min-w-5\/5 {
    min-width: 100% !important; }
  .md\:min-w-1\/6 {
    min-width: 16.666667% !important; }
  .md\:min-w-2\/6 {
    min-width: 33.333333% !important; }
  .md\:min-w-3\/6 {
    min-width: 50% !important; }
  .md\:min-w-4\/6 {
    min-width: 66.666667% !important; }
  .md\:min-w-5\/6 {
    min-width: 83.333333% !important; }
  .md\:min-w-6\/6 {
    min-width: 100% !important; }
  .md\:min-w-1\/10 {
    min-width: 10% !important; }
  .md\:min-w-2\/10 {
    min-width: 20% !important; }
  .md\:min-w-3\/10 {
    min-width: 30% !important; }
  .md\:min-w-4\/10 {
    min-width: 40% !important; }
  .md\:min-w-5\/10 {
    min-width: 50% !important; }
  .md\:min-w-6\/10 {
    min-width: 60% !important; }
  .md\:min-w-7\/10 {
    min-width: 70% !important; }
  .md\:min-w-8\/10 {
    min-width: 80% !important; }
  .md\:min-w-9\/10 {
    min-width: 90% !important; }
  .md\:min-w-10\/10 {
    min-width: 100% !important; }
  .md\:min-w-1\/12 {
    min-width: 8.333333% !important; }
  .md\:min-w-2\/12 {
    min-width: 16.666667% !important; }
  .md\:min-w-3\/12 {
    min-width: 25% !important; }
  .md\:min-w-4\/12 {
    min-width: 33.333333% !important; }
  .md\:min-w-5\/12 {
    min-width: 41.666667% !important; }
  .md\:min-w-6\/12 {
    min-width: 50% !important; }
  .md\:min-w-7\/12 {
    min-width: 58.333333% !important; }
  .md\:min-w-8\/12 {
    min-width: 66.666667% !important; }
  .md\:min-w-9\/12 {
    min-width: 75% !important; }
  .md\:min-w-10\/12 {
    min-width: 83.333333% !important; }
  .md\:min-w-11\/12 {
    min-width: 91.666667% !important; }
  .md\:min-w-12\/12 {
    min-width: 100% !important; }
  .md\:min-w-xs {
    min-width: 20rem !important; }
  .md\:min-w-sm {
    min-width: 24rem !important; }
  .md\:min-w-md {
    min-width: 28rem !important; }
  .md\:min-w-lg {
    min-width: 32rem !important; }
  .md\:min-w-xl {
    min-width: 36rem !important; }
  .md\:min-w-2xl {
    min-width: 42rem !important; }
  .md\:min-w-3xl {
    min-width: 48rem !important; }
  .md\:min-w-4xl {
    min-width: 56rem !important; }
  .md\:min-w-5xl {
    min-width: 64rem !important; }
  .md\:min-w-6xl {
    min-width: 72rem !important; }
  .md\:min-w-7xl {
    min-width: 80rem !important; }
  .md\:min-w-full {
    min-width: 100% !important; }
  .md\:min-w-screenw {
    min-width: 100vw !important; }
  .md\:min-w-screenh {
    min-width: 100vh !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-5 {
    opacity: 0.05 !important; }
  .md\:opacity-10 {
    opacity: 0.1 !important; }
  .md\:opacity-15 {
    opacity: 0.15 !important; }
  .md\:opacity-20 {
    opacity: 0.2 !important; }
  .md\:opacity-25 {
    opacity: 0.25 !important; }
  .md\:opacity-30 {
    opacity: 0.3 !important; }
  .md\:opacity-35 {
    opacity: 0.35 !important; }
  .md\:opacity-40 {
    opacity: 0.4 !important; }
  .md\:opacity-45 {
    opacity: 0.45 !important; }
  .md\:opacity-50 {
    opacity: 0.5 !important; }
  .md\:opacity-55 {
    opacity: 0.55 !important; }
  .md\:opacity-60 {
    opacity: 0.6 !important; }
  .md\:opacity-65 {
    opacity: 0.65 !important; }
  .md\:opacity-70 {
    opacity: 0.7 !important; }
  .md\:opacity-75 {
    opacity: 0.75 !important; }
  .md\:opacity-80 {
    opacity: 0.8 !important; }
  .md\:opacity-85 {
    opacity: 0.85 !important; }
  .md\:opacity-90 {
    opacity: 0.9 !important; }
  .md\:opacity-95 {
    opacity: 0.95 !important; }
  .md\:opacity-100 {
    opacity: 1 !important; }
  .md\:hover\:opacity-0:hover {
    opacity: 0 !important; }
  .md\:hover\:opacity-5:hover {
    opacity: 0.05 !important; }
  .md\:hover\:opacity-10:hover {
    opacity: 0.1 !important; }
  .md\:hover\:opacity-15:hover {
    opacity: 0.15 !important; }
  .md\:hover\:opacity-20:hover {
    opacity: 0.2 !important; }
  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important; }
  .md\:hover\:opacity-30:hover {
    opacity: 0.3 !important; }
  .md\:hover\:opacity-35:hover {
    opacity: 0.35 !important; }
  .md\:hover\:opacity-40:hover {
    opacity: 0.4 !important; }
  .md\:hover\:opacity-45:hover {
    opacity: 0.45 !important; }
  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important; }
  .md\:hover\:opacity-55:hover {
    opacity: 0.55 !important; }
  .md\:hover\:opacity-60:hover {
    opacity: 0.6 !important; }
  .md\:hover\:opacity-65:hover {
    opacity: 0.65 !important; }
  .md\:hover\:opacity-70:hover {
    opacity: 0.7 !important; }
  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important; }
  .md\:hover\:opacity-80:hover {
    opacity: 0.8 !important; }
  .md\:hover\:opacity-85:hover {
    opacity: 0.85 !important; }
  .md\:hover\:opacity-90:hover {
    opacity: 0.9 !important; }
  .md\:hover\:opacity-95:hover {
    opacity: 0.95 !important; }
  .md\:hover\:opacity-100:hover {
    opacity: 1 !important; }
  .md\:focus\:opacity-0:focus {
    opacity: 0 !important; }
  .md\:focus\:opacity-5:focus {
    opacity: 0.05 !important; }
  .md\:focus\:opacity-10:focus {
    opacity: 0.1 !important; }
  .md\:focus\:opacity-15:focus {
    opacity: 0.15 !important; }
  .md\:focus\:opacity-20:focus {
    opacity: 0.2 !important; }
  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important; }
  .md\:focus\:opacity-30:focus {
    opacity: 0.3 !important; }
  .md\:focus\:opacity-35:focus {
    opacity: 0.35 !important; }
  .md\:focus\:opacity-40:focus {
    opacity: 0.4 !important; }
  .md\:focus\:opacity-45:focus {
    opacity: 0.45 !important; }
  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important; }
  .md\:focus\:opacity-55:focus {
    opacity: 0.55 !important; }
  .md\:focus\:opacity-60:focus {
    opacity: 0.6 !important; }
  .md\:focus\:opacity-65:focus {
    opacity: 0.65 !important; }
  .md\:focus\:opacity-70:focus {
    opacity: 0.7 !important; }
  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important; }
  .md\:focus\:opacity-80:focus {
    opacity: 0.8 !important; }
  .md\:focus\:opacity-85:focus {
    opacity: 0.85 !important; }
  .md\:focus\:opacity-90:focus {
    opacity: 0.9 !important; }
  .md\:focus\:opacity-95:focus {
    opacity: 0.95 !important; }
  .md\:focus\:opacity-100:focus {
    opacity: 1 !important; }
  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0 !important; }
  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05 !important; }
  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1 !important; }
  .group:hover .md\:group-hover\:opacity-15 {
    opacity: 0.15 !important; }
  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2 !important; }
  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25 !important; }
  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3 !important; }
  .group:hover .md\:group-hover\:opacity-35 {
    opacity: 0.35 !important; }
  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4 !important; }
  .group:hover .md\:group-hover\:opacity-45 {
    opacity: 0.45 !important; }
  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5 !important; }
  .group:hover .md\:group-hover\:opacity-55 {
    opacity: 0.55 !important; }
  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6 !important; }
  .group:hover .md\:group-hover\:opacity-65 {
    opacity: 0.65 !important; }
  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7 !important; }
  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75 !important; }
  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8 !important; }
  .group:hover .md\:group-hover\:opacity-85 {
    opacity: 0.85 !important; }
  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9 !important; }
  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95 !important; }
  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1 !important; }
  .md\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important; }
  .md\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important; }
  .md\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important; }
  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important; }
  .md\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important; }
  .md\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !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 {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important; }
  .md\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important; }
  .md\:overscroll-none {
    -ms-scroll-chaining: none !important;
    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: 0rem !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-7 {
    padding: 1.75rem !important; }
  .md\:p-8 {
    padding: 2rem !important; }
  .md\:p-9 {
    padding: 2.25rem !important; }
  .md\:p-10 {
    padding: 2.5rem !important; }
  .md\:p-11 {
    padding: 2.75rem !important; }
  .md\:p-12 {
    padding: 3rem !important; }
  .md\:p-13 {
    padding: 3.25rem !important; }
  .md\:p-14 {
    padding: 3.5rem !important; }
  .md\:p-15 {
    padding: 3.75rem !important; }
  .md\:p-16 {
    padding: 4rem !important; }
  .md\:p-17 {
    padding: 4.25rem !important; }
  .md\:p-18 {
    padding: 4.5rem !important; }
  .md\:p-19 {
    padding: 4.75rem !important; }
  .md\:p-20 {
    padding: 5rem !important; }
  .md\:p-21 {
    padding: 5.25rem !important; }
  .md\:p-22 {
    padding: 5.5rem !important; }
  .md\:p-23 {
    padding: 5.75rem !important; }
  .md\:p-24 {
    padding: 6rem !important; }
  .md\:p-25 {
    padding: 6.25rem !important; }
  .md\:p-26 {
    padding: 6.5rem !important; }
  .md\:p-27 {
    padding: 6.75rem !important; }
  .md\:p-28 {
    padding: 7rem !important; }
  .md\:p-29 {
    padding: 7.25rem !important; }
  .md\:p-30 {
    padding: 7.5rem !important; }
  .md\:p-31 {
    padding: 7.75rem !important; }
  .md\:p-32 {
    padding: 8rem !important; }
  .md\:p-33 {
    padding: 8.25rem !important; }
  .md\:p-34 {
    padding: 8.5rem !important; }
  .md\:p-35 {
    padding: 8.75rem !important; }
  .md\:p-36 {
    padding: 9rem !important; }
  .md\:p-37 {
    padding: 9.25rem !important; }
  .md\:p-38 {
    padding: 9.5rem !important; }
  .md\:p-39 {
    padding: 9.75rem !important; }
  .md\:p-40 {
    padding: 10rem !important; }
  .md\:p-41 {
    padding: 10.25rem !important; }
  .md\:p-42 {
    padding: 10.5rem !important; }
  .md\:p-43 {
    padding: 10.75rem !important; }
  .md\:p-44 {
    padding: 11rem !important; }
  .md\:p-45 {
    padding: 11.25rem !important; }
  .md\:p-46 {
    padding: 11.5rem !important; }
  .md\:p-47 {
    padding: 11.75rem !important; }
  .md\:p-48 {
    padding: 12rem !important; }
  .md\:p-49 {
    padding: 12.25rem !important; }
  .md\:p-50 {
    padding: 12.5rem !important; }
  .md\:p-51 {
    padding: 12.75rem !important; }
  .md\:p-52 {
    padding: 13rem !important; }
  .md\:p-53 {
    padding: 13.25rem !important; }
  .md\:p-54 {
    padding: 13.5rem !important; }
  .md\:p-55 {
    padding: 13.75rem !important; }
  .md\:p-56 {
    padding: 14rem !important; }
  .md\:p-57 {
    padding: 14.25rem !important; }
  .md\:p-58 {
    padding: 14.5rem !important; }
  .md\:p-59 {
    padding: 14.75rem !important; }
  .md\:p-60 {
    padding: 15rem !important; }
  .md\:p-61 {
    padding: 15.25rem !important; }
  .md\:p-62 {
    padding: 15.5rem !important; }
  .md\:p-63 {
    padding: 15.75rem !important; }
  .md\:p-64 {
    padding: 16rem !important; }
  .md\:p-65 {
    padding: 16.25rem !important; }
  .md\:p-66 {
    padding: 16.5rem !important; }
  .md\:p-67 {
    padding: 16.75rem !important; }
  .md\:p-68 {
    padding: 17rem !important; }
  .md\:p-69 {
    padding: 17.25rem !important; }
  .md\:p-70 {
    padding: 17.5rem !important; }
  .md\:p-71 {
    padding: 17.75rem !important; }
  .md\:p-72 {
    padding: 18rem !important; }
  .md\:p-73 {
    padding: 18.25rem !important; }
  .md\:p-74 {
    padding: 18.5rem !important; }
  .md\:p-75 {
    padding: 18.75rem !important; }
  .md\:p-76 {
    padding: 19rem !important; }
  .md\:p-77 {
    padding: 19.25rem !important; }
  .md\:p-78 {
    padding: 19.5rem !important; }
  .md\:p-79 {
    padding: 19.75rem !important; }
  .md\:p-80 {
    padding: 20rem !important; }
  .md\:p-84 {
    padding: 21rem !important; }
  .md\:p-88 {
    padding: 22rem !important; }
  .md\:p-92 {
    padding: 23rem !important; }
  .md\:p-96 {
    padding: 24rem !important; }
  .md\:p-100 {
    padding: 25rem !important; }
  .md\:p-104 {
    padding: 26rem !important; }
  .md\:p-108 {
    padding: 27rem !important; }
  .md\:p-112 {
    padding: 28rem !important; }
  .md\:p-116 {
    padding: 29rem !important; }
  .md\:p-120 {
    padding: 30rem !important; }
  .md\:p-124 {
    padding: 31rem !important; }
  .md\:p-128 {
    padding: 32rem !important; }
  .md\:p-132 {
    padding: 33rem !important; }
  .md\:p-136 {
    padding: 34rem !important; }
  .md\:p-140 {
    padding: 35rem !important; }
  .md\:p-144 {
    padding: 36rem !important; }
  .md\:p-148 {
    padding: 37rem !important; }
  .md\:p-152 {
    padding: 38rem !important; }
  .md\:p-156 {
    padding: 39rem !important; }
  .md\:p-160 {
    padding: 40rem !important; }
  .md\:p-164 {
    padding: 41rem !important; }
  .md\:p-168 {
    padding: 42rem !important; }
  .md\:p-172 {
    padding: 43rem !important; }
  .md\:p-176 {
    padding: 44rem !important; }
  .md\:p-180 {
    padding: 45rem !important; }
  .md\:p-184 {
    padding: 46rem !important; }
  .md\:p-188 {
    padding: 47rem !important; }
  .md\:p-192 {
    padding: 48rem !important; }
  .md\:p-196 {
    padding: 49rem !important; }
  .md\:p-200 {
    padding: 50rem !important; }
  .md\:p-px {
    padding: 1px !important; }
  .md\:p-2px {
    padding: 2px !important; }
  .md\:p-1\/2 {
    padding: 50% !important; }
  .md\:p-2\/2 {
    padding: 100% !important; }
  .md\:p-1\/3 {
    padding: 33.333333% !important; }
  .md\:p-2\/3 {
    padding: 66.666667% !important; }
  .md\:p-3\/3 {
    padding: 100% !important; }
  .md\:p-1\/4 {
    padding: 25% !important; }
  .md\:p-2\/4 {
    padding: 50% !important; }
  .md\:p-3\/4 {
    padding: 75% !important; }
  .md\:p-4\/4 {
    padding: 100% !important; }
  .md\:p-1\/5 {
    padding: 20% !important; }
  .md\:p-2\/5 {
    padding: 40% !important; }
  .md\:p-3\/5 {
    padding: 60% !important; }
  .md\:p-4\/5 {
    padding: 80% !important; }
  .md\:p-5\/5 {
    padding: 100% !important; }
  .md\:p-1\/6 {
    padding: 16.666667% !important; }
  .md\:p-2\/6 {
    padding: 33.333333% !important; }
  .md\:p-3\/6 {
    padding: 50% !important; }
  .md\:p-4\/6 {
    padding: 66.666667% !important; }
  .md\:p-5\/6 {
    padding: 83.333333% !important; }
  .md\:p-6\/6 {
    padding: 100% !important; }
  .md\:p-1\/10 {
    padding: 10% !important; }
  .md\:p-2\/10 {
    padding: 20% !important; }
  .md\:p-3\/10 {
    padding: 30% !important; }
  .md\:p-4\/10 {
    padding: 40% !important; }
  .md\:p-5\/10 {
    padding: 50% !important; }
  .md\:p-6\/10 {
    padding: 60% !important; }
  .md\:p-7\/10 {
    padding: 70% !important; }
  .md\:p-8\/10 {
    padding: 80% !important; }
  .md\:p-9\/10 {
    padding: 90% !important; }
  .md\:p-10\/10 {
    padding: 100% !important; }
  .md\:p-1\/12 {
    padding: 8.333333% !important; }
  .md\:p-2\/12 {
    padding: 16.666667% !important; }
  .md\:p-3\/12 {
    padding: 25% !important; }
  .md\:p-4\/12 {
    padding: 33.333333% !important; }
  .md\:p-5\/12 {
    padding: 41.666667% !important; }
  .md\:p-6\/12 {
    padding: 50% !important; }
  .md\:p-7\/12 {
    padding: 58.333333% !important; }
  .md\:p-8\/12 {
    padding: 66.666667% !important; }
  .md\:p-9\/12 {
    padding: 75% !important; }
  .md\:p-10\/12 {
    padding: 83.333333% !important; }
  .md\:p-11\/12 {
    padding: 91.666667% !important; }
  .md\:p-12\/12 {
    padding: 100% !important; }
  .md\:p-xs {
    padding: 20rem !important; }
  .md\:p-sm {
    padding: 24rem !important; }
  .md\:p-md {
    padding: 28rem !important; }
  .md\:p-lg {
    padding: 32rem !important; }
  .md\:p-xl {
    padding: 36rem !important; }
  .md\:p-2xl {
    padding: 42rem !important; }
  .md\:p-3xl {
    padding: 48rem !important; }
  .md\:p-4xl {
    padding: 56rem !important; }
  .md\:p-5xl {
    padding: 64rem !important; }
  .md\:p-6xl {
    padding: 72rem !important; }
  .md\:p-7xl {
    padding: 80rem !important; }
  .md\:p-full {
    padding: 100% !important; }
  .md\:p-screenw {
    padding: 100vw !important; }
  .md\:p-screenh {
    padding: 100vh !important; }
  .md\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }
  .md\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !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-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .md\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !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-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important; }
  .md\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important; }
  .md\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !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-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .md\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important; }
  .md\:px-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important; }
  .md\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .md\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .md\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .md\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !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-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important; }
  .md\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !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-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important; }
  .md\:px-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !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-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .md\:px-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; }
  .md\:py-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important; }
  .md\:px-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important; }
  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .md\:py-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important; }
  .md\:px-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.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-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important; }
  .md\:px-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !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-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important; }
  .md\:px-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important; }
  .md\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; }
  .md\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; }
  .md\:py-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important; }
  .md\:px-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important; }
  .md\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .md\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; }
  .md\:py-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important; }
  .md\:px-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important; }
  .md\:py-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; }
  .md\:px-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; }
  .md\:py-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important; }
  .md\:px-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !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-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important; }
  .md\:px-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important; }
  .md\:py-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important; }
  .md\:px-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; }
  .md\:py-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important; }
  .md\:px-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important; }
  .md\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important; }
  .md\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; }
  .md\:py-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important; }
  .md\:px-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important; }
  .md\:py-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important; }
  .md\:px-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; }
  .md\:py-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important; }
  .md\:px-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !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-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important; }
  .md\:px-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important; }
  .md\:py-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  .md\:px-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; }
  .md\:py-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important; }
  .md\:px-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important; }
  .md\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important; }
  .md\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; }
  .md\:py-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important; }
  .md\:px-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important; }
  .md\:py-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important; }
  .md\:px-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; }
  .md\:py-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important; }
  .md\:px-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !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-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important; }
  .md\:px-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important; }
  .md\:py-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important; }
  .md\:px-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; }
  .md\:py-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important; }
  .md\:px-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important; }
  .md\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  .md\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }
  .md\:py-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important; }
  .md\:px-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important; }
  .md\:py-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important; }
  .md\:px-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; }
  .md\:py-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important; }
  .md\:px-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !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-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important; }
  .md\:px-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important; }
  .md\:py-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important; }
  .md\:px-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; }
  .md\:py-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important; }
  .md\:px-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important; }
  .md\:py-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important; }
  .md\:px-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; }
  .md\:py-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important; }
  .md\:px-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important; }
  .md\:py-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important; }
  .md\:px-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; }
  .md\:py-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important; }
  .md\:px-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important; }
  .md\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .md\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; }
  .md\:py-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important; }
  .md\:px-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important; }
  .md\:py-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important; }
  .md\:px-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; }
  .md\:py-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important; }
  .md\:px-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important; }
  .md\:py-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important; }
  .md\:px-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; }
  .md\:py-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important; }
  .md\:px-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important; }
  .md\:py-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important; }
  .md\:px-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; }
  .md\:py-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important; }
  .md\:px-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important; }
  .md\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .md\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; }
  .md\:py-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important; }
  .md\:px-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important; }
  .md\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important; }
  .md\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important; }
  .md\:py-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important; }
  .md\:px-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important; }
  .md\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important; }
  .md\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important; }
  .md\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important; }
  .md\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important; }
  .md\:py-104 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important; }
  .md\:px-104 {
    padding-left: 26rem !important;
    padding-right: 26rem !important; }
  .md\:py-108 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important; }
  .md\:px-108 {
    padding-left: 27rem !important;
    padding-right: 27rem !important; }
  .md\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important; }
  .md\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important; }
  .md\:py-116 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important; }
  .md\:px-116 {
    padding-left: 29rem !important;
    padding-right: 29rem !important; }
  .md\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important; }
  .md\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important; }
  .md\:py-124 {
    padding-top: 31rem !important;
    padding-bottom: 31rem !important; }
  .md\:px-124 {
    padding-left: 31rem !important;
    padding-right: 31rem !important; }
  .md\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important; }
  .md\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important; }
  .md\:py-132 {
    padding-top: 33rem !important;
    padding-bottom: 33rem !important; }
  .md\:px-132 {
    padding-left: 33rem !important;
    padding-right: 33rem !important; }
  .md\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important; }
  .md\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important; }
  .md\:py-140 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important; }
  .md\:px-140 {
    padding-left: 35rem !important;
    padding-right: 35rem !important; }
  .md\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important; }
  .md\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important; }
  .md\:py-148 {
    padding-top: 37rem !important;
    padding-bottom: 37rem !important; }
  .md\:px-148 {
    padding-left: 37rem !important;
    padding-right: 37rem !important; }
  .md\:py-152 {
    padding-top: 38rem !important;
    padding-bottom: 38rem !important; }
  .md\:px-152 {
    padding-left: 38rem !important;
    padding-right: 38rem !important; }
  .md\:py-156 {
    padding-top: 39rem !important;
    padding-bottom: 39rem !important; }
  .md\:px-156 {
    padding-left: 39rem !important;
    padding-right: 39rem !important; }
  .md\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important; }
  .md\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important; }
  .md\:py-164 {
    padding-top: 41rem !important;
    padding-bottom: 41rem !important; }
  .md\:px-164 {
    padding-left: 41rem !important;
    padding-right: 41rem !important; }
  .md\:py-168 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important; }
  .md\:px-168 {
    padding-left: 42rem !important;
    padding-right: 42rem !important; }
  .md\:py-172 {
    padding-top: 43rem !important;
    padding-bottom: 43rem !important; }
  .md\:px-172 {
    padding-left: 43rem !important;
    padding-right: 43rem !important; }
  .md\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important; }
  .md\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important; }
  .md\:py-180 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important; }
  .md\:px-180 {
    padding-left: 45rem !important;
    padding-right: 45rem !important; }
  .md\:py-184 {
    padding-top: 46rem !important;
    padding-bottom: 46rem !important; }
  .md\:px-184 {
    padding-left: 46rem !important;
    padding-right: 46rem !important; }
  .md\:py-188 {
    padding-top: 47rem !important;
    padding-bottom: 47rem !important; }
  .md\:px-188 {
    padding-left: 47rem !important;
    padding-right: 47rem !important; }
  .md\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important; }
  .md\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important; }
  .md\:py-196 {
    padding-top: 49rem !important;
    padding-bottom: 49rem !important; }
  .md\:px-196 {
    padding-left: 49rem !important;
    padding-right: 49rem !important; }
  .md\:py-200 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important; }
  .md\:px-200 {
    padding-left: 50rem !important;
    padding-right: 50rem !important; }
  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important; }
  .md\:py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  .md\:px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  .md\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .md\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .md\:py-2\/2 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .md\:px-2\/2 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .md\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .md\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .md\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .md\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .md\:py-3\/3 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .md\:px-3\/3 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .md\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important; }
  .md\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important; }
  .md\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .md\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .md\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important; }
  .md\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important; }
  .md\:py-4\/4 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .md\:px-4\/4 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .md\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important; }
  .md\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .md\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important; }
  .md\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important; }
  .md\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important; }
  .md\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important; }
  .md\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important; }
  .md\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important; }
  .md\:py-5\/5 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .md\:px-5\/5 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .md\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important; }
  .md\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important; }
  .md\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .md\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .md\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .md\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .md\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .md\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .md\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important; }
  .md\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important; }
  .md\:py-6\/6 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .md\:px-6\/6 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .md\:py-1\/10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important; }
  .md\:px-1\/10 {
    padding-left: 10% !important;
    padding-right: 10% !important; }
  .md\:py-2\/10 {
    padding-top: 20% !important;
    padding-bottom: 20% !important; }
  .md\:px-2\/10 {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .md\:py-3\/10 {
    padding-top: 30% !important;
    padding-bottom: 30% !important; }
  .md\:px-3\/10 {
    padding-left: 30% !important;
    padding-right: 30% !important; }
  .md\:py-4\/10 {
    padding-top: 40% !important;
    padding-bottom: 40% !important; }
  .md\:px-4\/10 {
    padding-left: 40% !important;
    padding-right: 40% !important; }
  .md\:py-5\/10 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .md\:px-5\/10 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .md\:py-6\/10 {
    padding-top: 60% !important;
    padding-bottom: 60% !important; }
  .md\:px-6\/10 {
    padding-left: 60% !important;
    padding-right: 60% !important; }
  .md\:py-7\/10 {
    padding-top: 70% !important;
    padding-bottom: 70% !important; }
  .md\:px-7\/10 {
    padding-left: 70% !important;
    padding-right: 70% !important; }
  .md\:py-8\/10 {
    padding-top: 80% !important;
    padding-bottom: 80% !important; }
  .md\:px-8\/10 {
    padding-left: 80% !important;
    padding-right: 80% !important; }
  .md\:py-9\/10 {
    padding-top: 90% !important;
    padding-bottom: 90% !important; }
  .md\:px-9\/10 {
    padding-left: 90% !important;
    padding-right: 90% !important; }
  .md\:py-10\/10 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .md\:px-10\/10 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .md\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important; }
  .md\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important; }
  .md\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important; }
  .md\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important; }
  .md\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important; }
  .md\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important; }
  .md\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .md\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .md\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important; }
  .md\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important; }
  .md\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .md\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .md\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important; }
  .md\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important; }
  .md\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .md\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .md\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important; }
  .md\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important; }
  .md\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important; }
  .md\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important; }
  .md\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important; }
  .md\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important; }
  .md\:py-12\/12 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .md\:px-12\/12 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .md\:py-xs {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .md\:px-xs {
    padding-left: 20rem !important;
    padding-right: 20rem !important; }
  .md\:py-sm {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important; }
  .md\:px-sm {
    padding-left: 24rem !important;
    padding-right: 24rem !important; }
  .md\:py-md {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important; }
  .md\:px-md {
    padding-left: 28rem !important;
    padding-right: 28rem !important; }
  .md\:py-lg {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important; }
  .md\:px-lg {
    padding-left: 32rem !important;
    padding-right: 32rem !important; }
  .md\:py-xl {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important; }
  .md\:px-xl {
    padding-left: 36rem !important;
    padding-right: 36rem !important; }
  .md\:py-2xl {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important; }
  .md\:px-2xl {
    padding-left: 42rem !important;
    padding-right: 42rem !important; }
  .md\:py-3xl {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important; }
  .md\:px-3xl {
    padding-left: 48rem !important;
    padding-right: 48rem !important; }
  .md\:py-4xl {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important; }
  .md\:px-4xl {
    padding-left: 56rem !important;
    padding-right: 56rem !important; }
  .md\:py-5xl {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important; }
  .md\:px-5xl {
    padding-left: 64rem !important;
    padding-right: 64rem !important; }
  .md\:py-6xl {
    padding-top: 72rem !important;
    padding-bottom: 72rem !important; }
  .md\:px-6xl {
    padding-left: 72rem !important;
    padding-right: 72rem !important; }
  .md\:py-7xl {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important; }
  .md\:px-7xl {
    padding-left: 80rem !important;
    padding-right: 80rem !important; }
  .md\:py-full {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .md\:px-full {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .md\:py-screenw {
    padding-top: 100vw !important;
    padding-bottom: 100vw !important; }
  .md\:px-screenw {
    padding-left: 100vw !important;
    padding-right: 100vw !important; }
  .md\:py-screenh {
    padding-top: 100vh !important;
    padding-bottom: 100vh !important; }
  .md\:px-screenh {
    padding-left: 100vh !important;
    padding-right: 100vh !important; }
  .md\:pt-0 {
    padding-top: 0rem !important; }
  .md\:pr-0 {
    padding-right: 0rem !important; }
  .md\:pb-0 {
    padding-bottom: 0rem !important; }
  .md\:pl-0 {
    padding-left: 0rem !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-7 {
    padding-top: 1.75rem !important; }
  .md\:pr-7 {
    padding-right: 1.75rem !important; }
  .md\:pb-7 {
    padding-bottom: 1.75rem !important; }
  .md\:pl-7 {
    padding-left: 1.75rem !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-11 {
    padding-top: 2.75rem !important; }
  .md\:pr-11 {
    padding-right: 2.75rem !important; }
  .md\:pb-11 {
    padding-bottom: 2.75rem !important; }
  .md\:pl-11 {
    padding-left: 2.75rem !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-13 {
    padding-top: 3.25rem !important; }
  .md\:pr-13 {
    padding-right: 3.25rem !important; }
  .md\:pb-13 {
    padding-bottom: 3.25rem !important; }
  .md\:pl-13 {
    padding-left: 3.25rem !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-15 {
    padding-top: 3.75rem !important; }
  .md\:pr-15 {
    padding-right: 3.75rem !important; }
  .md\:pb-15 {
    padding-bottom: 3.75rem !important; }
  .md\:pl-15 {
    padding-left: 3.75rem !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-17 {
    padding-top: 4.25rem !important; }
  .md\:pr-17 {
    padding-right: 4.25rem !important; }
  .md\:pb-17 {
    padding-bottom: 4.25rem !important; }
  .md\:pl-17 {
    padding-left: 4.25rem !important; }
  .md\:pt-18 {
    padding-top: 4.5rem !important; }
  .md\:pr-18 {
    padding-right: 4.5rem !important; }
  .md\:pb-18 {
    padding-bottom: 4.5rem !important; }
  .md\:pl-18 {
    padding-left: 4.5rem !important; }
  .md\:pt-19 {
    padding-top: 4.75rem !important; }
  .md\:pr-19 {
    padding-right: 4.75rem !important; }
  .md\:pb-19 {
    padding-bottom: 4.75rem !important; }
  .md\:pl-19 {
    padding-left: 4.75rem !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-21 {
    padding-top: 5.25rem !important; }
  .md\:pr-21 {
    padding-right: 5.25rem !important; }
  .md\:pb-21 {
    padding-bottom: 5.25rem !important; }
  .md\:pl-21 {
    padding-left: 5.25rem !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-23 {
    padding-top: 5.75rem !important; }
  .md\:pr-23 {
    padding-right: 5.75rem !important; }
  .md\:pb-23 {
    padding-bottom: 5.75rem !important; }
  .md\:pl-23 {
    padding-left: 5.75rem !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-26 {
    padding-top: 6.5rem !important; }
  .md\:pr-26 {
    padding-right: 6.5rem !important; }
  .md\:pb-26 {
    padding-bottom: 6.5rem !important; }
  .md\:pl-26 {
    padding-left: 6.5rem !important; }
  .md\:pt-27 {
    padding-top: 6.75rem !important; }
  .md\:pr-27 {
    padding-right: 6.75rem !important; }
  .md\:pb-27 {
    padding-bottom: 6.75rem !important; }
  .md\:pl-27 {
    padding-left: 6.75rem !important; }
  .md\:pt-28 {
    padding-top: 7rem !important; }
  .md\:pr-28 {
    padding-right: 7rem !important; }
  .md\:pb-28 {
    padding-bottom: 7rem !important; }
  .md\:pl-28 {
    padding-left: 7rem !important; }
  .md\:pt-29 {
    padding-top: 7.25rem !important; }
  .md\:pr-29 {
    padding-right: 7.25rem !important; }
  .md\:pb-29 {
    padding-bottom: 7.25rem !important; }
  .md\:pl-29 {
    padding-left: 7.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-31 {
    padding-top: 7.75rem !important; }
  .md\:pr-31 {
    padding-right: 7.75rem !important; }
  .md\:pb-31 {
    padding-bottom: 7.75rem !important; }
  .md\:pl-31 {
    padding-left: 7.75rem !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-33 {
    padding-top: 8.25rem !important; }
  .md\:pr-33 {
    padding-right: 8.25rem !important; }
  .md\:pb-33 {
    padding-bottom: 8.25rem !important; }
  .md\:pl-33 {
    padding-left: 8.25rem !important; }
  .md\:pt-34 {
    padding-top: 8.5rem !important; }
  .md\:pr-34 {
    padding-right: 8.5rem !important; }
  .md\:pb-34 {
    padding-bottom: 8.5rem !important; }
  .md\:pl-34 {
    padding-left: 8.5rem !important; }
  .md\:pt-35 {
    padding-top: 8.75rem !important; }
  .md\:pr-35 {
    padding-right: 8.75rem !important; }
  .md\:pb-35 {
    padding-bottom: 8.75rem !important; }
  .md\:pl-35 {
    padding-left: 8.75rem !important; }
  .md\:pt-36 {
    padding-top: 9rem !important; }
  .md\:pr-36 {
    padding-right: 9rem !important; }
  .md\:pb-36 {
    padding-bottom: 9rem !important; }
  .md\:pl-36 {
    padding-left: 9rem !important; }
  .md\:pt-37 {
    padding-top: 9.25rem !important; }
  .md\:pr-37 {
    padding-right: 9.25rem !important; }
  .md\:pb-37 {
    padding-bottom: 9.25rem !important; }
  .md\:pl-37 {
    padding-left: 9.25rem !important; }
  .md\:pt-38 {
    padding-top: 9.5rem !important; }
  .md\:pr-38 {
    padding-right: 9.5rem !important; }
  .md\:pb-38 {
    padding-bottom: 9.5rem !important; }
  .md\:pl-38 {
    padding-left: 9.5rem !important; }
  .md\:pt-39 {
    padding-top: 9.75rem !important; }
  .md\:pr-39 {
    padding-right: 9.75rem !important; }
  .md\:pb-39 {
    padding-bottom: 9.75rem !important; }
  .md\:pl-39 {
    padding-left: 9.75rem !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-41 {
    padding-top: 10.25rem !important; }
  .md\:pr-41 {
    padding-right: 10.25rem !important; }
  .md\:pb-41 {
    padding-bottom: 10.25rem !important; }
  .md\:pl-41 {
    padding-left: 10.25rem !important; }
  .md\:pt-42 {
    padding-top: 10.5rem !important; }
  .md\:pr-42 {
    padding-right: 10.5rem !important; }
  .md\:pb-42 {
    padding-bottom: 10.5rem !important; }
  .md\:pl-42 {
    padding-left: 10.5rem !important; }
  .md\:pt-43 {
    padding-top: 10.75rem !important; }
  .md\:pr-43 {
    padding-right: 10.75rem !important; }
  .md\:pb-43 {
    padding-bottom: 10.75rem !important; }
  .md\:pl-43 {
    padding-left: 10.75rem !important; }
  .md\:pt-44 {
    padding-top: 11rem !important; }
  .md\:pr-44 {
    padding-right: 11rem !important; }
  .md\:pb-44 {
    padding-bottom: 11rem !important; }
  .md\:pl-44 {
    padding-left: 11rem !important; }
  .md\:pt-45 {
    padding-top: 11.25rem !important; }
  .md\:pr-45 {
    padding-right: 11.25rem !important; }
  .md\:pb-45 {
    padding-bottom: 11.25rem !important; }
  .md\:pl-45 {
    padding-left: 11.25rem !important; }
  .md\:pt-46 {
    padding-top: 11.5rem !important; }
  .md\:pr-46 {
    padding-right: 11.5rem !important; }
  .md\:pb-46 {
    padding-bottom: 11.5rem !important; }
  .md\:pl-46 {
    padding-left: 11.5rem !important; }
  .md\:pt-47 {
    padding-top: 11.75rem !important; }
  .md\:pr-47 {
    padding-right: 11.75rem !important; }
  .md\:pb-47 {
    padding-bottom: 11.75rem !important; }
  .md\:pl-47 {
    padding-left: 11.75rem !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-49 {
    padding-top: 12.25rem !important; }
  .md\:pr-49 {
    padding-right: 12.25rem !important; }
  .md\:pb-49 {
    padding-bottom: 12.25rem !important; }
  .md\:pl-49 {
    padding-left: 12.25rem !important; }
  .md\:pt-50 {
    padding-top: 12.5rem !important; }
  .md\:pr-50 {
    padding-right: 12.5rem !important; }
  .md\:pb-50 {
    padding-bottom: 12.5rem !important; }
  .md\:pl-50 {
    padding-left: 12.5rem !important; }
  .md\:pt-51 {
    padding-top: 12.75rem !important; }
  .md\:pr-51 {
    padding-right: 12.75rem !important; }
  .md\:pb-51 {
    padding-bottom: 12.75rem !important; }
  .md\:pl-51 {
    padding-left: 12.75rem !important; }
  .md\:pt-52 {
    padding-top: 13rem !important; }
  .md\:pr-52 {
    padding-right: 13rem !important; }
  .md\:pb-52 {
    padding-bottom: 13rem !important; }
  .md\:pl-52 {
    padding-left: 13rem !important; }
  .md\:pt-53 {
    padding-top: 13.25rem !important; }
  .md\:pr-53 {
    padding-right: 13.25rem !important; }
  .md\:pb-53 {
    padding-bottom: 13.25rem !important; }
  .md\:pl-53 {
    padding-left: 13.25rem !important; }
  .md\:pt-54 {
    padding-top: 13.5rem !important; }
  .md\:pr-54 {
    padding-right: 13.5rem !important; }
  .md\:pb-54 {
    padding-bottom: 13.5rem !important; }
  .md\:pl-54 {
    padding-left: 13.5rem !important; }
  .md\:pt-55 {
    padding-top: 13.75rem !important; }
  .md\:pr-55 {
    padding-right: 13.75rem !important; }
  .md\:pb-55 {
    padding-bottom: 13.75rem !important; }
  .md\:pl-55 {
    padding-left: 13.75rem !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-57 {
    padding-top: 14.25rem !important; }
  .md\:pr-57 {
    padding-right: 14.25rem !important; }
  .md\:pb-57 {
    padding-bottom: 14.25rem !important; }
  .md\:pl-57 {
    padding-left: 14.25rem !important; }
  .md\:pt-58 {
    padding-top: 14.5rem !important; }
  .md\:pr-58 {
    padding-right: 14.5rem !important; }
  .md\:pb-58 {
    padding-bottom: 14.5rem !important; }
  .md\:pl-58 {
    padding-left: 14.5rem !important; }
  .md\:pt-59 {
    padding-top: 14.75rem !important; }
  .md\:pr-59 {
    padding-right: 14.75rem !important; }
  .md\:pb-59 {
    padding-bottom: 14.75rem !important; }
  .md\:pl-59 {
    padding-left: 14.75rem !important; }
  .md\:pt-60 {
    padding-top: 15rem !important; }
  .md\:pr-60 {
    padding-right: 15rem !important; }
  .md\:pb-60 {
    padding-bottom: 15rem !important; }
  .md\:pl-60 {
    padding-left: 15rem !important; }
  .md\:pt-61 {
    padding-top: 15.25rem !important; }
  .md\:pr-61 {
    padding-right: 15.25rem !important; }
  .md\:pb-61 {
    padding-bottom: 15.25rem !important; }
  .md\:pl-61 {
    padding-left: 15.25rem !important; }
  .md\:pt-62 {
    padding-top: 15.5rem !important; }
  .md\:pr-62 {
    padding-right: 15.5rem !important; }
  .md\:pb-62 {
    padding-bottom: 15.5rem !important; }
  .md\:pl-62 {
    padding-left: 15.5rem !important; }
  .md\:pt-63 {
    padding-top: 15.75rem !important; }
  .md\:pr-63 {
    padding-right: 15.75rem !important; }
  .md\:pb-63 {
    padding-bottom: 15.75rem !important; }
  .md\:pl-63 {
    padding-left: 15.75rem !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-65 {
    padding-top: 16.25rem !important; }
  .md\:pr-65 {
    padding-right: 16.25rem !important; }
  .md\:pb-65 {
    padding-bottom: 16.25rem !important; }
  .md\:pl-65 {
    padding-left: 16.25rem !important; }
  .md\:pt-66 {
    padding-top: 16.5rem !important; }
  .md\:pr-66 {
    padding-right: 16.5rem !important; }
  .md\:pb-66 {
    padding-bottom: 16.5rem !important; }
  .md\:pl-66 {
    padding-left: 16.5rem !important; }
  .md\:pt-67 {
    padding-top: 16.75rem !important; }
  .md\:pr-67 {
    padding-right: 16.75rem !important; }
  .md\:pb-67 {
    padding-bottom: 16.75rem !important; }
  .md\:pl-67 {
    padding-left: 16.75rem !important; }
  .md\:pt-68 {
    padding-top: 17rem !important; }
  .md\:pr-68 {
    padding-right: 17rem !important; }
  .md\:pb-68 {
    padding-bottom: 17rem !important; }
  .md\:pl-68 {
    padding-left: 17rem !important; }
  .md\:pt-69 {
    padding-top: 17.25rem !important; }
  .md\:pr-69 {
    padding-right: 17.25rem !important; }
  .md\:pb-69 {
    padding-bottom: 17.25rem !important; }
  .md\:pl-69 {
    padding-left: 17.25rem !important; }
  .md\:pt-70 {
    padding-top: 17.5rem !important; }
  .md\:pr-70 {
    padding-right: 17.5rem !important; }
  .md\:pb-70 {
    padding-bottom: 17.5rem !important; }
  .md\:pl-70 {
    padding-left: 17.5rem !important; }
  .md\:pt-71 {
    padding-top: 17.75rem !important; }
  .md\:pr-71 {
    padding-right: 17.75rem !important; }
  .md\:pb-71 {
    padding-bottom: 17.75rem !important; }
  .md\:pl-71 {
    padding-left: 17.75rem !important; }
  .md\:pt-72 {
    padding-top: 18rem !important; }
  .md\:pr-72 {
    padding-right: 18rem !important; }
  .md\:pb-72 {
    padding-bottom: 18rem !important; }
  .md\:pl-72 {
    padding-left: 18rem !important; }
  .md\:pt-73 {
    padding-top: 18.25rem !important; }
  .md\:pr-73 {
    padding-right: 18.25rem !important; }
  .md\:pb-73 {
    padding-bottom: 18.25rem !important; }
  .md\:pl-73 {
    padding-left: 18.25rem !important; }
  .md\:pt-74 {
    padding-top: 18.5rem !important; }
  .md\:pr-74 {
    padding-right: 18.5rem !important; }
  .md\:pb-74 {
    padding-bottom: 18.5rem !important; }
  .md\:pl-74 {
    padding-left: 18.5rem !important; }
  .md\:pt-75 {
    padding-top: 18.75rem !important; }
  .md\:pr-75 {
    padding-right: 18.75rem !important; }
  .md\:pb-75 {
    padding-bottom: 18.75rem !important; }
  .md\:pl-75 {
    padding-left: 18.75rem !important; }
  .md\:pt-76 {
    padding-top: 19rem !important; }
  .md\:pr-76 {
    padding-right: 19rem !important; }
  .md\:pb-76 {
    padding-bottom: 19rem !important; }
  .md\:pl-76 {
    padding-left: 19rem !important; }
  .md\:pt-77 {
    padding-top: 19.25rem !important; }
  .md\:pr-77 {
    padding-right: 19.25rem !important; }
  .md\:pb-77 {
    padding-bottom: 19.25rem !important; }
  .md\:pl-77 {
    padding-left: 19.25rem !important; }
  .md\:pt-78 {
    padding-top: 19.5rem !important; }
  .md\:pr-78 {
    padding-right: 19.5rem !important; }
  .md\:pb-78 {
    padding-bottom: 19.5rem !important; }
  .md\:pl-78 {
    padding-left: 19.5rem !important; }
  .md\:pt-79 {
    padding-top: 19.75rem !important; }
  .md\:pr-79 {
    padding-right: 19.75rem !important; }
  .md\:pb-79 {
    padding-bottom: 19.75rem !important; }
  .md\:pl-79 {
    padding-left: 19.75rem !important; }
  .md\:pt-80 {
    padding-top: 20rem !important; }
  .md\:pr-80 {
    padding-right: 20rem !important; }
  .md\:pb-80 {
    padding-bottom: 20rem !important; }
  .md\:pl-80 {
    padding-left: 20rem !important; }
  .md\:pt-84 {
    padding-top: 21rem !important; }
  .md\:pr-84 {
    padding-right: 21rem !important; }
  .md\:pb-84 {
    padding-bottom: 21rem !important; }
  .md\:pl-84 {
    padding-left: 21rem !important; }
  .md\:pt-88 {
    padding-top: 22rem !important; }
  .md\:pr-88 {
    padding-right: 22rem !important; }
  .md\:pb-88 {
    padding-bottom: 22rem !important; }
  .md\:pl-88 {
    padding-left: 22rem !important; }
  .md\:pt-92 {
    padding-top: 23rem !important; }
  .md\:pr-92 {
    padding-right: 23rem !important; }
  .md\:pb-92 {
    padding-bottom: 23rem !important; }
  .md\:pl-92 {
    padding-left: 23rem !important; }
  .md\:pt-96 {
    padding-top: 24rem !important; }
  .md\:pr-96 {
    padding-right: 24rem !important; }
  .md\:pb-96 {
    padding-bottom: 24rem !important; }
  .md\:pl-96 {
    padding-left: 24rem !important; }
  .md\:pt-100 {
    padding-top: 25rem !important; }
  .md\:pr-100 {
    padding-right: 25rem !important; }
  .md\:pb-100 {
    padding-bottom: 25rem !important; }
  .md\:pl-100 {
    padding-left: 25rem !important; }
  .md\:pt-104 {
    padding-top: 26rem !important; }
  .md\:pr-104 {
    padding-right: 26rem !important; }
  .md\:pb-104 {
    padding-bottom: 26rem !important; }
  .md\:pl-104 {
    padding-left: 26rem !important; }
  .md\:pt-108 {
    padding-top: 27rem !important; }
  .md\:pr-108 {
    padding-right: 27rem !important; }
  .md\:pb-108 {
    padding-bottom: 27rem !important; }
  .md\:pl-108 {
    padding-left: 27rem !important; }
  .md\:pt-112 {
    padding-top: 28rem !important; }
  .md\:pr-112 {
    padding-right: 28rem !important; }
  .md\:pb-112 {
    padding-bottom: 28rem !important; }
  .md\:pl-112 {
    padding-left: 28rem !important; }
  .md\:pt-116 {
    padding-top: 29rem !important; }
  .md\:pr-116 {
    padding-right: 29rem !important; }
  .md\:pb-116 {
    padding-bottom: 29rem !important; }
  .md\:pl-116 {
    padding-left: 29rem !important; }
  .md\:pt-120 {
    padding-top: 30rem !important; }
  .md\:pr-120 {
    padding-right: 30rem !important; }
  .md\:pb-120 {
    padding-bottom: 30rem !important; }
  .md\:pl-120 {
    padding-left: 30rem !important; }
  .md\:pt-124 {
    padding-top: 31rem !important; }
  .md\:pr-124 {
    padding-right: 31rem !important; }
  .md\:pb-124 {
    padding-bottom: 31rem !important; }
  .md\:pl-124 {
    padding-left: 31rem !important; }
  .md\:pt-128 {
    padding-top: 32rem !important; }
  .md\:pr-128 {
    padding-right: 32rem !important; }
  .md\:pb-128 {
    padding-bottom: 32rem !important; }
  .md\:pl-128 {
    padding-left: 32rem !important; }
  .md\:pt-132 {
    padding-top: 33rem !important; }
  .md\:pr-132 {
    padding-right: 33rem !important; }
  .md\:pb-132 {
    padding-bottom: 33rem !important; }
  .md\:pl-132 {
    padding-left: 33rem !important; }
  .md\:pt-136 {
    padding-top: 34rem !important; }
  .md\:pr-136 {
    padding-right: 34rem !important; }
  .md\:pb-136 {
    padding-bottom: 34rem !important; }
  .md\:pl-136 {
    padding-left: 34rem !important; }
  .md\:pt-140 {
    padding-top: 35rem !important; }
  .md\:pr-140 {
    padding-right: 35rem !important; }
  .md\:pb-140 {
    padding-bottom: 35rem !important; }
  .md\:pl-140 {
    padding-left: 35rem !important; }
  .md\:pt-144 {
    padding-top: 36rem !important; }
  .md\:pr-144 {
    padding-right: 36rem !important; }
  .md\:pb-144 {
    padding-bottom: 36rem !important; }
  .md\:pl-144 {
    padding-left: 36rem !important; }
  .md\:pt-148 {
    padding-top: 37rem !important; }
  .md\:pr-148 {
    padding-right: 37rem !important; }
  .md\:pb-148 {
    padding-bottom: 37rem !important; }
  .md\:pl-148 {
    padding-left: 37rem !important; }
  .md\:pt-152 {
    padding-top: 38rem !important; }
  .md\:pr-152 {
    padding-right: 38rem !important; }
  .md\:pb-152 {
    padding-bottom: 38rem !important; }
  .md\:pl-152 {
    padding-left: 38rem !important; }
  .md\:pt-156 {
    padding-top: 39rem !important; }
  .md\:pr-156 {
    padding-right: 39rem !important; }
  .md\:pb-156 {
    padding-bottom: 39rem !important; }
  .md\:pl-156 {
    padding-left: 39rem !important; }
  .md\:pt-160 {
    padding-top: 40rem !important; }
  .md\:pr-160 {
    padding-right: 40rem !important; }
  .md\:pb-160 {
    padding-bottom: 40rem !important; }
  .md\:pl-160 {
    padding-left: 40rem !important; }
  .md\:pt-164 {
    padding-top: 41rem !important; }
  .md\:pr-164 {
    padding-right: 41rem !important; }
  .md\:pb-164 {
    padding-bottom: 41rem !important; }
  .md\:pl-164 {
    padding-left: 41rem !important; }
  .md\:pt-168 {
    padding-top: 42rem !important; }
  .md\:pr-168 {
    padding-right: 42rem !important; }
  .md\:pb-168 {
    padding-bottom: 42rem !important; }
  .md\:pl-168 {
    padding-left: 42rem !important; }
  .md\:pt-172 {
    padding-top: 43rem !important; }
  .md\:pr-172 {
    padding-right: 43rem !important; }
  .md\:pb-172 {
    padding-bottom: 43rem !important; }
  .md\:pl-172 {
    padding-left: 43rem !important; }
  .md\:pt-176 {
    padding-top: 44rem !important; }
  .md\:pr-176 {
    padding-right: 44rem !important; }
  .md\:pb-176 {
    padding-bottom: 44rem !important; }
  .md\:pl-176 {
    padding-left: 44rem !important; }
  .md\:pt-180 {
    padding-top: 45rem !important; }
  .md\:pr-180 {
    padding-right: 45rem !important; }
  .md\:pb-180 {
    padding-bottom: 45rem !important; }
  .md\:pl-180 {
    padding-left: 45rem !important; }
  .md\:pt-184 {
    padding-top: 46rem !important; }
  .md\:pr-184 {
    padding-right: 46rem !important; }
  .md\:pb-184 {
    padding-bottom: 46rem !important; }
  .md\:pl-184 {
    padding-left: 46rem !important; }
  .md\:pt-188 {
    padding-top: 47rem !important; }
  .md\:pr-188 {
    padding-right: 47rem !important; }
  .md\:pb-188 {
    padding-bottom: 47rem !important; }
  .md\:pl-188 {
    padding-left: 47rem !important; }
  .md\:pt-192 {
    padding-top: 48rem !important; }
  .md\:pr-192 {
    padding-right: 48rem !important; }
  .md\:pb-192 {
    padding-bottom: 48rem !important; }
  .md\:pl-192 {
    padding-left: 48rem !important; }
  .md\:pt-196 {
    padding-top: 49rem !important; }
  .md\:pr-196 {
    padding-right: 49rem !important; }
  .md\:pb-196 {
    padding-bottom: 49rem !important; }
  .md\:pl-196 {
    padding-left: 49rem !important; }
  .md\:pt-200 {
    padding-top: 50rem !important; }
  .md\:pr-200 {
    padding-right: 50rem !important; }
  .md\:pb-200 {
    padding-bottom: 50rem !important; }
  .md\:pl-200 {
    padding-left: 50rem !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\:pt-2px {
    padding-top: 2px !important; }
  .md\:pr-2px {
    padding-right: 2px !important; }
  .md\:pb-2px {
    padding-bottom: 2px !important; }
  .md\:pl-2px {
    padding-left: 2px !important; }
  .md\:pt-1\/2 {
    padding-top: 50% !important; }
  .md\:pr-1\/2 {
    padding-right: 50% !important; }
  .md\:pb-1\/2 {
    padding-bottom: 50% !important; }
  .md\:pl-1\/2 {
    padding-left: 50% !important; }
  .md\:pt-2\/2 {
    padding-top: 100% !important; }
  .md\:pr-2\/2 {
    padding-right: 100% !important; }
  .md\:pb-2\/2 {
    padding-bottom: 100% !important; }
  .md\:pl-2\/2 {
    padding-left: 100% !important; }
  .md\:pt-1\/3 {
    padding-top: 33.333333% !important; }
  .md\:pr-1\/3 {
    padding-right: 33.333333% !important; }
  .md\:pb-1\/3 {
    padding-bottom: 33.333333% !important; }
  .md\:pl-1\/3 {
    padding-left: 33.333333% !important; }
  .md\:pt-2\/3 {
    padding-top: 66.666667% !important; }
  .md\:pr-2\/3 {
    padding-right: 66.666667% !important; }
  .md\:pb-2\/3 {
    padding-bottom: 66.666667% !important; }
  .md\:pl-2\/3 {
    padding-left: 66.666667% !important; }
  .md\:pt-3\/3 {
    padding-top: 100% !important; }
  .md\:pr-3\/3 {
    padding-right: 100% !important; }
  .md\:pb-3\/3 {
    padding-bottom: 100% !important; }
  .md\:pl-3\/3 {
    padding-left: 100% !important; }
  .md\:pt-1\/4 {
    padding-top: 25% !important; }
  .md\:pr-1\/4 {
    padding-right: 25% !important; }
  .md\:pb-1\/4 {
    padding-bottom: 25% !important; }
  .md\:pl-1\/4 {
    padding-left: 25% !important; }
  .md\:pt-2\/4 {
    padding-top: 50% !important; }
  .md\:pr-2\/4 {
    padding-right: 50% !important; }
  .md\:pb-2\/4 {
    padding-bottom: 50% !important; }
  .md\:pl-2\/4 {
    padding-left: 50% !important; }
  .md\:pt-3\/4 {
    padding-top: 75% !important; }
  .md\:pr-3\/4 {
    padding-right: 75% !important; }
  .md\:pb-3\/4 {
    padding-bottom: 75% !important; }
  .md\:pl-3\/4 {
    padding-left: 75% !important; }
  .md\:pt-4\/4 {
    padding-top: 100% !important; }
  .md\:pr-4\/4 {
    padding-right: 100% !important; }
  .md\:pb-4\/4 {
    padding-bottom: 100% !important; }
  .md\:pl-4\/4 {
    padding-left: 100% !important; }
  .md\:pt-1\/5 {
    padding-top: 20% !important; }
  .md\:pr-1\/5 {
    padding-right: 20% !important; }
  .md\:pb-1\/5 {
    padding-bottom: 20% !important; }
  .md\:pl-1\/5 {
    padding-left: 20% !important; }
  .md\:pt-2\/5 {
    padding-top: 40% !important; }
  .md\:pr-2\/5 {
    padding-right: 40% !important; }
  .md\:pb-2\/5 {
    padding-bottom: 40% !important; }
  .md\:pl-2\/5 {
    padding-left: 40% !important; }
  .md\:pt-3\/5 {
    padding-top: 60% !important; }
  .md\:pr-3\/5 {
    padding-right: 60% !important; }
  .md\:pb-3\/5 {
    padding-bottom: 60% !important; }
  .md\:pl-3\/5 {
    padding-left: 60% !important; }
  .md\:pt-4\/5 {
    padding-top: 80% !important; }
  .md\:pr-4\/5 {
    padding-right: 80% !important; }
  .md\:pb-4\/5 {
    padding-bottom: 80% !important; }
  .md\:pl-4\/5 {
    padding-left: 80% !important; }
  .md\:pt-5\/5 {
    padding-top: 100% !important; }
  .md\:pr-5\/5 {
    padding-right: 100% !important; }
  .md\:pb-5\/5 {
    padding-bottom: 100% !important; }
  .md\:pl-5\/5 {
    padding-left: 100% !important; }
  .md\:pt-1\/6 {
    padding-top: 16.666667% !important; }
  .md\:pr-1\/6 {
    padding-right: 16.666667% !important; }
  .md\:pb-1\/6 {
    padding-bottom: 16.666667% !important; }
  .md\:pl-1\/6 {
    padding-left: 16.666667% !important; }
  .md\:pt-2\/6 {
    padding-top: 33.333333% !important; }
  .md\:pr-2\/6 {
    padding-right: 33.333333% !important; }
  .md\:pb-2\/6 {
    padding-bottom: 33.333333% !important; }
  .md\:pl-2\/6 {
    padding-left: 33.333333% !important; }
  .md\:pt-3\/6 {
    padding-top: 50% !important; }
  .md\:pr-3\/6 {
    padding-right: 50% !important; }
  .md\:pb-3\/6 {
    padding-bottom: 50% !important; }
  .md\:pl-3\/6 {
    padding-left: 50% !important; }
  .md\:pt-4\/6 {
    padding-top: 66.666667% !important; }
  .md\:pr-4\/6 {
    padding-right: 66.666667% !important; }
  .md\:pb-4\/6 {
    padding-bottom: 66.666667% !important; }
  .md\:pl-4\/6 {
    padding-left: 66.666667% !important; }
  .md\:pt-5\/6 {
    padding-top: 83.333333% !important; }
  .md\:pr-5\/6 {
    padding-right: 83.333333% !important; }
  .md\:pb-5\/6 {
    padding-bottom: 83.333333% !important; }
  .md\:pl-5\/6 {
    padding-left: 83.333333% !important; }
  .md\:pt-6\/6 {
    padding-top: 100% !important; }
  .md\:pr-6\/6 {
    padding-right: 100% !important; }
  .md\:pb-6\/6 {
    padding-bottom: 100% !important; }
  .md\:pl-6\/6 {
    padding-left: 100% !important; }
  .md\:pt-1\/10 {
    padding-top: 10% !important; }
  .md\:pr-1\/10 {
    padding-right: 10% !important; }
  .md\:pb-1\/10 {
    padding-bottom: 10% !important; }
  .md\:pl-1\/10 {
    padding-left: 10% !important; }
  .md\:pt-2\/10 {
    padding-top: 20% !important; }
  .md\:pr-2\/10 {
    padding-right: 20% !important; }
  .md\:pb-2\/10 {
    padding-bottom: 20% !important; }
  .md\:pl-2\/10 {
    padding-left: 20% !important; }
  .md\:pt-3\/10 {
    padding-top: 30% !important; }
  .md\:pr-3\/10 {
    padding-right: 30% !important; }
  .md\:pb-3\/10 {
    padding-bottom: 30% !important; }
  .md\:pl-3\/10 {
    padding-left: 30% !important; }
  .md\:pt-4\/10 {
    padding-top: 40% !important; }
  .md\:pr-4\/10 {
    padding-right: 40% !important; }
  .md\:pb-4\/10 {
    padding-bottom: 40% !important; }
  .md\:pl-4\/10 {
    padding-left: 40% !important; }
  .md\:pt-5\/10 {
    padding-top: 50% !important; }
  .md\:pr-5\/10 {
    padding-right: 50% !important; }
  .md\:pb-5\/10 {
    padding-bottom: 50% !important; }
  .md\:pl-5\/10 {
    padding-left: 50% !important; }
  .md\:pt-6\/10 {
    padding-top: 60% !important; }
  .md\:pr-6\/10 {
    padding-right: 60% !important; }
  .md\:pb-6\/10 {
    padding-bottom: 60% !important; }
  .md\:pl-6\/10 {
    padding-left: 60% !important; }
  .md\:pt-7\/10 {
    padding-top: 70% !important; }
  .md\:pr-7\/10 {
    padding-right: 70% !important; }
  .md\:pb-7\/10 {
    padding-bottom: 70% !important; }
  .md\:pl-7\/10 {
    padding-left: 70% !important; }
  .md\:pt-8\/10 {
    padding-top: 80% !important; }
  .md\:pr-8\/10 {
    padding-right: 80% !important; }
  .md\:pb-8\/10 {
    padding-bottom: 80% !important; }
  .md\:pl-8\/10 {
    padding-left: 80% !important; }
  .md\:pt-9\/10 {
    padding-top: 90% !important; }
  .md\:pr-9\/10 {
    padding-right: 90% !important; }
  .md\:pb-9\/10 {
    padding-bottom: 90% !important; }
  .md\:pl-9\/10 {
    padding-left: 90% !important; }
  .md\:pt-10\/10 {
    padding-top: 100% !important; }
  .md\:pr-10\/10 {
    padding-right: 100% !important; }
  .md\:pb-10\/10 {
    padding-bottom: 100% !important; }
  .md\:pl-10\/10 {
    padding-left: 100% !important; }
  .md\:pt-1\/12 {
    padding-top: 8.333333% !important; }
  .md\:pr-1\/12 {
    padding-right: 8.333333% !important; }
  .md\:pb-1\/12 {
    padding-bottom: 8.333333% !important; }
  .md\:pl-1\/12 {
    padding-left: 8.333333% !important; }
  .md\:pt-2\/12 {
    padding-top: 16.666667% !important; }
  .md\:pr-2\/12 {
    padding-right: 16.666667% !important; }
  .md\:pb-2\/12 {
    padding-bottom: 16.666667% !important; }
  .md\:pl-2\/12 {
    padding-left: 16.666667% !important; }
  .md\:pt-3\/12 {
    padding-top: 25% !important; }
  .md\:pr-3\/12 {
    padding-right: 25% !important; }
  .md\:pb-3\/12 {
    padding-bottom: 25% !important; }
  .md\:pl-3\/12 {
    padding-left: 25% !important; }
  .md\:pt-4\/12 {
    padding-top: 33.333333% !important; }
  .md\:pr-4\/12 {
    padding-right: 33.333333% !important; }
  .md\:pb-4\/12 {
    padding-bottom: 33.333333% !important; }
  .md\:pl-4\/12 {
    padding-left: 33.333333% !important; }
  .md\:pt-5\/12 {
    padding-top: 41.666667% !important; }
  .md\:pr-5\/12 {
    padding-right: 41.666667% !important; }
  .md\:pb-5\/12 {
    padding-bottom: 41.666667% !important; }
  .md\:pl-5\/12 {
    padding-left: 41.666667% !important; }
  .md\:pt-6\/12 {
    padding-top: 50% !important; }
  .md\:pr-6\/12 {
    padding-right: 50% !important; }
  .md\:pb-6\/12 {
    padding-bottom: 50% !important; }
  .md\:pl-6\/12 {
    padding-left: 50% !important; }
  .md\:pt-7\/12 {
    padding-top: 58.333333% !important; }
  .md\:pr-7\/12 {
    padding-right: 58.333333% !important; }
  .md\:pb-7\/12 {
    padding-bottom: 58.333333% !important; }
  .md\:pl-7\/12 {
    padding-left: 58.333333% !important; }
  .md\:pt-8\/12 {
    padding-top: 66.666667% !important; }
  .md\:pr-8\/12 {
    padding-right: 66.666667% !important; }
  .md\:pb-8\/12 {
    padding-bottom: 66.666667% !important; }
  .md\:pl-8\/12 {
    padding-left: 66.666667% !important; }
  .md\:pt-9\/12 {
    padding-top: 75% !important; }
  .md\:pr-9\/12 {
    padding-right: 75% !important; }
  .md\:pb-9\/12 {
    padding-bottom: 75% !important; }
  .md\:pl-9\/12 {
    padding-left: 75% !important; }
  .md\:pt-10\/12 {
    padding-top: 83.333333% !important; }
  .md\:pr-10\/12 {
    padding-right: 83.333333% !important; }
  .md\:pb-10\/12 {
    padding-bottom: 83.333333% !important; }
  .md\:pl-10\/12 {
    padding-left: 83.333333% !important; }
  .md\:pt-11\/12 {
    padding-top: 91.666667% !important; }
  .md\:pr-11\/12 {
    padding-right: 91.666667% !important; }
  .md\:pb-11\/12 {
    padding-bottom: 91.666667% !important; }
  .md\:pl-11\/12 {
    padding-left: 91.666667% !important; }
  .md\:pt-12\/12 {
    padding-top: 100% !important; }
  .md\:pr-12\/12 {
    padding-right: 100% !important; }
  .md\:pb-12\/12 {
    padding-bottom: 100% !important; }
  .md\:pl-12\/12 {
    padding-left: 100% !important; }
  .md\:pt-xs {
    padding-top: 20rem !important; }
  .md\:pr-xs {
    padding-right: 20rem !important; }
  .md\:pb-xs {
    padding-bottom: 20rem !important; }
  .md\:pl-xs {
    padding-left: 20rem !important; }
  .md\:pt-sm {
    padding-top: 24rem !important; }
  .md\:pr-sm {
    padding-right: 24rem !important; }
  .md\:pb-sm {
    padding-bottom: 24rem !important; }
  .md\:pl-sm {
    padding-left: 24rem !important; }
  .md\:pt-md {
    padding-top: 28rem !important; }
  .md\:pr-md {
    padding-right: 28rem !important; }
  .md\:pb-md {
    padding-bottom: 28rem !important; }
  .md\:pl-md {
    padding-left: 28rem !important; }
  .md\:pt-lg {
    padding-top: 32rem !important; }
  .md\:pr-lg {
    padding-right: 32rem !important; }
  .md\:pb-lg {
    padding-bottom: 32rem !important; }
  .md\:pl-lg {
    padding-left: 32rem !important; }
  .md\:pt-xl {
    padding-top: 36rem !important; }
  .md\:pr-xl {
    padding-right: 36rem !important; }
  .md\:pb-xl {
    padding-bottom: 36rem !important; }
  .md\:pl-xl {
    padding-left: 36rem !important; }
  .md\:pt-2xl {
    padding-top: 42rem !important; }
  .md\:pr-2xl {
    padding-right: 42rem !important; }
  .md\:pb-2xl {
    padding-bottom: 42rem !important; }
  .md\:pl-2xl {
    padding-left: 42rem !important; }
  .md\:pt-3xl {
    padding-top: 48rem !important; }
  .md\:pr-3xl {
    padding-right: 48rem !important; }
  .md\:pb-3xl {
    padding-bottom: 48rem !important; }
  .md\:pl-3xl {
    padding-left: 48rem !important; }
  .md\:pt-4xl {
    padding-top: 56rem !important; }
  .md\:pr-4xl {
    padding-right: 56rem !important; }
  .md\:pb-4xl {
    padding-bottom: 56rem !important; }
  .md\:pl-4xl {
    padding-left: 56rem !important; }
  .md\:pt-5xl {
    padding-top: 64rem !important; }
  .md\:pr-5xl {
    padding-right: 64rem !important; }
  .md\:pb-5xl {
    padding-bottom: 64rem !important; }
  .md\:pl-5xl {
    padding-left: 64rem !important; }
  .md\:pt-6xl {
    padding-top: 72rem !important; }
  .md\:pr-6xl {
    padding-right: 72rem !important; }
  .md\:pb-6xl {
    padding-bottom: 72rem !important; }
  .md\:pl-6xl {
    padding-left: 72rem !important; }
  .md\:pt-7xl {
    padding-top: 80rem !important; }
  .md\:pr-7xl {
    padding-right: 80rem !important; }
  .md\:pb-7xl {
    padding-bottom: 80rem !important; }
  .md\:pl-7xl {
    padding-left: 80rem !important; }
  .md\:pt-full {
    padding-top: 100% !important; }
  .md\:pr-full {
    padding-right: 100% !important; }
  .md\:pb-full {
    padding-bottom: 100% !important; }
  .md\:pl-full {
    padding-left: 100% !important; }
  .md\:pt-screenw {
    padding-top: 100vw !important; }
  .md\:pr-screenw {
    padding-right: 100vw !important; }
  .md\:pb-screenw {
    padding-bottom: 100vw !important; }
  .md\:pl-screenw {
    padding-left: 100vw !important; }
  .md\:pt-screenh {
    padding-top: 100vh !important; }
  .md\:pr-screenh {
    padding-right: 100vh !important; }
  .md\:pb-screenh {
    padding-bottom: 100vh !important; }
  .md\:pl-screenh {
    padding-left: 100vh !important; }
  .md\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important; }
  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important; }
  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important; }
  .md\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important; }
  .md\:placeholder-transparent::placeholder {
    color: transparent !important; }
  .md\:placeholder-current::-webkit-input-placeholder {
    color: currentColor !important; }
  .md\:placeholder-current::-moz-placeholder {
    color: currentColor !important; }
  .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important; }
  .md\:placeholder-current::-ms-input-placeholder {
    color: currentColor !important; }
  .md\:placeholder-current::placeholder {
    color: currentColor !important; }
  .md\:placeholder-inherit::-webkit-input-placeholder {
    color: inherit !important; }
  .md\:placeholder-inherit::-moz-placeholder {
    color: inherit !important; }
  .md\:placeholder-inherit:-ms-input-placeholder {
    color: inherit !important; }
  .md\:placeholder-inherit::-ms-input-placeholder {
    color: inherit !important; }
  .md\:placeholder-inherit::placeholder {
    color: inherit !important; }
  .md\:placeholder-black-10::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:placeholder-black-10::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:placeholder-black-10:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:placeholder-black-10::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:placeholder-black-10::placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:placeholder-black-20::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:placeholder-black-20::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:placeholder-black-20:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:placeholder-black-20::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:placeholder-black-20::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:placeholder-black-30::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:placeholder-black-30::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:placeholder-black-30:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:placeholder-black-30::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:placeholder-black-30::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:placeholder-black-40::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:placeholder-black-40::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:placeholder-black-40:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:placeholder-black-40::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:placeholder-black-40::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:placeholder-black-50::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:placeholder-black-50::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:placeholder-black-50:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:placeholder-black-50::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:placeholder-black-50::placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:placeholder-black-60::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:placeholder-black-60::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:placeholder-black-60:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:placeholder-black-60::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:placeholder-black-60::placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:placeholder-black-70::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:placeholder-black-70::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:placeholder-black-70:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:placeholder-black-70::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:placeholder-black-70::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:placeholder-black-80::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:placeholder-black-80::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:placeholder-black-80:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:placeholder-black-80::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:placeholder-black-80::placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:placeholder-black-90::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:placeholder-black-90::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:placeholder-black-90:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:placeholder-black-90::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:placeholder-black-90::placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:placeholder-black::-webkit-input-placeholder {
    color: black !important; }
  .md\:placeholder-black::-moz-placeholder {
    color: black !important; }
  .md\:placeholder-black:-ms-input-placeholder {
    color: black !important; }
  .md\:placeholder-black::-ms-input-placeholder {
    color: black !important; }
  .md\:placeholder-black::placeholder {
    color: black !important; }
  .md\:placeholder-white-10::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:placeholder-white-10::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:placeholder-white-10:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:placeholder-white-10::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:placeholder-white-10::placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:placeholder-white-20::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:placeholder-white-20::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:placeholder-white-20:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:placeholder-white-20::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:placeholder-white-20::placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:placeholder-white-30::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:placeholder-white-30::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:placeholder-white-30:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:placeholder-white-30::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:placeholder-white-30::placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:placeholder-white-40::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:placeholder-white-40::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:placeholder-white-40:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:placeholder-white-40::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:placeholder-white-40::placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:placeholder-white-50::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:placeholder-white-50::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:placeholder-white-50:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:placeholder-white-50::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:placeholder-white-50::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:placeholder-white-60::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:placeholder-white-60::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:placeholder-white-60:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:placeholder-white-60::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:placeholder-white-60::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:placeholder-white-70::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:placeholder-white-70::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:placeholder-white-70:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:placeholder-white-70::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:placeholder-white-70::placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:placeholder-white-80::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:placeholder-white-80::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:placeholder-white-80:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:placeholder-white-80::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:placeholder-white-80::placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:placeholder-white-90::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:placeholder-white-90::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:placeholder-white-90:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:placeholder-white-90::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:placeholder-white-90::placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:placeholder-white::-webkit-input-placeholder {
    color: white !important; }
  .md\:placeholder-white::-moz-placeholder {
    color: white !important; }
  .md\:placeholder-white:-ms-input-placeholder {
    color: white !important; }
  .md\:placeholder-white::-ms-input-placeholder {
    color: white !important; }
  .md\:placeholder-white::placeholder {
    color: white !important; }
  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important; }
  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important; }
  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important; }
  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important; }
  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important; }
  .md\:focus\:placeholder-current:focus::-webkit-input-placeholder {
    color: currentColor !important; }
  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important; }
  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important; }
  .md\:focus\:placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important; }
  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important; }
  .md\:focus\:placeholder-inherit:focus::-webkit-input-placeholder {
    color: inherit !important; }
  .md\:focus\:placeholder-inherit:focus::-moz-placeholder {
    color: inherit !important; }
  .md\:focus\:placeholder-inherit:focus:-ms-input-placeholder {
    color: inherit !important; }
  .md\:focus\:placeholder-inherit:focus::-ms-input-placeholder {
    color: inherit !important; }
  .md\:focus\:placeholder-inherit:focus::placeholder {
    color: inherit !important; }
  .md\:focus\:placeholder-black-10:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus\:placeholder-black-10:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus\:placeholder-black-10:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus\:placeholder-black-10:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus\:placeholder-black-10:focus::placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus\:placeholder-black-20:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus\:placeholder-black-20:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus\:placeholder-black-20:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus\:placeholder-black-20:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus\:placeholder-black-20:focus::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus\:placeholder-black-30:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus\:placeholder-black-30:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus\:placeholder-black-30:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus\:placeholder-black-30:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus\:placeholder-black-30:focus::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus\:placeholder-black-40:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus\:placeholder-black-40:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus\:placeholder-black-40:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus\:placeholder-black-40:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus\:placeholder-black-40:focus::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus\:placeholder-black-50:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus\:placeholder-black-50:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus\:placeholder-black-50:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus\:placeholder-black-50:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus\:placeholder-black-50:focus::placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus\:placeholder-black-60:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus\:placeholder-black-60:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus\:placeholder-black-60:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus\:placeholder-black-60:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus\:placeholder-black-60:focus::placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus\:placeholder-black-70:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus\:placeholder-black-70:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus\:placeholder-black-70:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus\:placeholder-black-70:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus\:placeholder-black-70:focus::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus\:placeholder-black-80:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus\:placeholder-black-80:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus\:placeholder-black-80:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus\:placeholder-black-80:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus\:placeholder-black-80:focus::placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus\:placeholder-black-90:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus\:placeholder-black-90:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus\:placeholder-black-90:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus\:placeholder-black-90:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus\:placeholder-black-90:focus::placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: black !important; }
  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    color: black !important; }
  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: black !important; }
  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: black !important; }
  .md\:focus\:placeholder-black:focus::placeholder {
    color: black !important; }
  .md\:focus\:placeholder-white-10:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus\:placeholder-white-10:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus\:placeholder-white-10:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus\:placeholder-white-10:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus\:placeholder-white-10:focus::placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus\:placeholder-white-20:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus\:placeholder-white-20:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus\:placeholder-white-20:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus\:placeholder-white-20:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus\:placeholder-white-20:focus::placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus\:placeholder-white-30:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus\:placeholder-white-30:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus\:placeholder-white-30:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus\:placeholder-white-30:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus\:placeholder-white-30:focus::placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus\:placeholder-white-40:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus\:placeholder-white-40:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus\:placeholder-white-40:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus\:placeholder-white-40:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus\:placeholder-white-40:focus::placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus\:placeholder-white-50:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus\:placeholder-white-50:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus\:placeholder-white-50:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus\:placeholder-white-50:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus\:placeholder-white-50:focus::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus\:placeholder-white-60:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus\:placeholder-white-60:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus\:placeholder-white-60:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus\:placeholder-white-60:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus\:placeholder-white-60:focus::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus\:placeholder-white-70:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus\:placeholder-white-70:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus\:placeholder-white-70:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus\:placeholder-white-70:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus\:placeholder-white-70:focus::placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus\:placeholder-white-80:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus\:placeholder-white-80:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus\:placeholder-white-80:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus\:placeholder-white-80:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus\:placeholder-white-80:focus::placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus\:placeholder-white-90:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus\:placeholder-white-90:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus\:placeholder-white-90:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus\:placeholder-white-90:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus\:placeholder-white-90:focus::placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: white !important; }
  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    color: white !important; }
  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: white !important; }
  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: white !important; }
  .md\:focus\:placeholder-white:focus::placeholder {
    color: white !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::-ms-input-placeholder {
    --placeholder-opacity: 0 !important; }
  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important; }
  .md\:placeholder-opacity-5::-webkit-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:placeholder-opacity-5::-moz-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:placeholder-opacity-5:-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:placeholder-opacity-5::-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:placeholder-opacity-5::placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:placeholder-opacity-10::-webkit-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:placeholder-opacity-10::-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:placeholder-opacity-15::-webkit-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:placeholder-opacity-15::-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:placeholder-opacity-20::-webkit-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .md\:placeholder-opacity-20::-moz-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .md\:placeholder-opacity-20:-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .md\:placeholder-opacity-20::-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .md\:placeholder-opacity-20::placeholder {
    --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important; }
  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important; }
  .md\:placeholder-opacity-30::-webkit-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:placeholder-opacity-30::-moz-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:placeholder-opacity-30:-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:placeholder-opacity-30::-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:placeholder-opacity-30::placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:placeholder-opacity-35:-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:placeholder-opacity-40::-webkit-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:placeholder-opacity-40::-moz-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:placeholder-opacity-40:-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:placeholder-opacity-40::-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:placeholder-opacity-40::placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .md\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .md\:placeholder-opacity-45:-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .md\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .md\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important; }
  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important; }
  .md\:placeholder-opacity-55::-webkit-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:placeholder-opacity-55::-moz-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:placeholder-opacity-55:-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:placeholder-opacity-55::-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:placeholder-opacity-55::placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:placeholder-opacity-60::-webkit-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:placeholder-opacity-60::-moz-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:placeholder-opacity-60:-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:placeholder-opacity-60::-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:placeholder-opacity-60::placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:placeholder-opacity-65::-webkit-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:placeholder-opacity-65::-moz-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:placeholder-opacity-65:-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:placeholder-opacity-65::-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:placeholder-opacity-65::placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:placeholder-opacity-70::-webkit-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .md\:placeholder-opacity-70::-moz-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .md\:placeholder-opacity-70:-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .md\:placeholder-opacity-70::-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .md\:placeholder-opacity-70::placeholder {
    --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important; }
  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important; }
  .md\:placeholder-opacity-80::-webkit-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:placeholder-opacity-80::-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:placeholder-opacity-85::-webkit-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:placeholder-opacity-85::-moz-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:placeholder-opacity-85:-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:placeholder-opacity-85::-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:placeholder-opacity-85::placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:placeholder-opacity-90::-webkit-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:placeholder-opacity-90::-moz-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:placeholder-opacity-90:-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:placeholder-opacity-90::-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:placeholder-opacity-90::placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:placeholder-opacity-95::-webkit-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .md\:placeholder-opacity-95::-moz-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .md\:placeholder-opacity-95:-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .md\:placeholder-opacity-95::-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .md\:placeholder-opacity-95::placeholder {
    --placeholder-opacity: 0.95 !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::-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::-ms-input-placeholder {
    --placeholder-opacity: 0 !important; }
  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important; }
  .md\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --placeholder-opacity: 0.05 !important; }
  .md\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.1 !important; }
  .md\:focus\:placeholder-opacity-15:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:focus\:placeholder-opacity-15:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15 !important; }
  .md\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .md\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important; }
  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important; }
  .md\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --placeholder-opacity: 0.3 !important; }
  .md\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35 !important; }
  .md\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --placeholder-opacity: 0.4 !important; }
  .md\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .md\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .md\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .md\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .md\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important; }
  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important; }
  .md\:focus\:placeholder-opacity-55:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:focus\:placeholder-opacity-55:focus::-moz-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:focus\:placeholder-opacity-55:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:focus\:placeholder-opacity-55:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:focus\:placeholder-opacity-55:focus::placeholder {
    --placeholder-opacity: 0.55 !important; }
  .md\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --placeholder-opacity: 0.6 !important; }
  .md\:focus\:placeholder-opacity-65:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:focus\:placeholder-opacity-65:focus::-moz-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:focus\:placeholder-opacity-65:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:focus\:placeholder-opacity-65:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:focus\:placeholder-opacity-65:focus::placeholder {
    --placeholder-opacity: 0.65 !important; }
  .md\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .md\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important; }
  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important; }
  .md\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8 !important; }
  .md\:focus\:placeholder-opacity-85:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:focus\:placeholder-opacity-85:focus::-moz-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:focus\:placeholder-opacity-85:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:focus\:placeholder-opacity-85:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:focus\:placeholder-opacity-85:focus::placeholder {
    --placeholder-opacity: 0.85 !important; }
  .md\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --placeholder-opacity: 0.9 !important; }
  .md\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .md\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --placeholder-opacity: 0.95 !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::-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-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important; }
  .md\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important; }
  .md\:inset-x-0 {
    right: 0 !important;
    left: 0 !important; }
  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important; }
  .md\:inset-x-auto {
    right: auto !important;
    left: auto !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-auto {
    top: auto !important; }
  .md\:right-auto {
    right: auto !important; }
  .md\:bottom-auto {
    bottom: auto !important; }
  .md\:left-auto {
    left: auto !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-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-DEFAULT {
    -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-3xl {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !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-DEFAULT: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-3xl:hover {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !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-DEFAULT: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-3xl:focus {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .md\:focus-within\:shadow-sm:focus-within {
    -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-within\:shadow-DEFAULT:focus-within {
    -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-within\:shadow-md:focus-within {
    -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-within\:shadow-lg:focus-within {
    -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-within\:shadow-xl:focus-within {
    -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-within\:shadow-2xl:focus-within {
    -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-within\:shadow-3xl:focus-within {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }
  .md\:focus-within\:shadow-inner:focus-within {
    -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-within\:shadow-none:focus-within {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .group:hover .md\:group-hover\: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; }
  .group:hover .md\:group-hover\:shadow-DEFAULT {
    -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; }
  .group:hover .md\:group-hover\: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; }
  .group:hover .md\:group-hover\: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; }
  .group:hover .md\:group-hover\: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; }
  .group:hover .md\:group-hover\: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; }
  .group:hover .md\:group-hover\:shadow-3xl {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }
  .group:hover .md\:group-hover\: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; }
  .group:hover .md\:group-hover\:shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .md\:fill-current {
    fill: currentColor !important; }
  .group:hover .md\:group-hover\: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-transparent {
    color: transparent !important; }
  .md\:text-current {
    color: currentColor !important; }
  .md\:text-inherit {
    color: inherit !important; }
  .md\:text-black-10 {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:text-black-40 {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:text-black-80 {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:text-black-90 {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:text-black {
    color: black !important; }
  .md\:text-white-10 {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:text-white-20 {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:text-white-40 {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:text-white {
    color: white !important; }
  .group:hover .md\:group-hover\:text-transparent {
    color: transparent !important; }
  .group:hover .md\:group-hover\:text-current {
    color: currentColor !important; }
  .group:hover .md\:group-hover\:text-inherit {
    color: inherit !important; }
  .group:hover .md\:group-hover\:text-black-10 {
    color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .md\:group-hover\:text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .md\:group-hover\:text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .md\:group-hover\:text-black-40 {
    color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .md\:group-hover\:text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .md\:group-hover\:text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .md\:group-hover\:text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .md\:group-hover\:text-black-80 {
    color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .md\:group-hover\:text-black-90 {
    color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .md\:group-hover\:text-black {
    color: black !important; }
  .group:hover .md\:group-hover\:text-white-10 {
    color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .md\:group-hover\:text-white-20 {
    color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .md\:group-hover\:text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .md\:group-hover\:text-white-40 {
    color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .md\:group-hover\:text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .md\:group-hover\:text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .md\:group-hover\:text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .md\:group-hover\:text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .md\:group-hover\:text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .md\:group-hover\:text-white {
    color: white !important; }
  .md\:hover\:text-transparent:hover {
    color: transparent !important; }
  .md\:hover\:text-current:hover {
    color: currentColor !important; }
  .md\:hover\:text-inherit:hover {
    color: inherit !important; }
  .md\:hover\:text-black-10:hover {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:hover\:text-black-20:hover {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:hover\:text-black-30:hover {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:hover\:text-black-40:hover {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:hover\:text-black-50:hover {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:hover\:text-black-60:hover {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:hover\:text-black-70:hover {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:hover\:text-black-80:hover {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:hover\:text-black-90:hover {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:hover\:text-black:hover {
    color: black !important; }
  .md\:hover\:text-white-10:hover {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:hover\:text-white-20:hover {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:hover\:text-white-30:hover {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:hover\:text-white-40:hover {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:hover\:text-white-50:hover {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:hover\:text-white-60:hover {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:hover\:text-white-70:hover {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:hover\:text-white-80:hover {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:hover\:text-white-90:hover {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:hover\:text-white:hover {
    color: white !important; }
  .md\:focus\:text-transparent:focus {
    color: transparent !important; }
  .md\:focus\:text-current:focus {
    color: currentColor !important; }
  .md\:focus\:text-inherit:focus {
    color: inherit !important; }
  .md\:focus\:text-black-10:focus {
    color: rgba(0, 0, 0, 0.1) !important; }
  .md\:focus\:text-black-20:focus {
    color: rgba(0, 0, 0, 0.2) !important; }
  .md\:focus\:text-black-30:focus {
    color: rgba(0, 0, 0, 0.3) !important; }
  .md\:focus\:text-black-40:focus {
    color: rgba(0, 0, 0, 0.4) !important; }
  .md\:focus\:text-black-50:focus {
    color: rgba(0, 0, 0, 0.5) !important; }
  .md\:focus\:text-black-60:focus {
    color: rgba(0, 0, 0, 0.6) !important; }
  .md\:focus\:text-black-70:focus {
    color: rgba(0, 0, 0, 0.7) !important; }
  .md\:focus\:text-black-80:focus {
    color: rgba(0, 0, 0, 0.8) !important; }
  .md\:focus\:text-black-90:focus {
    color: rgba(0, 0, 0, 0.9) !important; }
  .md\:focus\:text-black:focus {
    color: black !important; }
  .md\:focus\:text-white-10:focus {
    color: rgba(255, 255, 255, 0.1) !important; }
  .md\:focus\:text-white-20:focus {
    color: rgba(255, 255, 255, 0.2) !important; }
  .md\:focus\:text-white-30:focus {
    color: rgba(255, 255, 255, 0.3) !important; }
  .md\:focus\:text-white-40:focus {
    color: rgba(255, 255, 255, 0.4) !important; }
  .md\:focus\:text-white-50:focus {
    color: rgba(255, 255, 255, 0.5) !important; }
  .md\:focus\:text-white-60:focus {
    color: rgba(255, 255, 255, 0.6) !important; }
  .md\:focus\:text-white-70:focus {
    color: rgba(255, 255, 255, 0.7) !important; }
  .md\:focus\:text-white-80:focus {
    color: rgba(255, 255, 255, 0.8) !important; }
  .md\:focus\:text-white-90:focus {
    color: rgba(255, 255, 255, 0.9) !important; }
  .md\:focus\:text-white:focus {
    color: white !important; }
  .md\:text-opacity-0 {
    --text-opacity: 0 !important; }
  .md\:text-opacity-5 {
    --text-opacity: 0.05 !important; }
  .md\:text-opacity-10 {
    --text-opacity: 0.1 !important; }
  .md\:text-opacity-15 {
    --text-opacity: 0.15 !important; }
  .md\:text-opacity-20 {
    --text-opacity: 0.2 !important; }
  .md\:text-opacity-25 {
    --text-opacity: 0.25 !important; }
  .md\:text-opacity-30 {
    --text-opacity: 0.3 !important; }
  .md\:text-opacity-35 {
    --text-opacity: 0.35 !important; }
  .md\:text-opacity-40 {
    --text-opacity: 0.4 !important; }
  .md\:text-opacity-45 {
    --text-opacity: 0.45 !important; }
  .md\:text-opacity-50 {
    --text-opacity: 0.5 !important; }
  .md\:text-opacity-55 {
    --text-opacity: 0.55 !important; }
  .md\:text-opacity-60 {
    --text-opacity: 0.6 !important; }
  .md\:text-opacity-65 {
    --text-opacity: 0.65 !important; }
  .md\:text-opacity-70 {
    --text-opacity: 0.7 !important; }
  .md\:text-opacity-75 {
    --text-opacity: 0.75 !important; }
  .md\:text-opacity-80 {
    --text-opacity: 0.8 !important; }
  .md\:text-opacity-85 {
    --text-opacity: 0.85 !important; }
  .md\:text-opacity-90 {
    --text-opacity: 0.9 !important; }
  .md\:text-opacity-95 {
    --text-opacity: 0.95 !important; }
  .md\:text-opacity-100 {
    --text-opacity: 1 !important; }
  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important; }
  .md\:hover\:text-opacity-5:hover {
    --text-opacity: 0.05 !important; }
  .md\:hover\:text-opacity-10:hover {
    --text-opacity: 0.1 !important; }
  .md\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15 !important; }
  .md\:hover\:text-opacity-20:hover {
    --text-opacity: 0.2 !important; }
  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important; }
  .md\:hover\:text-opacity-30:hover {
    --text-opacity: 0.3 !important; }
  .md\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35 !important; }
  .md\:hover\:text-opacity-40:hover {
    --text-opacity: 0.4 !important; }
  .md\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45 !important; }
  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important; }
  .md\:hover\:text-opacity-55:hover {
    --text-opacity: 0.55 !important; }
  .md\:hover\:text-opacity-60:hover {
    --text-opacity: 0.6 !important; }
  .md\:hover\:text-opacity-65:hover {
    --text-opacity: 0.65 !important; }
  .md\:hover\:text-opacity-70:hover {
    --text-opacity: 0.7 !important; }
  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important; }
  .md\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8 !important; }
  .md\:hover\:text-opacity-85:hover {
    --text-opacity: 0.85 !important; }
  .md\:hover\:text-opacity-90:hover {
    --text-opacity: 0.9 !important; }
  .md\:hover\:text-opacity-95:hover {
    --text-opacity: 0.95 !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-5:focus {
    --text-opacity: 0.05 !important; }
  .md\:focus\:text-opacity-10:focus {
    --text-opacity: 0.1 !important; }
  .md\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15 !important; }
  .md\:focus\:text-opacity-20:focus {
    --text-opacity: 0.2 !important; }
  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important; }
  .md\:focus\:text-opacity-30:focus {
    --text-opacity: 0.3 !important; }
  .md\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35 !important; }
  .md\:focus\:text-opacity-40:focus {
    --text-opacity: 0.4 !important; }
  .md\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45 !important; }
  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important; }
  .md\:focus\:text-opacity-55:focus {
    --text-opacity: 0.55 !important; }
  .md\:focus\:text-opacity-60:focus {
    --text-opacity: 0.6 !important; }
  .md\:focus\:text-opacity-65:focus {
    --text-opacity: 0.65 !important; }
  .md\:focus\:text-opacity-70:focus {
    --text-opacity: 0.7 !important; }
  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important; }
  .md\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8 !important; }
  .md\:focus\:text-opacity-85:focus {
    --text-opacity: 0.85 !important; }
  .md\:focus\:text-opacity-90:focus {
    --text-opacity: 0.9 !important; }
  .md\:focus\:text-opacity-95:focus {
    --text-opacity: 0.95 !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; }
  .group:hover .md\:group-hover\:underline {
    text-decoration: underline !important; }
  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through !important; }
  .group:hover .md\:group-hover\:no-underline {
    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\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important; }
  .md\:normal-nums {
    font-variant-numeric: normal !important; }
  .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important; }
  .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important; }
  .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important; }
  .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important; }
  .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important; }
  .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important; }
  .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important; }
  .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !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\: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 {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important; }
  .md\:break-words {
    word-wrap: break-word !important;
    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: 0rem !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-7 {
    width: 1.75rem !important; }
  .md\:w-8 {
    width: 2rem !important; }
  .md\:w-9 {
    width: 2.25rem !important; }
  .md\:w-10 {
    width: 2.5rem !important; }
  .md\:w-11 {
    width: 2.75rem !important; }
  .md\:w-12 {
    width: 3rem !important; }
  .md\:w-13 {
    width: 3.25rem !important; }
  .md\:w-14 {
    width: 3.5rem !important; }
  .md\:w-15 {
    width: 3.75rem !important; }
  .md\:w-16 {
    width: 4rem !important; }
  .md\:w-17 {
    width: 4.25rem !important; }
  .md\:w-18 {
    width: 4.5rem !important; }
  .md\:w-19 {
    width: 4.75rem !important; }
  .md\:w-20 {
    width: 5rem !important; }
  .md\:w-21 {
    width: 5.25rem !important; }
  .md\:w-22 {
    width: 5.5rem !important; }
  .md\:w-23 {
    width: 5.75rem !important; }
  .md\:w-24 {
    width: 6rem !important; }
  .md\:w-25 {
    width: 6.25rem !important; }
  .md\:w-26 {
    width: 6.5rem !important; }
  .md\:w-27 {
    width: 6.75rem !important; }
  .md\:w-28 {
    width: 7rem !important; }
  .md\:w-29 {
    width: 7.25rem !important; }
  .md\:w-30 {
    width: 7.5rem !important; }
  .md\:w-31 {
    width: 7.75rem !important; }
  .md\:w-32 {
    width: 8rem !important; }
  .md\:w-33 {
    width: 8.25rem !important; }
  .md\:w-34 {
    width: 8.5rem !important; }
  .md\:w-35 {
    width: 8.75rem !important; }
  .md\:w-36 {
    width: 9rem !important; }
  .md\:w-37 {
    width: 9.25rem !important; }
  .md\:w-38 {
    width: 9.5rem !important; }
  .md\:w-39 {
    width: 9.75rem !important; }
  .md\:w-40 {
    width: 10rem !important; }
  .md\:w-41 {
    width: 10.25rem !important; }
  .md\:w-42 {
    width: 10.5rem !important; }
  .md\:w-43 {
    width: 10.75rem !important; }
  .md\:w-44 {
    width: 11rem !important; }
  .md\:w-45 {
    width: 11.25rem !important; }
  .md\:w-46 {
    width: 11.5rem !important; }
  .md\:w-47 {
    width: 11.75rem !important; }
  .md\:w-48 {
    width: 12rem !important; }
  .md\:w-49 {
    width: 12.25rem !important; }
  .md\:w-50 {
    width: 12.5rem !important; }
  .md\:w-51 {
    width: 12.75rem !important; }
  .md\:w-52 {
    width: 13rem !important; }
  .md\:w-53 {
    width: 13.25rem !important; }
  .md\:w-54 {
    width: 13.5rem !important; }
  .md\:w-55 {
    width: 13.75rem !important; }
  .md\:w-56 {
    width: 14rem !important; }
  .md\:w-57 {
    width: 14.25rem !important; }
  .md\:w-58 {
    width: 14.5rem !important; }
  .md\:w-59 {
    width: 14.75rem !important; }
  .md\:w-60 {
    width: 15rem !important; }
  .md\:w-61 {
    width: 15.25rem !important; }
  .md\:w-62 {
    width: 15.5rem !important; }
  .md\:w-63 {
    width: 15.75rem !important; }
  .md\:w-64 {
    width: 16rem !important; }
  .md\:w-65 {
    width: 16.25rem !important; }
  .md\:w-66 {
    width: 16.5rem !important; }
  .md\:w-67 {
    width: 16.75rem !important; }
  .md\:w-68 {
    width: 17rem !important; }
  .md\:w-69 {
    width: 17.25rem !important; }
  .md\:w-70 {
    width: 17.5rem !important; }
  .md\:w-71 {
    width: 17.75rem !important; }
  .md\:w-72 {
    width: 18rem !important; }
  .md\:w-73 {
    width: 18.25rem !important; }
  .md\:w-74 {
    width: 18.5rem !important; }
  .md\:w-75 {
    width: 18.75rem !important; }
  .md\:w-76 {
    width: 19rem !important; }
  .md\:w-77 {
    width: 19.25rem !important; }
  .md\:w-78 {
    width: 19.5rem !important; }
  .md\:w-79 {
    width: 19.75rem !important; }
  .md\:w-80 {
    width: 20rem !important; }
  .md\:w-84 {
    width: 21rem !important; }
  .md\:w-88 {
    width: 22rem !important; }
  .md\:w-92 {
    width: 23rem !important; }
  .md\:w-96 {
    width: 24rem !important; }
  .md\:w-100 {
    width: 25rem !important; }
  .md\:w-104 {
    width: 26rem !important; }
  .md\:w-108 {
    width: 27rem !important; }
  .md\:w-112 {
    width: 28rem !important; }
  .md\:w-116 {
    width: 29rem !important; }
  .md\:w-120 {
    width: 30rem !important; }
  .md\:w-124 {
    width: 31rem !important; }
  .md\:w-128 {
    width: 32rem !important; }
  .md\:w-132 {
    width: 33rem !important; }
  .md\:w-136 {
    width: 34rem !important; }
  .md\:w-140 {
    width: 35rem !important; }
  .md\:w-144 {
    width: 36rem !important; }
  .md\:w-148 {
    width: 37rem !important; }
  .md\:w-152 {
    width: 38rem !important; }
  .md\:w-156 {
    width: 39rem !important; }
  .md\:w-160 {
    width: 40rem !important; }
  .md\:w-164 {
    width: 41rem !important; }
  .md\:w-168 {
    width: 42rem !important; }
  .md\:w-172 {
    width: 43rem !important; }
  .md\:w-176 {
    width: 44rem !important; }
  .md\:w-180 {
    width: 45rem !important; }
  .md\:w-184 {
    width: 46rem !important; }
  .md\:w-188 {
    width: 47rem !important; }
  .md\:w-192 {
    width: 48rem !important; }
  .md\:w-196 {
    width: 49rem !important; }
  .md\:w-200 {
    width: 50rem !important; }
  .md\:w-auto {
    width: auto !important; }
  .md\:w-px {
    width: 1px !important; }
  .md\:w-2px {
    width: 2px !important; }
  .md\:w-1\/2 {
    width: 50% !important; }
  .md\:w-2\/2 {
    width: 100% !important; }
  .md\:w-1\/3 {
    width: 33.333333% !important; }
  .md\:w-2\/3 {
    width: 66.666667% !important; }
  .md\:w-3\/3 {
    width: 100% !important; }
  .md\:w-1\/4 {
    width: 25% !important; }
  .md\:w-2\/4 {
    width: 50% !important; }
  .md\:w-3\/4 {
    width: 75% !important; }
  .md\:w-4\/4 {
    width: 100% !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-5\/5 {
    width: 100% !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-6\/6 {
    width: 100% !important; }
  .md\:w-1\/10 {
    width: 10% !important; }
  .md\:w-2\/10 {
    width: 20% !important; }
  .md\:w-3\/10 {
    width: 30% !important; }
  .md\:w-4\/10 {
    width: 40% !important; }
  .md\:w-5\/10 {
    width: 50% !important; }
  .md\:w-6\/10 {
    width: 60% !important; }
  .md\:w-7\/10 {
    width: 70% !important; }
  .md\:w-8\/10 {
    width: 80% !important; }
  .md\:w-9\/10 {
    width: 90% !important; }
  .md\:w-10\/10 {
    width: 100% !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-12\/12 {
    width: 100% !important; }
  .md\:w-xs {
    width: 20rem !important; }
  .md\:w-sm {
    width: 24rem !important; }
  .md\:w-md {
    width: 28rem !important; }
  .md\:w-lg {
    width: 32rem !important; }
  .md\:w-xl {
    width: 36rem !important; }
  .md\:w-2xl {
    width: 42rem !important; }
  .md\:w-3xl {
    width: 48rem !important; }
  .md\:w-4xl {
    width: 56rem !important; }
  .md\:w-5xl {
    width: 64rem !important; }
  .md\:w-6xl {
    width: 72rem !important; }
  .md\:w-7xl {
    width: 80rem !important; }
  .md\:w-full {
    width: 100% !important; }
  .md\:w-screenw {
    width: 100vw !important; }
  .md\:w-screenh {
    width: 100vh !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\:gap-0 {
    grid-gap: 0rem !important;
    gap: 0rem !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-7 {
    grid-gap: 1.75rem !important;
    gap: 1.75rem !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-11 {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important; }
  .md\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .md\:gap-13 {
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important; }
  .md\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important; }
  .md\:gap-15 {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important; }
  .md\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important; }
  .md\:gap-17 {
    grid-gap: 4.25rem !important;
    gap: 4.25rem !important; }
  .md\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important; }
  .md\:gap-19 {
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important; }
  .md\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important; }
  .md\:gap-21 {
    grid-gap: 5.25rem !important;
    gap: 5.25rem !important; }
  .md\:gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important; }
  .md\:gap-23 {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !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-26 {
    grid-gap: 6.5rem !important;
    gap: 6.5rem !important; }
  .md\:gap-27 {
    grid-gap: 6.75rem !important;
    gap: 6.75rem !important; }
  .md\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important; }
  .md\:gap-29 {
    grid-gap: 7.25rem !important;
    gap: 7.25rem !important; }
  .md\:gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important; }
  .md\:gap-31 {
    grid-gap: 7.75rem !important;
    gap: 7.75rem !important; }
  .md\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important; }
  .md\:gap-33 {
    grid-gap: 8.25rem !important;
    gap: 8.25rem !important; }
  .md\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important; }
  .md\:gap-35 {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important; }
  .md\:gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important; }
  .md\:gap-37 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important; }
  .md\:gap-38 {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important; }
  .md\:gap-39 {
    grid-gap: 9.75rem !important;
    gap: 9.75rem !important; }
  .md\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important; }
  .md\:gap-41 {
    grid-gap: 10.25rem !important;
    gap: 10.25rem !important; }
  .md\:gap-42 {
    grid-gap: 10.5rem !important;
    gap: 10.5rem !important; }
  .md\:gap-43 {
    grid-gap: 10.75rem !important;
    gap: 10.75rem !important; }
  .md\:gap-44 {
    grid-gap: 11rem !important;
    gap: 11rem !important; }
  .md\:gap-45 {
    grid-gap: 11.25rem !important;
    gap: 11.25rem !important; }
  .md\:gap-46 {
    grid-gap: 11.5rem !important;
    gap: 11.5rem !important; }
  .md\:gap-47 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important; }
  .md\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important; }
  .md\:gap-49 {
    grid-gap: 12.25rem !important;
    gap: 12.25rem !important; }
  .md\:gap-50 {
    grid-gap: 12.5rem !important;
    gap: 12.5rem !important; }
  .md\:gap-51 {
    grid-gap: 12.75rem !important;
    gap: 12.75rem !important; }
  .md\:gap-52 {
    grid-gap: 13rem !important;
    gap: 13rem !important; }
  .md\:gap-53 {
    grid-gap: 13.25rem !important;
    gap: 13.25rem !important; }
  .md\:gap-54 {
    grid-gap: 13.5rem !important;
    gap: 13.5rem !important; }
  .md\:gap-55 {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important; }
  .md\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important; }
  .md\:gap-57 {
    grid-gap: 14.25rem !important;
    gap: 14.25rem !important; }
  .md\:gap-58 {
    grid-gap: 14.5rem !important;
    gap: 14.5rem !important; }
  .md\:gap-59 {
    grid-gap: 14.75rem !important;
    gap: 14.75rem !important; }
  .md\:gap-60 {
    grid-gap: 15rem !important;
    gap: 15rem !important; }
  .md\:gap-61 {
    grid-gap: 15.25rem !important;
    gap: 15.25rem !important; }
  .md\:gap-62 {
    grid-gap: 15.5rem !important;
    gap: 15.5rem !important; }
  .md\:gap-63 {
    grid-gap: 15.75rem !important;
    gap: 15.75rem !important; }
  .md\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important; }
  .md\:gap-65 {
    grid-gap: 16.25rem !important;
    gap: 16.25rem !important; }
  .md\:gap-66 {
    grid-gap: 16.5rem !important;
    gap: 16.5rem !important; }
  .md\:gap-67 {
    grid-gap: 16.75rem !important;
    gap: 16.75rem !important; }
  .md\:gap-68 {
    grid-gap: 17rem !important;
    gap: 17rem !important; }
  .md\:gap-69 {
    grid-gap: 17.25rem !important;
    gap: 17.25rem !important; }
  .md\:gap-70 {
    grid-gap: 17.5rem !important;
    gap: 17.5rem !important; }
  .md\:gap-71 {
    grid-gap: 17.75rem !important;
    gap: 17.75rem !important; }
  .md\:gap-72 {
    grid-gap: 18rem !important;
    gap: 18rem !important; }
  .md\:gap-73 {
    grid-gap: 18.25rem !important;
    gap: 18.25rem !important; }
  .md\:gap-74 {
    grid-gap: 18.5rem !important;
    gap: 18.5rem !important; }
  .md\:gap-75 {
    grid-gap: 18.75rem !important;
    gap: 18.75rem !important; }
  .md\:gap-76 {
    grid-gap: 19rem !important;
    gap: 19rem !important; }
  .md\:gap-77 {
    grid-gap: 19.25rem !important;
    gap: 19.25rem !important; }
  .md\:gap-78 {
    grid-gap: 19.5rem !important;
    gap: 19.5rem !important; }
  .md\:gap-79 {
    grid-gap: 19.75rem !important;
    gap: 19.75rem !important; }
  .md\:gap-80 {
    grid-gap: 20rem !important;
    gap: 20rem !important; }
  .md\:gap-84 {
    grid-gap: 21rem !important;
    gap: 21rem !important; }
  .md\:gap-88 {
    grid-gap: 22rem !important;
    gap: 22rem !important; }
  .md\:gap-92 {
    grid-gap: 23rem !important;
    gap: 23rem !important; }
  .md\:gap-96 {
    grid-gap: 24rem !important;
    gap: 24rem !important; }
  .md\:gap-100 {
    grid-gap: 25rem !important;
    gap: 25rem !important; }
  .md\:gap-104 {
    grid-gap: 26rem !important;
    gap: 26rem !important; }
  .md\:gap-108 {
    grid-gap: 27rem !important;
    gap: 27rem !important; }
  .md\:gap-112 {
    grid-gap: 28rem !important;
    gap: 28rem !important; }
  .md\:gap-116 {
    grid-gap: 29rem !important;
    gap: 29rem !important; }
  .md\:gap-120 {
    grid-gap: 30rem !important;
    gap: 30rem !important; }
  .md\:gap-124 {
    grid-gap: 31rem !important;
    gap: 31rem !important; }
  .md\:gap-128 {
    grid-gap: 32rem !important;
    gap: 32rem !important; }
  .md\:gap-132 {
    grid-gap: 33rem !important;
    gap: 33rem !important; }
  .md\:gap-136 {
    grid-gap: 34rem !important;
    gap: 34rem !important; }
  .md\:gap-140 {
    grid-gap: 35rem !important;
    gap: 35rem !important; }
  .md\:gap-144 {
    grid-gap: 36rem !important;
    gap: 36rem !important; }
  .md\:gap-148 {
    grid-gap: 37rem !important;
    gap: 37rem !important; }
  .md\:gap-152 {
    grid-gap: 38rem !important;
    gap: 38rem !important; }
  .md\:gap-156 {
    grid-gap: 39rem !important;
    gap: 39rem !important; }
  .md\:gap-160 {
    grid-gap: 40rem !important;
    gap: 40rem !important; }
  .md\:gap-164 {
    grid-gap: 41rem !important;
    gap: 41rem !important; }
  .md\:gap-168 {
    grid-gap: 42rem !important;
    gap: 42rem !important; }
  .md\:gap-172 {
    grid-gap: 43rem !important;
    gap: 43rem !important; }
  .md\:gap-176 {
    grid-gap: 44rem !important;
    gap: 44rem !important; }
  .md\:gap-180 {
    grid-gap: 45rem !important;
    gap: 45rem !important; }
  .md\:gap-184 {
    grid-gap: 46rem !important;
    gap: 46rem !important; }
  .md\:gap-188 {
    grid-gap: 47rem !important;
    gap: 47rem !important; }
  .md\:gap-192 {
    grid-gap: 48rem !important;
    gap: 48rem !important; }
  .md\:gap-196 {
    grid-gap: 49rem !important;
    gap: 49rem !important; }
  .md\:gap-200 {
    grid-gap: 50rem !important;
    gap: 50rem !important; }
  .md\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important; }
  .md\:gap-2px {
    grid-gap: 2px !important;
    gap: 2px !important; }
  .md\:gap-1\/2 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .md\:gap-2\/2 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .md\:gap-1\/3 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .md\:gap-2\/3 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .md\:gap-3\/3 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .md\:gap-1\/4 {
    grid-gap: 25% !important;
    gap: 25% !important; }
  .md\:gap-2\/4 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .md\:gap-3\/4 {
    grid-gap: 75% !important;
    gap: 75% !important; }
  .md\:gap-4\/4 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .md\:gap-1\/5 {
    grid-gap: 20% !important;
    gap: 20% !important; }
  .md\:gap-2\/5 {
    grid-gap: 40% !important;
    gap: 40% !important; }
  .md\:gap-3\/5 {
    grid-gap: 60% !important;
    gap: 60% !important; }
  .md\:gap-4\/5 {
    grid-gap: 80% !important;
    gap: 80% !important; }
  .md\:gap-5\/5 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .md\:gap-1\/6 {
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important; }
  .md\:gap-2\/6 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .md\:gap-3\/6 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .md\:gap-4\/6 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .md\:gap-5\/6 {
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important; }
  .md\:gap-6\/6 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .md\:gap-1\/10 {
    grid-gap: 10% !important;
    gap: 10% !important; }
  .md\:gap-2\/10 {
    grid-gap: 20% !important;
    gap: 20% !important; }
  .md\:gap-3\/10 {
    grid-gap: 30% !important;
    gap: 30% !important; }
  .md\:gap-4\/10 {
    grid-gap: 40% !important;
    gap: 40% !important; }
  .md\:gap-5\/10 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .md\:gap-6\/10 {
    grid-gap: 60% !important;
    gap: 60% !important; }
  .md\:gap-7\/10 {
    grid-gap: 70% !important;
    gap: 70% !important; }
  .md\:gap-8\/10 {
    grid-gap: 80% !important;
    gap: 80% !important; }
  .md\:gap-9\/10 {
    grid-gap: 90% !important;
    gap: 90% !important; }
  .md\:gap-10\/10 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .md\:gap-1\/12 {
    grid-gap: 8.333333% !important;
    gap: 8.333333% !important; }
  .md\:gap-2\/12 {
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important; }
  .md\:gap-3\/12 {
    grid-gap: 25% !important;
    gap: 25% !important; }
  .md\:gap-4\/12 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .md\:gap-5\/12 {
    grid-gap: 41.666667% !important;
    gap: 41.666667% !important; }
  .md\:gap-6\/12 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .md\:gap-7\/12 {
    grid-gap: 58.333333% !important;
    gap: 58.333333% !important; }
  .md\:gap-8\/12 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .md\:gap-9\/12 {
    grid-gap: 75% !important;
    gap: 75% !important; }
  .md\:gap-10\/12 {
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important; }
  .md\:gap-11\/12 {
    grid-gap: 91.666667% !important;
    gap: 91.666667% !important; }
  .md\:gap-12\/12 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .md\:gap-x-0 {
    grid-column-gap: 0rem !important;
    -webkit-column-gap: 0rem !important;
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important; }
  .md\:gap-x-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\:gap-x-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\:gap-x-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\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important; }
  .md\:gap-x-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\:gap-x-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\:gap-x-7 {
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important; }
  .md\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important; }
  .md\:gap-x-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\:gap-x-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\:gap-x-11 {
    grid-column-gap: 2.75rem !important;
    -webkit-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important; }
  .md\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important; }
  .md\:gap-x-13 {
    grid-column-gap: 3.25rem !important;
    -webkit-column-gap: 3.25rem !important;
    -moz-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important; }
  .md\:gap-x-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\:gap-x-15 {
    grid-column-gap: 3.75rem !important;
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important; }
  .md\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important; }
  .md\:gap-x-17 {
    grid-column-gap: 4.25rem !important;
    -webkit-column-gap: 4.25rem !important;
    -moz-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important; }
  .md\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important; }
  .md\:gap-x-19 {
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
    -moz-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important; }
  .md\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important; }
  .md\:gap-x-21 {
    grid-column-gap: 5.25rem !important;
    -webkit-column-gap: 5.25rem !important;
    -moz-column-gap: 5.25rem !important;
    column-gap: 5.25rem !important; }
  .md\:gap-x-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\:gap-x-23 {
    grid-column-gap: 5.75rem !important;
    -webkit-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
    column-gap: 5.75rem !important; }
  .md\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important; }
  .md\:gap-x-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\:gap-x-26 {
    grid-column-gap: 6.5rem !important;
    -webkit-column-gap: 6.5rem !important;
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important; }
  .md\:gap-x-27 {
    grid-column-gap: 6.75rem !important;
    -webkit-column-gap: 6.75rem !important;
    -moz-column-gap: 6.75rem !important;
    column-gap: 6.75rem !important; }
  .md\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important; }
  .md\:gap-x-29 {
    grid-column-gap: 7.25rem !important;
    -webkit-column-gap: 7.25rem !important;
    -moz-column-gap: 7.25rem !important;
    column-gap: 7.25rem !important; }
  .md\:gap-x-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\:gap-x-31 {
    grid-column-gap: 7.75rem !important;
    -webkit-column-gap: 7.75rem !important;
    -moz-column-gap: 7.75rem !important;
    column-gap: 7.75rem !important; }
  .md\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important; }
  .md\:gap-x-33 {
    grid-column-gap: 8.25rem !important;
    -webkit-column-gap: 8.25rem !important;
    -moz-column-gap: 8.25rem !important;
    column-gap: 8.25rem !important; }
  .md\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -webkit-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
    column-gap: 8.5rem !important; }
  .md\:gap-x-35 {
    grid-column-gap: 8.75rem !important;
    -webkit-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
    column-gap: 8.75rem !important; }
  .md\:gap-x-36 {
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important; }
  .md\:gap-x-37 {
    grid-column-gap: 9.25rem !important;
    -webkit-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
    column-gap: 9.25rem !important; }
  .md\:gap-x-38 {
    grid-column-gap: 9.5rem !important;
    -webkit-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
    column-gap: 9.5rem !important; }
  .md\:gap-x-39 {
    grid-column-gap: 9.75rem !important;
    -webkit-column-gap: 9.75rem !important;
    -moz-column-gap: 9.75rem !important;
    column-gap: 9.75rem !important; }
  .md\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important; }
  .md\:gap-x-41 {
    grid-column-gap: 10.25rem !important;
    -webkit-column-gap: 10.25rem !important;
    -moz-column-gap: 10.25rem !important;
    column-gap: 10.25rem !important; }
  .md\:gap-x-42 {
    grid-column-gap: 10.5rem !important;
    -webkit-column-gap: 10.5rem !important;
    -moz-column-gap: 10.5rem !important;
    column-gap: 10.5rem !important; }
  .md\:gap-x-43 {
    grid-column-gap: 10.75rem !important;
    -webkit-column-gap: 10.75rem !important;
    -moz-column-gap: 10.75rem !important;
    column-gap: 10.75rem !important; }
  .md\:gap-x-44 {
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important; }
  .md\:gap-x-45 {
    grid-column-gap: 11.25rem !important;
    -webkit-column-gap: 11.25rem !important;
    -moz-column-gap: 11.25rem !important;
    column-gap: 11.25rem !important; }
  .md\:gap-x-46 {
    grid-column-gap: 11.5rem !important;
    -webkit-column-gap: 11.5rem !important;
    -moz-column-gap: 11.5rem !important;
    column-gap: 11.5rem !important; }
  .md\:gap-x-47 {
    grid-column-gap: 11.75rem !important;
    -webkit-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
    column-gap: 11.75rem !important; }
  .md\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important; }
  .md\:gap-x-49 {
    grid-column-gap: 12.25rem !important;
    -webkit-column-gap: 12.25rem !important;
    -moz-column-gap: 12.25rem !important;
    column-gap: 12.25rem !important; }
  .md\:gap-x-50 {
    grid-column-gap: 12.5rem !important;
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important; }
  .md\:gap-x-51 {
    grid-column-gap: 12.75rem !important;
    -webkit-column-gap: 12.75rem !important;
    -moz-column-gap: 12.75rem !important;
    column-gap: 12.75rem !important; }
  .md\:gap-x-52 {
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important; }
  .md\:gap-x-53 {
    grid-column-gap: 13.25rem !important;
    -webkit-column-gap: 13.25rem !important;
    -moz-column-gap: 13.25rem !important;
    column-gap: 13.25rem !important; }
  .md\:gap-x-54 {
    grid-column-gap: 13.5rem !important;
    -webkit-column-gap: 13.5rem !important;
    -moz-column-gap: 13.5rem !important;
    column-gap: 13.5rem !important; }
  .md\:gap-x-55 {
    grid-column-gap: 13.75rem !important;
    -webkit-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
    column-gap: 13.75rem !important; }
  .md\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important; }
  .md\:gap-x-57 {
    grid-column-gap: 14.25rem !important;
    -webkit-column-gap: 14.25rem !important;
    -moz-column-gap: 14.25rem !important;
    column-gap: 14.25rem !important; }
  .md\:gap-x-58 {
    grid-column-gap: 14.5rem !important;
    -webkit-column-gap: 14.5rem !important;
    -moz-column-gap: 14.5rem !important;
    column-gap: 14.5rem !important; }
  .md\:gap-x-59 {
    grid-column-gap: 14.75rem !important;
    -webkit-column-gap: 14.75rem !important;
    -moz-column-gap: 14.75rem !important;
    column-gap: 14.75rem !important; }
  .md\:gap-x-60 {
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important; }
  .md\:gap-x-61 {
    grid-column-gap: 15.25rem !important;
    -webkit-column-gap: 15.25rem !important;
    -moz-column-gap: 15.25rem !important;
    column-gap: 15.25rem !important; }
  .md\:gap-x-62 {
    grid-column-gap: 15.5rem !important;
    -webkit-column-gap: 15.5rem !important;
    -moz-column-gap: 15.5rem !important;
    column-gap: 15.5rem !important; }
  .md\:gap-x-63 {
    grid-column-gap: 15.75rem !important;
    -webkit-column-gap: 15.75rem !important;
    -moz-column-gap: 15.75rem !important;
    column-gap: 15.75rem !important; }
  .md\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important; }
  .md\:gap-x-65 {
    grid-column-gap: 16.25rem !important;
    -webkit-column-gap: 16.25rem !important;
    -moz-column-gap: 16.25rem !important;
    column-gap: 16.25rem !important; }
  .md\:gap-x-66 {
    grid-column-gap: 16.5rem !important;
    -webkit-column-gap: 16.5rem !important;
    -moz-column-gap: 16.5rem !important;
    column-gap: 16.5rem !important; }
  .md\:gap-x-67 {
    grid-column-gap: 16.75rem !important;
    -webkit-column-gap: 16.75rem !important;
    -moz-column-gap: 16.75rem !important;
    column-gap: 16.75rem !important; }
  .md\:gap-x-68 {
    grid-column-gap: 17rem !important;
    -webkit-column-gap: 17rem !important;
    -moz-column-gap: 17rem !important;
    column-gap: 17rem !important; }
  .md\:gap-x-69 {
    grid-column-gap: 17.25rem !important;
    -webkit-column-gap: 17.25rem !important;
    -moz-column-gap: 17.25rem !important;
    column-gap: 17.25rem !important; }
  .md\:gap-x-70 {
    grid-column-gap: 17.5rem !important;
    -webkit-column-gap: 17.5rem !important;
    -moz-column-gap: 17.5rem !important;
    column-gap: 17.5rem !important; }
  .md\:gap-x-71 {
    grid-column-gap: 17.75rem !important;
    -webkit-column-gap: 17.75rem !important;
    -moz-column-gap: 17.75rem !important;
    column-gap: 17.75rem !important; }
  .md\:gap-x-72 {
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important; }
  .md\:gap-x-73 {
    grid-column-gap: 18.25rem !important;
    -webkit-column-gap: 18.25rem !important;
    -moz-column-gap: 18.25rem !important;
    column-gap: 18.25rem !important; }
  .md\:gap-x-74 {
    grid-column-gap: 18.5rem !important;
    -webkit-column-gap: 18.5rem !important;
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important; }
  .md\:gap-x-75 {
    grid-column-gap: 18.75rem !important;
    -webkit-column-gap: 18.75rem !important;
    -moz-column-gap: 18.75rem !important;
    column-gap: 18.75rem !important; }
  .md\:gap-x-76 {
    grid-column-gap: 19rem !important;
    -webkit-column-gap: 19rem !important;
    -moz-column-gap: 19rem !important;
    column-gap: 19rem !important; }
  .md\:gap-x-77 {
    grid-column-gap: 19.25rem !important;
    -webkit-column-gap: 19.25rem !important;
    -moz-column-gap: 19.25rem !important;
    column-gap: 19.25rem !important; }
  .md\:gap-x-78 {
    grid-column-gap: 19.5rem !important;
    -webkit-column-gap: 19.5rem !important;
    -moz-column-gap: 19.5rem !important;
    column-gap: 19.5rem !important; }
  .md\:gap-x-79 {
    grid-column-gap: 19.75rem !important;
    -webkit-column-gap: 19.75rem !important;
    -moz-column-gap: 19.75rem !important;
    column-gap: 19.75rem !important; }
  .md\:gap-x-80 {
    grid-column-gap: 20rem !important;
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important; }
  .md\:gap-x-84 {
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
    -moz-column-gap: 21rem !important;
    column-gap: 21rem !important; }
  .md\:gap-x-88 {
    grid-column-gap: 22rem !important;
    -webkit-column-gap: 22rem !important;
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important; }
  .md\:gap-x-92 {
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
    -moz-column-gap: 23rem !important;
    column-gap: 23rem !important; }
  .md\:gap-x-96 {
    grid-column-gap: 24rem !important;
    -webkit-column-gap: 24rem !important;
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important; }
  .md\:gap-x-100 {
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important; }
  .md\:gap-x-104 {
    grid-column-gap: 26rem !important;
    -webkit-column-gap: 26rem !important;
    -moz-column-gap: 26rem !important;
    column-gap: 26rem !important; }
  .md\:gap-x-108 {
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
    -moz-column-gap: 27rem !important;
    column-gap: 27rem !important; }
  .md\:gap-x-112 {
    grid-column-gap: 28rem !important;
    -webkit-column-gap: 28rem !important;
    -moz-column-gap: 28rem !important;
    column-gap: 28rem !important; }
  .md\:gap-x-116 {
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
    -moz-column-gap: 29rem !important;
    column-gap: 29rem !important; }
  .md\:gap-x-120 {
    grid-column-gap: 30rem !important;
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important; }
  .md\:gap-x-124 {
    grid-column-gap: 31rem !important;
    -webkit-column-gap: 31rem !important;
    -moz-column-gap: 31rem !important;
    column-gap: 31rem !important; }
  .md\:gap-x-128 {
    grid-column-gap: 32rem !important;
    -webkit-column-gap: 32rem !important;
    -moz-column-gap: 32rem !important;
    column-gap: 32rem !important; }
  .md\:gap-x-132 {
    grid-column-gap: 33rem !important;
    -webkit-column-gap: 33rem !important;
    -moz-column-gap: 33rem !important;
    column-gap: 33rem !important; }
  .md\:gap-x-136 {
    grid-column-gap: 34rem !important;
    -webkit-column-gap: 34rem !important;
    -moz-column-gap: 34rem !important;
    column-gap: 34rem !important; }
  .md\:gap-x-140 {
    grid-column-gap: 35rem !important;
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important; }
  .md\:gap-x-144 {
    grid-column-gap: 36rem !important;
    -webkit-column-gap: 36rem !important;
    -moz-column-gap: 36rem !important;
    column-gap: 36rem !important; }
  .md\:gap-x-148 {
    grid-column-gap: 37rem !important;
    -webkit-column-gap: 37rem !important;
    -moz-column-gap: 37rem !important;
    column-gap: 37rem !important; }
  .md\:gap-x-152 {
    grid-column-gap: 38rem !important;
    -webkit-column-gap: 38rem !important;
    -moz-column-gap: 38rem !important;
    column-gap: 38rem !important; }
  .md\:gap-x-156 {
    grid-column-gap: 39rem !important;
    -webkit-column-gap: 39rem !important;
    -moz-column-gap: 39rem !important;
    column-gap: 39rem !important; }
  .md\:gap-x-160 {
    grid-column-gap: 40rem !important;
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important; }
  .md\:gap-x-164 {
    grid-column-gap: 41rem !important;
    -webkit-column-gap: 41rem !important;
    -moz-column-gap: 41rem !important;
    column-gap: 41rem !important; }
  .md\:gap-x-168 {
    grid-column-gap: 42rem !important;
    -webkit-column-gap: 42rem !important;
    -moz-column-gap: 42rem !important;
    column-gap: 42rem !important; }
  .md\:gap-x-172 {
    grid-column-gap: 43rem !important;
    -webkit-column-gap: 43rem !important;
    -moz-column-gap: 43rem !important;
    column-gap: 43rem !important; }
  .md\:gap-x-176 {
    grid-column-gap: 44rem !important;
    -webkit-column-gap: 44rem !important;
    -moz-column-gap: 44rem !important;
    column-gap: 44rem !important; }
  .md\:gap-x-180 {
    grid-column-gap: 45rem !important;
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important; }
  .md\:gap-x-184 {
    grid-column-gap: 46rem !important;
    -webkit-column-gap: 46rem !important;
    -moz-column-gap: 46rem !important;
    column-gap: 46rem !important; }
  .md\:gap-x-188 {
    grid-column-gap: 47rem !important;
    -webkit-column-gap: 47rem !important;
    -moz-column-gap: 47rem !important;
    column-gap: 47rem !important; }
  .md\:gap-x-192 {
    grid-column-gap: 48rem !important;
    -webkit-column-gap: 48rem !important;
    -moz-column-gap: 48rem !important;
    column-gap: 48rem !important; }
  .md\:gap-x-196 {
    grid-column-gap: 49rem !important;
    -webkit-column-gap: 49rem !important;
    -moz-column-gap: 49rem !important;
    column-gap: 49rem !important; }
  .md\:gap-x-200 {
    grid-column-gap: 50rem !important;
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important; }
  .md\:gap-x-px {
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important; }
  .md\:gap-x-2px {
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important; }
  .md\:gap-x-1\/2 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .md\:gap-x-2\/2 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .md\:gap-x-1\/3 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .md\:gap-x-2\/3 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .md\:gap-x-3\/3 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .md\:gap-x-1\/4 {
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
    -moz-column-gap: 25% !important;
    column-gap: 25% !important; }
  .md\:gap-x-2\/4 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .md\:gap-x-3\/4 {
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
    -moz-column-gap: 75% !important;
    column-gap: 75% !important; }
  .md\:gap-x-4\/4 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .md\:gap-x-1\/5 {
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
    -moz-column-gap: 20% !important;
    column-gap: 20% !important; }
  .md\:gap-x-2\/5 {
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
    -moz-column-gap: 40% !important;
    column-gap: 40% !important; }
  .md\:gap-x-3\/5 {
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
    -moz-column-gap: 60% !important;
    column-gap: 60% !important; }
  .md\:gap-x-4\/5 {
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
    -moz-column-gap: 80% !important;
    column-gap: 80% !important; }
  .md\:gap-x-5\/5 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .md\:gap-x-1\/6 {
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
    -moz-column-gap: 16.666667% !important;
    column-gap: 16.666667% !important; }
  .md\:gap-x-2\/6 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .md\:gap-x-3\/6 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .md\:gap-x-4\/6 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .md\:gap-x-5\/6 {
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
    -moz-column-gap: 83.333333% !important;
    column-gap: 83.333333% !important; }
  .md\:gap-x-6\/6 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .md\:gap-x-1\/10 {
    grid-column-gap: 10% !important;
    -webkit-column-gap: 10% !important;
    -moz-column-gap: 10% !important;
    column-gap: 10% !important; }
  .md\:gap-x-2\/10 {
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
    -moz-column-gap: 20% !important;
    column-gap: 20% !important; }
  .md\:gap-x-3\/10 {
    grid-column-gap: 30% !important;
    -webkit-column-gap: 30% !important;
    -moz-column-gap: 30% !important;
    column-gap: 30% !important; }
  .md\:gap-x-4\/10 {
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
    -moz-column-gap: 40% !important;
    column-gap: 40% !important; }
  .md\:gap-x-5\/10 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .md\:gap-x-6\/10 {
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
    -moz-column-gap: 60% !important;
    column-gap: 60% !important; }
  .md\:gap-x-7\/10 {
    grid-column-gap: 70% !important;
    -webkit-column-gap: 70% !important;
    -moz-column-gap: 70% !important;
    column-gap: 70% !important; }
  .md\:gap-x-8\/10 {
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
    -moz-column-gap: 80% !important;
    column-gap: 80% !important; }
  .md\:gap-x-9\/10 {
    grid-column-gap: 90% !important;
    -webkit-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
    column-gap: 90% !important; }
  .md\:gap-x-10\/10 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .md\:gap-x-1\/12 {
    grid-column-gap: 8.333333% !important;
    -webkit-column-gap: 8.333333% !important;
    -moz-column-gap: 8.333333% !important;
    column-gap: 8.333333% !important; }
  .md\:gap-x-2\/12 {
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
    -moz-column-gap: 16.666667% !important;
    column-gap: 16.666667% !important; }
  .md\:gap-x-3\/12 {
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
    -moz-column-gap: 25% !important;
    column-gap: 25% !important; }
  .md\:gap-x-4\/12 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .md\:gap-x-5\/12 {
    grid-column-gap: 41.666667% !important;
    -webkit-column-gap: 41.666667% !important;
    -moz-column-gap: 41.666667% !important;
    column-gap: 41.666667% !important; }
  .md\:gap-x-6\/12 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .md\:gap-x-7\/12 {
    grid-column-gap: 58.333333% !important;
    -webkit-column-gap: 58.333333% !important;
    -moz-column-gap: 58.333333% !important;
    column-gap: 58.333333% !important; }
  .md\:gap-x-8\/12 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .md\:gap-x-9\/12 {
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
    -moz-column-gap: 75% !important;
    column-gap: 75% !important; }
  .md\:gap-x-10\/12 {
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
    -moz-column-gap: 83.333333% !important;
    column-gap: 83.333333% !important; }
  .md\:gap-x-11\/12 {
    grid-column-gap: 91.666667% !important;
    -webkit-column-gap: 91.666667% !important;
    -moz-column-gap: 91.666667% !important;
    column-gap: 91.666667% !important; }
  .md\:gap-x-12\/12 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .md\:gap-y-0 {
    grid-row-gap: 0rem !important;
    row-gap: 0rem !important; }
  .md\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important; }
  .md\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important; }
  .md\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important; }
  .md\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important; }
  .md\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important; }
  .md\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important; }
  .md\:gap-y-7 {
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important; }
  .md\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important; }
  .md\:gap-y-9 {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important; }
  .md\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important; }
  .md\:gap-y-11 {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important; }
  .md\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important; }
  .md\:gap-y-13 {
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important; }
  .md\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important; }
  .md\:gap-y-15 {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important; }
  .md\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important; }
  .md\:gap-y-17 {
    grid-row-gap: 4.25rem !important;
    row-gap: 4.25rem !important; }
  .md\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important; }
  .md\:gap-y-19 {
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important; }
  .md\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important; }
  .md\:gap-y-21 {
    grid-row-gap: 5.25rem !important;
    row-gap: 5.25rem !important; }
  .md\:gap-y-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important; }
  .md\:gap-y-23 {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important; }
  .md\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important; }
  .md\:gap-y-25 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important; }
  .md\:gap-y-26 {
    grid-row-gap: 6.5rem !important;
    row-gap: 6.5rem !important; }
  .md\:gap-y-27 {
    grid-row-gap: 6.75rem !important;
    row-gap: 6.75rem !important; }
  .md\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important; }
  .md\:gap-y-29 {
    grid-row-gap: 7.25rem !important;
    row-gap: 7.25rem !important; }
  .md\:gap-y-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important; }
  .md\:gap-y-31 {
    grid-row-gap: 7.75rem !important;
    row-gap: 7.75rem !important; }
  .md\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important; }
  .md\:gap-y-33 {
    grid-row-gap: 8.25rem !important;
    row-gap: 8.25rem !important; }
  .md\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important; }
  .md\:gap-y-35 {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important; }
  .md\:gap-y-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important; }
  .md\:gap-y-37 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important; }
  .md\:gap-y-38 {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important; }
  .md\:gap-y-39 {
    grid-row-gap: 9.75rem !important;
    row-gap: 9.75rem !important; }
  .md\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important; }
  .md\:gap-y-41 {
    grid-row-gap: 10.25rem !important;
    row-gap: 10.25rem !important; }
  .md\:gap-y-42 {
    grid-row-gap: 10.5rem !important;
    row-gap: 10.5rem !important; }
  .md\:gap-y-43 {
    grid-row-gap: 10.75rem !important;
    row-gap: 10.75rem !important; }
  .md\:gap-y-44 {
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important; }
  .md\:gap-y-45 {
    grid-row-gap: 11.25rem !important;
    row-gap: 11.25rem !important; }
  .md\:gap-y-46 {
    grid-row-gap: 11.5rem !important;
    row-gap: 11.5rem !important; }
  .md\:gap-y-47 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important; }
  .md\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important; }
  .md\:gap-y-49 {
    grid-row-gap: 12.25rem !important;
    row-gap: 12.25rem !important; }
  .md\:gap-y-50 {
    grid-row-gap: 12.5rem !important;
    row-gap: 12.5rem !important; }
  .md\:gap-y-51 {
    grid-row-gap: 12.75rem !important;
    row-gap: 12.75rem !important; }
  .md\:gap-y-52 {
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important; }
  .md\:gap-y-53 {
    grid-row-gap: 13.25rem !important;
    row-gap: 13.25rem !important; }
  .md\:gap-y-54 {
    grid-row-gap: 13.5rem !important;
    row-gap: 13.5rem !important; }
  .md\:gap-y-55 {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important; }
  .md\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important; }
  .md\:gap-y-57 {
    grid-row-gap: 14.25rem !important;
    row-gap: 14.25rem !important; }
  .md\:gap-y-58 {
    grid-row-gap: 14.5rem !important;
    row-gap: 14.5rem !important; }
  .md\:gap-y-59 {
    grid-row-gap: 14.75rem !important;
    row-gap: 14.75rem !important; }
  .md\:gap-y-60 {
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important; }
  .md\:gap-y-61 {
    grid-row-gap: 15.25rem !important;
    row-gap: 15.25rem !important; }
  .md\:gap-y-62 {
    grid-row-gap: 15.5rem !important;
    row-gap: 15.5rem !important; }
  .md\:gap-y-63 {
    grid-row-gap: 15.75rem !important;
    row-gap: 15.75rem !important; }
  .md\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important; }
  .md\:gap-y-65 {
    grid-row-gap: 16.25rem !important;
    row-gap: 16.25rem !important; }
  .md\:gap-y-66 {
    grid-row-gap: 16.5rem !important;
    row-gap: 16.5rem !important; }
  .md\:gap-y-67 {
    grid-row-gap: 16.75rem !important;
    row-gap: 16.75rem !important; }
  .md\:gap-y-68 {
    grid-row-gap: 17rem !important;
    row-gap: 17rem !important; }
  .md\:gap-y-69 {
    grid-row-gap: 17.25rem !important;
    row-gap: 17.25rem !important; }
  .md\:gap-y-70 {
    grid-row-gap: 17.5rem !important;
    row-gap: 17.5rem !important; }
  .md\:gap-y-71 {
    grid-row-gap: 17.75rem !important;
    row-gap: 17.75rem !important; }
  .md\:gap-y-72 {
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important; }
  .md\:gap-y-73 {
    grid-row-gap: 18.25rem !important;
    row-gap: 18.25rem !important; }
  .md\:gap-y-74 {
    grid-row-gap: 18.5rem !important;
    row-gap: 18.5rem !important; }
  .md\:gap-y-75 {
    grid-row-gap: 18.75rem !important;
    row-gap: 18.75rem !important; }
  .md\:gap-y-76 {
    grid-row-gap: 19rem !important;
    row-gap: 19rem !important; }
  .md\:gap-y-77 {
    grid-row-gap: 19.25rem !important;
    row-gap: 19.25rem !important; }
  .md\:gap-y-78 {
    grid-row-gap: 19.5rem !important;
    row-gap: 19.5rem !important; }
  .md\:gap-y-79 {
    grid-row-gap: 19.75rem !important;
    row-gap: 19.75rem !important; }
  .md\:gap-y-80 {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important; }
  .md\:gap-y-84 {
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important; }
  .md\:gap-y-88 {
    grid-row-gap: 22rem !important;
    row-gap: 22rem !important; }
  .md\:gap-y-92 {
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important; }
  .md\:gap-y-96 {
    grid-row-gap: 24rem !important;
    row-gap: 24rem !important; }
  .md\:gap-y-100 {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important; }
  .md\:gap-y-104 {
    grid-row-gap: 26rem !important;
    row-gap: 26rem !important; }
  .md\:gap-y-108 {
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important; }
  .md\:gap-y-112 {
    grid-row-gap: 28rem !important;
    row-gap: 28rem !important; }
  .md\:gap-y-116 {
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important; }
  .md\:gap-y-120 {
    grid-row-gap: 30rem !important;
    row-gap: 30rem !important; }
  .md\:gap-y-124 {
    grid-row-gap: 31rem !important;
    row-gap: 31rem !important; }
  .md\:gap-y-128 {
    grid-row-gap: 32rem !important;
    row-gap: 32rem !important; }
  .md\:gap-y-132 {
    grid-row-gap: 33rem !important;
    row-gap: 33rem !important; }
  .md\:gap-y-136 {
    grid-row-gap: 34rem !important;
    row-gap: 34rem !important; }
  .md\:gap-y-140 {
    grid-row-gap: 35rem !important;
    row-gap: 35rem !important; }
  .md\:gap-y-144 {
    grid-row-gap: 36rem !important;
    row-gap: 36rem !important; }
  .md\:gap-y-148 {
    grid-row-gap: 37rem !important;
    row-gap: 37rem !important; }
  .md\:gap-y-152 {
    grid-row-gap: 38rem !important;
    row-gap: 38rem !important; }
  .md\:gap-y-156 {
    grid-row-gap: 39rem !important;
    row-gap: 39rem !important; }
  .md\:gap-y-160 {
    grid-row-gap: 40rem !important;
    row-gap: 40rem !important; }
  .md\:gap-y-164 {
    grid-row-gap: 41rem !important;
    row-gap: 41rem !important; }
  .md\:gap-y-168 {
    grid-row-gap: 42rem !important;
    row-gap: 42rem !important; }
  .md\:gap-y-172 {
    grid-row-gap: 43rem !important;
    row-gap: 43rem !important; }
  .md\:gap-y-176 {
    grid-row-gap: 44rem !important;
    row-gap: 44rem !important; }
  .md\:gap-y-180 {
    grid-row-gap: 45rem !important;
    row-gap: 45rem !important; }
  .md\:gap-y-184 {
    grid-row-gap: 46rem !important;
    row-gap: 46rem !important; }
  .md\:gap-y-188 {
    grid-row-gap: 47rem !important;
    row-gap: 47rem !important; }
  .md\:gap-y-192 {
    grid-row-gap: 48rem !important;
    row-gap: 48rem !important; }
  .md\:gap-y-196 {
    grid-row-gap: 49rem !important;
    row-gap: 49rem !important; }
  .md\:gap-y-200 {
    grid-row-gap: 50rem !important;
    row-gap: 50rem !important; }
  .md\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important; }
  .md\:gap-y-2px {
    grid-row-gap: 2px !important;
    row-gap: 2px !important; }
  .md\:gap-y-1\/2 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .md\:gap-y-2\/2 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .md\:gap-y-1\/3 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .md\:gap-y-2\/3 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .md\:gap-y-3\/3 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .md\:gap-y-1\/4 {
    grid-row-gap: 25% !important;
    row-gap: 25% !important; }
  .md\:gap-y-2\/4 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .md\:gap-y-3\/4 {
    grid-row-gap: 75% !important;
    row-gap: 75% !important; }
  .md\:gap-y-4\/4 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .md\:gap-y-1\/5 {
    grid-row-gap: 20% !important;
    row-gap: 20% !important; }
  .md\:gap-y-2\/5 {
    grid-row-gap: 40% !important;
    row-gap: 40% !important; }
  .md\:gap-y-3\/5 {
    grid-row-gap: 60% !important;
    row-gap: 60% !important; }
  .md\:gap-y-4\/5 {
    grid-row-gap: 80% !important;
    row-gap: 80% !important; }
  .md\:gap-y-5\/5 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .md\:gap-y-1\/6 {
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important; }
  .md\:gap-y-2\/6 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .md\:gap-y-3\/6 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .md\:gap-y-4\/6 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .md\:gap-y-5\/6 {
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important; }
  .md\:gap-y-6\/6 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .md\:gap-y-1\/10 {
    grid-row-gap: 10% !important;
    row-gap: 10% !important; }
  .md\:gap-y-2\/10 {
    grid-row-gap: 20% !important;
    row-gap: 20% !important; }
  .md\:gap-y-3\/10 {
    grid-row-gap: 30% !important;
    row-gap: 30% !important; }
  .md\:gap-y-4\/10 {
    grid-row-gap: 40% !important;
    row-gap: 40% !important; }
  .md\:gap-y-5\/10 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .md\:gap-y-6\/10 {
    grid-row-gap: 60% !important;
    row-gap: 60% !important; }
  .md\:gap-y-7\/10 {
    grid-row-gap: 70% !important;
    row-gap: 70% !important; }
  .md\:gap-y-8\/10 {
    grid-row-gap: 80% !important;
    row-gap: 80% !important; }
  .md\:gap-y-9\/10 {
    grid-row-gap: 90% !important;
    row-gap: 90% !important; }
  .md\:gap-y-10\/10 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .md\:gap-y-1\/12 {
    grid-row-gap: 8.333333% !important;
    row-gap: 8.333333% !important; }
  .md\:gap-y-2\/12 {
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important; }
  .md\:gap-y-3\/12 {
    grid-row-gap: 25% !important;
    row-gap: 25% !important; }
  .md\:gap-y-4\/12 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .md\:gap-y-5\/12 {
    grid-row-gap: 41.666667% !important;
    row-gap: 41.666667% !important; }
  .md\:gap-y-6\/12 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .md\:gap-y-7\/12 {
    grid-row-gap: 58.333333% !important;
    row-gap: 58.333333% !important; }
  .md\:gap-y-8\/12 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .md\:gap-y-9\/12 {
    grid-row-gap: 75% !important;
    row-gap: 75% !important; }
  .md\:gap-y-10\/12 {
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important; }
  .md\:gap-y-11\/12 {
    grid-row-gap: 91.666667% !important;
    row-gap: 91.666667% !important; }
  .md\:gap-y-12\/12 {
    grid-row-gap: 100% !important;
    row-gap: 100% !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\:auto-cols-auto {
    grid-auto-columns: auto !important; }
  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important; }
  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important; }
  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !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-span-full {
    grid-column: 1 / -1 !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\:auto-rows-auto {
    grid-auto-rows: auto !important; }
  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important; }
  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important; }
  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !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-span-full {
    grid-row: 1 / -1 !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;
    -ms-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;
    -ms-transform: none !important;
    transform: none !important; }
  .md\:origin-center {
    -webkit-transform-origin: center !important;
    -ms-transform-origin: center !important;
    transform-origin: center !important; }
  .md\:origin-top {
    -webkit-transform-origin: top !important;
    -ms-transform-origin: top !important;
    transform-origin: top !important; }
  .md\:origin-top-right {
    -webkit-transform-origin: top right !important;
    -ms-transform-origin: top right !important;
    transform-origin: top right !important; }
  .md\:origin-right {
    -webkit-transform-origin: right !important;
    -ms-transform-origin: right !important;
    transform-origin: right !important; }
  .md\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
    -ms-transform-origin: bottom right !important;
    transform-origin: bottom right !important; }
  .md\:origin-bottom {
    -webkit-transform-origin: bottom !important;
    -ms-transform-origin: bottom !important;
    transform-origin: bottom !important; }
  .md\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
    -ms-transform-origin: bottom left !important;
    transform-origin: bottom left !important; }
  .md\:origin-left {
    -webkit-transform-origin: left !important;
    -ms-transform-origin: left !important;
    transform-origin: left !important; }
  .md\:origin-top-left {
    -webkit-transform-origin: top left !important;
    -ms-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; }
  .group:hover .md\:group-hover\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important; }
  .group:hover .md\:group-hover\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important; }
  .group:hover .md\:group-hover\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important; }
  .group:hover .md\:group-hover\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important; }
  .group:hover .md\:group-hover\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important; }
  .group:hover .md\:group-hover\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important; }
  .group:hover .md\:group-hover\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important; }
  .group:hover .md\:group-hover\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important; }
  .group:hover .md\:group-hover\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important; }
  .group:hover .md\:group-hover\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important; }
  .group:hover .md\:group-hover\:scale-x-0 {
    --transform-scale-x: 0 !important; }
  .group:hover .md\:group-hover\:scale-x-50 {
    --transform-scale-x: .5 !important; }
  .group:hover .md\:group-hover\:scale-x-75 {
    --transform-scale-x: .75 !important; }
  .group:hover .md\:group-hover\:scale-x-90 {
    --transform-scale-x: .9 !important; }
  .group:hover .md\:group-hover\:scale-x-95 {
    --transform-scale-x: .95 !important; }
  .group:hover .md\:group-hover\:scale-x-100 {
    --transform-scale-x: 1 !important; }
  .group:hover .md\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05 !important; }
  .group:hover .md\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1 !important; }
  .group:hover .md\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25 !important; }
  .group:hover .md\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5 !important; }
  .group:hover .md\:group-hover\:scale-y-0 {
    --transform-scale-y: 0 !important; }
  .group:hover .md\:group-hover\:scale-y-50 {
    --transform-scale-y: .5 !important; }
  .group:hover .md\:group-hover\:scale-y-75 {
    --transform-scale-y: .75 !important; }
  .group:hover .md\:group-hover\:scale-y-90 {
    --transform-scale-y: .9 !important; }
  .group:hover .md\:group-hover\:scale-y-95 {
    --transform-scale-y: .95 !important; }
  .group:hover .md\:group-hover\:scale-y-100 {
    --transform-scale-y: 1 !important; }
  .group:hover .md\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05 !important; }
  .group:hover .md\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1 !important; }
  .group:hover .md\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25 !important; }
  .group:hover .md\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5 !important; }
  .md\:rotate-0 {
    --transform-rotate: 0 !important; }
  .md\:rotate-1 {
    --transform-rotate: 1deg !important; }
  .md\:rotate-2 {
    --transform-rotate: 2deg !important; }
  .md\:rotate-3 {
    --transform-rotate: 3deg !important; }
  .md\:rotate-6 {
    --transform-rotate: 6deg !important; }
  .md\:rotate-12 {
    --transform-rotate: 12deg !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\:-rotate-12 {
    --transform-rotate: -12deg !important; }
  .md\:-rotate-6 {
    --transform-rotate: -6deg !important; }
  .md\:-rotate-3 {
    --transform-rotate: -3deg !important; }
  .md\:-rotate-2 {
    --transform-rotate: -2deg !important; }
  .md\:-rotate-1 {
    --transform-rotate: -1deg !important; }
  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important; }
  .md\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important; }
  .md\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important; }
  .md\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important; }
  .md\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important; }
  .md\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !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\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important; }
  .md\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important; }
  .md\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important; }
  .md\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important; }
  .md\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important; }
  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important; }
  .md\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important; }
  .md\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important; }
  .md\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important; }
  .md\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important; }
  .md\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !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\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important; }
  .md\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important; }
  .md\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important; }
  .md\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important; }
  .md\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important; }
  .md\:translate-x-0 {
    --transform-translate-x: 0rem !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-7 {
    --transform-translate-x: 1.75rem !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-11 {
    --transform-translate-x: 2.75rem !important; }
  .md\:translate-x-12 {
    --transform-translate-x: 3rem !important; }
  .md\:translate-x-13 {
    --transform-translate-x: 3.25rem !important; }
  .md\:translate-x-14 {
    --transform-translate-x: 3.5rem !important; }
  .md\:translate-x-15 {
    --transform-translate-x: 3.75rem !important; }
  .md\:translate-x-16 {
    --transform-translate-x: 4rem !important; }
  .md\:translate-x-17 {
    --transform-translate-x: 4.25rem !important; }
  .md\:translate-x-18 {
    --transform-translate-x: 4.5rem !important; }
  .md\:translate-x-19 {
    --transform-translate-x: 4.75rem !important; }
  .md\:translate-x-20 {
    --transform-translate-x: 5rem !important; }
  .md\:translate-x-21 {
    --transform-translate-x: 5.25rem !important; }
  .md\:translate-x-22 {
    --transform-translate-x: 5.5rem !important; }
  .md\:translate-x-23 {
    --transform-translate-x: 5.75rem !important; }
  .md\:translate-x-24 {
    --transform-translate-x: 6rem !important; }
  .md\:translate-x-25 {
    --transform-translate-x: 6.25rem !important; }
  .md\:translate-x-26 {
    --transform-translate-x: 6.5rem !important; }
  .md\:translate-x-27 {
    --transform-translate-x: 6.75rem !important; }
  .md\:translate-x-28 {
    --transform-translate-x: 7rem !important; }
  .md\:translate-x-29 {
    --transform-translate-x: 7.25rem !important; }
  .md\:translate-x-30 {
    --transform-translate-x: 7.5rem !important; }
  .md\:translate-x-31 {
    --transform-translate-x: 7.75rem !important; }
  .md\:translate-x-32 {
    --transform-translate-x: 8rem !important; }
  .md\:translate-x-33 {
    --transform-translate-x: 8.25rem !important; }
  .md\:translate-x-34 {
    --transform-translate-x: 8.5rem !important; }
  .md\:translate-x-35 {
    --transform-translate-x: 8.75rem !important; }
  .md\:translate-x-36 {
    --transform-translate-x: 9rem !important; }
  .md\:translate-x-37 {
    --transform-translate-x: 9.25rem !important; }
  .md\:translate-x-38 {
    --transform-translate-x: 9.5rem !important; }
  .md\:translate-x-39 {
    --transform-translate-x: 9.75rem !important; }
  .md\:translate-x-40 {
    --transform-translate-x: 10rem !important; }
  .md\:translate-x-41 {
    --transform-translate-x: 10.25rem !important; }
  .md\:translate-x-42 {
    --transform-translate-x: 10.5rem !important; }
  .md\:translate-x-43 {
    --transform-translate-x: 10.75rem !important; }
  .md\:translate-x-44 {
    --transform-translate-x: 11rem !important; }
  .md\:translate-x-45 {
    --transform-translate-x: 11.25rem !important; }
  .md\:translate-x-46 {
    --transform-translate-x: 11.5rem !important; }
  .md\:translate-x-47 {
    --transform-translate-x: 11.75rem !important; }
  .md\:translate-x-48 {
    --transform-translate-x: 12rem !important; }
  .md\:translate-x-49 {
    --transform-translate-x: 12.25rem !important; }
  .md\:translate-x-50 {
    --transform-translate-x: 12.5rem !important; }
  .md\:translate-x-51 {
    --transform-translate-x: 12.75rem !important; }
  .md\:translate-x-52 {
    --transform-translate-x: 13rem !important; }
  .md\:translate-x-53 {
    --transform-translate-x: 13.25rem !important; }
  .md\:translate-x-54 {
    --transform-translate-x: 13.5rem !important; }
  .md\:translate-x-55 {
    --transform-translate-x: 13.75rem !important; }
  .md\:translate-x-56 {
    --transform-translate-x: 14rem !important; }
  .md\:translate-x-57 {
    --transform-translate-x: 14.25rem !important; }
  .md\:translate-x-58 {
    --transform-translate-x: 14.5rem !important; }
  .md\:translate-x-59 {
    --transform-translate-x: 14.75rem !important; }
  .md\:translate-x-60 {
    --transform-translate-x: 15rem !important; }
  .md\:translate-x-61 {
    --transform-translate-x: 15.25rem !important; }
  .md\:translate-x-62 {
    --transform-translate-x: 15.5rem !important; }
  .md\:translate-x-63 {
    --transform-translate-x: 15.75rem !important; }
  .md\:translate-x-64 {
    --transform-translate-x: 16rem !important; }
  .md\:translate-x-65 {
    --transform-translate-x: 16.25rem !important; }
  .md\:translate-x-66 {
    --transform-translate-x: 16.5rem !important; }
  .md\:translate-x-67 {
    --transform-translate-x: 16.75rem !important; }
  .md\:translate-x-68 {
    --transform-translate-x: 17rem !important; }
  .md\:translate-x-69 {
    --transform-translate-x: 17.25rem !important; }
  .md\:translate-x-70 {
    --transform-translate-x: 17.5rem !important; }
  .md\:translate-x-71 {
    --transform-translate-x: 17.75rem !important; }
  .md\:translate-x-72 {
    --transform-translate-x: 18rem !important; }
  .md\:translate-x-73 {
    --transform-translate-x: 18.25rem !important; }
  .md\:translate-x-74 {
    --transform-translate-x: 18.5rem !important; }
  .md\:translate-x-75 {
    --transform-translate-x: 18.75rem !important; }
  .md\:translate-x-76 {
    --transform-translate-x: 19rem !important; }
  .md\:translate-x-77 {
    --transform-translate-x: 19.25rem !important; }
  .md\:translate-x-78 {
    --transform-translate-x: 19.5rem !important; }
  .md\:translate-x-79 {
    --transform-translate-x: 19.75rem !important; }
  .md\:translate-x-80 {
    --transform-translate-x: 20rem !important; }
  .md\:translate-x-84 {
    --transform-translate-x: 21rem !important; }
  .md\:translate-x-88 {
    --transform-translate-x: 22rem !important; }
  .md\:translate-x-92 {
    --transform-translate-x: 23rem !important; }
  .md\:translate-x-96 {
    --transform-translate-x: 24rem !important; }
  .md\:translate-x-100 {
    --transform-translate-x: 25rem !important; }
  .md\:translate-x-104 {
    --transform-translate-x: 26rem !important; }
  .md\:translate-x-108 {
    --transform-translate-x: 27rem !important; }
  .md\:translate-x-112 {
    --transform-translate-x: 28rem !important; }
  .md\:translate-x-116 {
    --transform-translate-x: 29rem !important; }
  .md\:translate-x-120 {
    --transform-translate-x: 30rem !important; }
  .md\:translate-x-124 {
    --transform-translate-x: 31rem !important; }
  .md\:translate-x-128 {
    --transform-translate-x: 32rem !important; }
  .md\:translate-x-132 {
    --transform-translate-x: 33rem !important; }
  .md\:translate-x-136 {
    --transform-translate-x: 34rem !important; }
  .md\:translate-x-140 {
    --transform-translate-x: 35rem !important; }
  .md\:translate-x-144 {
    --transform-translate-x: 36rem !important; }
  .md\:translate-x-148 {
    --transform-translate-x: 37rem !important; }
  .md\:translate-x-152 {
    --transform-translate-x: 38rem !important; }
  .md\:translate-x-156 {
    --transform-translate-x: 39rem !important; }
  .md\:translate-x-160 {
    --transform-translate-x: 40rem !important; }
  .md\:translate-x-164 {
    --transform-translate-x: 41rem !important; }
  .md\:translate-x-168 {
    --transform-translate-x: 42rem !important; }
  .md\:translate-x-172 {
    --transform-translate-x: 43rem !important; }
  .md\:translate-x-176 {
    --transform-translate-x: 44rem !important; }
  .md\:translate-x-180 {
    --transform-translate-x: 45rem !important; }
  .md\:translate-x-184 {
    --transform-translate-x: 46rem !important; }
  .md\:translate-x-188 {
    --transform-translate-x: 47rem !important; }
  .md\:translate-x-192 {
    --transform-translate-x: 48rem !important; }
  .md\:translate-x-196 {
    --transform-translate-x: 49rem !important; }
  .md\:translate-x-200 {
    --transform-translate-x: 50rem !important; }
  .md\:translate-x-px {
    --transform-translate-x: 1px !important; }
  .md\:translate-x-2px {
    --transform-translate-x: 2px !important; }
  .md\:translate-x-1\/2 {
    --transform-translate-x: 50% !important; }
  .md\:translate-x-2\/2 {
    --transform-translate-x: 100% !important; }
  .md\:translate-x-1\/3 {
    --transform-translate-x: 33.333333% !important; }
  .md\:translate-x-2\/3 {
    --transform-translate-x: 66.666667% !important; }
  .md\:translate-x-3\/3 {
    --transform-translate-x: 100% !important; }
  .md\:translate-x-1\/4 {
    --transform-translate-x: 25% !important; }
  .md\:translate-x-2\/4 {
    --transform-translate-x: 50% !important; }
  .md\:translate-x-3\/4 {
    --transform-translate-x: 75% !important; }
  .md\:translate-x-4\/4 {
    --transform-translate-x: 100% !important; }
  .md\:translate-x-1\/5 {
    --transform-translate-x: 20% !important; }
  .md\:translate-x-2\/5 {
    --transform-translate-x: 40% !important; }
  .md\:translate-x-3\/5 {
    --transform-translate-x: 60% !important; }
  .md\:translate-x-4\/5 {
    --transform-translate-x: 80% !important; }
  .md\:translate-x-5\/5 {
    --transform-translate-x: 100% !important; }
  .md\:translate-x-1\/6 {
    --transform-translate-x: 16.666667% !important; }
  .md\:translate-x-2\/6 {
    --transform-translate-x: 33.333333% !important; }
  .md\:translate-x-3\/6 {
    --transform-translate-x: 50% !important; }
  .md\:translate-x-4\/6 {
    --transform-translate-x: 66.666667% !important; }
  .md\:translate-x-5\/6 {
    --transform-translate-x: 83.333333% !important; }
  .md\:translate-x-6\/6 {
    --transform-translate-x: 100% !important; }
  .md\:translate-x-1\/10 {
    --transform-translate-x: 10% !important; }
  .md\:translate-x-2\/10 {
    --transform-translate-x: 20% !important; }
  .md\:translate-x-3\/10 {
    --transform-translate-x: 30% !important; }
  .md\:translate-x-4\/10 {
    --transform-translate-x: 40% !important; }
  .md\:translate-x-5\/10 {
    --transform-translate-x: 50% !important; }
  .md\:translate-x-6\/10 {
    --transform-translate-x: 60% !important; }
  .md\:translate-x-7\/10 {
    --transform-translate-x: 70% !important; }
  .md\:translate-x-8\/10 {
    --transform-translate-x: 80% !important; }
  .md\:translate-x-9\/10 {
    --transform-translate-x: 90% !important; }
  .md\:translate-x-10\/10 {
    --transform-translate-x: 100% !important; }
  .md\:translate-x-1\/12 {
    --transform-translate-x: 8.333333% !important; }
  .md\:translate-x-2\/12 {
    --transform-translate-x: 16.666667% !important; }
  .md\:translate-x-3\/12 {
    --transform-translate-x: 25% !important; }
  .md\:translate-x-4\/12 {
    --transform-translate-x: 33.333333% !important; }
  .md\:translate-x-5\/12 {
    --transform-translate-x: 41.666667% !important; }
  .md\:translate-x-6\/12 {
    --transform-translate-x: 50% !important; }
  .md\:translate-x-7\/12 {
    --transform-translate-x: 58.333333% !important; }
  .md\:translate-x-8\/12 {
    --transform-translate-x: 66.666667% !important; }
  .md\:translate-x-9\/12 {
    --transform-translate-x: 75% !important; }
  .md\:translate-x-10\/12 {
    --transform-translate-x: 83.333333% !important; }
  .md\:translate-x-11\/12 {
    --transform-translate-x: 91.666667% !important; }
  .md\:translate-x-12\/12 {
    --transform-translate-x: 100% !important; }
  .md\:-translate-x-0 {
    --transform-translate-x: 0rem !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-7 {
    --transform-translate-x: -1.75rem !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-11 {
    --transform-translate-x: -2.75rem !important; }
  .md\:-translate-x-12 {
    --transform-translate-x: -3rem !important; }
  .md\:-translate-x-13 {
    --transform-translate-x: -3.25rem !important; }
  .md\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important; }
  .md\:-translate-x-15 {
    --transform-translate-x: -3.75rem !important; }
  .md\:-translate-x-16 {
    --transform-translate-x: -4rem !important; }
  .md\:-translate-x-17 {
    --transform-translate-x: -4.25rem !important; }
  .md\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important; }
  .md\:-translate-x-19 {
    --transform-translate-x: -4.75rem !important; }
  .md\:-translate-x-20 {
    --transform-translate-x: -5rem !important; }
  .md\:-translate-x-21 {
    --transform-translate-x: -5.25rem !important; }
  .md\:-translate-x-22 {
    --transform-translate-x: -5.5rem !important; }
  .md\:-translate-x-23 {
    --transform-translate-x: -5.75rem !important; }
  .md\:-translate-x-24 {
    --transform-translate-x: -6rem !important; }
  .md\:-translate-x-25 {
    --transform-translate-x: -6.25rem !important; }
  .md\:-translate-x-26 {
    --transform-translate-x: -6.5rem !important; }
  .md\:-translate-x-27 {
    --transform-translate-x: -6.75rem !important; }
  .md\:-translate-x-28 {
    --transform-translate-x: -7rem !important; }
  .md\:-translate-x-29 {
    --transform-translate-x: -7.25rem !important; }
  .md\:-translate-x-30 {
    --transform-translate-x: -7.5rem !important; }
  .md\:-translate-x-31 {
    --transform-translate-x: -7.75rem !important; }
  .md\:-translate-x-32 {
    --transform-translate-x: -8rem !important; }
  .md\:-translate-x-33 {
    --transform-translate-x: -8.25rem !important; }
  .md\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important; }
  .md\:-translate-x-35 {
    --transform-translate-x: -8.75rem !important; }
  .md\:-translate-x-36 {
    --transform-translate-x: -9rem !important; }
  .md\:-translate-x-37 {
    --transform-translate-x: -9.25rem !important; }
  .md\:-translate-x-38 {
    --transform-translate-x: -9.5rem !important; }
  .md\:-translate-x-39 {
    --transform-translate-x: -9.75rem !important; }
  .md\:-translate-x-40 {
    --transform-translate-x: -10rem !important; }
  .md\:-translate-x-41 {
    --transform-translate-x: -10.25rem !important; }
  .md\:-translate-x-42 {
    --transform-translate-x: -10.5rem !important; }
  .md\:-translate-x-43 {
    --transform-translate-x: -10.75rem !important; }
  .md\:-translate-x-44 {
    --transform-translate-x: -11rem !important; }
  .md\:-translate-x-45 {
    --transform-translate-x: -11.25rem !important; }
  .md\:-translate-x-46 {
    --transform-translate-x: -11.5rem !important; }
  .md\:-translate-x-47 {
    --transform-translate-x: -11.75rem !important; }
  .md\:-translate-x-48 {
    --transform-translate-x: -12rem !important; }
  .md\:-translate-x-49 {
    --transform-translate-x: -12.25rem !important; }
  .md\:-translate-x-50 {
    --transform-translate-x: -12.5rem !important; }
  .md\:-translate-x-51 {
    --transform-translate-x: -12.75rem !important; }
  .md\:-translate-x-52 {
    --transform-translate-x: -13rem !important; }
  .md\:-translate-x-53 {
    --transform-translate-x: -13.25rem !important; }
  .md\:-translate-x-54 {
    --transform-translate-x: -13.5rem !important; }
  .md\:-translate-x-55 {
    --transform-translate-x: -13.75rem !important; }
  .md\:-translate-x-56 {
    --transform-translate-x: -14rem !important; }
  .md\:-translate-x-57 {
    --transform-translate-x: -14.25rem !important; }
  .md\:-translate-x-58 {
    --transform-translate-x: -14.5rem !important; }
  .md\:-translate-x-59 {
    --transform-translate-x: -14.75rem !important; }
  .md\:-translate-x-60 {
    --transform-translate-x: -15rem !important; }
  .md\:-translate-x-61 {
    --transform-translate-x: -15.25rem !important; }
  .md\:-translate-x-62 {
    --transform-translate-x: -15.5rem !important; }
  .md\:-translate-x-63 {
    --transform-translate-x: -15.75rem !important; }
  .md\:-translate-x-64 {
    --transform-translate-x: -16rem !important; }
  .md\:-translate-x-65 {
    --transform-translate-x: -16.25rem !important; }
  .md\:-translate-x-66 {
    --transform-translate-x: -16.5rem !important; }
  .md\:-translate-x-67 {
    --transform-translate-x: -16.75rem !important; }
  .md\:-translate-x-68 {
    --transform-translate-x: -17rem !important; }
  .md\:-translate-x-69 {
    --transform-translate-x: -17.25rem !important; }
  .md\:-translate-x-70 {
    --transform-translate-x: -17.5rem !important; }
  .md\:-translate-x-71 {
    --transform-translate-x: -17.75rem !important; }
  .md\:-translate-x-72 {
    --transform-translate-x: -18rem !important; }
  .md\:-translate-x-73 {
    --transform-translate-x: -18.25rem !important; }
  .md\:-translate-x-74 {
    --transform-translate-x: -18.5rem !important; }
  .md\:-translate-x-75 {
    --transform-translate-x: -18.75rem !important; }
  .md\:-translate-x-76 {
    --transform-translate-x: -19rem !important; }
  .md\:-translate-x-77 {
    --transform-translate-x: -19.25rem !important; }
  .md\:-translate-x-78 {
    --transform-translate-x: -19.5rem !important; }
  .md\:-translate-x-79 {
    --transform-translate-x: -19.75rem !important; }
  .md\:-translate-x-80 {
    --transform-translate-x: -20rem !important; }
  .md\:-translate-x-84 {
    --transform-translate-x: -21rem !important; }
  .md\:-translate-x-88 {
    --transform-translate-x: -22rem !important; }
  .md\:-translate-x-92 {
    --transform-translate-x: -23rem !important; }
  .md\:-translate-x-96 {
    --transform-translate-x: -24rem !important; }
  .md\:-translate-x-100 {
    --transform-translate-x: -25rem !important; }
  .md\:-translate-x-104 {
    --transform-translate-x: -26rem !important; }
  .md\:-translate-x-108 {
    --transform-translate-x: -27rem !important; }
  .md\:-translate-x-112 {
    --transform-translate-x: -28rem !important; }
  .md\:-translate-x-116 {
    --transform-translate-x: -29rem !important; }
  .md\:-translate-x-120 {
    --transform-translate-x: -30rem !important; }
  .md\:-translate-x-124 {
    --transform-translate-x: -31rem !important; }
  .md\:-translate-x-128 {
    --transform-translate-x: -32rem !important; }
  .md\:-translate-x-132 {
    --transform-translate-x: -33rem !important; }
  .md\:-translate-x-136 {
    --transform-translate-x: -34rem !important; }
  .md\:-translate-x-140 {
    --transform-translate-x: -35rem !important; }
  .md\:-translate-x-144 {
    --transform-translate-x: -36rem !important; }
  .md\:-translate-x-148 {
    --transform-translate-x: -37rem !important; }
  .md\:-translate-x-152 {
    --transform-translate-x: -38rem !important; }
  .md\:-translate-x-156 {
    --transform-translate-x: -39rem !important; }
  .md\:-translate-x-160 {
    --transform-translate-x: -40rem !important; }
  .md\:-translate-x-164 {
    --transform-translate-x: -41rem !important; }
  .md\:-translate-x-168 {
    --transform-translate-x: -42rem !important; }
  .md\:-translate-x-172 {
    --transform-translate-x: -43rem !important; }
  .md\:-translate-x-176 {
    --transform-translate-x: -44rem !important; }
  .md\:-translate-x-180 {
    --transform-translate-x: -45rem !important; }
  .md\:-translate-x-184 {
    --transform-translate-x: -46rem !important; }
  .md\:-translate-x-188 {
    --transform-translate-x: -47rem !important; }
  .md\:-translate-x-192 {
    --transform-translate-x: -48rem !important; }
  .md\:-translate-x-196 {
    --transform-translate-x: -49rem !important; }
  .md\:-translate-x-200 {
    --transform-translate-x: -50rem !important; }
  .md\:-translate-x-px {
    --transform-translate-x: -1px !important; }
  .md\:-translate-x-2px {
    --transform-translate-x: -2px !important; }
  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important; }
  .md\:-translate-x-2\/2 {
    --transform-translate-x: -100% !important; }
  .md\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333% !important; }
  .md\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667% !important; }
  .md\:-translate-x-3\/3 {
    --transform-translate-x: -100% !important; }
  .md\:-translate-x-1\/4 {
    --transform-translate-x: -25% !important; }
  .md\:-translate-x-2\/4 {
    --transform-translate-x: -50% !important; }
  .md\:-translate-x-3\/4 {
    --transform-translate-x: -75% !important; }
  .md\:-translate-x-4\/4 {
    --transform-translate-x: -100% !important; }
  .md\:-translate-x-1\/5 {
    --transform-translate-x: -20% !important; }
  .md\:-translate-x-2\/5 {
    --transform-translate-x: -40% !important; }
  .md\:-translate-x-3\/5 {
    --transform-translate-x: -60% !important; }
  .md\:-translate-x-4\/5 {
    --transform-translate-x: -80% !important; }
  .md\:-translate-x-5\/5 {
    --transform-translate-x: -100% !important; }
  .md\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667% !important; }
  .md\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333% !important; }
  .md\:-translate-x-3\/6 {
    --transform-translate-x: -50% !important; }
  .md\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667% !important; }
  .md\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333% !important; }
  .md\:-translate-x-6\/6 {
    --transform-translate-x: -100% !important; }
  .md\:-translate-x-1\/10 {
    --transform-translate-x: -10% !important; }
  .md\:-translate-x-2\/10 {
    --transform-translate-x: -20% !important; }
  .md\:-translate-x-3\/10 {
    --transform-translate-x: -30% !important; }
  .md\:-translate-x-4\/10 {
    --transform-translate-x: -40% !important; }
  .md\:-translate-x-5\/10 {
    --transform-translate-x: -50% !important; }
  .md\:-translate-x-6\/10 {
    --transform-translate-x: -60% !important; }
  .md\:-translate-x-7\/10 {
    --transform-translate-x: -70% !important; }
  .md\:-translate-x-8\/10 {
    --transform-translate-x: -80% !important; }
  .md\:-translate-x-9\/10 {
    --transform-translate-x: -90% !important; }
  .md\:-translate-x-10\/10 {
    --transform-translate-x: -100% !important; }
  .md\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333% !important; }
  .md\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667% !important; }
  .md\:-translate-x-3\/12 {
    --transform-translate-x: -25% !important; }
  .md\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333% !important; }
  .md\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667% !important; }
  .md\:-translate-x-6\/12 {
    --transform-translate-x: -50% !important; }
  .md\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333% !important; }
  .md\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667% !important; }
  .md\:-translate-x-9\/12 {
    --transform-translate-x: -75% !important; }
  .md\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333% !important; }
  .md\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667% !important; }
  .md\:-translate-x-12\/12 {
    --transform-translate-x: -100% !important; }
  .md\:-translate-x-full {
    --transform-translate-x: -100% !important; }
  .md\:translate-x-full {
    --transform-translate-x: 100% !important; }
  .md\:translate-y-0 {
    --transform-translate-y: 0rem !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-7 {
    --transform-translate-y: 1.75rem !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-11 {
    --transform-translate-y: 2.75rem !important; }
  .md\:translate-y-12 {
    --transform-translate-y: 3rem !important; }
  .md\:translate-y-13 {
    --transform-translate-y: 3.25rem !important; }
  .md\:translate-y-14 {
    --transform-translate-y: 3.5rem !important; }
  .md\:translate-y-15 {
    --transform-translate-y: 3.75rem !important; }
  .md\:translate-y-16 {
    --transform-translate-y: 4rem !important; }
  .md\:translate-y-17 {
    --transform-translate-y: 4.25rem !important; }
  .md\:translate-y-18 {
    --transform-translate-y: 4.5rem !important; }
  .md\:translate-y-19 {
    --transform-translate-y: 4.75rem !important; }
  .md\:translate-y-20 {
    --transform-translate-y: 5rem !important; }
  .md\:translate-y-21 {
    --transform-translate-y: 5.25rem !important; }
  .md\:translate-y-22 {
    --transform-translate-y: 5.5rem !important; }
  .md\:translate-y-23 {
    --transform-translate-y: 5.75rem !important; }
  .md\:translate-y-24 {
    --transform-translate-y: 6rem !important; }
  .md\:translate-y-25 {
    --transform-translate-y: 6.25rem !important; }
  .md\:translate-y-26 {
    --transform-translate-y: 6.5rem !important; }
  .md\:translate-y-27 {
    --transform-translate-y: 6.75rem !important; }
  .md\:translate-y-28 {
    --transform-translate-y: 7rem !important; }
  .md\:translate-y-29 {
    --transform-translate-y: 7.25rem !important; }
  .md\:translate-y-30 {
    --transform-translate-y: 7.5rem !important; }
  .md\:translate-y-31 {
    --transform-translate-y: 7.75rem !important; }
  .md\:translate-y-32 {
    --transform-translate-y: 8rem !important; }
  .md\:translate-y-33 {
    --transform-translate-y: 8.25rem !important; }
  .md\:translate-y-34 {
    --transform-translate-y: 8.5rem !important; }
  .md\:translate-y-35 {
    --transform-translate-y: 8.75rem !important; }
  .md\:translate-y-36 {
    --transform-translate-y: 9rem !important; }
  .md\:translate-y-37 {
    --transform-translate-y: 9.25rem !important; }
  .md\:translate-y-38 {
    --transform-translate-y: 9.5rem !important; }
  .md\:translate-y-39 {
    --transform-translate-y: 9.75rem !important; }
  .md\:translate-y-40 {
    --transform-translate-y: 10rem !important; }
  .md\:translate-y-41 {
    --transform-translate-y: 10.25rem !important; }
  .md\:translate-y-42 {
    --transform-translate-y: 10.5rem !important; }
  .md\:translate-y-43 {
    --transform-translate-y: 10.75rem !important; }
  .md\:translate-y-44 {
    --transform-translate-y: 11rem !important; }
  .md\:translate-y-45 {
    --transform-translate-y: 11.25rem !important; }
  .md\:translate-y-46 {
    --transform-translate-y: 11.5rem !important; }
  .md\:translate-y-47 {
    --transform-translate-y: 11.75rem !important; }
  .md\:translate-y-48 {
    --transform-translate-y: 12rem !important; }
  .md\:translate-y-49 {
    --transform-translate-y: 12.25rem !important; }
  .md\:translate-y-50 {
    --transform-translate-y: 12.5rem !important; }
  .md\:translate-y-51 {
    --transform-translate-y: 12.75rem !important; }
  .md\:translate-y-52 {
    --transform-translate-y: 13rem !important; }
  .md\:translate-y-53 {
    --transform-translate-y: 13.25rem !important; }
  .md\:translate-y-54 {
    --transform-translate-y: 13.5rem !important; }
  .md\:translate-y-55 {
    --transform-translate-y: 13.75rem !important; }
  .md\:translate-y-56 {
    --transform-translate-y: 14rem !important; }
  .md\:translate-y-57 {
    --transform-translate-y: 14.25rem !important; }
  .md\:translate-y-58 {
    --transform-translate-y: 14.5rem !important; }
  .md\:translate-y-59 {
    --transform-translate-y: 14.75rem !important; }
  .md\:translate-y-60 {
    --transform-translate-y: 15rem !important; }
  .md\:translate-y-61 {
    --transform-translate-y: 15.25rem !important; }
  .md\:translate-y-62 {
    --transform-translate-y: 15.5rem !important; }
  .md\:translate-y-63 {
    --transform-translate-y: 15.75rem !important; }
  .md\:translate-y-64 {
    --transform-translate-y: 16rem !important; }
  .md\:translate-y-65 {
    --transform-translate-y: 16.25rem !important; }
  .md\:translate-y-66 {
    --transform-translate-y: 16.5rem !important; }
  .md\:translate-y-67 {
    --transform-translate-y: 16.75rem !important; }
  .md\:translate-y-68 {
    --transform-translate-y: 17rem !important; }
  .md\:translate-y-69 {
    --transform-translate-y: 17.25rem !important; }
  .md\:translate-y-70 {
    --transform-translate-y: 17.5rem !important; }
  .md\:translate-y-71 {
    --transform-translate-y: 17.75rem !important; }
  .md\:translate-y-72 {
    --transform-translate-y: 18rem !important; }
  .md\:translate-y-73 {
    --transform-translate-y: 18.25rem !important; }
  .md\:translate-y-74 {
    --transform-translate-y: 18.5rem !important; }
  .md\:translate-y-75 {
    --transform-translate-y: 18.75rem !important; }
  .md\:translate-y-76 {
    --transform-translate-y: 19rem !important; }
  .md\:translate-y-77 {
    --transform-translate-y: 19.25rem !important; }
  .md\:translate-y-78 {
    --transform-translate-y: 19.5rem !important; }
  .md\:translate-y-79 {
    --transform-translate-y: 19.75rem !important; }
  .md\:translate-y-80 {
    --transform-translate-y: 20rem !important; }
  .md\:translate-y-84 {
    --transform-translate-y: 21rem !important; }
  .md\:translate-y-88 {
    --transform-translate-y: 22rem !important; }
  .md\:translate-y-92 {
    --transform-translate-y: 23rem !important; }
  .md\:translate-y-96 {
    --transform-translate-y: 24rem !important; }
  .md\:translate-y-100 {
    --transform-translate-y: 25rem !important; }
  .md\:translate-y-104 {
    --transform-translate-y: 26rem !important; }
  .md\:translate-y-108 {
    --transform-translate-y: 27rem !important; }
  .md\:translate-y-112 {
    --transform-translate-y: 28rem !important; }
  .md\:translate-y-116 {
    --transform-translate-y: 29rem !important; }
  .md\:translate-y-120 {
    --transform-translate-y: 30rem !important; }
  .md\:translate-y-124 {
    --transform-translate-y: 31rem !important; }
  .md\:translate-y-128 {
    --transform-translate-y: 32rem !important; }
  .md\:translate-y-132 {
    --transform-translate-y: 33rem !important; }
  .md\:translate-y-136 {
    --transform-translate-y: 34rem !important; }
  .md\:translate-y-140 {
    --transform-translate-y: 35rem !important; }
  .md\:translate-y-144 {
    --transform-translate-y: 36rem !important; }
  .md\:translate-y-148 {
    --transform-translate-y: 37rem !important; }
  .md\:translate-y-152 {
    --transform-translate-y: 38rem !important; }
  .md\:translate-y-156 {
    --transform-translate-y: 39rem !important; }
  .md\:translate-y-160 {
    --transform-translate-y: 40rem !important; }
  .md\:translate-y-164 {
    --transform-translate-y: 41rem !important; }
  .md\:translate-y-168 {
    --transform-translate-y: 42rem !important; }
  .md\:translate-y-172 {
    --transform-translate-y: 43rem !important; }
  .md\:translate-y-176 {
    --transform-translate-y: 44rem !important; }
  .md\:translate-y-180 {
    --transform-translate-y: 45rem !important; }
  .md\:translate-y-184 {
    --transform-translate-y: 46rem !important; }
  .md\:translate-y-188 {
    --transform-translate-y: 47rem !important; }
  .md\:translate-y-192 {
    --transform-translate-y: 48rem !important; }
  .md\:translate-y-196 {
    --transform-translate-y: 49rem !important; }
  .md\:translate-y-200 {
    --transform-translate-y: 50rem !important; }
  .md\:translate-y-px {
    --transform-translate-y: 1px !important; }
  .md\:translate-y-2px {
    --transform-translate-y: 2px !important; }
  .md\:translate-y-1\/2 {
    --transform-translate-y: 50% !important; }
  .md\:translate-y-2\/2 {
    --transform-translate-y: 100% !important; }
  .md\:translate-y-1\/3 {
    --transform-translate-y: 33.333333% !important; }
  .md\:translate-y-2\/3 {
    --transform-translate-y: 66.666667% !important; }
  .md\:translate-y-3\/3 {
    --transform-translate-y: 100% !important; }
  .md\:translate-y-1\/4 {
    --transform-translate-y: 25% !important; }
  .md\:translate-y-2\/4 {
    --transform-translate-y: 50% !important; }
  .md\:translate-y-3\/4 {
    --transform-translate-y: 75% !important; }
  .md\:translate-y-4\/4 {
    --transform-translate-y: 100% !important; }
  .md\:translate-y-1\/5 {
    --transform-translate-y: 20% !important; }
  .md\:translate-y-2\/5 {
    --transform-translate-y: 40% !important; }
  .md\:translate-y-3\/5 {
    --transform-translate-y: 60% !important; }
  .md\:translate-y-4\/5 {
    --transform-translate-y: 80% !important; }
  .md\:translate-y-5\/5 {
    --transform-translate-y: 100% !important; }
  .md\:translate-y-1\/6 {
    --transform-translate-y: 16.666667% !important; }
  .md\:translate-y-2\/6 {
    --transform-translate-y: 33.333333% !important; }
  .md\:translate-y-3\/6 {
    --transform-translate-y: 50% !important; }
  .md\:translate-y-4\/6 {
    --transform-translate-y: 66.666667% !important; }
  .md\:translate-y-5\/6 {
    --transform-translate-y: 83.333333% !important; }
  .md\:translate-y-6\/6 {
    --transform-translate-y: 100% !important; }
  .md\:translate-y-1\/10 {
    --transform-translate-y: 10% !important; }
  .md\:translate-y-2\/10 {
    --transform-translate-y: 20% !important; }
  .md\:translate-y-3\/10 {
    --transform-translate-y: 30% !important; }
  .md\:translate-y-4\/10 {
    --transform-translate-y: 40% !important; }
  .md\:translate-y-5\/10 {
    --transform-translate-y: 50% !important; }
  .md\:translate-y-6\/10 {
    --transform-translate-y: 60% !important; }
  .md\:translate-y-7\/10 {
    --transform-translate-y: 70% !important; }
  .md\:translate-y-8\/10 {
    --transform-translate-y: 80% !important; }
  .md\:translate-y-9\/10 {
    --transform-translate-y: 90% !important; }
  .md\:translate-y-10\/10 {
    --transform-translate-y: 100% !important; }
  .md\:translate-y-1\/12 {
    --transform-translate-y: 8.333333% !important; }
  .md\:translate-y-2\/12 {
    --transform-translate-y: 16.666667% !important; }
  .md\:translate-y-3\/12 {
    --transform-translate-y: 25% !important; }
  .md\:translate-y-4\/12 {
    --transform-translate-y: 33.333333% !important; }
  .md\:translate-y-5\/12 {
    --transform-translate-y: 41.666667% !important; }
  .md\:translate-y-6\/12 {
    --transform-translate-y: 50% !important; }
  .md\:translate-y-7\/12 {
    --transform-translate-y: 58.333333% !important; }
  .md\:translate-y-8\/12 {
    --transform-translate-y: 66.666667% !important; }
  .md\:translate-y-9\/12 {
    --transform-translate-y: 75% !important; }
  .md\:translate-y-10\/12 {
    --transform-translate-y: 83.333333% !important; }
  .md\:translate-y-11\/12 {
    --transform-translate-y: 91.666667% !important; }
  .md\:translate-y-12\/12 {
    --transform-translate-y: 100% !important; }
  .md\:-translate-y-0 {
    --transform-translate-y: 0rem !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-7 {
    --transform-translate-y: -1.75rem !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-11 {
    --transform-translate-y: -2.75rem !important; }
  .md\:-translate-y-12 {
    --transform-translate-y: -3rem !important; }
  .md\:-translate-y-13 {
    --transform-translate-y: -3.25rem !important; }
  .md\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important; }
  .md\:-translate-y-15 {
    --transform-translate-y: -3.75rem !important; }
  .md\:-translate-y-16 {
    --transform-translate-y: -4rem !important; }
  .md\:-translate-y-17 {
    --transform-translate-y: -4.25rem !important; }
  .md\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important; }
  .md\:-translate-y-19 {
    --transform-translate-y: -4.75rem !important; }
  .md\:-translate-y-20 {
    --transform-translate-y: -5rem !important; }
  .md\:-translate-y-21 {
    --transform-translate-y: -5.25rem !important; }
  .md\:-translate-y-22 {
    --transform-translate-y: -5.5rem !important; }
  .md\:-translate-y-23 {
    --transform-translate-y: -5.75rem !important; }
  .md\:-translate-y-24 {
    --transform-translate-y: -6rem !important; }
  .md\:-translate-y-25 {
    --transform-translate-y: -6.25rem !important; }
  .md\:-translate-y-26 {
    --transform-translate-y: -6.5rem !important; }
  .md\:-translate-y-27 {
    --transform-translate-y: -6.75rem !important; }
  .md\:-translate-y-28 {
    --transform-translate-y: -7rem !important; }
  .md\:-translate-y-29 {
    --transform-translate-y: -7.25rem !important; }
  .md\:-translate-y-30 {
    --transform-translate-y: -7.5rem !important; }
  .md\:-translate-y-31 {
    --transform-translate-y: -7.75rem !important; }
  .md\:-translate-y-32 {
    --transform-translate-y: -8rem !important; }
  .md\:-translate-y-33 {
    --transform-translate-y: -8.25rem !important; }
  .md\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important; }
  .md\:-translate-y-35 {
    --transform-translate-y: -8.75rem !important; }
  .md\:-translate-y-36 {
    --transform-translate-y: -9rem !important; }
  .md\:-translate-y-37 {
    --transform-translate-y: -9.25rem !important; }
  .md\:-translate-y-38 {
    --transform-translate-y: -9.5rem !important; }
  .md\:-translate-y-39 {
    --transform-translate-y: -9.75rem !important; }
  .md\:-translate-y-40 {
    --transform-translate-y: -10rem !important; }
  .md\:-translate-y-41 {
    --transform-translate-y: -10.25rem !important; }
  .md\:-translate-y-42 {
    --transform-translate-y: -10.5rem !important; }
  .md\:-translate-y-43 {
    --transform-translate-y: -10.75rem !important; }
  .md\:-translate-y-44 {
    --transform-translate-y: -11rem !important; }
  .md\:-translate-y-45 {
    --transform-translate-y: -11.25rem !important; }
  .md\:-translate-y-46 {
    --transform-translate-y: -11.5rem !important; }
  .md\:-translate-y-47 {
    --transform-translate-y: -11.75rem !important; }
  .md\:-translate-y-48 {
    --transform-translate-y: -12rem !important; }
  .md\:-translate-y-49 {
    --transform-translate-y: -12.25rem !important; }
  .md\:-translate-y-50 {
    --transform-translate-y: -12.5rem !important; }
  .md\:-translate-y-51 {
    --transform-translate-y: -12.75rem !important; }
  .md\:-translate-y-52 {
    --transform-translate-y: -13rem !important; }
  .md\:-translate-y-53 {
    --transform-translate-y: -13.25rem !important; }
  .md\:-translate-y-54 {
    --transform-translate-y: -13.5rem !important; }
  .md\:-translate-y-55 {
    --transform-translate-y: -13.75rem !important; }
  .md\:-translate-y-56 {
    --transform-translate-y: -14rem !important; }
  .md\:-translate-y-57 {
    --transform-translate-y: -14.25rem !important; }
  .md\:-translate-y-58 {
    --transform-translate-y: -14.5rem !important; }
  .md\:-translate-y-59 {
    --transform-translate-y: -14.75rem !important; }
  .md\:-translate-y-60 {
    --transform-translate-y: -15rem !important; }
  .md\:-translate-y-61 {
    --transform-translate-y: -15.25rem !important; }
  .md\:-translate-y-62 {
    --transform-translate-y: -15.5rem !important; }
  .md\:-translate-y-63 {
    --transform-translate-y: -15.75rem !important; }
  .md\:-translate-y-64 {
    --transform-translate-y: -16rem !important; }
  .md\:-translate-y-65 {
    --transform-translate-y: -16.25rem !important; }
  .md\:-translate-y-66 {
    --transform-translate-y: -16.5rem !important; }
  .md\:-translate-y-67 {
    --transform-translate-y: -16.75rem !important; }
  .md\:-translate-y-68 {
    --transform-translate-y: -17rem !important; }
  .md\:-translate-y-69 {
    --transform-translate-y: -17.25rem !important; }
  .md\:-translate-y-70 {
    --transform-translate-y: -17.5rem !important; }
  .md\:-translate-y-71 {
    --transform-translate-y: -17.75rem !important; }
  .md\:-translate-y-72 {
    --transform-translate-y: -18rem !important; }
  .md\:-translate-y-73 {
    --transform-translate-y: -18.25rem !important; }
  .md\:-translate-y-74 {
    --transform-translate-y: -18.5rem !important; }
  .md\:-translate-y-75 {
    --transform-translate-y: -18.75rem !important; }
  .md\:-translate-y-76 {
    --transform-translate-y: -19rem !important; }
  .md\:-translate-y-77 {
    --transform-translate-y: -19.25rem !important; }
  .md\:-translate-y-78 {
    --transform-translate-y: -19.5rem !important; }
  .md\:-translate-y-79 {
    --transform-translate-y: -19.75rem !important; }
  .md\:-translate-y-80 {
    --transform-translate-y: -20rem !important; }
  .md\:-translate-y-84 {
    --transform-translate-y: -21rem !important; }
  .md\:-translate-y-88 {
    --transform-translate-y: -22rem !important; }
  .md\:-translate-y-92 {
    --transform-translate-y: -23rem !important; }
  .md\:-translate-y-96 {
    --transform-translate-y: -24rem !important; }
  .md\:-translate-y-100 {
    --transform-translate-y: -25rem !important; }
  .md\:-translate-y-104 {
    --transform-translate-y: -26rem !important; }
  .md\:-translate-y-108 {
    --transform-translate-y: -27rem !important; }
  .md\:-translate-y-112 {
    --transform-translate-y: -28rem !important; }
  .md\:-translate-y-116 {
    --transform-translate-y: -29rem !important; }
  .md\:-translate-y-120 {
    --transform-translate-y: -30rem !important; }
  .md\:-translate-y-124 {
    --transform-translate-y: -31rem !important; }
  .md\:-translate-y-128 {
    --transform-translate-y: -32rem !important; }
  .md\:-translate-y-132 {
    --transform-translate-y: -33rem !important; }
  .md\:-translate-y-136 {
    --transform-translate-y: -34rem !important; }
  .md\:-translate-y-140 {
    --transform-translate-y: -35rem !important; }
  .md\:-translate-y-144 {
    --transform-translate-y: -36rem !important; }
  .md\:-translate-y-148 {
    --transform-translate-y: -37rem !important; }
  .md\:-translate-y-152 {
    --transform-translate-y: -38rem !important; }
  .md\:-translate-y-156 {
    --transform-translate-y: -39rem !important; }
  .md\:-translate-y-160 {
    --transform-translate-y: -40rem !important; }
  .md\:-translate-y-164 {
    --transform-translate-y: -41rem !important; }
  .md\:-translate-y-168 {
    --transform-translate-y: -42rem !important; }
  .md\:-translate-y-172 {
    --transform-translate-y: -43rem !important; }
  .md\:-translate-y-176 {
    --transform-translate-y: -44rem !important; }
  .md\:-translate-y-180 {
    --transform-translate-y: -45rem !important; }
  .md\:-translate-y-184 {
    --transform-translate-y: -46rem !important; }
  .md\:-translate-y-188 {
    --transform-translate-y: -47rem !important; }
  .md\:-translate-y-192 {
    --transform-translate-y: -48rem !important; }
  .md\:-translate-y-196 {
    --transform-translate-y: -49rem !important; }
  .md\:-translate-y-200 {
    --transform-translate-y: -50rem !important; }
  .md\:-translate-y-px {
    --transform-translate-y: -1px !important; }
  .md\:-translate-y-2px {
    --transform-translate-y: -2px !important; }
  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important; }
  .md\:-translate-y-2\/2 {
    --transform-translate-y: -100% !important; }
  .md\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333% !important; }
  .md\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667% !important; }
  .md\:-translate-y-3\/3 {
    --transform-translate-y: -100% !important; }
  .md\:-translate-y-1\/4 {
    --transform-translate-y: -25% !important; }
  .md\:-translate-y-2\/4 {
    --transform-translate-y: -50% !important; }
  .md\:-translate-y-3\/4 {
    --transform-translate-y: -75% !important; }
  .md\:-translate-y-4\/4 {
    --transform-translate-y: -100% !important; }
  .md\:-translate-y-1\/5 {
    --transform-translate-y: -20% !important; }
  .md\:-translate-y-2\/5 {
    --transform-translate-y: -40% !important; }
  .md\:-translate-y-3\/5 {
    --transform-translate-y: -60% !important; }
  .md\:-translate-y-4\/5 {
    --transform-translate-y: -80% !important; }
  .md\:-translate-y-5\/5 {
    --transform-translate-y: -100% !important; }
  .md\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667% !important; }
  .md\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333% !important; }
  .md\:-translate-y-3\/6 {
    --transform-translate-y: -50% !important; }
  .md\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667% !important; }
  .md\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333% !important; }
  .md\:-translate-y-6\/6 {
    --transform-translate-y: -100% !important; }
  .md\:-translate-y-1\/10 {
    --transform-translate-y: -10% !important; }
  .md\:-translate-y-2\/10 {
    --transform-translate-y: -20% !important; }
  .md\:-translate-y-3\/10 {
    --transform-translate-y: -30% !important; }
  .md\:-translate-y-4\/10 {
    --transform-translate-y: -40% !important; }
  .md\:-translate-y-5\/10 {
    --transform-translate-y: -50% !important; }
  .md\:-translate-y-6\/10 {
    --transform-translate-y: -60% !important; }
  .md\:-translate-y-7\/10 {
    --transform-translate-y: -70% !important; }
  .md\:-translate-y-8\/10 {
    --transform-translate-y: -80% !important; }
  .md\:-translate-y-9\/10 {
    --transform-translate-y: -90% !important; }
  .md\:-translate-y-10\/10 {
    --transform-translate-y: -100% !important; }
  .md\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333% !important; }
  .md\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667% !important; }
  .md\:-translate-y-3\/12 {
    --transform-translate-y: -25% !important; }
  .md\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333% !important; }
  .md\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667% !important; }
  .md\:-translate-y-6\/12 {
    --transform-translate-y: -50% !important; }
  .md\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333% !important; }
  .md\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667% !important; }
  .md\:-translate-y-9\/12 {
    --transform-translate-y: -75% !important; }
  .md\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333% !important; }
  .md\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667% !important; }
  .md\:-translate-y-12\/12 {
    --transform-translate-y: -100% !important; }
  .md\:-translate-y-full {
    --transform-translate-y: -100% !important; }
  .md\:translate-y-full {
    --transform-translate-y: 100% !important; }
  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0rem !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-7:hover {
    --transform-translate-x: 1.75rem !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-11:hover {
    --transform-translate-x: 2.75rem !important; }
  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important; }
  .md\:hover\:translate-x-13:hover {
    --transform-translate-x: 3.25rem !important; }
  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important; }
  .md\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem !important; }
  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important; }
  .md\:hover\:translate-x-17:hover {
    --transform-translate-x: 4.25rem !important; }
  .md\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important; }
  .md\:hover\:translate-x-19:hover {
    --transform-translate-x: 4.75rem !important; }
  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important; }
  .md\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.25rem !important; }
  .md\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem !important; }
  .md\:hover\:translate-x-23:hover {
    --transform-translate-x: 5.75rem !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-26:hover {
    --transform-translate-x: 6.5rem !important; }
  .md\:hover\:translate-x-27:hover {
    --transform-translate-x: 6.75rem !important; }
  .md\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important; }
  .md\:hover\:translate-x-29:hover {
    --transform-translate-x: 7.25rem !important; }
  .md\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.5rem !important; }
  .md\:hover\:translate-x-31:hover {
    --transform-translate-x: 7.75rem !important; }
  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important; }
  .md\:hover\:translate-x-33:hover {
    --transform-translate-x: 8.25rem !important; }
  .md\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important; }
  .md\:hover\:translate-x-35:hover {
    --transform-translate-x: 8.75rem !important; }
  .md\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem !important; }
  .md\:hover\:translate-x-37:hover {
    --transform-translate-x: 9.25rem !important; }
  .md\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.5rem !important; }
  .md\:hover\:translate-x-39:hover {
    --transform-translate-x: 9.75rem !important; }
  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important; }
  .md\:hover\:translate-x-41:hover {
    --transform-translate-x: 10.25rem !important; }
  .md\:hover\:translate-x-42:hover {
    --transform-translate-x: 10.5rem !important; }
  .md\:hover\:translate-x-43:hover {
    --transform-translate-x: 10.75rem !important; }
  .md\:hover\:translate-x-44:hover {
    --transform-translate-x: 11rem !important; }
  .md\:hover\:translate-x-45:hover {
    --transform-translate-x: 11.25rem !important; }
  .md\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.5rem !important; }
  .md\:hover\:translate-x-47:hover {
    --transform-translate-x: 11.75rem !important; }
  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important; }
  .md\:hover\:translate-x-49:hover {
    --transform-translate-x: 12.25rem !important; }
  .md\:hover\:translate-x-50:hover {
    --transform-translate-x: 12.5rem !important; }
  .md\:hover\:translate-x-51:hover {
    --transform-translate-x: 12.75rem !important; }
  .md\:hover\:translate-x-52:hover {
    --transform-translate-x: 13rem !important; }
  .md\:hover\:translate-x-53:hover {
    --transform-translate-x: 13.25rem !important; }
  .md\:hover\:translate-x-54:hover {
    --transform-translate-x: 13.5rem !important; }
  .md\:hover\:translate-x-55:hover {
    --transform-translate-x: 13.75rem !important; }
  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important; }
  .md\:hover\:translate-x-57:hover {
    --transform-translate-x: 14.25rem !important; }
  .md\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.5rem !important; }
  .md\:hover\:translate-x-59:hover {
    --transform-translate-x: 14.75rem !important; }
  .md\:hover\:translate-x-60:hover {
    --transform-translate-x: 15rem !important; }
  .md\:hover\:translate-x-61:hover {
    --transform-translate-x: 15.25rem !important; }
  .md\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.5rem !important; }
  .md\:hover\:translate-x-63:hover {
    --transform-translate-x: 15.75rem !important; }
  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important; }
  .md\:hover\:translate-x-65:hover {
    --transform-translate-x: 16.25rem !important; }
  .md\:hover\:translate-x-66:hover {
    --transform-translate-x: 16.5rem !important; }
  .md\:hover\:translate-x-67:hover {
    --transform-translate-x: 16.75rem !important; }
  .md\:hover\:translate-x-68:hover {
    --transform-translate-x: 17rem !important; }
  .md\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.25rem !important; }
  .md\:hover\:translate-x-70:hover {
    --transform-translate-x: 17.5rem !important; }
  .md\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.75rem !important; }
  .md\:hover\:translate-x-72:hover {
    --transform-translate-x: 18rem !important; }
  .md\:hover\:translate-x-73:hover {
    --transform-translate-x: 18.25rem !important; }
  .md\:hover\:translate-x-74:hover {
    --transform-translate-x: 18.5rem !important; }
  .md\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.75rem !important; }
  .md\:hover\:translate-x-76:hover {
    --transform-translate-x: 19rem !important; }
  .md\:hover\:translate-x-77:hover {
    --transform-translate-x: 19.25rem !important; }
  .md\:hover\:translate-x-78:hover {
    --transform-translate-x: 19.5rem !important; }
  .md\:hover\:translate-x-79:hover {
    --transform-translate-x: 19.75rem !important; }
  .md\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important; }
  .md\:hover\:translate-x-84:hover {
    --transform-translate-x: 21rem !important; }
  .md\:hover\:translate-x-88:hover {
    --transform-translate-x: 22rem !important; }
  .md\:hover\:translate-x-92:hover {
    --transform-translate-x: 23rem !important; }
  .md\:hover\:translate-x-96:hover {
    --transform-translate-x: 24rem !important; }
  .md\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important; }
  .md\:hover\:translate-x-104:hover {
    --transform-translate-x: 26rem !important; }
  .md\:hover\:translate-x-108:hover {
    --transform-translate-x: 27rem !important; }
  .md\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important; }
  .md\:hover\:translate-x-116:hover {
    --transform-translate-x: 29rem !important; }
  .md\:hover\:translate-x-120:hover {
    --transform-translate-x: 30rem !important; }
  .md\:hover\:translate-x-124:hover {
    --transform-translate-x: 31rem !important; }
  .md\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important; }
  .md\:hover\:translate-x-132:hover {
    --transform-translate-x: 33rem !important; }
  .md\:hover\:translate-x-136:hover {
    --transform-translate-x: 34rem !important; }
  .md\:hover\:translate-x-140:hover {
    --transform-translate-x: 35rem !important; }
  .md\:hover\:translate-x-144:hover {
    --transform-translate-x: 36rem !important; }
  .md\:hover\:translate-x-148:hover {
    --transform-translate-x: 37rem !important; }
  .md\:hover\:translate-x-152:hover {
    --transform-translate-x: 38rem !important; }
  .md\:hover\:translate-x-156:hover {
    --transform-translate-x: 39rem !important; }
  .md\:hover\:translate-x-160:hover {
    --transform-translate-x: 40rem !important; }
  .md\:hover\:translate-x-164:hover {
    --transform-translate-x: 41rem !important; }
  .md\:hover\:translate-x-168:hover {
    --transform-translate-x: 42rem !important; }
  .md\:hover\:translate-x-172:hover {
    --transform-translate-x: 43rem !important; }
  .md\:hover\:translate-x-176:hover {
    --transform-translate-x: 44rem !important; }
  .md\:hover\:translate-x-180:hover {
    --transform-translate-x: 45rem !important; }
  .md\:hover\:translate-x-184:hover {
    --transform-translate-x: 46rem !important; }
  .md\:hover\:translate-x-188:hover {
    --transform-translate-x: 47rem !important; }
  .md\:hover\:translate-x-192:hover {
    --transform-translate-x: 48rem !important; }
  .md\:hover\:translate-x-196:hover {
    --transform-translate-x: 49rem !important; }
  .md\:hover\:translate-x-200:hover {
    --transform-translate-x: 50rem !important; }
  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important; }
  .md\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px !important; }
  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important; }
  .md\:hover\:translate-x-2\/2:hover {
    --transform-translate-x: 100% !important; }
  .md\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333% !important; }
  .md\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667% !important; }
  .md\:hover\:translate-x-3\/3:hover {
    --transform-translate-x: 100% !important; }
  .md\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25% !important; }
  .md\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50% !important; }
  .md\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75% !important; }
  .md\:hover\:translate-x-4\/4:hover {
    --transform-translate-x: 100% !important; }
  .md\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20% !important; }
  .md\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40% !important; }
  .md\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60% !important; }
  .md\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80% !important; }
  .md\:hover\:translate-x-5\/5:hover {
    --transform-translate-x: 100% !important; }
  .md\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667% !important; }
  .md\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333% !important; }
  .md\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50% !important; }
  .md\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667% !important; }
  .md\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333% !important; }
  .md\:hover\:translate-x-6\/6:hover {
    --transform-translate-x: 100% !important; }
  .md\:hover\:translate-x-1\/10:hover {
    --transform-translate-x: 10% !important; }
  .md\:hover\:translate-x-2\/10:hover {
    --transform-translate-x: 20% !important; }
  .md\:hover\:translate-x-3\/10:hover {
    --transform-translate-x: 30% !important; }
  .md\:hover\:translate-x-4\/10:hover {
    --transform-translate-x: 40% !important; }
  .md\:hover\:translate-x-5\/10:hover {
    --transform-translate-x: 50% !important; }
  .md\:hover\:translate-x-6\/10:hover {
    --transform-translate-x: 60% !important; }
  .md\:hover\:translate-x-7\/10:hover {
    --transform-translate-x: 70% !important; }
  .md\:hover\:translate-x-8\/10:hover {
    --transform-translate-x: 80% !important; }
  .md\:hover\:translate-x-9\/10:hover {
    --transform-translate-x: 90% !important; }
  .md\:hover\:translate-x-10\/10:hover {
    --transform-translate-x: 100% !important; }
  .md\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333% !important; }
  .md\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667% !important; }
  .md\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25% !important; }
  .md\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333% !important; }
  .md\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667% !important; }
  .md\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50% !important; }
  .md\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333% !important; }
  .md\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667% !important; }
  .md\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75% !important; }
  .md\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333% !important; }
  .md\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667% !important; }
  .md\:hover\:translate-x-12\/12:hover {
    --transform-translate-x: 100% !important; }
  .md\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0rem !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-7:hover {
    --transform-translate-x: -1.75rem !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-11:hover {
    --transform-translate-x: -2.75rem !important; }
  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important; }
  .md\:hover\:-translate-x-13:hover {
    --transform-translate-x: -3.25rem !important; }
  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important; }
  .md\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem !important; }
  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important; }
  .md\:hover\:-translate-x-17:hover {
    --transform-translate-x: -4.25rem !important; }
  .md\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important; }
  .md\:hover\:-translate-x-19:hover {
    --transform-translate-x: -4.75rem !important; }
  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important; }
  .md\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.25rem !important; }
  .md\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem !important; }
  .md\:hover\:-translate-x-23:hover {
    --transform-translate-x: -5.75rem !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-26:hover {
    --transform-translate-x: -6.5rem !important; }
  .md\:hover\:-translate-x-27:hover {
    --transform-translate-x: -6.75rem !important; }
  .md\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important; }
  .md\:hover\:-translate-x-29:hover {
    --transform-translate-x: -7.25rem !important; }
  .md\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.5rem !important; }
  .md\:hover\:-translate-x-31:hover {
    --transform-translate-x: -7.75rem !important; }
  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important; }
  .md\:hover\:-translate-x-33:hover {
    --transform-translate-x: -8.25rem !important; }
  .md\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important; }
  .md\:hover\:-translate-x-35:hover {
    --transform-translate-x: -8.75rem !important; }
  .md\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem !important; }
  .md\:hover\:-translate-x-37:hover {
    --transform-translate-x: -9.25rem !important; }
  .md\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.5rem !important; }
  .md\:hover\:-translate-x-39:hover {
    --transform-translate-x: -9.75rem !important; }
  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important; }
  .md\:hover\:-translate-x-41:hover {
    --transform-translate-x: -10.25rem !important; }
  .md\:hover\:-translate-x-42:hover {
    --transform-translate-x: -10.5rem !important; }
  .md\:hover\:-translate-x-43:hover {
    --transform-translate-x: -10.75rem !important; }
  .md\:hover\:-translate-x-44:hover {
    --transform-translate-x: -11rem !important; }
  .md\:hover\:-translate-x-45:hover {
    --transform-translate-x: -11.25rem !important; }
  .md\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.5rem !important; }
  .md\:hover\:-translate-x-47:hover {
    --transform-translate-x: -11.75rem !important; }
  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important; }
  .md\:hover\:-translate-x-49:hover {
    --transform-translate-x: -12.25rem !important; }
  .md\:hover\:-translate-x-50:hover {
    --transform-translate-x: -12.5rem !important; }
  .md\:hover\:-translate-x-51:hover {
    --transform-translate-x: -12.75rem !important; }
  .md\:hover\:-translate-x-52:hover {
    --transform-translate-x: -13rem !important; }
  .md\:hover\:-translate-x-53:hover {
    --transform-translate-x: -13.25rem !important; }
  .md\:hover\:-translate-x-54:hover {
    --transform-translate-x: -13.5rem !important; }
  .md\:hover\:-translate-x-55:hover {
    --transform-translate-x: -13.75rem !important; }
  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important; }
  .md\:hover\:-translate-x-57:hover {
    --transform-translate-x: -14.25rem !important; }
  .md\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.5rem !important; }
  .md\:hover\:-translate-x-59:hover {
    --transform-translate-x: -14.75rem !important; }
  .md\:hover\:-translate-x-60:hover {
    --transform-translate-x: -15rem !important; }
  .md\:hover\:-translate-x-61:hover {
    --transform-translate-x: -15.25rem !important; }
  .md\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.5rem !important; }
  .md\:hover\:-translate-x-63:hover {
    --transform-translate-x: -15.75rem !important; }
  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important; }
  .md\:hover\:-translate-x-65:hover {
    --transform-translate-x: -16.25rem !important; }
  .md\:hover\:-translate-x-66:hover {
    --transform-translate-x: -16.5rem !important; }
  .md\:hover\:-translate-x-67:hover {
    --transform-translate-x: -16.75rem !important; }
  .md\:hover\:-translate-x-68:hover {
    --transform-translate-x: -17rem !important; }
  .md\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.25rem !important; }
  .md\:hover\:-translate-x-70:hover {
    --transform-translate-x: -17.5rem !important; }
  .md\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.75rem !important; }
  .md\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18rem !important; }
  .md\:hover\:-translate-x-73:hover {
    --transform-translate-x: -18.25rem !important; }
  .md\:hover\:-translate-x-74:hover {
    --transform-translate-x: -18.5rem !important; }
  .md\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.75rem !important; }
  .md\:hover\:-translate-x-76:hover {
    --transform-translate-x: -19rem !important; }
  .md\:hover\:-translate-x-77:hover {
    --transform-translate-x: -19.25rem !important; }
  .md\:hover\:-translate-x-78:hover {
    --transform-translate-x: -19.5rem !important; }
  .md\:hover\:-translate-x-79:hover {
    --transform-translate-x: -19.75rem !important; }
  .md\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important; }
  .md\:hover\:-translate-x-84:hover {
    --transform-translate-x: -21rem !important; }
  .md\:hover\:-translate-x-88:hover {
    --transform-translate-x: -22rem !important; }
  .md\:hover\:-translate-x-92:hover {
    --transform-translate-x: -23rem !important; }
  .md\:hover\:-translate-x-96:hover {
    --transform-translate-x: -24rem !important; }
  .md\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important; }
  .md\:hover\:-translate-x-104:hover {
    --transform-translate-x: -26rem !important; }
  .md\:hover\:-translate-x-108:hover {
    --transform-translate-x: -27rem !important; }
  .md\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important; }
  .md\:hover\:-translate-x-116:hover {
    --transform-translate-x: -29rem !important; }
  .md\:hover\:-translate-x-120:hover {
    --transform-translate-x: -30rem !important; }
  .md\:hover\:-translate-x-124:hover {
    --transform-translate-x: -31rem !important; }
  .md\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important; }
  .md\:hover\:-translate-x-132:hover {
    --transform-translate-x: -33rem !important; }
  .md\:hover\:-translate-x-136:hover {
    --transform-translate-x: -34rem !important; }
  .md\:hover\:-translate-x-140:hover {
    --transform-translate-x: -35rem !important; }
  .md\:hover\:-translate-x-144:hover {
    --transform-translate-x: -36rem !important; }
  .md\:hover\:-translate-x-148:hover {
    --transform-translate-x: -37rem !important; }
  .md\:hover\:-translate-x-152:hover {
    --transform-translate-x: -38rem !important; }
  .md\:hover\:-translate-x-156:hover {
    --transform-translate-x: -39rem !important; }
  .md\:hover\:-translate-x-160:hover {
    --transform-translate-x: -40rem !important; }
  .md\:hover\:-translate-x-164:hover {
    --transform-translate-x: -41rem !important; }
  .md\:hover\:-translate-x-168:hover {
    --transform-translate-x: -42rem !important; }
  .md\:hover\:-translate-x-172:hover {
    --transform-translate-x: -43rem !important; }
  .md\:hover\:-translate-x-176:hover {
    --transform-translate-x: -44rem !important; }
  .md\:hover\:-translate-x-180:hover {
    --transform-translate-x: -45rem !important; }
  .md\:hover\:-translate-x-184:hover {
    --transform-translate-x: -46rem !important; }
  .md\:hover\:-translate-x-188:hover {
    --transform-translate-x: -47rem !important; }
  .md\:hover\:-translate-x-192:hover {
    --transform-translate-x: -48rem !important; }
  .md\:hover\:-translate-x-196:hover {
    --transform-translate-x: -49rem !important; }
  .md\:hover\:-translate-x-200:hover {
    --transform-translate-x: -50rem !important; }
  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important; }
  .md\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px !important; }
  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important; }
  .md\:hover\:-translate-x-2\/2:hover {
    --transform-translate-x: -100% !important; }
  .md\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333% !important; }
  .md\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667% !important; }
  .md\:hover\:-translate-x-3\/3:hover {
    --transform-translate-x: -100% !important; }
  .md\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25% !important; }
  .md\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50% !important; }
  .md\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75% !important; }
  .md\:hover\:-translate-x-4\/4:hover {
    --transform-translate-x: -100% !important; }
  .md\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20% !important; }
  .md\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40% !important; }
  .md\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60% !important; }
  .md\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80% !important; }
  .md\:hover\:-translate-x-5\/5:hover {
    --transform-translate-x: -100% !important; }
  .md\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667% !important; }
  .md\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333% !important; }
  .md\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50% !important; }
  .md\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667% !important; }
  .md\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333% !important; }
  .md\:hover\:-translate-x-6\/6:hover {
    --transform-translate-x: -100% !important; }
  .md\:hover\:-translate-x-1\/10:hover {
    --transform-translate-x: -10% !important; }
  .md\:hover\:-translate-x-2\/10:hover {
    --transform-translate-x: -20% !important; }
  .md\:hover\:-translate-x-3\/10:hover {
    --transform-translate-x: -30% !important; }
  .md\:hover\:-translate-x-4\/10:hover {
    --transform-translate-x: -40% !important; }
  .md\:hover\:-translate-x-5\/10:hover {
    --transform-translate-x: -50% !important; }
  .md\:hover\:-translate-x-6\/10:hover {
    --transform-translate-x: -60% !important; }
  .md\:hover\:-translate-x-7\/10:hover {
    --transform-translate-x: -70% !important; }
  .md\:hover\:-translate-x-8\/10:hover {
    --transform-translate-x: -80% !important; }
  .md\:hover\:-translate-x-9\/10:hover {
    --transform-translate-x: -90% !important; }
  .md\:hover\:-translate-x-10\/10:hover {
    --transform-translate-x: -100% !important; }
  .md\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333% !important; }
  .md\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667% !important; }
  .md\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25% !important; }
  .md\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333% !important; }
  .md\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667% !important; }
  .md\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50% !important; }
  .md\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333% !important; }
  .md\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667% !important; }
  .md\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75% !important; }
  .md\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333% !important; }
  .md\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667% !important; }
  .md\:hover\:-translate-x-12\/12:hover {
    --transform-translate-x: -100% !important; }
  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important; }
  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important; }
  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0rem !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-7:hover {
    --transform-translate-y: 1.75rem !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-11:hover {
    --transform-translate-y: 2.75rem !important; }
  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important; }
  .md\:hover\:translate-y-13:hover {
    --transform-translate-y: 3.25rem !important; }
  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important; }
  .md\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem !important; }
  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important; }
  .md\:hover\:translate-y-17:hover {
    --transform-translate-y: 4.25rem !important; }
  .md\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important; }
  .md\:hover\:translate-y-19:hover {
    --transform-translate-y: 4.75rem !important; }
  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important; }
  .md\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.25rem !important; }
  .md\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem !important; }
  .md\:hover\:translate-y-23:hover {
    --transform-translate-y: 5.75rem !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-26:hover {
    --transform-translate-y: 6.5rem !important; }
  .md\:hover\:translate-y-27:hover {
    --transform-translate-y: 6.75rem !important; }
  .md\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important; }
  .md\:hover\:translate-y-29:hover {
    --transform-translate-y: 7.25rem !important; }
  .md\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.5rem !important; }
  .md\:hover\:translate-y-31:hover {
    --transform-translate-y: 7.75rem !important; }
  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important; }
  .md\:hover\:translate-y-33:hover {
    --transform-translate-y: 8.25rem !important; }
  .md\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important; }
  .md\:hover\:translate-y-35:hover {
    --transform-translate-y: 8.75rem !important; }
  .md\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem !important; }
  .md\:hover\:translate-y-37:hover {
    --transform-translate-y: 9.25rem !important; }
  .md\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.5rem !important; }
  .md\:hover\:translate-y-39:hover {
    --transform-translate-y: 9.75rem !important; }
  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important; }
  .md\:hover\:translate-y-41:hover {
    --transform-translate-y: 10.25rem !important; }
  .md\:hover\:translate-y-42:hover {
    --transform-translate-y: 10.5rem !important; }
  .md\:hover\:translate-y-43:hover {
    --transform-translate-y: 10.75rem !important; }
  .md\:hover\:translate-y-44:hover {
    --transform-translate-y: 11rem !important; }
  .md\:hover\:translate-y-45:hover {
    --transform-translate-y: 11.25rem !important; }
  .md\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.5rem !important; }
  .md\:hover\:translate-y-47:hover {
    --transform-translate-y: 11.75rem !important; }
  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important; }
  .md\:hover\:translate-y-49:hover {
    --transform-translate-y: 12.25rem !important; }
  .md\:hover\:translate-y-50:hover {
    --transform-translate-y: 12.5rem !important; }
  .md\:hover\:translate-y-51:hover {
    --transform-translate-y: 12.75rem !important; }
  .md\:hover\:translate-y-52:hover {
    --transform-translate-y: 13rem !important; }
  .md\:hover\:translate-y-53:hover {
    --transform-translate-y: 13.25rem !important; }
  .md\:hover\:translate-y-54:hover {
    --transform-translate-y: 13.5rem !important; }
  .md\:hover\:translate-y-55:hover {
    --transform-translate-y: 13.75rem !important; }
  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important; }
  .md\:hover\:translate-y-57:hover {
    --transform-translate-y: 14.25rem !important; }
  .md\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.5rem !important; }
  .md\:hover\:translate-y-59:hover {
    --transform-translate-y: 14.75rem !important; }
  .md\:hover\:translate-y-60:hover {
    --transform-translate-y: 15rem !important; }
  .md\:hover\:translate-y-61:hover {
    --transform-translate-y: 15.25rem !important; }
  .md\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.5rem !important; }
  .md\:hover\:translate-y-63:hover {
    --transform-translate-y: 15.75rem !important; }
  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important; }
  .md\:hover\:translate-y-65:hover {
    --transform-translate-y: 16.25rem !important; }
  .md\:hover\:translate-y-66:hover {
    --transform-translate-y: 16.5rem !important; }
  .md\:hover\:translate-y-67:hover {
    --transform-translate-y: 16.75rem !important; }
  .md\:hover\:translate-y-68:hover {
    --transform-translate-y: 17rem !important; }
  .md\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.25rem !important; }
  .md\:hover\:translate-y-70:hover {
    --transform-translate-y: 17.5rem !important; }
  .md\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.75rem !important; }
  .md\:hover\:translate-y-72:hover {
    --transform-translate-y: 18rem !important; }
  .md\:hover\:translate-y-73:hover {
    --transform-translate-y: 18.25rem !important; }
  .md\:hover\:translate-y-74:hover {
    --transform-translate-y: 18.5rem !important; }
  .md\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.75rem !important; }
  .md\:hover\:translate-y-76:hover {
    --transform-translate-y: 19rem !important; }
  .md\:hover\:translate-y-77:hover {
    --transform-translate-y: 19.25rem !important; }
  .md\:hover\:translate-y-78:hover {
    --transform-translate-y: 19.5rem !important; }
  .md\:hover\:translate-y-79:hover {
    --transform-translate-y: 19.75rem !important; }
  .md\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important; }
  .md\:hover\:translate-y-84:hover {
    --transform-translate-y: 21rem !important; }
  .md\:hover\:translate-y-88:hover {
    --transform-translate-y: 22rem !important; }
  .md\:hover\:translate-y-92:hover {
    --transform-translate-y: 23rem !important; }
  .md\:hover\:translate-y-96:hover {
    --transform-translate-y: 24rem !important; }
  .md\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important; }
  .md\:hover\:translate-y-104:hover {
    --transform-translate-y: 26rem !important; }
  .md\:hover\:translate-y-108:hover {
    --transform-translate-y: 27rem !important; }
  .md\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important; }
  .md\:hover\:translate-y-116:hover {
    --transform-translate-y: 29rem !important; }
  .md\:hover\:translate-y-120:hover {
    --transform-translate-y: 30rem !important; }
  .md\:hover\:translate-y-124:hover {
    --transform-translate-y: 31rem !important; }
  .md\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important; }
  .md\:hover\:translate-y-132:hover {
    --transform-translate-y: 33rem !important; }
  .md\:hover\:translate-y-136:hover {
    --transform-translate-y: 34rem !important; }
  .md\:hover\:translate-y-140:hover {
    --transform-translate-y: 35rem !important; }
  .md\:hover\:translate-y-144:hover {
    --transform-translate-y: 36rem !important; }
  .md\:hover\:translate-y-148:hover {
    --transform-translate-y: 37rem !important; }
  .md\:hover\:translate-y-152:hover {
    --transform-translate-y: 38rem !important; }
  .md\:hover\:translate-y-156:hover {
    --transform-translate-y: 39rem !important; }
  .md\:hover\:translate-y-160:hover {
    --transform-translate-y: 40rem !important; }
  .md\:hover\:translate-y-164:hover {
    --transform-translate-y: 41rem !important; }
  .md\:hover\:translate-y-168:hover {
    --transform-translate-y: 42rem !important; }
  .md\:hover\:translate-y-172:hover {
    --transform-translate-y: 43rem !important; }
  .md\:hover\:translate-y-176:hover {
    --transform-translate-y: 44rem !important; }
  .md\:hover\:translate-y-180:hover {
    --transform-translate-y: 45rem !important; }
  .md\:hover\:translate-y-184:hover {
    --transform-translate-y: 46rem !important; }
  .md\:hover\:translate-y-188:hover {
    --transform-translate-y: 47rem !important; }
  .md\:hover\:translate-y-192:hover {
    --transform-translate-y: 48rem !important; }
  .md\:hover\:translate-y-196:hover {
    --transform-translate-y: 49rem !important; }
  .md\:hover\:translate-y-200:hover {
    --transform-translate-y: 50rem !important; }
  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important; }
  .md\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px !important; }
  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important; }
  .md\:hover\:translate-y-2\/2:hover {
    --transform-translate-y: 100% !important; }
  .md\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333% !important; }
  .md\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667% !important; }
  .md\:hover\:translate-y-3\/3:hover {
    --transform-translate-y: 100% !important; }
  .md\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25% !important; }
  .md\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50% !important; }
  .md\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75% !important; }
  .md\:hover\:translate-y-4\/4:hover {
    --transform-translate-y: 100% !important; }
  .md\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20% !important; }
  .md\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40% !important; }
  .md\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60% !important; }
  .md\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80% !important; }
  .md\:hover\:translate-y-5\/5:hover {
    --transform-translate-y: 100% !important; }
  .md\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667% !important; }
  .md\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333% !important; }
  .md\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50% !important; }
  .md\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667% !important; }
  .md\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333% !important; }
  .md\:hover\:translate-y-6\/6:hover {
    --transform-translate-y: 100% !important; }
  .md\:hover\:translate-y-1\/10:hover {
    --transform-translate-y: 10% !important; }
  .md\:hover\:translate-y-2\/10:hover {
    --transform-translate-y: 20% !important; }
  .md\:hover\:translate-y-3\/10:hover {
    --transform-translate-y: 30% !important; }
  .md\:hover\:translate-y-4\/10:hover {
    --transform-translate-y: 40% !important; }
  .md\:hover\:translate-y-5\/10:hover {
    --transform-translate-y: 50% !important; }
  .md\:hover\:translate-y-6\/10:hover {
    --transform-translate-y: 60% !important; }
  .md\:hover\:translate-y-7\/10:hover {
    --transform-translate-y: 70% !important; }
  .md\:hover\:translate-y-8\/10:hover {
    --transform-translate-y: 80% !important; }
  .md\:hover\:translate-y-9\/10:hover {
    --transform-translate-y: 90% !important; }
  .md\:hover\:translate-y-10\/10:hover {
    --transform-translate-y: 100% !important; }
  .md\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333% !important; }
  .md\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667% !important; }
  .md\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25% !important; }
  .md\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333% !important; }
  .md\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667% !important; }
  .md\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50% !important; }
  .md\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333% !important; }
  .md\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667% !important; }
  .md\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75% !important; }
  .md\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333% !important; }
  .md\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667% !important; }
  .md\:hover\:translate-y-12\/12:hover {
    --transform-translate-y: 100% !important; }
  .md\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0rem !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-7:hover {
    --transform-translate-y: -1.75rem !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-11:hover {
    --transform-translate-y: -2.75rem !important; }
  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important; }
  .md\:hover\:-translate-y-13:hover {
    --transform-translate-y: -3.25rem !important; }
  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important; }
  .md\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem !important; }
  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important; }
  .md\:hover\:-translate-y-17:hover {
    --transform-translate-y: -4.25rem !important; }
  .md\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important; }
  .md\:hover\:-translate-y-19:hover {
    --transform-translate-y: -4.75rem !important; }
  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important; }
  .md\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.25rem !important; }
  .md\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem !important; }
  .md\:hover\:-translate-y-23:hover {
    --transform-translate-y: -5.75rem !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-26:hover {
    --transform-translate-y: -6.5rem !important; }
  .md\:hover\:-translate-y-27:hover {
    --transform-translate-y: -6.75rem !important; }
  .md\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important; }
  .md\:hover\:-translate-y-29:hover {
    --transform-translate-y: -7.25rem !important; }
  .md\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.5rem !important; }
  .md\:hover\:-translate-y-31:hover {
    --transform-translate-y: -7.75rem !important; }
  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important; }
  .md\:hover\:-translate-y-33:hover {
    --transform-translate-y: -8.25rem !important; }
  .md\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important; }
  .md\:hover\:-translate-y-35:hover {
    --transform-translate-y: -8.75rem !important; }
  .md\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem !important; }
  .md\:hover\:-translate-y-37:hover {
    --transform-translate-y: -9.25rem !important; }
  .md\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.5rem !important; }
  .md\:hover\:-translate-y-39:hover {
    --transform-translate-y: -9.75rem !important; }
  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important; }
  .md\:hover\:-translate-y-41:hover {
    --transform-translate-y: -10.25rem !important; }
  .md\:hover\:-translate-y-42:hover {
    --transform-translate-y: -10.5rem !important; }
  .md\:hover\:-translate-y-43:hover {
    --transform-translate-y: -10.75rem !important; }
  .md\:hover\:-translate-y-44:hover {
    --transform-translate-y: -11rem !important; }
  .md\:hover\:-translate-y-45:hover {
    --transform-translate-y: -11.25rem !important; }
  .md\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.5rem !important; }
  .md\:hover\:-translate-y-47:hover {
    --transform-translate-y: -11.75rem !important; }
  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important; }
  .md\:hover\:-translate-y-49:hover {
    --transform-translate-y: -12.25rem !important; }
  .md\:hover\:-translate-y-50:hover {
    --transform-translate-y: -12.5rem !important; }
  .md\:hover\:-translate-y-51:hover {
    --transform-translate-y: -12.75rem !important; }
  .md\:hover\:-translate-y-52:hover {
    --transform-translate-y: -13rem !important; }
  .md\:hover\:-translate-y-53:hover {
    --transform-translate-y: -13.25rem !important; }
  .md\:hover\:-translate-y-54:hover {
    --transform-translate-y: -13.5rem !important; }
  .md\:hover\:-translate-y-55:hover {
    --transform-translate-y: -13.75rem !important; }
  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important; }
  .md\:hover\:-translate-y-57:hover {
    --transform-translate-y: -14.25rem !important; }
  .md\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.5rem !important; }
  .md\:hover\:-translate-y-59:hover {
    --transform-translate-y: -14.75rem !important; }
  .md\:hover\:-translate-y-60:hover {
    --transform-translate-y: -15rem !important; }
  .md\:hover\:-translate-y-61:hover {
    --transform-translate-y: -15.25rem !important; }
  .md\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.5rem !important; }
  .md\:hover\:-translate-y-63:hover {
    --transform-translate-y: -15.75rem !important; }
  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important; }
  .md\:hover\:-translate-y-65:hover {
    --transform-translate-y: -16.25rem !important; }
  .md\:hover\:-translate-y-66:hover {
    --transform-translate-y: -16.5rem !important; }
  .md\:hover\:-translate-y-67:hover {
    --transform-translate-y: -16.75rem !important; }
  .md\:hover\:-translate-y-68:hover {
    --transform-translate-y: -17rem !important; }
  .md\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.25rem !important; }
  .md\:hover\:-translate-y-70:hover {
    --transform-translate-y: -17.5rem !important; }
  .md\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.75rem !important; }
  .md\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18rem !important; }
  .md\:hover\:-translate-y-73:hover {
    --transform-translate-y: -18.25rem !important; }
  .md\:hover\:-translate-y-74:hover {
    --transform-translate-y: -18.5rem !important; }
  .md\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.75rem !important; }
  .md\:hover\:-translate-y-76:hover {
    --transform-translate-y: -19rem !important; }
  .md\:hover\:-translate-y-77:hover {
    --transform-translate-y: -19.25rem !important; }
  .md\:hover\:-translate-y-78:hover {
    --transform-translate-y: -19.5rem !important; }
  .md\:hover\:-translate-y-79:hover {
    --transform-translate-y: -19.75rem !important; }
  .md\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important; }
  .md\:hover\:-translate-y-84:hover {
    --transform-translate-y: -21rem !important; }
  .md\:hover\:-translate-y-88:hover {
    --transform-translate-y: -22rem !important; }
  .md\:hover\:-translate-y-92:hover {
    --transform-translate-y: -23rem !important; }
  .md\:hover\:-translate-y-96:hover {
    --transform-translate-y: -24rem !important; }
  .md\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important; }
  .md\:hover\:-translate-y-104:hover {
    --transform-translate-y: -26rem !important; }
  .md\:hover\:-translate-y-108:hover {
    --transform-translate-y: -27rem !important; }
  .md\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important; }
  .md\:hover\:-translate-y-116:hover {
    --transform-translate-y: -29rem !important; }
  .md\:hover\:-translate-y-120:hover {
    --transform-translate-y: -30rem !important; }
  .md\:hover\:-translate-y-124:hover {
    --transform-translate-y: -31rem !important; }
  .md\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important; }
  .md\:hover\:-translate-y-132:hover {
    --transform-translate-y: -33rem !important; }
  .md\:hover\:-translate-y-136:hover {
    --transform-translate-y: -34rem !important; }
  .md\:hover\:-translate-y-140:hover {
    --transform-translate-y: -35rem !important; }
  .md\:hover\:-translate-y-144:hover {
    --transform-translate-y: -36rem !important; }
  .md\:hover\:-translate-y-148:hover {
    --transform-translate-y: -37rem !important; }
  .md\:hover\:-translate-y-152:hover {
    --transform-translate-y: -38rem !important; }
  .md\:hover\:-translate-y-156:hover {
    --transform-translate-y: -39rem !important; }
  .md\:hover\:-translate-y-160:hover {
    --transform-translate-y: -40rem !important; }
  .md\:hover\:-translate-y-164:hover {
    --transform-translate-y: -41rem !important; }
  .md\:hover\:-translate-y-168:hover {
    --transform-translate-y: -42rem !important; }
  .md\:hover\:-translate-y-172:hover {
    --transform-translate-y: -43rem !important; }
  .md\:hover\:-translate-y-176:hover {
    --transform-translate-y: -44rem !important; }
  .md\:hover\:-translate-y-180:hover {
    --transform-translate-y: -45rem !important; }
  .md\:hover\:-translate-y-184:hover {
    --transform-translate-y: -46rem !important; }
  .md\:hover\:-translate-y-188:hover {
    --transform-translate-y: -47rem !important; }
  .md\:hover\:-translate-y-192:hover {
    --transform-translate-y: -48rem !important; }
  .md\:hover\:-translate-y-196:hover {
    --transform-translate-y: -49rem !important; }
  .md\:hover\:-translate-y-200:hover {
    --transform-translate-y: -50rem !important; }
  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important; }
  .md\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px !important; }
  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important; }
  .md\:hover\:-translate-y-2\/2:hover {
    --transform-translate-y: -100% !important; }
  .md\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333% !important; }
  .md\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667% !important; }
  .md\:hover\:-translate-y-3\/3:hover {
    --transform-translate-y: -100% !important; }
  .md\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25% !important; }
  .md\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50% !important; }
  .md\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75% !important; }
  .md\:hover\:-translate-y-4\/4:hover {
    --transform-translate-y: -100% !important; }
  .md\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20% !important; }
  .md\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40% !important; }
  .md\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60% !important; }
  .md\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80% !important; }
  .md\:hover\:-translate-y-5\/5:hover {
    --transform-translate-y: -100% !important; }
  .md\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667% !important; }
  .md\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333% !important; }
  .md\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50% !important; }
  .md\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667% !important; }
  .md\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333% !important; }
  .md\:hover\:-translate-y-6\/6:hover {
    --transform-translate-y: -100% !important; }
  .md\:hover\:-translate-y-1\/10:hover {
    --transform-translate-y: -10% !important; }
  .md\:hover\:-translate-y-2\/10:hover {
    --transform-translate-y: -20% !important; }
  .md\:hover\:-translate-y-3\/10:hover {
    --transform-translate-y: -30% !important; }
  .md\:hover\:-translate-y-4\/10:hover {
    --transform-translate-y: -40% !important; }
  .md\:hover\:-translate-y-5\/10:hover {
    --transform-translate-y: -50% !important; }
  .md\:hover\:-translate-y-6\/10:hover {
    --transform-translate-y: -60% !important; }
  .md\:hover\:-translate-y-7\/10:hover {
    --transform-translate-y: -70% !important; }
  .md\:hover\:-translate-y-8\/10:hover {
    --transform-translate-y: -80% !important; }
  .md\:hover\:-translate-y-9\/10:hover {
    --transform-translate-y: -90% !important; }
  .md\:hover\:-translate-y-10\/10:hover {
    --transform-translate-y: -100% !important; }
  .md\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333% !important; }
  .md\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667% !important; }
  .md\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25% !important; }
  .md\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333% !important; }
  .md\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667% !important; }
  .md\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50% !important; }
  .md\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333% !important; }
  .md\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667% !important; }
  .md\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75% !important; }
  .md\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333% !important; }
  .md\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667% !important; }
  .md\:hover\:-translate-y-12\/12:hover {
    --transform-translate-y: -100% !important; }
  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important; }
  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important; }
  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0rem !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-7:focus {
    --transform-translate-x: 1.75rem !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-11:focus {
    --transform-translate-x: 2.75rem !important; }
  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important; }
  .md\:focus\:translate-x-13:focus {
    --transform-translate-x: 3.25rem !important; }
  .md\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important; }
  .md\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem !important; }
  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important; }
  .md\:focus\:translate-x-17:focus {
    --transform-translate-x: 4.25rem !important; }
  .md\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important; }
  .md\:focus\:translate-x-19:focus {
    --transform-translate-x: 4.75rem !important; }
  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important; }
  .md\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.25rem !important; }
  .md\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem !important; }
  .md\:focus\:translate-x-23:focus {
    --transform-translate-x: 5.75rem !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-26:focus {
    --transform-translate-x: 6.5rem !important; }
  .md\:focus\:translate-x-27:focus {
    --transform-translate-x: 6.75rem !important; }
  .md\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important; }
  .md\:focus\:translate-x-29:focus {
    --transform-translate-x: 7.25rem !important; }
  .md\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.5rem !important; }
  .md\:focus\:translate-x-31:focus {
    --transform-translate-x: 7.75rem !important; }
  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important; }
  .md\:focus\:translate-x-33:focus {
    --transform-translate-x: 8.25rem !important; }
  .md\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important; }
  .md\:focus\:translate-x-35:focus {
    --transform-translate-x: 8.75rem !important; }
  .md\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem !important; }
  .md\:focus\:translate-x-37:focus {
    --transform-translate-x: 9.25rem !important; }
  .md\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.5rem !important; }
  .md\:focus\:translate-x-39:focus {
    --transform-translate-x: 9.75rem !important; }
  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important; }
  .md\:focus\:translate-x-41:focus {
    --transform-translate-x: 10.25rem !important; }
  .md\:focus\:translate-x-42:focus {
    --transform-translate-x: 10.5rem !important; }
  .md\:focus\:translate-x-43:focus {
    --transform-translate-x: 10.75rem !important; }
  .md\:focus\:translate-x-44:focus {
    --transform-translate-x: 11rem !important; }
  .md\:focus\:translate-x-45:focus {
    --transform-translate-x: 11.25rem !important; }
  .md\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.5rem !important; }
  .md\:focus\:translate-x-47:focus {
    --transform-translate-x: 11.75rem !important; }
  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important; }
  .md\:focus\:translate-x-49:focus {
    --transform-translate-x: 12.25rem !important; }
  .md\:focus\:translate-x-50:focus {
    --transform-translate-x: 12.5rem !important; }
  .md\:focus\:translate-x-51:focus {
    --transform-translate-x: 12.75rem !important; }
  .md\:focus\:translate-x-52:focus {
    --transform-translate-x: 13rem !important; }
  .md\:focus\:translate-x-53:focus {
    --transform-translate-x: 13.25rem !important; }
  .md\:focus\:translate-x-54:focus {
    --transform-translate-x: 13.5rem !important; }
  .md\:focus\:translate-x-55:focus {
    --transform-translate-x: 13.75rem !important; }
  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important; }
  .md\:focus\:translate-x-57:focus {
    --transform-translate-x: 14.25rem !important; }
  .md\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.5rem !important; }
  .md\:focus\:translate-x-59:focus {
    --transform-translate-x: 14.75rem !important; }
  .md\:focus\:translate-x-60:focus {
    --transform-translate-x: 15rem !important; }
  .md\:focus\:translate-x-61:focus {
    --transform-translate-x: 15.25rem !important; }
  .md\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.5rem !important; }
  .md\:focus\:translate-x-63:focus {
    --transform-translate-x: 15.75rem !important; }
  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important; }
  .md\:focus\:translate-x-65:focus {
    --transform-translate-x: 16.25rem !important; }
  .md\:focus\:translate-x-66:focus {
    --transform-translate-x: 16.5rem !important; }
  .md\:focus\:translate-x-67:focus {
    --transform-translate-x: 16.75rem !important; }
  .md\:focus\:translate-x-68:focus {
    --transform-translate-x: 17rem !important; }
  .md\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.25rem !important; }
  .md\:focus\:translate-x-70:focus {
    --transform-translate-x: 17.5rem !important; }
  .md\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.75rem !important; }
  .md\:focus\:translate-x-72:focus {
    --transform-translate-x: 18rem !important; }
  .md\:focus\:translate-x-73:focus {
    --transform-translate-x: 18.25rem !important; }
  .md\:focus\:translate-x-74:focus {
    --transform-translate-x: 18.5rem !important; }
  .md\:focus\:translate-x-75:focus {
    --transform-translate-x: 18.75rem !important; }
  .md\:focus\:translate-x-76:focus {
    --transform-translate-x: 19rem !important; }
  .md\:focus\:translate-x-77:focus {
    --transform-translate-x: 19.25rem !important; }
  .md\:focus\:translate-x-78:focus {
    --transform-translate-x: 19.5rem !important; }
  .md\:focus\:translate-x-79:focus {
    --transform-translate-x: 19.75rem !important; }
  .md\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important; }
  .md\:focus\:translate-x-84:focus {
    --transform-translate-x: 21rem !important; }
  .md\:focus\:translate-x-88:focus {
    --transform-translate-x: 22rem !important; }
  .md\:focus\:translate-x-92:focus {
    --transform-translate-x: 23rem !important; }
  .md\:focus\:translate-x-96:focus {
    --transform-translate-x: 24rem !important; }
  .md\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important; }
  .md\:focus\:translate-x-104:focus {
    --transform-translate-x: 26rem !important; }
  .md\:focus\:translate-x-108:focus {
    --transform-translate-x: 27rem !important; }
  .md\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important; }
  .md\:focus\:translate-x-116:focus {
    --transform-translate-x: 29rem !important; }
  .md\:focus\:translate-x-120:focus {
    --transform-translate-x: 30rem !important; }
  .md\:focus\:translate-x-124:focus {
    --transform-translate-x: 31rem !important; }
  .md\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important; }
  .md\:focus\:translate-x-132:focus {
    --transform-translate-x: 33rem !important; }
  .md\:focus\:translate-x-136:focus {
    --transform-translate-x: 34rem !important; }
  .md\:focus\:translate-x-140:focus {
    --transform-translate-x: 35rem !important; }
  .md\:focus\:translate-x-144:focus {
    --transform-translate-x: 36rem !important; }
  .md\:focus\:translate-x-148:focus {
    --transform-translate-x: 37rem !important; }
  .md\:focus\:translate-x-152:focus {
    --transform-translate-x: 38rem !important; }
  .md\:focus\:translate-x-156:focus {
    --transform-translate-x: 39rem !important; }
  .md\:focus\:translate-x-160:focus {
    --transform-translate-x: 40rem !important; }
  .md\:focus\:translate-x-164:focus {
    --transform-translate-x: 41rem !important; }
  .md\:focus\:translate-x-168:focus {
    --transform-translate-x: 42rem !important; }
  .md\:focus\:translate-x-172:focus {
    --transform-translate-x: 43rem !important; }
  .md\:focus\:translate-x-176:focus {
    --transform-translate-x: 44rem !important; }
  .md\:focus\:translate-x-180:focus {
    --transform-translate-x: 45rem !important; }
  .md\:focus\:translate-x-184:focus {
    --transform-translate-x: 46rem !important; }
  .md\:focus\:translate-x-188:focus {
    --transform-translate-x: 47rem !important; }
  .md\:focus\:translate-x-192:focus {
    --transform-translate-x: 48rem !important; }
  .md\:focus\:translate-x-196:focus {
    --transform-translate-x: 49rem !important; }
  .md\:focus\:translate-x-200:focus {
    --transform-translate-x: 50rem !important; }
  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important; }
  .md\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px !important; }
  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important; }
  .md\:focus\:translate-x-2\/2:focus {
    --transform-translate-x: 100% !important; }
  .md\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333% !important; }
  .md\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667% !important; }
  .md\:focus\:translate-x-3\/3:focus {
    --transform-translate-x: 100% !important; }
  .md\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25% !important; }
  .md\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50% !important; }
  .md\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75% !important; }
  .md\:focus\:translate-x-4\/4:focus {
    --transform-translate-x: 100% !important; }
  .md\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20% !important; }
  .md\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40% !important; }
  .md\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60% !important; }
  .md\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80% !important; }
  .md\:focus\:translate-x-5\/5:focus {
    --transform-translate-x: 100% !important; }
  .md\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667% !important; }
  .md\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333% !important; }
  .md\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50% !important; }
  .md\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667% !important; }
  .md\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333% !important; }
  .md\:focus\:translate-x-6\/6:focus {
    --transform-translate-x: 100% !important; }
  .md\:focus\:translate-x-1\/10:focus {
    --transform-translate-x: 10% !important; }
  .md\:focus\:translate-x-2\/10:focus {
    --transform-translate-x: 20% !important; }
  .md\:focus\:translate-x-3\/10:focus {
    --transform-translate-x: 30% !important; }
  .md\:focus\:translate-x-4\/10:focus {
    --transform-translate-x: 40% !important; }
  .md\:focus\:translate-x-5\/10:focus {
    --transform-translate-x: 50% !important; }
  .md\:focus\:translate-x-6\/10:focus {
    --transform-translate-x: 60% !important; }
  .md\:focus\:translate-x-7\/10:focus {
    --transform-translate-x: 70% !important; }
  .md\:focus\:translate-x-8\/10:focus {
    --transform-translate-x: 80% !important; }
  .md\:focus\:translate-x-9\/10:focus {
    --transform-translate-x: 90% !important; }
  .md\:focus\:translate-x-10\/10:focus {
    --transform-translate-x: 100% !important; }
  .md\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333% !important; }
  .md\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667% !important; }
  .md\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25% !important; }
  .md\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333% !important; }
  .md\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667% !important; }
  .md\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50% !important; }
  .md\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333% !important; }
  .md\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667% !important; }
  .md\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75% !important; }
  .md\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333% !important; }
  .md\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667% !important; }
  .md\:focus\:translate-x-12\/12:focus {
    --transform-translate-x: 100% !important; }
  .md\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0rem !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-7:focus {
    --transform-translate-x: -1.75rem !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-11:focus {
    --transform-translate-x: -2.75rem !important; }
  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important; }
  .md\:focus\:-translate-x-13:focus {
    --transform-translate-x: -3.25rem !important; }
  .md\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important; }
  .md\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem !important; }
  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important; }
  .md\:focus\:-translate-x-17:focus {
    --transform-translate-x: -4.25rem !important; }
  .md\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important; }
  .md\:focus\:-translate-x-19:focus {
    --transform-translate-x: -4.75rem !important; }
  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important; }
  .md\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.25rem !important; }
  .md\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem !important; }
  .md\:focus\:-translate-x-23:focus {
    --transform-translate-x: -5.75rem !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-26:focus {
    --transform-translate-x: -6.5rem !important; }
  .md\:focus\:-translate-x-27:focus {
    --transform-translate-x: -6.75rem !important; }
  .md\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important; }
  .md\:focus\:-translate-x-29:focus {
    --transform-translate-x: -7.25rem !important; }
  .md\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.5rem !important; }
  .md\:focus\:-translate-x-31:focus {
    --transform-translate-x: -7.75rem !important; }
  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important; }
  .md\:focus\:-translate-x-33:focus {
    --transform-translate-x: -8.25rem !important; }
  .md\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important; }
  .md\:focus\:-translate-x-35:focus {
    --transform-translate-x: -8.75rem !important; }
  .md\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem !important; }
  .md\:focus\:-translate-x-37:focus {
    --transform-translate-x: -9.25rem !important; }
  .md\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.5rem !important; }
  .md\:focus\:-translate-x-39:focus {
    --transform-translate-x: -9.75rem !important; }
  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important; }
  .md\:focus\:-translate-x-41:focus {
    --transform-translate-x: -10.25rem !important; }
  .md\:focus\:-translate-x-42:focus {
    --transform-translate-x: -10.5rem !important; }
  .md\:focus\:-translate-x-43:focus {
    --transform-translate-x: -10.75rem !important; }
  .md\:focus\:-translate-x-44:focus {
    --transform-translate-x: -11rem !important; }
  .md\:focus\:-translate-x-45:focus {
    --transform-translate-x: -11.25rem !important; }
  .md\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.5rem !important; }
  .md\:focus\:-translate-x-47:focus {
    --transform-translate-x: -11.75rem !important; }
  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important; }
  .md\:focus\:-translate-x-49:focus {
    --transform-translate-x: -12.25rem !important; }
  .md\:focus\:-translate-x-50:focus {
    --transform-translate-x: -12.5rem !important; }
  .md\:focus\:-translate-x-51:focus {
    --transform-translate-x: -12.75rem !important; }
  .md\:focus\:-translate-x-52:focus {
    --transform-translate-x: -13rem !important; }
  .md\:focus\:-translate-x-53:focus {
    --transform-translate-x: -13.25rem !important; }
  .md\:focus\:-translate-x-54:focus {
    --transform-translate-x: -13.5rem !important; }
  .md\:focus\:-translate-x-55:focus {
    --transform-translate-x: -13.75rem !important; }
  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important; }
  .md\:focus\:-translate-x-57:focus {
    --transform-translate-x: -14.25rem !important; }
  .md\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.5rem !important; }
  .md\:focus\:-translate-x-59:focus {
    --transform-translate-x: -14.75rem !important; }
  .md\:focus\:-translate-x-60:focus {
    --transform-translate-x: -15rem !important; }
  .md\:focus\:-translate-x-61:focus {
    --transform-translate-x: -15.25rem !important; }
  .md\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.5rem !important; }
  .md\:focus\:-translate-x-63:focus {
    --transform-translate-x: -15.75rem !important; }
  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important; }
  .md\:focus\:-translate-x-65:focus {
    --transform-translate-x: -16.25rem !important; }
  .md\:focus\:-translate-x-66:focus {
    --transform-translate-x: -16.5rem !important; }
  .md\:focus\:-translate-x-67:focus {
    --transform-translate-x: -16.75rem !important; }
  .md\:focus\:-translate-x-68:focus {
    --transform-translate-x: -17rem !important; }
  .md\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.25rem !important; }
  .md\:focus\:-translate-x-70:focus {
    --transform-translate-x: -17.5rem !important; }
  .md\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.75rem !important; }
  .md\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18rem !important; }
  .md\:focus\:-translate-x-73:focus {
    --transform-translate-x: -18.25rem !important; }
  .md\:focus\:-translate-x-74:focus {
    --transform-translate-x: -18.5rem !important; }
  .md\:focus\:-translate-x-75:focus {
    --transform-translate-x: -18.75rem !important; }
  .md\:focus\:-translate-x-76:focus {
    --transform-translate-x: -19rem !important; }
  .md\:focus\:-translate-x-77:focus {
    --transform-translate-x: -19.25rem !important; }
  .md\:focus\:-translate-x-78:focus {
    --transform-translate-x: -19.5rem !important; }
  .md\:focus\:-translate-x-79:focus {
    --transform-translate-x: -19.75rem !important; }
  .md\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important; }
  .md\:focus\:-translate-x-84:focus {
    --transform-translate-x: -21rem !important; }
  .md\:focus\:-translate-x-88:focus {
    --transform-translate-x: -22rem !important; }
  .md\:focus\:-translate-x-92:focus {
    --transform-translate-x: -23rem !important; }
  .md\:focus\:-translate-x-96:focus {
    --transform-translate-x: -24rem !important; }
  .md\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important; }
  .md\:focus\:-translate-x-104:focus {
    --transform-translate-x: -26rem !important; }
  .md\:focus\:-translate-x-108:focus {
    --transform-translate-x: -27rem !important; }
  .md\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important; }
  .md\:focus\:-translate-x-116:focus {
    --transform-translate-x: -29rem !important; }
  .md\:focus\:-translate-x-120:focus {
    --transform-translate-x: -30rem !important; }
  .md\:focus\:-translate-x-124:focus {
    --transform-translate-x: -31rem !important; }
  .md\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important; }
  .md\:focus\:-translate-x-132:focus {
    --transform-translate-x: -33rem !important; }
  .md\:focus\:-translate-x-136:focus {
    --transform-translate-x: -34rem !important; }
  .md\:focus\:-translate-x-140:focus {
    --transform-translate-x: -35rem !important; }
  .md\:focus\:-translate-x-144:focus {
    --transform-translate-x: -36rem !important; }
  .md\:focus\:-translate-x-148:focus {
    --transform-translate-x: -37rem !important; }
  .md\:focus\:-translate-x-152:focus {
    --transform-translate-x: -38rem !important; }
  .md\:focus\:-translate-x-156:focus {
    --transform-translate-x: -39rem !important; }
  .md\:focus\:-translate-x-160:focus {
    --transform-translate-x: -40rem !important; }
  .md\:focus\:-translate-x-164:focus {
    --transform-translate-x: -41rem !important; }
  .md\:focus\:-translate-x-168:focus {
    --transform-translate-x: -42rem !important; }
  .md\:focus\:-translate-x-172:focus {
    --transform-translate-x: -43rem !important; }
  .md\:focus\:-translate-x-176:focus {
    --transform-translate-x: -44rem !important; }
  .md\:focus\:-translate-x-180:focus {
    --transform-translate-x: -45rem !important; }
  .md\:focus\:-translate-x-184:focus {
    --transform-translate-x: -46rem !important; }
  .md\:focus\:-translate-x-188:focus {
    --transform-translate-x: -47rem !important; }
  .md\:focus\:-translate-x-192:focus {
    --transform-translate-x: -48rem !important; }
  .md\:focus\:-translate-x-196:focus {
    --transform-translate-x: -49rem !important; }
  .md\:focus\:-translate-x-200:focus {
    --transform-translate-x: -50rem !important; }
  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important; }
  .md\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px !important; }
  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important; }
  .md\:focus\:-translate-x-2\/2:focus {
    --transform-translate-x: -100% !important; }
  .md\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333% !important; }
  .md\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667% !important; }
  .md\:focus\:-translate-x-3\/3:focus {
    --transform-translate-x: -100% !important; }
  .md\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25% !important; }
  .md\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50% !important; }
  .md\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75% !important; }
  .md\:focus\:-translate-x-4\/4:focus {
    --transform-translate-x: -100% !important; }
  .md\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20% !important; }
  .md\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40% !important; }
  .md\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60% !important; }
  .md\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80% !important; }
  .md\:focus\:-translate-x-5\/5:focus {
    --transform-translate-x: -100% !important; }
  .md\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667% !important; }
  .md\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333% !important; }
  .md\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50% !important; }
  .md\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667% !important; }
  .md\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333% !important; }
  .md\:focus\:-translate-x-6\/6:focus {
    --transform-translate-x: -100% !important; }
  .md\:focus\:-translate-x-1\/10:focus {
    --transform-translate-x: -10% !important; }
  .md\:focus\:-translate-x-2\/10:focus {
    --transform-translate-x: -20% !important; }
  .md\:focus\:-translate-x-3\/10:focus {
    --transform-translate-x: -30% !important; }
  .md\:focus\:-translate-x-4\/10:focus {
    --transform-translate-x: -40% !important; }
  .md\:focus\:-translate-x-5\/10:focus {
    --transform-translate-x: -50% !important; }
  .md\:focus\:-translate-x-6\/10:focus {
    --transform-translate-x: -60% !important; }
  .md\:focus\:-translate-x-7\/10:focus {
    --transform-translate-x: -70% !important; }
  .md\:focus\:-translate-x-8\/10:focus {
    --transform-translate-x: -80% !important; }
  .md\:focus\:-translate-x-9\/10:focus {
    --transform-translate-x: -90% !important; }
  .md\:focus\:-translate-x-10\/10:focus {
    --transform-translate-x: -100% !important; }
  .md\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333% !important; }
  .md\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667% !important; }
  .md\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25% !important; }
  .md\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333% !important; }
  .md\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667% !important; }
  .md\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50% !important; }
  .md\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333% !important; }
  .md\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667% !important; }
  .md\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75% !important; }
  .md\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333% !important; }
  .md\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667% !important; }
  .md\:focus\:-translate-x-12\/12:focus {
    --transform-translate-x: -100% !important; }
  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important; }
  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important; }
  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0rem !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-7:focus {
    --transform-translate-y: 1.75rem !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-11:focus {
    --transform-translate-y: 2.75rem !important; }
  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important; }
  .md\:focus\:translate-y-13:focus {
    --transform-translate-y: 3.25rem !important; }
  .md\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important; }
  .md\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem !important; }
  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important; }
  .md\:focus\:translate-y-17:focus {
    --transform-translate-y: 4.25rem !important; }
  .md\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important; }
  .md\:focus\:translate-y-19:focus {
    --transform-translate-y: 4.75rem !important; }
  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important; }
  .md\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.25rem !important; }
  .md\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem !important; }
  .md\:focus\:translate-y-23:focus {
    --transform-translate-y: 5.75rem !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-26:focus {
    --transform-translate-y: 6.5rem !important; }
  .md\:focus\:translate-y-27:focus {
    --transform-translate-y: 6.75rem !important; }
  .md\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important; }
  .md\:focus\:translate-y-29:focus {
    --transform-translate-y: 7.25rem !important; }
  .md\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.5rem !important; }
  .md\:focus\:translate-y-31:focus {
    --transform-translate-y: 7.75rem !important; }
  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important; }
  .md\:focus\:translate-y-33:focus {
    --transform-translate-y: 8.25rem !important; }
  .md\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important; }
  .md\:focus\:translate-y-35:focus {
    --transform-translate-y: 8.75rem !important; }
  .md\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem !important; }
  .md\:focus\:translate-y-37:focus {
    --transform-translate-y: 9.25rem !important; }
  .md\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.5rem !important; }
  .md\:focus\:translate-y-39:focus {
    --transform-translate-y: 9.75rem !important; }
  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important; }
  .md\:focus\:translate-y-41:focus {
    --transform-translate-y: 10.25rem !important; }
  .md\:focus\:translate-y-42:focus {
    --transform-translate-y: 10.5rem !important; }
  .md\:focus\:translate-y-43:focus {
    --transform-translate-y: 10.75rem !important; }
  .md\:focus\:translate-y-44:focus {
    --transform-translate-y: 11rem !important; }
  .md\:focus\:translate-y-45:focus {
    --transform-translate-y: 11.25rem !important; }
  .md\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.5rem !important; }
  .md\:focus\:translate-y-47:focus {
    --transform-translate-y: 11.75rem !important; }
  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important; }
  .md\:focus\:translate-y-49:focus {
    --transform-translate-y: 12.25rem !important; }
  .md\:focus\:translate-y-50:focus {
    --transform-translate-y: 12.5rem !important; }
  .md\:focus\:translate-y-51:focus {
    --transform-translate-y: 12.75rem !important; }
  .md\:focus\:translate-y-52:focus {
    --transform-translate-y: 13rem !important; }
  .md\:focus\:translate-y-53:focus {
    --transform-translate-y: 13.25rem !important; }
  .md\:focus\:translate-y-54:focus {
    --transform-translate-y: 13.5rem !important; }
  .md\:focus\:translate-y-55:focus {
    --transform-translate-y: 13.75rem !important; }
  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important; }
  .md\:focus\:translate-y-57:focus {
    --transform-translate-y: 14.25rem !important; }
  .md\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.5rem !important; }
  .md\:focus\:translate-y-59:focus {
    --transform-translate-y: 14.75rem !important; }
  .md\:focus\:translate-y-60:focus {
    --transform-translate-y: 15rem !important; }
  .md\:focus\:translate-y-61:focus {
    --transform-translate-y: 15.25rem !important; }
  .md\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.5rem !important; }
  .md\:focus\:translate-y-63:focus {
    --transform-translate-y: 15.75rem !important; }
  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important; }
  .md\:focus\:translate-y-65:focus {
    --transform-translate-y: 16.25rem !important; }
  .md\:focus\:translate-y-66:focus {
    --transform-translate-y: 16.5rem !important; }
  .md\:focus\:translate-y-67:focus {
    --transform-translate-y: 16.75rem !important; }
  .md\:focus\:translate-y-68:focus {
    --transform-translate-y: 17rem !important; }
  .md\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.25rem !important; }
  .md\:focus\:translate-y-70:focus {
    --transform-translate-y: 17.5rem !important; }
  .md\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.75rem !important; }
  .md\:focus\:translate-y-72:focus {
    --transform-translate-y: 18rem !important; }
  .md\:focus\:translate-y-73:focus {
    --transform-translate-y: 18.25rem !important; }
  .md\:focus\:translate-y-74:focus {
    --transform-translate-y: 18.5rem !important; }
  .md\:focus\:translate-y-75:focus {
    --transform-translate-y: 18.75rem !important; }
  .md\:focus\:translate-y-76:focus {
    --transform-translate-y: 19rem !important; }
  .md\:focus\:translate-y-77:focus {
    --transform-translate-y: 19.25rem !important; }
  .md\:focus\:translate-y-78:focus {
    --transform-translate-y: 19.5rem !important; }
  .md\:focus\:translate-y-79:focus {
    --transform-translate-y: 19.75rem !important; }
  .md\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important; }
  .md\:focus\:translate-y-84:focus {
    --transform-translate-y: 21rem !important; }
  .md\:focus\:translate-y-88:focus {
    --transform-translate-y: 22rem !important; }
  .md\:focus\:translate-y-92:focus {
    --transform-translate-y: 23rem !important; }
  .md\:focus\:translate-y-96:focus {
    --transform-translate-y: 24rem !important; }
  .md\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important; }
  .md\:focus\:translate-y-104:focus {
    --transform-translate-y: 26rem !important; }
  .md\:focus\:translate-y-108:focus {
    --transform-translate-y: 27rem !important; }
  .md\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important; }
  .md\:focus\:translate-y-116:focus {
    --transform-translate-y: 29rem !important; }
  .md\:focus\:translate-y-120:focus {
    --transform-translate-y: 30rem !important; }
  .md\:focus\:translate-y-124:focus {
    --transform-translate-y: 31rem !important; }
  .md\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important; }
  .md\:focus\:translate-y-132:focus {
    --transform-translate-y: 33rem !important; }
  .md\:focus\:translate-y-136:focus {
    --transform-translate-y: 34rem !important; }
  .md\:focus\:translate-y-140:focus {
    --transform-translate-y: 35rem !important; }
  .md\:focus\:translate-y-144:focus {
    --transform-translate-y: 36rem !important; }
  .md\:focus\:translate-y-148:focus {
    --transform-translate-y: 37rem !important; }
  .md\:focus\:translate-y-152:focus {
    --transform-translate-y: 38rem !important; }
  .md\:focus\:translate-y-156:focus {
    --transform-translate-y: 39rem !important; }
  .md\:focus\:translate-y-160:focus {
    --transform-translate-y: 40rem !important; }
  .md\:focus\:translate-y-164:focus {
    --transform-translate-y: 41rem !important; }
  .md\:focus\:translate-y-168:focus {
    --transform-translate-y: 42rem !important; }
  .md\:focus\:translate-y-172:focus {
    --transform-translate-y: 43rem !important; }
  .md\:focus\:translate-y-176:focus {
    --transform-translate-y: 44rem !important; }
  .md\:focus\:translate-y-180:focus {
    --transform-translate-y: 45rem !important; }
  .md\:focus\:translate-y-184:focus {
    --transform-translate-y: 46rem !important; }
  .md\:focus\:translate-y-188:focus {
    --transform-translate-y: 47rem !important; }
  .md\:focus\:translate-y-192:focus {
    --transform-translate-y: 48rem !important; }
  .md\:focus\:translate-y-196:focus {
    --transform-translate-y: 49rem !important; }
  .md\:focus\:translate-y-200:focus {
    --transform-translate-y: 50rem !important; }
  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important; }
  .md\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px !important; }
  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important; }
  .md\:focus\:translate-y-2\/2:focus {
    --transform-translate-y: 100% !important; }
  .md\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333% !important; }
  .md\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667% !important; }
  .md\:focus\:translate-y-3\/3:focus {
    --transform-translate-y: 100% !important; }
  .md\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25% !important; }
  .md\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50% !important; }
  .md\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75% !important; }
  .md\:focus\:translate-y-4\/4:focus {
    --transform-translate-y: 100% !important; }
  .md\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20% !important; }
  .md\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40% !important; }
  .md\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60% !important; }
  .md\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80% !important; }
  .md\:focus\:translate-y-5\/5:focus {
    --transform-translate-y: 100% !important; }
  .md\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667% !important; }
  .md\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333% !important; }
  .md\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50% !important; }
  .md\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667% !important; }
  .md\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333% !important; }
  .md\:focus\:translate-y-6\/6:focus {
    --transform-translate-y: 100% !important; }
  .md\:focus\:translate-y-1\/10:focus {
    --transform-translate-y: 10% !important; }
  .md\:focus\:translate-y-2\/10:focus {
    --transform-translate-y: 20% !important; }
  .md\:focus\:translate-y-3\/10:focus {
    --transform-translate-y: 30% !important; }
  .md\:focus\:translate-y-4\/10:focus {
    --transform-translate-y: 40% !important; }
  .md\:focus\:translate-y-5\/10:focus {
    --transform-translate-y: 50% !important; }
  .md\:focus\:translate-y-6\/10:focus {
    --transform-translate-y: 60% !important; }
  .md\:focus\:translate-y-7\/10:focus {
    --transform-translate-y: 70% !important; }
  .md\:focus\:translate-y-8\/10:focus {
    --transform-translate-y: 80% !important; }
  .md\:focus\:translate-y-9\/10:focus {
    --transform-translate-y: 90% !important; }
  .md\:focus\:translate-y-10\/10:focus {
    --transform-translate-y: 100% !important; }
  .md\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333% !important; }
  .md\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667% !important; }
  .md\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25% !important; }
  .md\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333% !important; }
  .md\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667% !important; }
  .md\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50% !important; }
  .md\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333% !important; }
  .md\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667% !important; }
  .md\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75% !important; }
  .md\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333% !important; }
  .md\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667% !important; }
  .md\:focus\:translate-y-12\/12:focus {
    --transform-translate-y: 100% !important; }
  .md\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0rem !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-7:focus {
    --transform-translate-y: -1.75rem !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-11:focus {
    --transform-translate-y: -2.75rem !important; }
  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important; }
  .md\:focus\:-translate-y-13:focus {
    --transform-translate-y: -3.25rem !important; }
  .md\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important; }
  .md\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem !important; }
  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important; }
  .md\:focus\:-translate-y-17:focus {
    --transform-translate-y: -4.25rem !important; }
  .md\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important; }
  .md\:focus\:-translate-y-19:focus {
    --transform-translate-y: -4.75rem !important; }
  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important; }
  .md\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.25rem !important; }
  .md\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem !important; }
  .md\:focus\:-translate-y-23:focus {
    --transform-translate-y: -5.75rem !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-26:focus {
    --transform-translate-y: -6.5rem !important; }
  .md\:focus\:-translate-y-27:focus {
    --transform-translate-y: -6.75rem !important; }
  .md\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important; }
  .md\:focus\:-translate-y-29:focus {
    --transform-translate-y: -7.25rem !important; }
  .md\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.5rem !important; }
  .md\:focus\:-translate-y-31:focus {
    --transform-translate-y: -7.75rem !important; }
  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important; }
  .md\:focus\:-translate-y-33:focus {
    --transform-translate-y: -8.25rem !important; }
  .md\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important; }
  .md\:focus\:-translate-y-35:focus {
    --transform-translate-y: -8.75rem !important; }
  .md\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem !important; }
  .md\:focus\:-translate-y-37:focus {
    --transform-translate-y: -9.25rem !important; }
  .md\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.5rem !important; }
  .md\:focus\:-translate-y-39:focus {
    --transform-translate-y: -9.75rem !important; }
  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important; }
  .md\:focus\:-translate-y-41:focus {
    --transform-translate-y: -10.25rem !important; }
  .md\:focus\:-translate-y-42:focus {
    --transform-translate-y: -10.5rem !important; }
  .md\:focus\:-translate-y-43:focus {
    --transform-translate-y: -10.75rem !important; }
  .md\:focus\:-translate-y-44:focus {
    --transform-translate-y: -11rem !important; }
  .md\:focus\:-translate-y-45:focus {
    --transform-translate-y: -11.25rem !important; }
  .md\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.5rem !important; }
  .md\:focus\:-translate-y-47:focus {
    --transform-translate-y: -11.75rem !important; }
  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important; }
  .md\:focus\:-translate-y-49:focus {
    --transform-translate-y: -12.25rem !important; }
  .md\:focus\:-translate-y-50:focus {
    --transform-translate-y: -12.5rem !important; }
  .md\:focus\:-translate-y-51:focus {
    --transform-translate-y: -12.75rem !important; }
  .md\:focus\:-translate-y-52:focus {
    --transform-translate-y: -13rem !important; }
  .md\:focus\:-translate-y-53:focus {
    --transform-translate-y: -13.25rem !important; }
  .md\:focus\:-translate-y-54:focus {
    --transform-translate-y: -13.5rem !important; }
  .md\:focus\:-translate-y-55:focus {
    --transform-translate-y: -13.75rem !important; }
  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important; }
  .md\:focus\:-translate-y-57:focus {
    --transform-translate-y: -14.25rem !important; }
  .md\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.5rem !important; }
  .md\:focus\:-translate-y-59:focus {
    --transform-translate-y: -14.75rem !important; }
  .md\:focus\:-translate-y-60:focus {
    --transform-translate-y: -15rem !important; }
  .md\:focus\:-translate-y-61:focus {
    --transform-translate-y: -15.25rem !important; }
  .md\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.5rem !important; }
  .md\:focus\:-translate-y-63:focus {
    --transform-translate-y: -15.75rem !important; }
  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important; }
  .md\:focus\:-translate-y-65:focus {
    --transform-translate-y: -16.25rem !important; }
  .md\:focus\:-translate-y-66:focus {
    --transform-translate-y: -16.5rem !important; }
  .md\:focus\:-translate-y-67:focus {
    --transform-translate-y: -16.75rem !important; }
  .md\:focus\:-translate-y-68:focus {
    --transform-translate-y: -17rem !important; }
  .md\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.25rem !important; }
  .md\:focus\:-translate-y-70:focus {
    --transform-translate-y: -17.5rem !important; }
  .md\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.75rem !important; }
  .md\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18rem !important; }
  .md\:focus\:-translate-y-73:focus {
    --transform-translate-y: -18.25rem !important; }
  .md\:focus\:-translate-y-74:focus {
    --transform-translate-y: -18.5rem !important; }
  .md\:focus\:-translate-y-75:focus {
    --transform-translate-y: -18.75rem !important; }
  .md\:focus\:-translate-y-76:focus {
    --transform-translate-y: -19rem !important; }
  .md\:focus\:-translate-y-77:focus {
    --transform-translate-y: -19.25rem !important; }
  .md\:focus\:-translate-y-78:focus {
    --transform-translate-y: -19.5rem !important; }
  .md\:focus\:-translate-y-79:focus {
    --transform-translate-y: -19.75rem !important; }
  .md\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important; }
  .md\:focus\:-translate-y-84:focus {
    --transform-translate-y: -21rem !important; }
  .md\:focus\:-translate-y-88:focus {
    --transform-translate-y: -22rem !important; }
  .md\:focus\:-translate-y-92:focus {
    --transform-translate-y: -23rem !important; }
  .md\:focus\:-translate-y-96:focus {
    --transform-translate-y: -24rem !important; }
  .md\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important; }
  .md\:focus\:-translate-y-104:focus {
    --transform-translate-y: -26rem !important; }
  .md\:focus\:-translate-y-108:focus {
    --transform-translate-y: -27rem !important; }
  .md\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important; }
  .md\:focus\:-translate-y-116:focus {
    --transform-translate-y: -29rem !important; }
  .md\:focus\:-translate-y-120:focus {
    --transform-translate-y: -30rem !important; }
  .md\:focus\:-translate-y-124:focus {
    --transform-translate-y: -31rem !important; }
  .md\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important; }
  .md\:focus\:-translate-y-132:focus {
    --transform-translate-y: -33rem !important; }
  .md\:focus\:-translate-y-136:focus {
    --transform-translate-y: -34rem !important; }
  .md\:focus\:-translate-y-140:focus {
    --transform-translate-y: -35rem !important; }
  .md\:focus\:-translate-y-144:focus {
    --transform-translate-y: -36rem !important; }
  .md\:focus\:-translate-y-148:focus {
    --transform-translate-y: -37rem !important; }
  .md\:focus\:-translate-y-152:focus {
    --transform-translate-y: -38rem !important; }
  .md\:focus\:-translate-y-156:focus {
    --transform-translate-y: -39rem !important; }
  .md\:focus\:-translate-y-160:focus {
    --transform-translate-y: -40rem !important; }
  .md\:focus\:-translate-y-164:focus {
    --transform-translate-y: -41rem !important; }
  .md\:focus\:-translate-y-168:focus {
    --transform-translate-y: -42rem !important; }
  .md\:focus\:-translate-y-172:focus {
    --transform-translate-y: -43rem !important; }
  .md\:focus\:-translate-y-176:focus {
    --transform-translate-y: -44rem !important; }
  .md\:focus\:-translate-y-180:focus {
    --transform-translate-y: -45rem !important; }
  .md\:focus\:-translate-y-184:focus {
    --transform-translate-y: -46rem !important; }
  .md\:focus\:-translate-y-188:focus {
    --transform-translate-y: -47rem !important; }
  .md\:focus\:-translate-y-192:focus {
    --transform-translate-y: -48rem !important; }
  .md\:focus\:-translate-y-196:focus {
    --transform-translate-y: -49rem !important; }
  .md\:focus\:-translate-y-200:focus {
    --transform-translate-y: -50rem !important; }
  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important; }
  .md\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px !important; }
  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important; }
  .md\:focus\:-translate-y-2\/2:focus {
    --transform-translate-y: -100% !important; }
  .md\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333% !important; }
  .md\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667% !important; }
  .md\:focus\:-translate-y-3\/3:focus {
    --transform-translate-y: -100% !important; }
  .md\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25% !important; }
  .md\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50% !important; }
  .md\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75% !important; }
  .md\:focus\:-translate-y-4\/4:focus {
    --transform-translate-y: -100% !important; }
  .md\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20% !important; }
  .md\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40% !important; }
  .md\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60% !important; }
  .md\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80% !important; }
  .md\:focus\:-translate-y-5\/5:focus {
    --transform-translate-y: -100% !important; }
  .md\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667% !important; }
  .md\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333% !important; }
  .md\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50% !important; }
  .md\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667% !important; }
  .md\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333% !important; }
  .md\:focus\:-translate-y-6\/6:focus {
    --transform-translate-y: -100% !important; }
  .md\:focus\:-translate-y-1\/10:focus {
    --transform-translate-y: -10% !important; }
  .md\:focus\:-translate-y-2\/10:focus {
    --transform-translate-y: -20% !important; }
  .md\:focus\:-translate-y-3\/10:focus {
    --transform-translate-y: -30% !important; }
  .md\:focus\:-translate-y-4\/10:focus {
    --transform-translate-y: -40% !important; }
  .md\:focus\:-translate-y-5\/10:focus {
    --transform-translate-y: -50% !important; }
  .md\:focus\:-translate-y-6\/10:focus {
    --transform-translate-y: -60% !important; }
  .md\:focus\:-translate-y-7\/10:focus {
    --transform-translate-y: -70% !important; }
  .md\:focus\:-translate-y-8\/10:focus {
    --transform-translate-y: -80% !important; }
  .md\:focus\:-translate-y-9\/10:focus {
    --transform-translate-y: -90% !important; }
  .md\:focus\:-translate-y-10\/10:focus {
    --transform-translate-y: -100% !important; }
  .md\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333% !important; }
  .md\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667% !important; }
  .md\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25% !important; }
  .md\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333% !important; }
  .md\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667% !important; }
  .md\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50% !important; }
  .md\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333% !important; }
  .md\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667% !important; }
  .md\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75% !important; }
  .md\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333% !important; }
  .md\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667% !important; }
  .md\:focus\:-translate-y-12\/12:focus {
    --transform-translate-y: -100% !important; }
  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important; }
  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important; }
  .md\:skew-x-0 {
    --transform-skew-x: 0 !important; }
  .md\:skew-x-1 {
    --transform-skew-x: 1deg !important; }
  .md\:skew-x-2 {
    --transform-skew-x: 2deg !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-x-2 {
    --transform-skew-x: -2deg !important; }
  .md\:-skew-x-1 {
    --transform-skew-x: -1deg !important; }
  .md\:skew-y-0 {
    --transform-skew-y: 0 !important; }
  .md\:skew-y-1 {
    --transform-skew-y: 1deg !important; }
  .md\:skew-y-2 {
    --transform-skew-y: 2deg !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\:-skew-y-2 {
    --transform-skew-y: -2deg !important; }
  .md\:-skew-y-1 {
    --transform-skew-y: -1deg !important; }
  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important; }
  .md\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important; }
  .md\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !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-x-2:hover {
    --transform-skew-x: -2deg !important; }
  .md\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important; }
  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important; }
  .md\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important; }
  .md\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !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\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important; }
  .md\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important; }
  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important; }
  .md\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important; }
  .md\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !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-x-2:focus {
    --transform-skew-x: -2deg !important; }
  .md\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important; }
  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important; }
  .md\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important; }
  .md\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !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\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important; }
  .md\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !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; }
  .md\:ar-16x9 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 56.25% !important; }
  .md\:ar-3x2 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 66.66666666666667% !important; }
  .md\:ar-4x3 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 75% !important; }
  .md\:ar-1x1 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 100% !important; }
  .md\:ar-31x33 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 106.4516129032258% !important; }
  .md\:text-start {
    text-align: start !important; }
  .md\:text-end {
    text-align: end !important; } }

@media (min-width: 992px) {
  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0rem * var(--space-x-reverse)) !important;
    margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * 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-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.25rem * 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-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * 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-21 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-21 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.25rem * 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-23 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-23 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * 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-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-27 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-27 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.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-31 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-31 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.75rem * 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-33 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-33 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-39 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-39 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.75rem * 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-41 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-41 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-42 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-42 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-43 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-43 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-44 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-44 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-47 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-47 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * 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-49 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-49 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-51 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-51 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-52 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-52 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-53 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-53 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-54 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-54 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * 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-57 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-57 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-58 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-58 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-59 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-59 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-61 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-61 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-63 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-63 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.75rem * 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-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-66 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-66 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-67 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-67 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-68 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-68 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17rem * var(--space-x-reverse)) !important;
    margin-left: calc(17rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-69 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-69 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-71 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-71 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-72 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-72 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-73 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-73 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-76 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-76 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19rem * var(--space-x-reverse)) !important;
    margin-left: calc(19rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-77 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-77 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-78 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.5rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-78 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-79 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.75rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-79 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-84 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-84 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(22rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(22rem * var(--space-x-reverse)) !important;
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-92 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-92 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-104 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-104 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-108 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-108 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-112 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-112 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-116 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-116 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-124 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-124 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31rem * var(--space-x-reverse)) !important;
    margin-left: calc(31rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(32rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(32rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(32rem * var(--space-x-reverse)) !important;
    margin-left: calc(32rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-132 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-132 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33rem * var(--space-x-reverse)) !important;
    margin-left: calc(33rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-136 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-136 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(35rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(35rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(35rem * var(--space-x-reverse)) !important;
    margin-left: calc(35rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-144 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-144 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-148 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(37rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(37rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-148 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(37rem * var(--space-x-reverse)) !important;
    margin-left: calc(37rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-152 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(38rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-152 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(38rem * var(--space-x-reverse)) !important;
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-156 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(39rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(39rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-156 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(39rem * var(--space-x-reverse)) !important;
    margin-left: calc(39rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40rem * var(--space-x-reverse)) !important;
    margin-left: calc(40rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-164 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(41rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(41rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-164 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(41rem * var(--space-x-reverse)) !important;
    margin-left: calc(41rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-172 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(43rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(43rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-172 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(43rem * var(--space-x-reverse)) !important;
    margin-left: calc(43rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-176 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(44rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(44rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-176 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(44rem * var(--space-x-reverse)) !important;
    margin-left: calc(44rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(45rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(45rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(45rem * var(--space-x-reverse)) !important;
    margin-left: calc(45rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-184 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(46rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-184 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(46rem * var(--space-x-reverse)) !important;
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-188 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(47rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(47rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-188 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(47rem * var(--space-x-reverse)) !important;
    margin-left: calc(47rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-192 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-192 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48rem * var(--space-x-reverse)) !important;
    margin-left: calc(48rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-196 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(49rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(49rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-196 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(49rem * var(--space-x-reverse)) !important;
    margin-left: calc(49rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50rem * var(--space-y-reverse)) !important; }
  .lg\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50rem * var(--space-x-reverse)) !important;
    margin-left: calc(50rem * 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-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important; }
  .lg\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .lg\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-2\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .lg\:space-x-2\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .lg\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .lg\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-3\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .lg\:space-x-3\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25% * var(--space-y-reverse)) !important; }
  .lg\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25% * var(--space-x-reverse)) !important;
    margin-left: calc(25% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .lg\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important; }
  .lg\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-4\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .lg\:space-x-4\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important; }
  .lg\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important; }
  .lg\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important; }
  .lg\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(60% * var(--space-x-reverse)) !important;
    margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80% * var(--space-y-reverse)) !important; }
  .lg\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(80% * var(--space-x-reverse)) !important;
    margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-5\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .lg\:space-x-5\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }
  .lg\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .lg\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .lg\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .lg\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }
  .lg\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-6\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .lg\:space-x-6\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-1\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10% * var(--space-y-reverse)) !important; }
  .lg\:space-x-1\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10% * var(--space-x-reverse)) !important;
    margin-left: calc(10% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-2\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important; }
  .lg\:space-x-2\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-3\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(30% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30% * var(--space-y-reverse)) !important; }
  .lg\:space-x-3\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(30% * var(--space-x-reverse)) !important;
    margin-left: calc(30% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-4\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important; }
  .lg\:space-x-4\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-5\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .lg\:space-x-5\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-6\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important; }
  .lg\:space-x-6\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(60% * var(--space-x-reverse)) !important;
    margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-7\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(70% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(70% * var(--space-y-reverse)) !important; }
  .lg\:space-x-7\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(70% * var(--space-x-reverse)) !important;
    margin-left: calc(70% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-8\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80% * var(--space-y-reverse)) !important; }
  .lg\:space-x-8\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(80% * var(--space-x-reverse)) !important;
    margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-9\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important; }
  .lg\:space-x-9\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-10\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .lg\:space-x-10\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; }
  .lg\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }
  .lg\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25% * var(--space-y-reverse)) !important; }
  .lg\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25% * var(--space-x-reverse)) !important;
    margin-left: calc(25% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .lg\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; }
  .lg\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(41.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .lg\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; }
  .lg\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .lg\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important; }
  .lg\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }
  .lg\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; }
  .lg\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:space-y-12\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .lg\:space-x-12\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0rem * var(--space-x-reverse)) !important;
    margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * 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-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.25rem * 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-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * 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-21 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-21 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.25rem * 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-23 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-23 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * 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-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-27 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-27 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.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-31 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-31 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.75rem * 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-33 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-33 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-39 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-39 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.75rem * 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-41 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-41 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-42 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-42 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-43 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-43 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-44 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-44 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-47 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-47 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * 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-49 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-49 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-51 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-51 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-52 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-52 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-53 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-53 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-54 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-54 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * 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-57 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-57 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-58 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-58 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-59 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-59 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-61 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-61 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-63 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-63 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.75rem * 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-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-66 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-66 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-67 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-67 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-68 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-68 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-69 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-69 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-71 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-71 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-72 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-72 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-73 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-73 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-76 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-76 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-77 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-77 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-78 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.5rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-78 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-79 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.75rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-79 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-84 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-84 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-22rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-22rem * var(--space-x-reverse)) !important;
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-92 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-92 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-104 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-104 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-108 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-108 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-112 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-112 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-116 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-116 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-124 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-124 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-32rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-32rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-32rem * var(--space-x-reverse)) !important;
    margin-left: calc(-32rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-132 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-132 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33rem * var(--space-x-reverse)) !important;
    margin-left: calc(-33rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-136 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-136 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-35rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-35rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-35rem * var(--space-x-reverse)) !important;
    margin-left: calc(-35rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-144 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-144 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-148 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-37rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-37rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-148 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-37rem * var(--space-x-reverse)) !important;
    margin-left: calc(-37rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-152 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-38rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-152 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-38rem * var(--space-x-reverse)) !important;
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-156 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-39rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-39rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-156 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-39rem * var(--space-x-reverse)) !important;
    margin-left: calc(-39rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40rem * var(--space-x-reverse)) !important;
    margin-left: calc(-40rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-164 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-41rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-41rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-164 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-41rem * var(--space-x-reverse)) !important;
    margin-left: calc(-41rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-172 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-43rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-43rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-172 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-43rem * var(--space-x-reverse)) !important;
    margin-left: calc(-43rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-176 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-44rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-44rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-176 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-44rem * var(--space-x-reverse)) !important;
    margin-left: calc(-44rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-45rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-45rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-45rem * var(--space-x-reverse)) !important;
    margin-left: calc(-45rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-184 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-46rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-184 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-46rem * var(--space-x-reverse)) !important;
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-188 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-47rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-47rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-188 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-47rem * var(--space-x-reverse)) !important;
    margin-left: calc(-47rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-192 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-192 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48rem * var(--space-x-reverse)) !important;
    margin-left: calc(-48rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-196 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-49rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-49rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-196 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-49rem * var(--space-x-reverse)) !important;
    margin-left: calc(-49rem * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50rem * var(--space-y-reverse)) !important; }
  .lg\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50rem * var(--space-x-reverse)) !important;
    margin-left: calc(-50rem * 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-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important; }
  .lg\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-2\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-2\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-3\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-3\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25% * var(--space-x-reverse)) !important;
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-4\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-4\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-60% * var(--space-x-reverse)) !important;
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-80% * var(--space-x-reverse)) !important;
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-5\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-5\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-6\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-6\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-1\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-1\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10% * var(--space-x-reverse)) !important;
    margin-left: calc(-10% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-2\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-2\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-3\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-30% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-3\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-30% * var(--space-x-reverse)) !important;
    margin-left: calc(-30% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-4\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-4\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-5\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-5\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-6\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-6\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-60% * var(--space-x-reverse)) !important;
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-7\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-70% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-70% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-7\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-70% * var(--space-x-reverse)) !important;
    margin-left: calc(-70% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-8\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-8\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-80% * var(--space-x-reverse)) !important;
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-9\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-9\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-10\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-10\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25% * var(--space-x-reverse)) !important;
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-41.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .lg\:-space-y-12\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .lg\:-space-x-12\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * 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 > :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-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important; }
  .lg\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important; }
  .lg\:divide-inherit > :not(template) ~ :not(template) {
    border-color: inherit !important; }
  .lg\:divide-black-10 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:divide-black-20 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:divide-black-30 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:divide-black-40 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:divide-black-50 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:divide-black-60 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:divide-black-70 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:divide-black-80 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:divide-black-90 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:divide-black > :not(template) ~ :not(template) {
    border-color: black !important; }
  .lg\:divide-white-10 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:divide-white-20 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:divide-white-30 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:divide-white-40 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:divide-white-50 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:divide-white-60 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:divide-white-70 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:divide-white-80 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:divide-white-90 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:divide-white > :not(template) ~ :not(template) {
    border-color: white !important; }
  .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important; }
  .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important; }
  .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important; }
  .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important; }
  .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important; }
  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important; }
  .lg\:divide-opacity-5 > :not(template) ~ :not(template) {
    --divide-opacity: 0.05 !important; }
  .lg\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.1 !important; }
  .lg\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15 !important; }
  .lg\:divide-opacity-20 > :not(template) ~ :not(template) {
    --divide-opacity: 0.2 !important; }
  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important; }
  .lg\:divide-opacity-30 > :not(template) ~ :not(template) {
    --divide-opacity: 0.3 !important; }
  .lg\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35 !important; }
  .lg\:divide-opacity-40 > :not(template) ~ :not(template) {
    --divide-opacity: 0.4 !important; }
  .lg\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45 !important; }
  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important; }
  .lg\:divide-opacity-55 > :not(template) ~ :not(template) {
    --divide-opacity: 0.55 !important; }
  .lg\:divide-opacity-60 > :not(template) ~ :not(template) {
    --divide-opacity: 0.6 !important; }
  .lg\:divide-opacity-65 > :not(template) ~ :not(template) {
    --divide-opacity: 0.65 !important; }
  .lg\:divide-opacity-70 > :not(template) ~ :not(template) {
    --divide-opacity: 0.7 !important; }
  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important; }
  .lg\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8 !important; }
  .lg\:divide-opacity-85 > :not(template) ~ :not(template) {
    --divide-opacity: 0.85 !important; }
  .lg\:divide-opacity-90 > :not(template) ~ :not(template) {
    --divide-opacity: 0.9 !important; }
  .lg\:divide-opacity-95 > :not(template) ~ :not(template) {
    --divide-opacity: 0.95 !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-clip-border {
    background-clip: border-box !important; }
  .lg\:bg-clip-padding {
    background-clip: padding-box !important; }
  .lg\:bg-clip-content {
    background-clip: content-box !important; }
  .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important; }
  .lg\:bg-transparent {
    background-color: transparent !important; }
  .lg\:bg-current {
    background-color: currentColor !important; }
  .lg\:bg-inherit {
    background-color: inherit !important; }
  .lg\:bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:bg-black {
    background-color: black !important; }
  .lg\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:bg-white {
    background-color: white !important; }
  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important; }
  .lg\:hover\:bg-current:hover {
    background-color: currentColor !important; }
  .lg\:hover\:bg-inherit:hover {
    background-color: inherit !important; }
  .lg\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:hover\:bg-black:hover {
    background-color: black !important; }
  .lg\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:hover\:bg-white:hover {
    background-color: white !important; }
  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important; }
  .lg\:focus\:bg-current:focus {
    background-color: currentColor !important; }
  .lg\:focus\:bg-inherit:focus {
    background-color: inherit !important; }
  .lg\:focus\:bg-black-10:focus {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus\:bg-black-20:focus {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus\:bg-black-30:focus {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus\:bg-black-40:focus {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus\:bg-black-50:focus {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus\:bg-black-60:focus {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus\:bg-black-70:focus {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus\:bg-black-80:focus {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus\:bg-black-90:focus {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus\:bg-black:focus {
    background-color: black !important; }
  .lg\:focus\:bg-white-10:focus {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus\:bg-white-20:focus {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus\:bg-white-30:focus {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus\:bg-white-40:focus {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus\:bg-white-50:focus {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus\:bg-white-60:focus {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus\:bg-white-70:focus {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus\:bg-white-80:focus {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus\:bg-white-90:focus {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus\:bg-white:focus {
    background-color: white !important; }
  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important; }
  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important; }
  .lg\:focus-within\:bg-inherit:focus-within {
    background-color: inherit !important; }
  .lg\:focus-within\:bg-black-10:focus-within {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus-within\:bg-black-20:focus-within {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus-within\:bg-black-30:focus-within {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus-within\:bg-black-40:focus-within {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus-within\:bg-black-50:focus-within {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus-within\:bg-black-60:focus-within {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus-within\:bg-black-70:focus-within {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus-within\:bg-black-80:focus-within {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus-within\:bg-black-90:focus-within {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus-within\:bg-black:focus-within {
    background-color: black !important; }
  .lg\:focus-within\:bg-white-10:focus-within {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus-within\:bg-white-20:focus-within {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus-within\:bg-white-30:focus-within {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus-within\:bg-white-40:focus-within {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus-within\:bg-white-50:focus-within {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus-within\:bg-white-60:focus-within {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus-within\:bg-white-70:focus-within {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus-within\:bg-white-80:focus-within {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus-within\:bg-white-90:focus-within {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus-within\:bg-white:focus-within {
    background-color: white !important; }
  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent !important; }
  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor !important; }
  .group:hover .lg\:group-hover\:bg-inherit {
    background-color: inherit !important; }
  .group:hover .lg\:group-hover\:bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .lg\:group-hover\:bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .lg\:group-hover\:bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .lg\:group-hover\:bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .lg\:group-hover\:bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .lg\:group-hover\:bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .lg\:group-hover\:bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .lg\:group-hover\:bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .lg\:group-hover\:bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .lg\:group-hover\:bg-black {
    background-color: black !important; }
  .group:hover .lg\:group-hover\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .lg\:group-hover\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .lg\:group-hover\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .lg\:group-hover\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .lg\:group-hover\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .lg\:group-hover\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .lg\:group-hover\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .lg\:group-hover\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .lg\:group-hover\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .lg\:group-hover\:bg-white {
    background-color: white !important; }
  .lg\:bg-none {
    background-image: none !important; }
  .lg\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important; }
  .lg\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important; }
  .lg\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important; }
  .lg\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important; }
  .lg\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important; }
  .lg\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important; }
  .lg\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important; }
  .lg\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important; }
  .lg\:bg-block-overlay {
    background-image: url("/assets/img/fb_block_overlay.png") !important; }
  .lg\:bg-loading {
    background-image: url("data:image/gif;base64,R0lGODlhKgAqAPY1AJaWlsLCwjIyMvr6+nZ2dlpaWqamprCwsNzc3IiIiFJSUoSEhGRkZM7OzmBgYJ6enubm5vb29sjIyNLS0r6+vvj4+Pz8/MbGxnJyct7e3v7+/nR0dMrKytbW1uDg4KKiou7u7ra2tvDw8OTk5FZWVtjY2MzMzPLy8o6OjtDQ0LS0tPT09JSUlNTU1Hp6eri4uJqamrKysoCAgKysrJCQkA4ODkhISHx8fNra2oaGhpiYmOzs7JKSkqqqqkxMTOLi4iYmJujo6Hh4eOrq6jQ0NIqKiq6ursTExERERDw8PIKCgmxsbKioqCwsLMDAwFhYWLq6ulBQUKSkpF5eXj4+Pry8vKCgoDAwMFxcXDY2NpycnCQkJG5ubn5+fkpKSkBAQBwcHHBwcCoqKoyMjGpqakZGRlRUVGZmZkJCQmJiYigoKBoaGjg4OBgYGGhoaB4eHk5OThYWFiAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBQD/ACwAAAAAKgAqAAAH/4AagoOEhYaHiImKgwOHK42LkYcWXEOGUjCSmoQWKEeFFl0Bm6QaMVqFA08QpYc7hyUuFoQ/T7OFJQikACGGEQwrhBQyhkNRvZsgMimgKBmEKgeFFVxFrRkurJyLAzoMkKQWEgvBmwFeQa2CFjElmxYhzOrr84a3hCP13AhF9xo7NKzg0GdoQAkMAlBESJVCh44J/tRZKMGFCA0QiSZa6UBQwwsdJyRF7EiypMmTKFNWiBBhxYoIFWaxmEnT5IAaOHPOsjCgp4WfJX/29JmyqNGjSDcNaJGP4JAUrxJVmHBAQsiOQ0xwgBDRQgojHESgBJFCwkJCE8oVvZpUHQhtmk5APJtX4UhUTQO2SuQwl9SKI2JLlZCHD66GEy2KSahACsIFcIMmWGJ0ZGSGCX7VEjpydlDYQ4wJRrhgqMQPo0MSF4KgOiUCD744HB3ZKhAAIfkEBQUAAgAsAQACACgAJwAAB/+AAoKDhIUuO4UCPR+JjY6OGgASiTkXj5eYLwaJDEOYmCCNCAsahCMMjhmfglZVjWGFAUWJOwWuqyJFLYk6HoRQIYlCPKuDHjlBxYMWD1zKgyYoEc8XJJ7PglAIz1AT2N+fpYMQ4MUZxIIgDz2q5Y8uXywVhC0fUiXuhQRfOiKOCD1w5BNU5cHAgwgTKlzIENuAeYSkSJyo0AKYixgFWNjYUKMgCx1Dihw5cMCATwiSDezx5cC0RANKVJmw4uCAHlmuPKg5qEQ3ngktQLGxZZsgHC8bWmgAkuSza04vhHo2CZsGE76+WcK2q9CPYluLVf0UIGRYaE7Tqn0kQYPbt3AD4wYCACH5BAUFAAAALAEAAQAoACcAAAf9gACCg4SFhoIRh4qLhzkghgc9jJOLViaGPByUm4VORoZhO5yKIocZKIUQGBqGCB6cPUeGFV2Jgxc8hiBnTpwnOiWGViOETlWGSjCjAD8sQ8uCBkLQGhPKyxxpotAAARnLTi3c46PP5JQe1wAiPSE/54oISj7qgjhGBwis8AAIXT4PFnlQ8Y2fEwMrJu3jx7Chw4cQIxaKYOuAxYsQ1WjcuBCAho4SQ4ocSbKkh23wjPhQsSjDkRK2+BlBk8RAIZfBIlZRcKUgAJ8hU4QccC7IshBCiJYEsEONFaUlU7SRtRSAETmvNhnlRLVQFy8W4HUdpMmQhaxV+W0ttHZTIAAh+QQFBQAAACwBAAEAKQAoAAAH+YAAgoOEhRaFiImKi4QaPCKILzGMlIw9E4haDZWciBchiDcgnYsniT8whUFdiR4/pCociUWFJlqJGBekAFIZhRo9EIQXAYUDRR+7ABBWo42VM0rKgh0GFbsNXM7KGhKvpBcl04Ma45zb5osWP1aEJyoUwumIFhljBcmEFh5QUN/zADIkKGDAlKIRFP6lu9ADoMOHECNKnChxAAAKGDNKzMKxYzmKgj6CHEmyJMVDJgnFIAGFkYcLHSDG8FGmR4RCCHRRdIIliQdCP0m2SDluyC4oMogKAiFAyrgGCju12CJBKYAYTaIykpcuhxmHOjlptVo0EVeKY5UFAgAh+QQFBQABACwBAAEAKAApAAAH/4ABgoOEhYaCFYeKi4cPhxQvjJKLKh2GUhOTmoUcFIZFm4srhyNShUOgpJsUmYUDAImDE6aFIl0cmysHP4YqQ4QcEoYsPaEBQzMixoIqKMsBCDHLEy7PgikQoRocCNbemsrfkiMGgytOHL/ihh4sZ8WEI0dH2esBHjRnM4tDEkH2HA7YG0iwoMGDCCfFSuSkoUODSCJKJKQhoQULCTNq3MiRkDpxLxxQiHXoSMEXTxQILGQS4ZEzNnh11GCpo0YKCWwKotIDozETHiYNKNThCq51Izg9GUpIBZukBnfEGVUIxZR1LQdZIHJB1UEyzmx+eOLTYNBCCJow7VhBg9u3cAPjBgIAIfkEBQUAAgAsAgABACcAKQAAB/+AAoKDhIWGghaHiouFPSeGF06Mk4pVCIUaRiWUnIQTF4UWACKdhxGHQQeFIACHI0GcF5uGUoUdqoUnRQ2cEVUQhlU7hCm8hQ8xpSAvj6WCUDqJpT9VA84dOaTOAiVDzg0Z2+KlzeOUEEYaAhESKcPmij9aGAfWghAcJt7wgho/MBhirDCkrsE+fg1enOLHsKHDhxAjirNWoYJEQwoyarzIsaPHjyA5ViETQFG4WQ2rpJmiIqQACWHMjBAUziNKlxEDoHApwguuUg1+hJK2qEQSY/BQwCDUwIEhKEgY+uhBCMSWQyzcwLPQ5hKhLxwI8sPxZuEgDCwkSlFgb5CBNBIRMeQ4xEZihXKEBmjYy7ev30AAIfkEBQUAAQAsBAABACUAKAAAB/SAAYKDhIWFA4aJiokhK4YmEouSihcehiEIk5qEJQ2GHyebhhWJO1CFIh+JQUOTKRmJB4iDCC+GKwAtkxUSO4YXIIQtE4ZMp5oiR46ig06qokGRzAE4LKHMGcHMEz/T3t/gkkMq4ZsQUl0hgkEm5YYQH13HhDsp7oMTFPf7/P3+/wAFWQiYaIrBgwQTKlzIcNPARb7uOdlwQVEHfhaccCEDhZRCEy4cQGCYqaG/CwAakiAnyoSlSQ9pebEXjsUDQinIxBTkJEqQST8TkTBS6EoiGBjCbYFFyEs7Q0G9IRDjcZALGP56FDA0g4w/FygMZUCyU1IgACH5BAUFAAAALAMAAQAnACkAAAf/gACCg4SDGoWIiYqLgwERiBMpjJOKKRCITh6Um4QeHYhGK5yjIBeFJ0aKO5yahRYUhR4BiVYlnKaIKSeECLaEFjFOowC4wwASM8YAHMYZVqLKxiWX0dXW1wA7VdiUQUZFsITMQdwAQT1FTo/liiVHFezx8vP09dwDgviH9Uv9/vYA9gkSCLCgwYMIF12QwSyRhwu+uF1wsUHYoAzF5KVYsIQcgFb2MtCzEM0JE5KcOGhBOcrDlm2jTjh4MSwClSL4hmUg0YKThSUk1g2CIYXQBAyIAmDh9OGKR0JTYhASQUXoICsuNnWYkOgKSEEkJMnLkAXRAivzjDBgKejAhnkyC1gg8hBl3gBo1wIBACH5BAUFAAEALAIAAgAnACcAAAf/gAGCg4SEEhWFATgdiY2Oji1BiRwQj5aWPziJUBGXnokiHIUrUI07Ip8BGY1HFoQjooURRqupQ4kthR61hFWxqUephBoNIcKClccBPz3KzoIZt8/T1NUBIMHWl0MhAK2DydLWQyo6F4iJQw3air/s7/Dx8vPyAwMBrvQBLvz9+v8AAwqUtyPHAW0cijS4V2iIjDUOOuSrxmGBjGwBVrhoc6YDQ3YaWqBwcWuADAQf5f3QMNDTkRnHGkhx9uOKE2VLbh7zQmNiAA0sLXlIwygVAQfoBllpNqjDjUQX3IizxCTJVEFuXhTy0ohJjk8lihZK8qOQg1zpqHlAk6iIAXkqDrgkCvE0XhEYiX4UEBYIACH5BAUFAAAALAAAAQApACgAAAf/gACCg4SFhoMWGoeLjI2FHhmOkpODE0OUmIIehhoXFZmZJoURF4ciJ5gTlEOqhRUvP6A7kiMjhhetmaWgAB0BvABBEqBBIRHAwD+zyMzNzhoiHM6TGiAUH6KFQdnTANZSDY3L0xkTA93o6err7IUWA/ADFhbp9IQWc/n6590aCf8ALVRYQTBChU/pFAFQ2K6hw4cQCYFAoWJaAxa5DO3IAYRMiW4NUBQZVkgGEC7sSuhYMA5AgkgNbUUEdSFGpgk9kI1IciTTCiE9QVUwo4PXDy44QN0gY8iAEUI4chgysaGlIyNlrALAQIHQiSeHjKBg6CjpIRsyBy3pcEgrqB9wFAzxeMruBQFDVRK04/HB0IgzmAIBACH5BAUFAD0ALAEAAgAoACgAAAfqgD2Cg4SFhoMIh4qLjI2Ojz0lkJOMHJAnK5ApigGQFxCTEo+ghg2SlKiIJhqopJQ7ARWpsxAis7e4uYQnE7qPIhIHvYQQlr6CIhcHLQPHjCOnztLT1NXW1z012tvTLN7fPRHh1xqs2Ofo6ZPmjSwvvhMP0YYoAhg4xxMwAA3NghEJBBDANw3BBx4gBFlA4QGbK3WOOISg1EEFLRuiKC3ISMnBg1QQXGRYl2ODoRkTEaEwlEJGwkcxFLwkdKMTIQayCoXQAQkBwUIkHvYgMG/QzFkjCvgbBMMiNQoyDAWgUU2HAUMQMFgTlysQACH5BAUFAAAALAEABgAoACQAAAf6gACCg4SFhgBBhwMSiYeHF46FI4YaEwiRmJmHGQ2ahkEcnoWQoqWOjaapqQMcFqqiKyWDJUBlIa6vjicpVbKDKx8CWQYDuYQnDVWXhxExaEbGg0HLmAPF0djZ2tvchbi43RbirmDl5uDZH+rrhtfd7/Dx8vOeIjBV2SVMCOiDICxfXCDQkM/AhxaFUFCRQW1bhhlaRAxi8WMeKnqlkpkqAeVVEDOhSkVA0SkVGSmqguTwYArFDUMxOg7KoMNQiyISPYWYcigHKUErwhyq8kFUhoaD0lzUoASpoJy5IJwxJEVmtwBFDF3QQbCbFWiFgnTBSMiChrNo06oNBAAh+QQFBQAEACwBAAIAKAAoAAAH+YAEgoOEhYaDGYeKi4yELY2QkZKRGRaTl4YWZTKSj5iFHm9Gn4M4lwFtE6SfA1ZqO6uYAy5QsbK2iw24jBGJgjgCUbW7hCslFxkahAZUXzPEKy0XHooVIXAxuzs/lsTe3+Dh4uMEyoQaaunq4Aft7oIRBBXk9PX295/mjFZOuxkq1BRp8aHEly0NGQ4YKVEIgI8EBr39CNHjxCAt9WDhkzSh36QMHjENcaDrkpYW+iRt6PFpCIsRlwDkGFDoRUgCHqwYKqHDYqQqZEQYosGhUJdDR1hG8hBRkAYuhlA0FeRzVRAMhmbc9HaBhSEOH8QxUWFoRwJx3WwFAgAh+QQFBQAAACwAAAMAKQAnAAAH+4AAgoOEhYaDE4eKi4s4hkeMkYMeiiaSl4YKOYeQhYmYiz9iMaClihJbLaYAlKsAUgIgphKugjIUtbm6ihYpu6UZVAW4v4UdR62DET02PgfFgp2LUE8v0JgW19rb3N2mGtfghBpZ5ebaFOnqAAOE7d7w8fLz8CcGF78eFCOLIh8FY5Lp8gDlRYZshB6QoOEBIbQgTlSsIPRhhMNtsrqJc9VC2iUPEjaW2rHkE6YKBkqsGiDjWSSRAHZYCWLqAQpDFPANGtEDZoYPpZxsOASjAaEIRd4R4qAC1AiBg27sKKTjR7chMgypoMXNxANDKWZ0OwDFEAgWMKFV2BUIACH5BAUFAAAALAEAAQAoACgAAAf9gACCg4SFEYWIiYqLgwNqGYkIjJOKFiRSlJmZY0uangA/iQFZFp+ZBSiIJ3EgppQjWSGFAyQNhBCKkp4cVx2zlJCmFkxUrheuggkByMzNjBMazp9eDMvSisGDMSQksteZTmlV3+Tl5ufo5xal6YRI7/DmTvP0ABX27fn6+/ztMxzXIEgIougEEwYsQgW8cEShoApSGOhwSG4HByeHBDHB1e5EP08lOETTBMGWKxAufH2KoetTkReuRMwY8smADkRHAA6CoALRjwMrNF2Q4bHQhwmFbiKa4ITkiEQJWhGSwrFQ0GY7iiCqYgLdBAOIWvQ8F6JpIREfNKhdy7ZtIAAh+QQFBQAAACwBAAEAJgApAAAH/4AAgoOEhRWFgiIRiIyNjEQeiEoEjpWODj2FA3CZlp6EPJSEEWuRn4gjGogXaIUdYBaniAwsjFsihFIKsogQaFCIDhOEOrWIOKcNSciVFrGEprJGXri81oI0F9fb3I4d3bIeZlza4I0X0SEOacDmgh3liAFLTu729/j5+vv8Cv7//AYdCkiwoMGD3VaoaOAuSIMdqgodwKAFgr0gJjgEGTQjzAeL+UCkKHdgI8KTiBAwlBXkGy8RC0rwGkDhBy8WFK6dgALilJEPiDgMGzQkZyEIUBZZMjFmBaIZMgVKYVRCgqcgIAuxqDaoJCOl10DoeDbowtB7HQ5EHITD6D0nVggLnZihb0C3QAAh+QQFBQAAACwBAAEAJgApAAAH/oAAgoOEhYaDFYeKi4MWXz+GCV2MlIdkB4ZPmJWcgjqThBVAnYcQhxw+hSVqpIZcWodXhT0FikOVQVFOhRZkhVo6rYYpXgi8lRnCKiTCzZ4cztHShiXTnSNpQtDWh0fJABVQZEtOFtyCR4cDEgTp54zm7/Lz9PX2lFP5+veEAwDx/AIKHEiwEpQJ3G4dWhGii5Qg5xQSitGlB8R5OwiFyFiwI6EMLVrt+NaKB8lOHC52snJEg7AVR0R0CtEDoKAJHQjtuGBoyIVElCYEMxTiJIADNgVlQEhph0RCVk4UgsKxENBmIqQYalBNHg4ohjLwlHehgaEVLwhqWMu2bdtAACH5BAUFAAAALAAAAQAnACkAAAf+gACCg4SFhoMnh4qLhj4jhigLjJOKGCqFFg6XlJyDD5KFAj+dpCZPhQhEhw0dnEIfhitJiYNGDIYQTUydBUeGGK2DHw+FEQobFp0TJBmkggNKSBXOUA60nSFAo84WDyakFga+zoLJ5JQI5+oQS0oN6pwehE4EQuPwpUoS+Pz9/v8AA6rTQIigQEJLEio8OIjgAAAPGUqcSLGixQhOgvELwohCESND/nEsNABKggMhBYIoSGGlxZeUfpRw5pLciQfynO3j1oPDSwqbCHVIN0hECn4dPkQw5CTnMwqHnE4CseOQkRWFLog4eOKAoQ5S/3kIYGjEUYGsDEW4B9AgvEAAIfkEBQUABAAsAQACACcAKAAAB/+ABIKDhIUkEIUEAGOJjY6OLlCJZC+PlpZSjIVUI5eWQY0TaYUZX6GegkpMjV6FKkuJQWwzqENnEok3OIRMUolYN6iCHWkelxoahUVRwoMUsM0EUAKd0QRSE9EzuNbdlhaDGd6oAyU34EEuYxPJ44kDEw5rXRGDRzJK3O4EFhNYawt2NEpRxMQ+QQfGiDjIsKHDhxAjWnNBsaLEQeAGCAJ3saPHjyAhVpCwy2OEIwBCCOwYAACUlRH1HVkYsqYlCOJAruhR7WOIbCAlUEiUwdigEy0a6buE40CFRBIQETrSKKcnESAaSSrEQeKKKolw/Ig4omuhIEkhdihZaKlDC8gH4sqdSxdZIAA7") !important; }
  .lg\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-inherit {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-black-10 {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black-20 {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black-30 {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black-40 {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black-50 {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black-60 {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black-70 {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black-80 {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black-90 {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-black {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:from-white-10 {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white-20 {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white-30 {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white-40 {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white-50 {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white-60 {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white-70 {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white-80 {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white-90 {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:from-white {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-inherit {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-black-10 {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black-20 {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black-30 {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black-40 {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black-50 {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black-60 {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black-70 {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black-80 {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black-90 {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-black {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:via-white-10 {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white-20 {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white-30 {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white-40 {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white-50 {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white-60 {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white-70 {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white-80 {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white-90 {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:via-white {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:to-transparent {
    --gradient-to-color: transparent !important; }
  .lg\:to-current {
    --gradient-to-color: currentColor !important; }
  .lg\:to-inherit {
    --gradient-to-color: inherit !important; }
  .lg\:to-black-10 {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .lg\:to-black-20 {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .lg\:to-black-30 {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .lg\:to-black-40 {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .lg\:to-black-50 {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .lg\:to-black-60 {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .lg\:to-black-70 {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .lg\:to-black-80 {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .lg\:to-black-90 {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .lg\:to-black {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .lg\:to-white-10 {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .lg\:to-white-20 {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .lg\:to-white-30 {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .lg\:to-white-40 {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .lg\:to-white-50 {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .lg\:to-white-60 {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .lg\:to-white-70 {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .lg\:to-white-80 {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .lg\:to-white-90 {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .lg\:to-white {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .lg\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-inherit:hover {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-black-10:hover {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black-20:hover {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black-30:hover {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black-40:hover {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black-50:hover {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black-60:hover {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black-70:hover {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black-80:hover {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black-90:hover {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-black:hover {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:from-white-10:hover {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white-20:hover {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white-30:hover {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white-40:hover {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white-50:hover {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white-60:hover {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white-70:hover {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white-80:hover {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white-90:hover {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:from-white:hover {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-inherit:hover {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-black-10:hover {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black-20:hover {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black-30:hover {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black-40:hover {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black-50:hover {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black-60:hover {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black-70:hover {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black-80:hover {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black-90:hover {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-black:hover {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:hover\:via-white-10:hover {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white-20:hover {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white-30:hover {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white-40:hover {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white-50:hover {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white-60:hover {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white-70:hover {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white-80:hover {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white-90:hover {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:via-white:hover {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important; }
  .lg\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important; }
  .lg\:hover\:to-inherit:hover {
    --gradient-to-color: inherit !important; }
  .lg\:hover\:to-black-10:hover {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .lg\:hover\:to-black-20:hover {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .lg\:hover\:to-black-30:hover {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .lg\:hover\:to-black-40:hover {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .lg\:hover\:to-black-50:hover {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .lg\:hover\:to-black-60:hover {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .lg\:hover\:to-black-70:hover {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .lg\:hover\:to-black-80:hover {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .lg\:hover\:to-black-90:hover {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .lg\:hover\:to-black:hover {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .lg\:hover\:to-white-10:hover {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .lg\:hover\:to-white-20:hover {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .lg\:hover\:to-white-30:hover {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .lg\:hover\:to-white-40:hover {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .lg\:hover\:to-white-50:hover {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .lg\:hover\:to-white-60:hover {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .lg\:hover\:to-white-70:hover {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .lg\:hover\:to-white-80:hover {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .lg\:hover\:to-white-90:hover {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .lg\:hover\:to-white:hover {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .lg\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-inherit:focus {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-black-10:focus {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black-20:focus {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black-30:focus {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black-40:focus {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black-50:focus {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black-60:focus {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black-70:focus {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black-80:focus {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black-90:focus {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-black:focus {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:from-white-10:focus {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white-20:focus {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white-30:focus {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white-40:focus {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white-50:focus {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white-60:focus {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white-70:focus {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white-80:focus {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white-90:focus {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:from-white:focus {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-inherit:focus {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-black-10:focus {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black-20:focus {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black-30:focus {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black-40:focus {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black-50:focus {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black-60:focus {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black-70:focus {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black-80:focus {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black-90:focus {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-black:focus {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .lg\:focus\:via-white-10:focus {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white-20:focus {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white-30:focus {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white-40:focus {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white-50:focus {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white-60:focus {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white-70:focus {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white-80:focus {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white-90:focus {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:via-white:focus {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .lg\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important; }
  .lg\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important; }
  .lg\:focus\:to-inherit:focus {
    --gradient-to-color: inherit !important; }
  .lg\:focus\:to-black-10:focus {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .lg\:focus\:to-black-20:focus {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .lg\:focus\:to-black-30:focus {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .lg\:focus\:to-black-40:focus {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .lg\:focus\:to-black-50:focus {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .lg\:focus\:to-black-60:focus {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .lg\:focus\:to-black-70:focus {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .lg\:focus\:to-black-80:focus {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .lg\:focus\:to-black-90:focus {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .lg\:focus\:to-black:focus {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .lg\:focus\:to-white-10:focus {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .lg\:focus\:to-white-20:focus {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .lg\:focus\:to-white-30:focus {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .lg\:focus\:to-white-40:focus {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .lg\:focus\:to-white-50:focus {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .lg\:focus\:to-white-60:focus {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .lg\:focus\:to-white-70:focus {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .lg\:focus\:to-white-80:focus {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .lg\:focus\:to-white-90:focus {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .lg\:focus\:to-white:focus {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .lg\:bg-opacity-0 {
    --bg-opacity: 0 !important; }
  .lg\:bg-opacity-5 {
    --bg-opacity: 0.05 !important; }
  .lg\:bg-opacity-10 {
    --bg-opacity: 0.1 !important; }
  .lg\:bg-opacity-15 {
    --bg-opacity: 0.15 !important; }
  .lg\:bg-opacity-20 {
    --bg-opacity: 0.2 !important; }
  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25 !important; }
  .lg\:bg-opacity-30 {
    --bg-opacity: 0.3 !important; }
  .lg\:bg-opacity-35 {
    --bg-opacity: 0.35 !important; }
  .lg\:bg-opacity-40 {
    --bg-opacity: 0.4 !important; }
  .lg\:bg-opacity-45 {
    --bg-opacity: 0.45 !important; }
  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5 !important; }
  .lg\:bg-opacity-55 {
    --bg-opacity: 0.55 !important; }
  .lg\:bg-opacity-60 {
    --bg-opacity: 0.6 !important; }
  .lg\:bg-opacity-65 {
    --bg-opacity: 0.65 !important; }
  .lg\:bg-opacity-70 {
    --bg-opacity: 0.7 !important; }
  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75 !important; }
  .lg\:bg-opacity-80 {
    --bg-opacity: 0.8 !important; }
  .lg\:bg-opacity-85 {
    --bg-opacity: 0.85 !important; }
  .lg\:bg-opacity-90 {
    --bg-opacity: 0.9 !important; }
  .lg\:bg-opacity-95 {
    --bg-opacity: 0.95 !important; }
  .lg\:bg-opacity-100 {
    --bg-opacity: 1 !important; }
  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important; }
  .lg\:hover\:bg-opacity-5:hover {
    --bg-opacity: 0.05 !important; }
  .lg\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.1 !important; }
  .lg\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15 !important; }
  .lg\:hover\:bg-opacity-20:hover {
    --bg-opacity: 0.2 !important; }
  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important; }
  .lg\:hover\:bg-opacity-30:hover {
    --bg-opacity: 0.3 !important; }
  .lg\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35 !important; }
  .lg\:hover\:bg-opacity-40:hover {
    --bg-opacity: 0.4 !important; }
  .lg\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45 !important; }
  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important; }
  .lg\:hover\:bg-opacity-55:hover {
    --bg-opacity: 0.55 !important; }
  .lg\:hover\:bg-opacity-60:hover {
    --bg-opacity: 0.6 !important; }
  .lg\:hover\:bg-opacity-65:hover {
    --bg-opacity: 0.65 !important; }
  .lg\:hover\:bg-opacity-70:hover {
    --bg-opacity: 0.7 !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-85:hover {
    --bg-opacity: 0.85 !important; }
  .lg\:hover\:bg-opacity-90:hover {
    --bg-opacity: 0.9 !important; }
  .lg\:hover\:bg-opacity-95:hover {
    --bg-opacity: 0.95 !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-5:focus {
    --bg-opacity: 0.05 !important; }
  .lg\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.1 !important; }
  .lg\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15 !important; }
  .lg\:focus\:bg-opacity-20:focus {
    --bg-opacity: 0.2 !important; }
  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important; }
  .lg\:focus\:bg-opacity-30:focus {
    --bg-opacity: 0.3 !important; }
  .lg\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35 !important; }
  .lg\:focus\:bg-opacity-40:focus {
    --bg-opacity: 0.4 !important; }
  .lg\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45 !important; }
  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important; }
  .lg\:focus\:bg-opacity-55:focus {
    --bg-opacity: 0.55 !important; }
  .lg\:focus\:bg-opacity-60:focus {
    --bg-opacity: 0.6 !important; }
  .lg\:focus\:bg-opacity-65:focus {
    --bg-opacity: 0.65 !important; }
  .lg\:focus\:bg-opacity-70:focus {
    --bg-opacity: 0.7 !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-85:focus {
    --bg-opacity: 0.85 !important; }
  .lg\:focus\:bg-opacity-90:focus {
    --bg-opacity: 0.9 !important; }
  .lg\:focus\:bg-opacity-95:focus {
    --bg-opacity: 0.95 !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-center-bottom {
    background-position: center bottom !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-transparent {
    border-color: transparent !important; }
  .lg\:border-current {
    border-color: currentColor !important; }
  .lg\:border-inherit {
    border-color: inherit !important; }
  .lg\:border-black-10 {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:border-black-20 {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:border-black-30 {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:border-black-40 {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:border-black-50 {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:border-black-60 {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:border-black-70 {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:border-black-80 {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:border-black-90 {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:border-black {
    border-color: black !important; }
  .lg\:border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:border-white-30 {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:border-white-40 {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:border-white-60 {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:border-white-80 {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:border-white-90 {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:border-white {
    border-color: white !important; }
  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important; }
  .lg\:hover\:border-current:hover {
    border-color: currentColor !important; }
  .lg\:hover\:border-inherit:hover {
    border-color: inherit !important; }
  .lg\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:hover\:border-black:hover {
    border-color: black !important; }
  .lg\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:hover\:border-white:hover {
    border-color: white !important; }
  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important; }
  .lg\:focus\:border-current:focus {
    border-color: currentColor !important; }
  .lg\:focus\:border-inherit:focus {
    border-color: inherit !important; }
  .lg\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus\:border-black:focus {
    border-color: black !important; }
  .lg\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus\:border-white:focus {
    border-color: white !important; }
  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent !important; }
  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor !important; }
  .group:hover .lg\:group-hover\:border-inherit {
    border-color: inherit !important; }
  .group:hover .lg\:group-hover\:border-black-10 {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .lg\:group-hover\:border-black-20 {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .lg\:group-hover\:border-black-30 {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .lg\:group-hover\:border-black-40 {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .lg\:group-hover\:border-black-50 {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .lg\:group-hover\:border-black-60 {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .lg\:group-hover\:border-black-70 {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .lg\:group-hover\:border-black-80 {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .lg\:group-hover\:border-black-90 {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .lg\:group-hover\:border-black {
    border-color: black !important; }
  .group:hover .lg\:group-hover\:border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .lg\:group-hover\:border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .lg\:group-hover\:border-white-30 {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .lg\:group-hover\:border-white-40 {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .lg\:group-hover\:border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .lg\:group-hover\:border-white-60 {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .lg\:group-hover\:border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .lg\:group-hover\:border-white-80 {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .lg\:group-hover\:border-white-90 {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .lg\:group-hover\:border-white {
    border-color: white !important; }
  .lg\:border-opacity-0 {
    --border-opacity: 0 !important; }
  .lg\:border-opacity-5 {
    --border-opacity: 0.05 !important; }
  .lg\:border-opacity-10 {
    --border-opacity: 0.1 !important; }
  .lg\:border-opacity-15 {
    --border-opacity: 0.15 !important; }
  .lg\:border-opacity-20 {
    --border-opacity: 0.2 !important; }
  .lg\:border-opacity-25 {
    --border-opacity: 0.25 !important; }
  .lg\:border-opacity-30 {
    --border-opacity: 0.3 !important; }
  .lg\:border-opacity-35 {
    --border-opacity: 0.35 !important; }
  .lg\:border-opacity-40 {
    --border-opacity: 0.4 !important; }
  .lg\:border-opacity-45 {
    --border-opacity: 0.45 !important; }
  .lg\:border-opacity-50 {
    --border-opacity: 0.5 !important; }
  .lg\:border-opacity-55 {
    --border-opacity: 0.55 !important; }
  .lg\:border-opacity-60 {
    --border-opacity: 0.6 !important; }
  .lg\:border-opacity-65 {
    --border-opacity: 0.65 !important; }
  .lg\:border-opacity-70 {
    --border-opacity: 0.7 !important; }
  .lg\:border-opacity-75 {
    --border-opacity: 0.75 !important; }
  .lg\:border-opacity-80 {
    --border-opacity: 0.8 !important; }
  .lg\:border-opacity-85 {
    --border-opacity: 0.85 !important; }
  .lg\:border-opacity-90 {
    --border-opacity: 0.9 !important; }
  .lg\:border-opacity-95 {
    --border-opacity: 0.95 !important; }
  .lg\:border-opacity-100 {
    --border-opacity: 1 !important; }
  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important; }
  .lg\:hover\:border-opacity-5:hover {
    --border-opacity: 0.05 !important; }
  .lg\:hover\:border-opacity-10:hover {
    --border-opacity: 0.1 !important; }
  .lg\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15 !important; }
  .lg\:hover\:border-opacity-20:hover {
    --border-opacity: 0.2 !important; }
  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important; }
  .lg\:hover\:border-opacity-30:hover {
    --border-opacity: 0.3 !important; }
  .lg\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35 !important; }
  .lg\:hover\:border-opacity-40:hover {
    --border-opacity: 0.4 !important; }
  .lg\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45 !important; }
  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important; }
  .lg\:hover\:border-opacity-55:hover {
    --border-opacity: 0.55 !important; }
  .lg\:hover\:border-opacity-60:hover {
    --border-opacity: 0.6 !important; }
  .lg\:hover\:border-opacity-65:hover {
    --border-opacity: 0.65 !important; }
  .lg\:hover\:border-opacity-70:hover {
    --border-opacity: 0.7 !important; }
  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important; }
  .lg\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8 !important; }
  .lg\:hover\:border-opacity-85:hover {
    --border-opacity: 0.85 !important; }
  .lg\:hover\:border-opacity-90:hover {
    --border-opacity: 0.9 !important; }
  .lg\:hover\:border-opacity-95:hover {
    --border-opacity: 0.95 !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-5:focus {
    --border-opacity: 0.05 !important; }
  .lg\:focus\:border-opacity-10:focus {
    --border-opacity: 0.1 !important; }
  .lg\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15 !important; }
  .lg\:focus\:border-opacity-20:focus {
    --border-opacity: 0.2 !important; }
  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important; }
  .lg\:focus\:border-opacity-30:focus {
    --border-opacity: 0.3 !important; }
  .lg\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35 !important; }
  .lg\:focus\:border-opacity-40:focus {
    --border-opacity: 0.4 !important; }
  .lg\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45 !important; }
  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important; }
  .lg\:focus\:border-opacity-55:focus {
    --border-opacity: 0.55 !important; }
  .lg\:focus\:border-opacity-60:focus {
    --border-opacity: 0.6 !important; }
  .lg\:focus\:border-opacity-65:focus {
    --border-opacity: 0.65 !important; }
  .lg\:focus\:border-opacity-70:focus {
    --border-opacity: 0.7 !important; }
  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important; }
  .lg\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8 !important; }
  .lg\:focus\:border-opacity-85:focus {
    --border-opacity: 0.85 !important; }
  .lg\:focus\:border-opacity-90:focus {
    --border-opacity: 0.9 !important; }
  .lg\:focus\:border-opacity-95:focus {
    --border-opacity: 0.95 !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-xl {
    border-radius: 0.75rem !important; }
  .lg\:rounded-2xl {
    border-radius: 1rem !important; }
  .lg\:rounded-3xl {
    border-radius: 1.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-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important; }
  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important; }
  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important; }
  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important; }
  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.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-xl {
    border-top-left-radius: 0.75rem !important; }
  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important; }
  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important; }
  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important; }
  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important; }
  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important; }
  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important; }
  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important; }
  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important; }
  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important; }
  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important; }
  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.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 {
    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 {
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .lg\:inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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\:contents {
    display: contents !important; }
  .lg\:hidden {
    display: none !important; }
  .lg\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .lg\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .lg\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .lg\:place-items-auto {
    place-items: auto !important; }
  .lg\:place-items-start {
    place-items: start !important; }
  .lg\:place-items-end {
    place-items: end !important; }
  .lg\:place-items-center {
    place-items: center !important; }
  .lg\:place-items-stretch {
    place-items: stretch !important; }
  .lg\:place-content-center {
    place-content: center !important; }
  .lg\:place-content-start {
    place-content: start !important; }
  .lg\:place-content-end {
    place-content: end !important; }
  .lg\:place-content-between {
    place-content: space-between !important; }
  .lg\:place-content-around {
    place-content: space-around !important; }
  .lg\:place-content-evenly {
    place-content: space-evenly !important; }
  .lg\:place-content-stretch {
    place-content: stretch !important; }
  .lg\:place-self-auto {
    place-self: auto !important; }
  .lg\:place-self-start {
    place-self: start !important; }
  .lg\:place-self-end {
    place-self: end !important; }
  .lg\:place-self-center {
    place-self: center !important; }
  .lg\:place-self-stretch {
    place-self: stretch !important; }
  .lg\:items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .lg\:items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .lg\:items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .lg\:items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .lg\:items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .lg\:content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .lg\:content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .lg\:content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .lg\:content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .lg\:content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .lg\:content-evenly {
    -webkit-align-content: space-evenly !important;
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important; }
  .lg\:self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .lg\:self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .lg\:self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .lg\:self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .lg\:self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .lg\:justify-items-auto {
    justify-items: auto !important; }
  .lg\:justify-items-start {
    justify-items: start !important; }
  .lg\:justify-items-end {
    justify-items: end !important; }
  .lg\:justify-items-center {
    justify-items: center !important; }
  .lg\:justify-items-stretch {
    justify-items: stretch !important; }
  .lg\:justify-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .lg\:justify-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .lg\:justify-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .lg\:justify-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .lg\:justify-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .lg\:justify-self-auto {
    justify-self: auto !important; }
  .lg\:justify-self-start {
    justify-self: start !important; }
  .lg\:justify-self-end {
    justify-self: end !important; }
  .lg\:justify-self-center {
    justify-self: center !important; }
  .lg\:justify-self-stretch {
    justify-self: stretch !important; }
  .lg\:flex-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }
  .lg\:flex-auto {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .lg\:flex-initial {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important; }
  .lg\:flex-none {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .lg\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .lg\:flex-grow {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .lg\:flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .lg\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .lg\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .lg\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .lg\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .lg\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .lg\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .lg\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .lg\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important; }
  .lg\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important; }
  .lg\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important; }
  .lg\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important; }
  .lg\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important; }
  .lg\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important; }
  .lg\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
    -webkit-order: -9999 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important; }
  .lg\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
    -webkit-order: 9999 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important; }
  .lg\:order-none {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !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-sans {
    font-family: -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" !important; }
  .lg\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important; }
  .lg\:font-mono {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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: 0rem !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-7 {
    height: 1.75rem !important; }
  .lg\:h-8 {
    height: 2rem !important; }
  .lg\:h-9 {
    height: 2.25rem !important; }
  .lg\:h-10 {
    height: 2.5rem !important; }
  .lg\:h-11 {
    height: 2.75rem !important; }
  .lg\:h-12 {
    height: 3rem !important; }
  .lg\:h-13 {
    height: 3.25rem !important; }
  .lg\:h-14 {
    height: 3.5rem !important; }
  .lg\:h-15 {
    height: 3.75rem !important; }
  .lg\:h-16 {
    height: 4rem !important; }
  .lg\:h-17 {
    height: 4.25rem !important; }
  .lg\:h-18 {
    height: 4.5rem !important; }
  .lg\:h-19 {
    height: 4.75rem !important; }
  .lg\:h-20 {
    height: 5rem !important; }
  .lg\:h-21 {
    height: 5.25rem !important; }
  .lg\:h-22 {
    height: 5.5rem !important; }
  .lg\:h-23 {
    height: 5.75rem !important; }
  .lg\:h-24 {
    height: 6rem !important; }
  .lg\:h-25 {
    height: 6.25rem !important; }
  .lg\:h-26 {
    height: 6.5rem !important; }
  .lg\:h-27 {
    height: 6.75rem !important; }
  .lg\:h-28 {
    height: 7rem !important; }
  .lg\:h-29 {
    height: 7.25rem !important; }
  .lg\:h-30 {
    height: 7.5rem !important; }
  .lg\:h-31 {
    height: 7.75rem !important; }
  .lg\:h-32 {
    height: 8rem !important; }
  .lg\:h-33 {
    height: 8.25rem !important; }
  .lg\:h-34 {
    height: 8.5rem !important; }
  .lg\:h-35 {
    height: 8.75rem !important; }
  .lg\:h-36 {
    height: 9rem !important; }
  .lg\:h-37 {
    height: 9.25rem !important; }
  .lg\:h-38 {
    height: 9.5rem !important; }
  .lg\:h-39 {
    height: 9.75rem !important; }
  .lg\:h-40 {
    height: 10rem !important; }
  .lg\:h-41 {
    height: 10.25rem !important; }
  .lg\:h-42 {
    height: 10.5rem !important; }
  .lg\:h-43 {
    height: 10.75rem !important; }
  .lg\:h-44 {
    height: 11rem !important; }
  .lg\:h-45 {
    height: 11.25rem !important; }
  .lg\:h-46 {
    height: 11.5rem !important; }
  .lg\:h-47 {
    height: 11.75rem !important; }
  .lg\:h-48 {
    height: 12rem !important; }
  .lg\:h-49 {
    height: 12.25rem !important; }
  .lg\:h-50 {
    height: 12.5rem !important; }
  .lg\:h-51 {
    height: 12.75rem !important; }
  .lg\:h-52 {
    height: 13rem !important; }
  .lg\:h-53 {
    height: 13.25rem !important; }
  .lg\:h-54 {
    height: 13.5rem !important; }
  .lg\:h-55 {
    height: 13.75rem !important; }
  .lg\:h-56 {
    height: 14rem !important; }
  .lg\:h-57 {
    height: 14.25rem !important; }
  .lg\:h-58 {
    height: 14.5rem !important; }
  .lg\:h-59 {
    height: 14.75rem !important; }
  .lg\:h-60 {
    height: 15rem !important; }
  .lg\:h-61 {
    height: 15.25rem !important; }
  .lg\:h-62 {
    height: 15.5rem !important; }
  .lg\:h-63 {
    height: 15.75rem !important; }
  .lg\:h-64 {
    height: 16rem !important; }
  .lg\:h-65 {
    height: 16.25rem !important; }
  .lg\:h-66 {
    height: 16.5rem !important; }
  .lg\:h-67 {
    height: 16.75rem !important; }
  .lg\:h-68 {
    height: 17rem !important; }
  .lg\:h-69 {
    height: 17.25rem !important; }
  .lg\:h-70 {
    height: 17.5rem !important; }
  .lg\:h-71 {
    height: 17.75rem !important; }
  .lg\:h-72 {
    height: 18rem !important; }
  .lg\:h-73 {
    height: 18.25rem !important; }
  .lg\:h-74 {
    height: 18.5rem !important; }
  .lg\:h-75 {
    height: 18.75rem !important; }
  .lg\:h-76 {
    height: 19rem !important; }
  .lg\:h-77 {
    height: 19.25rem !important; }
  .lg\:h-78 {
    height: 19.5rem !important; }
  .lg\:h-79 {
    height: 19.75rem !important; }
  .lg\:h-80 {
    height: 20rem !important; }
  .lg\:h-84 {
    height: 21rem !important; }
  .lg\:h-88 {
    height: 22rem !important; }
  .lg\:h-92 {
    height: 23rem !important; }
  .lg\:h-96 {
    height: 24rem !important; }
  .lg\:h-100 {
    height: 25rem !important; }
  .lg\:h-104 {
    height: 26rem !important; }
  .lg\:h-108 {
    height: 27rem !important; }
  .lg\:h-112 {
    height: 28rem !important; }
  .lg\:h-116 {
    height: 29rem !important; }
  .lg\:h-120 {
    height: 30rem !important; }
  .lg\:h-124 {
    height: 31rem !important; }
  .lg\:h-128 {
    height: 32rem !important; }
  .lg\:h-132 {
    height: 33rem !important; }
  .lg\:h-136 {
    height: 34rem !important; }
  .lg\:h-140 {
    height: 35rem !important; }
  .lg\:h-144 {
    height: 36rem !important; }
  .lg\:h-148 {
    height: 37rem !important; }
  .lg\:h-152 {
    height: 38rem !important; }
  .lg\:h-156 {
    height: 39rem !important; }
  .lg\:h-160 {
    height: 40rem !important; }
  .lg\:h-164 {
    height: 41rem !important; }
  .lg\:h-168 {
    height: 42rem !important; }
  .lg\:h-172 {
    height: 43rem !important; }
  .lg\:h-176 {
    height: 44rem !important; }
  .lg\:h-180 {
    height: 45rem !important; }
  .lg\:h-184 {
    height: 46rem !important; }
  .lg\:h-188 {
    height: 47rem !important; }
  .lg\:h-192 {
    height: 48rem !important; }
  .lg\:h-196 {
    height: 49rem !important; }
  .lg\:h-200 {
    height: 50rem !important; }
  .lg\:h-px {
    height: 1px !important; }
  .lg\:h-2px {
    height: 2px !important; }
  .lg\:h-1\/2 {
    height: 50% !important; }
  .lg\:h-2\/2 {
    height: 100% !important; }
  .lg\:h-1\/3 {
    height: 33.333333% !important; }
  .lg\:h-2\/3 {
    height: 66.666667% !important; }
  .lg\:h-3\/3 {
    height: 100% !important; }
  .lg\:h-1\/4 {
    height: 25% !important; }
  .lg\:h-2\/4 {
    height: 50% !important; }
  .lg\:h-3\/4 {
    height: 75% !important; }
  .lg\:h-4\/4 {
    height: 100% !important; }
  .lg\:h-1\/5 {
    height: 20% !important; }
  .lg\:h-2\/5 {
    height: 40% !important; }
  .lg\:h-3\/5 {
    height: 60% !important; }
  .lg\:h-4\/5 {
    height: 80% !important; }
  .lg\:h-5\/5 {
    height: 100% !important; }
  .lg\:h-1\/6 {
    height: 16.666667% !important; }
  .lg\:h-2\/6 {
    height: 33.333333% !important; }
  .lg\:h-3\/6 {
    height: 50% !important; }
  .lg\:h-4\/6 {
    height: 66.666667% !important; }
  .lg\:h-5\/6 {
    height: 83.333333% !important; }
  .lg\:h-6\/6 {
    height: 100% !important; }
  .lg\:h-1\/10 {
    height: 10% !important; }
  .lg\:h-2\/10 {
    height: 20% !important; }
  .lg\:h-3\/10 {
    height: 30% !important; }
  .lg\:h-4\/10 {
    height: 40% !important; }
  .lg\:h-5\/10 {
    height: 50% !important; }
  .lg\:h-6\/10 {
    height: 60% !important; }
  .lg\:h-7\/10 {
    height: 70% !important; }
  .lg\:h-8\/10 {
    height: 80% !important; }
  .lg\:h-9\/10 {
    height: 90% !important; }
  .lg\:h-10\/10 {
    height: 100% !important; }
  .lg\:h-1\/12 {
    height: 8.333333% !important; }
  .lg\:h-2\/12 {
    height: 16.666667% !important; }
  .lg\:h-3\/12 {
    height: 25% !important; }
  .lg\:h-4\/12 {
    height: 33.333333% !important; }
  .lg\:h-5\/12 {
    height: 41.666667% !important; }
  .lg\:h-6\/12 {
    height: 50% !important; }
  .lg\:h-7\/12 {
    height: 58.333333% !important; }
  .lg\:h-8\/12 {
    height: 66.666667% !important; }
  .lg\:h-9\/12 {
    height: 75% !important; }
  .lg\:h-10\/12 {
    height: 83.333333% !important; }
  .lg\:h-11\/12 {
    height: 91.666667% !important; }
  .lg\:h-12\/12 {
    height: 100% !important; }
  .lg\:h-xs {
    height: 20rem !important; }
  .lg\:h-sm {
    height: 24rem !important; }
  .lg\:h-md {
    height: 28rem !important; }
  .lg\:h-lg {
    height: 32rem !important; }
  .lg\:h-xl {
    height: 36rem !important; }
  .lg\:h-2xl {
    height: 42rem !important; }
  .lg\:h-3xl {
    height: 48rem !important; }
  .lg\:h-4xl {
    height: 56rem !important; }
  .lg\:h-5xl {
    height: 64rem !important; }
  .lg\:h-6xl {
    height: 72rem !important; }
  .lg\:h-7xl {
    height: 80rem !important; }
  .lg\:h-full {
    height: 100% !important; }
  .lg\:h-screenw {
    height: 100vw !important; }
  .lg\:h-screenh {
    height: 100vh !important; }
  .lg\:text-10 {
    font-size: 0.625rem !important; }
  .lg\:text-11 {
    font-size: 0.6875rem !important; }
  .lg\:text-12 {
    font-size: 0.75rem !important; }
  .lg\:text-13 {
    font-size: 0.8125rem !important; }
  .lg\:text-14 {
    font-size: 0.875rem !important; }
  .lg\:text-15 {
    font-size: 0.9375rem !important; }
  .lg\:text-16 {
    font-size: 1rem !important; }
  .lg\:text-17 {
    font-size: 1.0625rem !important; }
  .lg\:text-18 {
    font-size: 1.125rem !important; }
  .lg\:text-19 {
    font-size: 1.1875rem !important; }
  .lg\:text-20 {
    font-size: 1.25rem !important; }
  .lg\:text-21 {
    font-size: 1.3125rem !important; }
  .lg\:text-22 {
    font-size: 1.375rem !important; }
  .lg\:text-23 {
    font-size: 1.4375rem !important; }
  .lg\:text-24 {
    font-size: 1.5rem !important; }
  .lg\:text-25 {
    font-size: 1.5625rem !important; }
  .lg\:text-26 {
    font-size: 1.625rem !important; }
  .lg\:text-27 {
    font-size: 1.6875rem !important; }
  .lg\:text-28 {
    font-size: 1.75rem !important; }
  .lg\:text-29 {
    font-size: 1.8125rem !important; }
  .lg\:text-30 {
    font-size: 1.875rem !important; }
  .lg\:text-31 {
    font-size: 1.9375rem !important; }
  .lg\:text-32 {
    font-size: 2rem !important; }
  .lg\:text-33 {
    font-size: 2.0625rem !important; }
  .lg\:text-34 {
    font-size: 2.125rem !important; }
  .lg\:text-35 {
    font-size: 2.1875rem !important; }
  .lg\:text-36 {
    font-size: 2.25rem !important; }
  .lg\:text-37 {
    font-size: 2.3125rem !important; }
  .lg\:text-38 {
    font-size: 2.375rem !important; }
  .lg\:text-39 {
    font-size: 2.4375rem !important; }
  .lg\:text-40 {
    font-size: 2.5rem !important; }
  .lg\:text-41 {
    font-size: 2.5625rem !important; }
  .lg\:text-42 {
    font-size: 2.625rem !important; }
  .lg\:text-43 {
    font-size: 2.6875rem !important; }
  .lg\:text-44 {
    font-size: 2.75rem !important; }
  .lg\:text-45 {
    font-size: 2.8125rem !important; }
  .lg\:text-46 {
    font-size: 2.875rem !important; }
  .lg\:text-47 {
    font-size: 2.9375rem !important; }
  .lg\:text-48 {
    font-size: 3rem !important; }
  .lg\:text-49 {
    font-size: 3.0625rem !important; }
  .lg\:text-50 {
    font-size: 3.125rem !important; }
  .lg\:text-51 {
    font-size: 3.1875rem !important; }
  .lg\:text-52 {
    font-size: 3.25rem !important; }
  .lg\:text-53 {
    font-size: 3.3125rem !important; }
  .lg\:text-54 {
    font-size: 3.375rem !important; }
  .lg\:text-55 {
    font-size: 3.4375rem !important; }
  .lg\:text-56 {
    font-size: 3.5rem !important; }
  .lg\:text-57 {
    font-size: 3.5625rem !important; }
  .lg\:text-58 {
    font-size: 3.625rem !important; }
  .lg\:text-59 {
    font-size: 3.6875rem !important; }
  .lg\:text-60 {
    font-size: 3.75rem !important; }
  .lg\:text-62 {
    font-size: 3.875rem !important; }
  .lg\:text-64 {
    font-size: 4rem !important; }
  .lg\:text-66 {
    font-size: 4.125rem !important; }
  .lg\:text-68 {
    font-size: 4.25rem !important; }
  .lg\:text-70 {
    font-size: 4.375rem !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\: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-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\: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: 0rem !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-7 {
    margin: 1.75rem !important; }
  .lg\:m-8 {
    margin: 2rem !important; }
  .lg\:m-9 {
    margin: 2.25rem !important; }
  .lg\:m-10 {
    margin: 2.5rem !important; }
  .lg\:m-11 {
    margin: 2.75rem !important; }
  .lg\:m-12 {
    margin: 3rem !important; }
  .lg\:m-13 {
    margin: 3.25rem !important; }
  .lg\:m-14 {
    margin: 3.5rem !important; }
  .lg\:m-15 {
    margin: 3.75rem !important; }
  .lg\:m-16 {
    margin: 4rem !important; }
  .lg\:m-17 {
    margin: 4.25rem !important; }
  .lg\:m-18 {
    margin: 4.5rem !important; }
  .lg\:m-19 {
    margin: 4.75rem !important; }
  .lg\:m-20 {
    margin: 5rem !important; }
  .lg\:m-21 {
    margin: 5.25rem !important; }
  .lg\:m-22 {
    margin: 5.5rem !important; }
  .lg\:m-23 {
    margin: 5.75rem !important; }
  .lg\:m-24 {
    margin: 6rem !important; }
  .lg\:m-25 {
    margin: 6.25rem !important; }
  .lg\:m-26 {
    margin: 6.5rem !important; }
  .lg\:m-27 {
    margin: 6.75rem !important; }
  .lg\:m-28 {
    margin: 7rem !important; }
  .lg\:m-29 {
    margin: 7.25rem !important; }
  .lg\:m-30 {
    margin: 7.5rem !important; }
  .lg\:m-31 {
    margin: 7.75rem !important; }
  .lg\:m-32 {
    margin: 8rem !important; }
  .lg\:m-33 {
    margin: 8.25rem !important; }
  .lg\:m-34 {
    margin: 8.5rem !important; }
  .lg\:m-35 {
    margin: 8.75rem !important; }
  .lg\:m-36 {
    margin: 9rem !important; }
  .lg\:m-37 {
    margin: 9.25rem !important; }
  .lg\:m-38 {
    margin: 9.5rem !important; }
  .lg\:m-39 {
    margin: 9.75rem !important; }
  .lg\:m-40 {
    margin: 10rem !important; }
  .lg\:m-41 {
    margin: 10.25rem !important; }
  .lg\:m-42 {
    margin: 10.5rem !important; }
  .lg\:m-43 {
    margin: 10.75rem !important; }
  .lg\:m-44 {
    margin: 11rem !important; }
  .lg\:m-45 {
    margin: 11.25rem !important; }
  .lg\:m-46 {
    margin: 11.5rem !important; }
  .lg\:m-47 {
    margin: 11.75rem !important; }
  .lg\:m-48 {
    margin: 12rem !important; }
  .lg\:m-49 {
    margin: 12.25rem !important; }
  .lg\:m-50 {
    margin: 12.5rem !important; }
  .lg\:m-51 {
    margin: 12.75rem !important; }
  .lg\:m-52 {
    margin: 13rem !important; }
  .lg\:m-53 {
    margin: 13.25rem !important; }
  .lg\:m-54 {
    margin: 13.5rem !important; }
  .lg\:m-55 {
    margin: 13.75rem !important; }
  .lg\:m-56 {
    margin: 14rem !important; }
  .lg\:m-57 {
    margin: 14.25rem !important; }
  .lg\:m-58 {
    margin: 14.5rem !important; }
  .lg\:m-59 {
    margin: 14.75rem !important; }
  .lg\:m-60 {
    margin: 15rem !important; }
  .lg\:m-61 {
    margin: 15.25rem !important; }
  .lg\:m-62 {
    margin: 15.5rem !important; }
  .lg\:m-63 {
    margin: 15.75rem !important; }
  .lg\:m-64 {
    margin: 16rem !important; }
  .lg\:m-65 {
    margin: 16.25rem !important; }
  .lg\:m-66 {
    margin: 16.5rem !important; }
  .lg\:m-67 {
    margin: 16.75rem !important; }
  .lg\:m-68 {
    margin: 17rem !important; }
  .lg\:m-69 {
    margin: 17.25rem !important; }
  .lg\:m-70 {
    margin: 17.5rem !important; }
  .lg\:m-71 {
    margin: 17.75rem !important; }
  .lg\:m-72 {
    margin: 18rem !important; }
  .lg\:m-73 {
    margin: 18.25rem !important; }
  .lg\:m-74 {
    margin: 18.5rem !important; }
  .lg\:m-75 {
    margin: 18.75rem !important; }
  .lg\:m-76 {
    margin: 19rem !important; }
  .lg\:m-77 {
    margin: 19.25rem !important; }
  .lg\:m-78 {
    margin: 19.5rem !important; }
  .lg\:m-79 {
    margin: 19.75rem !important; }
  .lg\:m-80 {
    margin: 20rem !important; }
  .lg\:m-84 {
    margin: 21rem !important; }
  .lg\:m-88 {
    margin: 22rem !important; }
  .lg\:m-92 {
    margin: 23rem !important; }
  .lg\:m-96 {
    margin: 24rem !important; }
  .lg\:m-100 {
    margin: 25rem !important; }
  .lg\:m-104 {
    margin: 26rem !important; }
  .lg\:m-108 {
    margin: 27rem !important; }
  .lg\:m-112 {
    margin: 28rem !important; }
  .lg\:m-116 {
    margin: 29rem !important; }
  .lg\:m-120 {
    margin: 30rem !important; }
  .lg\:m-124 {
    margin: 31rem !important; }
  .lg\:m-128 {
    margin: 32rem !important; }
  .lg\:m-132 {
    margin: 33rem !important; }
  .lg\:m-136 {
    margin: 34rem !important; }
  .lg\:m-140 {
    margin: 35rem !important; }
  .lg\:m-144 {
    margin: 36rem !important; }
  .lg\:m-148 {
    margin: 37rem !important; }
  .lg\:m-152 {
    margin: 38rem !important; }
  .lg\:m-156 {
    margin: 39rem !important; }
  .lg\:m-160 {
    margin: 40rem !important; }
  .lg\:m-164 {
    margin: 41rem !important; }
  .lg\:m-168 {
    margin: 42rem !important; }
  .lg\:m-172 {
    margin: 43rem !important; }
  .lg\:m-176 {
    margin: 44rem !important; }
  .lg\:m-180 {
    margin: 45rem !important; }
  .lg\:m-184 {
    margin: 46rem !important; }
  .lg\:m-188 {
    margin: 47rem !important; }
  .lg\:m-192 {
    margin: 48rem !important; }
  .lg\:m-196 {
    margin: 49rem !important; }
  .lg\:m-200 {
    margin: 50rem !important; }
  .lg\:m-auto {
    margin: auto !important; }
  .lg\:m-px {
    margin: 1px !important; }
  .lg\:m-2px {
    margin: 2px !important; }
  .lg\:m-1\/2 {
    margin: 50% !important; }
  .lg\:m-2\/2 {
    margin: 100% !important; }
  .lg\:m-1\/3 {
    margin: 33.333333% !important; }
  .lg\:m-2\/3 {
    margin: 66.666667% !important; }
  .lg\:m-3\/3 {
    margin: 100% !important; }
  .lg\:m-1\/4 {
    margin: 25% !important; }
  .lg\:m-2\/4 {
    margin: 50% !important; }
  .lg\:m-3\/4 {
    margin: 75% !important; }
  .lg\:m-4\/4 {
    margin: 100% !important; }
  .lg\:m-1\/5 {
    margin: 20% !important; }
  .lg\:m-2\/5 {
    margin: 40% !important; }
  .lg\:m-3\/5 {
    margin: 60% !important; }
  .lg\:m-4\/5 {
    margin: 80% !important; }
  .lg\:m-5\/5 {
    margin: 100% !important; }
  .lg\:m-1\/6 {
    margin: 16.666667% !important; }
  .lg\:m-2\/6 {
    margin: 33.333333% !important; }
  .lg\:m-3\/6 {
    margin: 50% !important; }
  .lg\:m-4\/6 {
    margin: 66.666667% !important; }
  .lg\:m-5\/6 {
    margin: 83.333333% !important; }
  .lg\:m-6\/6 {
    margin: 100% !important; }
  .lg\:m-1\/10 {
    margin: 10% !important; }
  .lg\:m-2\/10 {
    margin: 20% !important; }
  .lg\:m-3\/10 {
    margin: 30% !important; }
  .lg\:m-4\/10 {
    margin: 40% !important; }
  .lg\:m-5\/10 {
    margin: 50% !important; }
  .lg\:m-6\/10 {
    margin: 60% !important; }
  .lg\:m-7\/10 {
    margin: 70% !important; }
  .lg\:m-8\/10 {
    margin: 80% !important; }
  .lg\:m-9\/10 {
    margin: 90% !important; }
  .lg\:m-10\/10 {
    margin: 100% !important; }
  .lg\:m-1\/12 {
    margin: 8.333333% !important; }
  .lg\:m-2\/12 {
    margin: 16.666667% !important; }
  .lg\:m-3\/12 {
    margin: 25% !important; }
  .lg\:m-4\/12 {
    margin: 33.333333% !important; }
  .lg\:m-5\/12 {
    margin: 41.666667% !important; }
  .lg\:m-6\/12 {
    margin: 50% !important; }
  .lg\:m-7\/12 {
    margin: 58.333333% !important; }
  .lg\:m-8\/12 {
    margin: 66.666667% !important; }
  .lg\:m-9\/12 {
    margin: 75% !important; }
  .lg\:m-10\/12 {
    margin: 83.333333% !important; }
  .lg\:m-11\/12 {
    margin: 91.666667% !important; }
  .lg\:m-12\/12 {
    margin: 100% !important; }
  .lg\:-m-0 {
    margin: 0rem !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-7 {
    margin: -1.75rem !important; }
  .lg\:-m-8 {
    margin: -2rem !important; }
  .lg\:-m-9 {
    margin: -2.25rem !important; }
  .lg\:-m-10 {
    margin: -2.5rem !important; }
  .lg\:-m-11 {
    margin: -2.75rem !important; }
  .lg\:-m-12 {
    margin: -3rem !important; }
  .lg\:-m-13 {
    margin: -3.25rem !important; }
  .lg\:-m-14 {
    margin: -3.5rem !important; }
  .lg\:-m-15 {
    margin: -3.75rem !important; }
  .lg\:-m-16 {
    margin: -4rem !important; }
  .lg\:-m-17 {
    margin: -4.25rem !important; }
  .lg\:-m-18 {
    margin: -4.5rem !important; }
  .lg\:-m-19 {
    margin: -4.75rem !important; }
  .lg\:-m-20 {
    margin: -5rem !important; }
  .lg\:-m-21 {
    margin: -5.25rem !important; }
  .lg\:-m-22 {
    margin: -5.5rem !important; }
  .lg\:-m-23 {
    margin: -5.75rem !important; }
  .lg\:-m-24 {
    margin: -6rem !important; }
  .lg\:-m-25 {
    margin: -6.25rem !important; }
  .lg\:-m-26 {
    margin: -6.5rem !important; }
  .lg\:-m-27 {
    margin: -6.75rem !important; }
  .lg\:-m-28 {
    margin: -7rem !important; }
  .lg\:-m-29 {
    margin: -7.25rem !important; }
  .lg\:-m-30 {
    margin: -7.5rem !important; }
  .lg\:-m-31 {
    margin: -7.75rem !important; }
  .lg\:-m-32 {
    margin: -8rem !important; }
  .lg\:-m-33 {
    margin: -8.25rem !important; }
  .lg\:-m-34 {
    margin: -8.5rem !important; }
  .lg\:-m-35 {
    margin: -8.75rem !important; }
  .lg\:-m-36 {
    margin: -9rem !important; }
  .lg\:-m-37 {
    margin: -9.25rem !important; }
  .lg\:-m-38 {
    margin: -9.5rem !important; }
  .lg\:-m-39 {
    margin: -9.75rem !important; }
  .lg\:-m-40 {
    margin: -10rem !important; }
  .lg\:-m-41 {
    margin: -10.25rem !important; }
  .lg\:-m-42 {
    margin: -10.5rem !important; }
  .lg\:-m-43 {
    margin: -10.75rem !important; }
  .lg\:-m-44 {
    margin: -11rem !important; }
  .lg\:-m-45 {
    margin: -11.25rem !important; }
  .lg\:-m-46 {
    margin: -11.5rem !important; }
  .lg\:-m-47 {
    margin: -11.75rem !important; }
  .lg\:-m-48 {
    margin: -12rem !important; }
  .lg\:-m-49 {
    margin: -12.25rem !important; }
  .lg\:-m-50 {
    margin: -12.5rem !important; }
  .lg\:-m-51 {
    margin: -12.75rem !important; }
  .lg\:-m-52 {
    margin: -13rem !important; }
  .lg\:-m-53 {
    margin: -13.25rem !important; }
  .lg\:-m-54 {
    margin: -13.5rem !important; }
  .lg\:-m-55 {
    margin: -13.75rem !important; }
  .lg\:-m-56 {
    margin: -14rem !important; }
  .lg\:-m-57 {
    margin: -14.25rem !important; }
  .lg\:-m-58 {
    margin: -14.5rem !important; }
  .lg\:-m-59 {
    margin: -14.75rem !important; }
  .lg\:-m-60 {
    margin: -15rem !important; }
  .lg\:-m-61 {
    margin: -15.25rem !important; }
  .lg\:-m-62 {
    margin: -15.5rem !important; }
  .lg\:-m-63 {
    margin: -15.75rem !important; }
  .lg\:-m-64 {
    margin: -16rem !important; }
  .lg\:-m-65 {
    margin: -16.25rem !important; }
  .lg\:-m-66 {
    margin: -16.5rem !important; }
  .lg\:-m-67 {
    margin: -16.75rem !important; }
  .lg\:-m-68 {
    margin: -17rem !important; }
  .lg\:-m-69 {
    margin: -17.25rem !important; }
  .lg\:-m-70 {
    margin: -17.5rem !important; }
  .lg\:-m-71 {
    margin: -17.75rem !important; }
  .lg\:-m-72 {
    margin: -18rem !important; }
  .lg\:-m-73 {
    margin: -18.25rem !important; }
  .lg\:-m-74 {
    margin: -18.5rem !important; }
  .lg\:-m-75 {
    margin: -18.75rem !important; }
  .lg\:-m-76 {
    margin: -19rem !important; }
  .lg\:-m-77 {
    margin: -19.25rem !important; }
  .lg\:-m-78 {
    margin: -19.5rem !important; }
  .lg\:-m-79 {
    margin: -19.75rem !important; }
  .lg\:-m-80 {
    margin: -20rem !important; }
  .lg\:-m-84 {
    margin: -21rem !important; }
  .lg\:-m-88 {
    margin: -22rem !important; }
  .lg\:-m-92 {
    margin: -23rem !important; }
  .lg\:-m-96 {
    margin: -24rem !important; }
  .lg\:-m-100 {
    margin: -25rem !important; }
  .lg\:-m-104 {
    margin: -26rem !important; }
  .lg\:-m-108 {
    margin: -27rem !important; }
  .lg\:-m-112 {
    margin: -28rem !important; }
  .lg\:-m-116 {
    margin: -29rem !important; }
  .lg\:-m-120 {
    margin: -30rem !important; }
  .lg\:-m-124 {
    margin: -31rem !important; }
  .lg\:-m-128 {
    margin: -32rem !important; }
  .lg\:-m-132 {
    margin: -33rem !important; }
  .lg\:-m-136 {
    margin: -34rem !important; }
  .lg\:-m-140 {
    margin: -35rem !important; }
  .lg\:-m-144 {
    margin: -36rem !important; }
  .lg\:-m-148 {
    margin: -37rem !important; }
  .lg\:-m-152 {
    margin: -38rem !important; }
  .lg\:-m-156 {
    margin: -39rem !important; }
  .lg\:-m-160 {
    margin: -40rem !important; }
  .lg\:-m-164 {
    margin: -41rem !important; }
  .lg\:-m-168 {
    margin: -42rem !important; }
  .lg\:-m-172 {
    margin: -43rem !important; }
  .lg\:-m-176 {
    margin: -44rem !important; }
  .lg\:-m-180 {
    margin: -45rem !important; }
  .lg\:-m-184 {
    margin: -46rem !important; }
  .lg\:-m-188 {
    margin: -47rem !important; }
  .lg\:-m-192 {
    margin: -48rem !important; }
  .lg\:-m-196 {
    margin: -49rem !important; }
  .lg\:-m-200 {
    margin: -50rem !important; }
  .lg\:-m-px {
    margin: -1px !important; }
  .lg\:-m-2px {
    margin: -2px !important; }
  .lg\:-m-1\/2 {
    margin: -50% !important; }
  .lg\:-m-2\/2 {
    margin: -100% !important; }
  .lg\:-m-1\/3 {
    margin: -33.33333% !important; }
  .lg\:-m-2\/3 {
    margin: -66.66667% !important; }
  .lg\:-m-3\/3 {
    margin: -100% !important; }
  .lg\:-m-1\/4 {
    margin: -25% !important; }
  .lg\:-m-2\/4 {
    margin: -50% !important; }
  .lg\:-m-3\/4 {
    margin: -75% !important; }
  .lg\:-m-4\/4 {
    margin: -100% !important; }
  .lg\:-m-1\/5 {
    margin: -20% !important; }
  .lg\:-m-2\/5 {
    margin: -40% !important; }
  .lg\:-m-3\/5 {
    margin: -60% !important; }
  .lg\:-m-4\/5 {
    margin: -80% !important; }
  .lg\:-m-5\/5 {
    margin: -100% !important; }
  .lg\:-m-1\/6 {
    margin: -16.66667% !important; }
  .lg\:-m-2\/6 {
    margin: -33.33333% !important; }
  .lg\:-m-3\/6 {
    margin: -50% !important; }
  .lg\:-m-4\/6 {
    margin: -66.66667% !important; }
  .lg\:-m-5\/6 {
    margin: -83.33333% !important; }
  .lg\:-m-6\/6 {
    margin: -100% !important; }
  .lg\:-m-1\/10 {
    margin: -10% !important; }
  .lg\:-m-2\/10 {
    margin: -20% !important; }
  .lg\:-m-3\/10 {
    margin: -30% !important; }
  .lg\:-m-4\/10 {
    margin: -40% !important; }
  .lg\:-m-5\/10 {
    margin: -50% !important; }
  .lg\:-m-6\/10 {
    margin: -60% !important; }
  .lg\:-m-7\/10 {
    margin: -70% !important; }
  .lg\:-m-8\/10 {
    margin: -80% !important; }
  .lg\:-m-9\/10 {
    margin: -90% !important; }
  .lg\:-m-10\/10 {
    margin: -100% !important; }
  .lg\:-m-1\/12 {
    margin: -8.33333% !important; }
  .lg\:-m-2\/12 {
    margin: -16.66667% !important; }
  .lg\:-m-3\/12 {
    margin: -25% !important; }
  .lg\:-m-4\/12 {
    margin: -33.33333% !important; }
  .lg\:-m-5\/12 {
    margin: -41.66667% !important; }
  .lg\:-m-6\/12 {
    margin: -50% !important; }
  .lg\:-m-7\/12 {
    margin: -58.33333% !important; }
  .lg\:-m-8\/12 {
    margin: -66.66667% !important; }
  .lg\:-m-9\/12 {
    margin: -75% !important; }
  .lg\:-m-10\/12 {
    margin: -83.33333% !important; }
  .lg\:-m-11\/12 {
    margin: -91.66667% !important; }
  .lg\:-m-12\/12 {
    margin: -100% !important; }
  .lg\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .lg\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !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-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .lg\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !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-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important; }
  .lg\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important; }
  .lg\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !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-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .lg\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important; }
  .lg\:mx-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important; }
  .lg\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .lg\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .lg\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .lg\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !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-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important; }
  .lg\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !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-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important; }
  .lg\:mx-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !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-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .lg\:mx-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important; }
  .lg\:my-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important; }
  .lg\:mx-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important; }
  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .lg\:my-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important; }
  .lg\:mx-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.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-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important; }
  .lg\:mx-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !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-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important; }
  .lg\:mx-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important; }
  .lg\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; }
  .lg\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important; }
  .lg\:my-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important; }
  .lg\:mx-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important; }
  .lg\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .lg\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important; }
  .lg\:my-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important; }
  .lg\:mx-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important; }
  .lg\:my-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; }
  .lg\:mx-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important; }
  .lg\:my-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important; }
  .lg\:mx-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !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-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important; }
  .lg\:mx-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important; }
  .lg\:my-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important; }
  .lg\:mx-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important; }
  .lg\:my-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important; }
  .lg\:mx-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important; }
  .lg\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important; }
  .lg\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important; }
  .lg\:my-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important; }
  .lg\:mx-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important; }
  .lg\:my-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important; }
  .lg\:mx-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important; }
  .lg\:my-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important; }
  .lg\:mx-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !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-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important; }
  .lg\:mx-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important; }
  .lg\:my-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .lg\:mx-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important; }
  .lg\:my-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important; }
  .lg\:mx-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important; }
  .lg\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important; }
  .lg\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important; }
  .lg\:my-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important; }
  .lg\:mx-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important; }
  .lg\:my-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important; }
  .lg\:mx-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important; }
  .lg\:my-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important; }
  .lg\:mx-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !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-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important; }
  .lg\:mx-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important; }
  .lg\:my-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important; }
  .lg\:mx-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important; }
  .lg\:my-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important; }
  .lg\:mx-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important; }
  .lg\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .lg\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important; }
  .lg\:my-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important; }
  .lg\:mx-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important; }
  .lg\:my-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important; }
  .lg\:mx-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important; }
  .lg\:my-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important; }
  .lg\:mx-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !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-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important; }
  .lg\:mx-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important; }
  .lg\:my-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important; }
  .lg\:mx-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important; }
  .lg\:my-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important; }
  .lg\:mx-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important; }
  .lg\:my-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important; }
  .lg\:mx-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important; }
  .lg\:my-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important; }
  .lg\:mx-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important; }
  .lg\:my-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important; }
  .lg\:mx-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important; }
  .lg\:my-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important; }
  .lg\:mx-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important; }
  .lg\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .lg\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important; }
  .lg\:my-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important; }
  .lg\:mx-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important; }
  .lg\:my-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important; }
  .lg\:mx-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important; }
  .lg\:my-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important; }
  .lg\:mx-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important; }
  .lg\:my-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important; }
  .lg\:mx-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important; }
  .lg\:my-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important; }
  .lg\:mx-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important; }
  .lg\:my-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important; }
  .lg\:mx-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important; }
  .lg\:my-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important; }
  .lg\:mx-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important; }
  .lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important; }
  .lg\:my-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important; }
  .lg\:mx-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important; }
  .lg\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important; }
  .lg\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important; }
  .lg\:my-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important; }
  .lg\:mx-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important; }
  .lg\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important; }
  .lg\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important; }
  .lg\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important; }
  .lg\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important; }
  .lg\:my-104 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important; }
  .lg\:mx-104 {
    margin-left: 26rem !important;
    margin-right: 26rem !important; }
  .lg\:my-108 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important; }
  .lg\:mx-108 {
    margin-left: 27rem !important;
    margin-right: 27rem !important; }
  .lg\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important; }
  .lg\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important; }
  .lg\:my-116 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important; }
  .lg\:mx-116 {
    margin-left: 29rem !important;
    margin-right: 29rem !important; }
  .lg\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important; }
  .lg\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important; }
  .lg\:my-124 {
    margin-top: 31rem !important;
    margin-bottom: 31rem !important; }
  .lg\:mx-124 {
    margin-left: 31rem !important;
    margin-right: 31rem !important; }
  .lg\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important; }
  .lg\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important; }
  .lg\:my-132 {
    margin-top: 33rem !important;
    margin-bottom: 33rem !important; }
  .lg\:mx-132 {
    margin-left: 33rem !important;
    margin-right: 33rem !important; }
  .lg\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important; }
  .lg\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important; }
  .lg\:my-140 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important; }
  .lg\:mx-140 {
    margin-left: 35rem !important;
    margin-right: 35rem !important; }
  .lg\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important; }
  .lg\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important; }
  .lg\:my-148 {
    margin-top: 37rem !important;
    margin-bottom: 37rem !important; }
  .lg\:mx-148 {
    margin-left: 37rem !important;
    margin-right: 37rem !important; }
  .lg\:my-152 {
    margin-top: 38rem !important;
    margin-bottom: 38rem !important; }
  .lg\:mx-152 {
    margin-left: 38rem !important;
    margin-right: 38rem !important; }
  .lg\:my-156 {
    margin-top: 39rem !important;
    margin-bottom: 39rem !important; }
  .lg\:mx-156 {
    margin-left: 39rem !important;
    margin-right: 39rem !important; }
  .lg\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important; }
  .lg\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important; }
  .lg\:my-164 {
    margin-top: 41rem !important;
    margin-bottom: 41rem !important; }
  .lg\:mx-164 {
    margin-left: 41rem !important;
    margin-right: 41rem !important; }
  .lg\:my-168 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important; }
  .lg\:mx-168 {
    margin-left: 42rem !important;
    margin-right: 42rem !important; }
  .lg\:my-172 {
    margin-top: 43rem !important;
    margin-bottom: 43rem !important; }
  .lg\:mx-172 {
    margin-left: 43rem !important;
    margin-right: 43rem !important; }
  .lg\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important; }
  .lg\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important; }
  .lg\:my-180 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important; }
  .lg\:mx-180 {
    margin-left: 45rem !important;
    margin-right: 45rem !important; }
  .lg\:my-184 {
    margin-top: 46rem !important;
    margin-bottom: 46rem !important; }
  .lg\:mx-184 {
    margin-left: 46rem !important;
    margin-right: 46rem !important; }
  .lg\:my-188 {
    margin-top: 47rem !important;
    margin-bottom: 47rem !important; }
  .lg\:mx-188 {
    margin-left: 47rem !important;
    margin-right: 47rem !important; }
  .lg\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important; }
  .lg\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important; }
  .lg\:my-196 {
    margin-top: 49rem !important;
    margin-bottom: 49rem !important; }
  .lg\:mx-196 {
    margin-left: 49rem !important;
    margin-right: 49rem !important; }
  .lg\:my-200 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important; }
  .lg\:mx-200 {
    margin-left: 50rem !important;
    margin-right: 50rem !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-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important; }
  .lg\:mx-2px {
    margin-left: 2px !important;
    margin-right: 2px !important; }
  .lg\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .lg\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .lg\:my-2\/2 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .lg\:mx-2\/2 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .lg\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .lg\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .lg\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .lg\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .lg\:my-3\/3 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .lg\:mx-3\/3 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .lg\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important; }
  .lg\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important; }
  .lg\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .lg\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .lg\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important; }
  .lg\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important; }
  .lg\:my-4\/4 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .lg\:mx-4\/4 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .lg\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important; }
  .lg\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .lg\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important; }
  .lg\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important; }
  .lg\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important; }
  .lg\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important; }
  .lg\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important; }
  .lg\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important; }
  .lg\:my-5\/5 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .lg\:mx-5\/5 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .lg\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important; }
  .lg\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important; }
  .lg\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .lg\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .lg\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .lg\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .lg\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .lg\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .lg\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important; }
  .lg\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important; }
  .lg\:my-6\/6 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .lg\:mx-6\/6 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .lg\:my-1\/10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important; }
  .lg\:mx-1\/10 {
    margin-left: 10% !important;
    margin-right: 10% !important; }
  .lg\:my-2\/10 {
    margin-top: 20% !important;
    margin-bottom: 20% !important; }
  .lg\:mx-2\/10 {
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .lg\:my-3\/10 {
    margin-top: 30% !important;
    margin-bottom: 30% !important; }
  .lg\:mx-3\/10 {
    margin-left: 30% !important;
    margin-right: 30% !important; }
  .lg\:my-4\/10 {
    margin-top: 40% !important;
    margin-bottom: 40% !important; }
  .lg\:mx-4\/10 {
    margin-left: 40% !important;
    margin-right: 40% !important; }
  .lg\:my-5\/10 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .lg\:mx-5\/10 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .lg\:my-6\/10 {
    margin-top: 60% !important;
    margin-bottom: 60% !important; }
  .lg\:mx-6\/10 {
    margin-left: 60% !important;
    margin-right: 60% !important; }
  .lg\:my-7\/10 {
    margin-top: 70% !important;
    margin-bottom: 70% !important; }
  .lg\:mx-7\/10 {
    margin-left: 70% !important;
    margin-right: 70% !important; }
  .lg\:my-8\/10 {
    margin-top: 80% !important;
    margin-bottom: 80% !important; }
  .lg\:mx-8\/10 {
    margin-left: 80% !important;
    margin-right: 80% !important; }
  .lg\:my-9\/10 {
    margin-top: 90% !important;
    margin-bottom: 90% !important; }
  .lg\:mx-9\/10 {
    margin-left: 90% !important;
    margin-right: 90% !important; }
  .lg\:my-10\/10 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .lg\:mx-10\/10 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .lg\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important; }
  .lg\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important; }
  .lg\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important; }
  .lg\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important; }
  .lg\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important; }
  .lg\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important; }
  .lg\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .lg\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .lg\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important; }
  .lg\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important; }
  .lg\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .lg\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .lg\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important; }
  .lg\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important; }
  .lg\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .lg\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .lg\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important; }
  .lg\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important; }
  .lg\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important; }
  .lg\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important; }
  .lg\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important; }
  .lg\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important; }
  .lg\:my-12\/12 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .lg\:mx-12\/12 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .lg\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .lg\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !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-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .lg\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !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-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important; }
  .lg\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important; }
  .lg\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !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-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important; }
  .lg\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important; }
  .lg\:-mx-17 {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important; }
  .lg\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .lg\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important; }
  .lg\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important; }
  .lg\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !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-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important; }
  .lg\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !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-23 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important; }
  .lg\:-mx-23 {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !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-26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .lg\:-mx-26 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important; }
  .lg\:-my-27 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important; }
  .lg\:-mx-27 {
    margin-left: -6.75rem !important;
    margin-right: -6.75rem !important; }
  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .lg\:-my-29 {
    margin-top: -7.25rem !important;
    margin-bottom: -7.25rem !important; }
  .lg\:-mx-29 {
    margin-left: -7.25rem !important;
    margin-right: -7.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-31 {
    margin-top: -7.75rem !important;
    margin-bottom: -7.75rem !important; }
  .lg\:-mx-31 {
    margin-left: -7.75rem !important;
    margin-right: -7.75rem !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-33 {
    margin-top: -8.25rem !important;
    margin-bottom: -8.25rem !important; }
  .lg\:-mx-33 {
    margin-left: -8.25rem !important;
    margin-right: -8.25rem !important; }
  .lg\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important; }
  .lg\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important; }
  .lg\:-my-35 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important; }
  .lg\:-mx-35 {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important; }
  .lg\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .lg\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important; }
  .lg\:-my-37 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important; }
  .lg\:-mx-37 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important; }
  .lg\:-my-38 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important; }
  .lg\:-mx-38 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important; }
  .lg\:-my-39 {
    margin-top: -9.75rem !important;
    margin-bottom: -9.75rem !important; }
  .lg\:-mx-39 {
    margin-left: -9.75rem !important;
    margin-right: -9.75rem !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-41 {
    margin-top: -10.25rem !important;
    margin-bottom: -10.25rem !important; }
  .lg\:-mx-41 {
    margin-left: -10.25rem !important;
    margin-right: -10.25rem !important; }
  .lg\:-my-42 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important; }
  .lg\:-mx-42 {
    margin-left: -10.5rem !important;
    margin-right: -10.5rem !important; }
  .lg\:-my-43 {
    margin-top: -10.75rem !important;
    margin-bottom: -10.75rem !important; }
  .lg\:-mx-43 {
    margin-left: -10.75rem !important;
    margin-right: -10.75rem !important; }
  .lg\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important; }
  .lg\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important; }
  .lg\:-my-45 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important; }
  .lg\:-mx-45 {
    margin-left: -11.25rem !important;
    margin-right: -11.25rem !important; }
  .lg\:-my-46 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important; }
  .lg\:-mx-46 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important; }
  .lg\:-my-47 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important; }
  .lg\:-mx-47 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !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-49 {
    margin-top: -12.25rem !important;
    margin-bottom: -12.25rem !important; }
  .lg\:-mx-49 {
    margin-left: -12.25rem !important;
    margin-right: -12.25rem !important; }
  .lg\:-my-50 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important; }
  .lg\:-mx-50 {
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !important; }
  .lg\:-my-51 {
    margin-top: -12.75rem !important;
    margin-bottom: -12.75rem !important; }
  .lg\:-mx-51 {
    margin-left: -12.75rem !important;
    margin-right: -12.75rem !important; }
  .lg\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important; }
  .lg\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important; }
  .lg\:-my-53 {
    margin-top: -13.25rem !important;
    margin-bottom: -13.25rem !important; }
  .lg\:-mx-53 {
    margin-left: -13.25rem !important;
    margin-right: -13.25rem !important; }
  .lg\:-my-54 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important; }
  .lg\:-mx-54 {
    margin-left: -13.5rem !important;
    margin-right: -13.5rem !important; }
  .lg\:-my-55 {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important; }
  .lg\:-mx-55 {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !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-57 {
    margin-top: -14.25rem !important;
    margin-bottom: -14.25rem !important; }
  .lg\:-mx-57 {
    margin-left: -14.25rem !important;
    margin-right: -14.25rem !important; }
  .lg\:-my-58 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important; }
  .lg\:-mx-58 {
    margin-left: -14.5rem !important;
    margin-right: -14.5rem !important; }
  .lg\:-my-59 {
    margin-top: -14.75rem !important;
    margin-bottom: -14.75rem !important; }
  .lg\:-mx-59 {
    margin-left: -14.75rem !important;
    margin-right: -14.75rem !important; }
  .lg\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important; }
  .lg\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important; }
  .lg\:-my-61 {
    margin-top: -15.25rem !important;
    margin-bottom: -15.25rem !important; }
  .lg\:-mx-61 {
    margin-left: -15.25rem !important;
    margin-right: -15.25rem !important; }
  .lg\:-my-62 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important; }
  .lg\:-mx-62 {
    margin-left: -15.5rem !important;
    margin-right: -15.5rem !important; }
  .lg\:-my-63 {
    margin-top: -15.75rem !important;
    margin-bottom: -15.75rem !important; }
  .lg\:-mx-63 {
    margin-left: -15.75rem !important;
    margin-right: -15.75rem !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-65 {
    margin-top: -16.25rem !important;
    margin-bottom: -16.25rem !important; }
  .lg\:-mx-65 {
    margin-left: -16.25rem !important;
    margin-right: -16.25rem !important; }
  .lg\:-my-66 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important; }
  .lg\:-mx-66 {
    margin-left: -16.5rem !important;
    margin-right: -16.5rem !important; }
  .lg\:-my-67 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important; }
  .lg\:-mx-67 {
    margin-left: -16.75rem !important;
    margin-right: -16.75rem !important; }
  .lg\:-my-68 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important; }
  .lg\:-mx-68 {
    margin-left: -17rem !important;
    margin-right: -17rem !important; }
  .lg\:-my-69 {
    margin-top: -17.25rem !important;
    margin-bottom: -17.25rem !important; }
  .lg\:-mx-69 {
    margin-left: -17.25rem !important;
    margin-right: -17.25rem !important; }
  .lg\:-my-70 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important; }
  .lg\:-mx-70 {
    margin-left: -17.5rem !important;
    margin-right: -17.5rem !important; }
  .lg\:-my-71 {
    margin-top: -17.75rem !important;
    margin-bottom: -17.75rem !important; }
  .lg\:-mx-71 {
    margin-left: -17.75rem !important;
    margin-right: -17.75rem !important; }
  .lg\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .lg\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important; }
  .lg\:-my-73 {
    margin-top: -18.25rem !important;
    margin-bottom: -18.25rem !important; }
  .lg\:-mx-73 {
    margin-left: -18.25rem !important;
    margin-right: -18.25rem !important; }
  .lg\:-my-74 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important; }
  .lg\:-mx-74 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important; }
  .lg\:-my-75 {
    margin-top: -18.75rem !important;
    margin-bottom: -18.75rem !important; }
  .lg\:-mx-75 {
    margin-left: -18.75rem !important;
    margin-right: -18.75rem !important; }
  .lg\:-my-76 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important; }
  .lg\:-mx-76 {
    margin-left: -19rem !important;
    margin-right: -19rem !important; }
  .lg\:-my-77 {
    margin-top: -19.25rem !important;
    margin-bottom: -19.25rem !important; }
  .lg\:-mx-77 {
    margin-left: -19.25rem !important;
    margin-right: -19.25rem !important; }
  .lg\:-my-78 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important; }
  .lg\:-mx-78 {
    margin-left: -19.5rem !important;
    margin-right: -19.5rem !important; }
  .lg\:-my-79 {
    margin-top: -19.75rem !important;
    margin-bottom: -19.75rem !important; }
  .lg\:-mx-79 {
    margin-left: -19.75rem !important;
    margin-right: -19.75rem !important; }
  .lg\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .lg\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important; }
  .lg\:-my-84 {
    margin-top: -21rem !important;
    margin-bottom: -21rem !important; }
  .lg\:-mx-84 {
    margin-left: -21rem !important;
    margin-right: -21rem !important; }
  .lg\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important; }
  .lg\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important; }
  .lg\:-my-92 {
    margin-top: -23rem !important;
    margin-bottom: -23rem !important; }
  .lg\:-mx-92 {
    margin-left: -23rem !important;
    margin-right: -23rem !important; }
  .lg\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important; }
  .lg\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important; }
  .lg\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important; }
  .lg\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important; }
  .lg\:-my-104 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important; }
  .lg\:-mx-104 {
    margin-left: -26rem !important;
    margin-right: -26rem !important; }
  .lg\:-my-108 {
    margin-top: -27rem !important;
    margin-bottom: -27rem !important; }
  .lg\:-mx-108 {
    margin-left: -27rem !important;
    margin-right: -27rem !important; }
  .lg\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important; }
  .lg\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important; }
  .lg\:-my-116 {
    margin-top: -29rem !important;
    margin-bottom: -29rem !important; }
  .lg\:-mx-116 {
    margin-left: -29rem !important;
    margin-right: -29rem !important; }
  .lg\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important; }
  .lg\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important; }
  .lg\:-my-124 {
    margin-top: -31rem !important;
    margin-bottom: -31rem !important; }
  .lg\:-mx-124 {
    margin-left: -31rem !important;
    margin-right: -31rem !important; }
  .lg\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important; }
  .lg\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important; }
  .lg\:-my-132 {
    margin-top: -33rem !important;
    margin-bottom: -33rem !important; }
  .lg\:-mx-132 {
    margin-left: -33rem !important;
    margin-right: -33rem !important; }
  .lg\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important; }
  .lg\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important; }
  .lg\:-my-140 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important; }
  .lg\:-mx-140 {
    margin-left: -35rem !important;
    margin-right: -35rem !important; }
  .lg\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important; }
  .lg\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important; }
  .lg\:-my-148 {
    margin-top: -37rem !important;
    margin-bottom: -37rem !important; }
  .lg\:-mx-148 {
    margin-left: -37rem !important;
    margin-right: -37rem !important; }
  .lg\:-my-152 {
    margin-top: -38rem !important;
    margin-bottom: -38rem !important; }
  .lg\:-mx-152 {
    margin-left: -38rem !important;
    margin-right: -38rem !important; }
  .lg\:-my-156 {
    margin-top: -39rem !important;
    margin-bottom: -39rem !important; }
  .lg\:-mx-156 {
    margin-left: -39rem !important;
    margin-right: -39rem !important; }
  .lg\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important; }
  .lg\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important; }
  .lg\:-my-164 {
    margin-top: -41rem !important;
    margin-bottom: -41rem !important; }
  .lg\:-mx-164 {
    margin-left: -41rem !important;
    margin-right: -41rem !important; }
  .lg\:-my-168 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important; }
  .lg\:-mx-168 {
    margin-left: -42rem !important;
    margin-right: -42rem !important; }
  .lg\:-my-172 {
    margin-top: -43rem !important;
    margin-bottom: -43rem !important; }
  .lg\:-mx-172 {
    margin-left: -43rem !important;
    margin-right: -43rem !important; }
  .lg\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important; }
  .lg\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important; }
  .lg\:-my-180 {
    margin-top: -45rem !important;
    margin-bottom: -45rem !important; }
  .lg\:-mx-180 {
    margin-left: -45rem !important;
    margin-right: -45rem !important; }
  .lg\:-my-184 {
    margin-top: -46rem !important;
    margin-bottom: -46rem !important; }
  .lg\:-mx-184 {
    margin-left: -46rem !important;
    margin-right: -46rem !important; }
  .lg\:-my-188 {
    margin-top: -47rem !important;
    margin-bottom: -47rem !important; }
  .lg\:-mx-188 {
    margin-left: -47rem !important;
    margin-right: -47rem !important; }
  .lg\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important; }
  .lg\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important; }
  .lg\:-my-196 {
    margin-top: -49rem !important;
    margin-bottom: -49rem !important; }
  .lg\:-mx-196 {
    margin-left: -49rem !important;
    margin-right: -49rem !important; }
  .lg\:-my-200 {
    margin-top: -50rem !important;
    margin-bottom: -50rem !important; }
  .lg\:-mx-200 {
    margin-left: -50rem !important;
    margin-right: -50rem !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-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .lg\:-mx-2px {
    margin-left: -2px !important;
    margin-right: -2px !important; }
  .lg\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .lg\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .lg\:-my-2\/2 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .lg\:-mx-2\/2 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .lg\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .lg\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .lg\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .lg\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .lg\:-my-3\/3 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .lg\:-mx-3\/3 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .lg\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important; }
  .lg\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important; }
  .lg\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .lg\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .lg\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important; }
  .lg\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important; }
  .lg\:-my-4\/4 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .lg\:-mx-4\/4 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .lg\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important; }
  .lg\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important; }
  .lg\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important; }
  .lg\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important; }
  .lg\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important; }
  .lg\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important; }
  .lg\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important; }
  .lg\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important; }
  .lg\:-my-5\/5 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .lg\:-mx-5\/5 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .lg\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important; }
  .lg\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important; }
  .lg\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .lg\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .lg\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .lg\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .lg\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .lg\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .lg\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important; }
  .lg\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important; }
  .lg\:-my-6\/6 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .lg\:-mx-6\/6 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .lg\:-my-1\/10 {
    margin-top: -10% !important;
    margin-bottom: -10% !important; }
  .lg\:-mx-1\/10 {
    margin-left: -10% !important;
    margin-right: -10% !important; }
  .lg\:-my-2\/10 {
    margin-top: -20% !important;
    margin-bottom: -20% !important; }
  .lg\:-mx-2\/10 {
    margin-left: -20% !important;
    margin-right: -20% !important; }
  .lg\:-my-3\/10 {
    margin-top: -30% !important;
    margin-bottom: -30% !important; }
  .lg\:-mx-3\/10 {
    margin-left: -30% !important;
    margin-right: -30% !important; }
  .lg\:-my-4\/10 {
    margin-top: -40% !important;
    margin-bottom: -40% !important; }
  .lg\:-mx-4\/10 {
    margin-left: -40% !important;
    margin-right: -40% !important; }
  .lg\:-my-5\/10 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .lg\:-mx-5\/10 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .lg\:-my-6\/10 {
    margin-top: -60% !important;
    margin-bottom: -60% !important; }
  .lg\:-mx-6\/10 {
    margin-left: -60% !important;
    margin-right: -60% !important; }
  .lg\:-my-7\/10 {
    margin-top: -70% !important;
    margin-bottom: -70% !important; }
  .lg\:-mx-7\/10 {
    margin-left: -70% !important;
    margin-right: -70% !important; }
  .lg\:-my-8\/10 {
    margin-top: -80% !important;
    margin-bottom: -80% !important; }
  .lg\:-mx-8\/10 {
    margin-left: -80% !important;
    margin-right: -80% !important; }
  .lg\:-my-9\/10 {
    margin-top: -90% !important;
    margin-bottom: -90% !important; }
  .lg\:-mx-9\/10 {
    margin-left: -90% !important;
    margin-right: -90% !important; }
  .lg\:-my-10\/10 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .lg\:-mx-10\/10 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .lg\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important; }
  .lg\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important; }
  .lg\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important; }
  .lg\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important; }
  .lg\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important; }
  .lg\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important; }
  .lg\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .lg\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .lg\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important; }
  .lg\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important; }
  .lg\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .lg\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .lg\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important; }
  .lg\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important; }
  .lg\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .lg\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .lg\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important; }
  .lg\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important; }
  .lg\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important; }
  .lg\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important; }
  .lg\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important; }
  .lg\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important; }
  .lg\:-my-12\/12 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .lg\:-mx-12\/12 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .lg\:mt-0 {
    margin-top: 0rem !important; }
  .lg\:mr-0 {
    margin-right: 0rem !important; }
  .lg\:mb-0 {
    margin-bottom: 0rem !important; }
  .lg\:ml-0 {
    margin-left: 0rem !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-7 {
    margin-top: 1.75rem !important; }
  .lg\:mr-7 {
    margin-right: 1.75rem !important; }
  .lg\:mb-7 {
    margin-bottom: 1.75rem !important; }
  .lg\:ml-7 {
    margin-left: 1.75rem !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-11 {
    margin-top: 2.75rem !important; }
  .lg\:mr-11 {
    margin-right: 2.75rem !important; }
  .lg\:mb-11 {
    margin-bottom: 2.75rem !important; }
  .lg\:ml-11 {
    margin-left: 2.75rem !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-13 {
    margin-top: 3.25rem !important; }
  .lg\:mr-13 {
    margin-right: 3.25rem !important; }
  .lg\:mb-13 {
    margin-bottom: 3.25rem !important; }
  .lg\:ml-13 {
    margin-left: 3.25rem !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-15 {
    margin-top: 3.75rem !important; }
  .lg\:mr-15 {
    margin-right: 3.75rem !important; }
  .lg\:mb-15 {
    margin-bottom: 3.75rem !important; }
  .lg\:ml-15 {
    margin-left: 3.75rem !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-17 {
    margin-top: 4.25rem !important; }
  .lg\:mr-17 {
    margin-right: 4.25rem !important; }
  .lg\:mb-17 {
    margin-bottom: 4.25rem !important; }
  .lg\:ml-17 {
    margin-left: 4.25rem !important; }
  .lg\:mt-18 {
    margin-top: 4.5rem !important; }
  .lg\:mr-18 {
    margin-right: 4.5rem !important; }
  .lg\:mb-18 {
    margin-bottom: 4.5rem !important; }
  .lg\:ml-18 {
    margin-left: 4.5rem !important; }
  .lg\:mt-19 {
    margin-top: 4.75rem !important; }
  .lg\:mr-19 {
    margin-right: 4.75rem !important; }
  .lg\:mb-19 {
    margin-bottom: 4.75rem !important; }
  .lg\:ml-19 {
    margin-left: 4.75rem !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-21 {
    margin-top: 5.25rem !important; }
  .lg\:mr-21 {
    margin-right: 5.25rem !important; }
  .lg\:mb-21 {
    margin-bottom: 5.25rem !important; }
  .lg\:ml-21 {
    margin-left: 5.25rem !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-23 {
    margin-top: 5.75rem !important; }
  .lg\:mr-23 {
    margin-right: 5.75rem !important; }
  .lg\:mb-23 {
    margin-bottom: 5.75rem !important; }
  .lg\:ml-23 {
    margin-left: 5.75rem !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-26 {
    margin-top: 6.5rem !important; }
  .lg\:mr-26 {
    margin-right: 6.5rem !important; }
  .lg\:mb-26 {
    margin-bottom: 6.5rem !important; }
  .lg\:ml-26 {
    margin-left: 6.5rem !important; }
  .lg\:mt-27 {
    margin-top: 6.75rem !important; }
  .lg\:mr-27 {
    margin-right: 6.75rem !important; }
  .lg\:mb-27 {
    margin-bottom: 6.75rem !important; }
  .lg\:ml-27 {
    margin-left: 6.75rem !important; }
  .lg\:mt-28 {
    margin-top: 7rem !important; }
  .lg\:mr-28 {
    margin-right: 7rem !important; }
  .lg\:mb-28 {
    margin-bottom: 7rem !important; }
  .lg\:ml-28 {
    margin-left: 7rem !important; }
  .lg\:mt-29 {
    margin-top: 7.25rem !important; }
  .lg\:mr-29 {
    margin-right: 7.25rem !important; }
  .lg\:mb-29 {
    margin-bottom: 7.25rem !important; }
  .lg\:ml-29 {
    margin-left: 7.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-31 {
    margin-top: 7.75rem !important; }
  .lg\:mr-31 {
    margin-right: 7.75rem !important; }
  .lg\:mb-31 {
    margin-bottom: 7.75rem !important; }
  .lg\:ml-31 {
    margin-left: 7.75rem !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-33 {
    margin-top: 8.25rem !important; }
  .lg\:mr-33 {
    margin-right: 8.25rem !important; }
  .lg\:mb-33 {
    margin-bottom: 8.25rem !important; }
  .lg\:ml-33 {
    margin-left: 8.25rem !important; }
  .lg\:mt-34 {
    margin-top: 8.5rem !important; }
  .lg\:mr-34 {
    margin-right: 8.5rem !important; }
  .lg\:mb-34 {
    margin-bottom: 8.5rem !important; }
  .lg\:ml-34 {
    margin-left: 8.5rem !important; }
  .lg\:mt-35 {
    margin-top: 8.75rem !important; }
  .lg\:mr-35 {
    margin-right: 8.75rem !important; }
  .lg\:mb-35 {
    margin-bottom: 8.75rem !important; }
  .lg\:ml-35 {
    margin-left: 8.75rem !important; }
  .lg\:mt-36 {
    margin-top: 9rem !important; }
  .lg\:mr-36 {
    margin-right: 9rem !important; }
  .lg\:mb-36 {
    margin-bottom: 9rem !important; }
  .lg\:ml-36 {
    margin-left: 9rem !important; }
  .lg\:mt-37 {
    margin-top: 9.25rem !important; }
  .lg\:mr-37 {
    margin-right: 9.25rem !important; }
  .lg\:mb-37 {
    margin-bottom: 9.25rem !important; }
  .lg\:ml-37 {
    margin-left: 9.25rem !important; }
  .lg\:mt-38 {
    margin-top: 9.5rem !important; }
  .lg\:mr-38 {
    margin-right: 9.5rem !important; }
  .lg\:mb-38 {
    margin-bottom: 9.5rem !important; }
  .lg\:ml-38 {
    margin-left: 9.5rem !important; }
  .lg\:mt-39 {
    margin-top: 9.75rem !important; }
  .lg\:mr-39 {
    margin-right: 9.75rem !important; }
  .lg\:mb-39 {
    margin-bottom: 9.75rem !important; }
  .lg\:ml-39 {
    margin-left: 9.75rem !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-41 {
    margin-top: 10.25rem !important; }
  .lg\:mr-41 {
    margin-right: 10.25rem !important; }
  .lg\:mb-41 {
    margin-bottom: 10.25rem !important; }
  .lg\:ml-41 {
    margin-left: 10.25rem !important; }
  .lg\:mt-42 {
    margin-top: 10.5rem !important; }
  .lg\:mr-42 {
    margin-right: 10.5rem !important; }
  .lg\:mb-42 {
    margin-bottom: 10.5rem !important; }
  .lg\:ml-42 {
    margin-left: 10.5rem !important; }
  .lg\:mt-43 {
    margin-top: 10.75rem !important; }
  .lg\:mr-43 {
    margin-right: 10.75rem !important; }
  .lg\:mb-43 {
    margin-bottom: 10.75rem !important; }
  .lg\:ml-43 {
    margin-left: 10.75rem !important; }
  .lg\:mt-44 {
    margin-top: 11rem !important; }
  .lg\:mr-44 {
    margin-right: 11rem !important; }
  .lg\:mb-44 {
    margin-bottom: 11rem !important; }
  .lg\:ml-44 {
    margin-left: 11rem !important; }
  .lg\:mt-45 {
    margin-top: 11.25rem !important; }
  .lg\:mr-45 {
    margin-right: 11.25rem !important; }
  .lg\:mb-45 {
    margin-bottom: 11.25rem !important; }
  .lg\:ml-45 {
    margin-left: 11.25rem !important; }
  .lg\:mt-46 {
    margin-top: 11.5rem !important; }
  .lg\:mr-46 {
    margin-right: 11.5rem !important; }
  .lg\:mb-46 {
    margin-bottom: 11.5rem !important; }
  .lg\:ml-46 {
    margin-left: 11.5rem !important; }
  .lg\:mt-47 {
    margin-top: 11.75rem !important; }
  .lg\:mr-47 {
    margin-right: 11.75rem !important; }
  .lg\:mb-47 {
    margin-bottom: 11.75rem !important; }
  .lg\:ml-47 {
    margin-left: 11.75rem !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-49 {
    margin-top: 12.25rem !important; }
  .lg\:mr-49 {
    margin-right: 12.25rem !important; }
  .lg\:mb-49 {
    margin-bottom: 12.25rem !important; }
  .lg\:ml-49 {
    margin-left: 12.25rem !important; }
  .lg\:mt-50 {
    margin-top: 12.5rem !important; }
  .lg\:mr-50 {
    margin-right: 12.5rem !important; }
  .lg\:mb-50 {
    margin-bottom: 12.5rem !important; }
  .lg\:ml-50 {
    margin-left: 12.5rem !important; }
  .lg\:mt-51 {
    margin-top: 12.75rem !important; }
  .lg\:mr-51 {
    margin-right: 12.75rem !important; }
  .lg\:mb-51 {
    margin-bottom: 12.75rem !important; }
  .lg\:ml-51 {
    margin-left: 12.75rem !important; }
  .lg\:mt-52 {
    margin-top: 13rem !important; }
  .lg\:mr-52 {
    margin-right: 13rem !important; }
  .lg\:mb-52 {
    margin-bottom: 13rem !important; }
  .lg\:ml-52 {
    margin-left: 13rem !important; }
  .lg\:mt-53 {
    margin-top: 13.25rem !important; }
  .lg\:mr-53 {
    margin-right: 13.25rem !important; }
  .lg\:mb-53 {
    margin-bottom: 13.25rem !important; }
  .lg\:ml-53 {
    margin-left: 13.25rem !important; }
  .lg\:mt-54 {
    margin-top: 13.5rem !important; }
  .lg\:mr-54 {
    margin-right: 13.5rem !important; }
  .lg\:mb-54 {
    margin-bottom: 13.5rem !important; }
  .lg\:ml-54 {
    margin-left: 13.5rem !important; }
  .lg\:mt-55 {
    margin-top: 13.75rem !important; }
  .lg\:mr-55 {
    margin-right: 13.75rem !important; }
  .lg\:mb-55 {
    margin-bottom: 13.75rem !important; }
  .lg\:ml-55 {
    margin-left: 13.75rem !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-57 {
    margin-top: 14.25rem !important; }
  .lg\:mr-57 {
    margin-right: 14.25rem !important; }
  .lg\:mb-57 {
    margin-bottom: 14.25rem !important; }
  .lg\:ml-57 {
    margin-left: 14.25rem !important; }
  .lg\:mt-58 {
    margin-top: 14.5rem !important; }
  .lg\:mr-58 {
    margin-right: 14.5rem !important; }
  .lg\:mb-58 {
    margin-bottom: 14.5rem !important; }
  .lg\:ml-58 {
    margin-left: 14.5rem !important; }
  .lg\:mt-59 {
    margin-top: 14.75rem !important; }
  .lg\:mr-59 {
    margin-right: 14.75rem !important; }
  .lg\:mb-59 {
    margin-bottom: 14.75rem !important; }
  .lg\:ml-59 {
    margin-left: 14.75rem !important; }
  .lg\:mt-60 {
    margin-top: 15rem !important; }
  .lg\:mr-60 {
    margin-right: 15rem !important; }
  .lg\:mb-60 {
    margin-bottom: 15rem !important; }
  .lg\:ml-60 {
    margin-left: 15rem !important; }
  .lg\:mt-61 {
    margin-top: 15.25rem !important; }
  .lg\:mr-61 {
    margin-right: 15.25rem !important; }
  .lg\:mb-61 {
    margin-bottom: 15.25rem !important; }
  .lg\:ml-61 {
    margin-left: 15.25rem !important; }
  .lg\:mt-62 {
    margin-top: 15.5rem !important; }
  .lg\:mr-62 {
    margin-right: 15.5rem !important; }
  .lg\:mb-62 {
    margin-bottom: 15.5rem !important; }
  .lg\:ml-62 {
    margin-left: 15.5rem !important; }
  .lg\:mt-63 {
    margin-top: 15.75rem !important; }
  .lg\:mr-63 {
    margin-right: 15.75rem !important; }
  .lg\:mb-63 {
    margin-bottom: 15.75rem !important; }
  .lg\:ml-63 {
    margin-left: 15.75rem !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-65 {
    margin-top: 16.25rem !important; }
  .lg\:mr-65 {
    margin-right: 16.25rem !important; }
  .lg\:mb-65 {
    margin-bottom: 16.25rem !important; }
  .lg\:ml-65 {
    margin-left: 16.25rem !important; }
  .lg\:mt-66 {
    margin-top: 16.5rem !important; }
  .lg\:mr-66 {
    margin-right: 16.5rem !important; }
  .lg\:mb-66 {
    margin-bottom: 16.5rem !important; }
  .lg\:ml-66 {
    margin-left: 16.5rem !important; }
  .lg\:mt-67 {
    margin-top: 16.75rem !important; }
  .lg\:mr-67 {
    margin-right: 16.75rem !important; }
  .lg\:mb-67 {
    margin-bottom: 16.75rem !important; }
  .lg\:ml-67 {
    margin-left: 16.75rem !important; }
  .lg\:mt-68 {
    margin-top: 17rem !important; }
  .lg\:mr-68 {
    margin-right: 17rem !important; }
  .lg\:mb-68 {
    margin-bottom: 17rem !important; }
  .lg\:ml-68 {
    margin-left: 17rem !important; }
  .lg\:mt-69 {
    margin-top: 17.25rem !important; }
  .lg\:mr-69 {
    margin-right: 17.25rem !important; }
  .lg\:mb-69 {
    margin-bottom: 17.25rem !important; }
  .lg\:ml-69 {
    margin-left: 17.25rem !important; }
  .lg\:mt-70 {
    margin-top: 17.5rem !important; }
  .lg\:mr-70 {
    margin-right: 17.5rem !important; }
  .lg\:mb-70 {
    margin-bottom: 17.5rem !important; }
  .lg\:ml-70 {
    margin-left: 17.5rem !important; }
  .lg\:mt-71 {
    margin-top: 17.75rem !important; }
  .lg\:mr-71 {
    margin-right: 17.75rem !important; }
  .lg\:mb-71 {
    margin-bottom: 17.75rem !important; }
  .lg\:ml-71 {
    margin-left: 17.75rem !important; }
  .lg\:mt-72 {
    margin-top: 18rem !important; }
  .lg\:mr-72 {
    margin-right: 18rem !important; }
  .lg\:mb-72 {
    margin-bottom: 18rem !important; }
  .lg\:ml-72 {
    margin-left: 18rem !important; }
  .lg\:mt-73 {
    margin-top: 18.25rem !important; }
  .lg\:mr-73 {
    margin-right: 18.25rem !important; }
  .lg\:mb-73 {
    margin-bottom: 18.25rem !important; }
  .lg\:ml-73 {
    margin-left: 18.25rem !important; }
  .lg\:mt-74 {
    margin-top: 18.5rem !important; }
  .lg\:mr-74 {
    margin-right: 18.5rem !important; }
  .lg\:mb-74 {
    margin-bottom: 18.5rem !important; }
  .lg\:ml-74 {
    margin-left: 18.5rem !important; }
  .lg\:mt-75 {
    margin-top: 18.75rem !important; }
  .lg\:mr-75 {
    margin-right: 18.75rem !important; }
  .lg\:mb-75 {
    margin-bottom: 18.75rem !important; }
  .lg\:ml-75 {
    margin-left: 18.75rem !important; }
  .lg\:mt-76 {
    margin-top: 19rem !important; }
  .lg\:mr-76 {
    margin-right: 19rem !important; }
  .lg\:mb-76 {
    margin-bottom: 19rem !important; }
  .lg\:ml-76 {
    margin-left: 19rem !important; }
  .lg\:mt-77 {
    margin-top: 19.25rem !important; }
  .lg\:mr-77 {
    margin-right: 19.25rem !important; }
  .lg\:mb-77 {
    margin-bottom: 19.25rem !important; }
  .lg\:ml-77 {
    margin-left: 19.25rem !important; }
  .lg\:mt-78 {
    margin-top: 19.5rem !important; }
  .lg\:mr-78 {
    margin-right: 19.5rem !important; }
  .lg\:mb-78 {
    margin-bottom: 19.5rem !important; }
  .lg\:ml-78 {
    margin-left: 19.5rem !important; }
  .lg\:mt-79 {
    margin-top: 19.75rem !important; }
  .lg\:mr-79 {
    margin-right: 19.75rem !important; }
  .lg\:mb-79 {
    margin-bottom: 19.75rem !important; }
  .lg\:ml-79 {
    margin-left: 19.75rem !important; }
  .lg\:mt-80 {
    margin-top: 20rem !important; }
  .lg\:mr-80 {
    margin-right: 20rem !important; }
  .lg\:mb-80 {
    margin-bottom: 20rem !important; }
  .lg\:ml-80 {
    margin-left: 20rem !important; }
  .lg\:mt-84 {
    margin-top: 21rem !important; }
  .lg\:mr-84 {
    margin-right: 21rem !important; }
  .lg\:mb-84 {
    margin-bottom: 21rem !important; }
  .lg\:ml-84 {
    margin-left: 21rem !important; }
  .lg\:mt-88 {
    margin-top: 22rem !important; }
  .lg\:mr-88 {
    margin-right: 22rem !important; }
  .lg\:mb-88 {
    margin-bottom: 22rem !important; }
  .lg\:ml-88 {
    margin-left: 22rem !important; }
  .lg\:mt-92 {
    margin-top: 23rem !important; }
  .lg\:mr-92 {
    margin-right: 23rem !important; }
  .lg\:mb-92 {
    margin-bottom: 23rem !important; }
  .lg\:ml-92 {
    margin-left: 23rem !important; }
  .lg\:mt-96 {
    margin-top: 24rem !important; }
  .lg\:mr-96 {
    margin-right: 24rem !important; }
  .lg\:mb-96 {
    margin-bottom: 24rem !important; }
  .lg\:ml-96 {
    margin-left: 24rem !important; }
  .lg\:mt-100 {
    margin-top: 25rem !important; }
  .lg\:mr-100 {
    margin-right: 25rem !important; }
  .lg\:mb-100 {
    margin-bottom: 25rem !important; }
  .lg\:ml-100 {
    margin-left: 25rem !important; }
  .lg\:mt-104 {
    margin-top: 26rem !important; }
  .lg\:mr-104 {
    margin-right: 26rem !important; }
  .lg\:mb-104 {
    margin-bottom: 26rem !important; }
  .lg\:ml-104 {
    margin-left: 26rem !important; }
  .lg\:mt-108 {
    margin-top: 27rem !important; }
  .lg\:mr-108 {
    margin-right: 27rem !important; }
  .lg\:mb-108 {
    margin-bottom: 27rem !important; }
  .lg\:ml-108 {
    margin-left: 27rem !important; }
  .lg\:mt-112 {
    margin-top: 28rem !important; }
  .lg\:mr-112 {
    margin-right: 28rem !important; }
  .lg\:mb-112 {
    margin-bottom: 28rem !important; }
  .lg\:ml-112 {
    margin-left: 28rem !important; }
  .lg\:mt-116 {
    margin-top: 29rem !important; }
  .lg\:mr-116 {
    margin-right: 29rem !important; }
  .lg\:mb-116 {
    margin-bottom: 29rem !important; }
  .lg\:ml-116 {
    margin-left: 29rem !important; }
  .lg\:mt-120 {
    margin-top: 30rem !important; }
  .lg\:mr-120 {
    margin-right: 30rem !important; }
  .lg\:mb-120 {
    margin-bottom: 30rem !important; }
  .lg\:ml-120 {
    margin-left: 30rem !important; }
  .lg\:mt-124 {
    margin-top: 31rem !important; }
  .lg\:mr-124 {
    margin-right: 31rem !important; }
  .lg\:mb-124 {
    margin-bottom: 31rem !important; }
  .lg\:ml-124 {
    margin-left: 31rem !important; }
  .lg\:mt-128 {
    margin-top: 32rem !important; }
  .lg\:mr-128 {
    margin-right: 32rem !important; }
  .lg\:mb-128 {
    margin-bottom: 32rem !important; }
  .lg\:ml-128 {
    margin-left: 32rem !important; }
  .lg\:mt-132 {
    margin-top: 33rem !important; }
  .lg\:mr-132 {
    margin-right: 33rem !important; }
  .lg\:mb-132 {
    margin-bottom: 33rem !important; }
  .lg\:ml-132 {
    margin-left: 33rem !important; }
  .lg\:mt-136 {
    margin-top: 34rem !important; }
  .lg\:mr-136 {
    margin-right: 34rem !important; }
  .lg\:mb-136 {
    margin-bottom: 34rem !important; }
  .lg\:ml-136 {
    margin-left: 34rem !important; }
  .lg\:mt-140 {
    margin-top: 35rem !important; }
  .lg\:mr-140 {
    margin-right: 35rem !important; }
  .lg\:mb-140 {
    margin-bottom: 35rem !important; }
  .lg\:ml-140 {
    margin-left: 35rem !important; }
  .lg\:mt-144 {
    margin-top: 36rem !important; }
  .lg\:mr-144 {
    margin-right: 36rem !important; }
  .lg\:mb-144 {
    margin-bottom: 36rem !important; }
  .lg\:ml-144 {
    margin-left: 36rem !important; }
  .lg\:mt-148 {
    margin-top: 37rem !important; }
  .lg\:mr-148 {
    margin-right: 37rem !important; }
  .lg\:mb-148 {
    margin-bottom: 37rem !important; }
  .lg\:ml-148 {
    margin-left: 37rem !important; }
  .lg\:mt-152 {
    margin-top: 38rem !important; }
  .lg\:mr-152 {
    margin-right: 38rem !important; }
  .lg\:mb-152 {
    margin-bottom: 38rem !important; }
  .lg\:ml-152 {
    margin-left: 38rem !important; }
  .lg\:mt-156 {
    margin-top: 39rem !important; }
  .lg\:mr-156 {
    margin-right: 39rem !important; }
  .lg\:mb-156 {
    margin-bottom: 39rem !important; }
  .lg\:ml-156 {
    margin-left: 39rem !important; }
  .lg\:mt-160 {
    margin-top: 40rem !important; }
  .lg\:mr-160 {
    margin-right: 40rem !important; }
  .lg\:mb-160 {
    margin-bottom: 40rem !important; }
  .lg\:ml-160 {
    margin-left: 40rem !important; }
  .lg\:mt-164 {
    margin-top: 41rem !important; }
  .lg\:mr-164 {
    margin-right: 41rem !important; }
  .lg\:mb-164 {
    margin-bottom: 41rem !important; }
  .lg\:ml-164 {
    margin-left: 41rem !important; }
  .lg\:mt-168 {
    margin-top: 42rem !important; }
  .lg\:mr-168 {
    margin-right: 42rem !important; }
  .lg\:mb-168 {
    margin-bottom: 42rem !important; }
  .lg\:ml-168 {
    margin-left: 42rem !important; }
  .lg\:mt-172 {
    margin-top: 43rem !important; }
  .lg\:mr-172 {
    margin-right: 43rem !important; }
  .lg\:mb-172 {
    margin-bottom: 43rem !important; }
  .lg\:ml-172 {
    margin-left: 43rem !important; }
  .lg\:mt-176 {
    margin-top: 44rem !important; }
  .lg\:mr-176 {
    margin-right: 44rem !important; }
  .lg\:mb-176 {
    margin-bottom: 44rem !important; }
  .lg\:ml-176 {
    margin-left: 44rem !important; }
  .lg\:mt-180 {
    margin-top: 45rem !important; }
  .lg\:mr-180 {
    margin-right: 45rem !important; }
  .lg\:mb-180 {
    margin-bottom: 45rem !important; }
  .lg\:ml-180 {
    margin-left: 45rem !important; }
  .lg\:mt-184 {
    margin-top: 46rem !important; }
  .lg\:mr-184 {
    margin-right: 46rem !important; }
  .lg\:mb-184 {
    margin-bottom: 46rem !important; }
  .lg\:ml-184 {
    margin-left: 46rem !important; }
  .lg\:mt-188 {
    margin-top: 47rem !important; }
  .lg\:mr-188 {
    margin-right: 47rem !important; }
  .lg\:mb-188 {
    margin-bottom: 47rem !important; }
  .lg\:ml-188 {
    margin-left: 47rem !important; }
  .lg\:mt-192 {
    margin-top: 48rem !important; }
  .lg\:mr-192 {
    margin-right: 48rem !important; }
  .lg\:mb-192 {
    margin-bottom: 48rem !important; }
  .lg\:ml-192 {
    margin-left: 48rem !important; }
  .lg\:mt-196 {
    margin-top: 49rem !important; }
  .lg\:mr-196 {
    margin-right: 49rem !important; }
  .lg\:mb-196 {
    margin-bottom: 49rem !important; }
  .lg\:ml-196 {
    margin-left: 49rem !important; }
  .lg\:mt-200 {
    margin-top: 50rem !important; }
  .lg\:mr-200 {
    margin-right: 50rem !important; }
  .lg\:mb-200 {
    margin-bottom: 50rem !important; }
  .lg\:ml-200 {
    margin-left: 50rem !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-2px {
    margin-top: 2px !important; }
  .lg\:mr-2px {
    margin-right: 2px !important; }
  .lg\:mb-2px {
    margin-bottom: 2px !important; }
  .lg\:ml-2px {
    margin-left: 2px !important; }
  .lg\:mt-1\/2 {
    margin-top: 50% !important; }
  .lg\:mr-1\/2 {
    margin-right: 50% !important; }
  .lg\:mb-1\/2 {
    margin-bottom: 50% !important; }
  .lg\:ml-1\/2 {
    margin-left: 50% !important; }
  .lg\:mt-2\/2 {
    margin-top: 100% !important; }
  .lg\:mr-2\/2 {
    margin-right: 100% !important; }
  .lg\:mb-2\/2 {
    margin-bottom: 100% !important; }
  .lg\:ml-2\/2 {
    margin-left: 100% !important; }
  .lg\:mt-1\/3 {
    margin-top: 33.333333% !important; }
  .lg\:mr-1\/3 {
    margin-right: 33.333333% !important; }
  .lg\:mb-1\/3 {
    margin-bottom: 33.333333% !important; }
  .lg\:ml-1\/3 {
    margin-left: 33.333333% !important; }
  .lg\:mt-2\/3 {
    margin-top: 66.666667% !important; }
  .lg\:mr-2\/3 {
    margin-right: 66.666667% !important; }
  .lg\:mb-2\/3 {
    margin-bottom: 66.666667% !important; }
  .lg\:ml-2\/3 {
    margin-left: 66.666667% !important; }
  .lg\:mt-3\/3 {
    margin-top: 100% !important; }
  .lg\:mr-3\/3 {
    margin-right: 100% !important; }
  .lg\:mb-3\/3 {
    margin-bottom: 100% !important; }
  .lg\:ml-3\/3 {
    margin-left: 100% !important; }
  .lg\:mt-1\/4 {
    margin-top: 25% !important; }
  .lg\:mr-1\/4 {
    margin-right: 25% !important; }
  .lg\:mb-1\/4 {
    margin-bottom: 25% !important; }
  .lg\:ml-1\/4 {
    margin-left: 25% !important; }
  .lg\:mt-2\/4 {
    margin-top: 50% !important; }
  .lg\:mr-2\/4 {
    margin-right: 50% !important; }
  .lg\:mb-2\/4 {
    margin-bottom: 50% !important; }
  .lg\:ml-2\/4 {
    margin-left: 50% !important; }
  .lg\:mt-3\/4 {
    margin-top: 75% !important; }
  .lg\:mr-3\/4 {
    margin-right: 75% !important; }
  .lg\:mb-3\/4 {
    margin-bottom: 75% !important; }
  .lg\:ml-3\/4 {
    margin-left: 75% !important; }
  .lg\:mt-4\/4 {
    margin-top: 100% !important; }
  .lg\:mr-4\/4 {
    margin-right: 100% !important; }
  .lg\:mb-4\/4 {
    margin-bottom: 100% !important; }
  .lg\:ml-4\/4 {
    margin-left: 100% !important; }
  .lg\:mt-1\/5 {
    margin-top: 20% !important; }
  .lg\:mr-1\/5 {
    margin-right: 20% !important; }
  .lg\:mb-1\/5 {
    margin-bottom: 20% !important; }
  .lg\:ml-1\/5 {
    margin-left: 20% !important; }
  .lg\:mt-2\/5 {
    margin-top: 40% !important; }
  .lg\:mr-2\/5 {
    margin-right: 40% !important; }
  .lg\:mb-2\/5 {
    margin-bottom: 40% !important; }
  .lg\:ml-2\/5 {
    margin-left: 40% !important; }
  .lg\:mt-3\/5 {
    margin-top: 60% !important; }
  .lg\:mr-3\/5 {
    margin-right: 60% !important; }
  .lg\:mb-3\/5 {
    margin-bottom: 60% !important; }
  .lg\:ml-3\/5 {
    margin-left: 60% !important; }
  .lg\:mt-4\/5 {
    margin-top: 80% !important; }
  .lg\:mr-4\/5 {
    margin-right: 80% !important; }
  .lg\:mb-4\/5 {
    margin-bottom: 80% !important; }
  .lg\:ml-4\/5 {
    margin-left: 80% !important; }
  .lg\:mt-5\/5 {
    margin-top: 100% !important; }
  .lg\:mr-5\/5 {
    margin-right: 100% !important; }
  .lg\:mb-5\/5 {
    margin-bottom: 100% !important; }
  .lg\:ml-5\/5 {
    margin-left: 100% !important; }
  .lg\:mt-1\/6 {
    margin-top: 16.666667% !important; }
  .lg\:mr-1\/6 {
    margin-right: 16.666667% !important; }
  .lg\:mb-1\/6 {
    margin-bottom: 16.666667% !important; }
  .lg\:ml-1\/6 {
    margin-left: 16.666667% !important; }
  .lg\:mt-2\/6 {
    margin-top: 33.333333% !important; }
  .lg\:mr-2\/6 {
    margin-right: 33.333333% !important; }
  .lg\:mb-2\/6 {
    margin-bottom: 33.333333% !important; }
  .lg\:ml-2\/6 {
    margin-left: 33.333333% !important; }
  .lg\:mt-3\/6 {
    margin-top: 50% !important; }
  .lg\:mr-3\/6 {
    margin-right: 50% !important; }
  .lg\:mb-3\/6 {
    margin-bottom: 50% !important; }
  .lg\:ml-3\/6 {
    margin-left: 50% !important; }
  .lg\:mt-4\/6 {
    margin-top: 66.666667% !important; }
  .lg\:mr-4\/6 {
    margin-right: 66.666667% !important; }
  .lg\:mb-4\/6 {
    margin-bottom: 66.666667% !important; }
  .lg\:ml-4\/6 {
    margin-left: 66.666667% !important; }
  .lg\:mt-5\/6 {
    margin-top: 83.333333% !important; }
  .lg\:mr-5\/6 {
    margin-right: 83.333333% !important; }
  .lg\:mb-5\/6 {
    margin-bottom: 83.333333% !important; }
  .lg\:ml-5\/6 {
    margin-left: 83.333333% !important; }
  .lg\:mt-6\/6 {
    margin-top: 100% !important; }
  .lg\:mr-6\/6 {
    margin-right: 100% !important; }
  .lg\:mb-6\/6 {
    margin-bottom: 100% !important; }
  .lg\:ml-6\/6 {
    margin-left: 100% !important; }
  .lg\:mt-1\/10 {
    margin-top: 10% !important; }
  .lg\:mr-1\/10 {
    margin-right: 10% !important; }
  .lg\:mb-1\/10 {
    margin-bottom: 10% !important; }
  .lg\:ml-1\/10 {
    margin-left: 10% !important; }
  .lg\:mt-2\/10 {
    margin-top: 20% !important; }
  .lg\:mr-2\/10 {
    margin-right: 20% !important; }
  .lg\:mb-2\/10 {
    margin-bottom: 20% !important; }
  .lg\:ml-2\/10 {
    margin-left: 20% !important; }
  .lg\:mt-3\/10 {
    margin-top: 30% !important; }
  .lg\:mr-3\/10 {
    margin-right: 30% !important; }
  .lg\:mb-3\/10 {
    margin-bottom: 30% !important; }
  .lg\:ml-3\/10 {
    margin-left: 30% !important; }
  .lg\:mt-4\/10 {
    margin-top: 40% !important; }
  .lg\:mr-4\/10 {
    margin-right: 40% !important; }
  .lg\:mb-4\/10 {
    margin-bottom: 40% !important; }
  .lg\:ml-4\/10 {
    margin-left: 40% !important; }
  .lg\:mt-5\/10 {
    margin-top: 50% !important; }
  .lg\:mr-5\/10 {
    margin-right: 50% !important; }
  .lg\:mb-5\/10 {
    margin-bottom: 50% !important; }
  .lg\:ml-5\/10 {
    margin-left: 50% !important; }
  .lg\:mt-6\/10 {
    margin-top: 60% !important; }
  .lg\:mr-6\/10 {
    margin-right: 60% !important; }
  .lg\:mb-6\/10 {
    margin-bottom: 60% !important; }
  .lg\:ml-6\/10 {
    margin-left: 60% !important; }
  .lg\:mt-7\/10 {
    margin-top: 70% !important; }
  .lg\:mr-7\/10 {
    margin-right: 70% !important; }
  .lg\:mb-7\/10 {
    margin-bottom: 70% !important; }
  .lg\:ml-7\/10 {
    margin-left: 70% !important; }
  .lg\:mt-8\/10 {
    margin-top: 80% !important; }
  .lg\:mr-8\/10 {
    margin-right: 80% !important; }
  .lg\:mb-8\/10 {
    margin-bottom: 80% !important; }
  .lg\:ml-8\/10 {
    margin-left: 80% !important; }
  .lg\:mt-9\/10 {
    margin-top: 90% !important; }
  .lg\:mr-9\/10 {
    margin-right: 90% !important; }
  .lg\:mb-9\/10 {
    margin-bottom: 90% !important; }
  .lg\:ml-9\/10 {
    margin-left: 90% !important; }
  .lg\:mt-10\/10 {
    margin-top: 100% !important; }
  .lg\:mr-10\/10 {
    margin-right: 100% !important; }
  .lg\:mb-10\/10 {
    margin-bottom: 100% !important; }
  .lg\:ml-10\/10 {
    margin-left: 100% !important; }
  .lg\:mt-1\/12 {
    margin-top: 8.333333% !important; }
  .lg\:mr-1\/12 {
    margin-right: 8.333333% !important; }
  .lg\:mb-1\/12 {
    margin-bottom: 8.333333% !important; }
  .lg\:ml-1\/12 {
    margin-left: 8.333333% !important; }
  .lg\:mt-2\/12 {
    margin-top: 16.666667% !important; }
  .lg\:mr-2\/12 {
    margin-right: 16.666667% !important; }
  .lg\:mb-2\/12 {
    margin-bottom: 16.666667% !important; }
  .lg\:ml-2\/12 {
    margin-left: 16.666667% !important; }
  .lg\:mt-3\/12 {
    margin-top: 25% !important; }
  .lg\:mr-3\/12 {
    margin-right: 25% !important; }
  .lg\:mb-3\/12 {
    margin-bottom: 25% !important; }
  .lg\:ml-3\/12 {
    margin-left: 25% !important; }
  .lg\:mt-4\/12 {
    margin-top: 33.333333% !important; }
  .lg\:mr-4\/12 {
    margin-right: 33.333333% !important; }
  .lg\:mb-4\/12 {
    margin-bottom: 33.333333% !important; }
  .lg\:ml-4\/12 {
    margin-left: 33.333333% !important; }
  .lg\:mt-5\/12 {
    margin-top: 41.666667% !important; }
  .lg\:mr-5\/12 {
    margin-right: 41.666667% !important; }
  .lg\:mb-5\/12 {
    margin-bottom: 41.666667% !important; }
  .lg\:ml-5\/12 {
    margin-left: 41.666667% !important; }
  .lg\:mt-6\/12 {
    margin-top: 50% !important; }
  .lg\:mr-6\/12 {
    margin-right: 50% !important; }
  .lg\:mb-6\/12 {
    margin-bottom: 50% !important; }
  .lg\:ml-6\/12 {
    margin-left: 50% !important; }
  .lg\:mt-7\/12 {
    margin-top: 58.333333% !important; }
  .lg\:mr-7\/12 {
    margin-right: 58.333333% !important; }
  .lg\:mb-7\/12 {
    margin-bottom: 58.333333% !important; }
  .lg\:ml-7\/12 {
    margin-left: 58.333333% !important; }
  .lg\:mt-8\/12 {
    margin-top: 66.666667% !important; }
  .lg\:mr-8\/12 {
    margin-right: 66.666667% !important; }
  .lg\:mb-8\/12 {
    margin-bottom: 66.666667% !important; }
  .lg\:ml-8\/12 {
    margin-left: 66.666667% !important; }
  .lg\:mt-9\/12 {
    margin-top: 75% !important; }
  .lg\:mr-9\/12 {
    margin-right: 75% !important; }
  .lg\:mb-9\/12 {
    margin-bottom: 75% !important; }
  .lg\:ml-9\/12 {
    margin-left: 75% !important; }
  .lg\:mt-10\/12 {
    margin-top: 83.333333% !important; }
  .lg\:mr-10\/12 {
    margin-right: 83.333333% !important; }
  .lg\:mb-10\/12 {
    margin-bottom: 83.333333% !important; }
  .lg\:ml-10\/12 {
    margin-left: 83.333333% !important; }
  .lg\:mt-11\/12 {
    margin-top: 91.666667% !important; }
  .lg\:mr-11\/12 {
    margin-right: 91.666667% !important; }
  .lg\:mb-11\/12 {
    margin-bottom: 91.666667% !important; }
  .lg\:ml-11\/12 {
    margin-left: 91.666667% !important; }
  .lg\:mt-12\/12 {
    margin-top: 100% !important; }
  .lg\:mr-12\/12 {
    margin-right: 100% !important; }
  .lg\:mb-12\/12 {
    margin-bottom: 100% !important; }
  .lg\:ml-12\/12 {
    margin-left: 100% !important; }
  .lg\:-mt-0 {
    margin-top: 0rem !important; }
  .lg\:-mr-0 {
    margin-right: 0rem !important; }
  .lg\:-mb-0 {
    margin-bottom: 0rem !important; }
  .lg\:-ml-0 {
    margin-left: 0rem !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-7 {
    margin-top: -1.75rem !important; }
  .lg\:-mr-7 {
    margin-right: -1.75rem !important; }
  .lg\:-mb-7 {
    margin-bottom: -1.75rem !important; }
  .lg\:-ml-7 {
    margin-left: -1.75rem !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-11 {
    margin-top: -2.75rem !important; }
  .lg\:-mr-11 {
    margin-right: -2.75rem !important; }
  .lg\:-mb-11 {
    margin-bottom: -2.75rem !important; }
  .lg\:-ml-11 {
    margin-left: -2.75rem !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-13 {
    margin-top: -3.25rem !important; }
  .lg\:-mr-13 {
    margin-right: -3.25rem !important; }
  .lg\:-mb-13 {
    margin-bottom: -3.25rem !important; }
  .lg\:-ml-13 {
    margin-left: -3.25rem !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-15 {
    margin-top: -3.75rem !important; }
  .lg\:-mr-15 {
    margin-right: -3.75rem !important; }
  .lg\:-mb-15 {
    margin-bottom: -3.75rem !important; }
  .lg\:-ml-15 {
    margin-left: -3.75rem !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-17 {
    margin-top: -4.25rem !important; }
  .lg\:-mr-17 {
    margin-right: -4.25rem !important; }
  .lg\:-mb-17 {
    margin-bottom: -4.25rem !important; }
  .lg\:-ml-17 {
    margin-left: -4.25rem !important; }
  .lg\:-mt-18 {
    margin-top: -4.5rem !important; }
  .lg\:-mr-18 {
    margin-right: -4.5rem !important; }
  .lg\:-mb-18 {
    margin-bottom: -4.5rem !important; }
  .lg\:-ml-18 {
    margin-left: -4.5rem !important; }
  .lg\:-mt-19 {
    margin-top: -4.75rem !important; }
  .lg\:-mr-19 {
    margin-right: -4.75rem !important; }
  .lg\:-mb-19 {
    margin-bottom: -4.75rem !important; }
  .lg\:-ml-19 {
    margin-left: -4.75rem !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-21 {
    margin-top: -5.25rem !important; }
  .lg\:-mr-21 {
    margin-right: -5.25rem !important; }
  .lg\:-mb-21 {
    margin-bottom: -5.25rem !important; }
  .lg\:-ml-21 {
    margin-left: -5.25rem !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-23 {
    margin-top: -5.75rem !important; }
  .lg\:-mr-23 {
    margin-right: -5.75rem !important; }
  .lg\:-mb-23 {
    margin-bottom: -5.75rem !important; }
  .lg\:-ml-23 {
    margin-left: -5.75rem !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-26 {
    margin-top: -6.5rem !important; }
  .lg\:-mr-26 {
    margin-right: -6.5rem !important; }
  .lg\:-mb-26 {
    margin-bottom: -6.5rem !important; }
  .lg\:-ml-26 {
    margin-left: -6.5rem !important; }
  .lg\:-mt-27 {
    margin-top: -6.75rem !important; }
  .lg\:-mr-27 {
    margin-right: -6.75rem !important; }
  .lg\:-mb-27 {
    margin-bottom: -6.75rem !important; }
  .lg\:-ml-27 {
    margin-left: -6.75rem !important; }
  .lg\:-mt-28 {
    margin-top: -7rem !important; }
  .lg\:-mr-28 {
    margin-right: -7rem !important; }
  .lg\:-mb-28 {
    margin-bottom: -7rem !important; }
  .lg\:-ml-28 {
    margin-left: -7rem !important; }
  .lg\:-mt-29 {
    margin-top: -7.25rem !important; }
  .lg\:-mr-29 {
    margin-right: -7.25rem !important; }
  .lg\:-mb-29 {
    margin-bottom: -7.25rem !important; }
  .lg\:-ml-29 {
    margin-left: -7.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-31 {
    margin-top: -7.75rem !important; }
  .lg\:-mr-31 {
    margin-right: -7.75rem !important; }
  .lg\:-mb-31 {
    margin-bottom: -7.75rem !important; }
  .lg\:-ml-31 {
    margin-left: -7.75rem !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-33 {
    margin-top: -8.25rem !important; }
  .lg\:-mr-33 {
    margin-right: -8.25rem !important; }
  .lg\:-mb-33 {
    margin-bottom: -8.25rem !important; }
  .lg\:-ml-33 {
    margin-left: -8.25rem !important; }
  .lg\:-mt-34 {
    margin-top: -8.5rem !important; }
  .lg\:-mr-34 {
    margin-right: -8.5rem !important; }
  .lg\:-mb-34 {
    margin-bottom: -8.5rem !important; }
  .lg\:-ml-34 {
    margin-left: -8.5rem !important; }
  .lg\:-mt-35 {
    margin-top: -8.75rem !important; }
  .lg\:-mr-35 {
    margin-right: -8.75rem !important; }
  .lg\:-mb-35 {
    margin-bottom: -8.75rem !important; }
  .lg\:-ml-35 {
    margin-left: -8.75rem !important; }
  .lg\:-mt-36 {
    margin-top: -9rem !important; }
  .lg\:-mr-36 {
    margin-right: -9rem !important; }
  .lg\:-mb-36 {
    margin-bottom: -9rem !important; }
  .lg\:-ml-36 {
    margin-left: -9rem !important; }
  .lg\:-mt-37 {
    margin-top: -9.25rem !important; }
  .lg\:-mr-37 {
    margin-right: -9.25rem !important; }
  .lg\:-mb-37 {
    margin-bottom: -9.25rem !important; }
  .lg\:-ml-37 {
    margin-left: -9.25rem !important; }
  .lg\:-mt-38 {
    margin-top: -9.5rem !important; }
  .lg\:-mr-38 {
    margin-right: -9.5rem !important; }
  .lg\:-mb-38 {
    margin-bottom: -9.5rem !important; }
  .lg\:-ml-38 {
    margin-left: -9.5rem !important; }
  .lg\:-mt-39 {
    margin-top: -9.75rem !important; }
  .lg\:-mr-39 {
    margin-right: -9.75rem !important; }
  .lg\:-mb-39 {
    margin-bottom: -9.75rem !important; }
  .lg\:-ml-39 {
    margin-left: -9.75rem !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-41 {
    margin-top: -10.25rem !important; }
  .lg\:-mr-41 {
    margin-right: -10.25rem !important; }
  .lg\:-mb-41 {
    margin-bottom: -10.25rem !important; }
  .lg\:-ml-41 {
    margin-left: -10.25rem !important; }
  .lg\:-mt-42 {
    margin-top: -10.5rem !important; }
  .lg\:-mr-42 {
    margin-right: -10.5rem !important; }
  .lg\:-mb-42 {
    margin-bottom: -10.5rem !important; }
  .lg\:-ml-42 {
    margin-left: -10.5rem !important; }
  .lg\:-mt-43 {
    margin-top: -10.75rem !important; }
  .lg\:-mr-43 {
    margin-right: -10.75rem !important; }
  .lg\:-mb-43 {
    margin-bottom: -10.75rem !important; }
  .lg\:-ml-43 {
    margin-left: -10.75rem !important; }
  .lg\:-mt-44 {
    margin-top: -11rem !important; }
  .lg\:-mr-44 {
    margin-right: -11rem !important; }
  .lg\:-mb-44 {
    margin-bottom: -11rem !important; }
  .lg\:-ml-44 {
    margin-left: -11rem !important; }
  .lg\:-mt-45 {
    margin-top: -11.25rem !important; }
  .lg\:-mr-45 {
    margin-right: -11.25rem !important; }
  .lg\:-mb-45 {
    margin-bottom: -11.25rem !important; }
  .lg\:-ml-45 {
    margin-left: -11.25rem !important; }
  .lg\:-mt-46 {
    margin-top: -11.5rem !important; }
  .lg\:-mr-46 {
    margin-right: -11.5rem !important; }
  .lg\:-mb-46 {
    margin-bottom: -11.5rem !important; }
  .lg\:-ml-46 {
    margin-left: -11.5rem !important; }
  .lg\:-mt-47 {
    margin-top: -11.75rem !important; }
  .lg\:-mr-47 {
    margin-right: -11.75rem !important; }
  .lg\:-mb-47 {
    margin-bottom: -11.75rem !important; }
  .lg\:-ml-47 {
    margin-left: -11.75rem !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-49 {
    margin-top: -12.25rem !important; }
  .lg\:-mr-49 {
    margin-right: -12.25rem !important; }
  .lg\:-mb-49 {
    margin-bottom: -12.25rem !important; }
  .lg\:-ml-49 {
    margin-left: -12.25rem !important; }
  .lg\:-mt-50 {
    margin-top: -12.5rem !important; }
  .lg\:-mr-50 {
    margin-right: -12.5rem !important; }
  .lg\:-mb-50 {
    margin-bottom: -12.5rem !important; }
  .lg\:-ml-50 {
    margin-left: -12.5rem !important; }
  .lg\:-mt-51 {
    margin-top: -12.75rem !important; }
  .lg\:-mr-51 {
    margin-right: -12.75rem !important; }
  .lg\:-mb-51 {
    margin-bottom: -12.75rem !important; }
  .lg\:-ml-51 {
    margin-left: -12.75rem !important; }
  .lg\:-mt-52 {
    margin-top: -13rem !important; }
  .lg\:-mr-52 {
    margin-right: -13rem !important; }
  .lg\:-mb-52 {
    margin-bottom: -13rem !important; }
  .lg\:-ml-52 {
    margin-left: -13rem !important; }
  .lg\:-mt-53 {
    margin-top: -13.25rem !important; }
  .lg\:-mr-53 {
    margin-right: -13.25rem !important; }
  .lg\:-mb-53 {
    margin-bottom: -13.25rem !important; }
  .lg\:-ml-53 {
    margin-left: -13.25rem !important; }
  .lg\:-mt-54 {
    margin-top: -13.5rem !important; }
  .lg\:-mr-54 {
    margin-right: -13.5rem !important; }
  .lg\:-mb-54 {
    margin-bottom: -13.5rem !important; }
  .lg\:-ml-54 {
    margin-left: -13.5rem !important; }
  .lg\:-mt-55 {
    margin-top: -13.75rem !important; }
  .lg\:-mr-55 {
    margin-right: -13.75rem !important; }
  .lg\:-mb-55 {
    margin-bottom: -13.75rem !important; }
  .lg\:-ml-55 {
    margin-left: -13.75rem !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-57 {
    margin-top: -14.25rem !important; }
  .lg\:-mr-57 {
    margin-right: -14.25rem !important; }
  .lg\:-mb-57 {
    margin-bottom: -14.25rem !important; }
  .lg\:-ml-57 {
    margin-left: -14.25rem !important; }
  .lg\:-mt-58 {
    margin-top: -14.5rem !important; }
  .lg\:-mr-58 {
    margin-right: -14.5rem !important; }
  .lg\:-mb-58 {
    margin-bottom: -14.5rem !important; }
  .lg\:-ml-58 {
    margin-left: -14.5rem !important; }
  .lg\:-mt-59 {
    margin-top: -14.75rem !important; }
  .lg\:-mr-59 {
    margin-right: -14.75rem !important; }
  .lg\:-mb-59 {
    margin-bottom: -14.75rem !important; }
  .lg\:-ml-59 {
    margin-left: -14.75rem !important; }
  .lg\:-mt-60 {
    margin-top: -15rem !important; }
  .lg\:-mr-60 {
    margin-right: -15rem !important; }
  .lg\:-mb-60 {
    margin-bottom: -15rem !important; }
  .lg\:-ml-60 {
    margin-left: -15rem !important; }
  .lg\:-mt-61 {
    margin-top: -15.25rem !important; }
  .lg\:-mr-61 {
    margin-right: -15.25rem !important; }
  .lg\:-mb-61 {
    margin-bottom: -15.25rem !important; }
  .lg\:-ml-61 {
    margin-left: -15.25rem !important; }
  .lg\:-mt-62 {
    margin-top: -15.5rem !important; }
  .lg\:-mr-62 {
    margin-right: -15.5rem !important; }
  .lg\:-mb-62 {
    margin-bottom: -15.5rem !important; }
  .lg\:-ml-62 {
    margin-left: -15.5rem !important; }
  .lg\:-mt-63 {
    margin-top: -15.75rem !important; }
  .lg\:-mr-63 {
    margin-right: -15.75rem !important; }
  .lg\:-mb-63 {
    margin-bottom: -15.75rem !important; }
  .lg\:-ml-63 {
    margin-left: -15.75rem !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-65 {
    margin-top: -16.25rem !important; }
  .lg\:-mr-65 {
    margin-right: -16.25rem !important; }
  .lg\:-mb-65 {
    margin-bottom: -16.25rem !important; }
  .lg\:-ml-65 {
    margin-left: -16.25rem !important; }
  .lg\:-mt-66 {
    margin-top: -16.5rem !important; }
  .lg\:-mr-66 {
    margin-right: -16.5rem !important; }
  .lg\:-mb-66 {
    margin-bottom: -16.5rem !important; }
  .lg\:-ml-66 {
    margin-left: -16.5rem !important; }
  .lg\:-mt-67 {
    margin-top: -16.75rem !important; }
  .lg\:-mr-67 {
    margin-right: -16.75rem !important; }
  .lg\:-mb-67 {
    margin-bottom: -16.75rem !important; }
  .lg\:-ml-67 {
    margin-left: -16.75rem !important; }
  .lg\:-mt-68 {
    margin-top: -17rem !important; }
  .lg\:-mr-68 {
    margin-right: -17rem !important; }
  .lg\:-mb-68 {
    margin-bottom: -17rem !important; }
  .lg\:-ml-68 {
    margin-left: -17rem !important; }
  .lg\:-mt-69 {
    margin-top: -17.25rem !important; }
  .lg\:-mr-69 {
    margin-right: -17.25rem !important; }
  .lg\:-mb-69 {
    margin-bottom: -17.25rem !important; }
  .lg\:-ml-69 {
    margin-left: -17.25rem !important; }
  .lg\:-mt-70 {
    margin-top: -17.5rem !important; }
  .lg\:-mr-70 {
    margin-right: -17.5rem !important; }
  .lg\:-mb-70 {
    margin-bottom: -17.5rem !important; }
  .lg\:-ml-70 {
    margin-left: -17.5rem !important; }
  .lg\:-mt-71 {
    margin-top: -17.75rem !important; }
  .lg\:-mr-71 {
    margin-right: -17.75rem !important; }
  .lg\:-mb-71 {
    margin-bottom: -17.75rem !important; }
  .lg\:-ml-71 {
    margin-left: -17.75rem !important; }
  .lg\:-mt-72 {
    margin-top: -18rem !important; }
  .lg\:-mr-72 {
    margin-right: -18rem !important; }
  .lg\:-mb-72 {
    margin-bottom: -18rem !important; }
  .lg\:-ml-72 {
    margin-left: -18rem !important; }
  .lg\:-mt-73 {
    margin-top: -18.25rem !important; }
  .lg\:-mr-73 {
    margin-right: -18.25rem !important; }
  .lg\:-mb-73 {
    margin-bottom: -18.25rem !important; }
  .lg\:-ml-73 {
    margin-left: -18.25rem !important; }
  .lg\:-mt-74 {
    margin-top: -18.5rem !important; }
  .lg\:-mr-74 {
    margin-right: -18.5rem !important; }
  .lg\:-mb-74 {
    margin-bottom: -18.5rem !important; }
  .lg\:-ml-74 {
    margin-left: -18.5rem !important; }
  .lg\:-mt-75 {
    margin-top: -18.75rem !important; }
  .lg\:-mr-75 {
    margin-right: -18.75rem !important; }
  .lg\:-mb-75 {
    margin-bottom: -18.75rem !important; }
  .lg\:-ml-75 {
    margin-left: -18.75rem !important; }
  .lg\:-mt-76 {
    margin-top: -19rem !important; }
  .lg\:-mr-76 {
    margin-right: -19rem !important; }
  .lg\:-mb-76 {
    margin-bottom: -19rem !important; }
  .lg\:-ml-76 {
    margin-left: -19rem !important; }
  .lg\:-mt-77 {
    margin-top: -19.25rem !important; }
  .lg\:-mr-77 {
    margin-right: -19.25rem !important; }
  .lg\:-mb-77 {
    margin-bottom: -19.25rem !important; }
  .lg\:-ml-77 {
    margin-left: -19.25rem !important; }
  .lg\:-mt-78 {
    margin-top: -19.5rem !important; }
  .lg\:-mr-78 {
    margin-right: -19.5rem !important; }
  .lg\:-mb-78 {
    margin-bottom: -19.5rem !important; }
  .lg\:-ml-78 {
    margin-left: -19.5rem !important; }
  .lg\:-mt-79 {
    margin-top: -19.75rem !important; }
  .lg\:-mr-79 {
    margin-right: -19.75rem !important; }
  .lg\:-mb-79 {
    margin-bottom: -19.75rem !important; }
  .lg\:-ml-79 {
    margin-left: -19.75rem !important; }
  .lg\:-mt-80 {
    margin-top: -20rem !important; }
  .lg\:-mr-80 {
    margin-right: -20rem !important; }
  .lg\:-mb-80 {
    margin-bottom: -20rem !important; }
  .lg\:-ml-80 {
    margin-left: -20rem !important; }
  .lg\:-mt-84 {
    margin-top: -21rem !important; }
  .lg\:-mr-84 {
    margin-right: -21rem !important; }
  .lg\:-mb-84 {
    margin-bottom: -21rem !important; }
  .lg\:-ml-84 {
    margin-left: -21rem !important; }
  .lg\:-mt-88 {
    margin-top: -22rem !important; }
  .lg\:-mr-88 {
    margin-right: -22rem !important; }
  .lg\:-mb-88 {
    margin-bottom: -22rem !important; }
  .lg\:-ml-88 {
    margin-left: -22rem !important; }
  .lg\:-mt-92 {
    margin-top: -23rem !important; }
  .lg\:-mr-92 {
    margin-right: -23rem !important; }
  .lg\:-mb-92 {
    margin-bottom: -23rem !important; }
  .lg\:-ml-92 {
    margin-left: -23rem !important; }
  .lg\:-mt-96 {
    margin-top: -24rem !important; }
  .lg\:-mr-96 {
    margin-right: -24rem !important; }
  .lg\:-mb-96 {
    margin-bottom: -24rem !important; }
  .lg\:-ml-96 {
    margin-left: -24rem !important; }
  .lg\:-mt-100 {
    margin-top: -25rem !important; }
  .lg\:-mr-100 {
    margin-right: -25rem !important; }
  .lg\:-mb-100 {
    margin-bottom: -25rem !important; }
  .lg\:-ml-100 {
    margin-left: -25rem !important; }
  .lg\:-mt-104 {
    margin-top: -26rem !important; }
  .lg\:-mr-104 {
    margin-right: -26rem !important; }
  .lg\:-mb-104 {
    margin-bottom: -26rem !important; }
  .lg\:-ml-104 {
    margin-left: -26rem !important; }
  .lg\:-mt-108 {
    margin-top: -27rem !important; }
  .lg\:-mr-108 {
    margin-right: -27rem !important; }
  .lg\:-mb-108 {
    margin-bottom: -27rem !important; }
  .lg\:-ml-108 {
    margin-left: -27rem !important; }
  .lg\:-mt-112 {
    margin-top: -28rem !important; }
  .lg\:-mr-112 {
    margin-right: -28rem !important; }
  .lg\:-mb-112 {
    margin-bottom: -28rem !important; }
  .lg\:-ml-112 {
    margin-left: -28rem !important; }
  .lg\:-mt-116 {
    margin-top: -29rem !important; }
  .lg\:-mr-116 {
    margin-right: -29rem !important; }
  .lg\:-mb-116 {
    margin-bottom: -29rem !important; }
  .lg\:-ml-116 {
    margin-left: -29rem !important; }
  .lg\:-mt-120 {
    margin-top: -30rem !important; }
  .lg\:-mr-120 {
    margin-right: -30rem !important; }
  .lg\:-mb-120 {
    margin-bottom: -30rem !important; }
  .lg\:-ml-120 {
    margin-left: -30rem !important; }
  .lg\:-mt-124 {
    margin-top: -31rem !important; }
  .lg\:-mr-124 {
    margin-right: -31rem !important; }
  .lg\:-mb-124 {
    margin-bottom: -31rem !important; }
  .lg\:-ml-124 {
    margin-left: -31rem !important; }
  .lg\:-mt-128 {
    margin-top: -32rem !important; }
  .lg\:-mr-128 {
    margin-right: -32rem !important; }
  .lg\:-mb-128 {
    margin-bottom: -32rem !important; }
  .lg\:-ml-128 {
    margin-left: -32rem !important; }
  .lg\:-mt-132 {
    margin-top: -33rem !important; }
  .lg\:-mr-132 {
    margin-right: -33rem !important; }
  .lg\:-mb-132 {
    margin-bottom: -33rem !important; }
  .lg\:-ml-132 {
    margin-left: -33rem !important; }
  .lg\:-mt-136 {
    margin-top: -34rem !important; }
  .lg\:-mr-136 {
    margin-right: -34rem !important; }
  .lg\:-mb-136 {
    margin-bottom: -34rem !important; }
  .lg\:-ml-136 {
    margin-left: -34rem !important; }
  .lg\:-mt-140 {
    margin-top: -35rem !important; }
  .lg\:-mr-140 {
    margin-right: -35rem !important; }
  .lg\:-mb-140 {
    margin-bottom: -35rem !important; }
  .lg\:-ml-140 {
    margin-left: -35rem !important; }
  .lg\:-mt-144 {
    margin-top: -36rem !important; }
  .lg\:-mr-144 {
    margin-right: -36rem !important; }
  .lg\:-mb-144 {
    margin-bottom: -36rem !important; }
  .lg\:-ml-144 {
    margin-left: -36rem !important; }
  .lg\:-mt-148 {
    margin-top: -37rem !important; }
  .lg\:-mr-148 {
    margin-right: -37rem !important; }
  .lg\:-mb-148 {
    margin-bottom: -37rem !important; }
  .lg\:-ml-148 {
    margin-left: -37rem !important; }
  .lg\:-mt-152 {
    margin-top: -38rem !important; }
  .lg\:-mr-152 {
    margin-right: -38rem !important; }
  .lg\:-mb-152 {
    margin-bottom: -38rem !important; }
  .lg\:-ml-152 {
    margin-left: -38rem !important; }
  .lg\:-mt-156 {
    margin-top: -39rem !important; }
  .lg\:-mr-156 {
    margin-right: -39rem !important; }
  .lg\:-mb-156 {
    margin-bottom: -39rem !important; }
  .lg\:-ml-156 {
    margin-left: -39rem !important; }
  .lg\:-mt-160 {
    margin-top: -40rem !important; }
  .lg\:-mr-160 {
    margin-right: -40rem !important; }
  .lg\:-mb-160 {
    margin-bottom: -40rem !important; }
  .lg\:-ml-160 {
    margin-left: -40rem !important; }
  .lg\:-mt-164 {
    margin-top: -41rem !important; }
  .lg\:-mr-164 {
    margin-right: -41rem !important; }
  .lg\:-mb-164 {
    margin-bottom: -41rem !important; }
  .lg\:-ml-164 {
    margin-left: -41rem !important; }
  .lg\:-mt-168 {
    margin-top: -42rem !important; }
  .lg\:-mr-168 {
    margin-right: -42rem !important; }
  .lg\:-mb-168 {
    margin-bottom: -42rem !important; }
  .lg\:-ml-168 {
    margin-left: -42rem !important; }
  .lg\:-mt-172 {
    margin-top: -43rem !important; }
  .lg\:-mr-172 {
    margin-right: -43rem !important; }
  .lg\:-mb-172 {
    margin-bottom: -43rem !important; }
  .lg\:-ml-172 {
    margin-left: -43rem !important; }
  .lg\:-mt-176 {
    margin-top: -44rem !important; }
  .lg\:-mr-176 {
    margin-right: -44rem !important; }
  .lg\:-mb-176 {
    margin-bottom: -44rem !important; }
  .lg\:-ml-176 {
    margin-left: -44rem !important; }
  .lg\:-mt-180 {
    margin-top: -45rem !important; }
  .lg\:-mr-180 {
    margin-right: -45rem !important; }
  .lg\:-mb-180 {
    margin-bottom: -45rem !important; }
  .lg\:-ml-180 {
    margin-left: -45rem !important; }
  .lg\:-mt-184 {
    margin-top: -46rem !important; }
  .lg\:-mr-184 {
    margin-right: -46rem !important; }
  .lg\:-mb-184 {
    margin-bottom: -46rem !important; }
  .lg\:-ml-184 {
    margin-left: -46rem !important; }
  .lg\:-mt-188 {
    margin-top: -47rem !important; }
  .lg\:-mr-188 {
    margin-right: -47rem !important; }
  .lg\:-mb-188 {
    margin-bottom: -47rem !important; }
  .lg\:-ml-188 {
    margin-left: -47rem !important; }
  .lg\:-mt-192 {
    margin-top: -48rem !important; }
  .lg\:-mr-192 {
    margin-right: -48rem !important; }
  .lg\:-mb-192 {
    margin-bottom: -48rem !important; }
  .lg\:-ml-192 {
    margin-left: -48rem !important; }
  .lg\:-mt-196 {
    margin-top: -49rem !important; }
  .lg\:-mr-196 {
    margin-right: -49rem !important; }
  .lg\:-mb-196 {
    margin-bottom: -49rem !important; }
  .lg\:-ml-196 {
    margin-left: -49rem !important; }
  .lg\:-mt-200 {
    margin-top: -50rem !important; }
  .lg\:-mr-200 {
    margin-right: -50rem !important; }
  .lg\:-mb-200 {
    margin-bottom: -50rem !important; }
  .lg\:-ml-200 {
    margin-left: -50rem !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-2px {
    margin-top: -2px !important; }
  .lg\:-mr-2px {
    margin-right: -2px !important; }
  .lg\:-mb-2px {
    margin-bottom: -2px !important; }
  .lg\:-ml-2px {
    margin-left: -2px !important; }
  .lg\:-mt-1\/2 {
    margin-top: -50% !important; }
  .lg\:-mr-1\/2 {
    margin-right: -50% !important; }
  .lg\:-mb-1\/2 {
    margin-bottom: -50% !important; }
  .lg\:-ml-1\/2 {
    margin-left: -50% !important; }
  .lg\:-mt-2\/2 {
    margin-top: -100% !important; }
  .lg\:-mr-2\/2 {
    margin-right: -100% !important; }
  .lg\:-mb-2\/2 {
    margin-bottom: -100% !important; }
  .lg\:-ml-2\/2 {
    margin-left: -100% !important; }
  .lg\:-mt-1\/3 {
    margin-top: -33.33333% !important; }
  .lg\:-mr-1\/3 {
    margin-right: -33.33333% !important; }
  .lg\:-mb-1\/3 {
    margin-bottom: -33.33333% !important; }
  .lg\:-ml-1\/3 {
    margin-left: -33.33333% !important; }
  .lg\:-mt-2\/3 {
    margin-top: -66.66667% !important; }
  .lg\:-mr-2\/3 {
    margin-right: -66.66667% !important; }
  .lg\:-mb-2\/3 {
    margin-bottom: -66.66667% !important; }
  .lg\:-ml-2\/3 {
    margin-left: -66.66667% !important; }
  .lg\:-mt-3\/3 {
    margin-top: -100% !important; }
  .lg\:-mr-3\/3 {
    margin-right: -100% !important; }
  .lg\:-mb-3\/3 {
    margin-bottom: -100% !important; }
  .lg\:-ml-3\/3 {
    margin-left: -100% !important; }
  .lg\:-mt-1\/4 {
    margin-top: -25% !important; }
  .lg\:-mr-1\/4 {
    margin-right: -25% !important; }
  .lg\:-mb-1\/4 {
    margin-bottom: -25% !important; }
  .lg\:-ml-1\/4 {
    margin-left: -25% !important; }
  .lg\:-mt-2\/4 {
    margin-top: -50% !important; }
  .lg\:-mr-2\/4 {
    margin-right: -50% !important; }
  .lg\:-mb-2\/4 {
    margin-bottom: -50% !important; }
  .lg\:-ml-2\/4 {
    margin-left: -50% !important; }
  .lg\:-mt-3\/4 {
    margin-top: -75% !important; }
  .lg\:-mr-3\/4 {
    margin-right: -75% !important; }
  .lg\:-mb-3\/4 {
    margin-bottom: -75% !important; }
  .lg\:-ml-3\/4 {
    margin-left: -75% !important; }
  .lg\:-mt-4\/4 {
    margin-top: -100% !important; }
  .lg\:-mr-4\/4 {
    margin-right: -100% !important; }
  .lg\:-mb-4\/4 {
    margin-bottom: -100% !important; }
  .lg\:-ml-4\/4 {
    margin-left: -100% !important; }
  .lg\:-mt-1\/5 {
    margin-top: -20% !important; }
  .lg\:-mr-1\/5 {
    margin-right: -20% !important; }
  .lg\:-mb-1\/5 {
    margin-bottom: -20% !important; }
  .lg\:-ml-1\/5 {
    margin-left: -20% !important; }
  .lg\:-mt-2\/5 {
    margin-top: -40% !important; }
  .lg\:-mr-2\/5 {
    margin-right: -40% !important; }
  .lg\:-mb-2\/5 {
    margin-bottom: -40% !important; }
  .lg\:-ml-2\/5 {
    margin-left: -40% !important; }
  .lg\:-mt-3\/5 {
    margin-top: -60% !important; }
  .lg\:-mr-3\/5 {
    margin-right: -60% !important; }
  .lg\:-mb-3\/5 {
    margin-bottom: -60% !important; }
  .lg\:-ml-3\/5 {
    margin-left: -60% !important; }
  .lg\:-mt-4\/5 {
    margin-top: -80% !important; }
  .lg\:-mr-4\/5 {
    margin-right: -80% !important; }
  .lg\:-mb-4\/5 {
    margin-bottom: -80% !important; }
  .lg\:-ml-4\/5 {
    margin-left: -80% !important; }
  .lg\:-mt-5\/5 {
    margin-top: -100% !important; }
  .lg\:-mr-5\/5 {
    margin-right: -100% !important; }
  .lg\:-mb-5\/5 {
    margin-bottom: -100% !important; }
  .lg\:-ml-5\/5 {
    margin-left: -100% !important; }
  .lg\:-mt-1\/6 {
    margin-top: -16.66667% !important; }
  .lg\:-mr-1\/6 {
    margin-right: -16.66667% !important; }
  .lg\:-mb-1\/6 {
    margin-bottom: -16.66667% !important; }
  .lg\:-ml-1\/6 {
    margin-left: -16.66667% !important; }
  .lg\:-mt-2\/6 {
    margin-top: -33.33333% !important; }
  .lg\:-mr-2\/6 {
    margin-right: -33.33333% !important; }
  .lg\:-mb-2\/6 {
    margin-bottom: -33.33333% !important; }
  .lg\:-ml-2\/6 {
    margin-left: -33.33333% !important; }
  .lg\:-mt-3\/6 {
    margin-top: -50% !important; }
  .lg\:-mr-3\/6 {
    margin-right: -50% !important; }
  .lg\:-mb-3\/6 {
    margin-bottom: -50% !important; }
  .lg\:-ml-3\/6 {
    margin-left: -50% !important; }
  .lg\:-mt-4\/6 {
    margin-top: -66.66667% !important; }
  .lg\:-mr-4\/6 {
    margin-right: -66.66667% !important; }
  .lg\:-mb-4\/6 {
    margin-bottom: -66.66667% !important; }
  .lg\:-ml-4\/6 {
    margin-left: -66.66667% !important; }
  .lg\:-mt-5\/6 {
    margin-top: -83.33333% !important; }
  .lg\:-mr-5\/6 {
    margin-right: -83.33333% !important; }
  .lg\:-mb-5\/6 {
    margin-bottom: -83.33333% !important; }
  .lg\:-ml-5\/6 {
    margin-left: -83.33333% !important; }
  .lg\:-mt-6\/6 {
    margin-top: -100% !important; }
  .lg\:-mr-6\/6 {
    margin-right: -100% !important; }
  .lg\:-mb-6\/6 {
    margin-bottom: -100% !important; }
  .lg\:-ml-6\/6 {
    margin-left: -100% !important; }
  .lg\:-mt-1\/10 {
    margin-top: -10% !important; }
  .lg\:-mr-1\/10 {
    margin-right: -10% !important; }
  .lg\:-mb-1\/10 {
    margin-bottom: -10% !important; }
  .lg\:-ml-1\/10 {
    margin-left: -10% !important; }
  .lg\:-mt-2\/10 {
    margin-top: -20% !important; }
  .lg\:-mr-2\/10 {
    margin-right: -20% !important; }
  .lg\:-mb-2\/10 {
    margin-bottom: -20% !important; }
  .lg\:-ml-2\/10 {
    margin-left: -20% !important; }
  .lg\:-mt-3\/10 {
    margin-top: -30% !important; }
  .lg\:-mr-3\/10 {
    margin-right: -30% !important; }
  .lg\:-mb-3\/10 {
    margin-bottom: -30% !important; }
  .lg\:-ml-3\/10 {
    margin-left: -30% !important; }
  .lg\:-mt-4\/10 {
    margin-top: -40% !important; }
  .lg\:-mr-4\/10 {
    margin-right: -40% !important; }
  .lg\:-mb-4\/10 {
    margin-bottom: -40% !important; }
  .lg\:-ml-4\/10 {
    margin-left: -40% !important; }
  .lg\:-mt-5\/10 {
    margin-top: -50% !important; }
  .lg\:-mr-5\/10 {
    margin-right: -50% !important; }
  .lg\:-mb-5\/10 {
    margin-bottom: -50% !important; }
  .lg\:-ml-5\/10 {
    margin-left: -50% !important; }
  .lg\:-mt-6\/10 {
    margin-top: -60% !important; }
  .lg\:-mr-6\/10 {
    margin-right: -60% !important; }
  .lg\:-mb-6\/10 {
    margin-bottom: -60% !important; }
  .lg\:-ml-6\/10 {
    margin-left: -60% !important; }
  .lg\:-mt-7\/10 {
    margin-top: -70% !important; }
  .lg\:-mr-7\/10 {
    margin-right: -70% !important; }
  .lg\:-mb-7\/10 {
    margin-bottom: -70% !important; }
  .lg\:-ml-7\/10 {
    margin-left: -70% !important; }
  .lg\:-mt-8\/10 {
    margin-top: -80% !important; }
  .lg\:-mr-8\/10 {
    margin-right: -80% !important; }
  .lg\:-mb-8\/10 {
    margin-bottom: -80% !important; }
  .lg\:-ml-8\/10 {
    margin-left: -80% !important; }
  .lg\:-mt-9\/10 {
    margin-top: -90% !important; }
  .lg\:-mr-9\/10 {
    margin-right: -90% !important; }
  .lg\:-mb-9\/10 {
    margin-bottom: -90% !important; }
  .lg\:-ml-9\/10 {
    margin-left: -90% !important; }
  .lg\:-mt-10\/10 {
    margin-top: -100% !important; }
  .lg\:-mr-10\/10 {
    margin-right: -100% !important; }
  .lg\:-mb-10\/10 {
    margin-bottom: -100% !important; }
  .lg\:-ml-10\/10 {
    margin-left: -100% !important; }
  .lg\:-mt-1\/12 {
    margin-top: -8.33333% !important; }
  .lg\:-mr-1\/12 {
    margin-right: -8.33333% !important; }
  .lg\:-mb-1\/12 {
    margin-bottom: -8.33333% !important; }
  .lg\:-ml-1\/12 {
    margin-left: -8.33333% !important; }
  .lg\:-mt-2\/12 {
    margin-top: -16.66667% !important; }
  .lg\:-mr-2\/12 {
    margin-right: -16.66667% !important; }
  .lg\:-mb-2\/12 {
    margin-bottom: -16.66667% !important; }
  .lg\:-ml-2\/12 {
    margin-left: -16.66667% !important; }
  .lg\:-mt-3\/12 {
    margin-top: -25% !important; }
  .lg\:-mr-3\/12 {
    margin-right: -25% !important; }
  .lg\:-mb-3\/12 {
    margin-bottom: -25% !important; }
  .lg\:-ml-3\/12 {
    margin-left: -25% !important; }
  .lg\:-mt-4\/12 {
    margin-top: -33.33333% !important; }
  .lg\:-mr-4\/12 {
    margin-right: -33.33333% !important; }
  .lg\:-mb-4\/12 {
    margin-bottom: -33.33333% !important; }
  .lg\:-ml-4\/12 {
    margin-left: -33.33333% !important; }
  .lg\:-mt-5\/12 {
    margin-top: -41.66667% !important; }
  .lg\:-mr-5\/12 {
    margin-right: -41.66667% !important; }
  .lg\:-mb-5\/12 {
    margin-bottom: -41.66667% !important; }
  .lg\:-ml-5\/12 {
    margin-left: -41.66667% !important; }
  .lg\:-mt-6\/12 {
    margin-top: -50% !important; }
  .lg\:-mr-6\/12 {
    margin-right: -50% !important; }
  .lg\:-mb-6\/12 {
    margin-bottom: -50% !important; }
  .lg\:-ml-6\/12 {
    margin-left: -50% !important; }
  .lg\:-mt-7\/12 {
    margin-top: -58.33333% !important; }
  .lg\:-mr-7\/12 {
    margin-right: -58.33333% !important; }
  .lg\:-mb-7\/12 {
    margin-bottom: -58.33333% !important; }
  .lg\:-ml-7\/12 {
    margin-left: -58.33333% !important; }
  .lg\:-mt-8\/12 {
    margin-top: -66.66667% !important; }
  .lg\:-mr-8\/12 {
    margin-right: -66.66667% !important; }
  .lg\:-mb-8\/12 {
    margin-bottom: -66.66667% !important; }
  .lg\:-ml-8\/12 {
    margin-left: -66.66667% !important; }
  .lg\:-mt-9\/12 {
    margin-top: -75% !important; }
  .lg\:-mr-9\/12 {
    margin-right: -75% !important; }
  .lg\:-mb-9\/12 {
    margin-bottom: -75% !important; }
  .lg\:-ml-9\/12 {
    margin-left: -75% !important; }
  .lg\:-mt-10\/12 {
    margin-top: -83.33333% !important; }
  .lg\:-mr-10\/12 {
    margin-right: -83.33333% !important; }
  .lg\:-mb-10\/12 {
    margin-bottom: -83.33333% !important; }
  .lg\:-ml-10\/12 {
    margin-left: -83.33333% !important; }
  .lg\:-mt-11\/12 {
    margin-top: -91.66667% !important; }
  .lg\:-mr-11\/12 {
    margin-right: -91.66667% !important; }
  .lg\:-mb-11\/12 {
    margin-bottom: -91.66667% !important; }
  .lg\:-ml-11\/12 {
    margin-left: -91.66667% !important; }
  .lg\:-mt-12\/12 {
    margin-top: -100% !important; }
  .lg\:-mr-12\/12 {
    margin-right: -100% !important; }
  .lg\:-mb-12\/12 {
    margin-bottom: -100% !important; }
  .lg\:-ml-12\/12 {
    margin-left: -100% !important; }
  .lg\:max-h-0 {
    max-height: 0rem !important; }
  .lg\:max-h-1 {
    max-height: 0.25rem !important; }
  .lg\:max-h-2 {
    max-height: 0.5rem !important; }
  .lg\:max-h-3 {
    max-height: 0.75rem !important; }
  .lg\:max-h-4 {
    max-height: 1rem !important; }
  .lg\:max-h-5 {
    max-height: 1.25rem !important; }
  .lg\:max-h-6 {
    max-height: 1.5rem !important; }
  .lg\:max-h-7 {
    max-height: 1.75rem !important; }
  .lg\:max-h-8 {
    max-height: 2rem !important; }
  .lg\:max-h-9 {
    max-height: 2.25rem !important; }
  .lg\:max-h-10 {
    max-height: 2.5rem !important; }
  .lg\:max-h-11 {
    max-height: 2.75rem !important; }
  .lg\:max-h-12 {
    max-height: 3rem !important; }
  .lg\:max-h-13 {
    max-height: 3.25rem !important; }
  .lg\:max-h-14 {
    max-height: 3.5rem !important; }
  .lg\:max-h-15 {
    max-height: 3.75rem !important; }
  .lg\:max-h-16 {
    max-height: 4rem !important; }
  .lg\:max-h-17 {
    max-height: 4.25rem !important; }
  .lg\:max-h-18 {
    max-height: 4.5rem !important; }
  .lg\:max-h-19 {
    max-height: 4.75rem !important; }
  .lg\:max-h-20 {
    max-height: 5rem !important; }
  .lg\:max-h-21 {
    max-height: 5.25rem !important; }
  .lg\:max-h-22 {
    max-height: 5.5rem !important; }
  .lg\:max-h-23 {
    max-height: 5.75rem !important; }
  .lg\:max-h-24 {
    max-height: 6rem !important; }
  .lg\:max-h-25 {
    max-height: 6.25rem !important; }
  .lg\:max-h-26 {
    max-height: 6.5rem !important; }
  .lg\:max-h-27 {
    max-height: 6.75rem !important; }
  .lg\:max-h-28 {
    max-height: 7rem !important; }
  .lg\:max-h-29 {
    max-height: 7.25rem !important; }
  .lg\:max-h-30 {
    max-height: 7.5rem !important; }
  .lg\:max-h-31 {
    max-height: 7.75rem !important; }
  .lg\:max-h-32 {
    max-height: 8rem !important; }
  .lg\:max-h-33 {
    max-height: 8.25rem !important; }
  .lg\:max-h-34 {
    max-height: 8.5rem !important; }
  .lg\:max-h-35 {
    max-height: 8.75rem !important; }
  .lg\:max-h-36 {
    max-height: 9rem !important; }
  .lg\:max-h-37 {
    max-height: 9.25rem !important; }
  .lg\:max-h-38 {
    max-height: 9.5rem !important; }
  .lg\:max-h-39 {
    max-height: 9.75rem !important; }
  .lg\:max-h-40 {
    max-height: 10rem !important; }
  .lg\:max-h-41 {
    max-height: 10.25rem !important; }
  .lg\:max-h-42 {
    max-height: 10.5rem !important; }
  .lg\:max-h-43 {
    max-height: 10.75rem !important; }
  .lg\:max-h-44 {
    max-height: 11rem !important; }
  .lg\:max-h-45 {
    max-height: 11.25rem !important; }
  .lg\:max-h-46 {
    max-height: 11.5rem !important; }
  .lg\:max-h-47 {
    max-height: 11.75rem !important; }
  .lg\:max-h-48 {
    max-height: 12rem !important; }
  .lg\:max-h-49 {
    max-height: 12.25rem !important; }
  .lg\:max-h-50 {
    max-height: 12.5rem !important; }
  .lg\:max-h-51 {
    max-height: 12.75rem !important; }
  .lg\:max-h-52 {
    max-height: 13rem !important; }
  .lg\:max-h-53 {
    max-height: 13.25rem !important; }
  .lg\:max-h-54 {
    max-height: 13.5rem !important; }
  .lg\:max-h-55 {
    max-height: 13.75rem !important; }
  .lg\:max-h-56 {
    max-height: 14rem !important; }
  .lg\:max-h-57 {
    max-height: 14.25rem !important; }
  .lg\:max-h-58 {
    max-height: 14.5rem !important; }
  .lg\:max-h-59 {
    max-height: 14.75rem !important; }
  .lg\:max-h-60 {
    max-height: 15rem !important; }
  .lg\:max-h-61 {
    max-height: 15.25rem !important; }
  .lg\:max-h-62 {
    max-height: 15.5rem !important; }
  .lg\:max-h-63 {
    max-height: 15.75rem !important; }
  .lg\:max-h-64 {
    max-height: 16rem !important; }
  .lg\:max-h-65 {
    max-height: 16.25rem !important; }
  .lg\:max-h-66 {
    max-height: 16.5rem !important; }
  .lg\:max-h-67 {
    max-height: 16.75rem !important; }
  .lg\:max-h-68 {
    max-height: 17rem !important; }
  .lg\:max-h-69 {
    max-height: 17.25rem !important; }
  .lg\:max-h-70 {
    max-height: 17.5rem !important; }
  .lg\:max-h-71 {
    max-height: 17.75rem !important; }
  .lg\:max-h-72 {
    max-height: 18rem !important; }
  .lg\:max-h-73 {
    max-height: 18.25rem !important; }
  .lg\:max-h-74 {
    max-height: 18.5rem !important; }
  .lg\:max-h-75 {
    max-height: 18.75rem !important; }
  .lg\:max-h-76 {
    max-height: 19rem !important; }
  .lg\:max-h-77 {
    max-height: 19.25rem !important; }
  .lg\:max-h-78 {
    max-height: 19.5rem !important; }
  .lg\:max-h-79 {
    max-height: 19.75rem !important; }
  .lg\:max-h-80 {
    max-height: 20rem !important; }
  .lg\:max-h-84 {
    max-height: 21rem !important; }
  .lg\:max-h-88 {
    max-height: 22rem !important; }
  .lg\:max-h-92 {
    max-height: 23rem !important; }
  .lg\:max-h-96 {
    max-height: 24rem !important; }
  .lg\:max-h-100 {
    max-height: 25rem !important; }
  .lg\:max-h-104 {
    max-height: 26rem !important; }
  .lg\:max-h-108 {
    max-height: 27rem !important; }
  .lg\:max-h-112 {
    max-height: 28rem !important; }
  .lg\:max-h-116 {
    max-height: 29rem !important; }
  .lg\:max-h-120 {
    max-height: 30rem !important; }
  .lg\:max-h-124 {
    max-height: 31rem !important; }
  .lg\:max-h-128 {
    max-height: 32rem !important; }
  .lg\:max-h-132 {
    max-height: 33rem !important; }
  .lg\:max-h-136 {
    max-height: 34rem !important; }
  .lg\:max-h-140 {
    max-height: 35rem !important; }
  .lg\:max-h-144 {
    max-height: 36rem !important; }
  .lg\:max-h-148 {
    max-height: 37rem !important; }
  .lg\:max-h-152 {
    max-height: 38rem !important; }
  .lg\:max-h-156 {
    max-height: 39rem !important; }
  .lg\:max-h-160 {
    max-height: 40rem !important; }
  .lg\:max-h-164 {
    max-height: 41rem !important; }
  .lg\:max-h-168 {
    max-height: 42rem !important; }
  .lg\:max-h-172 {
    max-height: 43rem !important; }
  .lg\:max-h-176 {
    max-height: 44rem !important; }
  .lg\:max-h-180 {
    max-height: 45rem !important; }
  .lg\:max-h-184 {
    max-height: 46rem !important; }
  .lg\:max-h-188 {
    max-height: 47rem !important; }
  .lg\:max-h-192 {
    max-height: 48rem !important; }
  .lg\:max-h-196 {
    max-height: 49rem !important; }
  .lg\:max-h-200 {
    max-height: 50rem !important; }
  .lg\:max-h-full {
    max-height: 100% !important; }
  .lg\:max-h-px {
    max-height: 1px !important; }
  .lg\:max-h-2px {
    max-height: 2px !important; }
  .lg\:max-h-1\/2 {
    max-height: 50% !important; }
  .lg\:max-h-2\/2 {
    max-height: 100% !important; }
  .lg\:max-h-1\/3 {
    max-height: 33.333333% !important; }
  .lg\:max-h-2\/3 {
    max-height: 66.666667% !important; }
  .lg\:max-h-3\/3 {
    max-height: 100% !important; }
  .lg\:max-h-1\/4 {
    max-height: 25% !important; }
  .lg\:max-h-2\/4 {
    max-height: 50% !important; }
  .lg\:max-h-3\/4 {
    max-height: 75% !important; }
  .lg\:max-h-4\/4 {
    max-height: 100% !important; }
  .lg\:max-h-1\/5 {
    max-height: 20% !important; }
  .lg\:max-h-2\/5 {
    max-height: 40% !important; }
  .lg\:max-h-3\/5 {
    max-height: 60% !important; }
  .lg\:max-h-4\/5 {
    max-height: 80% !important; }
  .lg\:max-h-5\/5 {
    max-height: 100% !important; }
  .lg\:max-h-1\/6 {
    max-height: 16.666667% !important; }
  .lg\:max-h-2\/6 {
    max-height: 33.333333% !important; }
  .lg\:max-h-3\/6 {
    max-height: 50% !important; }
  .lg\:max-h-4\/6 {
    max-height: 66.666667% !important; }
  .lg\:max-h-5\/6 {
    max-height: 83.333333% !important; }
  .lg\:max-h-6\/6 {
    max-height: 100% !important; }
  .lg\:max-h-1\/10 {
    max-height: 10% !important; }
  .lg\:max-h-2\/10 {
    max-height: 20% !important; }
  .lg\:max-h-3\/10 {
    max-height: 30% !important; }
  .lg\:max-h-4\/10 {
    max-height: 40% !important; }
  .lg\:max-h-5\/10 {
    max-height: 50% !important; }
  .lg\:max-h-6\/10 {
    max-height: 60% !important; }
  .lg\:max-h-7\/10 {
    max-height: 70% !important; }
  .lg\:max-h-8\/10 {
    max-height: 80% !important; }
  .lg\:max-h-9\/10 {
    max-height: 90% !important; }
  .lg\:max-h-10\/10 {
    max-height: 100% !important; }
  .lg\:max-h-1\/12 {
    max-height: 8.333333% !important; }
  .lg\:max-h-2\/12 {
    max-height: 16.666667% !important; }
  .lg\:max-h-3\/12 {
    max-height: 25% !important; }
  .lg\:max-h-4\/12 {
    max-height: 33.333333% !important; }
  .lg\:max-h-5\/12 {
    max-height: 41.666667% !important; }
  .lg\:max-h-6\/12 {
    max-height: 50% !important; }
  .lg\:max-h-7\/12 {
    max-height: 58.333333% !important; }
  .lg\:max-h-8\/12 {
    max-height: 66.666667% !important; }
  .lg\:max-h-9\/12 {
    max-height: 75% !important; }
  .lg\:max-h-10\/12 {
    max-height: 83.333333% !important; }
  .lg\:max-h-11\/12 {
    max-height: 91.666667% !important; }
  .lg\:max-h-12\/12 {
    max-height: 100% !important; }
  .lg\:max-h-xs {
    max-height: 20rem !important; }
  .lg\:max-h-sm {
    max-height: 24rem !important; }
  .lg\:max-h-md {
    max-height: 28rem !important; }
  .lg\:max-h-lg {
    max-height: 32rem !important; }
  .lg\:max-h-xl {
    max-height: 36rem !important; }
  .lg\:max-h-2xl {
    max-height: 42rem !important; }
  .lg\:max-h-3xl {
    max-height: 48rem !important; }
  .lg\:max-h-4xl {
    max-height: 56rem !important; }
  .lg\:max-h-5xl {
    max-height: 64rem !important; }
  .lg\:max-h-6xl {
    max-height: 72rem !important; }
  .lg\:max-h-7xl {
    max-height: 80rem !important; }
  .lg\:max-h-screenw {
    max-height: 100vw !important; }
  .lg\:max-h-screenh {
    max-height: 100vh !important; }
  .lg\:max-w-0 {
    max-width: 0rem !important; }
  .lg\:max-w-1 {
    max-width: 0.25rem !important; }
  .lg\:max-w-2 {
    max-width: 0.5rem !important; }
  .lg\:max-w-3 {
    max-width: 0.75rem !important; }
  .lg\:max-w-4 {
    max-width: 1rem !important; }
  .lg\:max-w-5 {
    max-width: 1.25rem !important; }
  .lg\:max-w-6 {
    max-width: 1.5rem !important; }
  .lg\:max-w-7 {
    max-width: 1.75rem !important; }
  .lg\:max-w-8 {
    max-width: 2rem !important; }
  .lg\:max-w-9 {
    max-width: 2.25rem !important; }
  .lg\:max-w-10 {
    max-width: 2.5rem !important; }
  .lg\:max-w-11 {
    max-width: 2.75rem !important; }
  .lg\:max-w-12 {
    max-width: 3rem !important; }
  .lg\:max-w-13 {
    max-width: 3.25rem !important; }
  .lg\:max-w-14 {
    max-width: 3.5rem !important; }
  .lg\:max-w-15 {
    max-width: 3.75rem !important; }
  .lg\:max-w-16 {
    max-width: 4rem !important; }
  .lg\:max-w-17 {
    max-width: 4.25rem !important; }
  .lg\:max-w-18 {
    max-width: 4.5rem !important; }
  .lg\:max-w-19 {
    max-width: 4.75rem !important; }
  .lg\:max-w-20 {
    max-width: 5rem !important; }
  .lg\:max-w-21 {
    max-width: 5.25rem !important; }
  .lg\:max-w-22 {
    max-width: 5.5rem !important; }
  .lg\:max-w-23 {
    max-width: 5.75rem !important; }
  .lg\:max-w-24 {
    max-width: 6rem !important; }
  .lg\:max-w-25 {
    max-width: 6.25rem !important; }
  .lg\:max-w-26 {
    max-width: 6.5rem !important; }
  .lg\:max-w-27 {
    max-width: 6.75rem !important; }
  .lg\:max-w-28 {
    max-width: 7rem !important; }
  .lg\:max-w-29 {
    max-width: 7.25rem !important; }
  .lg\:max-w-30 {
    max-width: 7.5rem !important; }
  .lg\:max-w-31 {
    max-width: 7.75rem !important; }
  .lg\:max-w-32 {
    max-width: 8rem !important; }
  .lg\:max-w-33 {
    max-width: 8.25rem !important; }
  .lg\:max-w-34 {
    max-width: 8.5rem !important; }
  .lg\:max-w-35 {
    max-width: 8.75rem !important; }
  .lg\:max-w-36 {
    max-width: 9rem !important; }
  .lg\:max-w-37 {
    max-width: 9.25rem !important; }
  .lg\:max-w-38 {
    max-width: 9.5rem !important; }
  .lg\:max-w-39 {
    max-width: 9.75rem !important; }
  .lg\:max-w-40 {
    max-width: 10rem !important; }
  .lg\:max-w-41 {
    max-width: 10.25rem !important; }
  .lg\:max-w-42 {
    max-width: 10.5rem !important; }
  .lg\:max-w-43 {
    max-width: 10.75rem !important; }
  .lg\:max-w-44 {
    max-width: 11rem !important; }
  .lg\:max-w-45 {
    max-width: 11.25rem !important; }
  .lg\:max-w-46 {
    max-width: 11.5rem !important; }
  .lg\:max-w-47 {
    max-width: 11.75rem !important; }
  .lg\:max-w-48 {
    max-width: 12rem !important; }
  .lg\:max-w-49 {
    max-width: 12.25rem !important; }
  .lg\:max-w-50 {
    max-width: 12.5rem !important; }
  .lg\:max-w-51 {
    max-width: 12.75rem !important; }
  .lg\:max-w-52 {
    max-width: 13rem !important; }
  .lg\:max-w-53 {
    max-width: 13.25rem !important; }
  .lg\:max-w-54 {
    max-width: 13.5rem !important; }
  .lg\:max-w-55 {
    max-width: 13.75rem !important; }
  .lg\:max-w-56 {
    max-width: 14rem !important; }
  .lg\:max-w-57 {
    max-width: 14.25rem !important; }
  .lg\:max-w-58 {
    max-width: 14.5rem !important; }
  .lg\:max-w-59 {
    max-width: 14.75rem !important; }
  .lg\:max-w-60 {
    max-width: 15rem !important; }
  .lg\:max-w-61 {
    max-width: 15.25rem !important; }
  .lg\:max-w-62 {
    max-width: 15.5rem !important; }
  .lg\:max-w-63 {
    max-width: 15.75rem !important; }
  .lg\:max-w-64 {
    max-width: 16rem !important; }
  .lg\:max-w-65 {
    max-width: 16.25rem !important; }
  .lg\:max-w-66 {
    max-width: 16.5rem !important; }
  .lg\:max-w-67 {
    max-width: 16.75rem !important; }
  .lg\:max-w-68 {
    max-width: 17rem !important; }
  .lg\:max-w-69 {
    max-width: 17.25rem !important; }
  .lg\:max-w-70 {
    max-width: 17.5rem !important; }
  .lg\:max-w-71 {
    max-width: 17.75rem !important; }
  .lg\:max-w-72 {
    max-width: 18rem !important; }
  .lg\:max-w-73 {
    max-width: 18.25rem !important; }
  .lg\:max-w-74 {
    max-width: 18.5rem !important; }
  .lg\:max-w-75 {
    max-width: 18.75rem !important; }
  .lg\:max-w-76 {
    max-width: 19rem !important; }
  .lg\:max-w-77 {
    max-width: 19.25rem !important; }
  .lg\:max-w-78 {
    max-width: 19.5rem !important; }
  .lg\:max-w-79 {
    max-width: 19.75rem !important; }
  .lg\:max-w-80 {
    max-width: 20rem !important; }
  .lg\:max-w-84 {
    max-width: 21rem !important; }
  .lg\:max-w-88 {
    max-width: 22rem !important; }
  .lg\:max-w-92 {
    max-width: 23rem !important; }
  .lg\:max-w-96 {
    max-width: 24rem !important; }
  .lg\:max-w-100 {
    max-width: 25rem !important; }
  .lg\:max-w-104 {
    max-width: 26rem !important; }
  .lg\:max-w-108 {
    max-width: 27rem !important; }
  .lg\:max-w-112 {
    max-width: 28rem !important; }
  .lg\:max-w-116 {
    max-width: 29rem !important; }
  .lg\:max-w-120 {
    max-width: 30rem !important; }
  .lg\:max-w-124 {
    max-width: 31rem !important; }
  .lg\:max-w-128 {
    max-width: 32rem !important; }
  .lg\:max-w-132 {
    max-width: 33rem !important; }
  .lg\:max-w-136 {
    max-width: 34rem !important; }
  .lg\:max-w-140 {
    max-width: 35rem !important; }
  .lg\:max-w-144 {
    max-width: 36rem !important; }
  .lg\:max-w-148 {
    max-width: 37rem !important; }
  .lg\:max-w-152 {
    max-width: 38rem !important; }
  .lg\:max-w-156 {
    max-width: 39rem !important; }
  .lg\:max-w-160 {
    max-width: 40rem !important; }
  .lg\:max-w-164 {
    max-width: 41rem !important; }
  .lg\:max-w-168 {
    max-width: 42rem !important; }
  .lg\:max-w-172 {
    max-width: 43rem !important; }
  .lg\:max-w-176 {
    max-width: 44rem !important; }
  .lg\:max-w-180 {
    max-width: 45rem !important; }
  .lg\:max-w-184 {
    max-width: 46rem !important; }
  .lg\:max-w-188 {
    max-width: 47rem !important; }
  .lg\:max-w-192 {
    max-width: 48rem !important; }
  .lg\:max-w-196 {
    max-width: 49rem !important; }
  .lg\:max-w-200 {
    max-width: 50rem !important; }
  .lg\:max-w-px {
    max-width: 1px !important; }
  .lg\:max-w-2px {
    max-width: 2px !important; }
  .lg\:max-w-1\/2 {
    max-width: 50% !important; }
  .lg\:max-w-2\/2 {
    max-width: 100% !important; }
  .lg\:max-w-1\/3 {
    max-width: 33.333333% !important; }
  .lg\:max-w-2\/3 {
    max-width: 66.666667% !important; }
  .lg\:max-w-3\/3 {
    max-width: 100% !important; }
  .lg\:max-w-1\/4 {
    max-width: 25% !important; }
  .lg\:max-w-2\/4 {
    max-width: 50% !important; }
  .lg\:max-w-3\/4 {
    max-width: 75% !important; }
  .lg\:max-w-4\/4 {
    max-width: 100% !important; }
  .lg\:max-w-1\/5 {
    max-width: 20% !important; }
  .lg\:max-w-2\/5 {
    max-width: 40% !important; }
  .lg\:max-w-3\/5 {
    max-width: 60% !important; }
  .lg\:max-w-4\/5 {
    max-width: 80% !important; }
  .lg\:max-w-5\/5 {
    max-width: 100% !important; }
  .lg\:max-w-1\/6 {
    max-width: 16.666667% !important; }
  .lg\:max-w-2\/6 {
    max-width: 33.333333% !important; }
  .lg\:max-w-3\/6 {
    max-width: 50% !important; }
  .lg\:max-w-4\/6 {
    max-width: 66.666667% !important; }
  .lg\:max-w-5\/6 {
    max-width: 83.333333% !important; }
  .lg\:max-w-6\/6 {
    max-width: 100% !important; }
  .lg\:max-w-1\/10 {
    max-width: 10% !important; }
  .lg\:max-w-2\/10 {
    max-width: 20% !important; }
  .lg\:max-w-3\/10 {
    max-width: 30% !important; }
  .lg\:max-w-4\/10 {
    max-width: 40% !important; }
  .lg\:max-w-5\/10 {
    max-width: 50% !important; }
  .lg\:max-w-6\/10 {
    max-width: 60% !important; }
  .lg\:max-w-7\/10 {
    max-width: 70% !important; }
  .lg\:max-w-8\/10 {
    max-width: 80% !important; }
  .lg\:max-w-9\/10 {
    max-width: 90% !important; }
  .lg\:max-w-10\/10 {
    max-width: 100% !important; }
  .lg\:max-w-1\/12 {
    max-width: 8.333333% !important; }
  .lg\:max-w-2\/12 {
    max-width: 16.666667% !important; }
  .lg\:max-w-3\/12 {
    max-width: 25% !important; }
  .lg\:max-w-4\/12 {
    max-width: 33.333333% !important; }
  .lg\:max-w-5\/12 {
    max-width: 41.666667% !important; }
  .lg\:max-w-6\/12 {
    max-width: 50% !important; }
  .lg\:max-w-7\/12 {
    max-width: 58.333333% !important; }
  .lg\:max-w-8\/12 {
    max-width: 66.666667% !important; }
  .lg\:max-w-9\/12 {
    max-width: 75% !important; }
  .lg\:max-w-10\/12 {
    max-width: 83.333333% !important; }
  .lg\:max-w-11\/12 {
    max-width: 91.666667% !important; }
  .lg\:max-w-12\/12 {
    max-width: 100% !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-7xl {
    max-width: 80rem !important; }
  .lg\:max-w-full {
    max-width: 100% !important; }
  .lg\:max-w-screenw {
    max-width: 100vw !important; }
  .lg\:max-w-screenh {
    max-width: 100vh !important; }
  .lg\:min-h-0 {
    min-height: 0rem !important; }
  .lg\:min-h-1 {
    min-height: 0.25rem !important; }
  .lg\:min-h-2 {
    min-height: 0.5rem !important; }
  .lg\:min-h-3 {
    min-height: 0.75rem !important; }
  .lg\:min-h-4 {
    min-height: 1rem !important; }
  .lg\:min-h-5 {
    min-height: 1.25rem !important; }
  .lg\:min-h-6 {
    min-height: 1.5rem !important; }
  .lg\:min-h-7 {
    min-height: 1.75rem !important; }
  .lg\:min-h-8 {
    min-height: 2rem !important; }
  .lg\:min-h-9 {
    min-height: 2.25rem !important; }
  .lg\:min-h-10 {
    min-height: 2.5rem !important; }
  .lg\:min-h-11 {
    min-height: 2.75rem !important; }
  .lg\:min-h-12 {
    min-height: 3rem !important; }
  .lg\:min-h-13 {
    min-height: 3.25rem !important; }
  .lg\:min-h-14 {
    min-height: 3.5rem !important; }
  .lg\:min-h-15 {
    min-height: 3.75rem !important; }
  .lg\:min-h-16 {
    min-height: 4rem !important; }
  .lg\:min-h-17 {
    min-height: 4.25rem !important; }
  .lg\:min-h-18 {
    min-height: 4.5rem !important; }
  .lg\:min-h-19 {
    min-height: 4.75rem !important; }
  .lg\:min-h-20 {
    min-height: 5rem !important; }
  .lg\:min-h-21 {
    min-height: 5.25rem !important; }
  .lg\:min-h-22 {
    min-height: 5.5rem !important; }
  .lg\:min-h-23 {
    min-height: 5.75rem !important; }
  .lg\:min-h-24 {
    min-height: 6rem !important; }
  .lg\:min-h-25 {
    min-height: 6.25rem !important; }
  .lg\:min-h-26 {
    min-height: 6.5rem !important; }
  .lg\:min-h-27 {
    min-height: 6.75rem !important; }
  .lg\:min-h-28 {
    min-height: 7rem !important; }
  .lg\:min-h-29 {
    min-height: 7.25rem !important; }
  .lg\:min-h-30 {
    min-height: 7.5rem !important; }
  .lg\:min-h-31 {
    min-height: 7.75rem !important; }
  .lg\:min-h-32 {
    min-height: 8rem !important; }
  .lg\:min-h-33 {
    min-height: 8.25rem !important; }
  .lg\:min-h-34 {
    min-height: 8.5rem !important; }
  .lg\:min-h-35 {
    min-height: 8.75rem !important; }
  .lg\:min-h-36 {
    min-height: 9rem !important; }
  .lg\:min-h-37 {
    min-height: 9.25rem !important; }
  .lg\:min-h-38 {
    min-height: 9.5rem !important; }
  .lg\:min-h-39 {
    min-height: 9.75rem !important; }
  .lg\:min-h-40 {
    min-height: 10rem !important; }
  .lg\:min-h-41 {
    min-height: 10.25rem !important; }
  .lg\:min-h-42 {
    min-height: 10.5rem !important; }
  .lg\:min-h-43 {
    min-height: 10.75rem !important; }
  .lg\:min-h-44 {
    min-height: 11rem !important; }
  .lg\:min-h-45 {
    min-height: 11.25rem !important; }
  .lg\:min-h-46 {
    min-height: 11.5rem !important; }
  .lg\:min-h-47 {
    min-height: 11.75rem !important; }
  .lg\:min-h-48 {
    min-height: 12rem !important; }
  .lg\:min-h-49 {
    min-height: 12.25rem !important; }
  .lg\:min-h-50 {
    min-height: 12.5rem !important; }
  .lg\:min-h-51 {
    min-height: 12.75rem !important; }
  .lg\:min-h-52 {
    min-height: 13rem !important; }
  .lg\:min-h-53 {
    min-height: 13.25rem !important; }
  .lg\:min-h-54 {
    min-height: 13.5rem !important; }
  .lg\:min-h-55 {
    min-height: 13.75rem !important; }
  .lg\:min-h-56 {
    min-height: 14rem !important; }
  .lg\:min-h-57 {
    min-height: 14.25rem !important; }
  .lg\:min-h-58 {
    min-height: 14.5rem !important; }
  .lg\:min-h-59 {
    min-height: 14.75rem !important; }
  .lg\:min-h-60 {
    min-height: 15rem !important; }
  .lg\:min-h-61 {
    min-height: 15.25rem !important; }
  .lg\:min-h-62 {
    min-height: 15.5rem !important; }
  .lg\:min-h-63 {
    min-height: 15.75rem !important; }
  .lg\:min-h-64 {
    min-height: 16rem !important; }
  .lg\:min-h-65 {
    min-height: 16.25rem !important; }
  .lg\:min-h-66 {
    min-height: 16.5rem !important; }
  .lg\:min-h-67 {
    min-height: 16.75rem !important; }
  .lg\:min-h-68 {
    min-height: 17rem !important; }
  .lg\:min-h-69 {
    min-height: 17.25rem !important; }
  .lg\:min-h-70 {
    min-height: 17.5rem !important; }
  .lg\:min-h-71 {
    min-height: 17.75rem !important; }
  .lg\:min-h-72 {
    min-height: 18rem !important; }
  .lg\:min-h-73 {
    min-height: 18.25rem !important; }
  .lg\:min-h-74 {
    min-height: 18.5rem !important; }
  .lg\:min-h-75 {
    min-height: 18.75rem !important; }
  .lg\:min-h-76 {
    min-height: 19rem !important; }
  .lg\:min-h-77 {
    min-height: 19.25rem !important; }
  .lg\:min-h-78 {
    min-height: 19.5rem !important; }
  .lg\:min-h-79 {
    min-height: 19.75rem !important; }
  .lg\:min-h-80 {
    min-height: 20rem !important; }
  .lg\:min-h-84 {
    min-height: 21rem !important; }
  .lg\:min-h-88 {
    min-height: 22rem !important; }
  .lg\:min-h-92 {
    min-height: 23rem !important; }
  .lg\:min-h-96 {
    min-height: 24rem !important; }
  .lg\:min-h-100 {
    min-height: 25rem !important; }
  .lg\:min-h-104 {
    min-height: 26rem !important; }
  .lg\:min-h-108 {
    min-height: 27rem !important; }
  .lg\:min-h-112 {
    min-height: 28rem !important; }
  .lg\:min-h-116 {
    min-height: 29rem !important; }
  .lg\:min-h-120 {
    min-height: 30rem !important; }
  .lg\:min-h-124 {
    min-height: 31rem !important; }
  .lg\:min-h-128 {
    min-height: 32rem !important; }
  .lg\:min-h-132 {
    min-height: 33rem !important; }
  .lg\:min-h-136 {
    min-height: 34rem !important; }
  .lg\:min-h-140 {
    min-height: 35rem !important; }
  .lg\:min-h-144 {
    min-height: 36rem !important; }
  .lg\:min-h-148 {
    min-height: 37rem !important; }
  .lg\:min-h-152 {
    min-height: 38rem !important; }
  .lg\:min-h-156 {
    min-height: 39rem !important; }
  .lg\:min-h-160 {
    min-height: 40rem !important; }
  .lg\:min-h-164 {
    min-height: 41rem !important; }
  .lg\:min-h-168 {
    min-height: 42rem !important; }
  .lg\:min-h-172 {
    min-height: 43rem !important; }
  .lg\:min-h-176 {
    min-height: 44rem !important; }
  .lg\:min-h-180 {
    min-height: 45rem !important; }
  .lg\:min-h-184 {
    min-height: 46rem !important; }
  .lg\:min-h-188 {
    min-height: 47rem !important; }
  .lg\:min-h-192 {
    min-height: 48rem !important; }
  .lg\:min-h-196 {
    min-height: 49rem !important; }
  .lg\:min-h-200 {
    min-height: 50rem !important; }
  .lg\:min-h-px {
    min-height: 1px !important; }
  .lg\:min-h-2px {
    min-height: 2px !important; }
  .lg\:min-h-1\/2 {
    min-height: 50% !important; }
  .lg\:min-h-2\/2 {
    min-height: 100% !important; }
  .lg\:min-h-1\/3 {
    min-height: 33.333333% !important; }
  .lg\:min-h-2\/3 {
    min-height: 66.666667% !important; }
  .lg\:min-h-3\/3 {
    min-height: 100% !important; }
  .lg\:min-h-1\/4 {
    min-height: 25% !important; }
  .lg\:min-h-2\/4 {
    min-height: 50% !important; }
  .lg\:min-h-3\/4 {
    min-height: 75% !important; }
  .lg\:min-h-4\/4 {
    min-height: 100% !important; }
  .lg\:min-h-1\/5 {
    min-height: 20% !important; }
  .lg\:min-h-2\/5 {
    min-height: 40% !important; }
  .lg\:min-h-3\/5 {
    min-height: 60% !important; }
  .lg\:min-h-4\/5 {
    min-height: 80% !important; }
  .lg\:min-h-5\/5 {
    min-height: 100% !important; }
  .lg\:min-h-1\/6 {
    min-height: 16.666667% !important; }
  .lg\:min-h-2\/6 {
    min-height: 33.333333% !important; }
  .lg\:min-h-3\/6 {
    min-height: 50% !important; }
  .lg\:min-h-4\/6 {
    min-height: 66.666667% !important; }
  .lg\:min-h-5\/6 {
    min-height: 83.333333% !important; }
  .lg\:min-h-6\/6 {
    min-height: 100% !important; }
  .lg\:min-h-1\/10 {
    min-height: 10% !important; }
  .lg\:min-h-2\/10 {
    min-height: 20% !important; }
  .lg\:min-h-3\/10 {
    min-height: 30% !important; }
  .lg\:min-h-4\/10 {
    min-height: 40% !important; }
  .lg\:min-h-5\/10 {
    min-height: 50% !important; }
  .lg\:min-h-6\/10 {
    min-height: 60% !important; }
  .lg\:min-h-7\/10 {
    min-height: 70% !important; }
  .lg\:min-h-8\/10 {
    min-height: 80% !important; }
  .lg\:min-h-9\/10 {
    min-height: 90% !important; }
  .lg\:min-h-10\/10 {
    min-height: 100% !important; }
  .lg\:min-h-1\/12 {
    min-height: 8.333333% !important; }
  .lg\:min-h-2\/12 {
    min-height: 16.666667% !important; }
  .lg\:min-h-3\/12 {
    min-height: 25% !important; }
  .lg\:min-h-4\/12 {
    min-height: 33.333333% !important; }
  .lg\:min-h-5\/12 {
    min-height: 41.666667% !important; }
  .lg\:min-h-6\/12 {
    min-height: 50% !important; }
  .lg\:min-h-7\/12 {
    min-height: 58.333333% !important; }
  .lg\:min-h-8\/12 {
    min-height: 66.666667% !important; }
  .lg\:min-h-9\/12 {
    min-height: 75% !important; }
  .lg\:min-h-10\/12 {
    min-height: 83.333333% !important; }
  .lg\:min-h-11\/12 {
    min-height: 91.666667% !important; }
  .lg\:min-h-12\/12 {
    min-height: 100% !important; }
  .lg\:min-h-xs {
    min-height: 20rem !important; }
  .lg\:min-h-sm {
    min-height: 24rem !important; }
  .lg\:min-h-md {
    min-height: 28rem !important; }
  .lg\:min-h-lg {
    min-height: 32rem !important; }
  .lg\:min-h-xl {
    min-height: 36rem !important; }
  .lg\:min-h-2xl {
    min-height: 42rem !important; }
  .lg\:min-h-3xl {
    min-height: 48rem !important; }
  .lg\:min-h-4xl {
    min-height: 56rem !important; }
  .lg\:min-h-5xl {
    min-height: 64rem !important; }
  .lg\:min-h-6xl {
    min-height: 72rem !important; }
  .lg\:min-h-7xl {
    min-height: 80rem !important; }
  .lg\:min-h-full {
    min-height: 100% !important; }
  .lg\:min-h-screenw {
    min-height: 100vw !important; }
  .lg\:min-h-screenh {
    min-height: 100vh !important; }
  .lg\:min-w-0 {
    min-width: 0rem !important; }
  .lg\:min-w-1 {
    min-width: 0.25rem !important; }
  .lg\:min-w-2 {
    min-width: 0.5rem !important; }
  .lg\:min-w-3 {
    min-width: 0.75rem !important; }
  .lg\:min-w-4 {
    min-width: 1rem !important; }
  .lg\:min-w-5 {
    min-width: 1.25rem !important; }
  .lg\:min-w-6 {
    min-width: 1.5rem !important; }
  .lg\:min-w-7 {
    min-width: 1.75rem !important; }
  .lg\:min-w-8 {
    min-width: 2rem !important; }
  .lg\:min-w-9 {
    min-width: 2.25rem !important; }
  .lg\:min-w-10 {
    min-width: 2.5rem !important; }
  .lg\:min-w-11 {
    min-width: 2.75rem !important; }
  .lg\:min-w-12 {
    min-width: 3rem !important; }
  .lg\:min-w-13 {
    min-width: 3.25rem !important; }
  .lg\:min-w-14 {
    min-width: 3.5rem !important; }
  .lg\:min-w-15 {
    min-width: 3.75rem !important; }
  .lg\:min-w-16 {
    min-width: 4rem !important; }
  .lg\:min-w-17 {
    min-width: 4.25rem !important; }
  .lg\:min-w-18 {
    min-width: 4.5rem !important; }
  .lg\:min-w-19 {
    min-width: 4.75rem !important; }
  .lg\:min-w-20 {
    min-width: 5rem !important; }
  .lg\:min-w-21 {
    min-width: 5.25rem !important; }
  .lg\:min-w-22 {
    min-width: 5.5rem !important; }
  .lg\:min-w-23 {
    min-width: 5.75rem !important; }
  .lg\:min-w-24 {
    min-width: 6rem !important; }
  .lg\:min-w-25 {
    min-width: 6.25rem !important; }
  .lg\:min-w-26 {
    min-width: 6.5rem !important; }
  .lg\:min-w-27 {
    min-width: 6.75rem !important; }
  .lg\:min-w-28 {
    min-width: 7rem !important; }
  .lg\:min-w-29 {
    min-width: 7.25rem !important; }
  .lg\:min-w-30 {
    min-width: 7.5rem !important; }
  .lg\:min-w-31 {
    min-width: 7.75rem !important; }
  .lg\:min-w-32 {
    min-width: 8rem !important; }
  .lg\:min-w-33 {
    min-width: 8.25rem !important; }
  .lg\:min-w-34 {
    min-width: 8.5rem !important; }
  .lg\:min-w-35 {
    min-width: 8.75rem !important; }
  .lg\:min-w-36 {
    min-width: 9rem !important; }
  .lg\:min-w-37 {
    min-width: 9.25rem !important; }
  .lg\:min-w-38 {
    min-width: 9.5rem !important; }
  .lg\:min-w-39 {
    min-width: 9.75rem !important; }
  .lg\:min-w-40 {
    min-width: 10rem !important; }
  .lg\:min-w-41 {
    min-width: 10.25rem !important; }
  .lg\:min-w-42 {
    min-width: 10.5rem !important; }
  .lg\:min-w-43 {
    min-width: 10.75rem !important; }
  .lg\:min-w-44 {
    min-width: 11rem !important; }
  .lg\:min-w-45 {
    min-width: 11.25rem !important; }
  .lg\:min-w-46 {
    min-width: 11.5rem !important; }
  .lg\:min-w-47 {
    min-width: 11.75rem !important; }
  .lg\:min-w-48 {
    min-width: 12rem !important; }
  .lg\:min-w-49 {
    min-width: 12.25rem !important; }
  .lg\:min-w-50 {
    min-width: 12.5rem !important; }
  .lg\:min-w-51 {
    min-width: 12.75rem !important; }
  .lg\:min-w-52 {
    min-width: 13rem !important; }
  .lg\:min-w-53 {
    min-width: 13.25rem !important; }
  .lg\:min-w-54 {
    min-width: 13.5rem !important; }
  .lg\:min-w-55 {
    min-width: 13.75rem !important; }
  .lg\:min-w-56 {
    min-width: 14rem !important; }
  .lg\:min-w-57 {
    min-width: 14.25rem !important; }
  .lg\:min-w-58 {
    min-width: 14.5rem !important; }
  .lg\:min-w-59 {
    min-width: 14.75rem !important; }
  .lg\:min-w-60 {
    min-width: 15rem !important; }
  .lg\:min-w-61 {
    min-width: 15.25rem !important; }
  .lg\:min-w-62 {
    min-width: 15.5rem !important; }
  .lg\:min-w-63 {
    min-width: 15.75rem !important; }
  .lg\:min-w-64 {
    min-width: 16rem !important; }
  .lg\:min-w-65 {
    min-width: 16.25rem !important; }
  .lg\:min-w-66 {
    min-width: 16.5rem !important; }
  .lg\:min-w-67 {
    min-width: 16.75rem !important; }
  .lg\:min-w-68 {
    min-width: 17rem !important; }
  .lg\:min-w-69 {
    min-width: 17.25rem !important; }
  .lg\:min-w-70 {
    min-width: 17.5rem !important; }
  .lg\:min-w-71 {
    min-width: 17.75rem !important; }
  .lg\:min-w-72 {
    min-width: 18rem !important; }
  .lg\:min-w-73 {
    min-width: 18.25rem !important; }
  .lg\:min-w-74 {
    min-width: 18.5rem !important; }
  .lg\:min-w-75 {
    min-width: 18.75rem !important; }
  .lg\:min-w-76 {
    min-width: 19rem !important; }
  .lg\:min-w-77 {
    min-width: 19.25rem !important; }
  .lg\:min-w-78 {
    min-width: 19.5rem !important; }
  .lg\:min-w-79 {
    min-width: 19.75rem !important; }
  .lg\:min-w-80 {
    min-width: 20rem !important; }
  .lg\:min-w-84 {
    min-width: 21rem !important; }
  .lg\:min-w-88 {
    min-width: 22rem !important; }
  .lg\:min-w-92 {
    min-width: 23rem !important; }
  .lg\:min-w-96 {
    min-width: 24rem !important; }
  .lg\:min-w-100 {
    min-width: 25rem !important; }
  .lg\:min-w-104 {
    min-width: 26rem !important; }
  .lg\:min-w-108 {
    min-width: 27rem !important; }
  .lg\:min-w-112 {
    min-width: 28rem !important; }
  .lg\:min-w-116 {
    min-width: 29rem !important; }
  .lg\:min-w-120 {
    min-width: 30rem !important; }
  .lg\:min-w-124 {
    min-width: 31rem !important; }
  .lg\:min-w-128 {
    min-width: 32rem !important; }
  .lg\:min-w-132 {
    min-width: 33rem !important; }
  .lg\:min-w-136 {
    min-width: 34rem !important; }
  .lg\:min-w-140 {
    min-width: 35rem !important; }
  .lg\:min-w-144 {
    min-width: 36rem !important; }
  .lg\:min-w-148 {
    min-width: 37rem !important; }
  .lg\:min-w-152 {
    min-width: 38rem !important; }
  .lg\:min-w-156 {
    min-width: 39rem !important; }
  .lg\:min-w-160 {
    min-width: 40rem !important; }
  .lg\:min-w-164 {
    min-width: 41rem !important; }
  .lg\:min-w-168 {
    min-width: 42rem !important; }
  .lg\:min-w-172 {
    min-width: 43rem !important; }
  .lg\:min-w-176 {
    min-width: 44rem !important; }
  .lg\:min-w-180 {
    min-width: 45rem !important; }
  .lg\:min-w-184 {
    min-width: 46rem !important; }
  .lg\:min-w-188 {
    min-width: 47rem !important; }
  .lg\:min-w-192 {
    min-width: 48rem !important; }
  .lg\:min-w-196 {
    min-width: 49rem !important; }
  .lg\:min-w-200 {
    min-width: 50rem !important; }
  .lg\:min-w-px {
    min-width: 1px !important; }
  .lg\:min-w-2px {
    min-width: 2px !important; }
  .lg\:min-w-1\/2 {
    min-width: 50% !important; }
  .lg\:min-w-2\/2 {
    min-width: 100% !important; }
  .lg\:min-w-1\/3 {
    min-width: 33.333333% !important; }
  .lg\:min-w-2\/3 {
    min-width: 66.666667% !important; }
  .lg\:min-w-3\/3 {
    min-width: 100% !important; }
  .lg\:min-w-1\/4 {
    min-width: 25% !important; }
  .lg\:min-w-2\/4 {
    min-width: 50% !important; }
  .lg\:min-w-3\/4 {
    min-width: 75% !important; }
  .lg\:min-w-4\/4 {
    min-width: 100% !important; }
  .lg\:min-w-1\/5 {
    min-width: 20% !important; }
  .lg\:min-w-2\/5 {
    min-width: 40% !important; }
  .lg\:min-w-3\/5 {
    min-width: 60% !important; }
  .lg\:min-w-4\/5 {
    min-width: 80% !important; }
  .lg\:min-w-5\/5 {
    min-width: 100% !important; }
  .lg\:min-w-1\/6 {
    min-width: 16.666667% !important; }
  .lg\:min-w-2\/6 {
    min-width: 33.333333% !important; }
  .lg\:min-w-3\/6 {
    min-width: 50% !important; }
  .lg\:min-w-4\/6 {
    min-width: 66.666667% !important; }
  .lg\:min-w-5\/6 {
    min-width: 83.333333% !important; }
  .lg\:min-w-6\/6 {
    min-width: 100% !important; }
  .lg\:min-w-1\/10 {
    min-width: 10% !important; }
  .lg\:min-w-2\/10 {
    min-width: 20% !important; }
  .lg\:min-w-3\/10 {
    min-width: 30% !important; }
  .lg\:min-w-4\/10 {
    min-width: 40% !important; }
  .lg\:min-w-5\/10 {
    min-width: 50% !important; }
  .lg\:min-w-6\/10 {
    min-width: 60% !important; }
  .lg\:min-w-7\/10 {
    min-width: 70% !important; }
  .lg\:min-w-8\/10 {
    min-width: 80% !important; }
  .lg\:min-w-9\/10 {
    min-width: 90% !important; }
  .lg\:min-w-10\/10 {
    min-width: 100% !important; }
  .lg\:min-w-1\/12 {
    min-width: 8.333333% !important; }
  .lg\:min-w-2\/12 {
    min-width: 16.666667% !important; }
  .lg\:min-w-3\/12 {
    min-width: 25% !important; }
  .lg\:min-w-4\/12 {
    min-width: 33.333333% !important; }
  .lg\:min-w-5\/12 {
    min-width: 41.666667% !important; }
  .lg\:min-w-6\/12 {
    min-width: 50% !important; }
  .lg\:min-w-7\/12 {
    min-width: 58.333333% !important; }
  .lg\:min-w-8\/12 {
    min-width: 66.666667% !important; }
  .lg\:min-w-9\/12 {
    min-width: 75% !important; }
  .lg\:min-w-10\/12 {
    min-width: 83.333333% !important; }
  .lg\:min-w-11\/12 {
    min-width: 91.666667% !important; }
  .lg\:min-w-12\/12 {
    min-width: 100% !important; }
  .lg\:min-w-xs {
    min-width: 20rem !important; }
  .lg\:min-w-sm {
    min-width: 24rem !important; }
  .lg\:min-w-md {
    min-width: 28rem !important; }
  .lg\:min-w-lg {
    min-width: 32rem !important; }
  .lg\:min-w-xl {
    min-width: 36rem !important; }
  .lg\:min-w-2xl {
    min-width: 42rem !important; }
  .lg\:min-w-3xl {
    min-width: 48rem !important; }
  .lg\:min-w-4xl {
    min-width: 56rem !important; }
  .lg\:min-w-5xl {
    min-width: 64rem !important; }
  .lg\:min-w-6xl {
    min-width: 72rem !important; }
  .lg\:min-w-7xl {
    min-width: 80rem !important; }
  .lg\:min-w-full {
    min-width: 100% !important; }
  .lg\:min-w-screenw {
    min-width: 100vw !important; }
  .lg\:min-w-screenh {
    min-width: 100vh !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-5 {
    opacity: 0.05 !important; }
  .lg\:opacity-10 {
    opacity: 0.1 !important; }
  .lg\:opacity-15 {
    opacity: 0.15 !important; }
  .lg\:opacity-20 {
    opacity: 0.2 !important; }
  .lg\:opacity-25 {
    opacity: 0.25 !important; }
  .lg\:opacity-30 {
    opacity: 0.3 !important; }
  .lg\:opacity-35 {
    opacity: 0.35 !important; }
  .lg\:opacity-40 {
    opacity: 0.4 !important; }
  .lg\:opacity-45 {
    opacity: 0.45 !important; }
  .lg\:opacity-50 {
    opacity: 0.5 !important; }
  .lg\:opacity-55 {
    opacity: 0.55 !important; }
  .lg\:opacity-60 {
    opacity: 0.6 !important; }
  .lg\:opacity-65 {
    opacity: 0.65 !important; }
  .lg\:opacity-70 {
    opacity: 0.7 !important; }
  .lg\:opacity-75 {
    opacity: 0.75 !important; }
  .lg\:opacity-80 {
    opacity: 0.8 !important; }
  .lg\:opacity-85 {
    opacity: 0.85 !important; }
  .lg\:opacity-90 {
    opacity: 0.9 !important; }
  .lg\:opacity-95 {
    opacity: 0.95 !important; }
  .lg\:opacity-100 {
    opacity: 1 !important; }
  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important; }
  .lg\:hover\:opacity-5:hover {
    opacity: 0.05 !important; }
  .lg\:hover\:opacity-10:hover {
    opacity: 0.1 !important; }
  .lg\:hover\:opacity-15:hover {
    opacity: 0.15 !important; }
  .lg\:hover\:opacity-20:hover {
    opacity: 0.2 !important; }
  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important; }
  .lg\:hover\:opacity-30:hover {
    opacity: 0.3 !important; }
  .lg\:hover\:opacity-35:hover {
    opacity: 0.35 !important; }
  .lg\:hover\:opacity-40:hover {
    opacity: 0.4 !important; }
  .lg\:hover\:opacity-45:hover {
    opacity: 0.45 !important; }
  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important; }
  .lg\:hover\:opacity-55:hover {
    opacity: 0.55 !important; }
  .lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important; }
  .lg\:hover\:opacity-65:hover {
    opacity: 0.65 !important; }
  .lg\:hover\:opacity-70:hover {
    opacity: 0.7 !important; }
  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important; }
  .lg\:hover\:opacity-80:hover {
    opacity: 0.8 !important; }
  .lg\:hover\:opacity-85:hover {
    opacity: 0.85 !important; }
  .lg\:hover\:opacity-90:hover {
    opacity: 0.9 !important; }
  .lg\:hover\:opacity-95:hover {
    opacity: 0.95 !important; }
  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important; }
  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important; }
  .lg\:focus\:opacity-5:focus {
    opacity: 0.05 !important; }
  .lg\:focus\:opacity-10:focus {
    opacity: 0.1 !important; }
  .lg\:focus\:opacity-15:focus {
    opacity: 0.15 !important; }
  .lg\:focus\:opacity-20:focus {
    opacity: 0.2 !important; }
  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important; }
  .lg\:focus\:opacity-30:focus {
    opacity: 0.3 !important; }
  .lg\:focus\:opacity-35:focus {
    opacity: 0.35 !important; }
  .lg\:focus\:opacity-40:focus {
    opacity: 0.4 !important; }
  .lg\:focus\:opacity-45:focus {
    opacity: 0.45 !important; }
  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important; }
  .lg\:focus\:opacity-55:focus {
    opacity: 0.55 !important; }
  .lg\:focus\:opacity-60:focus {
    opacity: 0.6 !important; }
  .lg\:focus\:opacity-65:focus {
    opacity: 0.65 !important; }
  .lg\:focus\:opacity-70:focus {
    opacity: 0.7 !important; }
  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important; }
  .lg\:focus\:opacity-80:focus {
    opacity: 0.8 !important; }
  .lg\:focus\:opacity-85:focus {
    opacity: 0.85 !important; }
  .lg\:focus\:opacity-90:focus {
    opacity: 0.9 !important; }
  .lg\:focus\:opacity-95:focus {
    opacity: 0.95 !important; }
  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important; }
  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0 !important; }
  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05 !important; }
  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1 !important; }
  .group:hover .lg\:group-hover\:opacity-15 {
    opacity: 0.15 !important; }
  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2 !important; }
  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25 !important; }
  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3 !important; }
  .group:hover .lg\:group-hover\:opacity-35 {
    opacity: 0.35 !important; }
  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4 !important; }
  .group:hover .lg\:group-hover\:opacity-45 {
    opacity: 0.45 !important; }
  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5 !important; }
  .group:hover .lg\:group-hover\:opacity-55 {
    opacity: 0.55 !important; }
  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6 !important; }
  .group:hover .lg\:group-hover\:opacity-65 {
    opacity: 0.65 !important; }
  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7 !important; }
  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75 !important; }
  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8 !important; }
  .group:hover .lg\:group-hover\:opacity-85 {
    opacity: 0.85 !important; }
  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9 !important; }
  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95 !important; }
  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1 !important; }
  .lg\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important; }
  .lg\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important; }
  .lg\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important; }
  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important; }
  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important; }
  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !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 {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important; }
  .lg\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important; }
  .lg\:overscroll-none {
    -ms-scroll-chaining: none !important;
    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: 0rem !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-7 {
    padding: 1.75rem !important; }
  .lg\:p-8 {
    padding: 2rem !important; }
  .lg\:p-9 {
    padding: 2.25rem !important; }
  .lg\:p-10 {
    padding: 2.5rem !important; }
  .lg\:p-11 {
    padding: 2.75rem !important; }
  .lg\:p-12 {
    padding: 3rem !important; }
  .lg\:p-13 {
    padding: 3.25rem !important; }
  .lg\:p-14 {
    padding: 3.5rem !important; }
  .lg\:p-15 {
    padding: 3.75rem !important; }
  .lg\:p-16 {
    padding: 4rem !important; }
  .lg\:p-17 {
    padding: 4.25rem !important; }
  .lg\:p-18 {
    padding: 4.5rem !important; }
  .lg\:p-19 {
    padding: 4.75rem !important; }
  .lg\:p-20 {
    padding: 5rem !important; }
  .lg\:p-21 {
    padding: 5.25rem !important; }
  .lg\:p-22 {
    padding: 5.5rem !important; }
  .lg\:p-23 {
    padding: 5.75rem !important; }
  .lg\:p-24 {
    padding: 6rem !important; }
  .lg\:p-25 {
    padding: 6.25rem !important; }
  .lg\:p-26 {
    padding: 6.5rem !important; }
  .lg\:p-27 {
    padding: 6.75rem !important; }
  .lg\:p-28 {
    padding: 7rem !important; }
  .lg\:p-29 {
    padding: 7.25rem !important; }
  .lg\:p-30 {
    padding: 7.5rem !important; }
  .lg\:p-31 {
    padding: 7.75rem !important; }
  .lg\:p-32 {
    padding: 8rem !important; }
  .lg\:p-33 {
    padding: 8.25rem !important; }
  .lg\:p-34 {
    padding: 8.5rem !important; }
  .lg\:p-35 {
    padding: 8.75rem !important; }
  .lg\:p-36 {
    padding: 9rem !important; }
  .lg\:p-37 {
    padding: 9.25rem !important; }
  .lg\:p-38 {
    padding: 9.5rem !important; }
  .lg\:p-39 {
    padding: 9.75rem !important; }
  .lg\:p-40 {
    padding: 10rem !important; }
  .lg\:p-41 {
    padding: 10.25rem !important; }
  .lg\:p-42 {
    padding: 10.5rem !important; }
  .lg\:p-43 {
    padding: 10.75rem !important; }
  .lg\:p-44 {
    padding: 11rem !important; }
  .lg\:p-45 {
    padding: 11.25rem !important; }
  .lg\:p-46 {
    padding: 11.5rem !important; }
  .lg\:p-47 {
    padding: 11.75rem !important; }
  .lg\:p-48 {
    padding: 12rem !important; }
  .lg\:p-49 {
    padding: 12.25rem !important; }
  .lg\:p-50 {
    padding: 12.5rem !important; }
  .lg\:p-51 {
    padding: 12.75rem !important; }
  .lg\:p-52 {
    padding: 13rem !important; }
  .lg\:p-53 {
    padding: 13.25rem !important; }
  .lg\:p-54 {
    padding: 13.5rem !important; }
  .lg\:p-55 {
    padding: 13.75rem !important; }
  .lg\:p-56 {
    padding: 14rem !important; }
  .lg\:p-57 {
    padding: 14.25rem !important; }
  .lg\:p-58 {
    padding: 14.5rem !important; }
  .lg\:p-59 {
    padding: 14.75rem !important; }
  .lg\:p-60 {
    padding: 15rem !important; }
  .lg\:p-61 {
    padding: 15.25rem !important; }
  .lg\:p-62 {
    padding: 15.5rem !important; }
  .lg\:p-63 {
    padding: 15.75rem !important; }
  .lg\:p-64 {
    padding: 16rem !important; }
  .lg\:p-65 {
    padding: 16.25rem !important; }
  .lg\:p-66 {
    padding: 16.5rem !important; }
  .lg\:p-67 {
    padding: 16.75rem !important; }
  .lg\:p-68 {
    padding: 17rem !important; }
  .lg\:p-69 {
    padding: 17.25rem !important; }
  .lg\:p-70 {
    padding: 17.5rem !important; }
  .lg\:p-71 {
    padding: 17.75rem !important; }
  .lg\:p-72 {
    padding: 18rem !important; }
  .lg\:p-73 {
    padding: 18.25rem !important; }
  .lg\:p-74 {
    padding: 18.5rem !important; }
  .lg\:p-75 {
    padding: 18.75rem !important; }
  .lg\:p-76 {
    padding: 19rem !important; }
  .lg\:p-77 {
    padding: 19.25rem !important; }
  .lg\:p-78 {
    padding: 19.5rem !important; }
  .lg\:p-79 {
    padding: 19.75rem !important; }
  .lg\:p-80 {
    padding: 20rem !important; }
  .lg\:p-84 {
    padding: 21rem !important; }
  .lg\:p-88 {
    padding: 22rem !important; }
  .lg\:p-92 {
    padding: 23rem !important; }
  .lg\:p-96 {
    padding: 24rem !important; }
  .lg\:p-100 {
    padding: 25rem !important; }
  .lg\:p-104 {
    padding: 26rem !important; }
  .lg\:p-108 {
    padding: 27rem !important; }
  .lg\:p-112 {
    padding: 28rem !important; }
  .lg\:p-116 {
    padding: 29rem !important; }
  .lg\:p-120 {
    padding: 30rem !important; }
  .lg\:p-124 {
    padding: 31rem !important; }
  .lg\:p-128 {
    padding: 32rem !important; }
  .lg\:p-132 {
    padding: 33rem !important; }
  .lg\:p-136 {
    padding: 34rem !important; }
  .lg\:p-140 {
    padding: 35rem !important; }
  .lg\:p-144 {
    padding: 36rem !important; }
  .lg\:p-148 {
    padding: 37rem !important; }
  .lg\:p-152 {
    padding: 38rem !important; }
  .lg\:p-156 {
    padding: 39rem !important; }
  .lg\:p-160 {
    padding: 40rem !important; }
  .lg\:p-164 {
    padding: 41rem !important; }
  .lg\:p-168 {
    padding: 42rem !important; }
  .lg\:p-172 {
    padding: 43rem !important; }
  .lg\:p-176 {
    padding: 44rem !important; }
  .lg\:p-180 {
    padding: 45rem !important; }
  .lg\:p-184 {
    padding: 46rem !important; }
  .lg\:p-188 {
    padding: 47rem !important; }
  .lg\:p-192 {
    padding: 48rem !important; }
  .lg\:p-196 {
    padding: 49rem !important; }
  .lg\:p-200 {
    padding: 50rem !important; }
  .lg\:p-px {
    padding: 1px !important; }
  .lg\:p-2px {
    padding: 2px !important; }
  .lg\:p-1\/2 {
    padding: 50% !important; }
  .lg\:p-2\/2 {
    padding: 100% !important; }
  .lg\:p-1\/3 {
    padding: 33.333333% !important; }
  .lg\:p-2\/3 {
    padding: 66.666667% !important; }
  .lg\:p-3\/3 {
    padding: 100% !important; }
  .lg\:p-1\/4 {
    padding: 25% !important; }
  .lg\:p-2\/4 {
    padding: 50% !important; }
  .lg\:p-3\/4 {
    padding: 75% !important; }
  .lg\:p-4\/4 {
    padding: 100% !important; }
  .lg\:p-1\/5 {
    padding: 20% !important; }
  .lg\:p-2\/5 {
    padding: 40% !important; }
  .lg\:p-3\/5 {
    padding: 60% !important; }
  .lg\:p-4\/5 {
    padding: 80% !important; }
  .lg\:p-5\/5 {
    padding: 100% !important; }
  .lg\:p-1\/6 {
    padding: 16.666667% !important; }
  .lg\:p-2\/6 {
    padding: 33.333333% !important; }
  .lg\:p-3\/6 {
    padding: 50% !important; }
  .lg\:p-4\/6 {
    padding: 66.666667% !important; }
  .lg\:p-5\/6 {
    padding: 83.333333% !important; }
  .lg\:p-6\/6 {
    padding: 100% !important; }
  .lg\:p-1\/10 {
    padding: 10% !important; }
  .lg\:p-2\/10 {
    padding: 20% !important; }
  .lg\:p-3\/10 {
    padding: 30% !important; }
  .lg\:p-4\/10 {
    padding: 40% !important; }
  .lg\:p-5\/10 {
    padding: 50% !important; }
  .lg\:p-6\/10 {
    padding: 60% !important; }
  .lg\:p-7\/10 {
    padding: 70% !important; }
  .lg\:p-8\/10 {
    padding: 80% !important; }
  .lg\:p-9\/10 {
    padding: 90% !important; }
  .lg\:p-10\/10 {
    padding: 100% !important; }
  .lg\:p-1\/12 {
    padding: 8.333333% !important; }
  .lg\:p-2\/12 {
    padding: 16.666667% !important; }
  .lg\:p-3\/12 {
    padding: 25% !important; }
  .lg\:p-4\/12 {
    padding: 33.333333% !important; }
  .lg\:p-5\/12 {
    padding: 41.666667% !important; }
  .lg\:p-6\/12 {
    padding: 50% !important; }
  .lg\:p-7\/12 {
    padding: 58.333333% !important; }
  .lg\:p-8\/12 {
    padding: 66.666667% !important; }
  .lg\:p-9\/12 {
    padding: 75% !important; }
  .lg\:p-10\/12 {
    padding: 83.333333% !important; }
  .lg\:p-11\/12 {
    padding: 91.666667% !important; }
  .lg\:p-12\/12 {
    padding: 100% !important; }
  .lg\:p-xs {
    padding: 20rem !important; }
  .lg\:p-sm {
    padding: 24rem !important; }
  .lg\:p-md {
    padding: 28rem !important; }
  .lg\:p-lg {
    padding: 32rem !important; }
  .lg\:p-xl {
    padding: 36rem !important; }
  .lg\:p-2xl {
    padding: 42rem !important; }
  .lg\:p-3xl {
    padding: 48rem !important; }
  .lg\:p-4xl {
    padding: 56rem !important; }
  .lg\:p-5xl {
    padding: 64rem !important; }
  .lg\:p-6xl {
    padding: 72rem !important; }
  .lg\:p-7xl {
    padding: 80rem !important; }
  .lg\:p-full {
    padding: 100% !important; }
  .lg\:p-screenw {
    padding: 100vw !important; }
  .lg\:p-screenh {
    padding: 100vh !important; }
  .lg\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }
  .lg\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !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-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .lg\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !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-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important; }
  .lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important; }
  .lg\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !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-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .lg\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important; }
  .lg\:px-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important; }
  .lg\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .lg\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .lg\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .lg\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !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-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important; }
  .lg\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !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-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important; }
  .lg\:px-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !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-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .lg\:px-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; }
  .lg\:py-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important; }
  .lg\:px-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important; }
  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .lg\:py-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important; }
  .lg\:px-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.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-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important; }
  .lg\:px-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !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-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important; }
  .lg\:px-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important; }
  .lg\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; }
  .lg\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; }
  .lg\:py-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important; }
  .lg\:px-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important; }
  .lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .lg\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; }
  .lg\:py-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important; }
  .lg\:px-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important; }
  .lg\:py-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; }
  .lg\:px-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; }
  .lg\:py-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important; }
  .lg\:px-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !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-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important; }
  .lg\:px-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important; }
  .lg\:py-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important; }
  .lg\:px-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; }
  .lg\:py-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important; }
  .lg\:px-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important; }
  .lg\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important; }
  .lg\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; }
  .lg\:py-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important; }
  .lg\:px-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important; }
  .lg\:py-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important; }
  .lg\:px-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; }
  .lg\:py-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important; }
  .lg\:px-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !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-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important; }
  .lg\:px-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important; }
  .lg\:py-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  .lg\:px-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; }
  .lg\:py-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important; }
  .lg\:px-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important; }
  .lg\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important; }
  .lg\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; }
  .lg\:py-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important; }
  .lg\:px-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important; }
  .lg\:py-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important; }
  .lg\:px-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; }
  .lg\:py-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important; }
  .lg\:px-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !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-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important; }
  .lg\:px-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important; }
  .lg\:py-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important; }
  .lg\:px-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; }
  .lg\:py-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important; }
  .lg\:px-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important; }
  .lg\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  .lg\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }
  .lg\:py-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important; }
  .lg\:px-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important; }
  .lg\:py-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important; }
  .lg\:px-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; }
  .lg\:py-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important; }
  .lg\:px-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !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-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important; }
  .lg\:px-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important; }
  .lg\:py-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important; }
  .lg\:px-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; }
  .lg\:py-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important; }
  .lg\:px-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important; }
  .lg\:py-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important; }
  .lg\:px-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; }
  .lg\:py-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important; }
  .lg\:px-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important; }
  .lg\:py-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important; }
  .lg\:px-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; }
  .lg\:py-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important; }
  .lg\:px-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important; }
  .lg\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .lg\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; }
  .lg\:py-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important; }
  .lg\:px-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important; }
  .lg\:py-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important; }
  .lg\:px-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; }
  .lg\:py-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important; }
  .lg\:px-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important; }
  .lg\:py-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important; }
  .lg\:px-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; }
  .lg\:py-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important; }
  .lg\:px-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important; }
  .lg\:py-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important; }
  .lg\:px-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; }
  .lg\:py-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important; }
  .lg\:px-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important; }
  .lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; }
  .lg\:py-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important; }
  .lg\:px-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important; }
  .lg\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important; }
  .lg\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important; }
  .lg\:py-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important; }
  .lg\:px-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important; }
  .lg\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important; }
  .lg\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important; }
  .lg\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important; }
  .lg\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important; }
  .lg\:py-104 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important; }
  .lg\:px-104 {
    padding-left: 26rem !important;
    padding-right: 26rem !important; }
  .lg\:py-108 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important; }
  .lg\:px-108 {
    padding-left: 27rem !important;
    padding-right: 27rem !important; }
  .lg\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important; }
  .lg\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important; }
  .lg\:py-116 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important; }
  .lg\:px-116 {
    padding-left: 29rem !important;
    padding-right: 29rem !important; }
  .lg\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important; }
  .lg\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important; }
  .lg\:py-124 {
    padding-top: 31rem !important;
    padding-bottom: 31rem !important; }
  .lg\:px-124 {
    padding-left: 31rem !important;
    padding-right: 31rem !important; }
  .lg\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important; }
  .lg\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important; }
  .lg\:py-132 {
    padding-top: 33rem !important;
    padding-bottom: 33rem !important; }
  .lg\:px-132 {
    padding-left: 33rem !important;
    padding-right: 33rem !important; }
  .lg\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important; }
  .lg\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important; }
  .lg\:py-140 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important; }
  .lg\:px-140 {
    padding-left: 35rem !important;
    padding-right: 35rem !important; }
  .lg\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important; }
  .lg\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important; }
  .lg\:py-148 {
    padding-top: 37rem !important;
    padding-bottom: 37rem !important; }
  .lg\:px-148 {
    padding-left: 37rem !important;
    padding-right: 37rem !important; }
  .lg\:py-152 {
    padding-top: 38rem !important;
    padding-bottom: 38rem !important; }
  .lg\:px-152 {
    padding-left: 38rem !important;
    padding-right: 38rem !important; }
  .lg\:py-156 {
    padding-top: 39rem !important;
    padding-bottom: 39rem !important; }
  .lg\:px-156 {
    padding-left: 39rem !important;
    padding-right: 39rem !important; }
  .lg\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important; }
  .lg\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important; }
  .lg\:py-164 {
    padding-top: 41rem !important;
    padding-bottom: 41rem !important; }
  .lg\:px-164 {
    padding-left: 41rem !important;
    padding-right: 41rem !important; }
  .lg\:py-168 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important; }
  .lg\:px-168 {
    padding-left: 42rem !important;
    padding-right: 42rem !important; }
  .lg\:py-172 {
    padding-top: 43rem !important;
    padding-bottom: 43rem !important; }
  .lg\:px-172 {
    padding-left: 43rem !important;
    padding-right: 43rem !important; }
  .lg\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important; }
  .lg\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important; }
  .lg\:py-180 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important; }
  .lg\:px-180 {
    padding-left: 45rem !important;
    padding-right: 45rem !important; }
  .lg\:py-184 {
    padding-top: 46rem !important;
    padding-bottom: 46rem !important; }
  .lg\:px-184 {
    padding-left: 46rem !important;
    padding-right: 46rem !important; }
  .lg\:py-188 {
    padding-top: 47rem !important;
    padding-bottom: 47rem !important; }
  .lg\:px-188 {
    padding-left: 47rem !important;
    padding-right: 47rem !important; }
  .lg\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important; }
  .lg\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important; }
  .lg\:py-196 {
    padding-top: 49rem !important;
    padding-bottom: 49rem !important; }
  .lg\:px-196 {
    padding-left: 49rem !important;
    padding-right: 49rem !important; }
  .lg\:py-200 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important; }
  .lg\:px-200 {
    padding-left: 50rem !important;
    padding-right: 50rem !important; }
  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important; }
  .lg\:py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  .lg\:px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  .lg\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .lg\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .lg\:py-2\/2 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .lg\:px-2\/2 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .lg\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .lg\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .lg\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .lg\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .lg\:py-3\/3 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .lg\:px-3\/3 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .lg\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important; }
  .lg\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important; }
  .lg\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .lg\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .lg\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important; }
  .lg\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important; }
  .lg\:py-4\/4 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .lg\:px-4\/4 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .lg\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important; }
  .lg\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .lg\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important; }
  .lg\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important; }
  .lg\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important; }
  .lg\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important; }
  .lg\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important; }
  .lg\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important; }
  .lg\:py-5\/5 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .lg\:px-5\/5 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .lg\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important; }
  .lg\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important; }
  .lg\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .lg\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .lg\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .lg\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .lg\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .lg\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .lg\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important; }
  .lg\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important; }
  .lg\:py-6\/6 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .lg\:px-6\/6 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .lg\:py-1\/10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important; }
  .lg\:px-1\/10 {
    padding-left: 10% !important;
    padding-right: 10% !important; }
  .lg\:py-2\/10 {
    padding-top: 20% !important;
    padding-bottom: 20% !important; }
  .lg\:px-2\/10 {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .lg\:py-3\/10 {
    padding-top: 30% !important;
    padding-bottom: 30% !important; }
  .lg\:px-3\/10 {
    padding-left: 30% !important;
    padding-right: 30% !important; }
  .lg\:py-4\/10 {
    padding-top: 40% !important;
    padding-bottom: 40% !important; }
  .lg\:px-4\/10 {
    padding-left: 40% !important;
    padding-right: 40% !important; }
  .lg\:py-5\/10 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .lg\:px-5\/10 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .lg\:py-6\/10 {
    padding-top: 60% !important;
    padding-bottom: 60% !important; }
  .lg\:px-6\/10 {
    padding-left: 60% !important;
    padding-right: 60% !important; }
  .lg\:py-7\/10 {
    padding-top: 70% !important;
    padding-bottom: 70% !important; }
  .lg\:px-7\/10 {
    padding-left: 70% !important;
    padding-right: 70% !important; }
  .lg\:py-8\/10 {
    padding-top: 80% !important;
    padding-bottom: 80% !important; }
  .lg\:px-8\/10 {
    padding-left: 80% !important;
    padding-right: 80% !important; }
  .lg\:py-9\/10 {
    padding-top: 90% !important;
    padding-bottom: 90% !important; }
  .lg\:px-9\/10 {
    padding-left: 90% !important;
    padding-right: 90% !important; }
  .lg\:py-10\/10 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .lg\:px-10\/10 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .lg\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important; }
  .lg\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important; }
  .lg\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important; }
  .lg\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important; }
  .lg\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important; }
  .lg\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important; }
  .lg\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .lg\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .lg\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important; }
  .lg\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important; }
  .lg\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .lg\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .lg\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important; }
  .lg\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important; }
  .lg\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .lg\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .lg\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important; }
  .lg\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important; }
  .lg\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important; }
  .lg\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important; }
  .lg\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important; }
  .lg\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important; }
  .lg\:py-12\/12 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .lg\:px-12\/12 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .lg\:py-xs {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .lg\:px-xs {
    padding-left: 20rem !important;
    padding-right: 20rem !important; }
  .lg\:py-sm {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important; }
  .lg\:px-sm {
    padding-left: 24rem !important;
    padding-right: 24rem !important; }
  .lg\:py-md {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important; }
  .lg\:px-md {
    padding-left: 28rem !important;
    padding-right: 28rem !important; }
  .lg\:py-lg {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important; }
  .lg\:px-lg {
    padding-left: 32rem !important;
    padding-right: 32rem !important; }
  .lg\:py-xl {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important; }
  .lg\:px-xl {
    padding-left: 36rem !important;
    padding-right: 36rem !important; }
  .lg\:py-2xl {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important; }
  .lg\:px-2xl {
    padding-left: 42rem !important;
    padding-right: 42rem !important; }
  .lg\:py-3xl {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important; }
  .lg\:px-3xl {
    padding-left: 48rem !important;
    padding-right: 48rem !important; }
  .lg\:py-4xl {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important; }
  .lg\:px-4xl {
    padding-left: 56rem !important;
    padding-right: 56rem !important; }
  .lg\:py-5xl {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important; }
  .lg\:px-5xl {
    padding-left: 64rem !important;
    padding-right: 64rem !important; }
  .lg\:py-6xl {
    padding-top: 72rem !important;
    padding-bottom: 72rem !important; }
  .lg\:px-6xl {
    padding-left: 72rem !important;
    padding-right: 72rem !important; }
  .lg\:py-7xl {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important; }
  .lg\:px-7xl {
    padding-left: 80rem !important;
    padding-right: 80rem !important; }
  .lg\:py-full {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .lg\:px-full {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .lg\:py-screenw {
    padding-top: 100vw !important;
    padding-bottom: 100vw !important; }
  .lg\:px-screenw {
    padding-left: 100vw !important;
    padding-right: 100vw !important; }
  .lg\:py-screenh {
    padding-top: 100vh !important;
    padding-bottom: 100vh !important; }
  .lg\:px-screenh {
    padding-left: 100vh !important;
    padding-right: 100vh !important; }
  .lg\:pt-0 {
    padding-top: 0rem !important; }
  .lg\:pr-0 {
    padding-right: 0rem !important; }
  .lg\:pb-0 {
    padding-bottom: 0rem !important; }
  .lg\:pl-0 {
    padding-left: 0rem !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-7 {
    padding-top: 1.75rem !important; }
  .lg\:pr-7 {
    padding-right: 1.75rem !important; }
  .lg\:pb-7 {
    padding-bottom: 1.75rem !important; }
  .lg\:pl-7 {
    padding-left: 1.75rem !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-11 {
    padding-top: 2.75rem !important; }
  .lg\:pr-11 {
    padding-right: 2.75rem !important; }
  .lg\:pb-11 {
    padding-bottom: 2.75rem !important; }
  .lg\:pl-11 {
    padding-left: 2.75rem !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-13 {
    padding-top: 3.25rem !important; }
  .lg\:pr-13 {
    padding-right: 3.25rem !important; }
  .lg\:pb-13 {
    padding-bottom: 3.25rem !important; }
  .lg\:pl-13 {
    padding-left: 3.25rem !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-15 {
    padding-top: 3.75rem !important; }
  .lg\:pr-15 {
    padding-right: 3.75rem !important; }
  .lg\:pb-15 {
    padding-bottom: 3.75rem !important; }
  .lg\:pl-15 {
    padding-left: 3.75rem !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-17 {
    padding-top: 4.25rem !important; }
  .lg\:pr-17 {
    padding-right: 4.25rem !important; }
  .lg\:pb-17 {
    padding-bottom: 4.25rem !important; }
  .lg\:pl-17 {
    padding-left: 4.25rem !important; }
  .lg\:pt-18 {
    padding-top: 4.5rem !important; }
  .lg\:pr-18 {
    padding-right: 4.5rem !important; }
  .lg\:pb-18 {
    padding-bottom: 4.5rem !important; }
  .lg\:pl-18 {
    padding-left: 4.5rem !important; }
  .lg\:pt-19 {
    padding-top: 4.75rem !important; }
  .lg\:pr-19 {
    padding-right: 4.75rem !important; }
  .lg\:pb-19 {
    padding-bottom: 4.75rem !important; }
  .lg\:pl-19 {
    padding-left: 4.75rem !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-21 {
    padding-top: 5.25rem !important; }
  .lg\:pr-21 {
    padding-right: 5.25rem !important; }
  .lg\:pb-21 {
    padding-bottom: 5.25rem !important; }
  .lg\:pl-21 {
    padding-left: 5.25rem !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-23 {
    padding-top: 5.75rem !important; }
  .lg\:pr-23 {
    padding-right: 5.75rem !important; }
  .lg\:pb-23 {
    padding-bottom: 5.75rem !important; }
  .lg\:pl-23 {
    padding-left: 5.75rem !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-26 {
    padding-top: 6.5rem !important; }
  .lg\:pr-26 {
    padding-right: 6.5rem !important; }
  .lg\:pb-26 {
    padding-bottom: 6.5rem !important; }
  .lg\:pl-26 {
    padding-left: 6.5rem !important; }
  .lg\:pt-27 {
    padding-top: 6.75rem !important; }
  .lg\:pr-27 {
    padding-right: 6.75rem !important; }
  .lg\:pb-27 {
    padding-bottom: 6.75rem !important; }
  .lg\:pl-27 {
    padding-left: 6.75rem !important; }
  .lg\:pt-28 {
    padding-top: 7rem !important; }
  .lg\:pr-28 {
    padding-right: 7rem !important; }
  .lg\:pb-28 {
    padding-bottom: 7rem !important; }
  .lg\:pl-28 {
    padding-left: 7rem !important; }
  .lg\:pt-29 {
    padding-top: 7.25rem !important; }
  .lg\:pr-29 {
    padding-right: 7.25rem !important; }
  .lg\:pb-29 {
    padding-bottom: 7.25rem !important; }
  .lg\:pl-29 {
    padding-left: 7.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-31 {
    padding-top: 7.75rem !important; }
  .lg\:pr-31 {
    padding-right: 7.75rem !important; }
  .lg\:pb-31 {
    padding-bottom: 7.75rem !important; }
  .lg\:pl-31 {
    padding-left: 7.75rem !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-33 {
    padding-top: 8.25rem !important; }
  .lg\:pr-33 {
    padding-right: 8.25rem !important; }
  .lg\:pb-33 {
    padding-bottom: 8.25rem !important; }
  .lg\:pl-33 {
    padding-left: 8.25rem !important; }
  .lg\:pt-34 {
    padding-top: 8.5rem !important; }
  .lg\:pr-34 {
    padding-right: 8.5rem !important; }
  .lg\:pb-34 {
    padding-bottom: 8.5rem !important; }
  .lg\:pl-34 {
    padding-left: 8.5rem !important; }
  .lg\:pt-35 {
    padding-top: 8.75rem !important; }
  .lg\:pr-35 {
    padding-right: 8.75rem !important; }
  .lg\:pb-35 {
    padding-bottom: 8.75rem !important; }
  .lg\:pl-35 {
    padding-left: 8.75rem !important; }
  .lg\:pt-36 {
    padding-top: 9rem !important; }
  .lg\:pr-36 {
    padding-right: 9rem !important; }
  .lg\:pb-36 {
    padding-bottom: 9rem !important; }
  .lg\:pl-36 {
    padding-left: 9rem !important; }
  .lg\:pt-37 {
    padding-top: 9.25rem !important; }
  .lg\:pr-37 {
    padding-right: 9.25rem !important; }
  .lg\:pb-37 {
    padding-bottom: 9.25rem !important; }
  .lg\:pl-37 {
    padding-left: 9.25rem !important; }
  .lg\:pt-38 {
    padding-top: 9.5rem !important; }
  .lg\:pr-38 {
    padding-right: 9.5rem !important; }
  .lg\:pb-38 {
    padding-bottom: 9.5rem !important; }
  .lg\:pl-38 {
    padding-left: 9.5rem !important; }
  .lg\:pt-39 {
    padding-top: 9.75rem !important; }
  .lg\:pr-39 {
    padding-right: 9.75rem !important; }
  .lg\:pb-39 {
    padding-bottom: 9.75rem !important; }
  .lg\:pl-39 {
    padding-left: 9.75rem !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-41 {
    padding-top: 10.25rem !important; }
  .lg\:pr-41 {
    padding-right: 10.25rem !important; }
  .lg\:pb-41 {
    padding-bottom: 10.25rem !important; }
  .lg\:pl-41 {
    padding-left: 10.25rem !important; }
  .lg\:pt-42 {
    padding-top: 10.5rem !important; }
  .lg\:pr-42 {
    padding-right: 10.5rem !important; }
  .lg\:pb-42 {
    padding-bottom: 10.5rem !important; }
  .lg\:pl-42 {
    padding-left: 10.5rem !important; }
  .lg\:pt-43 {
    padding-top: 10.75rem !important; }
  .lg\:pr-43 {
    padding-right: 10.75rem !important; }
  .lg\:pb-43 {
    padding-bottom: 10.75rem !important; }
  .lg\:pl-43 {
    padding-left: 10.75rem !important; }
  .lg\:pt-44 {
    padding-top: 11rem !important; }
  .lg\:pr-44 {
    padding-right: 11rem !important; }
  .lg\:pb-44 {
    padding-bottom: 11rem !important; }
  .lg\:pl-44 {
    padding-left: 11rem !important; }
  .lg\:pt-45 {
    padding-top: 11.25rem !important; }
  .lg\:pr-45 {
    padding-right: 11.25rem !important; }
  .lg\:pb-45 {
    padding-bottom: 11.25rem !important; }
  .lg\:pl-45 {
    padding-left: 11.25rem !important; }
  .lg\:pt-46 {
    padding-top: 11.5rem !important; }
  .lg\:pr-46 {
    padding-right: 11.5rem !important; }
  .lg\:pb-46 {
    padding-bottom: 11.5rem !important; }
  .lg\:pl-46 {
    padding-left: 11.5rem !important; }
  .lg\:pt-47 {
    padding-top: 11.75rem !important; }
  .lg\:pr-47 {
    padding-right: 11.75rem !important; }
  .lg\:pb-47 {
    padding-bottom: 11.75rem !important; }
  .lg\:pl-47 {
    padding-left: 11.75rem !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-49 {
    padding-top: 12.25rem !important; }
  .lg\:pr-49 {
    padding-right: 12.25rem !important; }
  .lg\:pb-49 {
    padding-bottom: 12.25rem !important; }
  .lg\:pl-49 {
    padding-left: 12.25rem !important; }
  .lg\:pt-50 {
    padding-top: 12.5rem !important; }
  .lg\:pr-50 {
    padding-right: 12.5rem !important; }
  .lg\:pb-50 {
    padding-bottom: 12.5rem !important; }
  .lg\:pl-50 {
    padding-left: 12.5rem !important; }
  .lg\:pt-51 {
    padding-top: 12.75rem !important; }
  .lg\:pr-51 {
    padding-right: 12.75rem !important; }
  .lg\:pb-51 {
    padding-bottom: 12.75rem !important; }
  .lg\:pl-51 {
    padding-left: 12.75rem !important; }
  .lg\:pt-52 {
    padding-top: 13rem !important; }
  .lg\:pr-52 {
    padding-right: 13rem !important; }
  .lg\:pb-52 {
    padding-bottom: 13rem !important; }
  .lg\:pl-52 {
    padding-left: 13rem !important; }
  .lg\:pt-53 {
    padding-top: 13.25rem !important; }
  .lg\:pr-53 {
    padding-right: 13.25rem !important; }
  .lg\:pb-53 {
    padding-bottom: 13.25rem !important; }
  .lg\:pl-53 {
    padding-left: 13.25rem !important; }
  .lg\:pt-54 {
    padding-top: 13.5rem !important; }
  .lg\:pr-54 {
    padding-right: 13.5rem !important; }
  .lg\:pb-54 {
    padding-bottom: 13.5rem !important; }
  .lg\:pl-54 {
    padding-left: 13.5rem !important; }
  .lg\:pt-55 {
    padding-top: 13.75rem !important; }
  .lg\:pr-55 {
    padding-right: 13.75rem !important; }
  .lg\:pb-55 {
    padding-bottom: 13.75rem !important; }
  .lg\:pl-55 {
    padding-left: 13.75rem !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-57 {
    padding-top: 14.25rem !important; }
  .lg\:pr-57 {
    padding-right: 14.25rem !important; }
  .lg\:pb-57 {
    padding-bottom: 14.25rem !important; }
  .lg\:pl-57 {
    padding-left: 14.25rem !important; }
  .lg\:pt-58 {
    padding-top: 14.5rem !important; }
  .lg\:pr-58 {
    padding-right: 14.5rem !important; }
  .lg\:pb-58 {
    padding-bottom: 14.5rem !important; }
  .lg\:pl-58 {
    padding-left: 14.5rem !important; }
  .lg\:pt-59 {
    padding-top: 14.75rem !important; }
  .lg\:pr-59 {
    padding-right: 14.75rem !important; }
  .lg\:pb-59 {
    padding-bottom: 14.75rem !important; }
  .lg\:pl-59 {
    padding-left: 14.75rem !important; }
  .lg\:pt-60 {
    padding-top: 15rem !important; }
  .lg\:pr-60 {
    padding-right: 15rem !important; }
  .lg\:pb-60 {
    padding-bottom: 15rem !important; }
  .lg\:pl-60 {
    padding-left: 15rem !important; }
  .lg\:pt-61 {
    padding-top: 15.25rem !important; }
  .lg\:pr-61 {
    padding-right: 15.25rem !important; }
  .lg\:pb-61 {
    padding-bottom: 15.25rem !important; }
  .lg\:pl-61 {
    padding-left: 15.25rem !important; }
  .lg\:pt-62 {
    padding-top: 15.5rem !important; }
  .lg\:pr-62 {
    padding-right: 15.5rem !important; }
  .lg\:pb-62 {
    padding-bottom: 15.5rem !important; }
  .lg\:pl-62 {
    padding-left: 15.5rem !important; }
  .lg\:pt-63 {
    padding-top: 15.75rem !important; }
  .lg\:pr-63 {
    padding-right: 15.75rem !important; }
  .lg\:pb-63 {
    padding-bottom: 15.75rem !important; }
  .lg\:pl-63 {
    padding-left: 15.75rem !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-65 {
    padding-top: 16.25rem !important; }
  .lg\:pr-65 {
    padding-right: 16.25rem !important; }
  .lg\:pb-65 {
    padding-bottom: 16.25rem !important; }
  .lg\:pl-65 {
    padding-left: 16.25rem !important; }
  .lg\:pt-66 {
    padding-top: 16.5rem !important; }
  .lg\:pr-66 {
    padding-right: 16.5rem !important; }
  .lg\:pb-66 {
    padding-bottom: 16.5rem !important; }
  .lg\:pl-66 {
    padding-left: 16.5rem !important; }
  .lg\:pt-67 {
    padding-top: 16.75rem !important; }
  .lg\:pr-67 {
    padding-right: 16.75rem !important; }
  .lg\:pb-67 {
    padding-bottom: 16.75rem !important; }
  .lg\:pl-67 {
    padding-left: 16.75rem !important; }
  .lg\:pt-68 {
    padding-top: 17rem !important; }
  .lg\:pr-68 {
    padding-right: 17rem !important; }
  .lg\:pb-68 {
    padding-bottom: 17rem !important; }
  .lg\:pl-68 {
    padding-left: 17rem !important; }
  .lg\:pt-69 {
    padding-top: 17.25rem !important; }
  .lg\:pr-69 {
    padding-right: 17.25rem !important; }
  .lg\:pb-69 {
    padding-bottom: 17.25rem !important; }
  .lg\:pl-69 {
    padding-left: 17.25rem !important; }
  .lg\:pt-70 {
    padding-top: 17.5rem !important; }
  .lg\:pr-70 {
    padding-right: 17.5rem !important; }
  .lg\:pb-70 {
    padding-bottom: 17.5rem !important; }
  .lg\:pl-70 {
    padding-left: 17.5rem !important; }
  .lg\:pt-71 {
    padding-top: 17.75rem !important; }
  .lg\:pr-71 {
    padding-right: 17.75rem !important; }
  .lg\:pb-71 {
    padding-bottom: 17.75rem !important; }
  .lg\:pl-71 {
    padding-left: 17.75rem !important; }
  .lg\:pt-72 {
    padding-top: 18rem !important; }
  .lg\:pr-72 {
    padding-right: 18rem !important; }
  .lg\:pb-72 {
    padding-bottom: 18rem !important; }
  .lg\:pl-72 {
    padding-left: 18rem !important; }
  .lg\:pt-73 {
    padding-top: 18.25rem !important; }
  .lg\:pr-73 {
    padding-right: 18.25rem !important; }
  .lg\:pb-73 {
    padding-bottom: 18.25rem !important; }
  .lg\:pl-73 {
    padding-left: 18.25rem !important; }
  .lg\:pt-74 {
    padding-top: 18.5rem !important; }
  .lg\:pr-74 {
    padding-right: 18.5rem !important; }
  .lg\:pb-74 {
    padding-bottom: 18.5rem !important; }
  .lg\:pl-74 {
    padding-left: 18.5rem !important; }
  .lg\:pt-75 {
    padding-top: 18.75rem !important; }
  .lg\:pr-75 {
    padding-right: 18.75rem !important; }
  .lg\:pb-75 {
    padding-bottom: 18.75rem !important; }
  .lg\:pl-75 {
    padding-left: 18.75rem !important; }
  .lg\:pt-76 {
    padding-top: 19rem !important; }
  .lg\:pr-76 {
    padding-right: 19rem !important; }
  .lg\:pb-76 {
    padding-bottom: 19rem !important; }
  .lg\:pl-76 {
    padding-left: 19rem !important; }
  .lg\:pt-77 {
    padding-top: 19.25rem !important; }
  .lg\:pr-77 {
    padding-right: 19.25rem !important; }
  .lg\:pb-77 {
    padding-bottom: 19.25rem !important; }
  .lg\:pl-77 {
    padding-left: 19.25rem !important; }
  .lg\:pt-78 {
    padding-top: 19.5rem !important; }
  .lg\:pr-78 {
    padding-right: 19.5rem !important; }
  .lg\:pb-78 {
    padding-bottom: 19.5rem !important; }
  .lg\:pl-78 {
    padding-left: 19.5rem !important; }
  .lg\:pt-79 {
    padding-top: 19.75rem !important; }
  .lg\:pr-79 {
    padding-right: 19.75rem !important; }
  .lg\:pb-79 {
    padding-bottom: 19.75rem !important; }
  .lg\:pl-79 {
    padding-left: 19.75rem !important; }
  .lg\:pt-80 {
    padding-top: 20rem !important; }
  .lg\:pr-80 {
    padding-right: 20rem !important; }
  .lg\:pb-80 {
    padding-bottom: 20rem !important; }
  .lg\:pl-80 {
    padding-left: 20rem !important; }
  .lg\:pt-84 {
    padding-top: 21rem !important; }
  .lg\:pr-84 {
    padding-right: 21rem !important; }
  .lg\:pb-84 {
    padding-bottom: 21rem !important; }
  .lg\:pl-84 {
    padding-left: 21rem !important; }
  .lg\:pt-88 {
    padding-top: 22rem !important; }
  .lg\:pr-88 {
    padding-right: 22rem !important; }
  .lg\:pb-88 {
    padding-bottom: 22rem !important; }
  .lg\:pl-88 {
    padding-left: 22rem !important; }
  .lg\:pt-92 {
    padding-top: 23rem !important; }
  .lg\:pr-92 {
    padding-right: 23rem !important; }
  .lg\:pb-92 {
    padding-bottom: 23rem !important; }
  .lg\:pl-92 {
    padding-left: 23rem !important; }
  .lg\:pt-96 {
    padding-top: 24rem !important; }
  .lg\:pr-96 {
    padding-right: 24rem !important; }
  .lg\:pb-96 {
    padding-bottom: 24rem !important; }
  .lg\:pl-96 {
    padding-left: 24rem !important; }
  .lg\:pt-100 {
    padding-top: 25rem !important; }
  .lg\:pr-100 {
    padding-right: 25rem !important; }
  .lg\:pb-100 {
    padding-bottom: 25rem !important; }
  .lg\:pl-100 {
    padding-left: 25rem !important; }
  .lg\:pt-104 {
    padding-top: 26rem !important; }
  .lg\:pr-104 {
    padding-right: 26rem !important; }
  .lg\:pb-104 {
    padding-bottom: 26rem !important; }
  .lg\:pl-104 {
    padding-left: 26rem !important; }
  .lg\:pt-108 {
    padding-top: 27rem !important; }
  .lg\:pr-108 {
    padding-right: 27rem !important; }
  .lg\:pb-108 {
    padding-bottom: 27rem !important; }
  .lg\:pl-108 {
    padding-left: 27rem !important; }
  .lg\:pt-112 {
    padding-top: 28rem !important; }
  .lg\:pr-112 {
    padding-right: 28rem !important; }
  .lg\:pb-112 {
    padding-bottom: 28rem !important; }
  .lg\:pl-112 {
    padding-left: 28rem !important; }
  .lg\:pt-116 {
    padding-top: 29rem !important; }
  .lg\:pr-116 {
    padding-right: 29rem !important; }
  .lg\:pb-116 {
    padding-bottom: 29rem !important; }
  .lg\:pl-116 {
    padding-left: 29rem !important; }
  .lg\:pt-120 {
    padding-top: 30rem !important; }
  .lg\:pr-120 {
    padding-right: 30rem !important; }
  .lg\:pb-120 {
    padding-bottom: 30rem !important; }
  .lg\:pl-120 {
    padding-left: 30rem !important; }
  .lg\:pt-124 {
    padding-top: 31rem !important; }
  .lg\:pr-124 {
    padding-right: 31rem !important; }
  .lg\:pb-124 {
    padding-bottom: 31rem !important; }
  .lg\:pl-124 {
    padding-left: 31rem !important; }
  .lg\:pt-128 {
    padding-top: 32rem !important; }
  .lg\:pr-128 {
    padding-right: 32rem !important; }
  .lg\:pb-128 {
    padding-bottom: 32rem !important; }
  .lg\:pl-128 {
    padding-left: 32rem !important; }
  .lg\:pt-132 {
    padding-top: 33rem !important; }
  .lg\:pr-132 {
    padding-right: 33rem !important; }
  .lg\:pb-132 {
    padding-bottom: 33rem !important; }
  .lg\:pl-132 {
    padding-left: 33rem !important; }
  .lg\:pt-136 {
    padding-top: 34rem !important; }
  .lg\:pr-136 {
    padding-right: 34rem !important; }
  .lg\:pb-136 {
    padding-bottom: 34rem !important; }
  .lg\:pl-136 {
    padding-left: 34rem !important; }
  .lg\:pt-140 {
    padding-top: 35rem !important; }
  .lg\:pr-140 {
    padding-right: 35rem !important; }
  .lg\:pb-140 {
    padding-bottom: 35rem !important; }
  .lg\:pl-140 {
    padding-left: 35rem !important; }
  .lg\:pt-144 {
    padding-top: 36rem !important; }
  .lg\:pr-144 {
    padding-right: 36rem !important; }
  .lg\:pb-144 {
    padding-bottom: 36rem !important; }
  .lg\:pl-144 {
    padding-left: 36rem !important; }
  .lg\:pt-148 {
    padding-top: 37rem !important; }
  .lg\:pr-148 {
    padding-right: 37rem !important; }
  .lg\:pb-148 {
    padding-bottom: 37rem !important; }
  .lg\:pl-148 {
    padding-left: 37rem !important; }
  .lg\:pt-152 {
    padding-top: 38rem !important; }
  .lg\:pr-152 {
    padding-right: 38rem !important; }
  .lg\:pb-152 {
    padding-bottom: 38rem !important; }
  .lg\:pl-152 {
    padding-left: 38rem !important; }
  .lg\:pt-156 {
    padding-top: 39rem !important; }
  .lg\:pr-156 {
    padding-right: 39rem !important; }
  .lg\:pb-156 {
    padding-bottom: 39rem !important; }
  .lg\:pl-156 {
    padding-left: 39rem !important; }
  .lg\:pt-160 {
    padding-top: 40rem !important; }
  .lg\:pr-160 {
    padding-right: 40rem !important; }
  .lg\:pb-160 {
    padding-bottom: 40rem !important; }
  .lg\:pl-160 {
    padding-left: 40rem !important; }
  .lg\:pt-164 {
    padding-top: 41rem !important; }
  .lg\:pr-164 {
    padding-right: 41rem !important; }
  .lg\:pb-164 {
    padding-bottom: 41rem !important; }
  .lg\:pl-164 {
    padding-left: 41rem !important; }
  .lg\:pt-168 {
    padding-top: 42rem !important; }
  .lg\:pr-168 {
    padding-right: 42rem !important; }
  .lg\:pb-168 {
    padding-bottom: 42rem !important; }
  .lg\:pl-168 {
    padding-left: 42rem !important; }
  .lg\:pt-172 {
    padding-top: 43rem !important; }
  .lg\:pr-172 {
    padding-right: 43rem !important; }
  .lg\:pb-172 {
    padding-bottom: 43rem !important; }
  .lg\:pl-172 {
    padding-left: 43rem !important; }
  .lg\:pt-176 {
    padding-top: 44rem !important; }
  .lg\:pr-176 {
    padding-right: 44rem !important; }
  .lg\:pb-176 {
    padding-bottom: 44rem !important; }
  .lg\:pl-176 {
    padding-left: 44rem !important; }
  .lg\:pt-180 {
    padding-top: 45rem !important; }
  .lg\:pr-180 {
    padding-right: 45rem !important; }
  .lg\:pb-180 {
    padding-bottom: 45rem !important; }
  .lg\:pl-180 {
    padding-left: 45rem !important; }
  .lg\:pt-184 {
    padding-top: 46rem !important; }
  .lg\:pr-184 {
    padding-right: 46rem !important; }
  .lg\:pb-184 {
    padding-bottom: 46rem !important; }
  .lg\:pl-184 {
    padding-left: 46rem !important; }
  .lg\:pt-188 {
    padding-top: 47rem !important; }
  .lg\:pr-188 {
    padding-right: 47rem !important; }
  .lg\:pb-188 {
    padding-bottom: 47rem !important; }
  .lg\:pl-188 {
    padding-left: 47rem !important; }
  .lg\:pt-192 {
    padding-top: 48rem !important; }
  .lg\:pr-192 {
    padding-right: 48rem !important; }
  .lg\:pb-192 {
    padding-bottom: 48rem !important; }
  .lg\:pl-192 {
    padding-left: 48rem !important; }
  .lg\:pt-196 {
    padding-top: 49rem !important; }
  .lg\:pr-196 {
    padding-right: 49rem !important; }
  .lg\:pb-196 {
    padding-bottom: 49rem !important; }
  .lg\:pl-196 {
    padding-left: 49rem !important; }
  .lg\:pt-200 {
    padding-top: 50rem !important; }
  .lg\:pr-200 {
    padding-right: 50rem !important; }
  .lg\:pb-200 {
    padding-bottom: 50rem !important; }
  .lg\:pl-200 {
    padding-left: 50rem !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\:pt-2px {
    padding-top: 2px !important; }
  .lg\:pr-2px {
    padding-right: 2px !important; }
  .lg\:pb-2px {
    padding-bottom: 2px !important; }
  .lg\:pl-2px {
    padding-left: 2px !important; }
  .lg\:pt-1\/2 {
    padding-top: 50% !important; }
  .lg\:pr-1\/2 {
    padding-right: 50% !important; }
  .lg\:pb-1\/2 {
    padding-bottom: 50% !important; }
  .lg\:pl-1\/2 {
    padding-left: 50% !important; }
  .lg\:pt-2\/2 {
    padding-top: 100% !important; }
  .lg\:pr-2\/2 {
    padding-right: 100% !important; }
  .lg\:pb-2\/2 {
    padding-bottom: 100% !important; }
  .lg\:pl-2\/2 {
    padding-left: 100% !important; }
  .lg\:pt-1\/3 {
    padding-top: 33.333333% !important; }
  .lg\:pr-1\/3 {
    padding-right: 33.333333% !important; }
  .lg\:pb-1\/3 {
    padding-bottom: 33.333333% !important; }
  .lg\:pl-1\/3 {
    padding-left: 33.333333% !important; }
  .lg\:pt-2\/3 {
    padding-top: 66.666667% !important; }
  .lg\:pr-2\/3 {
    padding-right: 66.666667% !important; }
  .lg\:pb-2\/3 {
    padding-bottom: 66.666667% !important; }
  .lg\:pl-2\/3 {
    padding-left: 66.666667% !important; }
  .lg\:pt-3\/3 {
    padding-top: 100% !important; }
  .lg\:pr-3\/3 {
    padding-right: 100% !important; }
  .lg\:pb-3\/3 {
    padding-bottom: 100% !important; }
  .lg\:pl-3\/3 {
    padding-left: 100% !important; }
  .lg\:pt-1\/4 {
    padding-top: 25% !important; }
  .lg\:pr-1\/4 {
    padding-right: 25% !important; }
  .lg\:pb-1\/4 {
    padding-bottom: 25% !important; }
  .lg\:pl-1\/4 {
    padding-left: 25% !important; }
  .lg\:pt-2\/4 {
    padding-top: 50% !important; }
  .lg\:pr-2\/4 {
    padding-right: 50% !important; }
  .lg\:pb-2\/4 {
    padding-bottom: 50% !important; }
  .lg\:pl-2\/4 {
    padding-left: 50% !important; }
  .lg\:pt-3\/4 {
    padding-top: 75% !important; }
  .lg\:pr-3\/4 {
    padding-right: 75% !important; }
  .lg\:pb-3\/4 {
    padding-bottom: 75% !important; }
  .lg\:pl-3\/4 {
    padding-left: 75% !important; }
  .lg\:pt-4\/4 {
    padding-top: 100% !important; }
  .lg\:pr-4\/4 {
    padding-right: 100% !important; }
  .lg\:pb-4\/4 {
    padding-bottom: 100% !important; }
  .lg\:pl-4\/4 {
    padding-left: 100% !important; }
  .lg\:pt-1\/5 {
    padding-top: 20% !important; }
  .lg\:pr-1\/5 {
    padding-right: 20% !important; }
  .lg\:pb-1\/5 {
    padding-bottom: 20% !important; }
  .lg\:pl-1\/5 {
    padding-left: 20% !important; }
  .lg\:pt-2\/5 {
    padding-top: 40% !important; }
  .lg\:pr-2\/5 {
    padding-right: 40% !important; }
  .lg\:pb-2\/5 {
    padding-bottom: 40% !important; }
  .lg\:pl-2\/5 {
    padding-left: 40% !important; }
  .lg\:pt-3\/5 {
    padding-top: 60% !important; }
  .lg\:pr-3\/5 {
    padding-right: 60% !important; }
  .lg\:pb-3\/5 {
    padding-bottom: 60% !important; }
  .lg\:pl-3\/5 {
    padding-left: 60% !important; }
  .lg\:pt-4\/5 {
    padding-top: 80% !important; }
  .lg\:pr-4\/5 {
    padding-right: 80% !important; }
  .lg\:pb-4\/5 {
    padding-bottom: 80% !important; }
  .lg\:pl-4\/5 {
    padding-left: 80% !important; }
  .lg\:pt-5\/5 {
    padding-top: 100% !important; }
  .lg\:pr-5\/5 {
    padding-right: 100% !important; }
  .lg\:pb-5\/5 {
    padding-bottom: 100% !important; }
  .lg\:pl-5\/5 {
    padding-left: 100% !important; }
  .lg\:pt-1\/6 {
    padding-top: 16.666667% !important; }
  .lg\:pr-1\/6 {
    padding-right: 16.666667% !important; }
  .lg\:pb-1\/6 {
    padding-bottom: 16.666667% !important; }
  .lg\:pl-1\/6 {
    padding-left: 16.666667% !important; }
  .lg\:pt-2\/6 {
    padding-top: 33.333333% !important; }
  .lg\:pr-2\/6 {
    padding-right: 33.333333% !important; }
  .lg\:pb-2\/6 {
    padding-bottom: 33.333333% !important; }
  .lg\:pl-2\/6 {
    padding-left: 33.333333% !important; }
  .lg\:pt-3\/6 {
    padding-top: 50% !important; }
  .lg\:pr-3\/6 {
    padding-right: 50% !important; }
  .lg\:pb-3\/6 {
    padding-bottom: 50% !important; }
  .lg\:pl-3\/6 {
    padding-left: 50% !important; }
  .lg\:pt-4\/6 {
    padding-top: 66.666667% !important; }
  .lg\:pr-4\/6 {
    padding-right: 66.666667% !important; }
  .lg\:pb-4\/6 {
    padding-bottom: 66.666667% !important; }
  .lg\:pl-4\/6 {
    padding-left: 66.666667% !important; }
  .lg\:pt-5\/6 {
    padding-top: 83.333333% !important; }
  .lg\:pr-5\/6 {
    padding-right: 83.333333% !important; }
  .lg\:pb-5\/6 {
    padding-bottom: 83.333333% !important; }
  .lg\:pl-5\/6 {
    padding-left: 83.333333% !important; }
  .lg\:pt-6\/6 {
    padding-top: 100% !important; }
  .lg\:pr-6\/6 {
    padding-right: 100% !important; }
  .lg\:pb-6\/6 {
    padding-bottom: 100% !important; }
  .lg\:pl-6\/6 {
    padding-left: 100% !important; }
  .lg\:pt-1\/10 {
    padding-top: 10% !important; }
  .lg\:pr-1\/10 {
    padding-right: 10% !important; }
  .lg\:pb-1\/10 {
    padding-bottom: 10% !important; }
  .lg\:pl-1\/10 {
    padding-left: 10% !important; }
  .lg\:pt-2\/10 {
    padding-top: 20% !important; }
  .lg\:pr-2\/10 {
    padding-right: 20% !important; }
  .lg\:pb-2\/10 {
    padding-bottom: 20% !important; }
  .lg\:pl-2\/10 {
    padding-left: 20% !important; }
  .lg\:pt-3\/10 {
    padding-top: 30% !important; }
  .lg\:pr-3\/10 {
    padding-right: 30% !important; }
  .lg\:pb-3\/10 {
    padding-bottom: 30% !important; }
  .lg\:pl-3\/10 {
    padding-left: 30% !important; }
  .lg\:pt-4\/10 {
    padding-top: 40% !important; }
  .lg\:pr-4\/10 {
    padding-right: 40% !important; }
  .lg\:pb-4\/10 {
    padding-bottom: 40% !important; }
  .lg\:pl-4\/10 {
    padding-left: 40% !important; }
  .lg\:pt-5\/10 {
    padding-top: 50% !important; }
  .lg\:pr-5\/10 {
    padding-right: 50% !important; }
  .lg\:pb-5\/10 {
    padding-bottom: 50% !important; }
  .lg\:pl-5\/10 {
    padding-left: 50% !important; }
  .lg\:pt-6\/10 {
    padding-top: 60% !important; }
  .lg\:pr-6\/10 {
    padding-right: 60% !important; }
  .lg\:pb-6\/10 {
    padding-bottom: 60% !important; }
  .lg\:pl-6\/10 {
    padding-left: 60% !important; }
  .lg\:pt-7\/10 {
    padding-top: 70% !important; }
  .lg\:pr-7\/10 {
    padding-right: 70% !important; }
  .lg\:pb-7\/10 {
    padding-bottom: 70% !important; }
  .lg\:pl-7\/10 {
    padding-left: 70% !important; }
  .lg\:pt-8\/10 {
    padding-top: 80% !important; }
  .lg\:pr-8\/10 {
    padding-right: 80% !important; }
  .lg\:pb-8\/10 {
    padding-bottom: 80% !important; }
  .lg\:pl-8\/10 {
    padding-left: 80% !important; }
  .lg\:pt-9\/10 {
    padding-top: 90% !important; }
  .lg\:pr-9\/10 {
    padding-right: 90% !important; }
  .lg\:pb-9\/10 {
    padding-bottom: 90% !important; }
  .lg\:pl-9\/10 {
    padding-left: 90% !important; }
  .lg\:pt-10\/10 {
    padding-top: 100% !important; }
  .lg\:pr-10\/10 {
    padding-right: 100% !important; }
  .lg\:pb-10\/10 {
    padding-bottom: 100% !important; }
  .lg\:pl-10\/10 {
    padding-left: 100% !important; }
  .lg\:pt-1\/12 {
    padding-top: 8.333333% !important; }
  .lg\:pr-1\/12 {
    padding-right: 8.333333% !important; }
  .lg\:pb-1\/12 {
    padding-bottom: 8.333333% !important; }
  .lg\:pl-1\/12 {
    padding-left: 8.333333% !important; }
  .lg\:pt-2\/12 {
    padding-top: 16.666667% !important; }
  .lg\:pr-2\/12 {
    padding-right: 16.666667% !important; }
  .lg\:pb-2\/12 {
    padding-bottom: 16.666667% !important; }
  .lg\:pl-2\/12 {
    padding-left: 16.666667% !important; }
  .lg\:pt-3\/12 {
    padding-top: 25% !important; }
  .lg\:pr-3\/12 {
    padding-right: 25% !important; }
  .lg\:pb-3\/12 {
    padding-bottom: 25% !important; }
  .lg\:pl-3\/12 {
    padding-left: 25% !important; }
  .lg\:pt-4\/12 {
    padding-top: 33.333333% !important; }
  .lg\:pr-4\/12 {
    padding-right: 33.333333% !important; }
  .lg\:pb-4\/12 {
    padding-bottom: 33.333333% !important; }
  .lg\:pl-4\/12 {
    padding-left: 33.333333% !important; }
  .lg\:pt-5\/12 {
    padding-top: 41.666667% !important; }
  .lg\:pr-5\/12 {
    padding-right: 41.666667% !important; }
  .lg\:pb-5\/12 {
    padding-bottom: 41.666667% !important; }
  .lg\:pl-5\/12 {
    padding-left: 41.666667% !important; }
  .lg\:pt-6\/12 {
    padding-top: 50% !important; }
  .lg\:pr-6\/12 {
    padding-right: 50% !important; }
  .lg\:pb-6\/12 {
    padding-bottom: 50% !important; }
  .lg\:pl-6\/12 {
    padding-left: 50% !important; }
  .lg\:pt-7\/12 {
    padding-top: 58.333333% !important; }
  .lg\:pr-7\/12 {
    padding-right: 58.333333% !important; }
  .lg\:pb-7\/12 {
    padding-bottom: 58.333333% !important; }
  .lg\:pl-7\/12 {
    padding-left: 58.333333% !important; }
  .lg\:pt-8\/12 {
    padding-top: 66.666667% !important; }
  .lg\:pr-8\/12 {
    padding-right: 66.666667% !important; }
  .lg\:pb-8\/12 {
    padding-bottom: 66.666667% !important; }
  .lg\:pl-8\/12 {
    padding-left: 66.666667% !important; }
  .lg\:pt-9\/12 {
    padding-top: 75% !important; }
  .lg\:pr-9\/12 {
    padding-right: 75% !important; }
  .lg\:pb-9\/12 {
    padding-bottom: 75% !important; }
  .lg\:pl-9\/12 {
    padding-left: 75% !important; }
  .lg\:pt-10\/12 {
    padding-top: 83.333333% !important; }
  .lg\:pr-10\/12 {
    padding-right: 83.333333% !important; }
  .lg\:pb-10\/12 {
    padding-bottom: 83.333333% !important; }
  .lg\:pl-10\/12 {
    padding-left: 83.333333% !important; }
  .lg\:pt-11\/12 {
    padding-top: 91.666667% !important; }
  .lg\:pr-11\/12 {
    padding-right: 91.666667% !important; }
  .lg\:pb-11\/12 {
    padding-bottom: 91.666667% !important; }
  .lg\:pl-11\/12 {
    padding-left: 91.666667% !important; }
  .lg\:pt-12\/12 {
    padding-top: 100% !important; }
  .lg\:pr-12\/12 {
    padding-right: 100% !important; }
  .lg\:pb-12\/12 {
    padding-bottom: 100% !important; }
  .lg\:pl-12\/12 {
    padding-left: 100% !important; }
  .lg\:pt-xs {
    padding-top: 20rem !important; }
  .lg\:pr-xs {
    padding-right: 20rem !important; }
  .lg\:pb-xs {
    padding-bottom: 20rem !important; }
  .lg\:pl-xs {
    padding-left: 20rem !important; }
  .lg\:pt-sm {
    padding-top: 24rem !important; }
  .lg\:pr-sm {
    padding-right: 24rem !important; }
  .lg\:pb-sm {
    padding-bottom: 24rem !important; }
  .lg\:pl-sm {
    padding-left: 24rem !important; }
  .lg\:pt-md {
    padding-top: 28rem !important; }
  .lg\:pr-md {
    padding-right: 28rem !important; }
  .lg\:pb-md {
    padding-bottom: 28rem !important; }
  .lg\:pl-md {
    padding-left: 28rem !important; }
  .lg\:pt-lg {
    padding-top: 32rem !important; }
  .lg\:pr-lg {
    padding-right: 32rem !important; }
  .lg\:pb-lg {
    padding-bottom: 32rem !important; }
  .lg\:pl-lg {
    padding-left: 32rem !important; }
  .lg\:pt-xl {
    padding-top: 36rem !important; }
  .lg\:pr-xl {
    padding-right: 36rem !important; }
  .lg\:pb-xl {
    padding-bottom: 36rem !important; }
  .lg\:pl-xl {
    padding-left: 36rem !important; }
  .lg\:pt-2xl {
    padding-top: 42rem !important; }
  .lg\:pr-2xl {
    padding-right: 42rem !important; }
  .lg\:pb-2xl {
    padding-bottom: 42rem !important; }
  .lg\:pl-2xl {
    padding-left: 42rem !important; }
  .lg\:pt-3xl {
    padding-top: 48rem !important; }
  .lg\:pr-3xl {
    padding-right: 48rem !important; }
  .lg\:pb-3xl {
    padding-bottom: 48rem !important; }
  .lg\:pl-3xl {
    padding-left: 48rem !important; }
  .lg\:pt-4xl {
    padding-top: 56rem !important; }
  .lg\:pr-4xl {
    padding-right: 56rem !important; }
  .lg\:pb-4xl {
    padding-bottom: 56rem !important; }
  .lg\:pl-4xl {
    padding-left: 56rem !important; }
  .lg\:pt-5xl {
    padding-top: 64rem !important; }
  .lg\:pr-5xl {
    padding-right: 64rem !important; }
  .lg\:pb-5xl {
    padding-bottom: 64rem !important; }
  .lg\:pl-5xl {
    padding-left: 64rem !important; }
  .lg\:pt-6xl {
    padding-top: 72rem !important; }
  .lg\:pr-6xl {
    padding-right: 72rem !important; }
  .lg\:pb-6xl {
    padding-bottom: 72rem !important; }
  .lg\:pl-6xl {
    padding-left: 72rem !important; }
  .lg\:pt-7xl {
    padding-top: 80rem !important; }
  .lg\:pr-7xl {
    padding-right: 80rem !important; }
  .lg\:pb-7xl {
    padding-bottom: 80rem !important; }
  .lg\:pl-7xl {
    padding-left: 80rem !important; }
  .lg\:pt-full {
    padding-top: 100% !important; }
  .lg\:pr-full {
    padding-right: 100% !important; }
  .lg\:pb-full {
    padding-bottom: 100% !important; }
  .lg\:pl-full {
    padding-left: 100% !important; }
  .lg\:pt-screenw {
    padding-top: 100vw !important; }
  .lg\:pr-screenw {
    padding-right: 100vw !important; }
  .lg\:pb-screenw {
    padding-bottom: 100vw !important; }
  .lg\:pl-screenw {
    padding-left: 100vw !important; }
  .lg\:pt-screenh {
    padding-top: 100vh !important; }
  .lg\:pr-screenh {
    padding-right: 100vh !important; }
  .lg\:pb-screenh {
    padding-bottom: 100vh !important; }
  .lg\:pl-screenh {
    padding-left: 100vh !important; }
  .lg\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important; }
  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important; }
  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important; }
  .lg\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important; }
  .lg\:placeholder-transparent::placeholder {
    color: transparent !important; }
  .lg\:placeholder-current::-webkit-input-placeholder {
    color: currentColor !important; }
  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor !important; }
  .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important; }
  .lg\:placeholder-current::-ms-input-placeholder {
    color: currentColor !important; }
  .lg\:placeholder-current::placeholder {
    color: currentColor !important; }
  .lg\:placeholder-inherit::-webkit-input-placeholder {
    color: inherit !important; }
  .lg\:placeholder-inherit::-moz-placeholder {
    color: inherit !important; }
  .lg\:placeholder-inherit:-ms-input-placeholder {
    color: inherit !important; }
  .lg\:placeholder-inherit::-ms-input-placeholder {
    color: inherit !important; }
  .lg\:placeholder-inherit::placeholder {
    color: inherit !important; }
  .lg\:placeholder-black-10::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:placeholder-black-10::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:placeholder-black-10:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:placeholder-black-10::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:placeholder-black-10::placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:placeholder-black-20::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:placeholder-black-20::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:placeholder-black-20:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:placeholder-black-20::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:placeholder-black-20::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:placeholder-black-30::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:placeholder-black-30::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:placeholder-black-30:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:placeholder-black-30::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:placeholder-black-30::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:placeholder-black-40::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:placeholder-black-40::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:placeholder-black-40:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:placeholder-black-40::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:placeholder-black-40::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:placeholder-black-50::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:placeholder-black-50::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:placeholder-black-50:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:placeholder-black-50::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:placeholder-black-50::placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:placeholder-black-60::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:placeholder-black-60::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:placeholder-black-60:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:placeholder-black-60::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:placeholder-black-60::placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:placeholder-black-70::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:placeholder-black-70::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:placeholder-black-70:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:placeholder-black-70::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:placeholder-black-70::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:placeholder-black-80::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:placeholder-black-80::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:placeholder-black-80:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:placeholder-black-80::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:placeholder-black-80::placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:placeholder-black-90::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:placeholder-black-90::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:placeholder-black-90:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:placeholder-black-90::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:placeholder-black-90::placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:placeholder-black::-webkit-input-placeholder {
    color: black !important; }
  .lg\:placeholder-black::-moz-placeholder {
    color: black !important; }
  .lg\:placeholder-black:-ms-input-placeholder {
    color: black !important; }
  .lg\:placeholder-black::-ms-input-placeholder {
    color: black !important; }
  .lg\:placeholder-black::placeholder {
    color: black !important; }
  .lg\:placeholder-white-10::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:placeholder-white-10::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:placeholder-white-10:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:placeholder-white-10::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:placeholder-white-10::placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:placeholder-white-20::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:placeholder-white-20::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:placeholder-white-20:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:placeholder-white-20::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:placeholder-white-20::placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:placeholder-white-30::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:placeholder-white-30::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:placeholder-white-30:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:placeholder-white-30::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:placeholder-white-30::placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:placeholder-white-40::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:placeholder-white-40::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:placeholder-white-40:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:placeholder-white-40::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:placeholder-white-40::placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:placeholder-white-50::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:placeholder-white-50::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:placeholder-white-50:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:placeholder-white-50::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:placeholder-white-50::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:placeholder-white-60::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:placeholder-white-60::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:placeholder-white-60:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:placeholder-white-60::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:placeholder-white-60::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:placeholder-white-70::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:placeholder-white-70::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:placeholder-white-70:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:placeholder-white-70::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:placeholder-white-70::placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:placeholder-white-80::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:placeholder-white-80::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:placeholder-white-80:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:placeholder-white-80::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:placeholder-white-80::placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:placeholder-white-90::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:placeholder-white-90::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:placeholder-white-90:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:placeholder-white-90::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:placeholder-white-90::placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:placeholder-white::-webkit-input-placeholder {
    color: white !important; }
  .lg\:placeholder-white::-moz-placeholder {
    color: white !important; }
  .lg\:placeholder-white:-ms-input-placeholder {
    color: white !important; }
  .lg\:placeholder-white::-ms-input-placeholder {
    color: white !important; }
  .lg\:placeholder-white::placeholder {
    color: white !important; }
  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important; }
  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important; }
  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important; }
  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important; }
  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important; }
  .lg\:focus\:placeholder-current:focus::-webkit-input-placeholder {
    color: currentColor !important; }
  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important; }
  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important; }
  .lg\:focus\:placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important; }
  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important; }
  .lg\:focus\:placeholder-inherit:focus::-webkit-input-placeholder {
    color: inherit !important; }
  .lg\:focus\:placeholder-inherit:focus::-moz-placeholder {
    color: inherit !important; }
  .lg\:focus\:placeholder-inherit:focus:-ms-input-placeholder {
    color: inherit !important; }
  .lg\:focus\:placeholder-inherit:focus::-ms-input-placeholder {
    color: inherit !important; }
  .lg\:focus\:placeholder-inherit:focus::placeholder {
    color: inherit !important; }
  .lg\:focus\:placeholder-black-10:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus\:placeholder-black-10:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus\:placeholder-black-10:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus\:placeholder-black-10:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus\:placeholder-black-10:focus::placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus\:placeholder-black-20:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus\:placeholder-black-20:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus\:placeholder-black-20:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus\:placeholder-black-20:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus\:placeholder-black-20:focus::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus\:placeholder-black-30:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus\:placeholder-black-30:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus\:placeholder-black-30:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus\:placeholder-black-30:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus\:placeholder-black-30:focus::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus\:placeholder-black-40:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus\:placeholder-black-40:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus\:placeholder-black-40:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus\:placeholder-black-40:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus\:placeholder-black-40:focus::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus\:placeholder-black-50:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus\:placeholder-black-50:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus\:placeholder-black-50:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus\:placeholder-black-50:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus\:placeholder-black-50:focus::placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus\:placeholder-black-60:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus\:placeholder-black-60:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus\:placeholder-black-60:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus\:placeholder-black-60:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus\:placeholder-black-60:focus::placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus\:placeholder-black-70:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus\:placeholder-black-70:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus\:placeholder-black-70:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus\:placeholder-black-70:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus\:placeholder-black-70:focus::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus\:placeholder-black-80:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus\:placeholder-black-80:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus\:placeholder-black-80:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus\:placeholder-black-80:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus\:placeholder-black-80:focus::placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus\:placeholder-black-90:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus\:placeholder-black-90:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus\:placeholder-black-90:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus\:placeholder-black-90:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus\:placeholder-black-90:focus::placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: black !important; }
  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    color: black !important; }
  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: black !important; }
  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: black !important; }
  .lg\:focus\:placeholder-black:focus::placeholder {
    color: black !important; }
  .lg\:focus\:placeholder-white-10:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus\:placeholder-white-10:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus\:placeholder-white-10:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus\:placeholder-white-10:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus\:placeholder-white-10:focus::placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus\:placeholder-white-20:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus\:placeholder-white-20:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus\:placeholder-white-20:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus\:placeholder-white-20:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus\:placeholder-white-20:focus::placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus\:placeholder-white-30:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus\:placeholder-white-30:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus\:placeholder-white-30:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus\:placeholder-white-30:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus\:placeholder-white-30:focus::placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus\:placeholder-white-40:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus\:placeholder-white-40:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus\:placeholder-white-40:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus\:placeholder-white-40:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus\:placeholder-white-40:focus::placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus\:placeholder-white-50:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus\:placeholder-white-50:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus\:placeholder-white-50:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus\:placeholder-white-50:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus\:placeholder-white-50:focus::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus\:placeholder-white-60:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus\:placeholder-white-60:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus\:placeholder-white-60:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus\:placeholder-white-60:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus\:placeholder-white-60:focus::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus\:placeholder-white-70:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus\:placeholder-white-70:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus\:placeholder-white-70:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus\:placeholder-white-70:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus\:placeholder-white-70:focus::placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus\:placeholder-white-80:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus\:placeholder-white-80:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus\:placeholder-white-80:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus\:placeholder-white-80:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus\:placeholder-white-80:focus::placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus\:placeholder-white-90:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus\:placeholder-white-90:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus\:placeholder-white-90:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus\:placeholder-white-90:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus\:placeholder-white-90:focus::placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: white !important; }
  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    color: white !important; }
  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: white !important; }
  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: white !important; }
  .lg\:focus\:placeholder-white:focus::placeholder {
    color: white !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::-ms-input-placeholder {
    --placeholder-opacity: 0 !important; }
  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important; }
  .lg\:placeholder-opacity-5::-webkit-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:placeholder-opacity-5::-moz-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:placeholder-opacity-5:-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:placeholder-opacity-5::-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:placeholder-opacity-5::placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:placeholder-opacity-10::-webkit-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:placeholder-opacity-10::-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:placeholder-opacity-15::-webkit-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:placeholder-opacity-15::-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:placeholder-opacity-20::-webkit-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .lg\:placeholder-opacity-20::-moz-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .lg\:placeholder-opacity-20:-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .lg\:placeholder-opacity-20::-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .lg\:placeholder-opacity-20::placeholder {
    --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important; }
  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important; }
  .lg\:placeholder-opacity-30::-webkit-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:placeholder-opacity-30::-moz-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:placeholder-opacity-30:-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:placeholder-opacity-30::-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:placeholder-opacity-30::placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:placeholder-opacity-35:-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:placeholder-opacity-40::-webkit-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:placeholder-opacity-40::-moz-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:placeholder-opacity-40:-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:placeholder-opacity-40::-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:placeholder-opacity-40::placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .lg\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .lg\:placeholder-opacity-45:-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .lg\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .lg\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important; }
  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important; }
  .lg\:placeholder-opacity-55::-webkit-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:placeholder-opacity-55::-moz-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:placeholder-opacity-55:-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:placeholder-opacity-55::-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:placeholder-opacity-55::placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:placeholder-opacity-60::-webkit-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:placeholder-opacity-60::-moz-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:placeholder-opacity-60:-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:placeholder-opacity-60::-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:placeholder-opacity-60::placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:placeholder-opacity-65::-webkit-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:placeholder-opacity-65::-moz-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:placeholder-opacity-65:-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:placeholder-opacity-65::-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:placeholder-opacity-65::placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:placeholder-opacity-70::-webkit-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .lg\:placeholder-opacity-70::-moz-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .lg\:placeholder-opacity-70:-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .lg\:placeholder-opacity-70::-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .lg\:placeholder-opacity-70::placeholder {
    --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important; }
  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important; }
  .lg\:placeholder-opacity-80::-webkit-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:placeholder-opacity-80::-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:placeholder-opacity-85::-webkit-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:placeholder-opacity-85::-moz-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:placeholder-opacity-85:-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:placeholder-opacity-85::-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:placeholder-opacity-85::placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:placeholder-opacity-90::-webkit-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:placeholder-opacity-90::-moz-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:placeholder-opacity-90:-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:placeholder-opacity-90::-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:placeholder-opacity-90::placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:placeholder-opacity-95::-webkit-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .lg\:placeholder-opacity-95::-moz-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .lg\:placeholder-opacity-95:-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .lg\:placeholder-opacity-95::-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .lg\:placeholder-opacity-95::placeholder {
    --placeholder-opacity: 0.95 !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::-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::-ms-input-placeholder {
    --placeholder-opacity: 0 !important; }
  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important; }
  .lg\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --placeholder-opacity: 0.05 !important; }
  .lg\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.1 !important; }
  .lg\:focus\:placeholder-opacity-15:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:focus\:placeholder-opacity-15:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15 !important; }
  .lg\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .lg\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important; }
  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important; }
  .lg\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --placeholder-opacity: 0.3 !important; }
  .lg\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35 !important; }
  .lg\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --placeholder-opacity: 0.4 !important; }
  .lg\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .lg\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .lg\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .lg\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .lg\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important; }
  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important; }
  .lg\:focus\:placeholder-opacity-55:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:focus\:placeholder-opacity-55:focus::-moz-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:focus\:placeholder-opacity-55:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:focus\:placeholder-opacity-55:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:focus\:placeholder-opacity-55:focus::placeholder {
    --placeholder-opacity: 0.55 !important; }
  .lg\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --placeholder-opacity: 0.6 !important; }
  .lg\:focus\:placeholder-opacity-65:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:focus\:placeholder-opacity-65:focus::-moz-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:focus\:placeholder-opacity-65:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:focus\:placeholder-opacity-65:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:focus\:placeholder-opacity-65:focus::placeholder {
    --placeholder-opacity: 0.65 !important; }
  .lg\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .lg\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important; }
  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important; }
  .lg\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8 !important; }
  .lg\:focus\:placeholder-opacity-85:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:focus\:placeholder-opacity-85:focus::-moz-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:focus\:placeholder-opacity-85:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:focus\:placeholder-opacity-85:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:focus\:placeholder-opacity-85:focus::placeholder {
    --placeholder-opacity: 0.85 !important; }
  .lg\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --placeholder-opacity: 0.9 !important; }
  .lg\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .lg\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --placeholder-opacity: 0.95 !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::-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-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important; }
  .lg\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important; }
  .lg\:inset-x-0 {
    right: 0 !important;
    left: 0 !important; }
  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important; }
  .lg\:inset-x-auto {
    right: auto !important;
    left: auto !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-auto {
    top: auto !important; }
  .lg\:right-auto {
    right: auto !important; }
  .lg\:bottom-auto {
    bottom: auto !important; }
  .lg\:left-auto {
    left: auto !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-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-DEFAULT {
    -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-3xl {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !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-DEFAULT: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-3xl:hover {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !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-DEFAULT: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-3xl:focus {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .lg\:focus-within\:shadow-sm:focus-within {
    -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-within\:shadow-DEFAULT:focus-within {
    -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-within\:shadow-md:focus-within {
    -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-within\:shadow-lg:focus-within {
    -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-within\:shadow-xl:focus-within {
    -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-within\:shadow-2xl:focus-within {
    -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-within\:shadow-3xl:focus-within {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus-within\:shadow-inner:focus-within {
    -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-within\:shadow-none:focus-within {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .group:hover .lg\:group-hover\: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; }
  .group:hover .lg\:group-hover\:shadow-DEFAULT {
    -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; }
  .group:hover .lg\:group-hover\: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; }
  .group:hover .lg\:group-hover\: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; }
  .group:hover .lg\:group-hover\: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; }
  .group:hover .lg\:group-hover\: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; }
  .group:hover .lg\:group-hover\:shadow-3xl {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }
  .group:hover .lg\:group-hover\: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; }
  .group:hover .lg\:group-hover\:shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .lg\:fill-current {
    fill: currentColor !important; }
  .group:hover .lg\:group-hover\: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-transparent {
    color: transparent !important; }
  .lg\:text-current {
    color: currentColor !important; }
  .lg\:text-inherit {
    color: inherit !important; }
  .lg\:text-black-10 {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:text-black-40 {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:text-black-80 {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:text-black-90 {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:text-black {
    color: black !important; }
  .lg\:text-white-10 {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:text-white-20 {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:text-white-40 {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:text-white {
    color: white !important; }
  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent !important; }
  .group:hover .lg\:group-hover\:text-current {
    color: currentColor !important; }
  .group:hover .lg\:group-hover\:text-inherit {
    color: inherit !important; }
  .group:hover .lg\:group-hover\:text-black-10 {
    color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .lg\:group-hover\:text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .lg\:group-hover\:text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .lg\:group-hover\:text-black-40 {
    color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .lg\:group-hover\:text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .lg\:group-hover\:text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .lg\:group-hover\:text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .lg\:group-hover\:text-black-80 {
    color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .lg\:group-hover\:text-black-90 {
    color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .lg\:group-hover\:text-black {
    color: black !important; }
  .group:hover .lg\:group-hover\:text-white-10 {
    color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .lg\:group-hover\:text-white-20 {
    color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .lg\:group-hover\:text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .lg\:group-hover\:text-white-40 {
    color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .lg\:group-hover\:text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .lg\:group-hover\:text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .lg\:group-hover\:text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .lg\:group-hover\:text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .lg\:group-hover\:text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .lg\:group-hover\:text-white {
    color: white !important; }
  .lg\:hover\:text-transparent:hover {
    color: transparent !important; }
  .lg\:hover\:text-current:hover {
    color: currentColor !important; }
  .lg\:hover\:text-inherit:hover {
    color: inherit !important; }
  .lg\:hover\:text-black-10:hover {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:hover\:text-black-20:hover {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:hover\:text-black-30:hover {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:hover\:text-black-40:hover {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:hover\:text-black-50:hover {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:hover\:text-black-60:hover {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:hover\:text-black-70:hover {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:hover\:text-black-80:hover {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:hover\:text-black-90:hover {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:hover\:text-black:hover {
    color: black !important; }
  .lg\:hover\:text-white-10:hover {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:hover\:text-white-20:hover {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:hover\:text-white-30:hover {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:hover\:text-white-40:hover {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:hover\:text-white-50:hover {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:hover\:text-white-60:hover {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:hover\:text-white-70:hover {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:hover\:text-white-80:hover {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:hover\:text-white-90:hover {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:hover\:text-white:hover {
    color: white !important; }
  .lg\:focus\:text-transparent:focus {
    color: transparent !important; }
  .lg\:focus\:text-current:focus {
    color: currentColor !important; }
  .lg\:focus\:text-inherit:focus {
    color: inherit !important; }
  .lg\:focus\:text-black-10:focus {
    color: rgba(0, 0, 0, 0.1) !important; }
  .lg\:focus\:text-black-20:focus {
    color: rgba(0, 0, 0, 0.2) !important; }
  .lg\:focus\:text-black-30:focus {
    color: rgba(0, 0, 0, 0.3) !important; }
  .lg\:focus\:text-black-40:focus {
    color: rgba(0, 0, 0, 0.4) !important; }
  .lg\:focus\:text-black-50:focus {
    color: rgba(0, 0, 0, 0.5) !important; }
  .lg\:focus\:text-black-60:focus {
    color: rgba(0, 0, 0, 0.6) !important; }
  .lg\:focus\:text-black-70:focus {
    color: rgba(0, 0, 0, 0.7) !important; }
  .lg\:focus\:text-black-80:focus {
    color: rgba(0, 0, 0, 0.8) !important; }
  .lg\:focus\:text-black-90:focus {
    color: rgba(0, 0, 0, 0.9) !important; }
  .lg\:focus\:text-black:focus {
    color: black !important; }
  .lg\:focus\:text-white-10:focus {
    color: rgba(255, 255, 255, 0.1) !important; }
  .lg\:focus\:text-white-20:focus {
    color: rgba(255, 255, 255, 0.2) !important; }
  .lg\:focus\:text-white-30:focus {
    color: rgba(255, 255, 255, 0.3) !important; }
  .lg\:focus\:text-white-40:focus {
    color: rgba(255, 255, 255, 0.4) !important; }
  .lg\:focus\:text-white-50:focus {
    color: rgba(255, 255, 255, 0.5) !important; }
  .lg\:focus\:text-white-60:focus {
    color: rgba(255, 255, 255, 0.6) !important; }
  .lg\:focus\:text-white-70:focus {
    color: rgba(255, 255, 255, 0.7) !important; }
  .lg\:focus\:text-white-80:focus {
    color: rgba(255, 255, 255, 0.8) !important; }
  .lg\:focus\:text-white-90:focus {
    color: rgba(255, 255, 255, 0.9) !important; }
  .lg\:focus\:text-white:focus {
    color: white !important; }
  .lg\:text-opacity-0 {
    --text-opacity: 0 !important; }
  .lg\:text-opacity-5 {
    --text-opacity: 0.05 !important; }
  .lg\:text-opacity-10 {
    --text-opacity: 0.1 !important; }
  .lg\:text-opacity-15 {
    --text-opacity: 0.15 !important; }
  .lg\:text-opacity-20 {
    --text-opacity: 0.2 !important; }
  .lg\:text-opacity-25 {
    --text-opacity: 0.25 !important; }
  .lg\:text-opacity-30 {
    --text-opacity: 0.3 !important; }
  .lg\:text-opacity-35 {
    --text-opacity: 0.35 !important; }
  .lg\:text-opacity-40 {
    --text-opacity: 0.4 !important; }
  .lg\:text-opacity-45 {
    --text-opacity: 0.45 !important; }
  .lg\:text-opacity-50 {
    --text-opacity: 0.5 !important; }
  .lg\:text-opacity-55 {
    --text-opacity: 0.55 !important; }
  .lg\:text-opacity-60 {
    --text-opacity: 0.6 !important; }
  .lg\:text-opacity-65 {
    --text-opacity: 0.65 !important; }
  .lg\:text-opacity-70 {
    --text-opacity: 0.7 !important; }
  .lg\:text-opacity-75 {
    --text-opacity: 0.75 !important; }
  .lg\:text-opacity-80 {
    --text-opacity: 0.8 !important; }
  .lg\:text-opacity-85 {
    --text-opacity: 0.85 !important; }
  .lg\:text-opacity-90 {
    --text-opacity: 0.9 !important; }
  .lg\:text-opacity-95 {
    --text-opacity: 0.95 !important; }
  .lg\:text-opacity-100 {
    --text-opacity: 1 !important; }
  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important; }
  .lg\:hover\:text-opacity-5:hover {
    --text-opacity: 0.05 !important; }
  .lg\:hover\:text-opacity-10:hover {
    --text-opacity: 0.1 !important; }
  .lg\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15 !important; }
  .lg\:hover\:text-opacity-20:hover {
    --text-opacity: 0.2 !important; }
  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important; }
  .lg\:hover\:text-opacity-30:hover {
    --text-opacity: 0.3 !important; }
  .lg\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35 !important; }
  .lg\:hover\:text-opacity-40:hover {
    --text-opacity: 0.4 !important; }
  .lg\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45 !important; }
  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important; }
  .lg\:hover\:text-opacity-55:hover {
    --text-opacity: 0.55 !important; }
  .lg\:hover\:text-opacity-60:hover {
    --text-opacity: 0.6 !important; }
  .lg\:hover\:text-opacity-65:hover {
    --text-opacity: 0.65 !important; }
  .lg\:hover\:text-opacity-70:hover {
    --text-opacity: 0.7 !important; }
  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important; }
  .lg\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8 !important; }
  .lg\:hover\:text-opacity-85:hover {
    --text-opacity: 0.85 !important; }
  .lg\:hover\:text-opacity-90:hover {
    --text-opacity: 0.9 !important; }
  .lg\:hover\:text-opacity-95:hover {
    --text-opacity: 0.95 !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-5:focus {
    --text-opacity: 0.05 !important; }
  .lg\:focus\:text-opacity-10:focus {
    --text-opacity: 0.1 !important; }
  .lg\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15 !important; }
  .lg\:focus\:text-opacity-20:focus {
    --text-opacity: 0.2 !important; }
  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important; }
  .lg\:focus\:text-opacity-30:focus {
    --text-opacity: 0.3 !important; }
  .lg\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35 !important; }
  .lg\:focus\:text-opacity-40:focus {
    --text-opacity: 0.4 !important; }
  .lg\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45 !important; }
  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important; }
  .lg\:focus\:text-opacity-55:focus {
    --text-opacity: 0.55 !important; }
  .lg\:focus\:text-opacity-60:focus {
    --text-opacity: 0.6 !important; }
  .lg\:focus\:text-opacity-65:focus {
    --text-opacity: 0.65 !important; }
  .lg\:focus\:text-opacity-70:focus {
    --text-opacity: 0.7 !important; }
  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important; }
  .lg\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8 !important; }
  .lg\:focus\:text-opacity-85:focus {
    --text-opacity: 0.85 !important; }
  .lg\:focus\:text-opacity-90:focus {
    --text-opacity: 0.9 !important; }
  .lg\:focus\:text-opacity-95:focus {
    --text-opacity: 0.95 !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; }
  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline !important; }
  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through !important; }
  .group:hover .lg\:group-hover\:no-underline {
    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\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important; }
  .lg\:normal-nums {
    font-variant-numeric: normal !important; }
  .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important; }
  .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important; }
  .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important; }
  .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important; }
  .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important; }
  .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important; }
  .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important; }
  .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !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\: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 {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important; }
  .lg\:break-words {
    word-wrap: break-word !important;
    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: 0rem !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-7 {
    width: 1.75rem !important; }
  .lg\:w-8 {
    width: 2rem !important; }
  .lg\:w-9 {
    width: 2.25rem !important; }
  .lg\:w-10 {
    width: 2.5rem !important; }
  .lg\:w-11 {
    width: 2.75rem !important; }
  .lg\:w-12 {
    width: 3rem !important; }
  .lg\:w-13 {
    width: 3.25rem !important; }
  .lg\:w-14 {
    width: 3.5rem !important; }
  .lg\:w-15 {
    width: 3.75rem !important; }
  .lg\:w-16 {
    width: 4rem !important; }
  .lg\:w-17 {
    width: 4.25rem !important; }
  .lg\:w-18 {
    width: 4.5rem !important; }
  .lg\:w-19 {
    width: 4.75rem !important; }
  .lg\:w-20 {
    width: 5rem !important; }
  .lg\:w-21 {
    width: 5.25rem !important; }
  .lg\:w-22 {
    width: 5.5rem !important; }
  .lg\:w-23 {
    width: 5.75rem !important; }
  .lg\:w-24 {
    width: 6rem !important; }
  .lg\:w-25 {
    width: 6.25rem !important; }
  .lg\:w-26 {
    width: 6.5rem !important; }
  .lg\:w-27 {
    width: 6.75rem !important; }
  .lg\:w-28 {
    width: 7rem !important; }
  .lg\:w-29 {
    width: 7.25rem !important; }
  .lg\:w-30 {
    width: 7.5rem !important; }
  .lg\:w-31 {
    width: 7.75rem !important; }
  .lg\:w-32 {
    width: 8rem !important; }
  .lg\:w-33 {
    width: 8.25rem !important; }
  .lg\:w-34 {
    width: 8.5rem !important; }
  .lg\:w-35 {
    width: 8.75rem !important; }
  .lg\:w-36 {
    width: 9rem !important; }
  .lg\:w-37 {
    width: 9.25rem !important; }
  .lg\:w-38 {
    width: 9.5rem !important; }
  .lg\:w-39 {
    width: 9.75rem !important; }
  .lg\:w-40 {
    width: 10rem !important; }
  .lg\:w-41 {
    width: 10.25rem !important; }
  .lg\:w-42 {
    width: 10.5rem !important; }
  .lg\:w-43 {
    width: 10.75rem !important; }
  .lg\:w-44 {
    width: 11rem !important; }
  .lg\:w-45 {
    width: 11.25rem !important; }
  .lg\:w-46 {
    width: 11.5rem !important; }
  .lg\:w-47 {
    width: 11.75rem !important; }
  .lg\:w-48 {
    width: 12rem !important; }
  .lg\:w-49 {
    width: 12.25rem !important; }
  .lg\:w-50 {
    width: 12.5rem !important; }
  .lg\:w-51 {
    width: 12.75rem !important; }
  .lg\:w-52 {
    width: 13rem !important; }
  .lg\:w-53 {
    width: 13.25rem !important; }
  .lg\:w-54 {
    width: 13.5rem !important; }
  .lg\:w-55 {
    width: 13.75rem !important; }
  .lg\:w-56 {
    width: 14rem !important; }
  .lg\:w-57 {
    width: 14.25rem !important; }
  .lg\:w-58 {
    width: 14.5rem !important; }
  .lg\:w-59 {
    width: 14.75rem !important; }
  .lg\:w-60 {
    width: 15rem !important; }
  .lg\:w-61 {
    width: 15.25rem !important; }
  .lg\:w-62 {
    width: 15.5rem !important; }
  .lg\:w-63 {
    width: 15.75rem !important; }
  .lg\:w-64 {
    width: 16rem !important; }
  .lg\:w-65 {
    width: 16.25rem !important; }
  .lg\:w-66 {
    width: 16.5rem !important; }
  .lg\:w-67 {
    width: 16.75rem !important; }
  .lg\:w-68 {
    width: 17rem !important; }
  .lg\:w-69 {
    width: 17.25rem !important; }
  .lg\:w-70 {
    width: 17.5rem !important; }
  .lg\:w-71 {
    width: 17.75rem !important; }
  .lg\:w-72 {
    width: 18rem !important; }
  .lg\:w-73 {
    width: 18.25rem !important; }
  .lg\:w-74 {
    width: 18.5rem !important; }
  .lg\:w-75 {
    width: 18.75rem !important; }
  .lg\:w-76 {
    width: 19rem !important; }
  .lg\:w-77 {
    width: 19.25rem !important; }
  .lg\:w-78 {
    width: 19.5rem !important; }
  .lg\:w-79 {
    width: 19.75rem !important; }
  .lg\:w-80 {
    width: 20rem !important; }
  .lg\:w-84 {
    width: 21rem !important; }
  .lg\:w-88 {
    width: 22rem !important; }
  .lg\:w-92 {
    width: 23rem !important; }
  .lg\:w-96 {
    width: 24rem !important; }
  .lg\:w-100 {
    width: 25rem !important; }
  .lg\:w-104 {
    width: 26rem !important; }
  .lg\:w-108 {
    width: 27rem !important; }
  .lg\:w-112 {
    width: 28rem !important; }
  .lg\:w-116 {
    width: 29rem !important; }
  .lg\:w-120 {
    width: 30rem !important; }
  .lg\:w-124 {
    width: 31rem !important; }
  .lg\:w-128 {
    width: 32rem !important; }
  .lg\:w-132 {
    width: 33rem !important; }
  .lg\:w-136 {
    width: 34rem !important; }
  .lg\:w-140 {
    width: 35rem !important; }
  .lg\:w-144 {
    width: 36rem !important; }
  .lg\:w-148 {
    width: 37rem !important; }
  .lg\:w-152 {
    width: 38rem !important; }
  .lg\:w-156 {
    width: 39rem !important; }
  .lg\:w-160 {
    width: 40rem !important; }
  .lg\:w-164 {
    width: 41rem !important; }
  .lg\:w-168 {
    width: 42rem !important; }
  .lg\:w-172 {
    width: 43rem !important; }
  .lg\:w-176 {
    width: 44rem !important; }
  .lg\:w-180 {
    width: 45rem !important; }
  .lg\:w-184 {
    width: 46rem !important; }
  .lg\:w-188 {
    width: 47rem !important; }
  .lg\:w-192 {
    width: 48rem !important; }
  .lg\:w-196 {
    width: 49rem !important; }
  .lg\:w-200 {
    width: 50rem !important; }
  .lg\:w-auto {
    width: auto !important; }
  .lg\:w-px {
    width: 1px !important; }
  .lg\:w-2px {
    width: 2px !important; }
  .lg\:w-1\/2 {
    width: 50% !important; }
  .lg\:w-2\/2 {
    width: 100% !important; }
  .lg\:w-1\/3 {
    width: 33.333333% !important; }
  .lg\:w-2\/3 {
    width: 66.666667% !important; }
  .lg\:w-3\/3 {
    width: 100% !important; }
  .lg\:w-1\/4 {
    width: 25% !important; }
  .lg\:w-2\/4 {
    width: 50% !important; }
  .lg\:w-3\/4 {
    width: 75% !important; }
  .lg\:w-4\/4 {
    width: 100% !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-5\/5 {
    width: 100% !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-6\/6 {
    width: 100% !important; }
  .lg\:w-1\/10 {
    width: 10% !important; }
  .lg\:w-2\/10 {
    width: 20% !important; }
  .lg\:w-3\/10 {
    width: 30% !important; }
  .lg\:w-4\/10 {
    width: 40% !important; }
  .lg\:w-5\/10 {
    width: 50% !important; }
  .lg\:w-6\/10 {
    width: 60% !important; }
  .lg\:w-7\/10 {
    width: 70% !important; }
  .lg\:w-8\/10 {
    width: 80% !important; }
  .lg\:w-9\/10 {
    width: 90% !important; }
  .lg\:w-10\/10 {
    width: 100% !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-12\/12 {
    width: 100% !important; }
  .lg\:w-xs {
    width: 20rem !important; }
  .lg\:w-sm {
    width: 24rem !important; }
  .lg\:w-md {
    width: 28rem !important; }
  .lg\:w-lg {
    width: 32rem !important; }
  .lg\:w-xl {
    width: 36rem !important; }
  .lg\:w-2xl {
    width: 42rem !important; }
  .lg\:w-3xl {
    width: 48rem !important; }
  .lg\:w-4xl {
    width: 56rem !important; }
  .lg\:w-5xl {
    width: 64rem !important; }
  .lg\:w-6xl {
    width: 72rem !important; }
  .lg\:w-7xl {
    width: 80rem !important; }
  .lg\:w-full {
    width: 100% !important; }
  .lg\:w-screenw {
    width: 100vw !important; }
  .lg\:w-screenh {
    width: 100vh !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\:gap-0 {
    grid-gap: 0rem !important;
    gap: 0rem !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-7 {
    grid-gap: 1.75rem !important;
    gap: 1.75rem !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-11 {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important; }
  .lg\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .lg\:gap-13 {
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important; }
  .lg\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important; }
  .lg\:gap-15 {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important; }
  .lg\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important; }
  .lg\:gap-17 {
    grid-gap: 4.25rem !important;
    gap: 4.25rem !important; }
  .lg\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important; }
  .lg\:gap-19 {
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important; }
  .lg\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important; }
  .lg\:gap-21 {
    grid-gap: 5.25rem !important;
    gap: 5.25rem !important; }
  .lg\:gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important; }
  .lg\:gap-23 {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !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-26 {
    grid-gap: 6.5rem !important;
    gap: 6.5rem !important; }
  .lg\:gap-27 {
    grid-gap: 6.75rem !important;
    gap: 6.75rem !important; }
  .lg\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important; }
  .lg\:gap-29 {
    grid-gap: 7.25rem !important;
    gap: 7.25rem !important; }
  .lg\:gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important; }
  .lg\:gap-31 {
    grid-gap: 7.75rem !important;
    gap: 7.75rem !important; }
  .lg\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important; }
  .lg\:gap-33 {
    grid-gap: 8.25rem !important;
    gap: 8.25rem !important; }
  .lg\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important; }
  .lg\:gap-35 {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important; }
  .lg\:gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important; }
  .lg\:gap-37 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important; }
  .lg\:gap-38 {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important; }
  .lg\:gap-39 {
    grid-gap: 9.75rem !important;
    gap: 9.75rem !important; }
  .lg\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important; }
  .lg\:gap-41 {
    grid-gap: 10.25rem !important;
    gap: 10.25rem !important; }
  .lg\:gap-42 {
    grid-gap: 10.5rem !important;
    gap: 10.5rem !important; }
  .lg\:gap-43 {
    grid-gap: 10.75rem !important;
    gap: 10.75rem !important; }
  .lg\:gap-44 {
    grid-gap: 11rem !important;
    gap: 11rem !important; }
  .lg\:gap-45 {
    grid-gap: 11.25rem !important;
    gap: 11.25rem !important; }
  .lg\:gap-46 {
    grid-gap: 11.5rem !important;
    gap: 11.5rem !important; }
  .lg\:gap-47 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important; }
  .lg\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important; }
  .lg\:gap-49 {
    grid-gap: 12.25rem !important;
    gap: 12.25rem !important; }
  .lg\:gap-50 {
    grid-gap: 12.5rem !important;
    gap: 12.5rem !important; }
  .lg\:gap-51 {
    grid-gap: 12.75rem !important;
    gap: 12.75rem !important; }
  .lg\:gap-52 {
    grid-gap: 13rem !important;
    gap: 13rem !important; }
  .lg\:gap-53 {
    grid-gap: 13.25rem !important;
    gap: 13.25rem !important; }
  .lg\:gap-54 {
    grid-gap: 13.5rem !important;
    gap: 13.5rem !important; }
  .lg\:gap-55 {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important; }
  .lg\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important; }
  .lg\:gap-57 {
    grid-gap: 14.25rem !important;
    gap: 14.25rem !important; }
  .lg\:gap-58 {
    grid-gap: 14.5rem !important;
    gap: 14.5rem !important; }
  .lg\:gap-59 {
    grid-gap: 14.75rem !important;
    gap: 14.75rem !important; }
  .lg\:gap-60 {
    grid-gap: 15rem !important;
    gap: 15rem !important; }
  .lg\:gap-61 {
    grid-gap: 15.25rem !important;
    gap: 15.25rem !important; }
  .lg\:gap-62 {
    grid-gap: 15.5rem !important;
    gap: 15.5rem !important; }
  .lg\:gap-63 {
    grid-gap: 15.75rem !important;
    gap: 15.75rem !important; }
  .lg\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important; }
  .lg\:gap-65 {
    grid-gap: 16.25rem !important;
    gap: 16.25rem !important; }
  .lg\:gap-66 {
    grid-gap: 16.5rem !important;
    gap: 16.5rem !important; }
  .lg\:gap-67 {
    grid-gap: 16.75rem !important;
    gap: 16.75rem !important; }
  .lg\:gap-68 {
    grid-gap: 17rem !important;
    gap: 17rem !important; }
  .lg\:gap-69 {
    grid-gap: 17.25rem !important;
    gap: 17.25rem !important; }
  .lg\:gap-70 {
    grid-gap: 17.5rem !important;
    gap: 17.5rem !important; }
  .lg\:gap-71 {
    grid-gap: 17.75rem !important;
    gap: 17.75rem !important; }
  .lg\:gap-72 {
    grid-gap: 18rem !important;
    gap: 18rem !important; }
  .lg\:gap-73 {
    grid-gap: 18.25rem !important;
    gap: 18.25rem !important; }
  .lg\:gap-74 {
    grid-gap: 18.5rem !important;
    gap: 18.5rem !important; }
  .lg\:gap-75 {
    grid-gap: 18.75rem !important;
    gap: 18.75rem !important; }
  .lg\:gap-76 {
    grid-gap: 19rem !important;
    gap: 19rem !important; }
  .lg\:gap-77 {
    grid-gap: 19.25rem !important;
    gap: 19.25rem !important; }
  .lg\:gap-78 {
    grid-gap: 19.5rem !important;
    gap: 19.5rem !important; }
  .lg\:gap-79 {
    grid-gap: 19.75rem !important;
    gap: 19.75rem !important; }
  .lg\:gap-80 {
    grid-gap: 20rem !important;
    gap: 20rem !important; }
  .lg\:gap-84 {
    grid-gap: 21rem !important;
    gap: 21rem !important; }
  .lg\:gap-88 {
    grid-gap: 22rem !important;
    gap: 22rem !important; }
  .lg\:gap-92 {
    grid-gap: 23rem !important;
    gap: 23rem !important; }
  .lg\:gap-96 {
    grid-gap: 24rem !important;
    gap: 24rem !important; }
  .lg\:gap-100 {
    grid-gap: 25rem !important;
    gap: 25rem !important; }
  .lg\:gap-104 {
    grid-gap: 26rem !important;
    gap: 26rem !important; }
  .lg\:gap-108 {
    grid-gap: 27rem !important;
    gap: 27rem !important; }
  .lg\:gap-112 {
    grid-gap: 28rem !important;
    gap: 28rem !important; }
  .lg\:gap-116 {
    grid-gap: 29rem !important;
    gap: 29rem !important; }
  .lg\:gap-120 {
    grid-gap: 30rem !important;
    gap: 30rem !important; }
  .lg\:gap-124 {
    grid-gap: 31rem !important;
    gap: 31rem !important; }
  .lg\:gap-128 {
    grid-gap: 32rem !important;
    gap: 32rem !important; }
  .lg\:gap-132 {
    grid-gap: 33rem !important;
    gap: 33rem !important; }
  .lg\:gap-136 {
    grid-gap: 34rem !important;
    gap: 34rem !important; }
  .lg\:gap-140 {
    grid-gap: 35rem !important;
    gap: 35rem !important; }
  .lg\:gap-144 {
    grid-gap: 36rem !important;
    gap: 36rem !important; }
  .lg\:gap-148 {
    grid-gap: 37rem !important;
    gap: 37rem !important; }
  .lg\:gap-152 {
    grid-gap: 38rem !important;
    gap: 38rem !important; }
  .lg\:gap-156 {
    grid-gap: 39rem !important;
    gap: 39rem !important; }
  .lg\:gap-160 {
    grid-gap: 40rem !important;
    gap: 40rem !important; }
  .lg\:gap-164 {
    grid-gap: 41rem !important;
    gap: 41rem !important; }
  .lg\:gap-168 {
    grid-gap: 42rem !important;
    gap: 42rem !important; }
  .lg\:gap-172 {
    grid-gap: 43rem !important;
    gap: 43rem !important; }
  .lg\:gap-176 {
    grid-gap: 44rem !important;
    gap: 44rem !important; }
  .lg\:gap-180 {
    grid-gap: 45rem !important;
    gap: 45rem !important; }
  .lg\:gap-184 {
    grid-gap: 46rem !important;
    gap: 46rem !important; }
  .lg\:gap-188 {
    grid-gap: 47rem !important;
    gap: 47rem !important; }
  .lg\:gap-192 {
    grid-gap: 48rem !important;
    gap: 48rem !important; }
  .lg\:gap-196 {
    grid-gap: 49rem !important;
    gap: 49rem !important; }
  .lg\:gap-200 {
    grid-gap: 50rem !important;
    gap: 50rem !important; }
  .lg\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important; }
  .lg\:gap-2px {
    grid-gap: 2px !important;
    gap: 2px !important; }
  .lg\:gap-1\/2 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .lg\:gap-2\/2 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .lg\:gap-1\/3 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .lg\:gap-2\/3 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .lg\:gap-3\/3 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .lg\:gap-1\/4 {
    grid-gap: 25% !important;
    gap: 25% !important; }
  .lg\:gap-2\/4 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .lg\:gap-3\/4 {
    grid-gap: 75% !important;
    gap: 75% !important; }
  .lg\:gap-4\/4 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .lg\:gap-1\/5 {
    grid-gap: 20% !important;
    gap: 20% !important; }
  .lg\:gap-2\/5 {
    grid-gap: 40% !important;
    gap: 40% !important; }
  .lg\:gap-3\/5 {
    grid-gap: 60% !important;
    gap: 60% !important; }
  .lg\:gap-4\/5 {
    grid-gap: 80% !important;
    gap: 80% !important; }
  .lg\:gap-5\/5 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .lg\:gap-1\/6 {
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important; }
  .lg\:gap-2\/6 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .lg\:gap-3\/6 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .lg\:gap-4\/6 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .lg\:gap-5\/6 {
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important; }
  .lg\:gap-6\/6 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .lg\:gap-1\/10 {
    grid-gap: 10% !important;
    gap: 10% !important; }
  .lg\:gap-2\/10 {
    grid-gap: 20% !important;
    gap: 20% !important; }
  .lg\:gap-3\/10 {
    grid-gap: 30% !important;
    gap: 30% !important; }
  .lg\:gap-4\/10 {
    grid-gap: 40% !important;
    gap: 40% !important; }
  .lg\:gap-5\/10 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .lg\:gap-6\/10 {
    grid-gap: 60% !important;
    gap: 60% !important; }
  .lg\:gap-7\/10 {
    grid-gap: 70% !important;
    gap: 70% !important; }
  .lg\:gap-8\/10 {
    grid-gap: 80% !important;
    gap: 80% !important; }
  .lg\:gap-9\/10 {
    grid-gap: 90% !important;
    gap: 90% !important; }
  .lg\:gap-10\/10 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .lg\:gap-1\/12 {
    grid-gap: 8.333333% !important;
    gap: 8.333333% !important; }
  .lg\:gap-2\/12 {
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important; }
  .lg\:gap-3\/12 {
    grid-gap: 25% !important;
    gap: 25% !important; }
  .lg\:gap-4\/12 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .lg\:gap-5\/12 {
    grid-gap: 41.666667% !important;
    gap: 41.666667% !important; }
  .lg\:gap-6\/12 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .lg\:gap-7\/12 {
    grid-gap: 58.333333% !important;
    gap: 58.333333% !important; }
  .lg\:gap-8\/12 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .lg\:gap-9\/12 {
    grid-gap: 75% !important;
    gap: 75% !important; }
  .lg\:gap-10\/12 {
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important; }
  .lg\:gap-11\/12 {
    grid-gap: 91.666667% !important;
    gap: 91.666667% !important; }
  .lg\:gap-12\/12 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .lg\:gap-x-0 {
    grid-column-gap: 0rem !important;
    -webkit-column-gap: 0rem !important;
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important; }
  .lg\:gap-x-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\:gap-x-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\:gap-x-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\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important; }
  .lg\:gap-x-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\:gap-x-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\:gap-x-7 {
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important; }
  .lg\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important; }
  .lg\:gap-x-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\:gap-x-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\:gap-x-11 {
    grid-column-gap: 2.75rem !important;
    -webkit-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important; }
  .lg\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important; }
  .lg\:gap-x-13 {
    grid-column-gap: 3.25rem !important;
    -webkit-column-gap: 3.25rem !important;
    -moz-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important; }
  .lg\:gap-x-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\:gap-x-15 {
    grid-column-gap: 3.75rem !important;
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important; }
  .lg\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important; }
  .lg\:gap-x-17 {
    grid-column-gap: 4.25rem !important;
    -webkit-column-gap: 4.25rem !important;
    -moz-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important; }
  .lg\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important; }
  .lg\:gap-x-19 {
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
    -moz-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important; }
  .lg\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important; }
  .lg\:gap-x-21 {
    grid-column-gap: 5.25rem !important;
    -webkit-column-gap: 5.25rem !important;
    -moz-column-gap: 5.25rem !important;
    column-gap: 5.25rem !important; }
  .lg\:gap-x-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\:gap-x-23 {
    grid-column-gap: 5.75rem !important;
    -webkit-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
    column-gap: 5.75rem !important; }
  .lg\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important; }
  .lg\:gap-x-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\:gap-x-26 {
    grid-column-gap: 6.5rem !important;
    -webkit-column-gap: 6.5rem !important;
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important; }
  .lg\:gap-x-27 {
    grid-column-gap: 6.75rem !important;
    -webkit-column-gap: 6.75rem !important;
    -moz-column-gap: 6.75rem !important;
    column-gap: 6.75rem !important; }
  .lg\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important; }
  .lg\:gap-x-29 {
    grid-column-gap: 7.25rem !important;
    -webkit-column-gap: 7.25rem !important;
    -moz-column-gap: 7.25rem !important;
    column-gap: 7.25rem !important; }
  .lg\:gap-x-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\:gap-x-31 {
    grid-column-gap: 7.75rem !important;
    -webkit-column-gap: 7.75rem !important;
    -moz-column-gap: 7.75rem !important;
    column-gap: 7.75rem !important; }
  .lg\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important; }
  .lg\:gap-x-33 {
    grid-column-gap: 8.25rem !important;
    -webkit-column-gap: 8.25rem !important;
    -moz-column-gap: 8.25rem !important;
    column-gap: 8.25rem !important; }
  .lg\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -webkit-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
    column-gap: 8.5rem !important; }
  .lg\:gap-x-35 {
    grid-column-gap: 8.75rem !important;
    -webkit-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
    column-gap: 8.75rem !important; }
  .lg\:gap-x-36 {
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important; }
  .lg\:gap-x-37 {
    grid-column-gap: 9.25rem !important;
    -webkit-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
    column-gap: 9.25rem !important; }
  .lg\:gap-x-38 {
    grid-column-gap: 9.5rem !important;
    -webkit-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
    column-gap: 9.5rem !important; }
  .lg\:gap-x-39 {
    grid-column-gap: 9.75rem !important;
    -webkit-column-gap: 9.75rem !important;
    -moz-column-gap: 9.75rem !important;
    column-gap: 9.75rem !important; }
  .lg\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important; }
  .lg\:gap-x-41 {
    grid-column-gap: 10.25rem !important;
    -webkit-column-gap: 10.25rem !important;
    -moz-column-gap: 10.25rem !important;
    column-gap: 10.25rem !important; }
  .lg\:gap-x-42 {
    grid-column-gap: 10.5rem !important;
    -webkit-column-gap: 10.5rem !important;
    -moz-column-gap: 10.5rem !important;
    column-gap: 10.5rem !important; }
  .lg\:gap-x-43 {
    grid-column-gap: 10.75rem !important;
    -webkit-column-gap: 10.75rem !important;
    -moz-column-gap: 10.75rem !important;
    column-gap: 10.75rem !important; }
  .lg\:gap-x-44 {
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important; }
  .lg\:gap-x-45 {
    grid-column-gap: 11.25rem !important;
    -webkit-column-gap: 11.25rem !important;
    -moz-column-gap: 11.25rem !important;
    column-gap: 11.25rem !important; }
  .lg\:gap-x-46 {
    grid-column-gap: 11.5rem !important;
    -webkit-column-gap: 11.5rem !important;
    -moz-column-gap: 11.5rem !important;
    column-gap: 11.5rem !important; }
  .lg\:gap-x-47 {
    grid-column-gap: 11.75rem !important;
    -webkit-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
    column-gap: 11.75rem !important; }
  .lg\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important; }
  .lg\:gap-x-49 {
    grid-column-gap: 12.25rem !important;
    -webkit-column-gap: 12.25rem !important;
    -moz-column-gap: 12.25rem !important;
    column-gap: 12.25rem !important; }
  .lg\:gap-x-50 {
    grid-column-gap: 12.5rem !important;
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important; }
  .lg\:gap-x-51 {
    grid-column-gap: 12.75rem !important;
    -webkit-column-gap: 12.75rem !important;
    -moz-column-gap: 12.75rem !important;
    column-gap: 12.75rem !important; }
  .lg\:gap-x-52 {
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important; }
  .lg\:gap-x-53 {
    grid-column-gap: 13.25rem !important;
    -webkit-column-gap: 13.25rem !important;
    -moz-column-gap: 13.25rem !important;
    column-gap: 13.25rem !important; }
  .lg\:gap-x-54 {
    grid-column-gap: 13.5rem !important;
    -webkit-column-gap: 13.5rem !important;
    -moz-column-gap: 13.5rem !important;
    column-gap: 13.5rem !important; }
  .lg\:gap-x-55 {
    grid-column-gap: 13.75rem !important;
    -webkit-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
    column-gap: 13.75rem !important; }
  .lg\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important; }
  .lg\:gap-x-57 {
    grid-column-gap: 14.25rem !important;
    -webkit-column-gap: 14.25rem !important;
    -moz-column-gap: 14.25rem !important;
    column-gap: 14.25rem !important; }
  .lg\:gap-x-58 {
    grid-column-gap: 14.5rem !important;
    -webkit-column-gap: 14.5rem !important;
    -moz-column-gap: 14.5rem !important;
    column-gap: 14.5rem !important; }
  .lg\:gap-x-59 {
    grid-column-gap: 14.75rem !important;
    -webkit-column-gap: 14.75rem !important;
    -moz-column-gap: 14.75rem !important;
    column-gap: 14.75rem !important; }
  .lg\:gap-x-60 {
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important; }
  .lg\:gap-x-61 {
    grid-column-gap: 15.25rem !important;
    -webkit-column-gap: 15.25rem !important;
    -moz-column-gap: 15.25rem !important;
    column-gap: 15.25rem !important; }
  .lg\:gap-x-62 {
    grid-column-gap: 15.5rem !important;
    -webkit-column-gap: 15.5rem !important;
    -moz-column-gap: 15.5rem !important;
    column-gap: 15.5rem !important; }
  .lg\:gap-x-63 {
    grid-column-gap: 15.75rem !important;
    -webkit-column-gap: 15.75rem !important;
    -moz-column-gap: 15.75rem !important;
    column-gap: 15.75rem !important; }
  .lg\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important; }
  .lg\:gap-x-65 {
    grid-column-gap: 16.25rem !important;
    -webkit-column-gap: 16.25rem !important;
    -moz-column-gap: 16.25rem !important;
    column-gap: 16.25rem !important; }
  .lg\:gap-x-66 {
    grid-column-gap: 16.5rem !important;
    -webkit-column-gap: 16.5rem !important;
    -moz-column-gap: 16.5rem !important;
    column-gap: 16.5rem !important; }
  .lg\:gap-x-67 {
    grid-column-gap: 16.75rem !important;
    -webkit-column-gap: 16.75rem !important;
    -moz-column-gap: 16.75rem !important;
    column-gap: 16.75rem !important; }
  .lg\:gap-x-68 {
    grid-column-gap: 17rem !important;
    -webkit-column-gap: 17rem !important;
    -moz-column-gap: 17rem !important;
    column-gap: 17rem !important; }
  .lg\:gap-x-69 {
    grid-column-gap: 17.25rem !important;
    -webkit-column-gap: 17.25rem !important;
    -moz-column-gap: 17.25rem !important;
    column-gap: 17.25rem !important; }
  .lg\:gap-x-70 {
    grid-column-gap: 17.5rem !important;
    -webkit-column-gap: 17.5rem !important;
    -moz-column-gap: 17.5rem !important;
    column-gap: 17.5rem !important; }
  .lg\:gap-x-71 {
    grid-column-gap: 17.75rem !important;
    -webkit-column-gap: 17.75rem !important;
    -moz-column-gap: 17.75rem !important;
    column-gap: 17.75rem !important; }
  .lg\:gap-x-72 {
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important; }
  .lg\:gap-x-73 {
    grid-column-gap: 18.25rem !important;
    -webkit-column-gap: 18.25rem !important;
    -moz-column-gap: 18.25rem !important;
    column-gap: 18.25rem !important; }
  .lg\:gap-x-74 {
    grid-column-gap: 18.5rem !important;
    -webkit-column-gap: 18.5rem !important;
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important; }
  .lg\:gap-x-75 {
    grid-column-gap: 18.75rem !important;
    -webkit-column-gap: 18.75rem !important;
    -moz-column-gap: 18.75rem !important;
    column-gap: 18.75rem !important; }
  .lg\:gap-x-76 {
    grid-column-gap: 19rem !important;
    -webkit-column-gap: 19rem !important;
    -moz-column-gap: 19rem !important;
    column-gap: 19rem !important; }
  .lg\:gap-x-77 {
    grid-column-gap: 19.25rem !important;
    -webkit-column-gap: 19.25rem !important;
    -moz-column-gap: 19.25rem !important;
    column-gap: 19.25rem !important; }
  .lg\:gap-x-78 {
    grid-column-gap: 19.5rem !important;
    -webkit-column-gap: 19.5rem !important;
    -moz-column-gap: 19.5rem !important;
    column-gap: 19.5rem !important; }
  .lg\:gap-x-79 {
    grid-column-gap: 19.75rem !important;
    -webkit-column-gap: 19.75rem !important;
    -moz-column-gap: 19.75rem !important;
    column-gap: 19.75rem !important; }
  .lg\:gap-x-80 {
    grid-column-gap: 20rem !important;
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important; }
  .lg\:gap-x-84 {
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
    -moz-column-gap: 21rem !important;
    column-gap: 21rem !important; }
  .lg\:gap-x-88 {
    grid-column-gap: 22rem !important;
    -webkit-column-gap: 22rem !important;
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important; }
  .lg\:gap-x-92 {
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
    -moz-column-gap: 23rem !important;
    column-gap: 23rem !important; }
  .lg\:gap-x-96 {
    grid-column-gap: 24rem !important;
    -webkit-column-gap: 24rem !important;
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important; }
  .lg\:gap-x-100 {
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important; }
  .lg\:gap-x-104 {
    grid-column-gap: 26rem !important;
    -webkit-column-gap: 26rem !important;
    -moz-column-gap: 26rem !important;
    column-gap: 26rem !important; }
  .lg\:gap-x-108 {
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
    -moz-column-gap: 27rem !important;
    column-gap: 27rem !important; }
  .lg\:gap-x-112 {
    grid-column-gap: 28rem !important;
    -webkit-column-gap: 28rem !important;
    -moz-column-gap: 28rem !important;
    column-gap: 28rem !important; }
  .lg\:gap-x-116 {
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
    -moz-column-gap: 29rem !important;
    column-gap: 29rem !important; }
  .lg\:gap-x-120 {
    grid-column-gap: 30rem !important;
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important; }
  .lg\:gap-x-124 {
    grid-column-gap: 31rem !important;
    -webkit-column-gap: 31rem !important;
    -moz-column-gap: 31rem !important;
    column-gap: 31rem !important; }
  .lg\:gap-x-128 {
    grid-column-gap: 32rem !important;
    -webkit-column-gap: 32rem !important;
    -moz-column-gap: 32rem !important;
    column-gap: 32rem !important; }
  .lg\:gap-x-132 {
    grid-column-gap: 33rem !important;
    -webkit-column-gap: 33rem !important;
    -moz-column-gap: 33rem !important;
    column-gap: 33rem !important; }
  .lg\:gap-x-136 {
    grid-column-gap: 34rem !important;
    -webkit-column-gap: 34rem !important;
    -moz-column-gap: 34rem !important;
    column-gap: 34rem !important; }
  .lg\:gap-x-140 {
    grid-column-gap: 35rem !important;
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important; }
  .lg\:gap-x-144 {
    grid-column-gap: 36rem !important;
    -webkit-column-gap: 36rem !important;
    -moz-column-gap: 36rem !important;
    column-gap: 36rem !important; }
  .lg\:gap-x-148 {
    grid-column-gap: 37rem !important;
    -webkit-column-gap: 37rem !important;
    -moz-column-gap: 37rem !important;
    column-gap: 37rem !important; }
  .lg\:gap-x-152 {
    grid-column-gap: 38rem !important;
    -webkit-column-gap: 38rem !important;
    -moz-column-gap: 38rem !important;
    column-gap: 38rem !important; }
  .lg\:gap-x-156 {
    grid-column-gap: 39rem !important;
    -webkit-column-gap: 39rem !important;
    -moz-column-gap: 39rem !important;
    column-gap: 39rem !important; }
  .lg\:gap-x-160 {
    grid-column-gap: 40rem !important;
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important; }
  .lg\:gap-x-164 {
    grid-column-gap: 41rem !important;
    -webkit-column-gap: 41rem !important;
    -moz-column-gap: 41rem !important;
    column-gap: 41rem !important; }
  .lg\:gap-x-168 {
    grid-column-gap: 42rem !important;
    -webkit-column-gap: 42rem !important;
    -moz-column-gap: 42rem !important;
    column-gap: 42rem !important; }
  .lg\:gap-x-172 {
    grid-column-gap: 43rem !important;
    -webkit-column-gap: 43rem !important;
    -moz-column-gap: 43rem !important;
    column-gap: 43rem !important; }
  .lg\:gap-x-176 {
    grid-column-gap: 44rem !important;
    -webkit-column-gap: 44rem !important;
    -moz-column-gap: 44rem !important;
    column-gap: 44rem !important; }
  .lg\:gap-x-180 {
    grid-column-gap: 45rem !important;
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important; }
  .lg\:gap-x-184 {
    grid-column-gap: 46rem !important;
    -webkit-column-gap: 46rem !important;
    -moz-column-gap: 46rem !important;
    column-gap: 46rem !important; }
  .lg\:gap-x-188 {
    grid-column-gap: 47rem !important;
    -webkit-column-gap: 47rem !important;
    -moz-column-gap: 47rem !important;
    column-gap: 47rem !important; }
  .lg\:gap-x-192 {
    grid-column-gap: 48rem !important;
    -webkit-column-gap: 48rem !important;
    -moz-column-gap: 48rem !important;
    column-gap: 48rem !important; }
  .lg\:gap-x-196 {
    grid-column-gap: 49rem !important;
    -webkit-column-gap: 49rem !important;
    -moz-column-gap: 49rem !important;
    column-gap: 49rem !important; }
  .lg\:gap-x-200 {
    grid-column-gap: 50rem !important;
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important; }
  .lg\:gap-x-px {
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important; }
  .lg\:gap-x-2px {
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important; }
  .lg\:gap-x-1\/2 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .lg\:gap-x-2\/2 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .lg\:gap-x-1\/3 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .lg\:gap-x-2\/3 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .lg\:gap-x-3\/3 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .lg\:gap-x-1\/4 {
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
    -moz-column-gap: 25% !important;
    column-gap: 25% !important; }
  .lg\:gap-x-2\/4 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .lg\:gap-x-3\/4 {
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
    -moz-column-gap: 75% !important;
    column-gap: 75% !important; }
  .lg\:gap-x-4\/4 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .lg\:gap-x-1\/5 {
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
    -moz-column-gap: 20% !important;
    column-gap: 20% !important; }
  .lg\:gap-x-2\/5 {
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
    -moz-column-gap: 40% !important;
    column-gap: 40% !important; }
  .lg\:gap-x-3\/5 {
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
    -moz-column-gap: 60% !important;
    column-gap: 60% !important; }
  .lg\:gap-x-4\/5 {
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
    -moz-column-gap: 80% !important;
    column-gap: 80% !important; }
  .lg\:gap-x-5\/5 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .lg\:gap-x-1\/6 {
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
    -moz-column-gap: 16.666667% !important;
    column-gap: 16.666667% !important; }
  .lg\:gap-x-2\/6 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .lg\:gap-x-3\/6 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .lg\:gap-x-4\/6 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .lg\:gap-x-5\/6 {
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
    -moz-column-gap: 83.333333% !important;
    column-gap: 83.333333% !important; }
  .lg\:gap-x-6\/6 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .lg\:gap-x-1\/10 {
    grid-column-gap: 10% !important;
    -webkit-column-gap: 10% !important;
    -moz-column-gap: 10% !important;
    column-gap: 10% !important; }
  .lg\:gap-x-2\/10 {
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
    -moz-column-gap: 20% !important;
    column-gap: 20% !important; }
  .lg\:gap-x-3\/10 {
    grid-column-gap: 30% !important;
    -webkit-column-gap: 30% !important;
    -moz-column-gap: 30% !important;
    column-gap: 30% !important; }
  .lg\:gap-x-4\/10 {
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
    -moz-column-gap: 40% !important;
    column-gap: 40% !important; }
  .lg\:gap-x-5\/10 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .lg\:gap-x-6\/10 {
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
    -moz-column-gap: 60% !important;
    column-gap: 60% !important; }
  .lg\:gap-x-7\/10 {
    grid-column-gap: 70% !important;
    -webkit-column-gap: 70% !important;
    -moz-column-gap: 70% !important;
    column-gap: 70% !important; }
  .lg\:gap-x-8\/10 {
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
    -moz-column-gap: 80% !important;
    column-gap: 80% !important; }
  .lg\:gap-x-9\/10 {
    grid-column-gap: 90% !important;
    -webkit-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
    column-gap: 90% !important; }
  .lg\:gap-x-10\/10 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .lg\:gap-x-1\/12 {
    grid-column-gap: 8.333333% !important;
    -webkit-column-gap: 8.333333% !important;
    -moz-column-gap: 8.333333% !important;
    column-gap: 8.333333% !important; }
  .lg\:gap-x-2\/12 {
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
    -moz-column-gap: 16.666667% !important;
    column-gap: 16.666667% !important; }
  .lg\:gap-x-3\/12 {
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
    -moz-column-gap: 25% !important;
    column-gap: 25% !important; }
  .lg\:gap-x-4\/12 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .lg\:gap-x-5\/12 {
    grid-column-gap: 41.666667% !important;
    -webkit-column-gap: 41.666667% !important;
    -moz-column-gap: 41.666667% !important;
    column-gap: 41.666667% !important; }
  .lg\:gap-x-6\/12 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .lg\:gap-x-7\/12 {
    grid-column-gap: 58.333333% !important;
    -webkit-column-gap: 58.333333% !important;
    -moz-column-gap: 58.333333% !important;
    column-gap: 58.333333% !important; }
  .lg\:gap-x-8\/12 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .lg\:gap-x-9\/12 {
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
    -moz-column-gap: 75% !important;
    column-gap: 75% !important; }
  .lg\:gap-x-10\/12 {
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
    -moz-column-gap: 83.333333% !important;
    column-gap: 83.333333% !important; }
  .lg\:gap-x-11\/12 {
    grid-column-gap: 91.666667% !important;
    -webkit-column-gap: 91.666667% !important;
    -moz-column-gap: 91.666667% !important;
    column-gap: 91.666667% !important; }
  .lg\:gap-x-12\/12 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .lg\:gap-y-0 {
    grid-row-gap: 0rem !important;
    row-gap: 0rem !important; }
  .lg\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important; }
  .lg\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important; }
  .lg\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important; }
  .lg\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important; }
  .lg\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important; }
  .lg\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important; }
  .lg\:gap-y-7 {
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important; }
  .lg\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important; }
  .lg\:gap-y-9 {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important; }
  .lg\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important; }
  .lg\:gap-y-11 {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important; }
  .lg\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important; }
  .lg\:gap-y-13 {
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important; }
  .lg\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important; }
  .lg\:gap-y-15 {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important; }
  .lg\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important; }
  .lg\:gap-y-17 {
    grid-row-gap: 4.25rem !important;
    row-gap: 4.25rem !important; }
  .lg\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important; }
  .lg\:gap-y-19 {
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important; }
  .lg\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important; }
  .lg\:gap-y-21 {
    grid-row-gap: 5.25rem !important;
    row-gap: 5.25rem !important; }
  .lg\:gap-y-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important; }
  .lg\:gap-y-23 {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important; }
  .lg\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important; }
  .lg\:gap-y-25 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important; }
  .lg\:gap-y-26 {
    grid-row-gap: 6.5rem !important;
    row-gap: 6.5rem !important; }
  .lg\:gap-y-27 {
    grid-row-gap: 6.75rem !important;
    row-gap: 6.75rem !important; }
  .lg\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important; }
  .lg\:gap-y-29 {
    grid-row-gap: 7.25rem !important;
    row-gap: 7.25rem !important; }
  .lg\:gap-y-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important; }
  .lg\:gap-y-31 {
    grid-row-gap: 7.75rem !important;
    row-gap: 7.75rem !important; }
  .lg\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important; }
  .lg\:gap-y-33 {
    grid-row-gap: 8.25rem !important;
    row-gap: 8.25rem !important; }
  .lg\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important; }
  .lg\:gap-y-35 {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important; }
  .lg\:gap-y-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important; }
  .lg\:gap-y-37 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important; }
  .lg\:gap-y-38 {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important; }
  .lg\:gap-y-39 {
    grid-row-gap: 9.75rem !important;
    row-gap: 9.75rem !important; }
  .lg\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important; }
  .lg\:gap-y-41 {
    grid-row-gap: 10.25rem !important;
    row-gap: 10.25rem !important; }
  .lg\:gap-y-42 {
    grid-row-gap: 10.5rem !important;
    row-gap: 10.5rem !important; }
  .lg\:gap-y-43 {
    grid-row-gap: 10.75rem !important;
    row-gap: 10.75rem !important; }
  .lg\:gap-y-44 {
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important; }
  .lg\:gap-y-45 {
    grid-row-gap: 11.25rem !important;
    row-gap: 11.25rem !important; }
  .lg\:gap-y-46 {
    grid-row-gap: 11.5rem !important;
    row-gap: 11.5rem !important; }
  .lg\:gap-y-47 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important; }
  .lg\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important; }
  .lg\:gap-y-49 {
    grid-row-gap: 12.25rem !important;
    row-gap: 12.25rem !important; }
  .lg\:gap-y-50 {
    grid-row-gap: 12.5rem !important;
    row-gap: 12.5rem !important; }
  .lg\:gap-y-51 {
    grid-row-gap: 12.75rem !important;
    row-gap: 12.75rem !important; }
  .lg\:gap-y-52 {
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important; }
  .lg\:gap-y-53 {
    grid-row-gap: 13.25rem !important;
    row-gap: 13.25rem !important; }
  .lg\:gap-y-54 {
    grid-row-gap: 13.5rem !important;
    row-gap: 13.5rem !important; }
  .lg\:gap-y-55 {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important; }
  .lg\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important; }
  .lg\:gap-y-57 {
    grid-row-gap: 14.25rem !important;
    row-gap: 14.25rem !important; }
  .lg\:gap-y-58 {
    grid-row-gap: 14.5rem !important;
    row-gap: 14.5rem !important; }
  .lg\:gap-y-59 {
    grid-row-gap: 14.75rem !important;
    row-gap: 14.75rem !important; }
  .lg\:gap-y-60 {
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important; }
  .lg\:gap-y-61 {
    grid-row-gap: 15.25rem !important;
    row-gap: 15.25rem !important; }
  .lg\:gap-y-62 {
    grid-row-gap: 15.5rem !important;
    row-gap: 15.5rem !important; }
  .lg\:gap-y-63 {
    grid-row-gap: 15.75rem !important;
    row-gap: 15.75rem !important; }
  .lg\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important; }
  .lg\:gap-y-65 {
    grid-row-gap: 16.25rem !important;
    row-gap: 16.25rem !important; }
  .lg\:gap-y-66 {
    grid-row-gap: 16.5rem !important;
    row-gap: 16.5rem !important; }
  .lg\:gap-y-67 {
    grid-row-gap: 16.75rem !important;
    row-gap: 16.75rem !important; }
  .lg\:gap-y-68 {
    grid-row-gap: 17rem !important;
    row-gap: 17rem !important; }
  .lg\:gap-y-69 {
    grid-row-gap: 17.25rem !important;
    row-gap: 17.25rem !important; }
  .lg\:gap-y-70 {
    grid-row-gap: 17.5rem !important;
    row-gap: 17.5rem !important; }
  .lg\:gap-y-71 {
    grid-row-gap: 17.75rem !important;
    row-gap: 17.75rem !important; }
  .lg\:gap-y-72 {
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important; }
  .lg\:gap-y-73 {
    grid-row-gap: 18.25rem !important;
    row-gap: 18.25rem !important; }
  .lg\:gap-y-74 {
    grid-row-gap: 18.5rem !important;
    row-gap: 18.5rem !important; }
  .lg\:gap-y-75 {
    grid-row-gap: 18.75rem !important;
    row-gap: 18.75rem !important; }
  .lg\:gap-y-76 {
    grid-row-gap: 19rem !important;
    row-gap: 19rem !important; }
  .lg\:gap-y-77 {
    grid-row-gap: 19.25rem !important;
    row-gap: 19.25rem !important; }
  .lg\:gap-y-78 {
    grid-row-gap: 19.5rem !important;
    row-gap: 19.5rem !important; }
  .lg\:gap-y-79 {
    grid-row-gap: 19.75rem !important;
    row-gap: 19.75rem !important; }
  .lg\:gap-y-80 {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important; }
  .lg\:gap-y-84 {
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important; }
  .lg\:gap-y-88 {
    grid-row-gap: 22rem !important;
    row-gap: 22rem !important; }
  .lg\:gap-y-92 {
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important; }
  .lg\:gap-y-96 {
    grid-row-gap: 24rem !important;
    row-gap: 24rem !important; }
  .lg\:gap-y-100 {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important; }
  .lg\:gap-y-104 {
    grid-row-gap: 26rem !important;
    row-gap: 26rem !important; }
  .lg\:gap-y-108 {
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important; }
  .lg\:gap-y-112 {
    grid-row-gap: 28rem !important;
    row-gap: 28rem !important; }
  .lg\:gap-y-116 {
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important; }
  .lg\:gap-y-120 {
    grid-row-gap: 30rem !important;
    row-gap: 30rem !important; }
  .lg\:gap-y-124 {
    grid-row-gap: 31rem !important;
    row-gap: 31rem !important; }
  .lg\:gap-y-128 {
    grid-row-gap: 32rem !important;
    row-gap: 32rem !important; }
  .lg\:gap-y-132 {
    grid-row-gap: 33rem !important;
    row-gap: 33rem !important; }
  .lg\:gap-y-136 {
    grid-row-gap: 34rem !important;
    row-gap: 34rem !important; }
  .lg\:gap-y-140 {
    grid-row-gap: 35rem !important;
    row-gap: 35rem !important; }
  .lg\:gap-y-144 {
    grid-row-gap: 36rem !important;
    row-gap: 36rem !important; }
  .lg\:gap-y-148 {
    grid-row-gap: 37rem !important;
    row-gap: 37rem !important; }
  .lg\:gap-y-152 {
    grid-row-gap: 38rem !important;
    row-gap: 38rem !important; }
  .lg\:gap-y-156 {
    grid-row-gap: 39rem !important;
    row-gap: 39rem !important; }
  .lg\:gap-y-160 {
    grid-row-gap: 40rem !important;
    row-gap: 40rem !important; }
  .lg\:gap-y-164 {
    grid-row-gap: 41rem !important;
    row-gap: 41rem !important; }
  .lg\:gap-y-168 {
    grid-row-gap: 42rem !important;
    row-gap: 42rem !important; }
  .lg\:gap-y-172 {
    grid-row-gap: 43rem !important;
    row-gap: 43rem !important; }
  .lg\:gap-y-176 {
    grid-row-gap: 44rem !important;
    row-gap: 44rem !important; }
  .lg\:gap-y-180 {
    grid-row-gap: 45rem !important;
    row-gap: 45rem !important; }
  .lg\:gap-y-184 {
    grid-row-gap: 46rem !important;
    row-gap: 46rem !important; }
  .lg\:gap-y-188 {
    grid-row-gap: 47rem !important;
    row-gap: 47rem !important; }
  .lg\:gap-y-192 {
    grid-row-gap: 48rem !important;
    row-gap: 48rem !important; }
  .lg\:gap-y-196 {
    grid-row-gap: 49rem !important;
    row-gap: 49rem !important; }
  .lg\:gap-y-200 {
    grid-row-gap: 50rem !important;
    row-gap: 50rem !important; }
  .lg\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important; }
  .lg\:gap-y-2px {
    grid-row-gap: 2px !important;
    row-gap: 2px !important; }
  .lg\:gap-y-1\/2 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .lg\:gap-y-2\/2 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .lg\:gap-y-1\/3 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .lg\:gap-y-2\/3 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .lg\:gap-y-3\/3 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .lg\:gap-y-1\/4 {
    grid-row-gap: 25% !important;
    row-gap: 25% !important; }
  .lg\:gap-y-2\/4 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .lg\:gap-y-3\/4 {
    grid-row-gap: 75% !important;
    row-gap: 75% !important; }
  .lg\:gap-y-4\/4 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .lg\:gap-y-1\/5 {
    grid-row-gap: 20% !important;
    row-gap: 20% !important; }
  .lg\:gap-y-2\/5 {
    grid-row-gap: 40% !important;
    row-gap: 40% !important; }
  .lg\:gap-y-3\/5 {
    grid-row-gap: 60% !important;
    row-gap: 60% !important; }
  .lg\:gap-y-4\/5 {
    grid-row-gap: 80% !important;
    row-gap: 80% !important; }
  .lg\:gap-y-5\/5 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .lg\:gap-y-1\/6 {
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important; }
  .lg\:gap-y-2\/6 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .lg\:gap-y-3\/6 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .lg\:gap-y-4\/6 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .lg\:gap-y-5\/6 {
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important; }
  .lg\:gap-y-6\/6 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .lg\:gap-y-1\/10 {
    grid-row-gap: 10% !important;
    row-gap: 10% !important; }
  .lg\:gap-y-2\/10 {
    grid-row-gap: 20% !important;
    row-gap: 20% !important; }
  .lg\:gap-y-3\/10 {
    grid-row-gap: 30% !important;
    row-gap: 30% !important; }
  .lg\:gap-y-4\/10 {
    grid-row-gap: 40% !important;
    row-gap: 40% !important; }
  .lg\:gap-y-5\/10 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .lg\:gap-y-6\/10 {
    grid-row-gap: 60% !important;
    row-gap: 60% !important; }
  .lg\:gap-y-7\/10 {
    grid-row-gap: 70% !important;
    row-gap: 70% !important; }
  .lg\:gap-y-8\/10 {
    grid-row-gap: 80% !important;
    row-gap: 80% !important; }
  .lg\:gap-y-9\/10 {
    grid-row-gap: 90% !important;
    row-gap: 90% !important; }
  .lg\:gap-y-10\/10 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .lg\:gap-y-1\/12 {
    grid-row-gap: 8.333333% !important;
    row-gap: 8.333333% !important; }
  .lg\:gap-y-2\/12 {
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important; }
  .lg\:gap-y-3\/12 {
    grid-row-gap: 25% !important;
    row-gap: 25% !important; }
  .lg\:gap-y-4\/12 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .lg\:gap-y-5\/12 {
    grid-row-gap: 41.666667% !important;
    row-gap: 41.666667% !important; }
  .lg\:gap-y-6\/12 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .lg\:gap-y-7\/12 {
    grid-row-gap: 58.333333% !important;
    row-gap: 58.333333% !important; }
  .lg\:gap-y-8\/12 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .lg\:gap-y-9\/12 {
    grid-row-gap: 75% !important;
    row-gap: 75% !important; }
  .lg\:gap-y-10\/12 {
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important; }
  .lg\:gap-y-11\/12 {
    grid-row-gap: 91.666667% !important;
    row-gap: 91.666667% !important; }
  .lg\:gap-y-12\/12 {
    grid-row-gap: 100% !important;
    row-gap: 100% !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\:auto-cols-auto {
    grid-auto-columns: auto !important; }
  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important; }
  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important; }
  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !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-span-full {
    grid-column: 1 / -1 !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\:auto-rows-auto {
    grid-auto-rows: auto !important; }
  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important; }
  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important; }
  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !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-span-full {
    grid-row: 1 / -1 !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;
    -ms-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;
    -ms-transform: none !important;
    transform: none !important; }
  .lg\:origin-center {
    -webkit-transform-origin: center !important;
    -ms-transform-origin: center !important;
    transform-origin: center !important; }
  .lg\:origin-top {
    -webkit-transform-origin: top !important;
    -ms-transform-origin: top !important;
    transform-origin: top !important; }
  .lg\:origin-top-right {
    -webkit-transform-origin: top right !important;
    -ms-transform-origin: top right !important;
    transform-origin: top right !important; }
  .lg\:origin-right {
    -webkit-transform-origin: right !important;
    -ms-transform-origin: right !important;
    transform-origin: right !important; }
  .lg\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
    -ms-transform-origin: bottom right !important;
    transform-origin: bottom right !important; }
  .lg\:origin-bottom {
    -webkit-transform-origin: bottom !important;
    -ms-transform-origin: bottom !important;
    transform-origin: bottom !important; }
  .lg\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
    -ms-transform-origin: bottom left !important;
    transform-origin: bottom left !important; }
  .lg\:origin-left {
    -webkit-transform-origin: left !important;
    -ms-transform-origin: left !important;
    transform-origin: left !important; }
  .lg\:origin-top-left {
    -webkit-transform-origin: top left !important;
    -ms-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; }
  .group:hover .lg\:group-hover\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important; }
  .group:hover .lg\:group-hover\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important; }
  .group:hover .lg\:group-hover\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important; }
  .group:hover .lg\:group-hover\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important; }
  .group:hover .lg\:group-hover\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important; }
  .group:hover .lg\:group-hover\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important; }
  .group:hover .lg\:group-hover\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important; }
  .group:hover .lg\:group-hover\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important; }
  .group:hover .lg\:group-hover\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important; }
  .group:hover .lg\:group-hover\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important; }
  .group:hover .lg\:group-hover\:scale-x-0 {
    --transform-scale-x: 0 !important; }
  .group:hover .lg\:group-hover\:scale-x-50 {
    --transform-scale-x: .5 !important; }
  .group:hover .lg\:group-hover\:scale-x-75 {
    --transform-scale-x: .75 !important; }
  .group:hover .lg\:group-hover\:scale-x-90 {
    --transform-scale-x: .9 !important; }
  .group:hover .lg\:group-hover\:scale-x-95 {
    --transform-scale-x: .95 !important; }
  .group:hover .lg\:group-hover\:scale-x-100 {
    --transform-scale-x: 1 !important; }
  .group:hover .lg\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05 !important; }
  .group:hover .lg\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1 !important; }
  .group:hover .lg\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25 !important; }
  .group:hover .lg\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5 !important; }
  .group:hover .lg\:group-hover\:scale-y-0 {
    --transform-scale-y: 0 !important; }
  .group:hover .lg\:group-hover\:scale-y-50 {
    --transform-scale-y: .5 !important; }
  .group:hover .lg\:group-hover\:scale-y-75 {
    --transform-scale-y: .75 !important; }
  .group:hover .lg\:group-hover\:scale-y-90 {
    --transform-scale-y: .9 !important; }
  .group:hover .lg\:group-hover\:scale-y-95 {
    --transform-scale-y: .95 !important; }
  .group:hover .lg\:group-hover\:scale-y-100 {
    --transform-scale-y: 1 !important; }
  .group:hover .lg\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05 !important; }
  .group:hover .lg\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1 !important; }
  .group:hover .lg\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25 !important; }
  .group:hover .lg\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5 !important; }
  .lg\:rotate-0 {
    --transform-rotate: 0 !important; }
  .lg\:rotate-1 {
    --transform-rotate: 1deg !important; }
  .lg\:rotate-2 {
    --transform-rotate: 2deg !important; }
  .lg\:rotate-3 {
    --transform-rotate: 3deg !important; }
  .lg\:rotate-6 {
    --transform-rotate: 6deg !important; }
  .lg\:rotate-12 {
    --transform-rotate: 12deg !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\:-rotate-12 {
    --transform-rotate: -12deg !important; }
  .lg\:-rotate-6 {
    --transform-rotate: -6deg !important; }
  .lg\:-rotate-3 {
    --transform-rotate: -3deg !important; }
  .lg\:-rotate-2 {
    --transform-rotate: -2deg !important; }
  .lg\:-rotate-1 {
    --transform-rotate: -1deg !important; }
  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important; }
  .lg\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important; }
  .lg\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important; }
  .lg\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important; }
  .lg\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important; }
  .lg\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !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\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important; }
  .lg\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important; }
  .lg\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important; }
  .lg\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important; }
  .lg\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important; }
  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important; }
  .lg\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important; }
  .lg\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important; }
  .lg\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important; }
  .lg\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important; }
  .lg\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !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\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important; }
  .lg\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important; }
  .lg\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important; }
  .lg\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important; }
  .lg\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important; }
  .lg\:translate-x-0 {
    --transform-translate-x: 0rem !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-7 {
    --transform-translate-x: 1.75rem !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-11 {
    --transform-translate-x: 2.75rem !important; }
  .lg\:translate-x-12 {
    --transform-translate-x: 3rem !important; }
  .lg\:translate-x-13 {
    --transform-translate-x: 3.25rem !important; }
  .lg\:translate-x-14 {
    --transform-translate-x: 3.5rem !important; }
  .lg\:translate-x-15 {
    --transform-translate-x: 3.75rem !important; }
  .lg\:translate-x-16 {
    --transform-translate-x: 4rem !important; }
  .lg\:translate-x-17 {
    --transform-translate-x: 4.25rem !important; }
  .lg\:translate-x-18 {
    --transform-translate-x: 4.5rem !important; }
  .lg\:translate-x-19 {
    --transform-translate-x: 4.75rem !important; }
  .lg\:translate-x-20 {
    --transform-translate-x: 5rem !important; }
  .lg\:translate-x-21 {
    --transform-translate-x: 5.25rem !important; }
  .lg\:translate-x-22 {
    --transform-translate-x: 5.5rem !important; }
  .lg\:translate-x-23 {
    --transform-translate-x: 5.75rem !important; }
  .lg\:translate-x-24 {
    --transform-translate-x: 6rem !important; }
  .lg\:translate-x-25 {
    --transform-translate-x: 6.25rem !important; }
  .lg\:translate-x-26 {
    --transform-translate-x: 6.5rem !important; }
  .lg\:translate-x-27 {
    --transform-translate-x: 6.75rem !important; }
  .lg\:translate-x-28 {
    --transform-translate-x: 7rem !important; }
  .lg\:translate-x-29 {
    --transform-translate-x: 7.25rem !important; }
  .lg\:translate-x-30 {
    --transform-translate-x: 7.5rem !important; }
  .lg\:translate-x-31 {
    --transform-translate-x: 7.75rem !important; }
  .lg\:translate-x-32 {
    --transform-translate-x: 8rem !important; }
  .lg\:translate-x-33 {
    --transform-translate-x: 8.25rem !important; }
  .lg\:translate-x-34 {
    --transform-translate-x: 8.5rem !important; }
  .lg\:translate-x-35 {
    --transform-translate-x: 8.75rem !important; }
  .lg\:translate-x-36 {
    --transform-translate-x: 9rem !important; }
  .lg\:translate-x-37 {
    --transform-translate-x: 9.25rem !important; }
  .lg\:translate-x-38 {
    --transform-translate-x: 9.5rem !important; }
  .lg\:translate-x-39 {
    --transform-translate-x: 9.75rem !important; }
  .lg\:translate-x-40 {
    --transform-translate-x: 10rem !important; }
  .lg\:translate-x-41 {
    --transform-translate-x: 10.25rem !important; }
  .lg\:translate-x-42 {
    --transform-translate-x: 10.5rem !important; }
  .lg\:translate-x-43 {
    --transform-translate-x: 10.75rem !important; }
  .lg\:translate-x-44 {
    --transform-translate-x: 11rem !important; }
  .lg\:translate-x-45 {
    --transform-translate-x: 11.25rem !important; }
  .lg\:translate-x-46 {
    --transform-translate-x: 11.5rem !important; }
  .lg\:translate-x-47 {
    --transform-translate-x: 11.75rem !important; }
  .lg\:translate-x-48 {
    --transform-translate-x: 12rem !important; }
  .lg\:translate-x-49 {
    --transform-translate-x: 12.25rem !important; }
  .lg\:translate-x-50 {
    --transform-translate-x: 12.5rem !important; }
  .lg\:translate-x-51 {
    --transform-translate-x: 12.75rem !important; }
  .lg\:translate-x-52 {
    --transform-translate-x: 13rem !important; }
  .lg\:translate-x-53 {
    --transform-translate-x: 13.25rem !important; }
  .lg\:translate-x-54 {
    --transform-translate-x: 13.5rem !important; }
  .lg\:translate-x-55 {
    --transform-translate-x: 13.75rem !important; }
  .lg\:translate-x-56 {
    --transform-translate-x: 14rem !important; }
  .lg\:translate-x-57 {
    --transform-translate-x: 14.25rem !important; }
  .lg\:translate-x-58 {
    --transform-translate-x: 14.5rem !important; }
  .lg\:translate-x-59 {
    --transform-translate-x: 14.75rem !important; }
  .lg\:translate-x-60 {
    --transform-translate-x: 15rem !important; }
  .lg\:translate-x-61 {
    --transform-translate-x: 15.25rem !important; }
  .lg\:translate-x-62 {
    --transform-translate-x: 15.5rem !important; }
  .lg\:translate-x-63 {
    --transform-translate-x: 15.75rem !important; }
  .lg\:translate-x-64 {
    --transform-translate-x: 16rem !important; }
  .lg\:translate-x-65 {
    --transform-translate-x: 16.25rem !important; }
  .lg\:translate-x-66 {
    --transform-translate-x: 16.5rem !important; }
  .lg\:translate-x-67 {
    --transform-translate-x: 16.75rem !important; }
  .lg\:translate-x-68 {
    --transform-translate-x: 17rem !important; }
  .lg\:translate-x-69 {
    --transform-translate-x: 17.25rem !important; }
  .lg\:translate-x-70 {
    --transform-translate-x: 17.5rem !important; }
  .lg\:translate-x-71 {
    --transform-translate-x: 17.75rem !important; }
  .lg\:translate-x-72 {
    --transform-translate-x: 18rem !important; }
  .lg\:translate-x-73 {
    --transform-translate-x: 18.25rem !important; }
  .lg\:translate-x-74 {
    --transform-translate-x: 18.5rem !important; }
  .lg\:translate-x-75 {
    --transform-translate-x: 18.75rem !important; }
  .lg\:translate-x-76 {
    --transform-translate-x: 19rem !important; }
  .lg\:translate-x-77 {
    --transform-translate-x: 19.25rem !important; }
  .lg\:translate-x-78 {
    --transform-translate-x: 19.5rem !important; }
  .lg\:translate-x-79 {
    --transform-translate-x: 19.75rem !important; }
  .lg\:translate-x-80 {
    --transform-translate-x: 20rem !important; }
  .lg\:translate-x-84 {
    --transform-translate-x: 21rem !important; }
  .lg\:translate-x-88 {
    --transform-translate-x: 22rem !important; }
  .lg\:translate-x-92 {
    --transform-translate-x: 23rem !important; }
  .lg\:translate-x-96 {
    --transform-translate-x: 24rem !important; }
  .lg\:translate-x-100 {
    --transform-translate-x: 25rem !important; }
  .lg\:translate-x-104 {
    --transform-translate-x: 26rem !important; }
  .lg\:translate-x-108 {
    --transform-translate-x: 27rem !important; }
  .lg\:translate-x-112 {
    --transform-translate-x: 28rem !important; }
  .lg\:translate-x-116 {
    --transform-translate-x: 29rem !important; }
  .lg\:translate-x-120 {
    --transform-translate-x: 30rem !important; }
  .lg\:translate-x-124 {
    --transform-translate-x: 31rem !important; }
  .lg\:translate-x-128 {
    --transform-translate-x: 32rem !important; }
  .lg\:translate-x-132 {
    --transform-translate-x: 33rem !important; }
  .lg\:translate-x-136 {
    --transform-translate-x: 34rem !important; }
  .lg\:translate-x-140 {
    --transform-translate-x: 35rem !important; }
  .lg\:translate-x-144 {
    --transform-translate-x: 36rem !important; }
  .lg\:translate-x-148 {
    --transform-translate-x: 37rem !important; }
  .lg\:translate-x-152 {
    --transform-translate-x: 38rem !important; }
  .lg\:translate-x-156 {
    --transform-translate-x: 39rem !important; }
  .lg\:translate-x-160 {
    --transform-translate-x: 40rem !important; }
  .lg\:translate-x-164 {
    --transform-translate-x: 41rem !important; }
  .lg\:translate-x-168 {
    --transform-translate-x: 42rem !important; }
  .lg\:translate-x-172 {
    --transform-translate-x: 43rem !important; }
  .lg\:translate-x-176 {
    --transform-translate-x: 44rem !important; }
  .lg\:translate-x-180 {
    --transform-translate-x: 45rem !important; }
  .lg\:translate-x-184 {
    --transform-translate-x: 46rem !important; }
  .lg\:translate-x-188 {
    --transform-translate-x: 47rem !important; }
  .lg\:translate-x-192 {
    --transform-translate-x: 48rem !important; }
  .lg\:translate-x-196 {
    --transform-translate-x: 49rem !important; }
  .lg\:translate-x-200 {
    --transform-translate-x: 50rem !important; }
  .lg\:translate-x-px {
    --transform-translate-x: 1px !important; }
  .lg\:translate-x-2px {
    --transform-translate-x: 2px !important; }
  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50% !important; }
  .lg\:translate-x-2\/2 {
    --transform-translate-x: 100% !important; }
  .lg\:translate-x-1\/3 {
    --transform-translate-x: 33.333333% !important; }
  .lg\:translate-x-2\/3 {
    --transform-translate-x: 66.666667% !important; }
  .lg\:translate-x-3\/3 {
    --transform-translate-x: 100% !important; }
  .lg\:translate-x-1\/4 {
    --transform-translate-x: 25% !important; }
  .lg\:translate-x-2\/4 {
    --transform-translate-x: 50% !important; }
  .lg\:translate-x-3\/4 {
    --transform-translate-x: 75% !important; }
  .lg\:translate-x-4\/4 {
    --transform-translate-x: 100% !important; }
  .lg\:translate-x-1\/5 {
    --transform-translate-x: 20% !important; }
  .lg\:translate-x-2\/5 {
    --transform-translate-x: 40% !important; }
  .lg\:translate-x-3\/5 {
    --transform-translate-x: 60% !important; }
  .lg\:translate-x-4\/5 {
    --transform-translate-x: 80% !important; }
  .lg\:translate-x-5\/5 {
    --transform-translate-x: 100% !important; }
  .lg\:translate-x-1\/6 {
    --transform-translate-x: 16.666667% !important; }
  .lg\:translate-x-2\/6 {
    --transform-translate-x: 33.333333% !important; }
  .lg\:translate-x-3\/6 {
    --transform-translate-x: 50% !important; }
  .lg\:translate-x-4\/6 {
    --transform-translate-x: 66.666667% !important; }
  .lg\:translate-x-5\/6 {
    --transform-translate-x: 83.333333% !important; }
  .lg\:translate-x-6\/6 {
    --transform-translate-x: 100% !important; }
  .lg\:translate-x-1\/10 {
    --transform-translate-x: 10% !important; }
  .lg\:translate-x-2\/10 {
    --transform-translate-x: 20% !important; }
  .lg\:translate-x-3\/10 {
    --transform-translate-x: 30% !important; }
  .lg\:translate-x-4\/10 {
    --transform-translate-x: 40% !important; }
  .lg\:translate-x-5\/10 {
    --transform-translate-x: 50% !important; }
  .lg\:translate-x-6\/10 {
    --transform-translate-x: 60% !important; }
  .lg\:translate-x-7\/10 {
    --transform-translate-x: 70% !important; }
  .lg\:translate-x-8\/10 {
    --transform-translate-x: 80% !important; }
  .lg\:translate-x-9\/10 {
    --transform-translate-x: 90% !important; }
  .lg\:translate-x-10\/10 {
    --transform-translate-x: 100% !important; }
  .lg\:translate-x-1\/12 {
    --transform-translate-x: 8.333333% !important; }
  .lg\:translate-x-2\/12 {
    --transform-translate-x: 16.666667% !important; }
  .lg\:translate-x-3\/12 {
    --transform-translate-x: 25% !important; }
  .lg\:translate-x-4\/12 {
    --transform-translate-x: 33.333333% !important; }
  .lg\:translate-x-5\/12 {
    --transform-translate-x: 41.666667% !important; }
  .lg\:translate-x-6\/12 {
    --transform-translate-x: 50% !important; }
  .lg\:translate-x-7\/12 {
    --transform-translate-x: 58.333333% !important; }
  .lg\:translate-x-8\/12 {
    --transform-translate-x: 66.666667% !important; }
  .lg\:translate-x-9\/12 {
    --transform-translate-x: 75% !important; }
  .lg\:translate-x-10\/12 {
    --transform-translate-x: 83.333333% !important; }
  .lg\:translate-x-11\/12 {
    --transform-translate-x: 91.666667% !important; }
  .lg\:translate-x-12\/12 {
    --transform-translate-x: 100% !important; }
  .lg\:-translate-x-0 {
    --transform-translate-x: 0rem !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-7 {
    --transform-translate-x: -1.75rem !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-11 {
    --transform-translate-x: -2.75rem !important; }
  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem !important; }
  .lg\:-translate-x-13 {
    --transform-translate-x: -3.25rem !important; }
  .lg\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important; }
  .lg\:-translate-x-15 {
    --transform-translate-x: -3.75rem !important; }
  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem !important; }
  .lg\:-translate-x-17 {
    --transform-translate-x: -4.25rem !important; }
  .lg\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important; }
  .lg\:-translate-x-19 {
    --transform-translate-x: -4.75rem !important; }
  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem !important; }
  .lg\:-translate-x-21 {
    --transform-translate-x: -5.25rem !important; }
  .lg\:-translate-x-22 {
    --transform-translate-x: -5.5rem !important; }
  .lg\:-translate-x-23 {
    --transform-translate-x: -5.75rem !important; }
  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem !important; }
  .lg\:-translate-x-25 {
    --transform-translate-x: -6.25rem !important; }
  .lg\:-translate-x-26 {
    --transform-translate-x: -6.5rem !important; }
  .lg\:-translate-x-27 {
    --transform-translate-x: -6.75rem !important; }
  .lg\:-translate-x-28 {
    --transform-translate-x: -7rem !important; }
  .lg\:-translate-x-29 {
    --transform-translate-x: -7.25rem !important; }
  .lg\:-translate-x-30 {
    --transform-translate-x: -7.5rem !important; }
  .lg\:-translate-x-31 {
    --transform-translate-x: -7.75rem !important; }
  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem !important; }
  .lg\:-translate-x-33 {
    --transform-translate-x: -8.25rem !important; }
  .lg\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important; }
  .lg\:-translate-x-35 {
    --transform-translate-x: -8.75rem !important; }
  .lg\:-translate-x-36 {
    --transform-translate-x: -9rem !important; }
  .lg\:-translate-x-37 {
    --transform-translate-x: -9.25rem !important; }
  .lg\:-translate-x-38 {
    --transform-translate-x: -9.5rem !important; }
  .lg\:-translate-x-39 {
    --transform-translate-x: -9.75rem !important; }
  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem !important; }
  .lg\:-translate-x-41 {
    --transform-translate-x: -10.25rem !important; }
  .lg\:-translate-x-42 {
    --transform-translate-x: -10.5rem !important; }
  .lg\:-translate-x-43 {
    --transform-translate-x: -10.75rem !important; }
  .lg\:-translate-x-44 {
    --transform-translate-x: -11rem !important; }
  .lg\:-translate-x-45 {
    --transform-translate-x: -11.25rem !important; }
  .lg\:-translate-x-46 {
    --transform-translate-x: -11.5rem !important; }
  .lg\:-translate-x-47 {
    --transform-translate-x: -11.75rem !important; }
  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem !important; }
  .lg\:-translate-x-49 {
    --transform-translate-x: -12.25rem !important; }
  .lg\:-translate-x-50 {
    --transform-translate-x: -12.5rem !important; }
  .lg\:-translate-x-51 {
    --transform-translate-x: -12.75rem !important; }
  .lg\:-translate-x-52 {
    --transform-translate-x: -13rem !important; }
  .lg\:-translate-x-53 {
    --transform-translate-x: -13.25rem !important; }
  .lg\:-translate-x-54 {
    --transform-translate-x: -13.5rem !important; }
  .lg\:-translate-x-55 {
    --transform-translate-x: -13.75rem !important; }
  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem !important; }
  .lg\:-translate-x-57 {
    --transform-translate-x: -14.25rem !important; }
  .lg\:-translate-x-58 {
    --transform-translate-x: -14.5rem !important; }
  .lg\:-translate-x-59 {
    --transform-translate-x: -14.75rem !important; }
  .lg\:-translate-x-60 {
    --transform-translate-x: -15rem !important; }
  .lg\:-translate-x-61 {
    --transform-translate-x: -15.25rem !important; }
  .lg\:-translate-x-62 {
    --transform-translate-x: -15.5rem !important; }
  .lg\:-translate-x-63 {
    --transform-translate-x: -15.75rem !important; }
  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem !important; }
  .lg\:-translate-x-65 {
    --transform-translate-x: -16.25rem !important; }
  .lg\:-translate-x-66 {
    --transform-translate-x: -16.5rem !important; }
  .lg\:-translate-x-67 {
    --transform-translate-x: -16.75rem !important; }
  .lg\:-translate-x-68 {
    --transform-translate-x: -17rem !important; }
  .lg\:-translate-x-69 {
    --transform-translate-x: -17.25rem !important; }
  .lg\:-translate-x-70 {
    --transform-translate-x: -17.5rem !important; }
  .lg\:-translate-x-71 {
    --transform-translate-x: -17.75rem !important; }
  .lg\:-translate-x-72 {
    --transform-translate-x: -18rem !important; }
  .lg\:-translate-x-73 {
    --transform-translate-x: -18.25rem !important; }
  .lg\:-translate-x-74 {
    --transform-translate-x: -18.5rem !important; }
  .lg\:-translate-x-75 {
    --transform-translate-x: -18.75rem !important; }
  .lg\:-translate-x-76 {
    --transform-translate-x: -19rem !important; }
  .lg\:-translate-x-77 {
    --transform-translate-x: -19.25rem !important; }
  .lg\:-translate-x-78 {
    --transform-translate-x: -19.5rem !important; }
  .lg\:-translate-x-79 {
    --transform-translate-x: -19.75rem !important; }
  .lg\:-translate-x-80 {
    --transform-translate-x: -20rem !important; }
  .lg\:-translate-x-84 {
    --transform-translate-x: -21rem !important; }
  .lg\:-translate-x-88 {
    --transform-translate-x: -22rem !important; }
  .lg\:-translate-x-92 {
    --transform-translate-x: -23rem !important; }
  .lg\:-translate-x-96 {
    --transform-translate-x: -24rem !important; }
  .lg\:-translate-x-100 {
    --transform-translate-x: -25rem !important; }
  .lg\:-translate-x-104 {
    --transform-translate-x: -26rem !important; }
  .lg\:-translate-x-108 {
    --transform-translate-x: -27rem !important; }
  .lg\:-translate-x-112 {
    --transform-translate-x: -28rem !important; }
  .lg\:-translate-x-116 {
    --transform-translate-x: -29rem !important; }
  .lg\:-translate-x-120 {
    --transform-translate-x: -30rem !important; }
  .lg\:-translate-x-124 {
    --transform-translate-x: -31rem !important; }
  .lg\:-translate-x-128 {
    --transform-translate-x: -32rem !important; }
  .lg\:-translate-x-132 {
    --transform-translate-x: -33rem !important; }
  .lg\:-translate-x-136 {
    --transform-translate-x: -34rem !important; }
  .lg\:-translate-x-140 {
    --transform-translate-x: -35rem !important; }
  .lg\:-translate-x-144 {
    --transform-translate-x: -36rem !important; }
  .lg\:-translate-x-148 {
    --transform-translate-x: -37rem !important; }
  .lg\:-translate-x-152 {
    --transform-translate-x: -38rem !important; }
  .lg\:-translate-x-156 {
    --transform-translate-x: -39rem !important; }
  .lg\:-translate-x-160 {
    --transform-translate-x: -40rem !important; }
  .lg\:-translate-x-164 {
    --transform-translate-x: -41rem !important; }
  .lg\:-translate-x-168 {
    --transform-translate-x: -42rem !important; }
  .lg\:-translate-x-172 {
    --transform-translate-x: -43rem !important; }
  .lg\:-translate-x-176 {
    --transform-translate-x: -44rem !important; }
  .lg\:-translate-x-180 {
    --transform-translate-x: -45rem !important; }
  .lg\:-translate-x-184 {
    --transform-translate-x: -46rem !important; }
  .lg\:-translate-x-188 {
    --transform-translate-x: -47rem !important; }
  .lg\:-translate-x-192 {
    --transform-translate-x: -48rem !important; }
  .lg\:-translate-x-196 {
    --transform-translate-x: -49rem !important; }
  .lg\:-translate-x-200 {
    --transform-translate-x: -50rem !important; }
  .lg\:-translate-x-px {
    --transform-translate-x: -1px !important; }
  .lg\:-translate-x-2px {
    --transform-translate-x: -2px !important; }
  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important; }
  .lg\:-translate-x-2\/2 {
    --transform-translate-x: -100% !important; }
  .lg\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333% !important; }
  .lg\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667% !important; }
  .lg\:-translate-x-3\/3 {
    --transform-translate-x: -100% !important; }
  .lg\:-translate-x-1\/4 {
    --transform-translate-x: -25% !important; }
  .lg\:-translate-x-2\/4 {
    --transform-translate-x: -50% !important; }
  .lg\:-translate-x-3\/4 {
    --transform-translate-x: -75% !important; }
  .lg\:-translate-x-4\/4 {
    --transform-translate-x: -100% !important; }
  .lg\:-translate-x-1\/5 {
    --transform-translate-x: -20% !important; }
  .lg\:-translate-x-2\/5 {
    --transform-translate-x: -40% !important; }
  .lg\:-translate-x-3\/5 {
    --transform-translate-x: -60% !important; }
  .lg\:-translate-x-4\/5 {
    --transform-translate-x: -80% !important; }
  .lg\:-translate-x-5\/5 {
    --transform-translate-x: -100% !important; }
  .lg\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667% !important; }
  .lg\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333% !important; }
  .lg\:-translate-x-3\/6 {
    --transform-translate-x: -50% !important; }
  .lg\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667% !important; }
  .lg\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333% !important; }
  .lg\:-translate-x-6\/6 {
    --transform-translate-x: -100% !important; }
  .lg\:-translate-x-1\/10 {
    --transform-translate-x: -10% !important; }
  .lg\:-translate-x-2\/10 {
    --transform-translate-x: -20% !important; }
  .lg\:-translate-x-3\/10 {
    --transform-translate-x: -30% !important; }
  .lg\:-translate-x-4\/10 {
    --transform-translate-x: -40% !important; }
  .lg\:-translate-x-5\/10 {
    --transform-translate-x: -50% !important; }
  .lg\:-translate-x-6\/10 {
    --transform-translate-x: -60% !important; }
  .lg\:-translate-x-7\/10 {
    --transform-translate-x: -70% !important; }
  .lg\:-translate-x-8\/10 {
    --transform-translate-x: -80% !important; }
  .lg\:-translate-x-9\/10 {
    --transform-translate-x: -90% !important; }
  .lg\:-translate-x-10\/10 {
    --transform-translate-x: -100% !important; }
  .lg\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333% !important; }
  .lg\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667% !important; }
  .lg\:-translate-x-3\/12 {
    --transform-translate-x: -25% !important; }
  .lg\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333% !important; }
  .lg\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667% !important; }
  .lg\:-translate-x-6\/12 {
    --transform-translate-x: -50% !important; }
  .lg\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333% !important; }
  .lg\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667% !important; }
  .lg\:-translate-x-9\/12 {
    --transform-translate-x: -75% !important; }
  .lg\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333% !important; }
  .lg\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667% !important; }
  .lg\:-translate-x-12\/12 {
    --transform-translate-x: -100% !important; }
  .lg\:-translate-x-full {
    --transform-translate-x: -100% !important; }
  .lg\:translate-x-full {
    --transform-translate-x: 100% !important; }
  .lg\:translate-y-0 {
    --transform-translate-y: 0rem !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-7 {
    --transform-translate-y: 1.75rem !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-11 {
    --transform-translate-y: 2.75rem !important; }
  .lg\:translate-y-12 {
    --transform-translate-y: 3rem !important; }
  .lg\:translate-y-13 {
    --transform-translate-y: 3.25rem !important; }
  .lg\:translate-y-14 {
    --transform-translate-y: 3.5rem !important; }
  .lg\:translate-y-15 {
    --transform-translate-y: 3.75rem !important; }
  .lg\:translate-y-16 {
    --transform-translate-y: 4rem !important; }
  .lg\:translate-y-17 {
    --transform-translate-y: 4.25rem !important; }
  .lg\:translate-y-18 {
    --transform-translate-y: 4.5rem !important; }
  .lg\:translate-y-19 {
    --transform-translate-y: 4.75rem !important; }
  .lg\:translate-y-20 {
    --transform-translate-y: 5rem !important; }
  .lg\:translate-y-21 {
    --transform-translate-y: 5.25rem !important; }
  .lg\:translate-y-22 {
    --transform-translate-y: 5.5rem !important; }
  .lg\:translate-y-23 {
    --transform-translate-y: 5.75rem !important; }
  .lg\:translate-y-24 {
    --transform-translate-y: 6rem !important; }
  .lg\:translate-y-25 {
    --transform-translate-y: 6.25rem !important; }
  .lg\:translate-y-26 {
    --transform-translate-y: 6.5rem !important; }
  .lg\:translate-y-27 {
    --transform-translate-y: 6.75rem !important; }
  .lg\:translate-y-28 {
    --transform-translate-y: 7rem !important; }
  .lg\:translate-y-29 {
    --transform-translate-y: 7.25rem !important; }
  .lg\:translate-y-30 {
    --transform-translate-y: 7.5rem !important; }
  .lg\:translate-y-31 {
    --transform-translate-y: 7.75rem !important; }
  .lg\:translate-y-32 {
    --transform-translate-y: 8rem !important; }
  .lg\:translate-y-33 {
    --transform-translate-y: 8.25rem !important; }
  .lg\:translate-y-34 {
    --transform-translate-y: 8.5rem !important; }
  .lg\:translate-y-35 {
    --transform-translate-y: 8.75rem !important; }
  .lg\:translate-y-36 {
    --transform-translate-y: 9rem !important; }
  .lg\:translate-y-37 {
    --transform-translate-y: 9.25rem !important; }
  .lg\:translate-y-38 {
    --transform-translate-y: 9.5rem !important; }
  .lg\:translate-y-39 {
    --transform-translate-y: 9.75rem !important; }
  .lg\:translate-y-40 {
    --transform-translate-y: 10rem !important; }
  .lg\:translate-y-41 {
    --transform-translate-y: 10.25rem !important; }
  .lg\:translate-y-42 {
    --transform-translate-y: 10.5rem !important; }
  .lg\:translate-y-43 {
    --transform-translate-y: 10.75rem !important; }
  .lg\:translate-y-44 {
    --transform-translate-y: 11rem !important; }
  .lg\:translate-y-45 {
    --transform-translate-y: 11.25rem !important; }
  .lg\:translate-y-46 {
    --transform-translate-y: 11.5rem !important; }
  .lg\:translate-y-47 {
    --transform-translate-y: 11.75rem !important; }
  .lg\:translate-y-48 {
    --transform-translate-y: 12rem !important; }
  .lg\:translate-y-49 {
    --transform-translate-y: 12.25rem !important; }
  .lg\:translate-y-50 {
    --transform-translate-y: 12.5rem !important; }
  .lg\:translate-y-51 {
    --transform-translate-y: 12.75rem !important; }
  .lg\:translate-y-52 {
    --transform-translate-y: 13rem !important; }
  .lg\:translate-y-53 {
    --transform-translate-y: 13.25rem !important; }
  .lg\:translate-y-54 {
    --transform-translate-y: 13.5rem !important; }
  .lg\:translate-y-55 {
    --transform-translate-y: 13.75rem !important; }
  .lg\:translate-y-56 {
    --transform-translate-y: 14rem !important; }
  .lg\:translate-y-57 {
    --transform-translate-y: 14.25rem !important; }
  .lg\:translate-y-58 {
    --transform-translate-y: 14.5rem !important; }
  .lg\:translate-y-59 {
    --transform-translate-y: 14.75rem !important; }
  .lg\:translate-y-60 {
    --transform-translate-y: 15rem !important; }
  .lg\:translate-y-61 {
    --transform-translate-y: 15.25rem !important; }
  .lg\:translate-y-62 {
    --transform-translate-y: 15.5rem !important; }
  .lg\:translate-y-63 {
    --transform-translate-y: 15.75rem !important; }
  .lg\:translate-y-64 {
    --transform-translate-y: 16rem !important; }
  .lg\:translate-y-65 {
    --transform-translate-y: 16.25rem !important; }
  .lg\:translate-y-66 {
    --transform-translate-y: 16.5rem !important; }
  .lg\:translate-y-67 {
    --transform-translate-y: 16.75rem !important; }
  .lg\:translate-y-68 {
    --transform-translate-y: 17rem !important; }
  .lg\:translate-y-69 {
    --transform-translate-y: 17.25rem !important; }
  .lg\:translate-y-70 {
    --transform-translate-y: 17.5rem !important; }
  .lg\:translate-y-71 {
    --transform-translate-y: 17.75rem !important; }
  .lg\:translate-y-72 {
    --transform-translate-y: 18rem !important; }
  .lg\:translate-y-73 {
    --transform-translate-y: 18.25rem !important; }
  .lg\:translate-y-74 {
    --transform-translate-y: 18.5rem !important; }
  .lg\:translate-y-75 {
    --transform-translate-y: 18.75rem !important; }
  .lg\:translate-y-76 {
    --transform-translate-y: 19rem !important; }
  .lg\:translate-y-77 {
    --transform-translate-y: 19.25rem !important; }
  .lg\:translate-y-78 {
    --transform-translate-y: 19.5rem !important; }
  .lg\:translate-y-79 {
    --transform-translate-y: 19.75rem !important; }
  .lg\:translate-y-80 {
    --transform-translate-y: 20rem !important; }
  .lg\:translate-y-84 {
    --transform-translate-y: 21rem !important; }
  .lg\:translate-y-88 {
    --transform-translate-y: 22rem !important; }
  .lg\:translate-y-92 {
    --transform-translate-y: 23rem !important; }
  .lg\:translate-y-96 {
    --transform-translate-y: 24rem !important; }
  .lg\:translate-y-100 {
    --transform-translate-y: 25rem !important; }
  .lg\:translate-y-104 {
    --transform-translate-y: 26rem !important; }
  .lg\:translate-y-108 {
    --transform-translate-y: 27rem !important; }
  .lg\:translate-y-112 {
    --transform-translate-y: 28rem !important; }
  .lg\:translate-y-116 {
    --transform-translate-y: 29rem !important; }
  .lg\:translate-y-120 {
    --transform-translate-y: 30rem !important; }
  .lg\:translate-y-124 {
    --transform-translate-y: 31rem !important; }
  .lg\:translate-y-128 {
    --transform-translate-y: 32rem !important; }
  .lg\:translate-y-132 {
    --transform-translate-y: 33rem !important; }
  .lg\:translate-y-136 {
    --transform-translate-y: 34rem !important; }
  .lg\:translate-y-140 {
    --transform-translate-y: 35rem !important; }
  .lg\:translate-y-144 {
    --transform-translate-y: 36rem !important; }
  .lg\:translate-y-148 {
    --transform-translate-y: 37rem !important; }
  .lg\:translate-y-152 {
    --transform-translate-y: 38rem !important; }
  .lg\:translate-y-156 {
    --transform-translate-y: 39rem !important; }
  .lg\:translate-y-160 {
    --transform-translate-y: 40rem !important; }
  .lg\:translate-y-164 {
    --transform-translate-y: 41rem !important; }
  .lg\:translate-y-168 {
    --transform-translate-y: 42rem !important; }
  .lg\:translate-y-172 {
    --transform-translate-y: 43rem !important; }
  .lg\:translate-y-176 {
    --transform-translate-y: 44rem !important; }
  .lg\:translate-y-180 {
    --transform-translate-y: 45rem !important; }
  .lg\:translate-y-184 {
    --transform-translate-y: 46rem !important; }
  .lg\:translate-y-188 {
    --transform-translate-y: 47rem !important; }
  .lg\:translate-y-192 {
    --transform-translate-y: 48rem !important; }
  .lg\:translate-y-196 {
    --transform-translate-y: 49rem !important; }
  .lg\:translate-y-200 {
    --transform-translate-y: 50rem !important; }
  .lg\:translate-y-px {
    --transform-translate-y: 1px !important; }
  .lg\:translate-y-2px {
    --transform-translate-y: 2px !important; }
  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50% !important; }
  .lg\:translate-y-2\/2 {
    --transform-translate-y: 100% !important; }
  .lg\:translate-y-1\/3 {
    --transform-translate-y: 33.333333% !important; }
  .lg\:translate-y-2\/3 {
    --transform-translate-y: 66.666667% !important; }
  .lg\:translate-y-3\/3 {
    --transform-translate-y: 100% !important; }
  .lg\:translate-y-1\/4 {
    --transform-translate-y: 25% !important; }
  .lg\:translate-y-2\/4 {
    --transform-translate-y: 50% !important; }
  .lg\:translate-y-3\/4 {
    --transform-translate-y: 75% !important; }
  .lg\:translate-y-4\/4 {
    --transform-translate-y: 100% !important; }
  .lg\:translate-y-1\/5 {
    --transform-translate-y: 20% !important; }
  .lg\:translate-y-2\/5 {
    --transform-translate-y: 40% !important; }
  .lg\:translate-y-3\/5 {
    --transform-translate-y: 60% !important; }
  .lg\:translate-y-4\/5 {
    --transform-translate-y: 80% !important; }
  .lg\:translate-y-5\/5 {
    --transform-translate-y: 100% !important; }
  .lg\:translate-y-1\/6 {
    --transform-translate-y: 16.666667% !important; }
  .lg\:translate-y-2\/6 {
    --transform-translate-y: 33.333333% !important; }
  .lg\:translate-y-3\/6 {
    --transform-translate-y: 50% !important; }
  .lg\:translate-y-4\/6 {
    --transform-translate-y: 66.666667% !important; }
  .lg\:translate-y-5\/6 {
    --transform-translate-y: 83.333333% !important; }
  .lg\:translate-y-6\/6 {
    --transform-translate-y: 100% !important; }
  .lg\:translate-y-1\/10 {
    --transform-translate-y: 10% !important; }
  .lg\:translate-y-2\/10 {
    --transform-translate-y: 20% !important; }
  .lg\:translate-y-3\/10 {
    --transform-translate-y: 30% !important; }
  .lg\:translate-y-4\/10 {
    --transform-translate-y: 40% !important; }
  .lg\:translate-y-5\/10 {
    --transform-translate-y: 50% !important; }
  .lg\:translate-y-6\/10 {
    --transform-translate-y: 60% !important; }
  .lg\:translate-y-7\/10 {
    --transform-translate-y: 70% !important; }
  .lg\:translate-y-8\/10 {
    --transform-translate-y: 80% !important; }
  .lg\:translate-y-9\/10 {
    --transform-translate-y: 90% !important; }
  .lg\:translate-y-10\/10 {
    --transform-translate-y: 100% !important; }
  .lg\:translate-y-1\/12 {
    --transform-translate-y: 8.333333% !important; }
  .lg\:translate-y-2\/12 {
    --transform-translate-y: 16.666667% !important; }
  .lg\:translate-y-3\/12 {
    --transform-translate-y: 25% !important; }
  .lg\:translate-y-4\/12 {
    --transform-translate-y: 33.333333% !important; }
  .lg\:translate-y-5\/12 {
    --transform-translate-y: 41.666667% !important; }
  .lg\:translate-y-6\/12 {
    --transform-translate-y: 50% !important; }
  .lg\:translate-y-7\/12 {
    --transform-translate-y: 58.333333% !important; }
  .lg\:translate-y-8\/12 {
    --transform-translate-y: 66.666667% !important; }
  .lg\:translate-y-9\/12 {
    --transform-translate-y: 75% !important; }
  .lg\:translate-y-10\/12 {
    --transform-translate-y: 83.333333% !important; }
  .lg\:translate-y-11\/12 {
    --transform-translate-y: 91.666667% !important; }
  .lg\:translate-y-12\/12 {
    --transform-translate-y: 100% !important; }
  .lg\:-translate-y-0 {
    --transform-translate-y: 0rem !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-7 {
    --transform-translate-y: -1.75rem !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-11 {
    --transform-translate-y: -2.75rem !important; }
  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem !important; }
  .lg\:-translate-y-13 {
    --transform-translate-y: -3.25rem !important; }
  .lg\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important; }
  .lg\:-translate-y-15 {
    --transform-translate-y: -3.75rem !important; }
  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem !important; }
  .lg\:-translate-y-17 {
    --transform-translate-y: -4.25rem !important; }
  .lg\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important; }
  .lg\:-translate-y-19 {
    --transform-translate-y: -4.75rem !important; }
  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem !important; }
  .lg\:-translate-y-21 {
    --transform-translate-y: -5.25rem !important; }
  .lg\:-translate-y-22 {
    --transform-translate-y: -5.5rem !important; }
  .lg\:-translate-y-23 {
    --transform-translate-y: -5.75rem !important; }
  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem !important; }
  .lg\:-translate-y-25 {
    --transform-translate-y: -6.25rem !important; }
  .lg\:-translate-y-26 {
    --transform-translate-y: -6.5rem !important; }
  .lg\:-translate-y-27 {
    --transform-translate-y: -6.75rem !important; }
  .lg\:-translate-y-28 {
    --transform-translate-y: -7rem !important; }
  .lg\:-translate-y-29 {
    --transform-translate-y: -7.25rem !important; }
  .lg\:-translate-y-30 {
    --transform-translate-y: -7.5rem !important; }
  .lg\:-translate-y-31 {
    --transform-translate-y: -7.75rem !important; }
  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem !important; }
  .lg\:-translate-y-33 {
    --transform-translate-y: -8.25rem !important; }
  .lg\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important; }
  .lg\:-translate-y-35 {
    --transform-translate-y: -8.75rem !important; }
  .lg\:-translate-y-36 {
    --transform-translate-y: -9rem !important; }
  .lg\:-translate-y-37 {
    --transform-translate-y: -9.25rem !important; }
  .lg\:-translate-y-38 {
    --transform-translate-y: -9.5rem !important; }
  .lg\:-translate-y-39 {
    --transform-translate-y: -9.75rem !important; }
  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem !important; }
  .lg\:-translate-y-41 {
    --transform-translate-y: -10.25rem !important; }
  .lg\:-translate-y-42 {
    --transform-translate-y: -10.5rem !important; }
  .lg\:-translate-y-43 {
    --transform-translate-y: -10.75rem !important; }
  .lg\:-translate-y-44 {
    --transform-translate-y: -11rem !important; }
  .lg\:-translate-y-45 {
    --transform-translate-y: -11.25rem !important; }
  .lg\:-translate-y-46 {
    --transform-translate-y: -11.5rem !important; }
  .lg\:-translate-y-47 {
    --transform-translate-y: -11.75rem !important; }
  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem !important; }
  .lg\:-translate-y-49 {
    --transform-translate-y: -12.25rem !important; }
  .lg\:-translate-y-50 {
    --transform-translate-y: -12.5rem !important; }
  .lg\:-translate-y-51 {
    --transform-translate-y: -12.75rem !important; }
  .lg\:-translate-y-52 {
    --transform-translate-y: -13rem !important; }
  .lg\:-translate-y-53 {
    --transform-translate-y: -13.25rem !important; }
  .lg\:-translate-y-54 {
    --transform-translate-y: -13.5rem !important; }
  .lg\:-translate-y-55 {
    --transform-translate-y: -13.75rem !important; }
  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem !important; }
  .lg\:-translate-y-57 {
    --transform-translate-y: -14.25rem !important; }
  .lg\:-translate-y-58 {
    --transform-translate-y: -14.5rem !important; }
  .lg\:-translate-y-59 {
    --transform-translate-y: -14.75rem !important; }
  .lg\:-translate-y-60 {
    --transform-translate-y: -15rem !important; }
  .lg\:-translate-y-61 {
    --transform-translate-y: -15.25rem !important; }
  .lg\:-translate-y-62 {
    --transform-translate-y: -15.5rem !important; }
  .lg\:-translate-y-63 {
    --transform-translate-y: -15.75rem !important; }
  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem !important; }
  .lg\:-translate-y-65 {
    --transform-translate-y: -16.25rem !important; }
  .lg\:-translate-y-66 {
    --transform-translate-y: -16.5rem !important; }
  .lg\:-translate-y-67 {
    --transform-translate-y: -16.75rem !important; }
  .lg\:-translate-y-68 {
    --transform-translate-y: -17rem !important; }
  .lg\:-translate-y-69 {
    --transform-translate-y: -17.25rem !important; }
  .lg\:-translate-y-70 {
    --transform-translate-y: -17.5rem !important; }
  .lg\:-translate-y-71 {
    --transform-translate-y: -17.75rem !important; }
  .lg\:-translate-y-72 {
    --transform-translate-y: -18rem !important; }
  .lg\:-translate-y-73 {
    --transform-translate-y: -18.25rem !important; }
  .lg\:-translate-y-74 {
    --transform-translate-y: -18.5rem !important; }
  .lg\:-translate-y-75 {
    --transform-translate-y: -18.75rem !important; }
  .lg\:-translate-y-76 {
    --transform-translate-y: -19rem !important; }
  .lg\:-translate-y-77 {
    --transform-translate-y: -19.25rem !important; }
  .lg\:-translate-y-78 {
    --transform-translate-y: -19.5rem !important; }
  .lg\:-translate-y-79 {
    --transform-translate-y: -19.75rem !important; }
  .lg\:-translate-y-80 {
    --transform-translate-y: -20rem !important; }
  .lg\:-translate-y-84 {
    --transform-translate-y: -21rem !important; }
  .lg\:-translate-y-88 {
    --transform-translate-y: -22rem !important; }
  .lg\:-translate-y-92 {
    --transform-translate-y: -23rem !important; }
  .lg\:-translate-y-96 {
    --transform-translate-y: -24rem !important; }
  .lg\:-translate-y-100 {
    --transform-translate-y: -25rem !important; }
  .lg\:-translate-y-104 {
    --transform-translate-y: -26rem !important; }
  .lg\:-translate-y-108 {
    --transform-translate-y: -27rem !important; }
  .lg\:-translate-y-112 {
    --transform-translate-y: -28rem !important; }
  .lg\:-translate-y-116 {
    --transform-translate-y: -29rem !important; }
  .lg\:-translate-y-120 {
    --transform-translate-y: -30rem !important; }
  .lg\:-translate-y-124 {
    --transform-translate-y: -31rem !important; }
  .lg\:-translate-y-128 {
    --transform-translate-y: -32rem !important; }
  .lg\:-translate-y-132 {
    --transform-translate-y: -33rem !important; }
  .lg\:-translate-y-136 {
    --transform-translate-y: -34rem !important; }
  .lg\:-translate-y-140 {
    --transform-translate-y: -35rem !important; }
  .lg\:-translate-y-144 {
    --transform-translate-y: -36rem !important; }
  .lg\:-translate-y-148 {
    --transform-translate-y: -37rem !important; }
  .lg\:-translate-y-152 {
    --transform-translate-y: -38rem !important; }
  .lg\:-translate-y-156 {
    --transform-translate-y: -39rem !important; }
  .lg\:-translate-y-160 {
    --transform-translate-y: -40rem !important; }
  .lg\:-translate-y-164 {
    --transform-translate-y: -41rem !important; }
  .lg\:-translate-y-168 {
    --transform-translate-y: -42rem !important; }
  .lg\:-translate-y-172 {
    --transform-translate-y: -43rem !important; }
  .lg\:-translate-y-176 {
    --transform-translate-y: -44rem !important; }
  .lg\:-translate-y-180 {
    --transform-translate-y: -45rem !important; }
  .lg\:-translate-y-184 {
    --transform-translate-y: -46rem !important; }
  .lg\:-translate-y-188 {
    --transform-translate-y: -47rem !important; }
  .lg\:-translate-y-192 {
    --transform-translate-y: -48rem !important; }
  .lg\:-translate-y-196 {
    --transform-translate-y: -49rem !important; }
  .lg\:-translate-y-200 {
    --transform-translate-y: -50rem !important; }
  .lg\:-translate-y-px {
    --transform-translate-y: -1px !important; }
  .lg\:-translate-y-2px {
    --transform-translate-y: -2px !important; }
  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important; }
  .lg\:-translate-y-2\/2 {
    --transform-translate-y: -100% !important; }
  .lg\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333% !important; }
  .lg\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667% !important; }
  .lg\:-translate-y-3\/3 {
    --transform-translate-y: -100% !important; }
  .lg\:-translate-y-1\/4 {
    --transform-translate-y: -25% !important; }
  .lg\:-translate-y-2\/4 {
    --transform-translate-y: -50% !important; }
  .lg\:-translate-y-3\/4 {
    --transform-translate-y: -75% !important; }
  .lg\:-translate-y-4\/4 {
    --transform-translate-y: -100% !important; }
  .lg\:-translate-y-1\/5 {
    --transform-translate-y: -20% !important; }
  .lg\:-translate-y-2\/5 {
    --transform-translate-y: -40% !important; }
  .lg\:-translate-y-3\/5 {
    --transform-translate-y: -60% !important; }
  .lg\:-translate-y-4\/5 {
    --transform-translate-y: -80% !important; }
  .lg\:-translate-y-5\/5 {
    --transform-translate-y: -100% !important; }
  .lg\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667% !important; }
  .lg\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333% !important; }
  .lg\:-translate-y-3\/6 {
    --transform-translate-y: -50% !important; }
  .lg\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667% !important; }
  .lg\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333% !important; }
  .lg\:-translate-y-6\/6 {
    --transform-translate-y: -100% !important; }
  .lg\:-translate-y-1\/10 {
    --transform-translate-y: -10% !important; }
  .lg\:-translate-y-2\/10 {
    --transform-translate-y: -20% !important; }
  .lg\:-translate-y-3\/10 {
    --transform-translate-y: -30% !important; }
  .lg\:-translate-y-4\/10 {
    --transform-translate-y: -40% !important; }
  .lg\:-translate-y-5\/10 {
    --transform-translate-y: -50% !important; }
  .lg\:-translate-y-6\/10 {
    --transform-translate-y: -60% !important; }
  .lg\:-translate-y-7\/10 {
    --transform-translate-y: -70% !important; }
  .lg\:-translate-y-8\/10 {
    --transform-translate-y: -80% !important; }
  .lg\:-translate-y-9\/10 {
    --transform-translate-y: -90% !important; }
  .lg\:-translate-y-10\/10 {
    --transform-translate-y: -100% !important; }
  .lg\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333% !important; }
  .lg\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667% !important; }
  .lg\:-translate-y-3\/12 {
    --transform-translate-y: -25% !important; }
  .lg\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333% !important; }
  .lg\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667% !important; }
  .lg\:-translate-y-6\/12 {
    --transform-translate-y: -50% !important; }
  .lg\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333% !important; }
  .lg\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667% !important; }
  .lg\:-translate-y-9\/12 {
    --transform-translate-y: -75% !important; }
  .lg\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333% !important; }
  .lg\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667% !important; }
  .lg\:-translate-y-12\/12 {
    --transform-translate-y: -100% !important; }
  .lg\:-translate-y-full {
    --transform-translate-y: -100% !important; }
  .lg\:translate-y-full {
    --transform-translate-y: 100% !important; }
  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0rem !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-7:hover {
    --transform-translate-x: 1.75rem !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-11:hover {
    --transform-translate-x: 2.75rem !important; }
  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important; }
  .lg\:hover\:translate-x-13:hover {
    --transform-translate-x: 3.25rem !important; }
  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important; }
  .lg\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem !important; }
  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important; }
  .lg\:hover\:translate-x-17:hover {
    --transform-translate-x: 4.25rem !important; }
  .lg\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important; }
  .lg\:hover\:translate-x-19:hover {
    --transform-translate-x: 4.75rem !important; }
  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important; }
  .lg\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.25rem !important; }
  .lg\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem !important; }
  .lg\:hover\:translate-x-23:hover {
    --transform-translate-x: 5.75rem !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-26:hover {
    --transform-translate-x: 6.5rem !important; }
  .lg\:hover\:translate-x-27:hover {
    --transform-translate-x: 6.75rem !important; }
  .lg\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important; }
  .lg\:hover\:translate-x-29:hover {
    --transform-translate-x: 7.25rem !important; }
  .lg\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.5rem !important; }
  .lg\:hover\:translate-x-31:hover {
    --transform-translate-x: 7.75rem !important; }
  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important; }
  .lg\:hover\:translate-x-33:hover {
    --transform-translate-x: 8.25rem !important; }
  .lg\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important; }
  .lg\:hover\:translate-x-35:hover {
    --transform-translate-x: 8.75rem !important; }
  .lg\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem !important; }
  .lg\:hover\:translate-x-37:hover {
    --transform-translate-x: 9.25rem !important; }
  .lg\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.5rem !important; }
  .lg\:hover\:translate-x-39:hover {
    --transform-translate-x: 9.75rem !important; }
  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important; }
  .lg\:hover\:translate-x-41:hover {
    --transform-translate-x: 10.25rem !important; }
  .lg\:hover\:translate-x-42:hover {
    --transform-translate-x: 10.5rem !important; }
  .lg\:hover\:translate-x-43:hover {
    --transform-translate-x: 10.75rem !important; }
  .lg\:hover\:translate-x-44:hover {
    --transform-translate-x: 11rem !important; }
  .lg\:hover\:translate-x-45:hover {
    --transform-translate-x: 11.25rem !important; }
  .lg\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.5rem !important; }
  .lg\:hover\:translate-x-47:hover {
    --transform-translate-x: 11.75rem !important; }
  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important; }
  .lg\:hover\:translate-x-49:hover {
    --transform-translate-x: 12.25rem !important; }
  .lg\:hover\:translate-x-50:hover {
    --transform-translate-x: 12.5rem !important; }
  .lg\:hover\:translate-x-51:hover {
    --transform-translate-x: 12.75rem !important; }
  .lg\:hover\:translate-x-52:hover {
    --transform-translate-x: 13rem !important; }
  .lg\:hover\:translate-x-53:hover {
    --transform-translate-x: 13.25rem !important; }
  .lg\:hover\:translate-x-54:hover {
    --transform-translate-x: 13.5rem !important; }
  .lg\:hover\:translate-x-55:hover {
    --transform-translate-x: 13.75rem !important; }
  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important; }
  .lg\:hover\:translate-x-57:hover {
    --transform-translate-x: 14.25rem !important; }
  .lg\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.5rem !important; }
  .lg\:hover\:translate-x-59:hover {
    --transform-translate-x: 14.75rem !important; }
  .lg\:hover\:translate-x-60:hover {
    --transform-translate-x: 15rem !important; }
  .lg\:hover\:translate-x-61:hover {
    --transform-translate-x: 15.25rem !important; }
  .lg\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.5rem !important; }
  .lg\:hover\:translate-x-63:hover {
    --transform-translate-x: 15.75rem !important; }
  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important; }
  .lg\:hover\:translate-x-65:hover {
    --transform-translate-x: 16.25rem !important; }
  .lg\:hover\:translate-x-66:hover {
    --transform-translate-x: 16.5rem !important; }
  .lg\:hover\:translate-x-67:hover {
    --transform-translate-x: 16.75rem !important; }
  .lg\:hover\:translate-x-68:hover {
    --transform-translate-x: 17rem !important; }
  .lg\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.25rem !important; }
  .lg\:hover\:translate-x-70:hover {
    --transform-translate-x: 17.5rem !important; }
  .lg\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.75rem !important; }
  .lg\:hover\:translate-x-72:hover {
    --transform-translate-x: 18rem !important; }
  .lg\:hover\:translate-x-73:hover {
    --transform-translate-x: 18.25rem !important; }
  .lg\:hover\:translate-x-74:hover {
    --transform-translate-x: 18.5rem !important; }
  .lg\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.75rem !important; }
  .lg\:hover\:translate-x-76:hover {
    --transform-translate-x: 19rem !important; }
  .lg\:hover\:translate-x-77:hover {
    --transform-translate-x: 19.25rem !important; }
  .lg\:hover\:translate-x-78:hover {
    --transform-translate-x: 19.5rem !important; }
  .lg\:hover\:translate-x-79:hover {
    --transform-translate-x: 19.75rem !important; }
  .lg\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important; }
  .lg\:hover\:translate-x-84:hover {
    --transform-translate-x: 21rem !important; }
  .lg\:hover\:translate-x-88:hover {
    --transform-translate-x: 22rem !important; }
  .lg\:hover\:translate-x-92:hover {
    --transform-translate-x: 23rem !important; }
  .lg\:hover\:translate-x-96:hover {
    --transform-translate-x: 24rem !important; }
  .lg\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important; }
  .lg\:hover\:translate-x-104:hover {
    --transform-translate-x: 26rem !important; }
  .lg\:hover\:translate-x-108:hover {
    --transform-translate-x: 27rem !important; }
  .lg\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important; }
  .lg\:hover\:translate-x-116:hover {
    --transform-translate-x: 29rem !important; }
  .lg\:hover\:translate-x-120:hover {
    --transform-translate-x: 30rem !important; }
  .lg\:hover\:translate-x-124:hover {
    --transform-translate-x: 31rem !important; }
  .lg\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important; }
  .lg\:hover\:translate-x-132:hover {
    --transform-translate-x: 33rem !important; }
  .lg\:hover\:translate-x-136:hover {
    --transform-translate-x: 34rem !important; }
  .lg\:hover\:translate-x-140:hover {
    --transform-translate-x: 35rem !important; }
  .lg\:hover\:translate-x-144:hover {
    --transform-translate-x: 36rem !important; }
  .lg\:hover\:translate-x-148:hover {
    --transform-translate-x: 37rem !important; }
  .lg\:hover\:translate-x-152:hover {
    --transform-translate-x: 38rem !important; }
  .lg\:hover\:translate-x-156:hover {
    --transform-translate-x: 39rem !important; }
  .lg\:hover\:translate-x-160:hover {
    --transform-translate-x: 40rem !important; }
  .lg\:hover\:translate-x-164:hover {
    --transform-translate-x: 41rem !important; }
  .lg\:hover\:translate-x-168:hover {
    --transform-translate-x: 42rem !important; }
  .lg\:hover\:translate-x-172:hover {
    --transform-translate-x: 43rem !important; }
  .lg\:hover\:translate-x-176:hover {
    --transform-translate-x: 44rem !important; }
  .lg\:hover\:translate-x-180:hover {
    --transform-translate-x: 45rem !important; }
  .lg\:hover\:translate-x-184:hover {
    --transform-translate-x: 46rem !important; }
  .lg\:hover\:translate-x-188:hover {
    --transform-translate-x: 47rem !important; }
  .lg\:hover\:translate-x-192:hover {
    --transform-translate-x: 48rem !important; }
  .lg\:hover\:translate-x-196:hover {
    --transform-translate-x: 49rem !important; }
  .lg\:hover\:translate-x-200:hover {
    --transform-translate-x: 50rem !important; }
  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important; }
  .lg\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px !important; }
  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important; }
  .lg\:hover\:translate-x-2\/2:hover {
    --transform-translate-x: 100% !important; }
  .lg\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333% !important; }
  .lg\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667% !important; }
  .lg\:hover\:translate-x-3\/3:hover {
    --transform-translate-x: 100% !important; }
  .lg\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25% !important; }
  .lg\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50% !important; }
  .lg\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75% !important; }
  .lg\:hover\:translate-x-4\/4:hover {
    --transform-translate-x: 100% !important; }
  .lg\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20% !important; }
  .lg\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40% !important; }
  .lg\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60% !important; }
  .lg\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80% !important; }
  .lg\:hover\:translate-x-5\/5:hover {
    --transform-translate-x: 100% !important; }
  .lg\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667% !important; }
  .lg\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333% !important; }
  .lg\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50% !important; }
  .lg\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667% !important; }
  .lg\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333% !important; }
  .lg\:hover\:translate-x-6\/6:hover {
    --transform-translate-x: 100% !important; }
  .lg\:hover\:translate-x-1\/10:hover {
    --transform-translate-x: 10% !important; }
  .lg\:hover\:translate-x-2\/10:hover {
    --transform-translate-x: 20% !important; }
  .lg\:hover\:translate-x-3\/10:hover {
    --transform-translate-x: 30% !important; }
  .lg\:hover\:translate-x-4\/10:hover {
    --transform-translate-x: 40% !important; }
  .lg\:hover\:translate-x-5\/10:hover {
    --transform-translate-x: 50% !important; }
  .lg\:hover\:translate-x-6\/10:hover {
    --transform-translate-x: 60% !important; }
  .lg\:hover\:translate-x-7\/10:hover {
    --transform-translate-x: 70% !important; }
  .lg\:hover\:translate-x-8\/10:hover {
    --transform-translate-x: 80% !important; }
  .lg\:hover\:translate-x-9\/10:hover {
    --transform-translate-x: 90% !important; }
  .lg\:hover\:translate-x-10\/10:hover {
    --transform-translate-x: 100% !important; }
  .lg\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333% !important; }
  .lg\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667% !important; }
  .lg\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25% !important; }
  .lg\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333% !important; }
  .lg\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667% !important; }
  .lg\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50% !important; }
  .lg\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333% !important; }
  .lg\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667% !important; }
  .lg\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75% !important; }
  .lg\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333% !important; }
  .lg\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667% !important; }
  .lg\:hover\:translate-x-12\/12:hover {
    --transform-translate-x: 100% !important; }
  .lg\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0rem !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-7:hover {
    --transform-translate-x: -1.75rem !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-11:hover {
    --transform-translate-x: -2.75rem !important; }
  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important; }
  .lg\:hover\:-translate-x-13:hover {
    --transform-translate-x: -3.25rem !important; }
  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important; }
  .lg\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem !important; }
  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important; }
  .lg\:hover\:-translate-x-17:hover {
    --transform-translate-x: -4.25rem !important; }
  .lg\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important; }
  .lg\:hover\:-translate-x-19:hover {
    --transform-translate-x: -4.75rem !important; }
  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important; }
  .lg\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.25rem !important; }
  .lg\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem !important; }
  .lg\:hover\:-translate-x-23:hover {
    --transform-translate-x: -5.75rem !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-26:hover {
    --transform-translate-x: -6.5rem !important; }
  .lg\:hover\:-translate-x-27:hover {
    --transform-translate-x: -6.75rem !important; }
  .lg\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important; }
  .lg\:hover\:-translate-x-29:hover {
    --transform-translate-x: -7.25rem !important; }
  .lg\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.5rem !important; }
  .lg\:hover\:-translate-x-31:hover {
    --transform-translate-x: -7.75rem !important; }
  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important; }
  .lg\:hover\:-translate-x-33:hover {
    --transform-translate-x: -8.25rem !important; }
  .lg\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important; }
  .lg\:hover\:-translate-x-35:hover {
    --transform-translate-x: -8.75rem !important; }
  .lg\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem !important; }
  .lg\:hover\:-translate-x-37:hover {
    --transform-translate-x: -9.25rem !important; }
  .lg\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.5rem !important; }
  .lg\:hover\:-translate-x-39:hover {
    --transform-translate-x: -9.75rem !important; }
  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important; }
  .lg\:hover\:-translate-x-41:hover {
    --transform-translate-x: -10.25rem !important; }
  .lg\:hover\:-translate-x-42:hover {
    --transform-translate-x: -10.5rem !important; }
  .lg\:hover\:-translate-x-43:hover {
    --transform-translate-x: -10.75rem !important; }
  .lg\:hover\:-translate-x-44:hover {
    --transform-translate-x: -11rem !important; }
  .lg\:hover\:-translate-x-45:hover {
    --transform-translate-x: -11.25rem !important; }
  .lg\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.5rem !important; }
  .lg\:hover\:-translate-x-47:hover {
    --transform-translate-x: -11.75rem !important; }
  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important; }
  .lg\:hover\:-translate-x-49:hover {
    --transform-translate-x: -12.25rem !important; }
  .lg\:hover\:-translate-x-50:hover {
    --transform-translate-x: -12.5rem !important; }
  .lg\:hover\:-translate-x-51:hover {
    --transform-translate-x: -12.75rem !important; }
  .lg\:hover\:-translate-x-52:hover {
    --transform-translate-x: -13rem !important; }
  .lg\:hover\:-translate-x-53:hover {
    --transform-translate-x: -13.25rem !important; }
  .lg\:hover\:-translate-x-54:hover {
    --transform-translate-x: -13.5rem !important; }
  .lg\:hover\:-translate-x-55:hover {
    --transform-translate-x: -13.75rem !important; }
  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important; }
  .lg\:hover\:-translate-x-57:hover {
    --transform-translate-x: -14.25rem !important; }
  .lg\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.5rem !important; }
  .lg\:hover\:-translate-x-59:hover {
    --transform-translate-x: -14.75rem !important; }
  .lg\:hover\:-translate-x-60:hover {
    --transform-translate-x: -15rem !important; }
  .lg\:hover\:-translate-x-61:hover {
    --transform-translate-x: -15.25rem !important; }
  .lg\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.5rem !important; }
  .lg\:hover\:-translate-x-63:hover {
    --transform-translate-x: -15.75rem !important; }
  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important; }
  .lg\:hover\:-translate-x-65:hover {
    --transform-translate-x: -16.25rem !important; }
  .lg\:hover\:-translate-x-66:hover {
    --transform-translate-x: -16.5rem !important; }
  .lg\:hover\:-translate-x-67:hover {
    --transform-translate-x: -16.75rem !important; }
  .lg\:hover\:-translate-x-68:hover {
    --transform-translate-x: -17rem !important; }
  .lg\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.25rem !important; }
  .lg\:hover\:-translate-x-70:hover {
    --transform-translate-x: -17.5rem !important; }
  .lg\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.75rem !important; }
  .lg\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18rem !important; }
  .lg\:hover\:-translate-x-73:hover {
    --transform-translate-x: -18.25rem !important; }
  .lg\:hover\:-translate-x-74:hover {
    --transform-translate-x: -18.5rem !important; }
  .lg\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.75rem !important; }
  .lg\:hover\:-translate-x-76:hover {
    --transform-translate-x: -19rem !important; }
  .lg\:hover\:-translate-x-77:hover {
    --transform-translate-x: -19.25rem !important; }
  .lg\:hover\:-translate-x-78:hover {
    --transform-translate-x: -19.5rem !important; }
  .lg\:hover\:-translate-x-79:hover {
    --transform-translate-x: -19.75rem !important; }
  .lg\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important; }
  .lg\:hover\:-translate-x-84:hover {
    --transform-translate-x: -21rem !important; }
  .lg\:hover\:-translate-x-88:hover {
    --transform-translate-x: -22rem !important; }
  .lg\:hover\:-translate-x-92:hover {
    --transform-translate-x: -23rem !important; }
  .lg\:hover\:-translate-x-96:hover {
    --transform-translate-x: -24rem !important; }
  .lg\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important; }
  .lg\:hover\:-translate-x-104:hover {
    --transform-translate-x: -26rem !important; }
  .lg\:hover\:-translate-x-108:hover {
    --transform-translate-x: -27rem !important; }
  .lg\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important; }
  .lg\:hover\:-translate-x-116:hover {
    --transform-translate-x: -29rem !important; }
  .lg\:hover\:-translate-x-120:hover {
    --transform-translate-x: -30rem !important; }
  .lg\:hover\:-translate-x-124:hover {
    --transform-translate-x: -31rem !important; }
  .lg\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important; }
  .lg\:hover\:-translate-x-132:hover {
    --transform-translate-x: -33rem !important; }
  .lg\:hover\:-translate-x-136:hover {
    --transform-translate-x: -34rem !important; }
  .lg\:hover\:-translate-x-140:hover {
    --transform-translate-x: -35rem !important; }
  .lg\:hover\:-translate-x-144:hover {
    --transform-translate-x: -36rem !important; }
  .lg\:hover\:-translate-x-148:hover {
    --transform-translate-x: -37rem !important; }
  .lg\:hover\:-translate-x-152:hover {
    --transform-translate-x: -38rem !important; }
  .lg\:hover\:-translate-x-156:hover {
    --transform-translate-x: -39rem !important; }
  .lg\:hover\:-translate-x-160:hover {
    --transform-translate-x: -40rem !important; }
  .lg\:hover\:-translate-x-164:hover {
    --transform-translate-x: -41rem !important; }
  .lg\:hover\:-translate-x-168:hover {
    --transform-translate-x: -42rem !important; }
  .lg\:hover\:-translate-x-172:hover {
    --transform-translate-x: -43rem !important; }
  .lg\:hover\:-translate-x-176:hover {
    --transform-translate-x: -44rem !important; }
  .lg\:hover\:-translate-x-180:hover {
    --transform-translate-x: -45rem !important; }
  .lg\:hover\:-translate-x-184:hover {
    --transform-translate-x: -46rem !important; }
  .lg\:hover\:-translate-x-188:hover {
    --transform-translate-x: -47rem !important; }
  .lg\:hover\:-translate-x-192:hover {
    --transform-translate-x: -48rem !important; }
  .lg\:hover\:-translate-x-196:hover {
    --transform-translate-x: -49rem !important; }
  .lg\:hover\:-translate-x-200:hover {
    --transform-translate-x: -50rem !important; }
  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important; }
  .lg\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px !important; }
  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important; }
  .lg\:hover\:-translate-x-2\/2:hover {
    --transform-translate-x: -100% !important; }
  .lg\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333% !important; }
  .lg\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667% !important; }
  .lg\:hover\:-translate-x-3\/3:hover {
    --transform-translate-x: -100% !important; }
  .lg\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25% !important; }
  .lg\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50% !important; }
  .lg\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75% !important; }
  .lg\:hover\:-translate-x-4\/4:hover {
    --transform-translate-x: -100% !important; }
  .lg\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20% !important; }
  .lg\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40% !important; }
  .lg\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60% !important; }
  .lg\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80% !important; }
  .lg\:hover\:-translate-x-5\/5:hover {
    --transform-translate-x: -100% !important; }
  .lg\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667% !important; }
  .lg\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333% !important; }
  .lg\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50% !important; }
  .lg\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667% !important; }
  .lg\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333% !important; }
  .lg\:hover\:-translate-x-6\/6:hover {
    --transform-translate-x: -100% !important; }
  .lg\:hover\:-translate-x-1\/10:hover {
    --transform-translate-x: -10% !important; }
  .lg\:hover\:-translate-x-2\/10:hover {
    --transform-translate-x: -20% !important; }
  .lg\:hover\:-translate-x-3\/10:hover {
    --transform-translate-x: -30% !important; }
  .lg\:hover\:-translate-x-4\/10:hover {
    --transform-translate-x: -40% !important; }
  .lg\:hover\:-translate-x-5\/10:hover {
    --transform-translate-x: -50% !important; }
  .lg\:hover\:-translate-x-6\/10:hover {
    --transform-translate-x: -60% !important; }
  .lg\:hover\:-translate-x-7\/10:hover {
    --transform-translate-x: -70% !important; }
  .lg\:hover\:-translate-x-8\/10:hover {
    --transform-translate-x: -80% !important; }
  .lg\:hover\:-translate-x-9\/10:hover {
    --transform-translate-x: -90% !important; }
  .lg\:hover\:-translate-x-10\/10:hover {
    --transform-translate-x: -100% !important; }
  .lg\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333% !important; }
  .lg\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667% !important; }
  .lg\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25% !important; }
  .lg\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333% !important; }
  .lg\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667% !important; }
  .lg\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50% !important; }
  .lg\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333% !important; }
  .lg\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667% !important; }
  .lg\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75% !important; }
  .lg\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333% !important; }
  .lg\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667% !important; }
  .lg\:hover\:-translate-x-12\/12:hover {
    --transform-translate-x: -100% !important; }
  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important; }
  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important; }
  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0rem !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-7:hover {
    --transform-translate-y: 1.75rem !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-11:hover {
    --transform-translate-y: 2.75rem !important; }
  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important; }
  .lg\:hover\:translate-y-13:hover {
    --transform-translate-y: 3.25rem !important; }
  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important; }
  .lg\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem !important; }
  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important; }
  .lg\:hover\:translate-y-17:hover {
    --transform-translate-y: 4.25rem !important; }
  .lg\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important; }
  .lg\:hover\:translate-y-19:hover {
    --transform-translate-y: 4.75rem !important; }
  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important; }
  .lg\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.25rem !important; }
  .lg\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem !important; }
  .lg\:hover\:translate-y-23:hover {
    --transform-translate-y: 5.75rem !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-26:hover {
    --transform-translate-y: 6.5rem !important; }
  .lg\:hover\:translate-y-27:hover {
    --transform-translate-y: 6.75rem !important; }
  .lg\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important; }
  .lg\:hover\:translate-y-29:hover {
    --transform-translate-y: 7.25rem !important; }
  .lg\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.5rem !important; }
  .lg\:hover\:translate-y-31:hover {
    --transform-translate-y: 7.75rem !important; }
  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important; }
  .lg\:hover\:translate-y-33:hover {
    --transform-translate-y: 8.25rem !important; }
  .lg\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important; }
  .lg\:hover\:translate-y-35:hover {
    --transform-translate-y: 8.75rem !important; }
  .lg\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem !important; }
  .lg\:hover\:translate-y-37:hover {
    --transform-translate-y: 9.25rem !important; }
  .lg\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.5rem !important; }
  .lg\:hover\:translate-y-39:hover {
    --transform-translate-y: 9.75rem !important; }
  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important; }
  .lg\:hover\:translate-y-41:hover {
    --transform-translate-y: 10.25rem !important; }
  .lg\:hover\:translate-y-42:hover {
    --transform-translate-y: 10.5rem !important; }
  .lg\:hover\:translate-y-43:hover {
    --transform-translate-y: 10.75rem !important; }
  .lg\:hover\:translate-y-44:hover {
    --transform-translate-y: 11rem !important; }
  .lg\:hover\:translate-y-45:hover {
    --transform-translate-y: 11.25rem !important; }
  .lg\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.5rem !important; }
  .lg\:hover\:translate-y-47:hover {
    --transform-translate-y: 11.75rem !important; }
  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important; }
  .lg\:hover\:translate-y-49:hover {
    --transform-translate-y: 12.25rem !important; }
  .lg\:hover\:translate-y-50:hover {
    --transform-translate-y: 12.5rem !important; }
  .lg\:hover\:translate-y-51:hover {
    --transform-translate-y: 12.75rem !important; }
  .lg\:hover\:translate-y-52:hover {
    --transform-translate-y: 13rem !important; }
  .lg\:hover\:translate-y-53:hover {
    --transform-translate-y: 13.25rem !important; }
  .lg\:hover\:translate-y-54:hover {
    --transform-translate-y: 13.5rem !important; }
  .lg\:hover\:translate-y-55:hover {
    --transform-translate-y: 13.75rem !important; }
  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important; }
  .lg\:hover\:translate-y-57:hover {
    --transform-translate-y: 14.25rem !important; }
  .lg\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.5rem !important; }
  .lg\:hover\:translate-y-59:hover {
    --transform-translate-y: 14.75rem !important; }
  .lg\:hover\:translate-y-60:hover {
    --transform-translate-y: 15rem !important; }
  .lg\:hover\:translate-y-61:hover {
    --transform-translate-y: 15.25rem !important; }
  .lg\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.5rem !important; }
  .lg\:hover\:translate-y-63:hover {
    --transform-translate-y: 15.75rem !important; }
  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important; }
  .lg\:hover\:translate-y-65:hover {
    --transform-translate-y: 16.25rem !important; }
  .lg\:hover\:translate-y-66:hover {
    --transform-translate-y: 16.5rem !important; }
  .lg\:hover\:translate-y-67:hover {
    --transform-translate-y: 16.75rem !important; }
  .lg\:hover\:translate-y-68:hover {
    --transform-translate-y: 17rem !important; }
  .lg\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.25rem !important; }
  .lg\:hover\:translate-y-70:hover {
    --transform-translate-y: 17.5rem !important; }
  .lg\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.75rem !important; }
  .lg\:hover\:translate-y-72:hover {
    --transform-translate-y: 18rem !important; }
  .lg\:hover\:translate-y-73:hover {
    --transform-translate-y: 18.25rem !important; }
  .lg\:hover\:translate-y-74:hover {
    --transform-translate-y: 18.5rem !important; }
  .lg\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.75rem !important; }
  .lg\:hover\:translate-y-76:hover {
    --transform-translate-y: 19rem !important; }
  .lg\:hover\:translate-y-77:hover {
    --transform-translate-y: 19.25rem !important; }
  .lg\:hover\:translate-y-78:hover {
    --transform-translate-y: 19.5rem !important; }
  .lg\:hover\:translate-y-79:hover {
    --transform-translate-y: 19.75rem !important; }
  .lg\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important; }
  .lg\:hover\:translate-y-84:hover {
    --transform-translate-y: 21rem !important; }
  .lg\:hover\:translate-y-88:hover {
    --transform-translate-y: 22rem !important; }
  .lg\:hover\:translate-y-92:hover {
    --transform-translate-y: 23rem !important; }
  .lg\:hover\:translate-y-96:hover {
    --transform-translate-y: 24rem !important; }
  .lg\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important; }
  .lg\:hover\:translate-y-104:hover {
    --transform-translate-y: 26rem !important; }
  .lg\:hover\:translate-y-108:hover {
    --transform-translate-y: 27rem !important; }
  .lg\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important; }
  .lg\:hover\:translate-y-116:hover {
    --transform-translate-y: 29rem !important; }
  .lg\:hover\:translate-y-120:hover {
    --transform-translate-y: 30rem !important; }
  .lg\:hover\:translate-y-124:hover {
    --transform-translate-y: 31rem !important; }
  .lg\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important; }
  .lg\:hover\:translate-y-132:hover {
    --transform-translate-y: 33rem !important; }
  .lg\:hover\:translate-y-136:hover {
    --transform-translate-y: 34rem !important; }
  .lg\:hover\:translate-y-140:hover {
    --transform-translate-y: 35rem !important; }
  .lg\:hover\:translate-y-144:hover {
    --transform-translate-y: 36rem !important; }
  .lg\:hover\:translate-y-148:hover {
    --transform-translate-y: 37rem !important; }
  .lg\:hover\:translate-y-152:hover {
    --transform-translate-y: 38rem !important; }
  .lg\:hover\:translate-y-156:hover {
    --transform-translate-y: 39rem !important; }
  .lg\:hover\:translate-y-160:hover {
    --transform-translate-y: 40rem !important; }
  .lg\:hover\:translate-y-164:hover {
    --transform-translate-y: 41rem !important; }
  .lg\:hover\:translate-y-168:hover {
    --transform-translate-y: 42rem !important; }
  .lg\:hover\:translate-y-172:hover {
    --transform-translate-y: 43rem !important; }
  .lg\:hover\:translate-y-176:hover {
    --transform-translate-y: 44rem !important; }
  .lg\:hover\:translate-y-180:hover {
    --transform-translate-y: 45rem !important; }
  .lg\:hover\:translate-y-184:hover {
    --transform-translate-y: 46rem !important; }
  .lg\:hover\:translate-y-188:hover {
    --transform-translate-y: 47rem !important; }
  .lg\:hover\:translate-y-192:hover {
    --transform-translate-y: 48rem !important; }
  .lg\:hover\:translate-y-196:hover {
    --transform-translate-y: 49rem !important; }
  .lg\:hover\:translate-y-200:hover {
    --transform-translate-y: 50rem !important; }
  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important; }
  .lg\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px !important; }
  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important; }
  .lg\:hover\:translate-y-2\/2:hover {
    --transform-translate-y: 100% !important; }
  .lg\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333% !important; }
  .lg\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667% !important; }
  .lg\:hover\:translate-y-3\/3:hover {
    --transform-translate-y: 100% !important; }
  .lg\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25% !important; }
  .lg\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50% !important; }
  .lg\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75% !important; }
  .lg\:hover\:translate-y-4\/4:hover {
    --transform-translate-y: 100% !important; }
  .lg\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20% !important; }
  .lg\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40% !important; }
  .lg\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60% !important; }
  .lg\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80% !important; }
  .lg\:hover\:translate-y-5\/5:hover {
    --transform-translate-y: 100% !important; }
  .lg\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667% !important; }
  .lg\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333% !important; }
  .lg\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50% !important; }
  .lg\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667% !important; }
  .lg\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333% !important; }
  .lg\:hover\:translate-y-6\/6:hover {
    --transform-translate-y: 100% !important; }
  .lg\:hover\:translate-y-1\/10:hover {
    --transform-translate-y: 10% !important; }
  .lg\:hover\:translate-y-2\/10:hover {
    --transform-translate-y: 20% !important; }
  .lg\:hover\:translate-y-3\/10:hover {
    --transform-translate-y: 30% !important; }
  .lg\:hover\:translate-y-4\/10:hover {
    --transform-translate-y: 40% !important; }
  .lg\:hover\:translate-y-5\/10:hover {
    --transform-translate-y: 50% !important; }
  .lg\:hover\:translate-y-6\/10:hover {
    --transform-translate-y: 60% !important; }
  .lg\:hover\:translate-y-7\/10:hover {
    --transform-translate-y: 70% !important; }
  .lg\:hover\:translate-y-8\/10:hover {
    --transform-translate-y: 80% !important; }
  .lg\:hover\:translate-y-9\/10:hover {
    --transform-translate-y: 90% !important; }
  .lg\:hover\:translate-y-10\/10:hover {
    --transform-translate-y: 100% !important; }
  .lg\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333% !important; }
  .lg\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667% !important; }
  .lg\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25% !important; }
  .lg\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333% !important; }
  .lg\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667% !important; }
  .lg\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50% !important; }
  .lg\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333% !important; }
  .lg\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667% !important; }
  .lg\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75% !important; }
  .lg\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333% !important; }
  .lg\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667% !important; }
  .lg\:hover\:translate-y-12\/12:hover {
    --transform-translate-y: 100% !important; }
  .lg\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0rem !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-7:hover {
    --transform-translate-y: -1.75rem !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-11:hover {
    --transform-translate-y: -2.75rem !important; }
  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important; }
  .lg\:hover\:-translate-y-13:hover {
    --transform-translate-y: -3.25rem !important; }
  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important; }
  .lg\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem !important; }
  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important; }
  .lg\:hover\:-translate-y-17:hover {
    --transform-translate-y: -4.25rem !important; }
  .lg\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important; }
  .lg\:hover\:-translate-y-19:hover {
    --transform-translate-y: -4.75rem !important; }
  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important; }
  .lg\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.25rem !important; }
  .lg\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem !important; }
  .lg\:hover\:-translate-y-23:hover {
    --transform-translate-y: -5.75rem !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-26:hover {
    --transform-translate-y: -6.5rem !important; }
  .lg\:hover\:-translate-y-27:hover {
    --transform-translate-y: -6.75rem !important; }
  .lg\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important; }
  .lg\:hover\:-translate-y-29:hover {
    --transform-translate-y: -7.25rem !important; }
  .lg\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.5rem !important; }
  .lg\:hover\:-translate-y-31:hover {
    --transform-translate-y: -7.75rem !important; }
  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important; }
  .lg\:hover\:-translate-y-33:hover {
    --transform-translate-y: -8.25rem !important; }
  .lg\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important; }
  .lg\:hover\:-translate-y-35:hover {
    --transform-translate-y: -8.75rem !important; }
  .lg\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem !important; }
  .lg\:hover\:-translate-y-37:hover {
    --transform-translate-y: -9.25rem !important; }
  .lg\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.5rem !important; }
  .lg\:hover\:-translate-y-39:hover {
    --transform-translate-y: -9.75rem !important; }
  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important; }
  .lg\:hover\:-translate-y-41:hover {
    --transform-translate-y: -10.25rem !important; }
  .lg\:hover\:-translate-y-42:hover {
    --transform-translate-y: -10.5rem !important; }
  .lg\:hover\:-translate-y-43:hover {
    --transform-translate-y: -10.75rem !important; }
  .lg\:hover\:-translate-y-44:hover {
    --transform-translate-y: -11rem !important; }
  .lg\:hover\:-translate-y-45:hover {
    --transform-translate-y: -11.25rem !important; }
  .lg\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.5rem !important; }
  .lg\:hover\:-translate-y-47:hover {
    --transform-translate-y: -11.75rem !important; }
  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important; }
  .lg\:hover\:-translate-y-49:hover {
    --transform-translate-y: -12.25rem !important; }
  .lg\:hover\:-translate-y-50:hover {
    --transform-translate-y: -12.5rem !important; }
  .lg\:hover\:-translate-y-51:hover {
    --transform-translate-y: -12.75rem !important; }
  .lg\:hover\:-translate-y-52:hover {
    --transform-translate-y: -13rem !important; }
  .lg\:hover\:-translate-y-53:hover {
    --transform-translate-y: -13.25rem !important; }
  .lg\:hover\:-translate-y-54:hover {
    --transform-translate-y: -13.5rem !important; }
  .lg\:hover\:-translate-y-55:hover {
    --transform-translate-y: -13.75rem !important; }
  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important; }
  .lg\:hover\:-translate-y-57:hover {
    --transform-translate-y: -14.25rem !important; }
  .lg\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.5rem !important; }
  .lg\:hover\:-translate-y-59:hover {
    --transform-translate-y: -14.75rem !important; }
  .lg\:hover\:-translate-y-60:hover {
    --transform-translate-y: -15rem !important; }
  .lg\:hover\:-translate-y-61:hover {
    --transform-translate-y: -15.25rem !important; }
  .lg\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.5rem !important; }
  .lg\:hover\:-translate-y-63:hover {
    --transform-translate-y: -15.75rem !important; }
  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important; }
  .lg\:hover\:-translate-y-65:hover {
    --transform-translate-y: -16.25rem !important; }
  .lg\:hover\:-translate-y-66:hover {
    --transform-translate-y: -16.5rem !important; }
  .lg\:hover\:-translate-y-67:hover {
    --transform-translate-y: -16.75rem !important; }
  .lg\:hover\:-translate-y-68:hover {
    --transform-translate-y: -17rem !important; }
  .lg\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.25rem !important; }
  .lg\:hover\:-translate-y-70:hover {
    --transform-translate-y: -17.5rem !important; }
  .lg\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.75rem !important; }
  .lg\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18rem !important; }
  .lg\:hover\:-translate-y-73:hover {
    --transform-translate-y: -18.25rem !important; }
  .lg\:hover\:-translate-y-74:hover {
    --transform-translate-y: -18.5rem !important; }
  .lg\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.75rem !important; }
  .lg\:hover\:-translate-y-76:hover {
    --transform-translate-y: -19rem !important; }
  .lg\:hover\:-translate-y-77:hover {
    --transform-translate-y: -19.25rem !important; }
  .lg\:hover\:-translate-y-78:hover {
    --transform-translate-y: -19.5rem !important; }
  .lg\:hover\:-translate-y-79:hover {
    --transform-translate-y: -19.75rem !important; }
  .lg\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important; }
  .lg\:hover\:-translate-y-84:hover {
    --transform-translate-y: -21rem !important; }
  .lg\:hover\:-translate-y-88:hover {
    --transform-translate-y: -22rem !important; }
  .lg\:hover\:-translate-y-92:hover {
    --transform-translate-y: -23rem !important; }
  .lg\:hover\:-translate-y-96:hover {
    --transform-translate-y: -24rem !important; }
  .lg\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important; }
  .lg\:hover\:-translate-y-104:hover {
    --transform-translate-y: -26rem !important; }
  .lg\:hover\:-translate-y-108:hover {
    --transform-translate-y: -27rem !important; }
  .lg\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important; }
  .lg\:hover\:-translate-y-116:hover {
    --transform-translate-y: -29rem !important; }
  .lg\:hover\:-translate-y-120:hover {
    --transform-translate-y: -30rem !important; }
  .lg\:hover\:-translate-y-124:hover {
    --transform-translate-y: -31rem !important; }
  .lg\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important; }
  .lg\:hover\:-translate-y-132:hover {
    --transform-translate-y: -33rem !important; }
  .lg\:hover\:-translate-y-136:hover {
    --transform-translate-y: -34rem !important; }
  .lg\:hover\:-translate-y-140:hover {
    --transform-translate-y: -35rem !important; }
  .lg\:hover\:-translate-y-144:hover {
    --transform-translate-y: -36rem !important; }
  .lg\:hover\:-translate-y-148:hover {
    --transform-translate-y: -37rem !important; }
  .lg\:hover\:-translate-y-152:hover {
    --transform-translate-y: -38rem !important; }
  .lg\:hover\:-translate-y-156:hover {
    --transform-translate-y: -39rem !important; }
  .lg\:hover\:-translate-y-160:hover {
    --transform-translate-y: -40rem !important; }
  .lg\:hover\:-translate-y-164:hover {
    --transform-translate-y: -41rem !important; }
  .lg\:hover\:-translate-y-168:hover {
    --transform-translate-y: -42rem !important; }
  .lg\:hover\:-translate-y-172:hover {
    --transform-translate-y: -43rem !important; }
  .lg\:hover\:-translate-y-176:hover {
    --transform-translate-y: -44rem !important; }
  .lg\:hover\:-translate-y-180:hover {
    --transform-translate-y: -45rem !important; }
  .lg\:hover\:-translate-y-184:hover {
    --transform-translate-y: -46rem !important; }
  .lg\:hover\:-translate-y-188:hover {
    --transform-translate-y: -47rem !important; }
  .lg\:hover\:-translate-y-192:hover {
    --transform-translate-y: -48rem !important; }
  .lg\:hover\:-translate-y-196:hover {
    --transform-translate-y: -49rem !important; }
  .lg\:hover\:-translate-y-200:hover {
    --transform-translate-y: -50rem !important; }
  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important; }
  .lg\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px !important; }
  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important; }
  .lg\:hover\:-translate-y-2\/2:hover {
    --transform-translate-y: -100% !important; }
  .lg\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333% !important; }
  .lg\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667% !important; }
  .lg\:hover\:-translate-y-3\/3:hover {
    --transform-translate-y: -100% !important; }
  .lg\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25% !important; }
  .lg\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50% !important; }
  .lg\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75% !important; }
  .lg\:hover\:-translate-y-4\/4:hover {
    --transform-translate-y: -100% !important; }
  .lg\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20% !important; }
  .lg\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40% !important; }
  .lg\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60% !important; }
  .lg\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80% !important; }
  .lg\:hover\:-translate-y-5\/5:hover {
    --transform-translate-y: -100% !important; }
  .lg\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667% !important; }
  .lg\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333% !important; }
  .lg\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50% !important; }
  .lg\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667% !important; }
  .lg\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333% !important; }
  .lg\:hover\:-translate-y-6\/6:hover {
    --transform-translate-y: -100% !important; }
  .lg\:hover\:-translate-y-1\/10:hover {
    --transform-translate-y: -10% !important; }
  .lg\:hover\:-translate-y-2\/10:hover {
    --transform-translate-y: -20% !important; }
  .lg\:hover\:-translate-y-3\/10:hover {
    --transform-translate-y: -30% !important; }
  .lg\:hover\:-translate-y-4\/10:hover {
    --transform-translate-y: -40% !important; }
  .lg\:hover\:-translate-y-5\/10:hover {
    --transform-translate-y: -50% !important; }
  .lg\:hover\:-translate-y-6\/10:hover {
    --transform-translate-y: -60% !important; }
  .lg\:hover\:-translate-y-7\/10:hover {
    --transform-translate-y: -70% !important; }
  .lg\:hover\:-translate-y-8\/10:hover {
    --transform-translate-y: -80% !important; }
  .lg\:hover\:-translate-y-9\/10:hover {
    --transform-translate-y: -90% !important; }
  .lg\:hover\:-translate-y-10\/10:hover {
    --transform-translate-y: -100% !important; }
  .lg\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333% !important; }
  .lg\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667% !important; }
  .lg\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25% !important; }
  .lg\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333% !important; }
  .lg\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667% !important; }
  .lg\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50% !important; }
  .lg\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333% !important; }
  .lg\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667% !important; }
  .lg\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75% !important; }
  .lg\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333% !important; }
  .lg\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667% !important; }
  .lg\:hover\:-translate-y-12\/12:hover {
    --transform-translate-y: -100% !important; }
  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important; }
  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important; }
  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0rem !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-7:focus {
    --transform-translate-x: 1.75rem !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-11:focus {
    --transform-translate-x: 2.75rem !important; }
  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important; }
  .lg\:focus\:translate-x-13:focus {
    --transform-translate-x: 3.25rem !important; }
  .lg\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important; }
  .lg\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem !important; }
  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important; }
  .lg\:focus\:translate-x-17:focus {
    --transform-translate-x: 4.25rem !important; }
  .lg\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important; }
  .lg\:focus\:translate-x-19:focus {
    --transform-translate-x: 4.75rem !important; }
  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important; }
  .lg\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.25rem !important; }
  .lg\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem !important; }
  .lg\:focus\:translate-x-23:focus {
    --transform-translate-x: 5.75rem !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-26:focus {
    --transform-translate-x: 6.5rem !important; }
  .lg\:focus\:translate-x-27:focus {
    --transform-translate-x: 6.75rem !important; }
  .lg\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important; }
  .lg\:focus\:translate-x-29:focus {
    --transform-translate-x: 7.25rem !important; }
  .lg\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.5rem !important; }
  .lg\:focus\:translate-x-31:focus {
    --transform-translate-x: 7.75rem !important; }
  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important; }
  .lg\:focus\:translate-x-33:focus {
    --transform-translate-x: 8.25rem !important; }
  .lg\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important; }
  .lg\:focus\:translate-x-35:focus {
    --transform-translate-x: 8.75rem !important; }
  .lg\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem !important; }
  .lg\:focus\:translate-x-37:focus {
    --transform-translate-x: 9.25rem !important; }
  .lg\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.5rem !important; }
  .lg\:focus\:translate-x-39:focus {
    --transform-translate-x: 9.75rem !important; }
  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important; }
  .lg\:focus\:translate-x-41:focus {
    --transform-translate-x: 10.25rem !important; }
  .lg\:focus\:translate-x-42:focus {
    --transform-translate-x: 10.5rem !important; }
  .lg\:focus\:translate-x-43:focus {
    --transform-translate-x: 10.75rem !important; }
  .lg\:focus\:translate-x-44:focus {
    --transform-translate-x: 11rem !important; }
  .lg\:focus\:translate-x-45:focus {
    --transform-translate-x: 11.25rem !important; }
  .lg\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.5rem !important; }
  .lg\:focus\:translate-x-47:focus {
    --transform-translate-x: 11.75rem !important; }
  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important; }
  .lg\:focus\:translate-x-49:focus {
    --transform-translate-x: 12.25rem !important; }
  .lg\:focus\:translate-x-50:focus {
    --transform-translate-x: 12.5rem !important; }
  .lg\:focus\:translate-x-51:focus {
    --transform-translate-x: 12.75rem !important; }
  .lg\:focus\:translate-x-52:focus {
    --transform-translate-x: 13rem !important; }
  .lg\:focus\:translate-x-53:focus {
    --transform-translate-x: 13.25rem !important; }
  .lg\:focus\:translate-x-54:focus {
    --transform-translate-x: 13.5rem !important; }
  .lg\:focus\:translate-x-55:focus {
    --transform-translate-x: 13.75rem !important; }
  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important; }
  .lg\:focus\:translate-x-57:focus {
    --transform-translate-x: 14.25rem !important; }
  .lg\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.5rem !important; }
  .lg\:focus\:translate-x-59:focus {
    --transform-translate-x: 14.75rem !important; }
  .lg\:focus\:translate-x-60:focus {
    --transform-translate-x: 15rem !important; }
  .lg\:focus\:translate-x-61:focus {
    --transform-translate-x: 15.25rem !important; }
  .lg\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.5rem !important; }
  .lg\:focus\:translate-x-63:focus {
    --transform-translate-x: 15.75rem !important; }
  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important; }
  .lg\:focus\:translate-x-65:focus {
    --transform-translate-x: 16.25rem !important; }
  .lg\:focus\:translate-x-66:focus {
    --transform-translate-x: 16.5rem !important; }
  .lg\:focus\:translate-x-67:focus {
    --transform-translate-x: 16.75rem !important; }
  .lg\:focus\:translate-x-68:focus {
    --transform-translate-x: 17rem !important; }
  .lg\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.25rem !important; }
  .lg\:focus\:translate-x-70:focus {
    --transform-translate-x: 17.5rem !important; }
  .lg\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.75rem !important; }
  .lg\:focus\:translate-x-72:focus {
    --transform-translate-x: 18rem !important; }
  .lg\:focus\:translate-x-73:focus {
    --transform-translate-x: 18.25rem !important; }
  .lg\:focus\:translate-x-74:focus {
    --transform-translate-x: 18.5rem !important; }
  .lg\:focus\:translate-x-75:focus {
    --transform-translate-x: 18.75rem !important; }
  .lg\:focus\:translate-x-76:focus {
    --transform-translate-x: 19rem !important; }
  .lg\:focus\:translate-x-77:focus {
    --transform-translate-x: 19.25rem !important; }
  .lg\:focus\:translate-x-78:focus {
    --transform-translate-x: 19.5rem !important; }
  .lg\:focus\:translate-x-79:focus {
    --transform-translate-x: 19.75rem !important; }
  .lg\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important; }
  .lg\:focus\:translate-x-84:focus {
    --transform-translate-x: 21rem !important; }
  .lg\:focus\:translate-x-88:focus {
    --transform-translate-x: 22rem !important; }
  .lg\:focus\:translate-x-92:focus {
    --transform-translate-x: 23rem !important; }
  .lg\:focus\:translate-x-96:focus {
    --transform-translate-x: 24rem !important; }
  .lg\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important; }
  .lg\:focus\:translate-x-104:focus {
    --transform-translate-x: 26rem !important; }
  .lg\:focus\:translate-x-108:focus {
    --transform-translate-x: 27rem !important; }
  .lg\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important; }
  .lg\:focus\:translate-x-116:focus {
    --transform-translate-x: 29rem !important; }
  .lg\:focus\:translate-x-120:focus {
    --transform-translate-x: 30rem !important; }
  .lg\:focus\:translate-x-124:focus {
    --transform-translate-x: 31rem !important; }
  .lg\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important; }
  .lg\:focus\:translate-x-132:focus {
    --transform-translate-x: 33rem !important; }
  .lg\:focus\:translate-x-136:focus {
    --transform-translate-x: 34rem !important; }
  .lg\:focus\:translate-x-140:focus {
    --transform-translate-x: 35rem !important; }
  .lg\:focus\:translate-x-144:focus {
    --transform-translate-x: 36rem !important; }
  .lg\:focus\:translate-x-148:focus {
    --transform-translate-x: 37rem !important; }
  .lg\:focus\:translate-x-152:focus {
    --transform-translate-x: 38rem !important; }
  .lg\:focus\:translate-x-156:focus {
    --transform-translate-x: 39rem !important; }
  .lg\:focus\:translate-x-160:focus {
    --transform-translate-x: 40rem !important; }
  .lg\:focus\:translate-x-164:focus {
    --transform-translate-x: 41rem !important; }
  .lg\:focus\:translate-x-168:focus {
    --transform-translate-x: 42rem !important; }
  .lg\:focus\:translate-x-172:focus {
    --transform-translate-x: 43rem !important; }
  .lg\:focus\:translate-x-176:focus {
    --transform-translate-x: 44rem !important; }
  .lg\:focus\:translate-x-180:focus {
    --transform-translate-x: 45rem !important; }
  .lg\:focus\:translate-x-184:focus {
    --transform-translate-x: 46rem !important; }
  .lg\:focus\:translate-x-188:focus {
    --transform-translate-x: 47rem !important; }
  .lg\:focus\:translate-x-192:focus {
    --transform-translate-x: 48rem !important; }
  .lg\:focus\:translate-x-196:focus {
    --transform-translate-x: 49rem !important; }
  .lg\:focus\:translate-x-200:focus {
    --transform-translate-x: 50rem !important; }
  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important; }
  .lg\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px !important; }
  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important; }
  .lg\:focus\:translate-x-2\/2:focus {
    --transform-translate-x: 100% !important; }
  .lg\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333% !important; }
  .lg\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667% !important; }
  .lg\:focus\:translate-x-3\/3:focus {
    --transform-translate-x: 100% !important; }
  .lg\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25% !important; }
  .lg\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50% !important; }
  .lg\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75% !important; }
  .lg\:focus\:translate-x-4\/4:focus {
    --transform-translate-x: 100% !important; }
  .lg\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20% !important; }
  .lg\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40% !important; }
  .lg\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60% !important; }
  .lg\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80% !important; }
  .lg\:focus\:translate-x-5\/5:focus {
    --transform-translate-x: 100% !important; }
  .lg\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667% !important; }
  .lg\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333% !important; }
  .lg\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50% !important; }
  .lg\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667% !important; }
  .lg\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333% !important; }
  .lg\:focus\:translate-x-6\/6:focus {
    --transform-translate-x: 100% !important; }
  .lg\:focus\:translate-x-1\/10:focus {
    --transform-translate-x: 10% !important; }
  .lg\:focus\:translate-x-2\/10:focus {
    --transform-translate-x: 20% !important; }
  .lg\:focus\:translate-x-3\/10:focus {
    --transform-translate-x: 30% !important; }
  .lg\:focus\:translate-x-4\/10:focus {
    --transform-translate-x: 40% !important; }
  .lg\:focus\:translate-x-5\/10:focus {
    --transform-translate-x: 50% !important; }
  .lg\:focus\:translate-x-6\/10:focus {
    --transform-translate-x: 60% !important; }
  .lg\:focus\:translate-x-7\/10:focus {
    --transform-translate-x: 70% !important; }
  .lg\:focus\:translate-x-8\/10:focus {
    --transform-translate-x: 80% !important; }
  .lg\:focus\:translate-x-9\/10:focus {
    --transform-translate-x: 90% !important; }
  .lg\:focus\:translate-x-10\/10:focus {
    --transform-translate-x: 100% !important; }
  .lg\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333% !important; }
  .lg\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667% !important; }
  .lg\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25% !important; }
  .lg\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333% !important; }
  .lg\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667% !important; }
  .lg\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50% !important; }
  .lg\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333% !important; }
  .lg\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667% !important; }
  .lg\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75% !important; }
  .lg\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333% !important; }
  .lg\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667% !important; }
  .lg\:focus\:translate-x-12\/12:focus {
    --transform-translate-x: 100% !important; }
  .lg\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0rem !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-7:focus {
    --transform-translate-x: -1.75rem !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-11:focus {
    --transform-translate-x: -2.75rem !important; }
  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important; }
  .lg\:focus\:-translate-x-13:focus {
    --transform-translate-x: -3.25rem !important; }
  .lg\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important; }
  .lg\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem !important; }
  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important; }
  .lg\:focus\:-translate-x-17:focus {
    --transform-translate-x: -4.25rem !important; }
  .lg\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important; }
  .lg\:focus\:-translate-x-19:focus {
    --transform-translate-x: -4.75rem !important; }
  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important; }
  .lg\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.25rem !important; }
  .lg\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem !important; }
  .lg\:focus\:-translate-x-23:focus {
    --transform-translate-x: -5.75rem !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-26:focus {
    --transform-translate-x: -6.5rem !important; }
  .lg\:focus\:-translate-x-27:focus {
    --transform-translate-x: -6.75rem !important; }
  .lg\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important; }
  .lg\:focus\:-translate-x-29:focus {
    --transform-translate-x: -7.25rem !important; }
  .lg\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.5rem !important; }
  .lg\:focus\:-translate-x-31:focus {
    --transform-translate-x: -7.75rem !important; }
  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important; }
  .lg\:focus\:-translate-x-33:focus {
    --transform-translate-x: -8.25rem !important; }
  .lg\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important; }
  .lg\:focus\:-translate-x-35:focus {
    --transform-translate-x: -8.75rem !important; }
  .lg\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem !important; }
  .lg\:focus\:-translate-x-37:focus {
    --transform-translate-x: -9.25rem !important; }
  .lg\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.5rem !important; }
  .lg\:focus\:-translate-x-39:focus {
    --transform-translate-x: -9.75rem !important; }
  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important; }
  .lg\:focus\:-translate-x-41:focus {
    --transform-translate-x: -10.25rem !important; }
  .lg\:focus\:-translate-x-42:focus {
    --transform-translate-x: -10.5rem !important; }
  .lg\:focus\:-translate-x-43:focus {
    --transform-translate-x: -10.75rem !important; }
  .lg\:focus\:-translate-x-44:focus {
    --transform-translate-x: -11rem !important; }
  .lg\:focus\:-translate-x-45:focus {
    --transform-translate-x: -11.25rem !important; }
  .lg\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.5rem !important; }
  .lg\:focus\:-translate-x-47:focus {
    --transform-translate-x: -11.75rem !important; }
  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important; }
  .lg\:focus\:-translate-x-49:focus {
    --transform-translate-x: -12.25rem !important; }
  .lg\:focus\:-translate-x-50:focus {
    --transform-translate-x: -12.5rem !important; }
  .lg\:focus\:-translate-x-51:focus {
    --transform-translate-x: -12.75rem !important; }
  .lg\:focus\:-translate-x-52:focus {
    --transform-translate-x: -13rem !important; }
  .lg\:focus\:-translate-x-53:focus {
    --transform-translate-x: -13.25rem !important; }
  .lg\:focus\:-translate-x-54:focus {
    --transform-translate-x: -13.5rem !important; }
  .lg\:focus\:-translate-x-55:focus {
    --transform-translate-x: -13.75rem !important; }
  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important; }
  .lg\:focus\:-translate-x-57:focus {
    --transform-translate-x: -14.25rem !important; }
  .lg\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.5rem !important; }
  .lg\:focus\:-translate-x-59:focus {
    --transform-translate-x: -14.75rem !important; }
  .lg\:focus\:-translate-x-60:focus {
    --transform-translate-x: -15rem !important; }
  .lg\:focus\:-translate-x-61:focus {
    --transform-translate-x: -15.25rem !important; }
  .lg\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.5rem !important; }
  .lg\:focus\:-translate-x-63:focus {
    --transform-translate-x: -15.75rem !important; }
  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important; }
  .lg\:focus\:-translate-x-65:focus {
    --transform-translate-x: -16.25rem !important; }
  .lg\:focus\:-translate-x-66:focus {
    --transform-translate-x: -16.5rem !important; }
  .lg\:focus\:-translate-x-67:focus {
    --transform-translate-x: -16.75rem !important; }
  .lg\:focus\:-translate-x-68:focus {
    --transform-translate-x: -17rem !important; }
  .lg\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.25rem !important; }
  .lg\:focus\:-translate-x-70:focus {
    --transform-translate-x: -17.5rem !important; }
  .lg\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.75rem !important; }
  .lg\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18rem !important; }
  .lg\:focus\:-translate-x-73:focus {
    --transform-translate-x: -18.25rem !important; }
  .lg\:focus\:-translate-x-74:focus {
    --transform-translate-x: -18.5rem !important; }
  .lg\:focus\:-translate-x-75:focus {
    --transform-translate-x: -18.75rem !important; }
  .lg\:focus\:-translate-x-76:focus {
    --transform-translate-x: -19rem !important; }
  .lg\:focus\:-translate-x-77:focus {
    --transform-translate-x: -19.25rem !important; }
  .lg\:focus\:-translate-x-78:focus {
    --transform-translate-x: -19.5rem !important; }
  .lg\:focus\:-translate-x-79:focus {
    --transform-translate-x: -19.75rem !important; }
  .lg\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important; }
  .lg\:focus\:-translate-x-84:focus {
    --transform-translate-x: -21rem !important; }
  .lg\:focus\:-translate-x-88:focus {
    --transform-translate-x: -22rem !important; }
  .lg\:focus\:-translate-x-92:focus {
    --transform-translate-x: -23rem !important; }
  .lg\:focus\:-translate-x-96:focus {
    --transform-translate-x: -24rem !important; }
  .lg\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important; }
  .lg\:focus\:-translate-x-104:focus {
    --transform-translate-x: -26rem !important; }
  .lg\:focus\:-translate-x-108:focus {
    --transform-translate-x: -27rem !important; }
  .lg\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important; }
  .lg\:focus\:-translate-x-116:focus {
    --transform-translate-x: -29rem !important; }
  .lg\:focus\:-translate-x-120:focus {
    --transform-translate-x: -30rem !important; }
  .lg\:focus\:-translate-x-124:focus {
    --transform-translate-x: -31rem !important; }
  .lg\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important; }
  .lg\:focus\:-translate-x-132:focus {
    --transform-translate-x: -33rem !important; }
  .lg\:focus\:-translate-x-136:focus {
    --transform-translate-x: -34rem !important; }
  .lg\:focus\:-translate-x-140:focus {
    --transform-translate-x: -35rem !important; }
  .lg\:focus\:-translate-x-144:focus {
    --transform-translate-x: -36rem !important; }
  .lg\:focus\:-translate-x-148:focus {
    --transform-translate-x: -37rem !important; }
  .lg\:focus\:-translate-x-152:focus {
    --transform-translate-x: -38rem !important; }
  .lg\:focus\:-translate-x-156:focus {
    --transform-translate-x: -39rem !important; }
  .lg\:focus\:-translate-x-160:focus {
    --transform-translate-x: -40rem !important; }
  .lg\:focus\:-translate-x-164:focus {
    --transform-translate-x: -41rem !important; }
  .lg\:focus\:-translate-x-168:focus {
    --transform-translate-x: -42rem !important; }
  .lg\:focus\:-translate-x-172:focus {
    --transform-translate-x: -43rem !important; }
  .lg\:focus\:-translate-x-176:focus {
    --transform-translate-x: -44rem !important; }
  .lg\:focus\:-translate-x-180:focus {
    --transform-translate-x: -45rem !important; }
  .lg\:focus\:-translate-x-184:focus {
    --transform-translate-x: -46rem !important; }
  .lg\:focus\:-translate-x-188:focus {
    --transform-translate-x: -47rem !important; }
  .lg\:focus\:-translate-x-192:focus {
    --transform-translate-x: -48rem !important; }
  .lg\:focus\:-translate-x-196:focus {
    --transform-translate-x: -49rem !important; }
  .lg\:focus\:-translate-x-200:focus {
    --transform-translate-x: -50rem !important; }
  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important; }
  .lg\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px !important; }
  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important; }
  .lg\:focus\:-translate-x-2\/2:focus {
    --transform-translate-x: -100% !important; }
  .lg\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333% !important; }
  .lg\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667% !important; }
  .lg\:focus\:-translate-x-3\/3:focus {
    --transform-translate-x: -100% !important; }
  .lg\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25% !important; }
  .lg\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50% !important; }
  .lg\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75% !important; }
  .lg\:focus\:-translate-x-4\/4:focus {
    --transform-translate-x: -100% !important; }
  .lg\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20% !important; }
  .lg\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40% !important; }
  .lg\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60% !important; }
  .lg\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80% !important; }
  .lg\:focus\:-translate-x-5\/5:focus {
    --transform-translate-x: -100% !important; }
  .lg\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667% !important; }
  .lg\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333% !important; }
  .lg\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50% !important; }
  .lg\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667% !important; }
  .lg\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333% !important; }
  .lg\:focus\:-translate-x-6\/6:focus {
    --transform-translate-x: -100% !important; }
  .lg\:focus\:-translate-x-1\/10:focus {
    --transform-translate-x: -10% !important; }
  .lg\:focus\:-translate-x-2\/10:focus {
    --transform-translate-x: -20% !important; }
  .lg\:focus\:-translate-x-3\/10:focus {
    --transform-translate-x: -30% !important; }
  .lg\:focus\:-translate-x-4\/10:focus {
    --transform-translate-x: -40% !important; }
  .lg\:focus\:-translate-x-5\/10:focus {
    --transform-translate-x: -50% !important; }
  .lg\:focus\:-translate-x-6\/10:focus {
    --transform-translate-x: -60% !important; }
  .lg\:focus\:-translate-x-7\/10:focus {
    --transform-translate-x: -70% !important; }
  .lg\:focus\:-translate-x-8\/10:focus {
    --transform-translate-x: -80% !important; }
  .lg\:focus\:-translate-x-9\/10:focus {
    --transform-translate-x: -90% !important; }
  .lg\:focus\:-translate-x-10\/10:focus {
    --transform-translate-x: -100% !important; }
  .lg\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333% !important; }
  .lg\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667% !important; }
  .lg\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25% !important; }
  .lg\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333% !important; }
  .lg\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667% !important; }
  .lg\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50% !important; }
  .lg\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333% !important; }
  .lg\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667% !important; }
  .lg\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75% !important; }
  .lg\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333% !important; }
  .lg\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667% !important; }
  .lg\:focus\:-translate-x-12\/12:focus {
    --transform-translate-x: -100% !important; }
  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important; }
  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important; }
  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0rem !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-7:focus {
    --transform-translate-y: 1.75rem !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-11:focus {
    --transform-translate-y: 2.75rem !important; }
  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important; }
  .lg\:focus\:translate-y-13:focus {
    --transform-translate-y: 3.25rem !important; }
  .lg\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important; }
  .lg\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem !important; }
  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important; }
  .lg\:focus\:translate-y-17:focus {
    --transform-translate-y: 4.25rem !important; }
  .lg\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important; }
  .lg\:focus\:translate-y-19:focus {
    --transform-translate-y: 4.75rem !important; }
  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important; }
  .lg\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.25rem !important; }
  .lg\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem !important; }
  .lg\:focus\:translate-y-23:focus {
    --transform-translate-y: 5.75rem !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-26:focus {
    --transform-translate-y: 6.5rem !important; }
  .lg\:focus\:translate-y-27:focus {
    --transform-translate-y: 6.75rem !important; }
  .lg\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important; }
  .lg\:focus\:translate-y-29:focus {
    --transform-translate-y: 7.25rem !important; }
  .lg\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.5rem !important; }
  .lg\:focus\:translate-y-31:focus {
    --transform-translate-y: 7.75rem !important; }
  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important; }
  .lg\:focus\:translate-y-33:focus {
    --transform-translate-y: 8.25rem !important; }
  .lg\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important; }
  .lg\:focus\:translate-y-35:focus {
    --transform-translate-y: 8.75rem !important; }
  .lg\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem !important; }
  .lg\:focus\:translate-y-37:focus {
    --transform-translate-y: 9.25rem !important; }
  .lg\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.5rem !important; }
  .lg\:focus\:translate-y-39:focus {
    --transform-translate-y: 9.75rem !important; }
  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important; }
  .lg\:focus\:translate-y-41:focus {
    --transform-translate-y: 10.25rem !important; }
  .lg\:focus\:translate-y-42:focus {
    --transform-translate-y: 10.5rem !important; }
  .lg\:focus\:translate-y-43:focus {
    --transform-translate-y: 10.75rem !important; }
  .lg\:focus\:translate-y-44:focus {
    --transform-translate-y: 11rem !important; }
  .lg\:focus\:translate-y-45:focus {
    --transform-translate-y: 11.25rem !important; }
  .lg\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.5rem !important; }
  .lg\:focus\:translate-y-47:focus {
    --transform-translate-y: 11.75rem !important; }
  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important; }
  .lg\:focus\:translate-y-49:focus {
    --transform-translate-y: 12.25rem !important; }
  .lg\:focus\:translate-y-50:focus {
    --transform-translate-y: 12.5rem !important; }
  .lg\:focus\:translate-y-51:focus {
    --transform-translate-y: 12.75rem !important; }
  .lg\:focus\:translate-y-52:focus {
    --transform-translate-y: 13rem !important; }
  .lg\:focus\:translate-y-53:focus {
    --transform-translate-y: 13.25rem !important; }
  .lg\:focus\:translate-y-54:focus {
    --transform-translate-y: 13.5rem !important; }
  .lg\:focus\:translate-y-55:focus {
    --transform-translate-y: 13.75rem !important; }
  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important; }
  .lg\:focus\:translate-y-57:focus {
    --transform-translate-y: 14.25rem !important; }
  .lg\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.5rem !important; }
  .lg\:focus\:translate-y-59:focus {
    --transform-translate-y: 14.75rem !important; }
  .lg\:focus\:translate-y-60:focus {
    --transform-translate-y: 15rem !important; }
  .lg\:focus\:translate-y-61:focus {
    --transform-translate-y: 15.25rem !important; }
  .lg\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.5rem !important; }
  .lg\:focus\:translate-y-63:focus {
    --transform-translate-y: 15.75rem !important; }
  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important; }
  .lg\:focus\:translate-y-65:focus {
    --transform-translate-y: 16.25rem !important; }
  .lg\:focus\:translate-y-66:focus {
    --transform-translate-y: 16.5rem !important; }
  .lg\:focus\:translate-y-67:focus {
    --transform-translate-y: 16.75rem !important; }
  .lg\:focus\:translate-y-68:focus {
    --transform-translate-y: 17rem !important; }
  .lg\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.25rem !important; }
  .lg\:focus\:translate-y-70:focus {
    --transform-translate-y: 17.5rem !important; }
  .lg\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.75rem !important; }
  .lg\:focus\:translate-y-72:focus {
    --transform-translate-y: 18rem !important; }
  .lg\:focus\:translate-y-73:focus {
    --transform-translate-y: 18.25rem !important; }
  .lg\:focus\:translate-y-74:focus {
    --transform-translate-y: 18.5rem !important; }
  .lg\:focus\:translate-y-75:focus {
    --transform-translate-y: 18.75rem !important; }
  .lg\:focus\:translate-y-76:focus {
    --transform-translate-y: 19rem !important; }
  .lg\:focus\:translate-y-77:focus {
    --transform-translate-y: 19.25rem !important; }
  .lg\:focus\:translate-y-78:focus {
    --transform-translate-y: 19.5rem !important; }
  .lg\:focus\:translate-y-79:focus {
    --transform-translate-y: 19.75rem !important; }
  .lg\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important; }
  .lg\:focus\:translate-y-84:focus {
    --transform-translate-y: 21rem !important; }
  .lg\:focus\:translate-y-88:focus {
    --transform-translate-y: 22rem !important; }
  .lg\:focus\:translate-y-92:focus {
    --transform-translate-y: 23rem !important; }
  .lg\:focus\:translate-y-96:focus {
    --transform-translate-y: 24rem !important; }
  .lg\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important; }
  .lg\:focus\:translate-y-104:focus {
    --transform-translate-y: 26rem !important; }
  .lg\:focus\:translate-y-108:focus {
    --transform-translate-y: 27rem !important; }
  .lg\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important; }
  .lg\:focus\:translate-y-116:focus {
    --transform-translate-y: 29rem !important; }
  .lg\:focus\:translate-y-120:focus {
    --transform-translate-y: 30rem !important; }
  .lg\:focus\:translate-y-124:focus {
    --transform-translate-y: 31rem !important; }
  .lg\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important; }
  .lg\:focus\:translate-y-132:focus {
    --transform-translate-y: 33rem !important; }
  .lg\:focus\:translate-y-136:focus {
    --transform-translate-y: 34rem !important; }
  .lg\:focus\:translate-y-140:focus {
    --transform-translate-y: 35rem !important; }
  .lg\:focus\:translate-y-144:focus {
    --transform-translate-y: 36rem !important; }
  .lg\:focus\:translate-y-148:focus {
    --transform-translate-y: 37rem !important; }
  .lg\:focus\:translate-y-152:focus {
    --transform-translate-y: 38rem !important; }
  .lg\:focus\:translate-y-156:focus {
    --transform-translate-y: 39rem !important; }
  .lg\:focus\:translate-y-160:focus {
    --transform-translate-y: 40rem !important; }
  .lg\:focus\:translate-y-164:focus {
    --transform-translate-y: 41rem !important; }
  .lg\:focus\:translate-y-168:focus {
    --transform-translate-y: 42rem !important; }
  .lg\:focus\:translate-y-172:focus {
    --transform-translate-y: 43rem !important; }
  .lg\:focus\:translate-y-176:focus {
    --transform-translate-y: 44rem !important; }
  .lg\:focus\:translate-y-180:focus {
    --transform-translate-y: 45rem !important; }
  .lg\:focus\:translate-y-184:focus {
    --transform-translate-y: 46rem !important; }
  .lg\:focus\:translate-y-188:focus {
    --transform-translate-y: 47rem !important; }
  .lg\:focus\:translate-y-192:focus {
    --transform-translate-y: 48rem !important; }
  .lg\:focus\:translate-y-196:focus {
    --transform-translate-y: 49rem !important; }
  .lg\:focus\:translate-y-200:focus {
    --transform-translate-y: 50rem !important; }
  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important; }
  .lg\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px !important; }
  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important; }
  .lg\:focus\:translate-y-2\/2:focus {
    --transform-translate-y: 100% !important; }
  .lg\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333% !important; }
  .lg\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667% !important; }
  .lg\:focus\:translate-y-3\/3:focus {
    --transform-translate-y: 100% !important; }
  .lg\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25% !important; }
  .lg\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50% !important; }
  .lg\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75% !important; }
  .lg\:focus\:translate-y-4\/4:focus {
    --transform-translate-y: 100% !important; }
  .lg\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20% !important; }
  .lg\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40% !important; }
  .lg\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60% !important; }
  .lg\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80% !important; }
  .lg\:focus\:translate-y-5\/5:focus {
    --transform-translate-y: 100% !important; }
  .lg\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667% !important; }
  .lg\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333% !important; }
  .lg\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50% !important; }
  .lg\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667% !important; }
  .lg\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333% !important; }
  .lg\:focus\:translate-y-6\/6:focus {
    --transform-translate-y: 100% !important; }
  .lg\:focus\:translate-y-1\/10:focus {
    --transform-translate-y: 10% !important; }
  .lg\:focus\:translate-y-2\/10:focus {
    --transform-translate-y: 20% !important; }
  .lg\:focus\:translate-y-3\/10:focus {
    --transform-translate-y: 30% !important; }
  .lg\:focus\:translate-y-4\/10:focus {
    --transform-translate-y: 40% !important; }
  .lg\:focus\:translate-y-5\/10:focus {
    --transform-translate-y: 50% !important; }
  .lg\:focus\:translate-y-6\/10:focus {
    --transform-translate-y: 60% !important; }
  .lg\:focus\:translate-y-7\/10:focus {
    --transform-translate-y: 70% !important; }
  .lg\:focus\:translate-y-8\/10:focus {
    --transform-translate-y: 80% !important; }
  .lg\:focus\:translate-y-9\/10:focus {
    --transform-translate-y: 90% !important; }
  .lg\:focus\:translate-y-10\/10:focus {
    --transform-translate-y: 100% !important; }
  .lg\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333% !important; }
  .lg\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667% !important; }
  .lg\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25% !important; }
  .lg\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333% !important; }
  .lg\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667% !important; }
  .lg\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50% !important; }
  .lg\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333% !important; }
  .lg\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667% !important; }
  .lg\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75% !important; }
  .lg\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333% !important; }
  .lg\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667% !important; }
  .lg\:focus\:translate-y-12\/12:focus {
    --transform-translate-y: 100% !important; }
  .lg\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0rem !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-7:focus {
    --transform-translate-y: -1.75rem !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-11:focus {
    --transform-translate-y: -2.75rem !important; }
  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important; }
  .lg\:focus\:-translate-y-13:focus {
    --transform-translate-y: -3.25rem !important; }
  .lg\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important; }
  .lg\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem !important; }
  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important; }
  .lg\:focus\:-translate-y-17:focus {
    --transform-translate-y: -4.25rem !important; }
  .lg\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important; }
  .lg\:focus\:-translate-y-19:focus {
    --transform-translate-y: -4.75rem !important; }
  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important; }
  .lg\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.25rem !important; }
  .lg\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem !important; }
  .lg\:focus\:-translate-y-23:focus {
    --transform-translate-y: -5.75rem !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-26:focus {
    --transform-translate-y: -6.5rem !important; }
  .lg\:focus\:-translate-y-27:focus {
    --transform-translate-y: -6.75rem !important; }
  .lg\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important; }
  .lg\:focus\:-translate-y-29:focus {
    --transform-translate-y: -7.25rem !important; }
  .lg\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.5rem !important; }
  .lg\:focus\:-translate-y-31:focus {
    --transform-translate-y: -7.75rem !important; }
  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important; }
  .lg\:focus\:-translate-y-33:focus {
    --transform-translate-y: -8.25rem !important; }
  .lg\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important; }
  .lg\:focus\:-translate-y-35:focus {
    --transform-translate-y: -8.75rem !important; }
  .lg\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem !important; }
  .lg\:focus\:-translate-y-37:focus {
    --transform-translate-y: -9.25rem !important; }
  .lg\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.5rem !important; }
  .lg\:focus\:-translate-y-39:focus {
    --transform-translate-y: -9.75rem !important; }
  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important; }
  .lg\:focus\:-translate-y-41:focus {
    --transform-translate-y: -10.25rem !important; }
  .lg\:focus\:-translate-y-42:focus {
    --transform-translate-y: -10.5rem !important; }
  .lg\:focus\:-translate-y-43:focus {
    --transform-translate-y: -10.75rem !important; }
  .lg\:focus\:-translate-y-44:focus {
    --transform-translate-y: -11rem !important; }
  .lg\:focus\:-translate-y-45:focus {
    --transform-translate-y: -11.25rem !important; }
  .lg\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.5rem !important; }
  .lg\:focus\:-translate-y-47:focus {
    --transform-translate-y: -11.75rem !important; }
  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important; }
  .lg\:focus\:-translate-y-49:focus {
    --transform-translate-y: -12.25rem !important; }
  .lg\:focus\:-translate-y-50:focus {
    --transform-translate-y: -12.5rem !important; }
  .lg\:focus\:-translate-y-51:focus {
    --transform-translate-y: -12.75rem !important; }
  .lg\:focus\:-translate-y-52:focus {
    --transform-translate-y: -13rem !important; }
  .lg\:focus\:-translate-y-53:focus {
    --transform-translate-y: -13.25rem !important; }
  .lg\:focus\:-translate-y-54:focus {
    --transform-translate-y: -13.5rem !important; }
  .lg\:focus\:-translate-y-55:focus {
    --transform-translate-y: -13.75rem !important; }
  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important; }
  .lg\:focus\:-translate-y-57:focus {
    --transform-translate-y: -14.25rem !important; }
  .lg\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.5rem !important; }
  .lg\:focus\:-translate-y-59:focus {
    --transform-translate-y: -14.75rem !important; }
  .lg\:focus\:-translate-y-60:focus {
    --transform-translate-y: -15rem !important; }
  .lg\:focus\:-translate-y-61:focus {
    --transform-translate-y: -15.25rem !important; }
  .lg\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.5rem !important; }
  .lg\:focus\:-translate-y-63:focus {
    --transform-translate-y: -15.75rem !important; }
  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important; }
  .lg\:focus\:-translate-y-65:focus {
    --transform-translate-y: -16.25rem !important; }
  .lg\:focus\:-translate-y-66:focus {
    --transform-translate-y: -16.5rem !important; }
  .lg\:focus\:-translate-y-67:focus {
    --transform-translate-y: -16.75rem !important; }
  .lg\:focus\:-translate-y-68:focus {
    --transform-translate-y: -17rem !important; }
  .lg\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.25rem !important; }
  .lg\:focus\:-translate-y-70:focus {
    --transform-translate-y: -17.5rem !important; }
  .lg\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.75rem !important; }
  .lg\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18rem !important; }
  .lg\:focus\:-translate-y-73:focus {
    --transform-translate-y: -18.25rem !important; }
  .lg\:focus\:-translate-y-74:focus {
    --transform-translate-y: -18.5rem !important; }
  .lg\:focus\:-translate-y-75:focus {
    --transform-translate-y: -18.75rem !important; }
  .lg\:focus\:-translate-y-76:focus {
    --transform-translate-y: -19rem !important; }
  .lg\:focus\:-translate-y-77:focus {
    --transform-translate-y: -19.25rem !important; }
  .lg\:focus\:-translate-y-78:focus {
    --transform-translate-y: -19.5rem !important; }
  .lg\:focus\:-translate-y-79:focus {
    --transform-translate-y: -19.75rem !important; }
  .lg\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important; }
  .lg\:focus\:-translate-y-84:focus {
    --transform-translate-y: -21rem !important; }
  .lg\:focus\:-translate-y-88:focus {
    --transform-translate-y: -22rem !important; }
  .lg\:focus\:-translate-y-92:focus {
    --transform-translate-y: -23rem !important; }
  .lg\:focus\:-translate-y-96:focus {
    --transform-translate-y: -24rem !important; }
  .lg\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important; }
  .lg\:focus\:-translate-y-104:focus {
    --transform-translate-y: -26rem !important; }
  .lg\:focus\:-translate-y-108:focus {
    --transform-translate-y: -27rem !important; }
  .lg\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important; }
  .lg\:focus\:-translate-y-116:focus {
    --transform-translate-y: -29rem !important; }
  .lg\:focus\:-translate-y-120:focus {
    --transform-translate-y: -30rem !important; }
  .lg\:focus\:-translate-y-124:focus {
    --transform-translate-y: -31rem !important; }
  .lg\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important; }
  .lg\:focus\:-translate-y-132:focus {
    --transform-translate-y: -33rem !important; }
  .lg\:focus\:-translate-y-136:focus {
    --transform-translate-y: -34rem !important; }
  .lg\:focus\:-translate-y-140:focus {
    --transform-translate-y: -35rem !important; }
  .lg\:focus\:-translate-y-144:focus {
    --transform-translate-y: -36rem !important; }
  .lg\:focus\:-translate-y-148:focus {
    --transform-translate-y: -37rem !important; }
  .lg\:focus\:-translate-y-152:focus {
    --transform-translate-y: -38rem !important; }
  .lg\:focus\:-translate-y-156:focus {
    --transform-translate-y: -39rem !important; }
  .lg\:focus\:-translate-y-160:focus {
    --transform-translate-y: -40rem !important; }
  .lg\:focus\:-translate-y-164:focus {
    --transform-translate-y: -41rem !important; }
  .lg\:focus\:-translate-y-168:focus {
    --transform-translate-y: -42rem !important; }
  .lg\:focus\:-translate-y-172:focus {
    --transform-translate-y: -43rem !important; }
  .lg\:focus\:-translate-y-176:focus {
    --transform-translate-y: -44rem !important; }
  .lg\:focus\:-translate-y-180:focus {
    --transform-translate-y: -45rem !important; }
  .lg\:focus\:-translate-y-184:focus {
    --transform-translate-y: -46rem !important; }
  .lg\:focus\:-translate-y-188:focus {
    --transform-translate-y: -47rem !important; }
  .lg\:focus\:-translate-y-192:focus {
    --transform-translate-y: -48rem !important; }
  .lg\:focus\:-translate-y-196:focus {
    --transform-translate-y: -49rem !important; }
  .lg\:focus\:-translate-y-200:focus {
    --transform-translate-y: -50rem !important; }
  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important; }
  .lg\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px !important; }
  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important; }
  .lg\:focus\:-translate-y-2\/2:focus {
    --transform-translate-y: -100% !important; }
  .lg\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333% !important; }
  .lg\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667% !important; }
  .lg\:focus\:-translate-y-3\/3:focus {
    --transform-translate-y: -100% !important; }
  .lg\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25% !important; }
  .lg\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50% !important; }
  .lg\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75% !important; }
  .lg\:focus\:-translate-y-4\/4:focus {
    --transform-translate-y: -100% !important; }
  .lg\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20% !important; }
  .lg\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40% !important; }
  .lg\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60% !important; }
  .lg\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80% !important; }
  .lg\:focus\:-translate-y-5\/5:focus {
    --transform-translate-y: -100% !important; }
  .lg\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667% !important; }
  .lg\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333% !important; }
  .lg\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50% !important; }
  .lg\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667% !important; }
  .lg\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333% !important; }
  .lg\:focus\:-translate-y-6\/6:focus {
    --transform-translate-y: -100% !important; }
  .lg\:focus\:-translate-y-1\/10:focus {
    --transform-translate-y: -10% !important; }
  .lg\:focus\:-translate-y-2\/10:focus {
    --transform-translate-y: -20% !important; }
  .lg\:focus\:-translate-y-3\/10:focus {
    --transform-translate-y: -30% !important; }
  .lg\:focus\:-translate-y-4\/10:focus {
    --transform-translate-y: -40% !important; }
  .lg\:focus\:-translate-y-5\/10:focus {
    --transform-translate-y: -50% !important; }
  .lg\:focus\:-translate-y-6\/10:focus {
    --transform-translate-y: -60% !important; }
  .lg\:focus\:-translate-y-7\/10:focus {
    --transform-translate-y: -70% !important; }
  .lg\:focus\:-translate-y-8\/10:focus {
    --transform-translate-y: -80% !important; }
  .lg\:focus\:-translate-y-9\/10:focus {
    --transform-translate-y: -90% !important; }
  .lg\:focus\:-translate-y-10\/10:focus {
    --transform-translate-y: -100% !important; }
  .lg\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333% !important; }
  .lg\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667% !important; }
  .lg\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25% !important; }
  .lg\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333% !important; }
  .lg\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667% !important; }
  .lg\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50% !important; }
  .lg\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333% !important; }
  .lg\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667% !important; }
  .lg\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75% !important; }
  .lg\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333% !important; }
  .lg\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667% !important; }
  .lg\:focus\:-translate-y-12\/12:focus {
    --transform-translate-y: -100% !important; }
  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important; }
  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important; }
  .lg\:skew-x-0 {
    --transform-skew-x: 0 !important; }
  .lg\:skew-x-1 {
    --transform-skew-x: 1deg !important; }
  .lg\:skew-x-2 {
    --transform-skew-x: 2deg !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-x-2 {
    --transform-skew-x: -2deg !important; }
  .lg\:-skew-x-1 {
    --transform-skew-x: -1deg !important; }
  .lg\:skew-y-0 {
    --transform-skew-y: 0 !important; }
  .lg\:skew-y-1 {
    --transform-skew-y: 1deg !important; }
  .lg\:skew-y-2 {
    --transform-skew-y: 2deg !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\:-skew-y-2 {
    --transform-skew-y: -2deg !important; }
  .lg\:-skew-y-1 {
    --transform-skew-y: -1deg !important; }
  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important; }
  .lg\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important; }
  .lg\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !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-x-2:hover {
    --transform-skew-x: -2deg !important; }
  .lg\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important; }
  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important; }
  .lg\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important; }
  .lg\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !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\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important; }
  .lg\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important; }
  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important; }
  .lg\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important; }
  .lg\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !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-x-2:focus {
    --transform-skew-x: -2deg !important; }
  .lg\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important; }
  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important; }
  .lg\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important; }
  .lg\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !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\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important; }
  .lg\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !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; }
  .lg\:ar-16x9 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 56.25% !important; }
  .lg\:ar-3x2 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 66.66666666666667% !important; }
  .lg\:ar-4x3 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 75% !important; }
  .lg\:ar-1x1 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 100% !important; }
  .lg\:ar-31x33 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 106.4516129032258% !important; }
  .lg\:text-start {
    text-align: start !important; }
  .lg\:text-end {
    text-align: end !important; } }

@media (min-width: 1200px) {
  .xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0rem * var(--space-x-reverse)) !important;
    margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * 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-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.25rem * 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-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * 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-21 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-21 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.25rem * 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-23 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-23 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * 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-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-27 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-27 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.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-31 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-31 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.75rem * 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-33 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-33 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-39 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-39 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.75rem * 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-41 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-41 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-42 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-42 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-43 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-43 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(10.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-44 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-44 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-47 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-47 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * 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-49 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-49 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-51 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-51 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(12.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-52 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-52 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-53 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-53 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-54 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-54 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * 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-57 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-57 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-58 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-58 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-59 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-59 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(14.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-61 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-61 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-63 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-63 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.75rem * 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-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-66 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-66 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-67 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-67 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(16.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-68 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-68 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17rem * var(--space-x-reverse)) !important;
    margin-left: calc(17rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-69 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-69 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-71 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(17.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(17.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-71 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(17.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(17.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-72 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-72 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-73 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-73 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-76 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-76 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19rem * var(--space-x-reverse)) !important;
    margin-left: calc(19rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-77 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-77 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-78 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.5rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-78 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-79 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(19.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(19.75rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-79 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(19.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(19.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-84 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-84 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(22rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(22rem * var(--space-x-reverse)) !important;
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-92 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-92 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-104 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-104 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-108 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-108 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-112 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-112 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-116 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-116 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-124 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-124 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31rem * var(--space-x-reverse)) !important;
    margin-left: calc(31rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(32rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(32rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(32rem * var(--space-x-reverse)) !important;
    margin-left: calc(32rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-132 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-132 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33rem * var(--space-x-reverse)) !important;
    margin-left: calc(33rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-136 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-136 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(35rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(35rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(35rem * var(--space-x-reverse)) !important;
    margin-left: calc(35rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-144 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-144 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-148 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(37rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(37rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-148 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(37rem * var(--space-x-reverse)) !important;
    margin-left: calc(37rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-152 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(38rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-152 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(38rem * var(--space-x-reverse)) !important;
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-156 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(39rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(39rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-156 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(39rem * var(--space-x-reverse)) !important;
    margin-left: calc(39rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40rem * var(--space-x-reverse)) !important;
    margin-left: calc(40rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-164 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(41rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(41rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-164 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(41rem * var(--space-x-reverse)) !important;
    margin-left: calc(41rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-172 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(43rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(43rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-172 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(43rem * var(--space-x-reverse)) !important;
    margin-left: calc(43rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-176 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(44rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(44rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-176 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(44rem * var(--space-x-reverse)) !important;
    margin-left: calc(44rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(45rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(45rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(45rem * var(--space-x-reverse)) !important;
    margin-left: calc(45rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-184 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(46rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-184 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(46rem * var(--space-x-reverse)) !important;
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-188 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(47rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(47rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-188 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(47rem * var(--space-x-reverse)) !important;
    margin-left: calc(47rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-192 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-192 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48rem * var(--space-x-reverse)) !important;
    margin-left: calc(48rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-196 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(49rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(49rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-196 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(49rem * var(--space-x-reverse)) !important;
    margin-left: calc(49rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50rem * var(--space-y-reverse)) !important; }
  .xl\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50rem * var(--space-x-reverse)) !important;
    margin-left: calc(50rem * 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-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important; }
  .xl\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .xl\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-2\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .xl\:space-x-2\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .xl\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .xl\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-3\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .xl\:space-x-3\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25% * var(--space-y-reverse)) !important; }
  .xl\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25% * var(--space-x-reverse)) !important;
    margin-left: calc(25% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .xl\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important; }
  .xl\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-4\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .xl\:space-x-4\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important; }
  .xl\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important; }
  .xl\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important; }
  .xl\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(60% * var(--space-x-reverse)) !important;
    margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80% * var(--space-y-reverse)) !important; }
  .xl\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(80% * var(--space-x-reverse)) !important;
    margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-5\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .xl\:space-x-5\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }
  .xl\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .xl\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .xl\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .xl\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }
  .xl\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-6\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .xl\:space-x-6\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-1\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10% * var(--space-y-reverse)) !important; }
  .xl\:space-x-1\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10% * var(--space-x-reverse)) !important;
    margin-left: calc(10% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-2\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important; }
  .xl\:space-x-2\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-3\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(30% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30% * var(--space-y-reverse)) !important; }
  .xl\:space-x-3\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(30% * var(--space-x-reverse)) !important;
    margin-left: calc(30% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-4\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important; }
  .xl\:space-x-4\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-5\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .xl\:space-x-5\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-6\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important; }
  .xl\:space-x-6\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(60% * var(--space-x-reverse)) !important;
    margin-left: calc(60% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-7\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(70% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(70% * var(--space-y-reverse)) !important; }
  .xl\:space-x-7\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(70% * var(--space-x-reverse)) !important;
    margin-left: calc(70% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-8\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80% * var(--space-y-reverse)) !important; }
  .xl\:space-x-8\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(80% * var(--space-x-reverse)) !important;
    margin-left: calc(80% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-9\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important; }
  .xl\:space-x-9\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-10\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .xl\:space-x-10\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; }
  .xl\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; }
  .xl\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25% * var(--space-y-reverse)) !important; }
  .xl\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25% * var(--space-x-reverse)) !important;
    margin-left: calc(25% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; }
  .xl\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; }
  .xl\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(41.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important; }
  .xl\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; }
  .xl\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; }
  .xl\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important; }
  .xl\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; }
  .xl\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; }
  .xl\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:space-y-12\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(100% * var(--space-y-reverse)) !important; }
  .xl\:space-x-12\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0rem * var(--space-x-reverse)) !important;
    margin-left: calc(0rem * 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-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * 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-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.25rem * 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-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * 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-21 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-21 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.25rem * 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-23 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-23 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * 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-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-27 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-27 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.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-31 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-31 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.75rem * 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-33 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-33 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-36 > :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-36 > :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-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-39 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-39 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.75rem * 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-41 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-41 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-42 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-42 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-43 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-43 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-44 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-44 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-47 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-47 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * 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-49 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-49 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-51 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-51 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-52 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-52 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-53 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-53 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-54 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-54 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * 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-57 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-57 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-58 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-58 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-59 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-59 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-61 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-61 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-63 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-63 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.75rem * 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-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-66 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-66 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-67 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-67 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-68 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-68 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-69 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-69 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-71 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-17.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-17.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-71 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-17.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-17.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-72 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-72 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-73 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-73 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-74 > :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-74 > :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-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-76 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-76 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-77 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-77 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-78 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.5rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-78 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.5rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-79 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-19.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-19.75rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-79 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-19.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-19.75rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-84 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-84 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-88 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-22rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-88 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-22rem * var(--space-x-reverse)) !important;
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-92 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-92 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-104 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-104 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-108 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-108 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-112 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-112 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-116 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-116 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-124 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-124 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-32rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-32rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-32rem * var(--space-x-reverse)) !important;
    margin-left: calc(-32rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-132 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-132 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33rem * var(--space-x-reverse)) !important;
    margin-left: calc(-33rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-136 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-136 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-35rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-35rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-35rem * var(--space-x-reverse)) !important;
    margin-left: calc(-35rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-144 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-144 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-148 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-37rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-37rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-148 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-37rem * var(--space-x-reverse)) !important;
    margin-left: calc(-37rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-152 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-38rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-152 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-38rem * var(--space-x-reverse)) !important;
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-156 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-39rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-39rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-156 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-39rem * var(--space-x-reverse)) !important;
    margin-left: calc(-39rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40rem * var(--space-x-reverse)) !important;
    margin-left: calc(-40rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-164 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-41rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-41rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-164 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-41rem * var(--space-x-reverse)) !important;
    margin-left: calc(-41rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-172 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-43rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-43rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-172 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-43rem * var(--space-x-reverse)) !important;
    margin-left: calc(-43rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-176 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-44rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-44rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-176 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-44rem * var(--space-x-reverse)) !important;
    margin-left: calc(-44rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-45rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-45rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-45rem * var(--space-x-reverse)) !important;
    margin-left: calc(-45rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-184 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-46rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-184 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-46rem * var(--space-x-reverse)) !important;
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-188 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-47rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-47rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-188 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-47rem * var(--space-x-reverse)) !important;
    margin-left: calc(-47rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-192 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-192 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48rem * var(--space-x-reverse)) !important;
    margin-left: calc(-48rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-196 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-49rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-49rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-196 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-49rem * var(--space-x-reverse)) !important;
    margin-left: calc(-49rem * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50rem * var(--space-y-reverse)) !important; }
  .xl\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50rem * var(--space-x-reverse)) !important;
    margin-left: calc(-50rem * 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-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important; }
  .xl\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-2\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-2\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-3\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-3\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25% * var(--space-x-reverse)) !important;
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-4\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-4\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-60% * var(--space-x-reverse)) !important;
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-80% * var(--space-x-reverse)) !important;
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-5\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-5\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-6\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-6\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-1\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-1\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10% * var(--space-x-reverse)) !important;
    margin-left: calc(-10% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-2\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-2\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-3\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-30% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-3\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-30% * var(--space-x-reverse)) !important;
    margin-left: calc(-30% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-4\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-4\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-5\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-5\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-6\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-6\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-60% * var(--space-x-reverse)) !important;
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-7\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-70% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-70% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-7\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-70% * var(--space-x-reverse)) !important;
    margin-left: calc(-70% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-8\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-8\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-80% * var(--space-x-reverse)) !important;
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-9\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-9\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-10\/10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-10\/10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25% * var(--space-x-reverse)) !important;
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-41.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; }
  .xl\:-space-y-12\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-100% * var(--space-y-reverse)) !important; }
  .xl\:-space-x-12\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * 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 > :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-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important; }
  .xl\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important; }
  .xl\:divide-inherit > :not(template) ~ :not(template) {
    border-color: inherit !important; }
  .xl\:divide-black-10 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:divide-black-20 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:divide-black-30 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:divide-black-40 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:divide-black-50 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:divide-black-60 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:divide-black-70 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:divide-black-80 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:divide-black-90 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:divide-black > :not(template) ~ :not(template) {
    border-color: black !important; }
  .xl\:divide-white-10 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:divide-white-20 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:divide-white-30 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:divide-white-40 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:divide-white-50 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:divide-white-60 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:divide-white-70 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:divide-white-80 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:divide-white-90 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:divide-white > :not(template) ~ :not(template) {
    border-color: white !important; }
  .xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important; }
  .xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important; }
  .xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important; }
  .xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important; }
  .xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important; }
  .xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important; }
  .xl\:divide-opacity-5 > :not(template) ~ :not(template) {
    --divide-opacity: 0.05 !important; }
  .xl\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.1 !important; }
  .xl\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15 !important; }
  .xl\:divide-opacity-20 > :not(template) ~ :not(template) {
    --divide-opacity: 0.2 !important; }
  .xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important; }
  .xl\:divide-opacity-30 > :not(template) ~ :not(template) {
    --divide-opacity: 0.3 !important; }
  .xl\:divide-opacity-35 > :not(template) ~ :not(template) {
    --divide-opacity: 0.35 !important; }
  .xl\:divide-opacity-40 > :not(template) ~ :not(template) {
    --divide-opacity: 0.4 !important; }
  .xl\:divide-opacity-45 > :not(template) ~ :not(template) {
    --divide-opacity: 0.45 !important; }
  .xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important; }
  .xl\:divide-opacity-55 > :not(template) ~ :not(template) {
    --divide-opacity: 0.55 !important; }
  .xl\:divide-opacity-60 > :not(template) ~ :not(template) {
    --divide-opacity: 0.6 !important; }
  .xl\:divide-opacity-65 > :not(template) ~ :not(template) {
    --divide-opacity: 0.65 !important; }
  .xl\:divide-opacity-70 > :not(template) ~ :not(template) {
    --divide-opacity: 0.7 !important; }
  .xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important; }
  .xl\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8 !important; }
  .xl\:divide-opacity-85 > :not(template) ~ :not(template) {
    --divide-opacity: 0.85 !important; }
  .xl\:divide-opacity-90 > :not(template) ~ :not(template) {
    --divide-opacity: 0.9 !important; }
  .xl\:divide-opacity-95 > :not(template) ~ :not(template) {
    --divide-opacity: 0.95 !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-clip-border {
    background-clip: border-box !important; }
  .xl\:bg-clip-padding {
    background-clip: padding-box !important; }
  .xl\:bg-clip-content {
    background-clip: content-box !important; }
  .xl\:bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important; }
  .xl\:bg-transparent {
    background-color: transparent !important; }
  .xl\:bg-current {
    background-color: currentColor !important; }
  .xl\:bg-inherit {
    background-color: inherit !important; }
  .xl\:bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:bg-black {
    background-color: black !important; }
  .xl\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:bg-white {
    background-color: white !important; }
  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important; }
  .xl\:hover\:bg-current:hover {
    background-color: currentColor !important; }
  .xl\:hover\:bg-inherit:hover {
    background-color: inherit !important; }
  .xl\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:hover\:bg-black:hover {
    background-color: black !important; }
  .xl\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:hover\:bg-white:hover {
    background-color: white !important; }
  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important; }
  .xl\:focus\:bg-current:focus {
    background-color: currentColor !important; }
  .xl\:focus\:bg-inherit:focus {
    background-color: inherit !important; }
  .xl\:focus\:bg-black-10:focus {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus\:bg-black-20:focus {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus\:bg-black-30:focus {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus\:bg-black-40:focus {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus\:bg-black-50:focus {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus\:bg-black-60:focus {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus\:bg-black-70:focus {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus\:bg-black-80:focus {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus\:bg-black-90:focus {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus\:bg-black:focus {
    background-color: black !important; }
  .xl\:focus\:bg-white-10:focus {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus\:bg-white-20:focus {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus\:bg-white-30:focus {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus\:bg-white-40:focus {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus\:bg-white-50:focus {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus\:bg-white-60:focus {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus\:bg-white-70:focus {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus\:bg-white-80:focus {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus\:bg-white-90:focus {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus\:bg-white:focus {
    background-color: white !important; }
  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important; }
  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important; }
  .xl\:focus-within\:bg-inherit:focus-within {
    background-color: inherit !important; }
  .xl\:focus-within\:bg-black-10:focus-within {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus-within\:bg-black-20:focus-within {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus-within\:bg-black-30:focus-within {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus-within\:bg-black-40:focus-within {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus-within\:bg-black-50:focus-within {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus-within\:bg-black-60:focus-within {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus-within\:bg-black-70:focus-within {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus-within\:bg-black-80:focus-within {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus-within\:bg-black-90:focus-within {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus-within\:bg-black:focus-within {
    background-color: black !important; }
  .xl\:focus-within\:bg-white-10:focus-within {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus-within\:bg-white-20:focus-within {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus-within\:bg-white-30:focus-within {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus-within\:bg-white-40:focus-within {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus-within\:bg-white-50:focus-within {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus-within\:bg-white-60:focus-within {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus-within\:bg-white-70:focus-within {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus-within\:bg-white-80:focus-within {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus-within\:bg-white-90:focus-within {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus-within\:bg-white:focus-within {
    background-color: white !important; }
  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent !important; }
  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor !important; }
  .group:hover .xl\:group-hover\:bg-inherit {
    background-color: inherit !important; }
  .group:hover .xl\:group-hover\:bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .xl\:group-hover\:bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .xl\:group-hover\:bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .xl\:group-hover\:bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .xl\:group-hover\:bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .xl\:group-hover\:bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .xl\:group-hover\:bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .xl\:group-hover\:bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .xl\:group-hover\:bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .xl\:group-hover\:bg-black {
    background-color: black !important; }
  .group:hover .xl\:group-hover\:bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .xl\:group-hover\:bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .xl\:group-hover\:bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .xl\:group-hover\:bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .xl\:group-hover\:bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .xl\:group-hover\:bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .xl\:group-hover\:bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .xl\:group-hover\:bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .xl\:group-hover\:bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .xl\:group-hover\:bg-white {
    background-color: white !important; }
  .xl\:bg-none {
    background-image: none !important; }
  .xl\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important; }
  .xl\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important; }
  .xl\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important; }
  .xl\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important; }
  .xl\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important; }
  .xl\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important; }
  .xl\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important; }
  .xl\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -webkit-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important; }
  .xl\:bg-block-overlay {
    background-image: url("/assets/img/fb_block_overlay.png") !important; }
  .xl\:bg-loading {
    background-image: url("data:image/gif;base64,R0lGODlhKgAqAPY1AJaWlsLCwjIyMvr6+nZ2dlpaWqamprCwsNzc3IiIiFJSUoSEhGRkZM7OzmBgYJ6enubm5vb29sjIyNLS0r6+vvj4+Pz8/MbGxnJyct7e3v7+/nR0dMrKytbW1uDg4KKiou7u7ra2tvDw8OTk5FZWVtjY2MzMzPLy8o6OjtDQ0LS0tPT09JSUlNTU1Hp6eri4uJqamrKysoCAgKysrJCQkA4ODkhISHx8fNra2oaGhpiYmOzs7JKSkqqqqkxMTOLi4iYmJujo6Hh4eOrq6jQ0NIqKiq6ursTExERERDw8PIKCgmxsbKioqCwsLMDAwFhYWLq6ulBQUKSkpF5eXj4+Pry8vKCgoDAwMFxcXDY2NpycnCQkJG5ubn5+fkpKSkBAQBwcHHBwcCoqKoyMjGpqakZGRlRUVGZmZkJCQmJiYigoKBoaGjg4OBgYGGhoaB4eHk5OThYWFiAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBQD/ACwAAAAAKgAqAAAH/4AagoOEhYaHiImKgwOHK42LkYcWXEOGUjCSmoQWKEeFFl0Bm6QaMVqFA08QpYc7hyUuFoQ/T7OFJQikACGGEQwrhBQyhkNRvZsgMimgKBmEKgeFFVxFrRkurJyLAzoMkKQWEgvBmwFeQa2CFjElmxYhzOrr84a3hCP13AhF9xo7NKzg0GdoQAkMAlBESJVCh44J/tRZKMGFCA0QiSZa6UBQwwsdJyRF7EiypMmTKFNWiBBhxYoIFWaxmEnT5IAaOHPOsjCgp4WfJX/29JmyqNGjSDcNaJGP4JAUrxJVmHBAQsiOQ0xwgBDRQgojHESgBJFCwkJCE8oVvZpUHQhtmk5APJtX4UhUTQO2SuQwl9SKI2JLlZCHD66GEy2KSahACsIFcIMmWGJ0ZGSGCX7VEjpydlDYQ4wJRrhgqMQPo0MSF4KgOiUCD744HB3ZKhAAIfkEBQUAAgAsAQACACgAJwAAB/+AAoKDhIUuO4UCPR+JjY6OGgASiTkXj5eYLwaJDEOYmCCNCAsahCMMjhmfglZVjWGFAUWJOwWuqyJFLYk6HoRQIYlCPKuDHjlBxYMWD1zKgyYoEc8XJJ7PglAIz1AT2N+fpYMQ4MUZxIIgDz2q5Y8uXywVhC0fUiXuhQRfOiKOCD1w5BNU5cHAgwgTKlzIENuAeYSkSJyo0AKYixgFWNjYUKMgCx1Dihw5cMCATwiSDezx5cC0RANKVJmw4uCAHlmuPKg5qEQ3ngktQLGxZZsgHC8bWmgAkuSza04vhHo2CZsGE76+WcK2q9CPYluLVf0UIGRYaE7Tqn0kQYPbt3AD4wYCACH5BAUFAAAALAEAAQAoACcAAAf9gACCg4SFhoIRh4qLhzkghgc9jJOLViaGPByUm4VORoZhO5yKIocZKIUQGBqGCB6cPUeGFV2Jgxc8hiBnTpwnOiWGViOETlWGSjCjAD8sQ8uCBkLQGhPKyxxpotAAARnLTi3c46PP5JQe1wAiPSE/54oISj7qgjhGBwis8AAIXT4PFnlQ8Y2fEwMrJu3jx7Chw4cQIxaKYOuAxYsQ1WjcuBCAho4SQ4ocSbKkh23wjPhQsSjDkRK2+BlBk8RAIZfBIlZRcKUgAJ8hU4QccC7IshBCiJYEsEONFaUlU7SRtRSAETmvNhnlRLVQFy8W4HUdpMmQhaxV+W0ttHZTIAAh+QQFBQAAACwBAAEAKQAoAAAH+YAAgoOEhRaFiImKi4QaPCKILzGMlIw9E4haDZWciBchiDcgnYsniT8whUFdiR4/pCociUWFJlqJGBekAFIZhRo9EIQXAYUDRR+7ABBWo42VM0rKgh0GFbsNXM7KGhKvpBcl04Ma45zb5osWP1aEJyoUwumIFhljBcmEFh5QUN/zADIkKGDAlKIRFP6lu9ADoMOHECNKnChxAAAKGDNKzMKxYzmKgj6CHEmyJMVDJgnFIAGFkYcLHSDG8FGmR4RCCHRRdIIliQdCP0m2SDluyC4oMogKAiFAyrgGCju12CJBKYAYTaIykpcuhxmHOjlptVo0EVeKY5UFAgAh+QQFBQABACwBAAEAKAApAAAH/4ABgoOEhYaCFYeKi4cPhxQvjJKLKh2GUhOTmoUcFIZFm4srhyNShUOgpJsUmYUDAImDE6aFIl0cmysHP4YqQ4QcEoYsPaEBQzMixoIqKMsBCDHLEy7PgikQoRocCNbemsrfkiMGgytOHL/ihh4sZ8WEI0dH2esBHjRnM4tDEkH2HA7YG0iwoMGDCCfFSuSkoUODSCJKJKQhoQULCTNq3MiRkDpxLxxQiHXoSMEXTxQILGQS4ZEzNnh11GCpo0YKCWwKotIDozETHiYNKNThCq51Izg9GUpIBZukBnfEGVUIxZR1LQdZIHJB1UEyzmx+eOLTYNBCCJow7VhBg9u3cAPjBgIAIfkEBQUAAgAsAgABACcAKQAAB/+AAoKDhIWGghaHiouFPSeGF06Mk4pVCIUaRiWUnIQTF4UWACKdhxGHQQeFIACHI0GcF5uGUoUdqoUnRQ2cEVUQhlU7hCm8hQ8xpSAvj6WCUDqJpT9VA84dOaTOAiVDzg0Z2+KlzeOUEEYaAhESKcPmij9aGAfWghAcJt7wgho/MBhirDCkrsE+fg1enOLHsKHDhxAjirNWoYJEQwoyarzIsaPHjyA5ViETQFG4WQ2rpJmiIqQACWHMjBAUziNKlxEDoHApwguuUg1+hJK2qEQSY/BQwCDUwIEhKEgY+uhBCMSWQyzcwLPQ5hKhLxwI8sPxZuEgDCwkSlFgb5CBNBIRMeQ4xEZihXKEBmjYy7ev30AAIfkEBQUAAQAsBAABACUAKAAAB/SAAYKDhIWFA4aJiokhK4YmEouSihcehiEIk5qEJQ2GHyebhhWJO1CFIh+JQUOTKRmJB4iDCC+GKwAtkxUSO4YXIIQtE4ZMp5oiR46ig06qokGRzAE4LKHMGcHMEz/T3t/gkkMq4ZsQUl0hgkEm5YYQH13HhDsp7oMTFPf7/P3+/wAFWQiYaIrBgwQTKlzIcNPARb7uOdlwQVEHfhaccCEDhZRCEy4cQGCYqaG/CwAakiAnyoSlSQ9pebEXjsUDQinIxBTkJEqQST8TkTBS6EoiGBjCbYFFyEs7Q0G9IRDjcZALGP56FDA0g4w/FygMZUCyU1IgACH5BAUFAAAALAMAAQAnACkAAAf/gACCg4SDGoWIiYqLgwERiBMpjJOKKRCITh6Um4QeHYhGK5yjIBeFJ0aKO5yahRYUhR4BiVYlnKaIKSeECLaEFjFOowC4wwASM8YAHMYZVqLKxiWX0dXW1wA7VdiUQUZFsITMQdwAQT1FTo/liiVHFezx8vP09dwDgviH9Uv9/vYA9gkSCLCgwYMIF12QwSyRhwu+uF1wsUHYoAzF5KVYsIQcgFb2MtCzEM0JE5KcOGhBOcrDlm2jTjh4MSwClSL4hmUg0YKThSUk1g2CIYXQBAyIAmDh9OGKR0JTYhASQUXoICsuNnWYkOgKSEEkJMnLkAXRAivzjDBgKejAhnkyC1gg8hBl3gBo1wIBACH5BAUFAAEALAIAAgAnACcAAAf/gAGCg4SEEhWFATgdiY2Oji1BiRwQj5aWPziJUBGXnokiHIUrUI07Ip8BGY1HFoQjooURRqupQ4kthR61hFWxqUephBoNIcKClccBPz3KzoIZt8/T1NUBIMHWl0MhAK2DydLWQyo6F4iJQw3air/s7/Dx8vPyAwMBrvQBLvz9+v8AAwqUtyPHAW0cijS4V2iIjDUOOuSrxmGBjGwBVrhoc6YDQ3YaWqBwcWuADAQf5f3QMNDTkRnHGkhx9uOKE2VLbh7zQmNiAA0sLXlIwygVAQfoBllpNqjDjUQX3IizxCTJVEFuXhTy0ohJjk8lihZK8qOQg1zpqHlAk6iIAXkqDrgkCvE0XhEYiX4UEBYIACH5BAUFAAAALAAAAQApACgAAAf/gACCg4SFhoMWGoeLjI2FHhmOkpODE0OUmIIehhoXFZmZJoURF4ciJ5gTlEOqhRUvP6A7kiMjhhetmaWgAB0BvABBEqBBIRHAwD+zyMzNzhoiHM6TGiAUH6KFQdnTANZSDY3L0xkTA93o6err7IUWA/ADFhbp9IQWc/n6590aCf8ALVRYQTBChU/pFAFQ2K6hw4cQCYFAoWJaAxa5DO3IAYRMiW4NUBQZVkgGEC7sSuhYMA5AgkgNbUUEdSFGpgk9kI1IciTTCiE9QVUwo4PXDy44QN0gY8iAEUI4chgysaGlIyNlrALAQIHQiSeHjKBg6CjpIRsyBy3pcEgrqB9wFAzxeMruBQFDVRK04/HB0IgzmAIBACH5BAUFAD0ALAEAAgAoACgAAAfqgD2Cg4SFhoMIh4qLjI2Ojz0lkJOMHJAnK5ApigGQFxCTEo+ghg2SlKiIJhqopJQ7ARWpsxAis7e4uYQnE7qPIhIHvYQQlr6CIhcHLQPHjCOnztLT1NXW1z012tvTLN7fPRHh1xqs2Ofo6ZPmjSwvvhMP0YYoAhg4xxMwAA3NghEJBBDANw3BBx4gBFlA4QGbK3WOOISg1EEFLRuiKC3ISMnBg1QQXGRYl2ODoRkTEaEwlEJGwkcxFLwkdKMTIQayCoXQAQkBwUIkHvYgMG/QzFkjCvgbBMMiNQoyDAWgUU2HAUMQMFgTlysQACH5BAUFAAAALAEABgAoACQAAAf6gACCg4SFhgBBhwMSiYeHF46FI4YaEwiRmJmHGQ2ahkEcnoWQoqWOjaapqQMcFqqiKyWDJUBlIa6vjicpVbKDKx8CWQYDuYQnDVWXhxExaEbGg0HLmAPF0djZ2tvchbi43RbirmDl5uDZH+rrhtfd7/Dx8vOeIjBV2SVMCOiDICxfXCDQkM/AhxaFUFCRQW1bhhlaRAxi8WMeKnqlkpkqAeVVEDOhSkVA0SkVGSmqguTwYArFDUMxOg7KoMNQiyISPYWYcigHKUErwhyq8kFUhoaD0lzUoASpoJy5IJwxJEVmtwBFDF3QQbCbFWiFgnTBSMiChrNo06oNBAAh+QQFBQAEACwBAAIAKAAoAAAH+YAEgoOEhYaDGYeKi4yELY2QkZKRGRaTl4YWZTKSj5iFHm9Gn4M4lwFtE6SfA1ZqO6uYAy5QsbK2iw24jBGJgjgCUbW7hCslFxkahAZUXzPEKy0XHooVIXAxuzs/lsTe3+Dh4uMEyoQaaunq4Aft7oIRBBXk9PX295/mjFZOuxkq1BRp8aHEly0NGQ4YKVEIgI8EBr39CNHjxCAt9WDhkzSh36QMHjENcaDrkpYW+iRt6PFpCIsRlwDkGFDoRUgCHqwYKqHDYqQqZEQYosGhUJdDR1hG8hBRkAYuhlA0FeRzVRAMhmbc9HaBhSEOH8QxUWFoRwJx3WwFAgAh+QQFBQAAACwAAAMAKQAnAAAH+4AAgoOEhYaDE4eKi4s4hkeMkYMeiiaSl4YKOYeQhYmYiz9iMaClihJbLaYAlKsAUgIgphKugjIUtbm6ihYpu6UZVAW4v4UdR62DET02PgfFgp2LUE8v0JgW19rb3N2mGtfghBpZ5ebaFOnqAAOE7d7w8fLz8CcGF78eFCOLIh8FY5Lp8gDlRYZshB6QoOEBIbQgTlSsIPRhhMNtsrqJc9VC2iUPEjaW2rHkE6YKBkqsGiDjWSSRAHZYCWLqAQpDFPANGtEDZoYPpZxsOASjAaEIRd4R4qAC1AiBg27sKKTjR7chMgypoMXNxANDKWZ0OwDFEAgWMKFV2BUIACH5BAUFAAAALAEAAQAoACgAAAf9gACCg4SFEYWIiYqLgwNqGYkIjJOKFiRSlJmZY0uangA/iQFZFp+ZBSiIJ3EgppQjWSGFAyQNhBCKkp4cVx2zlJCmFkxUrheuggkByMzNjBMazp9eDMvSisGDMSQksteZTmlV3+Tl5ufo5xal6YRI7/DmTvP0ABX27fn6+/ztMxzXIEgIougEEwYsQgW8cEShoApSGOhwSG4HByeHBDHB1e5EP08lOETTBMGWKxAufH2KoetTkReuRMwY8smADkRHAA6CoALRjwMrNF2Q4bHQhwmFbiKa4ITkiEQJWhGSwrFQ0GY7iiCqYgLdBAOIWvQ8F6JpIREfNKhdy7ZtIAAh+QQFBQAAACwBAAEAJgApAAAH/4AAgoOEhRWFgiIRiIyNjEQeiEoEjpWODj2FA3CZlp6EPJSEEWuRn4gjGogXaIUdYBaniAwsjFsihFIKsogQaFCIDhOEOrWIOKcNSciVFrGEprJGXri81oI0F9fb3I4d3bIeZlza4I0X0SEOacDmgh3liAFLTu729/j5+vv8Cv7//AYdCkiwoMGD3VaoaOAuSIMdqgodwKAFgr0gJjgEGTQjzAeL+UCkKHdgI8KTiBAwlBXkGy8RC0rwGkDhBy8WFK6dgALilJEPiDgMGzQkZyEIUBZZMjFmBaIZMgVKYVRCgqcgIAuxqDaoJCOl10DoeDbowtB7HQ5EHITD6D0nVggLnZihb0C3QAAh+QQFBQAAACwBAAEAJgApAAAH/oAAgoOEhYaDFYeKi4MWXz+GCV2MlIdkB4ZPmJWcgjqThBVAnYcQhxw+hSVqpIZcWodXhT0FikOVQVFOhRZkhVo6rYYpXgi8lRnCKiTCzZ4cztHShiXTnSNpQtDWh0fJABVQZEtOFtyCR4cDEgTp54zm7/Lz9PX2lFP5+veEAwDx/AIKHEiwEpQJ3G4dWhGii5Qg5xQSitGlB8R5OwiFyFiwI6EMLVrt+NaKB8lOHC52snJEg7AVR0R0CtEDoKAJHQjtuGBoyIVElCYEMxTiJIADNgVlQEhph0RCVk4UgsKxENBmIqQYalBNHg4ohjLwlHehgaEVLwhqWMu2bdtAACH5BAUFAAAALAAAAQAnACkAAAf+gACCg4SFhoMnh4qLhj4jhigLjJOKGCqFFg6XlJyDD5KFAj+dpCZPhQhEhw0dnEIfhitJiYNGDIYQTUydBUeGGK2DHw+FEQobFp0TJBmkggNKSBXOUA60nSFAo84WDyakFga+zoLJ5JQI5+oQS0oN6pwehE4EQuPwpUoS+Pz9/v8AA6rTQIigQEJLEio8OIjgAAAPGUqcSLGixQhOgvELwohCESND/nEsNABKggMhBYIoSGGlxZeUfpRw5pLciQfynO3j1oPDSwqbCHVIN0hECn4dPkQw5CTnMwqHnE4CseOQkRWFLog4eOKAoQ5S/3kIYGjEUYGsDEW4B9AgvEAAIfkEBQUABAAsAQACACcAKAAAB/+ABIKDhIUkEIUEAGOJjY6OLlCJZC+PlpZSjIVUI5eWQY0TaYUZX6GegkpMjV6FKkuJQWwzqENnEok3OIRMUolYN6iCHWkelxoahUVRwoMUsM0EUAKd0QRSE9EzuNbdlhaDGd6oAyU34EEuYxPJ44kDEw5rXRGDRzJK3O4EFhNYawt2NEpRxMQ+QQfGiDjIsKHDhxAjWnNBsaLEQeAGCAJ3saPHjyAhVpCwy2OEIwBCCOwYAACUlRH1HVkYsqYlCOJAruhR7WOIbCAlUEiUwdigEy0a6buE40CFRBIQETrSKKcnESAaSSrEQeKKKolw/Ig4omuhIEkhdihZaKlDC8gH4sqdSxdZIAA7") !important; }
  .xl\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-inherit {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-black-10 {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black-20 {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black-30 {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black-40 {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black-50 {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black-60 {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black-70 {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black-80 {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black-90 {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-black {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:from-white-10 {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white-20 {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white-30 {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white-40 {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white-50 {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white-60 {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white-70 {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white-80 {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white-90 {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:from-white {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-inherit {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-black-10 {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black-20 {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black-30 {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black-40 {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black-50 {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black-60 {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black-70 {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black-80 {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black-90 {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-black {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:via-white-10 {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white-20 {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white-30 {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white-40 {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white-50 {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white-60 {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white-70 {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white-80 {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white-90 {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:via-white {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:to-transparent {
    --gradient-to-color: transparent !important; }
  .xl\:to-current {
    --gradient-to-color: currentColor !important; }
  .xl\:to-inherit {
    --gradient-to-color: inherit !important; }
  .xl\:to-black-10 {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .xl\:to-black-20 {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .xl\:to-black-30 {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .xl\:to-black-40 {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .xl\:to-black-50 {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .xl\:to-black-60 {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .xl\:to-black-70 {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .xl\:to-black-80 {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .xl\:to-black-90 {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .xl\:to-black {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .xl\:to-white-10 {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .xl\:to-white-20 {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .xl\:to-white-30 {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .xl\:to-white-40 {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .xl\:to-white-50 {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .xl\:to-white-60 {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .xl\:to-white-70 {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .xl\:to-white-80 {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .xl\:to-white-90 {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .xl\:to-white {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-inherit:hover {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-black-10:hover {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black-20:hover {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black-30:hover {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black-40:hover {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black-50:hover {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black-60:hover {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black-70:hover {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black-80:hover {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black-90:hover {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-black:hover {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:from-white-10:hover {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white-20:hover {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white-30:hover {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white-40:hover {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white-50:hover {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white-60:hover {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white-70:hover {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white-80:hover {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white-90:hover {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:from-white:hover {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-inherit:hover {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-black-10:hover {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black-20:hover {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black-30:hover {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black-40:hover {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black-50:hover {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black-60:hover {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black-70:hover {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black-80:hover {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black-90:hover {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-black:hover {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:hover\:via-white-10:hover {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white-20:hover {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white-30:hover {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white-40:hover {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white-50:hover {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white-60:hover {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white-70:hover {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white-80:hover {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white-90:hover {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:via-white:hover {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important; }
  .xl\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important; }
  .xl\:hover\:to-inherit:hover {
    --gradient-to-color: inherit !important; }
  .xl\:hover\:to-black-10:hover {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .xl\:hover\:to-black-20:hover {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .xl\:hover\:to-black-30:hover {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .xl\:hover\:to-black-40:hover {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .xl\:hover\:to-black-50:hover {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .xl\:hover\:to-black-60:hover {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .xl\:hover\:to-black-70:hover {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .xl\:hover\:to-black-80:hover {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .xl\:hover\:to-black-90:hover {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .xl\:hover\:to-black:hover {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .xl\:hover\:to-white-10:hover {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .xl\:hover\:to-white-20:hover {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .xl\:hover\:to-white-30:hover {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .xl\:hover\:to-white-40:hover {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .xl\:hover\:to-white-50:hover {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .xl\:hover\:to-white-60:hover {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .xl\:hover\:to-white-70:hover {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .xl\:hover\:to-white-80:hover {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .xl\:hover\:to-white-90:hover {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .xl\:hover\:to-white:hover {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-inherit:focus {
    --gradient-from-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-black-10:focus {
    --gradient-from-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black-20:focus {
    --gradient-from-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black-30:focus {
    --gradient-from-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black-40:focus {
    --gradient-from-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black-50:focus {
    --gradient-from-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black-60:focus {
    --gradient-from-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black-70:focus {
    --gradient-from-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black-80:focus {
    --gradient-from-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black-90:focus {
    --gradient-from-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-black:focus {
    --gradient-from-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:from-white-10:focus {
    --gradient-from-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white-20:focus {
    --gradient-from-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white-30:focus {
    --gradient-from-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white-40:focus {
    --gradient-from-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white-50:focus {
    --gradient-from-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white-60:focus {
    --gradient-from-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white-70:focus {
    --gradient-from-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white-80:focus {
    --gradient-from-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white-90:focus {
    --gradient-from-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:from-white:focus {
    --gradient-from-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-inherit:focus {
    --gradient-via-color: inherit !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-black-10:focus {
    --gradient-via-color: rgba(0,0,0,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black-20:focus {
    --gradient-via-color: rgba(0,0,0,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black-30:focus {
    --gradient-via-color: rgba(0,0,0,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black-40:focus {
    --gradient-via-color: rgba(0,0,0,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black-50:focus {
    --gradient-via-color: rgba(0,0,0,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black-60:focus {
    --gradient-via-color: rgba(0,0,0,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black-70:focus {
    --gradient-via-color: rgba(0,0,0,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black-80:focus {
    --gradient-via-color: rgba(0,0,0,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black-90:focus {
    --gradient-via-color: rgba(0,0,0,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-black:focus {
    --gradient-via-color: rgba(0,0,0,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important; }
  .xl\:focus\:via-white-10:focus {
    --gradient-via-color: rgba(255,255,255,0.1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white-20:focus {
    --gradient-via-color: rgba(255,255,255,0.2) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white-30:focus {
    --gradient-via-color: rgba(255,255,255,0.3) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white-40:focus {
    --gradient-via-color: rgba(255,255,255,0.4) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white-50:focus {
    --gradient-via-color: rgba(255,255,255,0.5) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white-60:focus {
    --gradient-via-color: rgba(255,255,255,0.6) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white-70:focus {
    --gradient-via-color: rgba(255,255,255,0.7) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white-80:focus {
    --gradient-via-color: rgba(255,255,255,0.8) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white-90:focus {
    --gradient-via-color: rgba(255,255,255,0.9) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:via-white:focus {
    --gradient-via-color: rgba(255,255,255,1) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important; }
  .xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important; }
  .xl\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important; }
  .xl\:focus\:to-inherit:focus {
    --gradient-to-color: inherit !important; }
  .xl\:focus\:to-black-10:focus {
    --gradient-to-color: rgba(0,0,0,0.1) !important; }
  .xl\:focus\:to-black-20:focus {
    --gradient-to-color: rgba(0,0,0,0.2) !important; }
  .xl\:focus\:to-black-30:focus {
    --gradient-to-color: rgba(0,0,0,0.3) !important; }
  .xl\:focus\:to-black-40:focus {
    --gradient-to-color: rgba(0,0,0,0.4) !important; }
  .xl\:focus\:to-black-50:focus {
    --gradient-to-color: rgba(0,0,0,0.5) !important; }
  .xl\:focus\:to-black-60:focus {
    --gradient-to-color: rgba(0,0,0,0.6) !important; }
  .xl\:focus\:to-black-70:focus {
    --gradient-to-color: rgba(0,0,0,0.7) !important; }
  .xl\:focus\:to-black-80:focus {
    --gradient-to-color: rgba(0,0,0,0.8) !important; }
  .xl\:focus\:to-black-90:focus {
    --gradient-to-color: rgba(0,0,0,0.9) !important; }
  .xl\:focus\:to-black:focus {
    --gradient-to-color: rgba(0,0,0,1) !important; }
  .xl\:focus\:to-white-10:focus {
    --gradient-to-color: rgba(255,255,255,0.1) !important; }
  .xl\:focus\:to-white-20:focus {
    --gradient-to-color: rgba(255,255,255,0.2) !important; }
  .xl\:focus\:to-white-30:focus {
    --gradient-to-color: rgba(255,255,255,0.3) !important; }
  .xl\:focus\:to-white-40:focus {
    --gradient-to-color: rgba(255,255,255,0.4) !important; }
  .xl\:focus\:to-white-50:focus {
    --gradient-to-color: rgba(255,255,255,0.5) !important; }
  .xl\:focus\:to-white-60:focus {
    --gradient-to-color: rgba(255,255,255,0.6) !important; }
  .xl\:focus\:to-white-70:focus {
    --gradient-to-color: rgba(255,255,255,0.7) !important; }
  .xl\:focus\:to-white-80:focus {
    --gradient-to-color: rgba(255,255,255,0.8) !important; }
  .xl\:focus\:to-white-90:focus {
    --gradient-to-color: rgba(255,255,255,0.9) !important; }
  .xl\:focus\:to-white:focus {
    --gradient-to-color: rgba(255,255,255,1) !important; }
  .xl\:bg-opacity-0 {
    --bg-opacity: 0 !important; }
  .xl\:bg-opacity-5 {
    --bg-opacity: 0.05 !important; }
  .xl\:bg-opacity-10 {
    --bg-opacity: 0.1 !important; }
  .xl\:bg-opacity-15 {
    --bg-opacity: 0.15 !important; }
  .xl\:bg-opacity-20 {
    --bg-opacity: 0.2 !important; }
  .xl\:bg-opacity-25 {
    --bg-opacity: 0.25 !important; }
  .xl\:bg-opacity-30 {
    --bg-opacity: 0.3 !important; }
  .xl\:bg-opacity-35 {
    --bg-opacity: 0.35 !important; }
  .xl\:bg-opacity-40 {
    --bg-opacity: 0.4 !important; }
  .xl\:bg-opacity-45 {
    --bg-opacity: 0.45 !important; }
  .xl\:bg-opacity-50 {
    --bg-opacity: 0.5 !important; }
  .xl\:bg-opacity-55 {
    --bg-opacity: 0.55 !important; }
  .xl\:bg-opacity-60 {
    --bg-opacity: 0.6 !important; }
  .xl\:bg-opacity-65 {
    --bg-opacity: 0.65 !important; }
  .xl\:bg-opacity-70 {
    --bg-opacity: 0.7 !important; }
  .xl\:bg-opacity-75 {
    --bg-opacity: 0.75 !important; }
  .xl\:bg-opacity-80 {
    --bg-opacity: 0.8 !important; }
  .xl\:bg-opacity-85 {
    --bg-opacity: 0.85 !important; }
  .xl\:bg-opacity-90 {
    --bg-opacity: 0.9 !important; }
  .xl\:bg-opacity-95 {
    --bg-opacity: 0.95 !important; }
  .xl\:bg-opacity-100 {
    --bg-opacity: 1 !important; }
  .xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important; }
  .xl\:hover\:bg-opacity-5:hover {
    --bg-opacity: 0.05 !important; }
  .xl\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.1 !important; }
  .xl\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15 !important; }
  .xl\:hover\:bg-opacity-20:hover {
    --bg-opacity: 0.2 !important; }
  .xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important; }
  .xl\:hover\:bg-opacity-30:hover {
    --bg-opacity: 0.3 !important; }
  .xl\:hover\:bg-opacity-35:hover {
    --bg-opacity: 0.35 !important; }
  .xl\:hover\:bg-opacity-40:hover {
    --bg-opacity: 0.4 !important; }
  .xl\:hover\:bg-opacity-45:hover {
    --bg-opacity: 0.45 !important; }
  .xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important; }
  .xl\:hover\:bg-opacity-55:hover {
    --bg-opacity: 0.55 !important; }
  .xl\:hover\:bg-opacity-60:hover {
    --bg-opacity: 0.6 !important; }
  .xl\:hover\:bg-opacity-65:hover {
    --bg-opacity: 0.65 !important; }
  .xl\:hover\:bg-opacity-70:hover {
    --bg-opacity: 0.7 !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-85:hover {
    --bg-opacity: 0.85 !important; }
  .xl\:hover\:bg-opacity-90:hover {
    --bg-opacity: 0.9 !important; }
  .xl\:hover\:bg-opacity-95:hover {
    --bg-opacity: 0.95 !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-5:focus {
    --bg-opacity: 0.05 !important; }
  .xl\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.1 !important; }
  .xl\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15 !important; }
  .xl\:focus\:bg-opacity-20:focus {
    --bg-opacity: 0.2 !important; }
  .xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important; }
  .xl\:focus\:bg-opacity-30:focus {
    --bg-opacity: 0.3 !important; }
  .xl\:focus\:bg-opacity-35:focus {
    --bg-opacity: 0.35 !important; }
  .xl\:focus\:bg-opacity-40:focus {
    --bg-opacity: 0.4 !important; }
  .xl\:focus\:bg-opacity-45:focus {
    --bg-opacity: 0.45 !important; }
  .xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important; }
  .xl\:focus\:bg-opacity-55:focus {
    --bg-opacity: 0.55 !important; }
  .xl\:focus\:bg-opacity-60:focus {
    --bg-opacity: 0.6 !important; }
  .xl\:focus\:bg-opacity-65:focus {
    --bg-opacity: 0.65 !important; }
  .xl\:focus\:bg-opacity-70:focus {
    --bg-opacity: 0.7 !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-85:focus {
    --bg-opacity: 0.85 !important; }
  .xl\:focus\:bg-opacity-90:focus {
    --bg-opacity: 0.9 !important; }
  .xl\:focus\:bg-opacity-95:focus {
    --bg-opacity: 0.95 !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-center-bottom {
    background-position: center bottom !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-transparent {
    border-color: transparent !important; }
  .xl\:border-current {
    border-color: currentColor !important; }
  .xl\:border-inherit {
    border-color: inherit !important; }
  .xl\:border-black-10 {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:border-black-20 {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:border-black-30 {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:border-black-40 {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:border-black-50 {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:border-black-60 {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:border-black-70 {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:border-black-80 {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:border-black-90 {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:border-black {
    border-color: black !important; }
  .xl\:border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:border-white-30 {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:border-white-40 {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:border-white-60 {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:border-white-80 {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:border-white-90 {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:border-white {
    border-color: white !important; }
  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important; }
  .xl\:hover\:border-current:hover {
    border-color: currentColor !important; }
  .xl\:hover\:border-inherit:hover {
    border-color: inherit !important; }
  .xl\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:hover\:border-black:hover {
    border-color: black !important; }
  .xl\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:hover\:border-white:hover {
    border-color: white !important; }
  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important; }
  .xl\:focus\:border-current:focus {
    border-color: currentColor !important; }
  .xl\:focus\:border-inherit:focus {
    border-color: inherit !important; }
  .xl\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus\:border-black:focus {
    border-color: black !important; }
  .xl\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus\:border-white:focus {
    border-color: white !important; }
  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent !important; }
  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor !important; }
  .group:hover .xl\:group-hover\:border-inherit {
    border-color: inherit !important; }
  .group:hover .xl\:group-hover\:border-black-10 {
    border-color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .xl\:group-hover\:border-black-20 {
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .xl\:group-hover\:border-black-30 {
    border-color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .xl\:group-hover\:border-black-40 {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .xl\:group-hover\:border-black-50 {
    border-color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .xl\:group-hover\:border-black-60 {
    border-color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .xl\:group-hover\:border-black-70 {
    border-color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .xl\:group-hover\:border-black-80 {
    border-color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .xl\:group-hover\:border-black-90 {
    border-color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .xl\:group-hover\:border-black {
    border-color: black !important; }
  .group:hover .xl\:group-hover\:border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .xl\:group-hover\:border-white-20 {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .xl\:group-hover\:border-white-30 {
    border-color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .xl\:group-hover\:border-white-40 {
    border-color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .xl\:group-hover\:border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .xl\:group-hover\:border-white-60 {
    border-color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .xl\:group-hover\:border-white-70 {
    border-color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .xl\:group-hover\:border-white-80 {
    border-color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .xl\:group-hover\:border-white-90 {
    border-color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .xl\:group-hover\:border-white {
    border-color: white !important; }
  .xl\:border-opacity-0 {
    --border-opacity: 0 !important; }
  .xl\:border-opacity-5 {
    --border-opacity: 0.05 !important; }
  .xl\:border-opacity-10 {
    --border-opacity: 0.1 !important; }
  .xl\:border-opacity-15 {
    --border-opacity: 0.15 !important; }
  .xl\:border-opacity-20 {
    --border-opacity: 0.2 !important; }
  .xl\:border-opacity-25 {
    --border-opacity: 0.25 !important; }
  .xl\:border-opacity-30 {
    --border-opacity: 0.3 !important; }
  .xl\:border-opacity-35 {
    --border-opacity: 0.35 !important; }
  .xl\:border-opacity-40 {
    --border-opacity: 0.4 !important; }
  .xl\:border-opacity-45 {
    --border-opacity: 0.45 !important; }
  .xl\:border-opacity-50 {
    --border-opacity: 0.5 !important; }
  .xl\:border-opacity-55 {
    --border-opacity: 0.55 !important; }
  .xl\:border-opacity-60 {
    --border-opacity: 0.6 !important; }
  .xl\:border-opacity-65 {
    --border-opacity: 0.65 !important; }
  .xl\:border-opacity-70 {
    --border-opacity: 0.7 !important; }
  .xl\:border-opacity-75 {
    --border-opacity: 0.75 !important; }
  .xl\:border-opacity-80 {
    --border-opacity: 0.8 !important; }
  .xl\:border-opacity-85 {
    --border-opacity: 0.85 !important; }
  .xl\:border-opacity-90 {
    --border-opacity: 0.9 !important; }
  .xl\:border-opacity-95 {
    --border-opacity: 0.95 !important; }
  .xl\:border-opacity-100 {
    --border-opacity: 1 !important; }
  .xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important; }
  .xl\:hover\:border-opacity-5:hover {
    --border-opacity: 0.05 !important; }
  .xl\:hover\:border-opacity-10:hover {
    --border-opacity: 0.1 !important; }
  .xl\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15 !important; }
  .xl\:hover\:border-opacity-20:hover {
    --border-opacity: 0.2 !important; }
  .xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important; }
  .xl\:hover\:border-opacity-30:hover {
    --border-opacity: 0.3 !important; }
  .xl\:hover\:border-opacity-35:hover {
    --border-opacity: 0.35 !important; }
  .xl\:hover\:border-opacity-40:hover {
    --border-opacity: 0.4 !important; }
  .xl\:hover\:border-opacity-45:hover {
    --border-opacity: 0.45 !important; }
  .xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important; }
  .xl\:hover\:border-opacity-55:hover {
    --border-opacity: 0.55 !important; }
  .xl\:hover\:border-opacity-60:hover {
    --border-opacity: 0.6 !important; }
  .xl\:hover\:border-opacity-65:hover {
    --border-opacity: 0.65 !important; }
  .xl\:hover\:border-opacity-70:hover {
    --border-opacity: 0.7 !important; }
  .xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important; }
  .xl\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8 !important; }
  .xl\:hover\:border-opacity-85:hover {
    --border-opacity: 0.85 !important; }
  .xl\:hover\:border-opacity-90:hover {
    --border-opacity: 0.9 !important; }
  .xl\:hover\:border-opacity-95:hover {
    --border-opacity: 0.95 !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-5:focus {
    --border-opacity: 0.05 !important; }
  .xl\:focus\:border-opacity-10:focus {
    --border-opacity: 0.1 !important; }
  .xl\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15 !important; }
  .xl\:focus\:border-opacity-20:focus {
    --border-opacity: 0.2 !important; }
  .xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important; }
  .xl\:focus\:border-opacity-30:focus {
    --border-opacity: 0.3 !important; }
  .xl\:focus\:border-opacity-35:focus {
    --border-opacity: 0.35 !important; }
  .xl\:focus\:border-opacity-40:focus {
    --border-opacity: 0.4 !important; }
  .xl\:focus\:border-opacity-45:focus {
    --border-opacity: 0.45 !important; }
  .xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important; }
  .xl\:focus\:border-opacity-55:focus {
    --border-opacity: 0.55 !important; }
  .xl\:focus\:border-opacity-60:focus {
    --border-opacity: 0.6 !important; }
  .xl\:focus\:border-opacity-65:focus {
    --border-opacity: 0.65 !important; }
  .xl\:focus\:border-opacity-70:focus {
    --border-opacity: 0.7 !important; }
  .xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important; }
  .xl\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8 !important; }
  .xl\:focus\:border-opacity-85:focus {
    --border-opacity: 0.85 !important; }
  .xl\:focus\:border-opacity-90:focus {
    --border-opacity: 0.9 !important; }
  .xl\:focus\:border-opacity-95:focus {
    --border-opacity: 0.95 !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-xl {
    border-radius: 0.75rem !important; }
  .xl\:rounded-2xl {
    border-radius: 1rem !important; }
  .xl\:rounded-3xl {
    border-radius: 1.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-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important; }
  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important; }
  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important; }
  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important; }
  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.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-xl {
    border-top-left-radius: 0.75rem !important; }
  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important; }
  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important; }
  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important; }
  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important; }
  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important; }
  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important; }
  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important; }
  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important; }
  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important; }
  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important; }
  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.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 {
    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 {
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .xl\:inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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\:contents {
    display: contents !important; }
  .xl\:hidden {
    display: none !important; }
  .xl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .xl\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .xl\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .xl\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .xl\:place-items-auto {
    place-items: auto !important; }
  .xl\:place-items-start {
    place-items: start !important; }
  .xl\:place-items-end {
    place-items: end !important; }
  .xl\:place-items-center {
    place-items: center !important; }
  .xl\:place-items-stretch {
    place-items: stretch !important; }
  .xl\:place-content-center {
    place-content: center !important; }
  .xl\:place-content-start {
    place-content: start !important; }
  .xl\:place-content-end {
    place-content: end !important; }
  .xl\:place-content-between {
    place-content: space-between !important; }
  .xl\:place-content-around {
    place-content: space-around !important; }
  .xl\:place-content-evenly {
    place-content: space-evenly !important; }
  .xl\:place-content-stretch {
    place-content: stretch !important; }
  .xl\:place-self-auto {
    place-self: auto !important; }
  .xl\:place-self-start {
    place-self: start !important; }
  .xl\:place-self-end {
    place-self: end !important; }
  .xl\:place-self-center {
    place-self: center !important; }
  .xl\:place-self-stretch {
    place-self: stretch !important; }
  .xl\:items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .xl\:items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .xl\:items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .xl\:items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .xl\:items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .xl\:content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .xl\:content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .xl\:content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .xl\:content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .xl\:content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .xl\:content-evenly {
    -webkit-align-content: space-evenly !important;
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important; }
  .xl\:self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .xl\:self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .xl\:self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .xl\:self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .xl\:self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .xl\:justify-items-auto {
    justify-items: auto !important; }
  .xl\:justify-items-start {
    justify-items: start !important; }
  .xl\:justify-items-end {
    justify-items: end !important; }
  .xl\:justify-items-center {
    justify-items: center !important; }
  .xl\:justify-items-stretch {
    justify-items: stretch !important; }
  .xl\:justify-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .xl\:justify-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .xl\:justify-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .xl\:justify-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .xl\:justify-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .xl\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .xl\:justify-self-auto {
    justify-self: auto !important; }
  .xl\:justify-self-start {
    justify-self: start !important; }
  .xl\:justify-self-end {
    justify-self: end !important; }
  .xl\:justify-self-center {
    justify-self: center !important; }
  .xl\:justify-self-stretch {
    justify-self: stretch !important; }
  .xl\:flex-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }
  .xl\:flex-auto {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .xl\:flex-initial {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important; }
  .xl\:flex-none {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .xl\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .xl\:flex-grow {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .xl\:flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .xl\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .xl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .xl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .xl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .xl\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .xl\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .xl\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .xl\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important; }
  .xl\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important; }
  .xl\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important; }
  .xl\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important; }
  .xl\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important; }
  .xl\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important; }
  .xl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
    -webkit-order: -9999 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important; }
  .xl\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
    -webkit-order: 9999 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important; }
  .xl\:order-none {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !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-sans {
    font-family: -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" !important; }
  .xl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important; }
  .xl\:font-mono {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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: 0rem !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-7 {
    height: 1.75rem !important; }
  .xl\:h-8 {
    height: 2rem !important; }
  .xl\:h-9 {
    height: 2.25rem !important; }
  .xl\:h-10 {
    height: 2.5rem !important; }
  .xl\:h-11 {
    height: 2.75rem !important; }
  .xl\:h-12 {
    height: 3rem !important; }
  .xl\:h-13 {
    height: 3.25rem !important; }
  .xl\:h-14 {
    height: 3.5rem !important; }
  .xl\:h-15 {
    height: 3.75rem !important; }
  .xl\:h-16 {
    height: 4rem !important; }
  .xl\:h-17 {
    height: 4.25rem !important; }
  .xl\:h-18 {
    height: 4.5rem !important; }
  .xl\:h-19 {
    height: 4.75rem !important; }
  .xl\:h-20 {
    height: 5rem !important; }
  .xl\:h-21 {
    height: 5.25rem !important; }
  .xl\:h-22 {
    height: 5.5rem !important; }
  .xl\:h-23 {
    height: 5.75rem !important; }
  .xl\:h-24 {
    height: 6rem !important; }
  .xl\:h-25 {
    height: 6.25rem !important; }
  .xl\:h-26 {
    height: 6.5rem !important; }
  .xl\:h-27 {
    height: 6.75rem !important; }
  .xl\:h-28 {
    height: 7rem !important; }
  .xl\:h-29 {
    height: 7.25rem !important; }
  .xl\:h-30 {
    height: 7.5rem !important; }
  .xl\:h-31 {
    height: 7.75rem !important; }
  .xl\:h-32 {
    height: 8rem !important; }
  .xl\:h-33 {
    height: 8.25rem !important; }
  .xl\:h-34 {
    height: 8.5rem !important; }
  .xl\:h-35 {
    height: 8.75rem !important; }
  .xl\:h-36 {
    height: 9rem !important; }
  .xl\:h-37 {
    height: 9.25rem !important; }
  .xl\:h-38 {
    height: 9.5rem !important; }
  .xl\:h-39 {
    height: 9.75rem !important; }
  .xl\:h-40 {
    height: 10rem !important; }
  .xl\:h-41 {
    height: 10.25rem !important; }
  .xl\:h-42 {
    height: 10.5rem !important; }
  .xl\:h-43 {
    height: 10.75rem !important; }
  .xl\:h-44 {
    height: 11rem !important; }
  .xl\:h-45 {
    height: 11.25rem !important; }
  .xl\:h-46 {
    height: 11.5rem !important; }
  .xl\:h-47 {
    height: 11.75rem !important; }
  .xl\:h-48 {
    height: 12rem !important; }
  .xl\:h-49 {
    height: 12.25rem !important; }
  .xl\:h-50 {
    height: 12.5rem !important; }
  .xl\:h-51 {
    height: 12.75rem !important; }
  .xl\:h-52 {
    height: 13rem !important; }
  .xl\:h-53 {
    height: 13.25rem !important; }
  .xl\:h-54 {
    height: 13.5rem !important; }
  .xl\:h-55 {
    height: 13.75rem !important; }
  .xl\:h-56 {
    height: 14rem !important; }
  .xl\:h-57 {
    height: 14.25rem !important; }
  .xl\:h-58 {
    height: 14.5rem !important; }
  .xl\:h-59 {
    height: 14.75rem !important; }
  .xl\:h-60 {
    height: 15rem !important; }
  .xl\:h-61 {
    height: 15.25rem !important; }
  .xl\:h-62 {
    height: 15.5rem !important; }
  .xl\:h-63 {
    height: 15.75rem !important; }
  .xl\:h-64 {
    height: 16rem !important; }
  .xl\:h-65 {
    height: 16.25rem !important; }
  .xl\:h-66 {
    height: 16.5rem !important; }
  .xl\:h-67 {
    height: 16.75rem !important; }
  .xl\:h-68 {
    height: 17rem !important; }
  .xl\:h-69 {
    height: 17.25rem !important; }
  .xl\:h-70 {
    height: 17.5rem !important; }
  .xl\:h-71 {
    height: 17.75rem !important; }
  .xl\:h-72 {
    height: 18rem !important; }
  .xl\:h-73 {
    height: 18.25rem !important; }
  .xl\:h-74 {
    height: 18.5rem !important; }
  .xl\:h-75 {
    height: 18.75rem !important; }
  .xl\:h-76 {
    height: 19rem !important; }
  .xl\:h-77 {
    height: 19.25rem !important; }
  .xl\:h-78 {
    height: 19.5rem !important; }
  .xl\:h-79 {
    height: 19.75rem !important; }
  .xl\:h-80 {
    height: 20rem !important; }
  .xl\:h-84 {
    height: 21rem !important; }
  .xl\:h-88 {
    height: 22rem !important; }
  .xl\:h-92 {
    height: 23rem !important; }
  .xl\:h-96 {
    height: 24rem !important; }
  .xl\:h-100 {
    height: 25rem !important; }
  .xl\:h-104 {
    height: 26rem !important; }
  .xl\:h-108 {
    height: 27rem !important; }
  .xl\:h-112 {
    height: 28rem !important; }
  .xl\:h-116 {
    height: 29rem !important; }
  .xl\:h-120 {
    height: 30rem !important; }
  .xl\:h-124 {
    height: 31rem !important; }
  .xl\:h-128 {
    height: 32rem !important; }
  .xl\:h-132 {
    height: 33rem !important; }
  .xl\:h-136 {
    height: 34rem !important; }
  .xl\:h-140 {
    height: 35rem !important; }
  .xl\:h-144 {
    height: 36rem !important; }
  .xl\:h-148 {
    height: 37rem !important; }
  .xl\:h-152 {
    height: 38rem !important; }
  .xl\:h-156 {
    height: 39rem !important; }
  .xl\:h-160 {
    height: 40rem !important; }
  .xl\:h-164 {
    height: 41rem !important; }
  .xl\:h-168 {
    height: 42rem !important; }
  .xl\:h-172 {
    height: 43rem !important; }
  .xl\:h-176 {
    height: 44rem !important; }
  .xl\:h-180 {
    height: 45rem !important; }
  .xl\:h-184 {
    height: 46rem !important; }
  .xl\:h-188 {
    height: 47rem !important; }
  .xl\:h-192 {
    height: 48rem !important; }
  .xl\:h-196 {
    height: 49rem !important; }
  .xl\:h-200 {
    height: 50rem !important; }
  .xl\:h-px {
    height: 1px !important; }
  .xl\:h-2px {
    height: 2px !important; }
  .xl\:h-1\/2 {
    height: 50% !important; }
  .xl\:h-2\/2 {
    height: 100% !important; }
  .xl\:h-1\/3 {
    height: 33.333333% !important; }
  .xl\:h-2\/3 {
    height: 66.666667% !important; }
  .xl\:h-3\/3 {
    height: 100% !important; }
  .xl\:h-1\/4 {
    height: 25% !important; }
  .xl\:h-2\/4 {
    height: 50% !important; }
  .xl\:h-3\/4 {
    height: 75% !important; }
  .xl\:h-4\/4 {
    height: 100% !important; }
  .xl\:h-1\/5 {
    height: 20% !important; }
  .xl\:h-2\/5 {
    height: 40% !important; }
  .xl\:h-3\/5 {
    height: 60% !important; }
  .xl\:h-4\/5 {
    height: 80% !important; }
  .xl\:h-5\/5 {
    height: 100% !important; }
  .xl\:h-1\/6 {
    height: 16.666667% !important; }
  .xl\:h-2\/6 {
    height: 33.333333% !important; }
  .xl\:h-3\/6 {
    height: 50% !important; }
  .xl\:h-4\/6 {
    height: 66.666667% !important; }
  .xl\:h-5\/6 {
    height: 83.333333% !important; }
  .xl\:h-6\/6 {
    height: 100% !important; }
  .xl\:h-1\/10 {
    height: 10% !important; }
  .xl\:h-2\/10 {
    height: 20% !important; }
  .xl\:h-3\/10 {
    height: 30% !important; }
  .xl\:h-4\/10 {
    height: 40% !important; }
  .xl\:h-5\/10 {
    height: 50% !important; }
  .xl\:h-6\/10 {
    height: 60% !important; }
  .xl\:h-7\/10 {
    height: 70% !important; }
  .xl\:h-8\/10 {
    height: 80% !important; }
  .xl\:h-9\/10 {
    height: 90% !important; }
  .xl\:h-10\/10 {
    height: 100% !important; }
  .xl\:h-1\/12 {
    height: 8.333333% !important; }
  .xl\:h-2\/12 {
    height: 16.666667% !important; }
  .xl\:h-3\/12 {
    height: 25% !important; }
  .xl\:h-4\/12 {
    height: 33.333333% !important; }
  .xl\:h-5\/12 {
    height: 41.666667% !important; }
  .xl\:h-6\/12 {
    height: 50% !important; }
  .xl\:h-7\/12 {
    height: 58.333333% !important; }
  .xl\:h-8\/12 {
    height: 66.666667% !important; }
  .xl\:h-9\/12 {
    height: 75% !important; }
  .xl\:h-10\/12 {
    height: 83.333333% !important; }
  .xl\:h-11\/12 {
    height: 91.666667% !important; }
  .xl\:h-12\/12 {
    height: 100% !important; }
  .xl\:h-xs {
    height: 20rem !important; }
  .xl\:h-sm {
    height: 24rem !important; }
  .xl\:h-md {
    height: 28rem !important; }
  .xl\:h-lg {
    height: 32rem !important; }
  .xl\:h-xl {
    height: 36rem !important; }
  .xl\:h-2xl {
    height: 42rem !important; }
  .xl\:h-3xl {
    height: 48rem !important; }
  .xl\:h-4xl {
    height: 56rem !important; }
  .xl\:h-5xl {
    height: 64rem !important; }
  .xl\:h-6xl {
    height: 72rem !important; }
  .xl\:h-7xl {
    height: 80rem !important; }
  .xl\:h-full {
    height: 100% !important; }
  .xl\:h-screenw {
    height: 100vw !important; }
  .xl\:h-screenh {
    height: 100vh !important; }
  .xl\:text-10 {
    font-size: 0.625rem !important; }
  .xl\:text-11 {
    font-size: 0.6875rem !important; }
  .xl\:text-12 {
    font-size: 0.75rem !important; }
  .xl\:text-13 {
    font-size: 0.8125rem !important; }
  .xl\:text-14 {
    font-size: 0.875rem !important; }
  .xl\:text-15 {
    font-size: 0.9375rem !important; }
  .xl\:text-16 {
    font-size: 1rem !important; }
  .xl\:text-17 {
    font-size: 1.0625rem !important; }
  .xl\:text-18 {
    font-size: 1.125rem !important; }
  .xl\:text-19 {
    font-size: 1.1875rem !important; }
  .xl\:text-20 {
    font-size: 1.25rem !important; }
  .xl\:text-21 {
    font-size: 1.3125rem !important; }
  .xl\:text-22 {
    font-size: 1.375rem !important; }
  .xl\:text-23 {
    font-size: 1.4375rem !important; }
  .xl\:text-24 {
    font-size: 1.5rem !important; }
  .xl\:text-25 {
    font-size: 1.5625rem !important; }
  .xl\:text-26 {
    font-size: 1.625rem !important; }
  .xl\:text-27 {
    font-size: 1.6875rem !important; }
  .xl\:text-28 {
    font-size: 1.75rem !important; }
  .xl\:text-29 {
    font-size: 1.8125rem !important; }
  .xl\:text-30 {
    font-size: 1.875rem !important; }
  .xl\:text-31 {
    font-size: 1.9375rem !important; }
  .xl\:text-32 {
    font-size: 2rem !important; }
  .xl\:text-33 {
    font-size: 2.0625rem !important; }
  .xl\:text-34 {
    font-size: 2.125rem !important; }
  .xl\:text-35 {
    font-size: 2.1875rem !important; }
  .xl\:text-36 {
    font-size: 2.25rem !important; }
  .xl\:text-37 {
    font-size: 2.3125rem !important; }
  .xl\:text-38 {
    font-size: 2.375rem !important; }
  .xl\:text-39 {
    font-size: 2.4375rem !important; }
  .xl\:text-40 {
    font-size: 2.5rem !important; }
  .xl\:text-41 {
    font-size: 2.5625rem !important; }
  .xl\:text-42 {
    font-size: 2.625rem !important; }
  .xl\:text-43 {
    font-size: 2.6875rem !important; }
  .xl\:text-44 {
    font-size: 2.75rem !important; }
  .xl\:text-45 {
    font-size: 2.8125rem !important; }
  .xl\:text-46 {
    font-size: 2.875rem !important; }
  .xl\:text-47 {
    font-size: 2.9375rem !important; }
  .xl\:text-48 {
    font-size: 3rem !important; }
  .xl\:text-49 {
    font-size: 3.0625rem !important; }
  .xl\:text-50 {
    font-size: 3.125rem !important; }
  .xl\:text-51 {
    font-size: 3.1875rem !important; }
  .xl\:text-52 {
    font-size: 3.25rem !important; }
  .xl\:text-53 {
    font-size: 3.3125rem !important; }
  .xl\:text-54 {
    font-size: 3.375rem !important; }
  .xl\:text-55 {
    font-size: 3.4375rem !important; }
  .xl\:text-56 {
    font-size: 3.5rem !important; }
  .xl\:text-57 {
    font-size: 3.5625rem !important; }
  .xl\:text-58 {
    font-size: 3.625rem !important; }
  .xl\:text-59 {
    font-size: 3.6875rem !important; }
  .xl\:text-60 {
    font-size: 3.75rem !important; }
  .xl\:text-62 {
    font-size: 3.875rem !important; }
  .xl\:text-64 {
    font-size: 4rem !important; }
  .xl\:text-66 {
    font-size: 4.125rem !important; }
  .xl\:text-68 {
    font-size: 4.25rem !important; }
  .xl\:text-70 {
    font-size: 4.375rem !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\: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-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\: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: 0rem !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-7 {
    margin: 1.75rem !important; }
  .xl\:m-8 {
    margin: 2rem !important; }
  .xl\:m-9 {
    margin: 2.25rem !important; }
  .xl\:m-10 {
    margin: 2.5rem !important; }
  .xl\:m-11 {
    margin: 2.75rem !important; }
  .xl\:m-12 {
    margin: 3rem !important; }
  .xl\:m-13 {
    margin: 3.25rem !important; }
  .xl\:m-14 {
    margin: 3.5rem !important; }
  .xl\:m-15 {
    margin: 3.75rem !important; }
  .xl\:m-16 {
    margin: 4rem !important; }
  .xl\:m-17 {
    margin: 4.25rem !important; }
  .xl\:m-18 {
    margin: 4.5rem !important; }
  .xl\:m-19 {
    margin: 4.75rem !important; }
  .xl\:m-20 {
    margin: 5rem !important; }
  .xl\:m-21 {
    margin: 5.25rem !important; }
  .xl\:m-22 {
    margin: 5.5rem !important; }
  .xl\:m-23 {
    margin: 5.75rem !important; }
  .xl\:m-24 {
    margin: 6rem !important; }
  .xl\:m-25 {
    margin: 6.25rem !important; }
  .xl\:m-26 {
    margin: 6.5rem !important; }
  .xl\:m-27 {
    margin: 6.75rem !important; }
  .xl\:m-28 {
    margin: 7rem !important; }
  .xl\:m-29 {
    margin: 7.25rem !important; }
  .xl\:m-30 {
    margin: 7.5rem !important; }
  .xl\:m-31 {
    margin: 7.75rem !important; }
  .xl\:m-32 {
    margin: 8rem !important; }
  .xl\:m-33 {
    margin: 8.25rem !important; }
  .xl\:m-34 {
    margin: 8.5rem !important; }
  .xl\:m-35 {
    margin: 8.75rem !important; }
  .xl\:m-36 {
    margin: 9rem !important; }
  .xl\:m-37 {
    margin: 9.25rem !important; }
  .xl\:m-38 {
    margin: 9.5rem !important; }
  .xl\:m-39 {
    margin: 9.75rem !important; }
  .xl\:m-40 {
    margin: 10rem !important; }
  .xl\:m-41 {
    margin: 10.25rem !important; }
  .xl\:m-42 {
    margin: 10.5rem !important; }
  .xl\:m-43 {
    margin: 10.75rem !important; }
  .xl\:m-44 {
    margin: 11rem !important; }
  .xl\:m-45 {
    margin: 11.25rem !important; }
  .xl\:m-46 {
    margin: 11.5rem !important; }
  .xl\:m-47 {
    margin: 11.75rem !important; }
  .xl\:m-48 {
    margin: 12rem !important; }
  .xl\:m-49 {
    margin: 12.25rem !important; }
  .xl\:m-50 {
    margin: 12.5rem !important; }
  .xl\:m-51 {
    margin: 12.75rem !important; }
  .xl\:m-52 {
    margin: 13rem !important; }
  .xl\:m-53 {
    margin: 13.25rem !important; }
  .xl\:m-54 {
    margin: 13.5rem !important; }
  .xl\:m-55 {
    margin: 13.75rem !important; }
  .xl\:m-56 {
    margin: 14rem !important; }
  .xl\:m-57 {
    margin: 14.25rem !important; }
  .xl\:m-58 {
    margin: 14.5rem !important; }
  .xl\:m-59 {
    margin: 14.75rem !important; }
  .xl\:m-60 {
    margin: 15rem !important; }
  .xl\:m-61 {
    margin: 15.25rem !important; }
  .xl\:m-62 {
    margin: 15.5rem !important; }
  .xl\:m-63 {
    margin: 15.75rem !important; }
  .xl\:m-64 {
    margin: 16rem !important; }
  .xl\:m-65 {
    margin: 16.25rem !important; }
  .xl\:m-66 {
    margin: 16.5rem !important; }
  .xl\:m-67 {
    margin: 16.75rem !important; }
  .xl\:m-68 {
    margin: 17rem !important; }
  .xl\:m-69 {
    margin: 17.25rem !important; }
  .xl\:m-70 {
    margin: 17.5rem !important; }
  .xl\:m-71 {
    margin: 17.75rem !important; }
  .xl\:m-72 {
    margin: 18rem !important; }
  .xl\:m-73 {
    margin: 18.25rem !important; }
  .xl\:m-74 {
    margin: 18.5rem !important; }
  .xl\:m-75 {
    margin: 18.75rem !important; }
  .xl\:m-76 {
    margin: 19rem !important; }
  .xl\:m-77 {
    margin: 19.25rem !important; }
  .xl\:m-78 {
    margin: 19.5rem !important; }
  .xl\:m-79 {
    margin: 19.75rem !important; }
  .xl\:m-80 {
    margin: 20rem !important; }
  .xl\:m-84 {
    margin: 21rem !important; }
  .xl\:m-88 {
    margin: 22rem !important; }
  .xl\:m-92 {
    margin: 23rem !important; }
  .xl\:m-96 {
    margin: 24rem !important; }
  .xl\:m-100 {
    margin: 25rem !important; }
  .xl\:m-104 {
    margin: 26rem !important; }
  .xl\:m-108 {
    margin: 27rem !important; }
  .xl\:m-112 {
    margin: 28rem !important; }
  .xl\:m-116 {
    margin: 29rem !important; }
  .xl\:m-120 {
    margin: 30rem !important; }
  .xl\:m-124 {
    margin: 31rem !important; }
  .xl\:m-128 {
    margin: 32rem !important; }
  .xl\:m-132 {
    margin: 33rem !important; }
  .xl\:m-136 {
    margin: 34rem !important; }
  .xl\:m-140 {
    margin: 35rem !important; }
  .xl\:m-144 {
    margin: 36rem !important; }
  .xl\:m-148 {
    margin: 37rem !important; }
  .xl\:m-152 {
    margin: 38rem !important; }
  .xl\:m-156 {
    margin: 39rem !important; }
  .xl\:m-160 {
    margin: 40rem !important; }
  .xl\:m-164 {
    margin: 41rem !important; }
  .xl\:m-168 {
    margin: 42rem !important; }
  .xl\:m-172 {
    margin: 43rem !important; }
  .xl\:m-176 {
    margin: 44rem !important; }
  .xl\:m-180 {
    margin: 45rem !important; }
  .xl\:m-184 {
    margin: 46rem !important; }
  .xl\:m-188 {
    margin: 47rem !important; }
  .xl\:m-192 {
    margin: 48rem !important; }
  .xl\:m-196 {
    margin: 49rem !important; }
  .xl\:m-200 {
    margin: 50rem !important; }
  .xl\:m-auto {
    margin: auto !important; }
  .xl\:m-px {
    margin: 1px !important; }
  .xl\:m-2px {
    margin: 2px !important; }
  .xl\:m-1\/2 {
    margin: 50% !important; }
  .xl\:m-2\/2 {
    margin: 100% !important; }
  .xl\:m-1\/3 {
    margin: 33.333333% !important; }
  .xl\:m-2\/3 {
    margin: 66.666667% !important; }
  .xl\:m-3\/3 {
    margin: 100% !important; }
  .xl\:m-1\/4 {
    margin: 25% !important; }
  .xl\:m-2\/4 {
    margin: 50% !important; }
  .xl\:m-3\/4 {
    margin: 75% !important; }
  .xl\:m-4\/4 {
    margin: 100% !important; }
  .xl\:m-1\/5 {
    margin: 20% !important; }
  .xl\:m-2\/5 {
    margin: 40% !important; }
  .xl\:m-3\/5 {
    margin: 60% !important; }
  .xl\:m-4\/5 {
    margin: 80% !important; }
  .xl\:m-5\/5 {
    margin: 100% !important; }
  .xl\:m-1\/6 {
    margin: 16.666667% !important; }
  .xl\:m-2\/6 {
    margin: 33.333333% !important; }
  .xl\:m-3\/6 {
    margin: 50% !important; }
  .xl\:m-4\/6 {
    margin: 66.666667% !important; }
  .xl\:m-5\/6 {
    margin: 83.333333% !important; }
  .xl\:m-6\/6 {
    margin: 100% !important; }
  .xl\:m-1\/10 {
    margin: 10% !important; }
  .xl\:m-2\/10 {
    margin: 20% !important; }
  .xl\:m-3\/10 {
    margin: 30% !important; }
  .xl\:m-4\/10 {
    margin: 40% !important; }
  .xl\:m-5\/10 {
    margin: 50% !important; }
  .xl\:m-6\/10 {
    margin: 60% !important; }
  .xl\:m-7\/10 {
    margin: 70% !important; }
  .xl\:m-8\/10 {
    margin: 80% !important; }
  .xl\:m-9\/10 {
    margin: 90% !important; }
  .xl\:m-10\/10 {
    margin: 100% !important; }
  .xl\:m-1\/12 {
    margin: 8.333333% !important; }
  .xl\:m-2\/12 {
    margin: 16.666667% !important; }
  .xl\:m-3\/12 {
    margin: 25% !important; }
  .xl\:m-4\/12 {
    margin: 33.333333% !important; }
  .xl\:m-5\/12 {
    margin: 41.666667% !important; }
  .xl\:m-6\/12 {
    margin: 50% !important; }
  .xl\:m-7\/12 {
    margin: 58.333333% !important; }
  .xl\:m-8\/12 {
    margin: 66.666667% !important; }
  .xl\:m-9\/12 {
    margin: 75% !important; }
  .xl\:m-10\/12 {
    margin: 83.333333% !important; }
  .xl\:m-11\/12 {
    margin: 91.666667% !important; }
  .xl\:m-12\/12 {
    margin: 100% !important; }
  .xl\:-m-0 {
    margin: 0rem !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-7 {
    margin: -1.75rem !important; }
  .xl\:-m-8 {
    margin: -2rem !important; }
  .xl\:-m-9 {
    margin: -2.25rem !important; }
  .xl\:-m-10 {
    margin: -2.5rem !important; }
  .xl\:-m-11 {
    margin: -2.75rem !important; }
  .xl\:-m-12 {
    margin: -3rem !important; }
  .xl\:-m-13 {
    margin: -3.25rem !important; }
  .xl\:-m-14 {
    margin: -3.5rem !important; }
  .xl\:-m-15 {
    margin: -3.75rem !important; }
  .xl\:-m-16 {
    margin: -4rem !important; }
  .xl\:-m-17 {
    margin: -4.25rem !important; }
  .xl\:-m-18 {
    margin: -4.5rem !important; }
  .xl\:-m-19 {
    margin: -4.75rem !important; }
  .xl\:-m-20 {
    margin: -5rem !important; }
  .xl\:-m-21 {
    margin: -5.25rem !important; }
  .xl\:-m-22 {
    margin: -5.5rem !important; }
  .xl\:-m-23 {
    margin: -5.75rem !important; }
  .xl\:-m-24 {
    margin: -6rem !important; }
  .xl\:-m-25 {
    margin: -6.25rem !important; }
  .xl\:-m-26 {
    margin: -6.5rem !important; }
  .xl\:-m-27 {
    margin: -6.75rem !important; }
  .xl\:-m-28 {
    margin: -7rem !important; }
  .xl\:-m-29 {
    margin: -7.25rem !important; }
  .xl\:-m-30 {
    margin: -7.5rem !important; }
  .xl\:-m-31 {
    margin: -7.75rem !important; }
  .xl\:-m-32 {
    margin: -8rem !important; }
  .xl\:-m-33 {
    margin: -8.25rem !important; }
  .xl\:-m-34 {
    margin: -8.5rem !important; }
  .xl\:-m-35 {
    margin: -8.75rem !important; }
  .xl\:-m-36 {
    margin: -9rem !important; }
  .xl\:-m-37 {
    margin: -9.25rem !important; }
  .xl\:-m-38 {
    margin: -9.5rem !important; }
  .xl\:-m-39 {
    margin: -9.75rem !important; }
  .xl\:-m-40 {
    margin: -10rem !important; }
  .xl\:-m-41 {
    margin: -10.25rem !important; }
  .xl\:-m-42 {
    margin: -10.5rem !important; }
  .xl\:-m-43 {
    margin: -10.75rem !important; }
  .xl\:-m-44 {
    margin: -11rem !important; }
  .xl\:-m-45 {
    margin: -11.25rem !important; }
  .xl\:-m-46 {
    margin: -11.5rem !important; }
  .xl\:-m-47 {
    margin: -11.75rem !important; }
  .xl\:-m-48 {
    margin: -12rem !important; }
  .xl\:-m-49 {
    margin: -12.25rem !important; }
  .xl\:-m-50 {
    margin: -12.5rem !important; }
  .xl\:-m-51 {
    margin: -12.75rem !important; }
  .xl\:-m-52 {
    margin: -13rem !important; }
  .xl\:-m-53 {
    margin: -13.25rem !important; }
  .xl\:-m-54 {
    margin: -13.5rem !important; }
  .xl\:-m-55 {
    margin: -13.75rem !important; }
  .xl\:-m-56 {
    margin: -14rem !important; }
  .xl\:-m-57 {
    margin: -14.25rem !important; }
  .xl\:-m-58 {
    margin: -14.5rem !important; }
  .xl\:-m-59 {
    margin: -14.75rem !important; }
  .xl\:-m-60 {
    margin: -15rem !important; }
  .xl\:-m-61 {
    margin: -15.25rem !important; }
  .xl\:-m-62 {
    margin: -15.5rem !important; }
  .xl\:-m-63 {
    margin: -15.75rem !important; }
  .xl\:-m-64 {
    margin: -16rem !important; }
  .xl\:-m-65 {
    margin: -16.25rem !important; }
  .xl\:-m-66 {
    margin: -16.5rem !important; }
  .xl\:-m-67 {
    margin: -16.75rem !important; }
  .xl\:-m-68 {
    margin: -17rem !important; }
  .xl\:-m-69 {
    margin: -17.25rem !important; }
  .xl\:-m-70 {
    margin: -17.5rem !important; }
  .xl\:-m-71 {
    margin: -17.75rem !important; }
  .xl\:-m-72 {
    margin: -18rem !important; }
  .xl\:-m-73 {
    margin: -18.25rem !important; }
  .xl\:-m-74 {
    margin: -18.5rem !important; }
  .xl\:-m-75 {
    margin: -18.75rem !important; }
  .xl\:-m-76 {
    margin: -19rem !important; }
  .xl\:-m-77 {
    margin: -19.25rem !important; }
  .xl\:-m-78 {
    margin: -19.5rem !important; }
  .xl\:-m-79 {
    margin: -19.75rem !important; }
  .xl\:-m-80 {
    margin: -20rem !important; }
  .xl\:-m-84 {
    margin: -21rem !important; }
  .xl\:-m-88 {
    margin: -22rem !important; }
  .xl\:-m-92 {
    margin: -23rem !important; }
  .xl\:-m-96 {
    margin: -24rem !important; }
  .xl\:-m-100 {
    margin: -25rem !important; }
  .xl\:-m-104 {
    margin: -26rem !important; }
  .xl\:-m-108 {
    margin: -27rem !important; }
  .xl\:-m-112 {
    margin: -28rem !important; }
  .xl\:-m-116 {
    margin: -29rem !important; }
  .xl\:-m-120 {
    margin: -30rem !important; }
  .xl\:-m-124 {
    margin: -31rem !important; }
  .xl\:-m-128 {
    margin: -32rem !important; }
  .xl\:-m-132 {
    margin: -33rem !important; }
  .xl\:-m-136 {
    margin: -34rem !important; }
  .xl\:-m-140 {
    margin: -35rem !important; }
  .xl\:-m-144 {
    margin: -36rem !important; }
  .xl\:-m-148 {
    margin: -37rem !important; }
  .xl\:-m-152 {
    margin: -38rem !important; }
  .xl\:-m-156 {
    margin: -39rem !important; }
  .xl\:-m-160 {
    margin: -40rem !important; }
  .xl\:-m-164 {
    margin: -41rem !important; }
  .xl\:-m-168 {
    margin: -42rem !important; }
  .xl\:-m-172 {
    margin: -43rem !important; }
  .xl\:-m-176 {
    margin: -44rem !important; }
  .xl\:-m-180 {
    margin: -45rem !important; }
  .xl\:-m-184 {
    margin: -46rem !important; }
  .xl\:-m-188 {
    margin: -47rem !important; }
  .xl\:-m-192 {
    margin: -48rem !important; }
  .xl\:-m-196 {
    margin: -49rem !important; }
  .xl\:-m-200 {
    margin: -50rem !important; }
  .xl\:-m-px {
    margin: -1px !important; }
  .xl\:-m-2px {
    margin: -2px !important; }
  .xl\:-m-1\/2 {
    margin: -50% !important; }
  .xl\:-m-2\/2 {
    margin: -100% !important; }
  .xl\:-m-1\/3 {
    margin: -33.33333% !important; }
  .xl\:-m-2\/3 {
    margin: -66.66667% !important; }
  .xl\:-m-3\/3 {
    margin: -100% !important; }
  .xl\:-m-1\/4 {
    margin: -25% !important; }
  .xl\:-m-2\/4 {
    margin: -50% !important; }
  .xl\:-m-3\/4 {
    margin: -75% !important; }
  .xl\:-m-4\/4 {
    margin: -100% !important; }
  .xl\:-m-1\/5 {
    margin: -20% !important; }
  .xl\:-m-2\/5 {
    margin: -40% !important; }
  .xl\:-m-3\/5 {
    margin: -60% !important; }
  .xl\:-m-4\/5 {
    margin: -80% !important; }
  .xl\:-m-5\/5 {
    margin: -100% !important; }
  .xl\:-m-1\/6 {
    margin: -16.66667% !important; }
  .xl\:-m-2\/6 {
    margin: -33.33333% !important; }
  .xl\:-m-3\/6 {
    margin: -50% !important; }
  .xl\:-m-4\/6 {
    margin: -66.66667% !important; }
  .xl\:-m-5\/6 {
    margin: -83.33333% !important; }
  .xl\:-m-6\/6 {
    margin: -100% !important; }
  .xl\:-m-1\/10 {
    margin: -10% !important; }
  .xl\:-m-2\/10 {
    margin: -20% !important; }
  .xl\:-m-3\/10 {
    margin: -30% !important; }
  .xl\:-m-4\/10 {
    margin: -40% !important; }
  .xl\:-m-5\/10 {
    margin: -50% !important; }
  .xl\:-m-6\/10 {
    margin: -60% !important; }
  .xl\:-m-7\/10 {
    margin: -70% !important; }
  .xl\:-m-8\/10 {
    margin: -80% !important; }
  .xl\:-m-9\/10 {
    margin: -90% !important; }
  .xl\:-m-10\/10 {
    margin: -100% !important; }
  .xl\:-m-1\/12 {
    margin: -8.33333% !important; }
  .xl\:-m-2\/12 {
    margin: -16.66667% !important; }
  .xl\:-m-3\/12 {
    margin: -25% !important; }
  .xl\:-m-4\/12 {
    margin: -33.33333% !important; }
  .xl\:-m-5\/12 {
    margin: -41.66667% !important; }
  .xl\:-m-6\/12 {
    margin: -50% !important; }
  .xl\:-m-7\/12 {
    margin: -58.33333% !important; }
  .xl\:-m-8\/12 {
    margin: -66.66667% !important; }
  .xl\:-m-9\/12 {
    margin: -75% !important; }
  .xl\:-m-10\/12 {
    margin: -83.33333% !important; }
  .xl\:-m-11\/12 {
    margin: -91.66667% !important; }
  .xl\:-m-12\/12 {
    margin: -100% !important; }
  .xl\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .xl\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !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-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !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-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important; }
  .xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important; }
  .xl\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !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-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .xl\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important; }
  .xl\:mx-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important; }
  .xl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .xl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .xl\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .xl\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !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-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important; }
  .xl\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !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-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important; }
  .xl\:mx-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !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-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .xl\:mx-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important; }
  .xl\:my-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important; }
  .xl\:mx-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important; }
  .xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }
  .xl\:my-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important; }
  .xl\:mx-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.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-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important; }
  .xl\:mx-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !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-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important; }
  .xl\:mx-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important; }
  .xl\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; }
  .xl\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important; }
  .xl\:my-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important; }
  .xl\:mx-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important; }
  .xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important; }
  .xl\:my-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important; }
  .xl\:mx-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important; }
  .xl\:my-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; }
  .xl\:mx-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important; }
  .xl\:my-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important; }
  .xl\:mx-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !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-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important; }
  .xl\:mx-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important; }
  .xl\:my-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important; }
  .xl\:mx-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important; }
  .xl\:my-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important; }
  .xl\:mx-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important; }
  .xl\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important; }
  .xl\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important; }
  .xl\:my-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important; }
  .xl\:mx-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important; }
  .xl\:my-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important; }
  .xl\:mx-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important; }
  .xl\:my-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important; }
  .xl\:mx-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !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-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important; }
  .xl\:mx-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important; }
  .xl\:my-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .xl\:mx-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important; }
  .xl\:my-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important; }
  .xl\:mx-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important; }
  .xl\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important; }
  .xl\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important; }
  .xl\:my-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important; }
  .xl\:mx-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important; }
  .xl\:my-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important; }
  .xl\:mx-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important; }
  .xl\:my-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important; }
  .xl\:mx-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !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-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important; }
  .xl\:mx-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important; }
  .xl\:my-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important; }
  .xl\:mx-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important; }
  .xl\:my-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important; }
  .xl\:mx-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important; }
  .xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important; }
  .xl\:my-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important; }
  .xl\:mx-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important; }
  .xl\:my-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important; }
  .xl\:mx-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important; }
  .xl\:my-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important; }
  .xl\:mx-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !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-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important; }
  .xl\:mx-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important; }
  .xl\:my-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important; }
  .xl\:mx-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important; }
  .xl\:my-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important; }
  .xl\:mx-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important; }
  .xl\:my-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important; }
  .xl\:mx-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important; }
  .xl\:my-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important; }
  .xl\:mx-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important; }
  .xl\:my-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important; }
  .xl\:mx-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important; }
  .xl\:my-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important; }
  .xl\:mx-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important; }
  .xl\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important; }
  .xl\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important; }
  .xl\:my-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important; }
  .xl\:mx-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important; }
  .xl\:my-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important; }
  .xl\:mx-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important; }
  .xl\:my-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important; }
  .xl\:mx-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important; }
  .xl\:my-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important; }
  .xl\:mx-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important; }
  .xl\:my-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important; }
  .xl\:mx-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important; }
  .xl\:my-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important; }
  .xl\:mx-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important; }
  .xl\:my-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important; }
  .xl\:mx-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important; }
  .xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important; }
  .xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important; }
  .xl\:my-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important; }
  .xl\:mx-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important; }
  .xl\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important; }
  .xl\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important; }
  .xl\:my-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important; }
  .xl\:mx-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important; }
  .xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important; }
  .xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important; }
  .xl\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important; }
  .xl\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important; }
  .xl\:my-104 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important; }
  .xl\:mx-104 {
    margin-left: 26rem !important;
    margin-right: 26rem !important; }
  .xl\:my-108 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important; }
  .xl\:mx-108 {
    margin-left: 27rem !important;
    margin-right: 27rem !important; }
  .xl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important; }
  .xl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important; }
  .xl\:my-116 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important; }
  .xl\:mx-116 {
    margin-left: 29rem !important;
    margin-right: 29rem !important; }
  .xl\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important; }
  .xl\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important; }
  .xl\:my-124 {
    margin-top: 31rem !important;
    margin-bottom: 31rem !important; }
  .xl\:mx-124 {
    margin-left: 31rem !important;
    margin-right: 31rem !important; }
  .xl\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important; }
  .xl\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important; }
  .xl\:my-132 {
    margin-top: 33rem !important;
    margin-bottom: 33rem !important; }
  .xl\:mx-132 {
    margin-left: 33rem !important;
    margin-right: 33rem !important; }
  .xl\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important; }
  .xl\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important; }
  .xl\:my-140 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important; }
  .xl\:mx-140 {
    margin-left: 35rem !important;
    margin-right: 35rem !important; }
  .xl\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important; }
  .xl\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important; }
  .xl\:my-148 {
    margin-top: 37rem !important;
    margin-bottom: 37rem !important; }
  .xl\:mx-148 {
    margin-left: 37rem !important;
    margin-right: 37rem !important; }
  .xl\:my-152 {
    margin-top: 38rem !important;
    margin-bottom: 38rem !important; }
  .xl\:mx-152 {
    margin-left: 38rem !important;
    margin-right: 38rem !important; }
  .xl\:my-156 {
    margin-top: 39rem !important;
    margin-bottom: 39rem !important; }
  .xl\:mx-156 {
    margin-left: 39rem !important;
    margin-right: 39rem !important; }
  .xl\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important; }
  .xl\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important; }
  .xl\:my-164 {
    margin-top: 41rem !important;
    margin-bottom: 41rem !important; }
  .xl\:mx-164 {
    margin-left: 41rem !important;
    margin-right: 41rem !important; }
  .xl\:my-168 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important; }
  .xl\:mx-168 {
    margin-left: 42rem !important;
    margin-right: 42rem !important; }
  .xl\:my-172 {
    margin-top: 43rem !important;
    margin-bottom: 43rem !important; }
  .xl\:mx-172 {
    margin-left: 43rem !important;
    margin-right: 43rem !important; }
  .xl\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important; }
  .xl\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important; }
  .xl\:my-180 {
    margin-top: 45rem !important;
    margin-bottom: 45rem !important; }
  .xl\:mx-180 {
    margin-left: 45rem !important;
    margin-right: 45rem !important; }
  .xl\:my-184 {
    margin-top: 46rem !important;
    margin-bottom: 46rem !important; }
  .xl\:mx-184 {
    margin-left: 46rem !important;
    margin-right: 46rem !important; }
  .xl\:my-188 {
    margin-top: 47rem !important;
    margin-bottom: 47rem !important; }
  .xl\:mx-188 {
    margin-left: 47rem !important;
    margin-right: 47rem !important; }
  .xl\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important; }
  .xl\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important; }
  .xl\:my-196 {
    margin-top: 49rem !important;
    margin-bottom: 49rem !important; }
  .xl\:mx-196 {
    margin-left: 49rem !important;
    margin-right: 49rem !important; }
  .xl\:my-200 {
    margin-top: 50rem !important;
    margin-bottom: 50rem !important; }
  .xl\:mx-200 {
    margin-left: 50rem !important;
    margin-right: 50rem !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-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important; }
  .xl\:mx-2px {
    margin-left: 2px !important;
    margin-right: 2px !important; }
  .xl\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .xl\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .xl\:my-2\/2 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .xl\:mx-2\/2 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .xl\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .xl\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .xl\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .xl\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .xl\:my-3\/3 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .xl\:mx-3\/3 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .xl\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important; }
  .xl\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important; }
  .xl\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .xl\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .xl\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important; }
  .xl\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important; }
  .xl\:my-4\/4 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .xl\:mx-4\/4 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .xl\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important; }
  .xl\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .xl\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important; }
  .xl\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important; }
  .xl\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important; }
  .xl\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important; }
  .xl\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important; }
  .xl\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important; }
  .xl\:my-5\/5 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .xl\:mx-5\/5 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .xl\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important; }
  .xl\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important; }
  .xl\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .xl\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .xl\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .xl\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .xl\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .xl\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .xl\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important; }
  .xl\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important; }
  .xl\:my-6\/6 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .xl\:mx-6\/6 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .xl\:my-1\/10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important; }
  .xl\:mx-1\/10 {
    margin-left: 10% !important;
    margin-right: 10% !important; }
  .xl\:my-2\/10 {
    margin-top: 20% !important;
    margin-bottom: 20% !important; }
  .xl\:mx-2\/10 {
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .xl\:my-3\/10 {
    margin-top: 30% !important;
    margin-bottom: 30% !important; }
  .xl\:mx-3\/10 {
    margin-left: 30% !important;
    margin-right: 30% !important; }
  .xl\:my-4\/10 {
    margin-top: 40% !important;
    margin-bottom: 40% !important; }
  .xl\:mx-4\/10 {
    margin-left: 40% !important;
    margin-right: 40% !important; }
  .xl\:my-5\/10 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .xl\:mx-5\/10 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .xl\:my-6\/10 {
    margin-top: 60% !important;
    margin-bottom: 60% !important; }
  .xl\:mx-6\/10 {
    margin-left: 60% !important;
    margin-right: 60% !important; }
  .xl\:my-7\/10 {
    margin-top: 70% !important;
    margin-bottom: 70% !important; }
  .xl\:mx-7\/10 {
    margin-left: 70% !important;
    margin-right: 70% !important; }
  .xl\:my-8\/10 {
    margin-top: 80% !important;
    margin-bottom: 80% !important; }
  .xl\:mx-8\/10 {
    margin-left: 80% !important;
    margin-right: 80% !important; }
  .xl\:my-9\/10 {
    margin-top: 90% !important;
    margin-bottom: 90% !important; }
  .xl\:mx-9\/10 {
    margin-left: 90% !important;
    margin-right: 90% !important; }
  .xl\:my-10\/10 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .xl\:mx-10\/10 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .xl\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important; }
  .xl\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important; }
  .xl\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important; }
  .xl\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important; }
  .xl\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important; }
  .xl\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important; }
  .xl\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important; }
  .xl\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important; }
  .xl\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important; }
  .xl\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important; }
  .xl\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important; }
  .xl\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important; }
  .xl\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important; }
  .xl\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important; }
  .xl\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important; }
  .xl\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important; }
  .xl\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important; }
  .xl\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important; }
  .xl\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important; }
  .xl\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important; }
  .xl\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important; }
  .xl\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important; }
  .xl\:my-12\/12 {
    margin-top: 100% !important;
    margin-bottom: 100% !important; }
  .xl\:mx-12\/12 {
    margin-left: 100% !important;
    margin-right: 100% !important; }
  .xl\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; }
  .xl\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !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-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .xl\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !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-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important; }
  .xl\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important; }
  .xl\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !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-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important; }
  .xl\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important; }
  .xl\:-mx-17 {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important; }
  .xl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .xl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important; }
  .xl\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important; }
  .xl\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !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-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important; }
  .xl\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !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-23 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important; }
  .xl\:-mx-23 {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !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-26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .xl\:-mx-26 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important; }
  .xl\:-my-27 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important; }
  .xl\:-mx-27 {
    margin-left: -6.75rem !important;
    margin-right: -6.75rem !important; }
  .xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }
  .xl\:-my-29 {
    margin-top: -7.25rem !important;
    margin-bottom: -7.25rem !important; }
  .xl\:-mx-29 {
    margin-left: -7.25rem !important;
    margin-right: -7.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-31 {
    margin-top: -7.75rem !important;
    margin-bottom: -7.75rem !important; }
  .xl\:-mx-31 {
    margin-left: -7.75rem !important;
    margin-right: -7.75rem !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-33 {
    margin-top: -8.25rem !important;
    margin-bottom: -8.25rem !important; }
  .xl\:-mx-33 {
    margin-left: -8.25rem !important;
    margin-right: -8.25rem !important; }
  .xl\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important; }
  .xl\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important; }
  .xl\:-my-35 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important; }
  .xl\:-mx-35 {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important; }
  .xl\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .xl\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important; }
  .xl\:-my-37 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important; }
  .xl\:-mx-37 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important; }
  .xl\:-my-38 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important; }
  .xl\:-mx-38 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important; }
  .xl\:-my-39 {
    margin-top: -9.75rem !important;
    margin-bottom: -9.75rem !important; }
  .xl\:-mx-39 {
    margin-left: -9.75rem !important;
    margin-right: -9.75rem !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-41 {
    margin-top: -10.25rem !important;
    margin-bottom: -10.25rem !important; }
  .xl\:-mx-41 {
    margin-left: -10.25rem !important;
    margin-right: -10.25rem !important; }
  .xl\:-my-42 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important; }
  .xl\:-mx-42 {
    margin-left: -10.5rem !important;
    margin-right: -10.5rem !important; }
  .xl\:-my-43 {
    margin-top: -10.75rem !important;
    margin-bottom: -10.75rem !important; }
  .xl\:-mx-43 {
    margin-left: -10.75rem !important;
    margin-right: -10.75rem !important; }
  .xl\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important; }
  .xl\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important; }
  .xl\:-my-45 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important; }
  .xl\:-mx-45 {
    margin-left: -11.25rem !important;
    margin-right: -11.25rem !important; }
  .xl\:-my-46 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important; }
  .xl\:-mx-46 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important; }
  .xl\:-my-47 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important; }
  .xl\:-mx-47 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !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-49 {
    margin-top: -12.25rem !important;
    margin-bottom: -12.25rem !important; }
  .xl\:-mx-49 {
    margin-left: -12.25rem !important;
    margin-right: -12.25rem !important; }
  .xl\:-my-50 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important; }
  .xl\:-mx-50 {
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !important; }
  .xl\:-my-51 {
    margin-top: -12.75rem !important;
    margin-bottom: -12.75rem !important; }
  .xl\:-mx-51 {
    margin-left: -12.75rem !important;
    margin-right: -12.75rem !important; }
  .xl\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important; }
  .xl\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important; }
  .xl\:-my-53 {
    margin-top: -13.25rem !important;
    margin-bottom: -13.25rem !important; }
  .xl\:-mx-53 {
    margin-left: -13.25rem !important;
    margin-right: -13.25rem !important; }
  .xl\:-my-54 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important; }
  .xl\:-mx-54 {
    margin-left: -13.5rem !important;
    margin-right: -13.5rem !important; }
  .xl\:-my-55 {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important; }
  .xl\:-mx-55 {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !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-57 {
    margin-top: -14.25rem !important;
    margin-bottom: -14.25rem !important; }
  .xl\:-mx-57 {
    margin-left: -14.25rem !important;
    margin-right: -14.25rem !important; }
  .xl\:-my-58 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important; }
  .xl\:-mx-58 {
    margin-left: -14.5rem !important;
    margin-right: -14.5rem !important; }
  .xl\:-my-59 {
    margin-top: -14.75rem !important;
    margin-bottom: -14.75rem !important; }
  .xl\:-mx-59 {
    margin-left: -14.75rem !important;
    margin-right: -14.75rem !important; }
  .xl\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important; }
  .xl\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important; }
  .xl\:-my-61 {
    margin-top: -15.25rem !important;
    margin-bottom: -15.25rem !important; }
  .xl\:-mx-61 {
    margin-left: -15.25rem !important;
    margin-right: -15.25rem !important; }
  .xl\:-my-62 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important; }
  .xl\:-mx-62 {
    margin-left: -15.5rem !important;
    margin-right: -15.5rem !important; }
  .xl\:-my-63 {
    margin-top: -15.75rem !important;
    margin-bottom: -15.75rem !important; }
  .xl\:-mx-63 {
    margin-left: -15.75rem !important;
    margin-right: -15.75rem !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-65 {
    margin-top: -16.25rem !important;
    margin-bottom: -16.25rem !important; }
  .xl\:-mx-65 {
    margin-left: -16.25rem !important;
    margin-right: -16.25rem !important; }
  .xl\:-my-66 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important; }
  .xl\:-mx-66 {
    margin-left: -16.5rem !important;
    margin-right: -16.5rem !important; }
  .xl\:-my-67 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important; }
  .xl\:-mx-67 {
    margin-left: -16.75rem !important;
    margin-right: -16.75rem !important; }
  .xl\:-my-68 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important; }
  .xl\:-mx-68 {
    margin-left: -17rem !important;
    margin-right: -17rem !important; }
  .xl\:-my-69 {
    margin-top: -17.25rem !important;
    margin-bottom: -17.25rem !important; }
  .xl\:-mx-69 {
    margin-left: -17.25rem !important;
    margin-right: -17.25rem !important; }
  .xl\:-my-70 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important; }
  .xl\:-mx-70 {
    margin-left: -17.5rem !important;
    margin-right: -17.5rem !important; }
  .xl\:-my-71 {
    margin-top: -17.75rem !important;
    margin-bottom: -17.75rem !important; }
  .xl\:-mx-71 {
    margin-left: -17.75rem !important;
    margin-right: -17.75rem !important; }
  .xl\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important; }
  .xl\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important; }
  .xl\:-my-73 {
    margin-top: -18.25rem !important;
    margin-bottom: -18.25rem !important; }
  .xl\:-mx-73 {
    margin-left: -18.25rem !important;
    margin-right: -18.25rem !important; }
  .xl\:-my-74 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important; }
  .xl\:-mx-74 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important; }
  .xl\:-my-75 {
    margin-top: -18.75rem !important;
    margin-bottom: -18.75rem !important; }
  .xl\:-mx-75 {
    margin-left: -18.75rem !important;
    margin-right: -18.75rem !important; }
  .xl\:-my-76 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important; }
  .xl\:-mx-76 {
    margin-left: -19rem !important;
    margin-right: -19rem !important; }
  .xl\:-my-77 {
    margin-top: -19.25rem !important;
    margin-bottom: -19.25rem !important; }
  .xl\:-mx-77 {
    margin-left: -19.25rem !important;
    margin-right: -19.25rem !important; }
  .xl\:-my-78 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important; }
  .xl\:-mx-78 {
    margin-left: -19.5rem !important;
    margin-right: -19.5rem !important; }
  .xl\:-my-79 {
    margin-top: -19.75rem !important;
    margin-bottom: -19.75rem !important; }
  .xl\:-mx-79 {
    margin-left: -19.75rem !important;
    margin-right: -19.75rem !important; }
  .xl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important; }
  .xl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important; }
  .xl\:-my-84 {
    margin-top: -21rem !important;
    margin-bottom: -21rem !important; }
  .xl\:-mx-84 {
    margin-left: -21rem !important;
    margin-right: -21rem !important; }
  .xl\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important; }
  .xl\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important; }
  .xl\:-my-92 {
    margin-top: -23rem !important;
    margin-bottom: -23rem !important; }
  .xl\:-mx-92 {
    margin-left: -23rem !important;
    margin-right: -23rem !important; }
  .xl\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important; }
  .xl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important; }
  .xl\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important; }
  .xl\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important; }
  .xl\:-my-104 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important; }
  .xl\:-mx-104 {
    margin-left: -26rem !important;
    margin-right: -26rem !important; }
  .xl\:-my-108 {
    margin-top: -27rem !important;
    margin-bottom: -27rem !important; }
  .xl\:-mx-108 {
    margin-left: -27rem !important;
    margin-right: -27rem !important; }
  .xl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important; }
  .xl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important; }
  .xl\:-my-116 {
    margin-top: -29rem !important;
    margin-bottom: -29rem !important; }
  .xl\:-mx-116 {
    margin-left: -29rem !important;
    margin-right: -29rem !important; }
  .xl\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important; }
  .xl\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important; }
  .xl\:-my-124 {
    margin-top: -31rem !important;
    margin-bottom: -31rem !important; }
  .xl\:-mx-124 {
    margin-left: -31rem !important;
    margin-right: -31rem !important; }
  .xl\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important; }
  .xl\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important; }
  .xl\:-my-132 {
    margin-top: -33rem !important;
    margin-bottom: -33rem !important; }
  .xl\:-mx-132 {
    margin-left: -33rem !important;
    margin-right: -33rem !important; }
  .xl\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important; }
  .xl\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important; }
  .xl\:-my-140 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important; }
  .xl\:-mx-140 {
    margin-left: -35rem !important;
    margin-right: -35rem !important; }
  .xl\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important; }
  .xl\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important; }
  .xl\:-my-148 {
    margin-top: -37rem !important;
    margin-bottom: -37rem !important; }
  .xl\:-mx-148 {
    margin-left: -37rem !important;
    margin-right: -37rem !important; }
  .xl\:-my-152 {
    margin-top: -38rem !important;
    margin-bottom: -38rem !important; }
  .xl\:-mx-152 {
    margin-left: -38rem !important;
    margin-right: -38rem !important; }
  .xl\:-my-156 {
    margin-top: -39rem !important;
    margin-bottom: -39rem !important; }
  .xl\:-mx-156 {
    margin-left: -39rem !important;
    margin-right: -39rem !important; }
  .xl\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important; }
  .xl\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important; }
  .xl\:-my-164 {
    margin-top: -41rem !important;
    margin-bottom: -41rem !important; }
  .xl\:-mx-164 {
    margin-left: -41rem !important;
    margin-right: -41rem !important; }
  .xl\:-my-168 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important; }
  .xl\:-mx-168 {
    margin-left: -42rem !important;
    margin-right: -42rem !important; }
  .xl\:-my-172 {
    margin-top: -43rem !important;
    margin-bottom: -43rem !important; }
  .xl\:-mx-172 {
    margin-left: -43rem !important;
    margin-right: -43rem !important; }
  .xl\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important; }
  .xl\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important; }
  .xl\:-my-180 {
    margin-top: -45rem !important;
    margin-bottom: -45rem !important; }
  .xl\:-mx-180 {
    margin-left: -45rem !important;
    margin-right: -45rem !important; }
  .xl\:-my-184 {
    margin-top: -46rem !important;
    margin-bottom: -46rem !important; }
  .xl\:-mx-184 {
    margin-left: -46rem !important;
    margin-right: -46rem !important; }
  .xl\:-my-188 {
    margin-top: -47rem !important;
    margin-bottom: -47rem !important; }
  .xl\:-mx-188 {
    margin-left: -47rem !important;
    margin-right: -47rem !important; }
  .xl\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important; }
  .xl\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important; }
  .xl\:-my-196 {
    margin-top: -49rem !important;
    margin-bottom: -49rem !important; }
  .xl\:-mx-196 {
    margin-left: -49rem !important;
    margin-right: -49rem !important; }
  .xl\:-my-200 {
    margin-top: -50rem !important;
    margin-bottom: -50rem !important; }
  .xl\:-mx-200 {
    margin-left: -50rem !important;
    margin-right: -50rem !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-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .xl\:-mx-2px {
    margin-left: -2px !important;
    margin-right: -2px !important; }
  .xl\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .xl\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .xl\:-my-2\/2 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .xl\:-mx-2\/2 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .xl\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .xl\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .xl\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .xl\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .xl\:-my-3\/3 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .xl\:-mx-3\/3 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .xl\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important; }
  .xl\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important; }
  .xl\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .xl\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .xl\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important; }
  .xl\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important; }
  .xl\:-my-4\/4 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .xl\:-mx-4\/4 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .xl\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important; }
  .xl\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important; }
  .xl\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important; }
  .xl\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important; }
  .xl\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important; }
  .xl\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important; }
  .xl\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important; }
  .xl\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important; }
  .xl\:-my-5\/5 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .xl\:-mx-5\/5 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .xl\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important; }
  .xl\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important; }
  .xl\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .xl\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .xl\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .xl\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .xl\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .xl\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .xl\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important; }
  .xl\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important; }
  .xl\:-my-6\/6 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .xl\:-mx-6\/6 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .xl\:-my-1\/10 {
    margin-top: -10% !important;
    margin-bottom: -10% !important; }
  .xl\:-mx-1\/10 {
    margin-left: -10% !important;
    margin-right: -10% !important; }
  .xl\:-my-2\/10 {
    margin-top: -20% !important;
    margin-bottom: -20% !important; }
  .xl\:-mx-2\/10 {
    margin-left: -20% !important;
    margin-right: -20% !important; }
  .xl\:-my-3\/10 {
    margin-top: -30% !important;
    margin-bottom: -30% !important; }
  .xl\:-mx-3\/10 {
    margin-left: -30% !important;
    margin-right: -30% !important; }
  .xl\:-my-4\/10 {
    margin-top: -40% !important;
    margin-bottom: -40% !important; }
  .xl\:-mx-4\/10 {
    margin-left: -40% !important;
    margin-right: -40% !important; }
  .xl\:-my-5\/10 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .xl\:-mx-5\/10 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .xl\:-my-6\/10 {
    margin-top: -60% !important;
    margin-bottom: -60% !important; }
  .xl\:-mx-6\/10 {
    margin-left: -60% !important;
    margin-right: -60% !important; }
  .xl\:-my-7\/10 {
    margin-top: -70% !important;
    margin-bottom: -70% !important; }
  .xl\:-mx-7\/10 {
    margin-left: -70% !important;
    margin-right: -70% !important; }
  .xl\:-my-8\/10 {
    margin-top: -80% !important;
    margin-bottom: -80% !important; }
  .xl\:-mx-8\/10 {
    margin-left: -80% !important;
    margin-right: -80% !important; }
  .xl\:-my-9\/10 {
    margin-top: -90% !important;
    margin-bottom: -90% !important; }
  .xl\:-mx-9\/10 {
    margin-left: -90% !important;
    margin-right: -90% !important; }
  .xl\:-my-10\/10 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .xl\:-mx-10\/10 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .xl\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important; }
  .xl\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important; }
  .xl\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important; }
  .xl\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important; }
  .xl\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important; }
  .xl\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important; }
  .xl\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important; }
  .xl\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important; }
  .xl\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important; }
  .xl\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important; }
  .xl\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important; }
  .xl\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important; }
  .xl\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important; }
  .xl\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important; }
  .xl\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important; }
  .xl\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important; }
  .xl\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important; }
  .xl\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important; }
  .xl\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important; }
  .xl\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important; }
  .xl\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important; }
  .xl\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important; }
  .xl\:-my-12\/12 {
    margin-top: -100% !important;
    margin-bottom: -100% !important; }
  .xl\:-mx-12\/12 {
    margin-left: -100% !important;
    margin-right: -100% !important; }
  .xl\:mt-0 {
    margin-top: 0rem !important; }
  .xl\:mr-0 {
    margin-right: 0rem !important; }
  .xl\:mb-0 {
    margin-bottom: 0rem !important; }
  .xl\:ml-0 {
    margin-left: 0rem !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-7 {
    margin-top: 1.75rem !important; }
  .xl\:mr-7 {
    margin-right: 1.75rem !important; }
  .xl\:mb-7 {
    margin-bottom: 1.75rem !important; }
  .xl\:ml-7 {
    margin-left: 1.75rem !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-11 {
    margin-top: 2.75rem !important; }
  .xl\:mr-11 {
    margin-right: 2.75rem !important; }
  .xl\:mb-11 {
    margin-bottom: 2.75rem !important; }
  .xl\:ml-11 {
    margin-left: 2.75rem !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-13 {
    margin-top: 3.25rem !important; }
  .xl\:mr-13 {
    margin-right: 3.25rem !important; }
  .xl\:mb-13 {
    margin-bottom: 3.25rem !important; }
  .xl\:ml-13 {
    margin-left: 3.25rem !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-15 {
    margin-top: 3.75rem !important; }
  .xl\:mr-15 {
    margin-right: 3.75rem !important; }
  .xl\:mb-15 {
    margin-bottom: 3.75rem !important; }
  .xl\:ml-15 {
    margin-left: 3.75rem !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-17 {
    margin-top: 4.25rem !important; }
  .xl\:mr-17 {
    margin-right: 4.25rem !important; }
  .xl\:mb-17 {
    margin-bottom: 4.25rem !important; }
  .xl\:ml-17 {
    margin-left: 4.25rem !important; }
  .xl\:mt-18 {
    margin-top: 4.5rem !important; }
  .xl\:mr-18 {
    margin-right: 4.5rem !important; }
  .xl\:mb-18 {
    margin-bottom: 4.5rem !important; }
  .xl\:ml-18 {
    margin-left: 4.5rem !important; }
  .xl\:mt-19 {
    margin-top: 4.75rem !important; }
  .xl\:mr-19 {
    margin-right: 4.75rem !important; }
  .xl\:mb-19 {
    margin-bottom: 4.75rem !important; }
  .xl\:ml-19 {
    margin-left: 4.75rem !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-21 {
    margin-top: 5.25rem !important; }
  .xl\:mr-21 {
    margin-right: 5.25rem !important; }
  .xl\:mb-21 {
    margin-bottom: 5.25rem !important; }
  .xl\:ml-21 {
    margin-left: 5.25rem !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-23 {
    margin-top: 5.75rem !important; }
  .xl\:mr-23 {
    margin-right: 5.75rem !important; }
  .xl\:mb-23 {
    margin-bottom: 5.75rem !important; }
  .xl\:ml-23 {
    margin-left: 5.75rem !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-26 {
    margin-top: 6.5rem !important; }
  .xl\:mr-26 {
    margin-right: 6.5rem !important; }
  .xl\:mb-26 {
    margin-bottom: 6.5rem !important; }
  .xl\:ml-26 {
    margin-left: 6.5rem !important; }
  .xl\:mt-27 {
    margin-top: 6.75rem !important; }
  .xl\:mr-27 {
    margin-right: 6.75rem !important; }
  .xl\:mb-27 {
    margin-bottom: 6.75rem !important; }
  .xl\:ml-27 {
    margin-left: 6.75rem !important; }
  .xl\:mt-28 {
    margin-top: 7rem !important; }
  .xl\:mr-28 {
    margin-right: 7rem !important; }
  .xl\:mb-28 {
    margin-bottom: 7rem !important; }
  .xl\:ml-28 {
    margin-left: 7rem !important; }
  .xl\:mt-29 {
    margin-top: 7.25rem !important; }
  .xl\:mr-29 {
    margin-right: 7.25rem !important; }
  .xl\:mb-29 {
    margin-bottom: 7.25rem !important; }
  .xl\:ml-29 {
    margin-left: 7.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-31 {
    margin-top: 7.75rem !important; }
  .xl\:mr-31 {
    margin-right: 7.75rem !important; }
  .xl\:mb-31 {
    margin-bottom: 7.75rem !important; }
  .xl\:ml-31 {
    margin-left: 7.75rem !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-33 {
    margin-top: 8.25rem !important; }
  .xl\:mr-33 {
    margin-right: 8.25rem !important; }
  .xl\:mb-33 {
    margin-bottom: 8.25rem !important; }
  .xl\:ml-33 {
    margin-left: 8.25rem !important; }
  .xl\:mt-34 {
    margin-top: 8.5rem !important; }
  .xl\:mr-34 {
    margin-right: 8.5rem !important; }
  .xl\:mb-34 {
    margin-bottom: 8.5rem !important; }
  .xl\:ml-34 {
    margin-left: 8.5rem !important; }
  .xl\:mt-35 {
    margin-top: 8.75rem !important; }
  .xl\:mr-35 {
    margin-right: 8.75rem !important; }
  .xl\:mb-35 {
    margin-bottom: 8.75rem !important; }
  .xl\:ml-35 {
    margin-left: 8.75rem !important; }
  .xl\:mt-36 {
    margin-top: 9rem !important; }
  .xl\:mr-36 {
    margin-right: 9rem !important; }
  .xl\:mb-36 {
    margin-bottom: 9rem !important; }
  .xl\:ml-36 {
    margin-left: 9rem !important; }
  .xl\:mt-37 {
    margin-top: 9.25rem !important; }
  .xl\:mr-37 {
    margin-right: 9.25rem !important; }
  .xl\:mb-37 {
    margin-bottom: 9.25rem !important; }
  .xl\:ml-37 {
    margin-left: 9.25rem !important; }
  .xl\:mt-38 {
    margin-top: 9.5rem !important; }
  .xl\:mr-38 {
    margin-right: 9.5rem !important; }
  .xl\:mb-38 {
    margin-bottom: 9.5rem !important; }
  .xl\:ml-38 {
    margin-left: 9.5rem !important; }
  .xl\:mt-39 {
    margin-top: 9.75rem !important; }
  .xl\:mr-39 {
    margin-right: 9.75rem !important; }
  .xl\:mb-39 {
    margin-bottom: 9.75rem !important; }
  .xl\:ml-39 {
    margin-left: 9.75rem !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-41 {
    margin-top: 10.25rem !important; }
  .xl\:mr-41 {
    margin-right: 10.25rem !important; }
  .xl\:mb-41 {
    margin-bottom: 10.25rem !important; }
  .xl\:ml-41 {
    margin-left: 10.25rem !important; }
  .xl\:mt-42 {
    margin-top: 10.5rem !important; }
  .xl\:mr-42 {
    margin-right: 10.5rem !important; }
  .xl\:mb-42 {
    margin-bottom: 10.5rem !important; }
  .xl\:ml-42 {
    margin-left: 10.5rem !important; }
  .xl\:mt-43 {
    margin-top: 10.75rem !important; }
  .xl\:mr-43 {
    margin-right: 10.75rem !important; }
  .xl\:mb-43 {
    margin-bottom: 10.75rem !important; }
  .xl\:ml-43 {
    margin-left: 10.75rem !important; }
  .xl\:mt-44 {
    margin-top: 11rem !important; }
  .xl\:mr-44 {
    margin-right: 11rem !important; }
  .xl\:mb-44 {
    margin-bottom: 11rem !important; }
  .xl\:ml-44 {
    margin-left: 11rem !important; }
  .xl\:mt-45 {
    margin-top: 11.25rem !important; }
  .xl\:mr-45 {
    margin-right: 11.25rem !important; }
  .xl\:mb-45 {
    margin-bottom: 11.25rem !important; }
  .xl\:ml-45 {
    margin-left: 11.25rem !important; }
  .xl\:mt-46 {
    margin-top: 11.5rem !important; }
  .xl\:mr-46 {
    margin-right: 11.5rem !important; }
  .xl\:mb-46 {
    margin-bottom: 11.5rem !important; }
  .xl\:ml-46 {
    margin-left: 11.5rem !important; }
  .xl\:mt-47 {
    margin-top: 11.75rem !important; }
  .xl\:mr-47 {
    margin-right: 11.75rem !important; }
  .xl\:mb-47 {
    margin-bottom: 11.75rem !important; }
  .xl\:ml-47 {
    margin-left: 11.75rem !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-49 {
    margin-top: 12.25rem !important; }
  .xl\:mr-49 {
    margin-right: 12.25rem !important; }
  .xl\:mb-49 {
    margin-bottom: 12.25rem !important; }
  .xl\:ml-49 {
    margin-left: 12.25rem !important; }
  .xl\:mt-50 {
    margin-top: 12.5rem !important; }
  .xl\:mr-50 {
    margin-right: 12.5rem !important; }
  .xl\:mb-50 {
    margin-bottom: 12.5rem !important; }
  .xl\:ml-50 {
    margin-left: 12.5rem !important; }
  .xl\:mt-51 {
    margin-top: 12.75rem !important; }
  .xl\:mr-51 {
    margin-right: 12.75rem !important; }
  .xl\:mb-51 {
    margin-bottom: 12.75rem !important; }
  .xl\:ml-51 {
    margin-left: 12.75rem !important; }
  .xl\:mt-52 {
    margin-top: 13rem !important; }
  .xl\:mr-52 {
    margin-right: 13rem !important; }
  .xl\:mb-52 {
    margin-bottom: 13rem !important; }
  .xl\:ml-52 {
    margin-left: 13rem !important; }
  .xl\:mt-53 {
    margin-top: 13.25rem !important; }
  .xl\:mr-53 {
    margin-right: 13.25rem !important; }
  .xl\:mb-53 {
    margin-bottom: 13.25rem !important; }
  .xl\:ml-53 {
    margin-left: 13.25rem !important; }
  .xl\:mt-54 {
    margin-top: 13.5rem !important; }
  .xl\:mr-54 {
    margin-right: 13.5rem !important; }
  .xl\:mb-54 {
    margin-bottom: 13.5rem !important; }
  .xl\:ml-54 {
    margin-left: 13.5rem !important; }
  .xl\:mt-55 {
    margin-top: 13.75rem !important; }
  .xl\:mr-55 {
    margin-right: 13.75rem !important; }
  .xl\:mb-55 {
    margin-bottom: 13.75rem !important; }
  .xl\:ml-55 {
    margin-left: 13.75rem !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-57 {
    margin-top: 14.25rem !important; }
  .xl\:mr-57 {
    margin-right: 14.25rem !important; }
  .xl\:mb-57 {
    margin-bottom: 14.25rem !important; }
  .xl\:ml-57 {
    margin-left: 14.25rem !important; }
  .xl\:mt-58 {
    margin-top: 14.5rem !important; }
  .xl\:mr-58 {
    margin-right: 14.5rem !important; }
  .xl\:mb-58 {
    margin-bottom: 14.5rem !important; }
  .xl\:ml-58 {
    margin-left: 14.5rem !important; }
  .xl\:mt-59 {
    margin-top: 14.75rem !important; }
  .xl\:mr-59 {
    margin-right: 14.75rem !important; }
  .xl\:mb-59 {
    margin-bottom: 14.75rem !important; }
  .xl\:ml-59 {
    margin-left: 14.75rem !important; }
  .xl\:mt-60 {
    margin-top: 15rem !important; }
  .xl\:mr-60 {
    margin-right: 15rem !important; }
  .xl\:mb-60 {
    margin-bottom: 15rem !important; }
  .xl\:ml-60 {
    margin-left: 15rem !important; }
  .xl\:mt-61 {
    margin-top: 15.25rem !important; }
  .xl\:mr-61 {
    margin-right: 15.25rem !important; }
  .xl\:mb-61 {
    margin-bottom: 15.25rem !important; }
  .xl\:ml-61 {
    margin-left: 15.25rem !important; }
  .xl\:mt-62 {
    margin-top: 15.5rem !important; }
  .xl\:mr-62 {
    margin-right: 15.5rem !important; }
  .xl\:mb-62 {
    margin-bottom: 15.5rem !important; }
  .xl\:ml-62 {
    margin-left: 15.5rem !important; }
  .xl\:mt-63 {
    margin-top: 15.75rem !important; }
  .xl\:mr-63 {
    margin-right: 15.75rem !important; }
  .xl\:mb-63 {
    margin-bottom: 15.75rem !important; }
  .xl\:ml-63 {
    margin-left: 15.75rem !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-65 {
    margin-top: 16.25rem !important; }
  .xl\:mr-65 {
    margin-right: 16.25rem !important; }
  .xl\:mb-65 {
    margin-bottom: 16.25rem !important; }
  .xl\:ml-65 {
    margin-left: 16.25rem !important; }
  .xl\:mt-66 {
    margin-top: 16.5rem !important; }
  .xl\:mr-66 {
    margin-right: 16.5rem !important; }
  .xl\:mb-66 {
    margin-bottom: 16.5rem !important; }
  .xl\:ml-66 {
    margin-left: 16.5rem !important; }
  .xl\:mt-67 {
    margin-top: 16.75rem !important; }
  .xl\:mr-67 {
    margin-right: 16.75rem !important; }
  .xl\:mb-67 {
    margin-bottom: 16.75rem !important; }
  .xl\:ml-67 {
    margin-left: 16.75rem !important; }
  .xl\:mt-68 {
    margin-top: 17rem !important; }
  .xl\:mr-68 {
    margin-right: 17rem !important; }
  .xl\:mb-68 {
    margin-bottom: 17rem !important; }
  .xl\:ml-68 {
    margin-left: 17rem !important; }
  .xl\:mt-69 {
    margin-top: 17.25rem !important; }
  .xl\:mr-69 {
    margin-right: 17.25rem !important; }
  .xl\:mb-69 {
    margin-bottom: 17.25rem !important; }
  .xl\:ml-69 {
    margin-left: 17.25rem !important; }
  .xl\:mt-70 {
    margin-top: 17.5rem !important; }
  .xl\:mr-70 {
    margin-right: 17.5rem !important; }
  .xl\:mb-70 {
    margin-bottom: 17.5rem !important; }
  .xl\:ml-70 {
    margin-left: 17.5rem !important; }
  .xl\:mt-71 {
    margin-top: 17.75rem !important; }
  .xl\:mr-71 {
    margin-right: 17.75rem !important; }
  .xl\:mb-71 {
    margin-bottom: 17.75rem !important; }
  .xl\:ml-71 {
    margin-left: 17.75rem !important; }
  .xl\:mt-72 {
    margin-top: 18rem !important; }
  .xl\:mr-72 {
    margin-right: 18rem !important; }
  .xl\:mb-72 {
    margin-bottom: 18rem !important; }
  .xl\:ml-72 {
    margin-left: 18rem !important; }
  .xl\:mt-73 {
    margin-top: 18.25rem !important; }
  .xl\:mr-73 {
    margin-right: 18.25rem !important; }
  .xl\:mb-73 {
    margin-bottom: 18.25rem !important; }
  .xl\:ml-73 {
    margin-left: 18.25rem !important; }
  .xl\:mt-74 {
    margin-top: 18.5rem !important; }
  .xl\:mr-74 {
    margin-right: 18.5rem !important; }
  .xl\:mb-74 {
    margin-bottom: 18.5rem !important; }
  .xl\:ml-74 {
    margin-left: 18.5rem !important; }
  .xl\:mt-75 {
    margin-top: 18.75rem !important; }
  .xl\:mr-75 {
    margin-right: 18.75rem !important; }
  .xl\:mb-75 {
    margin-bottom: 18.75rem !important; }
  .xl\:ml-75 {
    margin-left: 18.75rem !important; }
  .xl\:mt-76 {
    margin-top: 19rem !important; }
  .xl\:mr-76 {
    margin-right: 19rem !important; }
  .xl\:mb-76 {
    margin-bottom: 19rem !important; }
  .xl\:ml-76 {
    margin-left: 19rem !important; }
  .xl\:mt-77 {
    margin-top: 19.25rem !important; }
  .xl\:mr-77 {
    margin-right: 19.25rem !important; }
  .xl\:mb-77 {
    margin-bottom: 19.25rem !important; }
  .xl\:ml-77 {
    margin-left: 19.25rem !important; }
  .xl\:mt-78 {
    margin-top: 19.5rem !important; }
  .xl\:mr-78 {
    margin-right: 19.5rem !important; }
  .xl\:mb-78 {
    margin-bottom: 19.5rem !important; }
  .xl\:ml-78 {
    margin-left: 19.5rem !important; }
  .xl\:mt-79 {
    margin-top: 19.75rem !important; }
  .xl\:mr-79 {
    margin-right: 19.75rem !important; }
  .xl\:mb-79 {
    margin-bottom: 19.75rem !important; }
  .xl\:ml-79 {
    margin-left: 19.75rem !important; }
  .xl\:mt-80 {
    margin-top: 20rem !important; }
  .xl\:mr-80 {
    margin-right: 20rem !important; }
  .xl\:mb-80 {
    margin-bottom: 20rem !important; }
  .xl\:ml-80 {
    margin-left: 20rem !important; }
  .xl\:mt-84 {
    margin-top: 21rem !important; }
  .xl\:mr-84 {
    margin-right: 21rem !important; }
  .xl\:mb-84 {
    margin-bottom: 21rem !important; }
  .xl\:ml-84 {
    margin-left: 21rem !important; }
  .xl\:mt-88 {
    margin-top: 22rem !important; }
  .xl\:mr-88 {
    margin-right: 22rem !important; }
  .xl\:mb-88 {
    margin-bottom: 22rem !important; }
  .xl\:ml-88 {
    margin-left: 22rem !important; }
  .xl\:mt-92 {
    margin-top: 23rem !important; }
  .xl\:mr-92 {
    margin-right: 23rem !important; }
  .xl\:mb-92 {
    margin-bottom: 23rem !important; }
  .xl\:ml-92 {
    margin-left: 23rem !important; }
  .xl\:mt-96 {
    margin-top: 24rem !important; }
  .xl\:mr-96 {
    margin-right: 24rem !important; }
  .xl\:mb-96 {
    margin-bottom: 24rem !important; }
  .xl\:ml-96 {
    margin-left: 24rem !important; }
  .xl\:mt-100 {
    margin-top: 25rem !important; }
  .xl\:mr-100 {
    margin-right: 25rem !important; }
  .xl\:mb-100 {
    margin-bottom: 25rem !important; }
  .xl\:ml-100 {
    margin-left: 25rem !important; }
  .xl\:mt-104 {
    margin-top: 26rem !important; }
  .xl\:mr-104 {
    margin-right: 26rem !important; }
  .xl\:mb-104 {
    margin-bottom: 26rem !important; }
  .xl\:ml-104 {
    margin-left: 26rem !important; }
  .xl\:mt-108 {
    margin-top: 27rem !important; }
  .xl\:mr-108 {
    margin-right: 27rem !important; }
  .xl\:mb-108 {
    margin-bottom: 27rem !important; }
  .xl\:ml-108 {
    margin-left: 27rem !important; }
  .xl\:mt-112 {
    margin-top: 28rem !important; }
  .xl\:mr-112 {
    margin-right: 28rem !important; }
  .xl\:mb-112 {
    margin-bottom: 28rem !important; }
  .xl\:ml-112 {
    margin-left: 28rem !important; }
  .xl\:mt-116 {
    margin-top: 29rem !important; }
  .xl\:mr-116 {
    margin-right: 29rem !important; }
  .xl\:mb-116 {
    margin-bottom: 29rem !important; }
  .xl\:ml-116 {
    margin-left: 29rem !important; }
  .xl\:mt-120 {
    margin-top: 30rem !important; }
  .xl\:mr-120 {
    margin-right: 30rem !important; }
  .xl\:mb-120 {
    margin-bottom: 30rem !important; }
  .xl\:ml-120 {
    margin-left: 30rem !important; }
  .xl\:mt-124 {
    margin-top: 31rem !important; }
  .xl\:mr-124 {
    margin-right: 31rem !important; }
  .xl\:mb-124 {
    margin-bottom: 31rem !important; }
  .xl\:ml-124 {
    margin-left: 31rem !important; }
  .xl\:mt-128 {
    margin-top: 32rem !important; }
  .xl\:mr-128 {
    margin-right: 32rem !important; }
  .xl\:mb-128 {
    margin-bottom: 32rem !important; }
  .xl\:ml-128 {
    margin-left: 32rem !important; }
  .xl\:mt-132 {
    margin-top: 33rem !important; }
  .xl\:mr-132 {
    margin-right: 33rem !important; }
  .xl\:mb-132 {
    margin-bottom: 33rem !important; }
  .xl\:ml-132 {
    margin-left: 33rem !important; }
  .xl\:mt-136 {
    margin-top: 34rem !important; }
  .xl\:mr-136 {
    margin-right: 34rem !important; }
  .xl\:mb-136 {
    margin-bottom: 34rem !important; }
  .xl\:ml-136 {
    margin-left: 34rem !important; }
  .xl\:mt-140 {
    margin-top: 35rem !important; }
  .xl\:mr-140 {
    margin-right: 35rem !important; }
  .xl\:mb-140 {
    margin-bottom: 35rem !important; }
  .xl\:ml-140 {
    margin-left: 35rem !important; }
  .xl\:mt-144 {
    margin-top: 36rem !important; }
  .xl\:mr-144 {
    margin-right: 36rem !important; }
  .xl\:mb-144 {
    margin-bottom: 36rem !important; }
  .xl\:ml-144 {
    margin-left: 36rem !important; }
  .xl\:mt-148 {
    margin-top: 37rem !important; }
  .xl\:mr-148 {
    margin-right: 37rem !important; }
  .xl\:mb-148 {
    margin-bottom: 37rem !important; }
  .xl\:ml-148 {
    margin-left: 37rem !important; }
  .xl\:mt-152 {
    margin-top: 38rem !important; }
  .xl\:mr-152 {
    margin-right: 38rem !important; }
  .xl\:mb-152 {
    margin-bottom: 38rem !important; }
  .xl\:ml-152 {
    margin-left: 38rem !important; }
  .xl\:mt-156 {
    margin-top: 39rem !important; }
  .xl\:mr-156 {
    margin-right: 39rem !important; }
  .xl\:mb-156 {
    margin-bottom: 39rem !important; }
  .xl\:ml-156 {
    margin-left: 39rem !important; }
  .xl\:mt-160 {
    margin-top: 40rem !important; }
  .xl\:mr-160 {
    margin-right: 40rem !important; }
  .xl\:mb-160 {
    margin-bottom: 40rem !important; }
  .xl\:ml-160 {
    margin-left: 40rem !important; }
  .xl\:mt-164 {
    margin-top: 41rem !important; }
  .xl\:mr-164 {
    margin-right: 41rem !important; }
  .xl\:mb-164 {
    margin-bottom: 41rem !important; }
  .xl\:ml-164 {
    margin-left: 41rem !important; }
  .xl\:mt-168 {
    margin-top: 42rem !important; }
  .xl\:mr-168 {
    margin-right: 42rem !important; }
  .xl\:mb-168 {
    margin-bottom: 42rem !important; }
  .xl\:ml-168 {
    margin-left: 42rem !important; }
  .xl\:mt-172 {
    margin-top: 43rem !important; }
  .xl\:mr-172 {
    margin-right: 43rem !important; }
  .xl\:mb-172 {
    margin-bottom: 43rem !important; }
  .xl\:ml-172 {
    margin-left: 43rem !important; }
  .xl\:mt-176 {
    margin-top: 44rem !important; }
  .xl\:mr-176 {
    margin-right: 44rem !important; }
  .xl\:mb-176 {
    margin-bottom: 44rem !important; }
  .xl\:ml-176 {
    margin-left: 44rem !important; }
  .xl\:mt-180 {
    margin-top: 45rem !important; }
  .xl\:mr-180 {
    margin-right: 45rem !important; }
  .xl\:mb-180 {
    margin-bottom: 45rem !important; }
  .xl\:ml-180 {
    margin-left: 45rem !important; }
  .xl\:mt-184 {
    margin-top: 46rem !important; }
  .xl\:mr-184 {
    margin-right: 46rem !important; }
  .xl\:mb-184 {
    margin-bottom: 46rem !important; }
  .xl\:ml-184 {
    margin-left: 46rem !important; }
  .xl\:mt-188 {
    margin-top: 47rem !important; }
  .xl\:mr-188 {
    margin-right: 47rem !important; }
  .xl\:mb-188 {
    margin-bottom: 47rem !important; }
  .xl\:ml-188 {
    margin-left: 47rem !important; }
  .xl\:mt-192 {
    margin-top: 48rem !important; }
  .xl\:mr-192 {
    margin-right: 48rem !important; }
  .xl\:mb-192 {
    margin-bottom: 48rem !important; }
  .xl\:ml-192 {
    margin-left: 48rem !important; }
  .xl\:mt-196 {
    margin-top: 49rem !important; }
  .xl\:mr-196 {
    margin-right: 49rem !important; }
  .xl\:mb-196 {
    margin-bottom: 49rem !important; }
  .xl\:ml-196 {
    margin-left: 49rem !important; }
  .xl\:mt-200 {
    margin-top: 50rem !important; }
  .xl\:mr-200 {
    margin-right: 50rem !important; }
  .xl\:mb-200 {
    margin-bottom: 50rem !important; }
  .xl\:ml-200 {
    margin-left: 50rem !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-2px {
    margin-top: 2px !important; }
  .xl\:mr-2px {
    margin-right: 2px !important; }
  .xl\:mb-2px {
    margin-bottom: 2px !important; }
  .xl\:ml-2px {
    margin-left: 2px !important; }
  .xl\:mt-1\/2 {
    margin-top: 50% !important; }
  .xl\:mr-1\/2 {
    margin-right: 50% !important; }
  .xl\:mb-1\/2 {
    margin-bottom: 50% !important; }
  .xl\:ml-1\/2 {
    margin-left: 50% !important; }
  .xl\:mt-2\/2 {
    margin-top: 100% !important; }
  .xl\:mr-2\/2 {
    margin-right: 100% !important; }
  .xl\:mb-2\/2 {
    margin-bottom: 100% !important; }
  .xl\:ml-2\/2 {
    margin-left: 100% !important; }
  .xl\:mt-1\/3 {
    margin-top: 33.333333% !important; }
  .xl\:mr-1\/3 {
    margin-right: 33.333333% !important; }
  .xl\:mb-1\/3 {
    margin-bottom: 33.333333% !important; }
  .xl\:ml-1\/3 {
    margin-left: 33.333333% !important; }
  .xl\:mt-2\/3 {
    margin-top: 66.666667% !important; }
  .xl\:mr-2\/3 {
    margin-right: 66.666667% !important; }
  .xl\:mb-2\/3 {
    margin-bottom: 66.666667% !important; }
  .xl\:ml-2\/3 {
    margin-left: 66.666667% !important; }
  .xl\:mt-3\/3 {
    margin-top: 100% !important; }
  .xl\:mr-3\/3 {
    margin-right: 100% !important; }
  .xl\:mb-3\/3 {
    margin-bottom: 100% !important; }
  .xl\:ml-3\/3 {
    margin-left: 100% !important; }
  .xl\:mt-1\/4 {
    margin-top: 25% !important; }
  .xl\:mr-1\/4 {
    margin-right: 25% !important; }
  .xl\:mb-1\/4 {
    margin-bottom: 25% !important; }
  .xl\:ml-1\/4 {
    margin-left: 25% !important; }
  .xl\:mt-2\/4 {
    margin-top: 50% !important; }
  .xl\:mr-2\/4 {
    margin-right: 50% !important; }
  .xl\:mb-2\/4 {
    margin-bottom: 50% !important; }
  .xl\:ml-2\/4 {
    margin-left: 50% !important; }
  .xl\:mt-3\/4 {
    margin-top: 75% !important; }
  .xl\:mr-3\/4 {
    margin-right: 75% !important; }
  .xl\:mb-3\/4 {
    margin-bottom: 75% !important; }
  .xl\:ml-3\/4 {
    margin-left: 75% !important; }
  .xl\:mt-4\/4 {
    margin-top: 100% !important; }
  .xl\:mr-4\/4 {
    margin-right: 100% !important; }
  .xl\:mb-4\/4 {
    margin-bottom: 100% !important; }
  .xl\:ml-4\/4 {
    margin-left: 100% !important; }
  .xl\:mt-1\/5 {
    margin-top: 20% !important; }
  .xl\:mr-1\/5 {
    margin-right: 20% !important; }
  .xl\:mb-1\/5 {
    margin-bottom: 20% !important; }
  .xl\:ml-1\/5 {
    margin-left: 20% !important; }
  .xl\:mt-2\/5 {
    margin-top: 40% !important; }
  .xl\:mr-2\/5 {
    margin-right: 40% !important; }
  .xl\:mb-2\/5 {
    margin-bottom: 40% !important; }
  .xl\:ml-2\/5 {
    margin-left: 40% !important; }
  .xl\:mt-3\/5 {
    margin-top: 60% !important; }
  .xl\:mr-3\/5 {
    margin-right: 60% !important; }
  .xl\:mb-3\/5 {
    margin-bottom: 60% !important; }
  .xl\:ml-3\/5 {
    margin-left: 60% !important; }
  .xl\:mt-4\/5 {
    margin-top: 80% !important; }
  .xl\:mr-4\/5 {
    margin-right: 80% !important; }
  .xl\:mb-4\/5 {
    margin-bottom: 80% !important; }
  .xl\:ml-4\/5 {
    margin-left: 80% !important; }
  .xl\:mt-5\/5 {
    margin-top: 100% !important; }
  .xl\:mr-5\/5 {
    margin-right: 100% !important; }
  .xl\:mb-5\/5 {
    margin-bottom: 100% !important; }
  .xl\:ml-5\/5 {
    margin-left: 100% !important; }
  .xl\:mt-1\/6 {
    margin-top: 16.666667% !important; }
  .xl\:mr-1\/6 {
    margin-right: 16.666667% !important; }
  .xl\:mb-1\/6 {
    margin-bottom: 16.666667% !important; }
  .xl\:ml-1\/6 {
    margin-left: 16.666667% !important; }
  .xl\:mt-2\/6 {
    margin-top: 33.333333% !important; }
  .xl\:mr-2\/6 {
    margin-right: 33.333333% !important; }
  .xl\:mb-2\/6 {
    margin-bottom: 33.333333% !important; }
  .xl\:ml-2\/6 {
    margin-left: 33.333333% !important; }
  .xl\:mt-3\/6 {
    margin-top: 50% !important; }
  .xl\:mr-3\/6 {
    margin-right: 50% !important; }
  .xl\:mb-3\/6 {
    margin-bottom: 50% !important; }
  .xl\:ml-3\/6 {
    margin-left: 50% !important; }
  .xl\:mt-4\/6 {
    margin-top: 66.666667% !important; }
  .xl\:mr-4\/6 {
    margin-right: 66.666667% !important; }
  .xl\:mb-4\/6 {
    margin-bottom: 66.666667% !important; }
  .xl\:ml-4\/6 {
    margin-left: 66.666667% !important; }
  .xl\:mt-5\/6 {
    margin-top: 83.333333% !important; }
  .xl\:mr-5\/6 {
    margin-right: 83.333333% !important; }
  .xl\:mb-5\/6 {
    margin-bottom: 83.333333% !important; }
  .xl\:ml-5\/6 {
    margin-left: 83.333333% !important; }
  .xl\:mt-6\/6 {
    margin-top: 100% !important; }
  .xl\:mr-6\/6 {
    margin-right: 100% !important; }
  .xl\:mb-6\/6 {
    margin-bottom: 100% !important; }
  .xl\:ml-6\/6 {
    margin-left: 100% !important; }
  .xl\:mt-1\/10 {
    margin-top: 10% !important; }
  .xl\:mr-1\/10 {
    margin-right: 10% !important; }
  .xl\:mb-1\/10 {
    margin-bottom: 10% !important; }
  .xl\:ml-1\/10 {
    margin-left: 10% !important; }
  .xl\:mt-2\/10 {
    margin-top: 20% !important; }
  .xl\:mr-2\/10 {
    margin-right: 20% !important; }
  .xl\:mb-2\/10 {
    margin-bottom: 20% !important; }
  .xl\:ml-2\/10 {
    margin-left: 20% !important; }
  .xl\:mt-3\/10 {
    margin-top: 30% !important; }
  .xl\:mr-3\/10 {
    margin-right: 30% !important; }
  .xl\:mb-3\/10 {
    margin-bottom: 30% !important; }
  .xl\:ml-3\/10 {
    margin-left: 30% !important; }
  .xl\:mt-4\/10 {
    margin-top: 40% !important; }
  .xl\:mr-4\/10 {
    margin-right: 40% !important; }
  .xl\:mb-4\/10 {
    margin-bottom: 40% !important; }
  .xl\:ml-4\/10 {
    margin-left: 40% !important; }
  .xl\:mt-5\/10 {
    margin-top: 50% !important; }
  .xl\:mr-5\/10 {
    margin-right: 50% !important; }
  .xl\:mb-5\/10 {
    margin-bottom: 50% !important; }
  .xl\:ml-5\/10 {
    margin-left: 50% !important; }
  .xl\:mt-6\/10 {
    margin-top: 60% !important; }
  .xl\:mr-6\/10 {
    margin-right: 60% !important; }
  .xl\:mb-6\/10 {
    margin-bottom: 60% !important; }
  .xl\:ml-6\/10 {
    margin-left: 60% !important; }
  .xl\:mt-7\/10 {
    margin-top: 70% !important; }
  .xl\:mr-7\/10 {
    margin-right: 70% !important; }
  .xl\:mb-7\/10 {
    margin-bottom: 70% !important; }
  .xl\:ml-7\/10 {
    margin-left: 70% !important; }
  .xl\:mt-8\/10 {
    margin-top: 80% !important; }
  .xl\:mr-8\/10 {
    margin-right: 80% !important; }
  .xl\:mb-8\/10 {
    margin-bottom: 80% !important; }
  .xl\:ml-8\/10 {
    margin-left: 80% !important; }
  .xl\:mt-9\/10 {
    margin-top: 90% !important; }
  .xl\:mr-9\/10 {
    margin-right: 90% !important; }
  .xl\:mb-9\/10 {
    margin-bottom: 90% !important; }
  .xl\:ml-9\/10 {
    margin-left: 90% !important; }
  .xl\:mt-10\/10 {
    margin-top: 100% !important; }
  .xl\:mr-10\/10 {
    margin-right: 100% !important; }
  .xl\:mb-10\/10 {
    margin-bottom: 100% !important; }
  .xl\:ml-10\/10 {
    margin-left: 100% !important; }
  .xl\:mt-1\/12 {
    margin-top: 8.333333% !important; }
  .xl\:mr-1\/12 {
    margin-right: 8.333333% !important; }
  .xl\:mb-1\/12 {
    margin-bottom: 8.333333% !important; }
  .xl\:ml-1\/12 {
    margin-left: 8.333333% !important; }
  .xl\:mt-2\/12 {
    margin-top: 16.666667% !important; }
  .xl\:mr-2\/12 {
    margin-right: 16.666667% !important; }
  .xl\:mb-2\/12 {
    margin-bottom: 16.666667% !important; }
  .xl\:ml-2\/12 {
    margin-left: 16.666667% !important; }
  .xl\:mt-3\/12 {
    margin-top: 25% !important; }
  .xl\:mr-3\/12 {
    margin-right: 25% !important; }
  .xl\:mb-3\/12 {
    margin-bottom: 25% !important; }
  .xl\:ml-3\/12 {
    margin-left: 25% !important; }
  .xl\:mt-4\/12 {
    margin-top: 33.333333% !important; }
  .xl\:mr-4\/12 {
    margin-right: 33.333333% !important; }
  .xl\:mb-4\/12 {
    margin-bottom: 33.333333% !important; }
  .xl\:ml-4\/12 {
    margin-left: 33.333333% !important; }
  .xl\:mt-5\/12 {
    margin-top: 41.666667% !important; }
  .xl\:mr-5\/12 {
    margin-right: 41.666667% !important; }
  .xl\:mb-5\/12 {
    margin-bottom: 41.666667% !important; }
  .xl\:ml-5\/12 {
    margin-left: 41.666667% !important; }
  .xl\:mt-6\/12 {
    margin-top: 50% !important; }
  .xl\:mr-6\/12 {
    margin-right: 50% !important; }
  .xl\:mb-6\/12 {
    margin-bottom: 50% !important; }
  .xl\:ml-6\/12 {
    margin-left: 50% !important; }
  .xl\:mt-7\/12 {
    margin-top: 58.333333% !important; }
  .xl\:mr-7\/12 {
    margin-right: 58.333333% !important; }
  .xl\:mb-7\/12 {
    margin-bottom: 58.333333% !important; }
  .xl\:ml-7\/12 {
    margin-left: 58.333333% !important; }
  .xl\:mt-8\/12 {
    margin-top: 66.666667% !important; }
  .xl\:mr-8\/12 {
    margin-right: 66.666667% !important; }
  .xl\:mb-8\/12 {
    margin-bottom: 66.666667% !important; }
  .xl\:ml-8\/12 {
    margin-left: 66.666667% !important; }
  .xl\:mt-9\/12 {
    margin-top: 75% !important; }
  .xl\:mr-9\/12 {
    margin-right: 75% !important; }
  .xl\:mb-9\/12 {
    margin-bottom: 75% !important; }
  .xl\:ml-9\/12 {
    margin-left: 75% !important; }
  .xl\:mt-10\/12 {
    margin-top: 83.333333% !important; }
  .xl\:mr-10\/12 {
    margin-right: 83.333333% !important; }
  .xl\:mb-10\/12 {
    margin-bottom: 83.333333% !important; }
  .xl\:ml-10\/12 {
    margin-left: 83.333333% !important; }
  .xl\:mt-11\/12 {
    margin-top: 91.666667% !important; }
  .xl\:mr-11\/12 {
    margin-right: 91.666667% !important; }
  .xl\:mb-11\/12 {
    margin-bottom: 91.666667% !important; }
  .xl\:ml-11\/12 {
    margin-left: 91.666667% !important; }
  .xl\:mt-12\/12 {
    margin-top: 100% !important; }
  .xl\:mr-12\/12 {
    margin-right: 100% !important; }
  .xl\:mb-12\/12 {
    margin-bottom: 100% !important; }
  .xl\:ml-12\/12 {
    margin-left: 100% !important; }
  .xl\:-mt-0 {
    margin-top: 0rem !important; }
  .xl\:-mr-0 {
    margin-right: 0rem !important; }
  .xl\:-mb-0 {
    margin-bottom: 0rem !important; }
  .xl\:-ml-0 {
    margin-left: 0rem !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-7 {
    margin-top: -1.75rem !important; }
  .xl\:-mr-7 {
    margin-right: -1.75rem !important; }
  .xl\:-mb-7 {
    margin-bottom: -1.75rem !important; }
  .xl\:-ml-7 {
    margin-left: -1.75rem !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-11 {
    margin-top: -2.75rem !important; }
  .xl\:-mr-11 {
    margin-right: -2.75rem !important; }
  .xl\:-mb-11 {
    margin-bottom: -2.75rem !important; }
  .xl\:-ml-11 {
    margin-left: -2.75rem !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-13 {
    margin-top: -3.25rem !important; }
  .xl\:-mr-13 {
    margin-right: -3.25rem !important; }
  .xl\:-mb-13 {
    margin-bottom: -3.25rem !important; }
  .xl\:-ml-13 {
    margin-left: -3.25rem !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-15 {
    margin-top: -3.75rem !important; }
  .xl\:-mr-15 {
    margin-right: -3.75rem !important; }
  .xl\:-mb-15 {
    margin-bottom: -3.75rem !important; }
  .xl\:-ml-15 {
    margin-left: -3.75rem !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-17 {
    margin-top: -4.25rem !important; }
  .xl\:-mr-17 {
    margin-right: -4.25rem !important; }
  .xl\:-mb-17 {
    margin-bottom: -4.25rem !important; }
  .xl\:-ml-17 {
    margin-left: -4.25rem !important; }
  .xl\:-mt-18 {
    margin-top: -4.5rem !important; }
  .xl\:-mr-18 {
    margin-right: -4.5rem !important; }
  .xl\:-mb-18 {
    margin-bottom: -4.5rem !important; }
  .xl\:-ml-18 {
    margin-left: -4.5rem !important; }
  .xl\:-mt-19 {
    margin-top: -4.75rem !important; }
  .xl\:-mr-19 {
    margin-right: -4.75rem !important; }
  .xl\:-mb-19 {
    margin-bottom: -4.75rem !important; }
  .xl\:-ml-19 {
    margin-left: -4.75rem !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-21 {
    margin-top: -5.25rem !important; }
  .xl\:-mr-21 {
    margin-right: -5.25rem !important; }
  .xl\:-mb-21 {
    margin-bottom: -5.25rem !important; }
  .xl\:-ml-21 {
    margin-left: -5.25rem !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-23 {
    margin-top: -5.75rem !important; }
  .xl\:-mr-23 {
    margin-right: -5.75rem !important; }
  .xl\:-mb-23 {
    margin-bottom: -5.75rem !important; }
  .xl\:-ml-23 {
    margin-left: -5.75rem !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-26 {
    margin-top: -6.5rem !important; }
  .xl\:-mr-26 {
    margin-right: -6.5rem !important; }
  .xl\:-mb-26 {
    margin-bottom: -6.5rem !important; }
  .xl\:-ml-26 {
    margin-left: -6.5rem !important; }
  .xl\:-mt-27 {
    margin-top: -6.75rem !important; }
  .xl\:-mr-27 {
    margin-right: -6.75rem !important; }
  .xl\:-mb-27 {
    margin-bottom: -6.75rem !important; }
  .xl\:-ml-27 {
    margin-left: -6.75rem !important; }
  .xl\:-mt-28 {
    margin-top: -7rem !important; }
  .xl\:-mr-28 {
    margin-right: -7rem !important; }
  .xl\:-mb-28 {
    margin-bottom: -7rem !important; }
  .xl\:-ml-28 {
    margin-left: -7rem !important; }
  .xl\:-mt-29 {
    margin-top: -7.25rem !important; }
  .xl\:-mr-29 {
    margin-right: -7.25rem !important; }
  .xl\:-mb-29 {
    margin-bottom: -7.25rem !important; }
  .xl\:-ml-29 {
    margin-left: -7.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-31 {
    margin-top: -7.75rem !important; }
  .xl\:-mr-31 {
    margin-right: -7.75rem !important; }
  .xl\:-mb-31 {
    margin-bottom: -7.75rem !important; }
  .xl\:-ml-31 {
    margin-left: -7.75rem !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-33 {
    margin-top: -8.25rem !important; }
  .xl\:-mr-33 {
    margin-right: -8.25rem !important; }
  .xl\:-mb-33 {
    margin-bottom: -8.25rem !important; }
  .xl\:-ml-33 {
    margin-left: -8.25rem !important; }
  .xl\:-mt-34 {
    margin-top: -8.5rem !important; }
  .xl\:-mr-34 {
    margin-right: -8.5rem !important; }
  .xl\:-mb-34 {
    margin-bottom: -8.5rem !important; }
  .xl\:-ml-34 {
    margin-left: -8.5rem !important; }
  .xl\:-mt-35 {
    margin-top: -8.75rem !important; }
  .xl\:-mr-35 {
    margin-right: -8.75rem !important; }
  .xl\:-mb-35 {
    margin-bottom: -8.75rem !important; }
  .xl\:-ml-35 {
    margin-left: -8.75rem !important; }
  .xl\:-mt-36 {
    margin-top: -9rem !important; }
  .xl\:-mr-36 {
    margin-right: -9rem !important; }
  .xl\:-mb-36 {
    margin-bottom: -9rem !important; }
  .xl\:-ml-36 {
    margin-left: -9rem !important; }
  .xl\:-mt-37 {
    margin-top: -9.25rem !important; }
  .xl\:-mr-37 {
    margin-right: -9.25rem !important; }
  .xl\:-mb-37 {
    margin-bottom: -9.25rem !important; }
  .xl\:-ml-37 {
    margin-left: -9.25rem !important; }
  .xl\:-mt-38 {
    margin-top: -9.5rem !important; }
  .xl\:-mr-38 {
    margin-right: -9.5rem !important; }
  .xl\:-mb-38 {
    margin-bottom: -9.5rem !important; }
  .xl\:-ml-38 {
    margin-left: -9.5rem !important; }
  .xl\:-mt-39 {
    margin-top: -9.75rem !important; }
  .xl\:-mr-39 {
    margin-right: -9.75rem !important; }
  .xl\:-mb-39 {
    margin-bottom: -9.75rem !important; }
  .xl\:-ml-39 {
    margin-left: -9.75rem !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-41 {
    margin-top: -10.25rem !important; }
  .xl\:-mr-41 {
    margin-right: -10.25rem !important; }
  .xl\:-mb-41 {
    margin-bottom: -10.25rem !important; }
  .xl\:-ml-41 {
    margin-left: -10.25rem !important; }
  .xl\:-mt-42 {
    margin-top: -10.5rem !important; }
  .xl\:-mr-42 {
    margin-right: -10.5rem !important; }
  .xl\:-mb-42 {
    margin-bottom: -10.5rem !important; }
  .xl\:-ml-42 {
    margin-left: -10.5rem !important; }
  .xl\:-mt-43 {
    margin-top: -10.75rem !important; }
  .xl\:-mr-43 {
    margin-right: -10.75rem !important; }
  .xl\:-mb-43 {
    margin-bottom: -10.75rem !important; }
  .xl\:-ml-43 {
    margin-left: -10.75rem !important; }
  .xl\:-mt-44 {
    margin-top: -11rem !important; }
  .xl\:-mr-44 {
    margin-right: -11rem !important; }
  .xl\:-mb-44 {
    margin-bottom: -11rem !important; }
  .xl\:-ml-44 {
    margin-left: -11rem !important; }
  .xl\:-mt-45 {
    margin-top: -11.25rem !important; }
  .xl\:-mr-45 {
    margin-right: -11.25rem !important; }
  .xl\:-mb-45 {
    margin-bottom: -11.25rem !important; }
  .xl\:-ml-45 {
    margin-left: -11.25rem !important; }
  .xl\:-mt-46 {
    margin-top: -11.5rem !important; }
  .xl\:-mr-46 {
    margin-right: -11.5rem !important; }
  .xl\:-mb-46 {
    margin-bottom: -11.5rem !important; }
  .xl\:-ml-46 {
    margin-left: -11.5rem !important; }
  .xl\:-mt-47 {
    margin-top: -11.75rem !important; }
  .xl\:-mr-47 {
    margin-right: -11.75rem !important; }
  .xl\:-mb-47 {
    margin-bottom: -11.75rem !important; }
  .xl\:-ml-47 {
    margin-left: -11.75rem !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-49 {
    margin-top: -12.25rem !important; }
  .xl\:-mr-49 {
    margin-right: -12.25rem !important; }
  .xl\:-mb-49 {
    margin-bottom: -12.25rem !important; }
  .xl\:-ml-49 {
    margin-left: -12.25rem !important; }
  .xl\:-mt-50 {
    margin-top: -12.5rem !important; }
  .xl\:-mr-50 {
    margin-right: -12.5rem !important; }
  .xl\:-mb-50 {
    margin-bottom: -12.5rem !important; }
  .xl\:-ml-50 {
    margin-left: -12.5rem !important; }
  .xl\:-mt-51 {
    margin-top: -12.75rem !important; }
  .xl\:-mr-51 {
    margin-right: -12.75rem !important; }
  .xl\:-mb-51 {
    margin-bottom: -12.75rem !important; }
  .xl\:-ml-51 {
    margin-left: -12.75rem !important; }
  .xl\:-mt-52 {
    margin-top: -13rem !important; }
  .xl\:-mr-52 {
    margin-right: -13rem !important; }
  .xl\:-mb-52 {
    margin-bottom: -13rem !important; }
  .xl\:-ml-52 {
    margin-left: -13rem !important; }
  .xl\:-mt-53 {
    margin-top: -13.25rem !important; }
  .xl\:-mr-53 {
    margin-right: -13.25rem !important; }
  .xl\:-mb-53 {
    margin-bottom: -13.25rem !important; }
  .xl\:-ml-53 {
    margin-left: -13.25rem !important; }
  .xl\:-mt-54 {
    margin-top: -13.5rem !important; }
  .xl\:-mr-54 {
    margin-right: -13.5rem !important; }
  .xl\:-mb-54 {
    margin-bottom: -13.5rem !important; }
  .xl\:-ml-54 {
    margin-left: -13.5rem !important; }
  .xl\:-mt-55 {
    margin-top: -13.75rem !important; }
  .xl\:-mr-55 {
    margin-right: -13.75rem !important; }
  .xl\:-mb-55 {
    margin-bottom: -13.75rem !important; }
  .xl\:-ml-55 {
    margin-left: -13.75rem !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-57 {
    margin-top: -14.25rem !important; }
  .xl\:-mr-57 {
    margin-right: -14.25rem !important; }
  .xl\:-mb-57 {
    margin-bottom: -14.25rem !important; }
  .xl\:-ml-57 {
    margin-left: -14.25rem !important; }
  .xl\:-mt-58 {
    margin-top: -14.5rem !important; }
  .xl\:-mr-58 {
    margin-right: -14.5rem !important; }
  .xl\:-mb-58 {
    margin-bottom: -14.5rem !important; }
  .xl\:-ml-58 {
    margin-left: -14.5rem !important; }
  .xl\:-mt-59 {
    margin-top: -14.75rem !important; }
  .xl\:-mr-59 {
    margin-right: -14.75rem !important; }
  .xl\:-mb-59 {
    margin-bottom: -14.75rem !important; }
  .xl\:-ml-59 {
    margin-left: -14.75rem !important; }
  .xl\:-mt-60 {
    margin-top: -15rem !important; }
  .xl\:-mr-60 {
    margin-right: -15rem !important; }
  .xl\:-mb-60 {
    margin-bottom: -15rem !important; }
  .xl\:-ml-60 {
    margin-left: -15rem !important; }
  .xl\:-mt-61 {
    margin-top: -15.25rem !important; }
  .xl\:-mr-61 {
    margin-right: -15.25rem !important; }
  .xl\:-mb-61 {
    margin-bottom: -15.25rem !important; }
  .xl\:-ml-61 {
    margin-left: -15.25rem !important; }
  .xl\:-mt-62 {
    margin-top: -15.5rem !important; }
  .xl\:-mr-62 {
    margin-right: -15.5rem !important; }
  .xl\:-mb-62 {
    margin-bottom: -15.5rem !important; }
  .xl\:-ml-62 {
    margin-left: -15.5rem !important; }
  .xl\:-mt-63 {
    margin-top: -15.75rem !important; }
  .xl\:-mr-63 {
    margin-right: -15.75rem !important; }
  .xl\:-mb-63 {
    margin-bottom: -15.75rem !important; }
  .xl\:-ml-63 {
    margin-left: -15.75rem !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-65 {
    margin-top: -16.25rem !important; }
  .xl\:-mr-65 {
    margin-right: -16.25rem !important; }
  .xl\:-mb-65 {
    margin-bottom: -16.25rem !important; }
  .xl\:-ml-65 {
    margin-left: -16.25rem !important; }
  .xl\:-mt-66 {
    margin-top: -16.5rem !important; }
  .xl\:-mr-66 {
    margin-right: -16.5rem !important; }
  .xl\:-mb-66 {
    margin-bottom: -16.5rem !important; }
  .xl\:-ml-66 {
    margin-left: -16.5rem !important; }
  .xl\:-mt-67 {
    margin-top: -16.75rem !important; }
  .xl\:-mr-67 {
    margin-right: -16.75rem !important; }
  .xl\:-mb-67 {
    margin-bottom: -16.75rem !important; }
  .xl\:-ml-67 {
    margin-left: -16.75rem !important; }
  .xl\:-mt-68 {
    margin-top: -17rem !important; }
  .xl\:-mr-68 {
    margin-right: -17rem !important; }
  .xl\:-mb-68 {
    margin-bottom: -17rem !important; }
  .xl\:-ml-68 {
    margin-left: -17rem !important; }
  .xl\:-mt-69 {
    margin-top: -17.25rem !important; }
  .xl\:-mr-69 {
    margin-right: -17.25rem !important; }
  .xl\:-mb-69 {
    margin-bottom: -17.25rem !important; }
  .xl\:-ml-69 {
    margin-left: -17.25rem !important; }
  .xl\:-mt-70 {
    margin-top: -17.5rem !important; }
  .xl\:-mr-70 {
    margin-right: -17.5rem !important; }
  .xl\:-mb-70 {
    margin-bottom: -17.5rem !important; }
  .xl\:-ml-70 {
    margin-left: -17.5rem !important; }
  .xl\:-mt-71 {
    margin-top: -17.75rem !important; }
  .xl\:-mr-71 {
    margin-right: -17.75rem !important; }
  .xl\:-mb-71 {
    margin-bottom: -17.75rem !important; }
  .xl\:-ml-71 {
    margin-left: -17.75rem !important; }
  .xl\:-mt-72 {
    margin-top: -18rem !important; }
  .xl\:-mr-72 {
    margin-right: -18rem !important; }
  .xl\:-mb-72 {
    margin-bottom: -18rem !important; }
  .xl\:-ml-72 {
    margin-left: -18rem !important; }
  .xl\:-mt-73 {
    margin-top: -18.25rem !important; }
  .xl\:-mr-73 {
    margin-right: -18.25rem !important; }
  .xl\:-mb-73 {
    margin-bottom: -18.25rem !important; }
  .xl\:-ml-73 {
    margin-left: -18.25rem !important; }
  .xl\:-mt-74 {
    margin-top: -18.5rem !important; }
  .xl\:-mr-74 {
    margin-right: -18.5rem !important; }
  .xl\:-mb-74 {
    margin-bottom: -18.5rem !important; }
  .xl\:-ml-74 {
    margin-left: -18.5rem !important; }
  .xl\:-mt-75 {
    margin-top: -18.75rem !important; }
  .xl\:-mr-75 {
    margin-right: -18.75rem !important; }
  .xl\:-mb-75 {
    margin-bottom: -18.75rem !important; }
  .xl\:-ml-75 {
    margin-left: -18.75rem !important; }
  .xl\:-mt-76 {
    margin-top: -19rem !important; }
  .xl\:-mr-76 {
    margin-right: -19rem !important; }
  .xl\:-mb-76 {
    margin-bottom: -19rem !important; }
  .xl\:-ml-76 {
    margin-left: -19rem !important; }
  .xl\:-mt-77 {
    margin-top: -19.25rem !important; }
  .xl\:-mr-77 {
    margin-right: -19.25rem !important; }
  .xl\:-mb-77 {
    margin-bottom: -19.25rem !important; }
  .xl\:-ml-77 {
    margin-left: -19.25rem !important; }
  .xl\:-mt-78 {
    margin-top: -19.5rem !important; }
  .xl\:-mr-78 {
    margin-right: -19.5rem !important; }
  .xl\:-mb-78 {
    margin-bottom: -19.5rem !important; }
  .xl\:-ml-78 {
    margin-left: -19.5rem !important; }
  .xl\:-mt-79 {
    margin-top: -19.75rem !important; }
  .xl\:-mr-79 {
    margin-right: -19.75rem !important; }
  .xl\:-mb-79 {
    margin-bottom: -19.75rem !important; }
  .xl\:-ml-79 {
    margin-left: -19.75rem !important; }
  .xl\:-mt-80 {
    margin-top: -20rem !important; }
  .xl\:-mr-80 {
    margin-right: -20rem !important; }
  .xl\:-mb-80 {
    margin-bottom: -20rem !important; }
  .xl\:-ml-80 {
    margin-left: -20rem !important; }
  .xl\:-mt-84 {
    margin-top: -21rem !important; }
  .xl\:-mr-84 {
    margin-right: -21rem !important; }
  .xl\:-mb-84 {
    margin-bottom: -21rem !important; }
  .xl\:-ml-84 {
    margin-left: -21rem !important; }
  .xl\:-mt-88 {
    margin-top: -22rem !important; }
  .xl\:-mr-88 {
    margin-right: -22rem !important; }
  .xl\:-mb-88 {
    margin-bottom: -22rem !important; }
  .xl\:-ml-88 {
    margin-left: -22rem !important; }
  .xl\:-mt-92 {
    margin-top: -23rem !important; }
  .xl\:-mr-92 {
    margin-right: -23rem !important; }
  .xl\:-mb-92 {
    margin-bottom: -23rem !important; }
  .xl\:-ml-92 {
    margin-left: -23rem !important; }
  .xl\:-mt-96 {
    margin-top: -24rem !important; }
  .xl\:-mr-96 {
    margin-right: -24rem !important; }
  .xl\:-mb-96 {
    margin-bottom: -24rem !important; }
  .xl\:-ml-96 {
    margin-left: -24rem !important; }
  .xl\:-mt-100 {
    margin-top: -25rem !important; }
  .xl\:-mr-100 {
    margin-right: -25rem !important; }
  .xl\:-mb-100 {
    margin-bottom: -25rem !important; }
  .xl\:-ml-100 {
    margin-left: -25rem !important; }
  .xl\:-mt-104 {
    margin-top: -26rem !important; }
  .xl\:-mr-104 {
    margin-right: -26rem !important; }
  .xl\:-mb-104 {
    margin-bottom: -26rem !important; }
  .xl\:-ml-104 {
    margin-left: -26rem !important; }
  .xl\:-mt-108 {
    margin-top: -27rem !important; }
  .xl\:-mr-108 {
    margin-right: -27rem !important; }
  .xl\:-mb-108 {
    margin-bottom: -27rem !important; }
  .xl\:-ml-108 {
    margin-left: -27rem !important; }
  .xl\:-mt-112 {
    margin-top: -28rem !important; }
  .xl\:-mr-112 {
    margin-right: -28rem !important; }
  .xl\:-mb-112 {
    margin-bottom: -28rem !important; }
  .xl\:-ml-112 {
    margin-left: -28rem !important; }
  .xl\:-mt-116 {
    margin-top: -29rem !important; }
  .xl\:-mr-116 {
    margin-right: -29rem !important; }
  .xl\:-mb-116 {
    margin-bottom: -29rem !important; }
  .xl\:-ml-116 {
    margin-left: -29rem !important; }
  .xl\:-mt-120 {
    margin-top: -30rem !important; }
  .xl\:-mr-120 {
    margin-right: -30rem !important; }
  .xl\:-mb-120 {
    margin-bottom: -30rem !important; }
  .xl\:-ml-120 {
    margin-left: -30rem !important; }
  .xl\:-mt-124 {
    margin-top: -31rem !important; }
  .xl\:-mr-124 {
    margin-right: -31rem !important; }
  .xl\:-mb-124 {
    margin-bottom: -31rem !important; }
  .xl\:-ml-124 {
    margin-left: -31rem !important; }
  .xl\:-mt-128 {
    margin-top: -32rem !important; }
  .xl\:-mr-128 {
    margin-right: -32rem !important; }
  .xl\:-mb-128 {
    margin-bottom: -32rem !important; }
  .xl\:-ml-128 {
    margin-left: -32rem !important; }
  .xl\:-mt-132 {
    margin-top: -33rem !important; }
  .xl\:-mr-132 {
    margin-right: -33rem !important; }
  .xl\:-mb-132 {
    margin-bottom: -33rem !important; }
  .xl\:-ml-132 {
    margin-left: -33rem !important; }
  .xl\:-mt-136 {
    margin-top: -34rem !important; }
  .xl\:-mr-136 {
    margin-right: -34rem !important; }
  .xl\:-mb-136 {
    margin-bottom: -34rem !important; }
  .xl\:-ml-136 {
    margin-left: -34rem !important; }
  .xl\:-mt-140 {
    margin-top: -35rem !important; }
  .xl\:-mr-140 {
    margin-right: -35rem !important; }
  .xl\:-mb-140 {
    margin-bottom: -35rem !important; }
  .xl\:-ml-140 {
    margin-left: -35rem !important; }
  .xl\:-mt-144 {
    margin-top: -36rem !important; }
  .xl\:-mr-144 {
    margin-right: -36rem !important; }
  .xl\:-mb-144 {
    margin-bottom: -36rem !important; }
  .xl\:-ml-144 {
    margin-left: -36rem !important; }
  .xl\:-mt-148 {
    margin-top: -37rem !important; }
  .xl\:-mr-148 {
    margin-right: -37rem !important; }
  .xl\:-mb-148 {
    margin-bottom: -37rem !important; }
  .xl\:-ml-148 {
    margin-left: -37rem !important; }
  .xl\:-mt-152 {
    margin-top: -38rem !important; }
  .xl\:-mr-152 {
    margin-right: -38rem !important; }
  .xl\:-mb-152 {
    margin-bottom: -38rem !important; }
  .xl\:-ml-152 {
    margin-left: -38rem !important; }
  .xl\:-mt-156 {
    margin-top: -39rem !important; }
  .xl\:-mr-156 {
    margin-right: -39rem !important; }
  .xl\:-mb-156 {
    margin-bottom: -39rem !important; }
  .xl\:-ml-156 {
    margin-left: -39rem !important; }
  .xl\:-mt-160 {
    margin-top: -40rem !important; }
  .xl\:-mr-160 {
    margin-right: -40rem !important; }
  .xl\:-mb-160 {
    margin-bottom: -40rem !important; }
  .xl\:-ml-160 {
    margin-left: -40rem !important; }
  .xl\:-mt-164 {
    margin-top: -41rem !important; }
  .xl\:-mr-164 {
    margin-right: -41rem !important; }
  .xl\:-mb-164 {
    margin-bottom: -41rem !important; }
  .xl\:-ml-164 {
    margin-left: -41rem !important; }
  .xl\:-mt-168 {
    margin-top: -42rem !important; }
  .xl\:-mr-168 {
    margin-right: -42rem !important; }
  .xl\:-mb-168 {
    margin-bottom: -42rem !important; }
  .xl\:-ml-168 {
    margin-left: -42rem !important; }
  .xl\:-mt-172 {
    margin-top: -43rem !important; }
  .xl\:-mr-172 {
    margin-right: -43rem !important; }
  .xl\:-mb-172 {
    margin-bottom: -43rem !important; }
  .xl\:-ml-172 {
    margin-left: -43rem !important; }
  .xl\:-mt-176 {
    margin-top: -44rem !important; }
  .xl\:-mr-176 {
    margin-right: -44rem !important; }
  .xl\:-mb-176 {
    margin-bottom: -44rem !important; }
  .xl\:-ml-176 {
    margin-left: -44rem !important; }
  .xl\:-mt-180 {
    margin-top: -45rem !important; }
  .xl\:-mr-180 {
    margin-right: -45rem !important; }
  .xl\:-mb-180 {
    margin-bottom: -45rem !important; }
  .xl\:-ml-180 {
    margin-left: -45rem !important; }
  .xl\:-mt-184 {
    margin-top: -46rem !important; }
  .xl\:-mr-184 {
    margin-right: -46rem !important; }
  .xl\:-mb-184 {
    margin-bottom: -46rem !important; }
  .xl\:-ml-184 {
    margin-left: -46rem !important; }
  .xl\:-mt-188 {
    margin-top: -47rem !important; }
  .xl\:-mr-188 {
    margin-right: -47rem !important; }
  .xl\:-mb-188 {
    margin-bottom: -47rem !important; }
  .xl\:-ml-188 {
    margin-left: -47rem !important; }
  .xl\:-mt-192 {
    margin-top: -48rem !important; }
  .xl\:-mr-192 {
    margin-right: -48rem !important; }
  .xl\:-mb-192 {
    margin-bottom: -48rem !important; }
  .xl\:-ml-192 {
    margin-left: -48rem !important; }
  .xl\:-mt-196 {
    margin-top: -49rem !important; }
  .xl\:-mr-196 {
    margin-right: -49rem !important; }
  .xl\:-mb-196 {
    margin-bottom: -49rem !important; }
  .xl\:-ml-196 {
    margin-left: -49rem !important; }
  .xl\:-mt-200 {
    margin-top: -50rem !important; }
  .xl\:-mr-200 {
    margin-right: -50rem !important; }
  .xl\:-mb-200 {
    margin-bottom: -50rem !important; }
  .xl\:-ml-200 {
    margin-left: -50rem !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-2px {
    margin-top: -2px !important; }
  .xl\:-mr-2px {
    margin-right: -2px !important; }
  .xl\:-mb-2px {
    margin-bottom: -2px !important; }
  .xl\:-ml-2px {
    margin-left: -2px !important; }
  .xl\:-mt-1\/2 {
    margin-top: -50% !important; }
  .xl\:-mr-1\/2 {
    margin-right: -50% !important; }
  .xl\:-mb-1\/2 {
    margin-bottom: -50% !important; }
  .xl\:-ml-1\/2 {
    margin-left: -50% !important; }
  .xl\:-mt-2\/2 {
    margin-top: -100% !important; }
  .xl\:-mr-2\/2 {
    margin-right: -100% !important; }
  .xl\:-mb-2\/2 {
    margin-bottom: -100% !important; }
  .xl\:-ml-2\/2 {
    margin-left: -100% !important; }
  .xl\:-mt-1\/3 {
    margin-top: -33.33333% !important; }
  .xl\:-mr-1\/3 {
    margin-right: -33.33333% !important; }
  .xl\:-mb-1\/3 {
    margin-bottom: -33.33333% !important; }
  .xl\:-ml-1\/3 {
    margin-left: -33.33333% !important; }
  .xl\:-mt-2\/3 {
    margin-top: -66.66667% !important; }
  .xl\:-mr-2\/3 {
    margin-right: -66.66667% !important; }
  .xl\:-mb-2\/3 {
    margin-bottom: -66.66667% !important; }
  .xl\:-ml-2\/3 {
    margin-left: -66.66667% !important; }
  .xl\:-mt-3\/3 {
    margin-top: -100% !important; }
  .xl\:-mr-3\/3 {
    margin-right: -100% !important; }
  .xl\:-mb-3\/3 {
    margin-bottom: -100% !important; }
  .xl\:-ml-3\/3 {
    margin-left: -100% !important; }
  .xl\:-mt-1\/4 {
    margin-top: -25% !important; }
  .xl\:-mr-1\/4 {
    margin-right: -25% !important; }
  .xl\:-mb-1\/4 {
    margin-bottom: -25% !important; }
  .xl\:-ml-1\/4 {
    margin-left: -25% !important; }
  .xl\:-mt-2\/4 {
    margin-top: -50% !important; }
  .xl\:-mr-2\/4 {
    margin-right: -50% !important; }
  .xl\:-mb-2\/4 {
    margin-bottom: -50% !important; }
  .xl\:-ml-2\/4 {
    margin-left: -50% !important; }
  .xl\:-mt-3\/4 {
    margin-top: -75% !important; }
  .xl\:-mr-3\/4 {
    margin-right: -75% !important; }
  .xl\:-mb-3\/4 {
    margin-bottom: -75% !important; }
  .xl\:-ml-3\/4 {
    margin-left: -75% !important; }
  .xl\:-mt-4\/4 {
    margin-top: -100% !important; }
  .xl\:-mr-4\/4 {
    margin-right: -100% !important; }
  .xl\:-mb-4\/4 {
    margin-bottom: -100% !important; }
  .xl\:-ml-4\/4 {
    margin-left: -100% !important; }
  .xl\:-mt-1\/5 {
    margin-top: -20% !important; }
  .xl\:-mr-1\/5 {
    margin-right: -20% !important; }
  .xl\:-mb-1\/5 {
    margin-bottom: -20% !important; }
  .xl\:-ml-1\/5 {
    margin-left: -20% !important; }
  .xl\:-mt-2\/5 {
    margin-top: -40% !important; }
  .xl\:-mr-2\/5 {
    margin-right: -40% !important; }
  .xl\:-mb-2\/5 {
    margin-bottom: -40% !important; }
  .xl\:-ml-2\/5 {
    margin-left: -40% !important; }
  .xl\:-mt-3\/5 {
    margin-top: -60% !important; }
  .xl\:-mr-3\/5 {
    margin-right: -60% !important; }
  .xl\:-mb-3\/5 {
    margin-bottom: -60% !important; }
  .xl\:-ml-3\/5 {
    margin-left: -60% !important; }
  .xl\:-mt-4\/5 {
    margin-top: -80% !important; }
  .xl\:-mr-4\/5 {
    margin-right: -80% !important; }
  .xl\:-mb-4\/5 {
    margin-bottom: -80% !important; }
  .xl\:-ml-4\/5 {
    margin-left: -80% !important; }
  .xl\:-mt-5\/5 {
    margin-top: -100% !important; }
  .xl\:-mr-5\/5 {
    margin-right: -100% !important; }
  .xl\:-mb-5\/5 {
    margin-bottom: -100% !important; }
  .xl\:-ml-5\/5 {
    margin-left: -100% !important; }
  .xl\:-mt-1\/6 {
    margin-top: -16.66667% !important; }
  .xl\:-mr-1\/6 {
    margin-right: -16.66667% !important; }
  .xl\:-mb-1\/6 {
    margin-bottom: -16.66667% !important; }
  .xl\:-ml-1\/6 {
    margin-left: -16.66667% !important; }
  .xl\:-mt-2\/6 {
    margin-top: -33.33333% !important; }
  .xl\:-mr-2\/6 {
    margin-right: -33.33333% !important; }
  .xl\:-mb-2\/6 {
    margin-bottom: -33.33333% !important; }
  .xl\:-ml-2\/6 {
    margin-left: -33.33333% !important; }
  .xl\:-mt-3\/6 {
    margin-top: -50% !important; }
  .xl\:-mr-3\/6 {
    margin-right: -50% !important; }
  .xl\:-mb-3\/6 {
    margin-bottom: -50% !important; }
  .xl\:-ml-3\/6 {
    margin-left: -50% !important; }
  .xl\:-mt-4\/6 {
    margin-top: -66.66667% !important; }
  .xl\:-mr-4\/6 {
    margin-right: -66.66667% !important; }
  .xl\:-mb-4\/6 {
    margin-bottom: -66.66667% !important; }
  .xl\:-ml-4\/6 {
    margin-left: -66.66667% !important; }
  .xl\:-mt-5\/6 {
    margin-top: -83.33333% !important; }
  .xl\:-mr-5\/6 {
    margin-right: -83.33333% !important; }
  .xl\:-mb-5\/6 {
    margin-bottom: -83.33333% !important; }
  .xl\:-ml-5\/6 {
    margin-left: -83.33333% !important; }
  .xl\:-mt-6\/6 {
    margin-top: -100% !important; }
  .xl\:-mr-6\/6 {
    margin-right: -100% !important; }
  .xl\:-mb-6\/6 {
    margin-bottom: -100% !important; }
  .xl\:-ml-6\/6 {
    margin-left: -100% !important; }
  .xl\:-mt-1\/10 {
    margin-top: -10% !important; }
  .xl\:-mr-1\/10 {
    margin-right: -10% !important; }
  .xl\:-mb-1\/10 {
    margin-bottom: -10% !important; }
  .xl\:-ml-1\/10 {
    margin-left: -10% !important; }
  .xl\:-mt-2\/10 {
    margin-top: -20% !important; }
  .xl\:-mr-2\/10 {
    margin-right: -20% !important; }
  .xl\:-mb-2\/10 {
    margin-bottom: -20% !important; }
  .xl\:-ml-2\/10 {
    margin-left: -20% !important; }
  .xl\:-mt-3\/10 {
    margin-top: -30% !important; }
  .xl\:-mr-3\/10 {
    margin-right: -30% !important; }
  .xl\:-mb-3\/10 {
    margin-bottom: -30% !important; }
  .xl\:-ml-3\/10 {
    margin-left: -30% !important; }
  .xl\:-mt-4\/10 {
    margin-top: -40% !important; }
  .xl\:-mr-4\/10 {
    margin-right: -40% !important; }
  .xl\:-mb-4\/10 {
    margin-bottom: -40% !important; }
  .xl\:-ml-4\/10 {
    margin-left: -40% !important; }
  .xl\:-mt-5\/10 {
    margin-top: -50% !important; }
  .xl\:-mr-5\/10 {
    margin-right: -50% !important; }
  .xl\:-mb-5\/10 {
    margin-bottom: -50% !important; }
  .xl\:-ml-5\/10 {
    margin-left: -50% !important; }
  .xl\:-mt-6\/10 {
    margin-top: -60% !important; }
  .xl\:-mr-6\/10 {
    margin-right: -60% !important; }
  .xl\:-mb-6\/10 {
    margin-bottom: -60% !important; }
  .xl\:-ml-6\/10 {
    margin-left: -60% !important; }
  .xl\:-mt-7\/10 {
    margin-top: -70% !important; }
  .xl\:-mr-7\/10 {
    margin-right: -70% !important; }
  .xl\:-mb-7\/10 {
    margin-bottom: -70% !important; }
  .xl\:-ml-7\/10 {
    margin-left: -70% !important; }
  .xl\:-mt-8\/10 {
    margin-top: -80% !important; }
  .xl\:-mr-8\/10 {
    margin-right: -80% !important; }
  .xl\:-mb-8\/10 {
    margin-bottom: -80% !important; }
  .xl\:-ml-8\/10 {
    margin-left: -80% !important; }
  .xl\:-mt-9\/10 {
    margin-top: -90% !important; }
  .xl\:-mr-9\/10 {
    margin-right: -90% !important; }
  .xl\:-mb-9\/10 {
    margin-bottom: -90% !important; }
  .xl\:-ml-9\/10 {
    margin-left: -90% !important; }
  .xl\:-mt-10\/10 {
    margin-top: -100% !important; }
  .xl\:-mr-10\/10 {
    margin-right: -100% !important; }
  .xl\:-mb-10\/10 {
    margin-bottom: -100% !important; }
  .xl\:-ml-10\/10 {
    margin-left: -100% !important; }
  .xl\:-mt-1\/12 {
    margin-top: -8.33333% !important; }
  .xl\:-mr-1\/12 {
    margin-right: -8.33333% !important; }
  .xl\:-mb-1\/12 {
    margin-bottom: -8.33333% !important; }
  .xl\:-ml-1\/12 {
    margin-left: -8.33333% !important; }
  .xl\:-mt-2\/12 {
    margin-top: -16.66667% !important; }
  .xl\:-mr-2\/12 {
    margin-right: -16.66667% !important; }
  .xl\:-mb-2\/12 {
    margin-bottom: -16.66667% !important; }
  .xl\:-ml-2\/12 {
    margin-left: -16.66667% !important; }
  .xl\:-mt-3\/12 {
    margin-top: -25% !important; }
  .xl\:-mr-3\/12 {
    margin-right: -25% !important; }
  .xl\:-mb-3\/12 {
    margin-bottom: -25% !important; }
  .xl\:-ml-3\/12 {
    margin-left: -25% !important; }
  .xl\:-mt-4\/12 {
    margin-top: -33.33333% !important; }
  .xl\:-mr-4\/12 {
    margin-right: -33.33333% !important; }
  .xl\:-mb-4\/12 {
    margin-bottom: -33.33333% !important; }
  .xl\:-ml-4\/12 {
    margin-left: -33.33333% !important; }
  .xl\:-mt-5\/12 {
    margin-top: -41.66667% !important; }
  .xl\:-mr-5\/12 {
    margin-right: -41.66667% !important; }
  .xl\:-mb-5\/12 {
    margin-bottom: -41.66667% !important; }
  .xl\:-ml-5\/12 {
    margin-left: -41.66667% !important; }
  .xl\:-mt-6\/12 {
    margin-top: -50% !important; }
  .xl\:-mr-6\/12 {
    margin-right: -50% !important; }
  .xl\:-mb-6\/12 {
    margin-bottom: -50% !important; }
  .xl\:-ml-6\/12 {
    margin-left: -50% !important; }
  .xl\:-mt-7\/12 {
    margin-top: -58.33333% !important; }
  .xl\:-mr-7\/12 {
    margin-right: -58.33333% !important; }
  .xl\:-mb-7\/12 {
    margin-bottom: -58.33333% !important; }
  .xl\:-ml-7\/12 {
    margin-left: -58.33333% !important; }
  .xl\:-mt-8\/12 {
    margin-top: -66.66667% !important; }
  .xl\:-mr-8\/12 {
    margin-right: -66.66667% !important; }
  .xl\:-mb-8\/12 {
    margin-bottom: -66.66667% !important; }
  .xl\:-ml-8\/12 {
    margin-left: -66.66667% !important; }
  .xl\:-mt-9\/12 {
    margin-top: -75% !important; }
  .xl\:-mr-9\/12 {
    margin-right: -75% !important; }
  .xl\:-mb-9\/12 {
    margin-bottom: -75% !important; }
  .xl\:-ml-9\/12 {
    margin-left: -75% !important; }
  .xl\:-mt-10\/12 {
    margin-top: -83.33333% !important; }
  .xl\:-mr-10\/12 {
    margin-right: -83.33333% !important; }
  .xl\:-mb-10\/12 {
    margin-bottom: -83.33333% !important; }
  .xl\:-ml-10\/12 {
    margin-left: -83.33333% !important; }
  .xl\:-mt-11\/12 {
    margin-top: -91.66667% !important; }
  .xl\:-mr-11\/12 {
    margin-right: -91.66667% !important; }
  .xl\:-mb-11\/12 {
    margin-bottom: -91.66667% !important; }
  .xl\:-ml-11\/12 {
    margin-left: -91.66667% !important; }
  .xl\:-mt-12\/12 {
    margin-top: -100% !important; }
  .xl\:-mr-12\/12 {
    margin-right: -100% !important; }
  .xl\:-mb-12\/12 {
    margin-bottom: -100% !important; }
  .xl\:-ml-12\/12 {
    margin-left: -100% !important; }
  .xl\:max-h-0 {
    max-height: 0rem !important; }
  .xl\:max-h-1 {
    max-height: 0.25rem !important; }
  .xl\:max-h-2 {
    max-height: 0.5rem !important; }
  .xl\:max-h-3 {
    max-height: 0.75rem !important; }
  .xl\:max-h-4 {
    max-height: 1rem !important; }
  .xl\:max-h-5 {
    max-height: 1.25rem !important; }
  .xl\:max-h-6 {
    max-height: 1.5rem !important; }
  .xl\:max-h-7 {
    max-height: 1.75rem !important; }
  .xl\:max-h-8 {
    max-height: 2rem !important; }
  .xl\:max-h-9 {
    max-height: 2.25rem !important; }
  .xl\:max-h-10 {
    max-height: 2.5rem !important; }
  .xl\:max-h-11 {
    max-height: 2.75rem !important; }
  .xl\:max-h-12 {
    max-height: 3rem !important; }
  .xl\:max-h-13 {
    max-height: 3.25rem !important; }
  .xl\:max-h-14 {
    max-height: 3.5rem !important; }
  .xl\:max-h-15 {
    max-height: 3.75rem !important; }
  .xl\:max-h-16 {
    max-height: 4rem !important; }
  .xl\:max-h-17 {
    max-height: 4.25rem !important; }
  .xl\:max-h-18 {
    max-height: 4.5rem !important; }
  .xl\:max-h-19 {
    max-height: 4.75rem !important; }
  .xl\:max-h-20 {
    max-height: 5rem !important; }
  .xl\:max-h-21 {
    max-height: 5.25rem !important; }
  .xl\:max-h-22 {
    max-height: 5.5rem !important; }
  .xl\:max-h-23 {
    max-height: 5.75rem !important; }
  .xl\:max-h-24 {
    max-height: 6rem !important; }
  .xl\:max-h-25 {
    max-height: 6.25rem !important; }
  .xl\:max-h-26 {
    max-height: 6.5rem !important; }
  .xl\:max-h-27 {
    max-height: 6.75rem !important; }
  .xl\:max-h-28 {
    max-height: 7rem !important; }
  .xl\:max-h-29 {
    max-height: 7.25rem !important; }
  .xl\:max-h-30 {
    max-height: 7.5rem !important; }
  .xl\:max-h-31 {
    max-height: 7.75rem !important; }
  .xl\:max-h-32 {
    max-height: 8rem !important; }
  .xl\:max-h-33 {
    max-height: 8.25rem !important; }
  .xl\:max-h-34 {
    max-height: 8.5rem !important; }
  .xl\:max-h-35 {
    max-height: 8.75rem !important; }
  .xl\:max-h-36 {
    max-height: 9rem !important; }
  .xl\:max-h-37 {
    max-height: 9.25rem !important; }
  .xl\:max-h-38 {
    max-height: 9.5rem !important; }
  .xl\:max-h-39 {
    max-height: 9.75rem !important; }
  .xl\:max-h-40 {
    max-height: 10rem !important; }
  .xl\:max-h-41 {
    max-height: 10.25rem !important; }
  .xl\:max-h-42 {
    max-height: 10.5rem !important; }
  .xl\:max-h-43 {
    max-height: 10.75rem !important; }
  .xl\:max-h-44 {
    max-height: 11rem !important; }
  .xl\:max-h-45 {
    max-height: 11.25rem !important; }
  .xl\:max-h-46 {
    max-height: 11.5rem !important; }
  .xl\:max-h-47 {
    max-height: 11.75rem !important; }
  .xl\:max-h-48 {
    max-height: 12rem !important; }
  .xl\:max-h-49 {
    max-height: 12.25rem !important; }
  .xl\:max-h-50 {
    max-height: 12.5rem !important; }
  .xl\:max-h-51 {
    max-height: 12.75rem !important; }
  .xl\:max-h-52 {
    max-height: 13rem !important; }
  .xl\:max-h-53 {
    max-height: 13.25rem !important; }
  .xl\:max-h-54 {
    max-height: 13.5rem !important; }
  .xl\:max-h-55 {
    max-height: 13.75rem !important; }
  .xl\:max-h-56 {
    max-height: 14rem !important; }
  .xl\:max-h-57 {
    max-height: 14.25rem !important; }
  .xl\:max-h-58 {
    max-height: 14.5rem !important; }
  .xl\:max-h-59 {
    max-height: 14.75rem !important; }
  .xl\:max-h-60 {
    max-height: 15rem !important; }
  .xl\:max-h-61 {
    max-height: 15.25rem !important; }
  .xl\:max-h-62 {
    max-height: 15.5rem !important; }
  .xl\:max-h-63 {
    max-height: 15.75rem !important; }
  .xl\:max-h-64 {
    max-height: 16rem !important; }
  .xl\:max-h-65 {
    max-height: 16.25rem !important; }
  .xl\:max-h-66 {
    max-height: 16.5rem !important; }
  .xl\:max-h-67 {
    max-height: 16.75rem !important; }
  .xl\:max-h-68 {
    max-height: 17rem !important; }
  .xl\:max-h-69 {
    max-height: 17.25rem !important; }
  .xl\:max-h-70 {
    max-height: 17.5rem !important; }
  .xl\:max-h-71 {
    max-height: 17.75rem !important; }
  .xl\:max-h-72 {
    max-height: 18rem !important; }
  .xl\:max-h-73 {
    max-height: 18.25rem !important; }
  .xl\:max-h-74 {
    max-height: 18.5rem !important; }
  .xl\:max-h-75 {
    max-height: 18.75rem !important; }
  .xl\:max-h-76 {
    max-height: 19rem !important; }
  .xl\:max-h-77 {
    max-height: 19.25rem !important; }
  .xl\:max-h-78 {
    max-height: 19.5rem !important; }
  .xl\:max-h-79 {
    max-height: 19.75rem !important; }
  .xl\:max-h-80 {
    max-height: 20rem !important; }
  .xl\:max-h-84 {
    max-height: 21rem !important; }
  .xl\:max-h-88 {
    max-height: 22rem !important; }
  .xl\:max-h-92 {
    max-height: 23rem !important; }
  .xl\:max-h-96 {
    max-height: 24rem !important; }
  .xl\:max-h-100 {
    max-height: 25rem !important; }
  .xl\:max-h-104 {
    max-height: 26rem !important; }
  .xl\:max-h-108 {
    max-height: 27rem !important; }
  .xl\:max-h-112 {
    max-height: 28rem !important; }
  .xl\:max-h-116 {
    max-height: 29rem !important; }
  .xl\:max-h-120 {
    max-height: 30rem !important; }
  .xl\:max-h-124 {
    max-height: 31rem !important; }
  .xl\:max-h-128 {
    max-height: 32rem !important; }
  .xl\:max-h-132 {
    max-height: 33rem !important; }
  .xl\:max-h-136 {
    max-height: 34rem !important; }
  .xl\:max-h-140 {
    max-height: 35rem !important; }
  .xl\:max-h-144 {
    max-height: 36rem !important; }
  .xl\:max-h-148 {
    max-height: 37rem !important; }
  .xl\:max-h-152 {
    max-height: 38rem !important; }
  .xl\:max-h-156 {
    max-height: 39rem !important; }
  .xl\:max-h-160 {
    max-height: 40rem !important; }
  .xl\:max-h-164 {
    max-height: 41rem !important; }
  .xl\:max-h-168 {
    max-height: 42rem !important; }
  .xl\:max-h-172 {
    max-height: 43rem !important; }
  .xl\:max-h-176 {
    max-height: 44rem !important; }
  .xl\:max-h-180 {
    max-height: 45rem !important; }
  .xl\:max-h-184 {
    max-height: 46rem !important; }
  .xl\:max-h-188 {
    max-height: 47rem !important; }
  .xl\:max-h-192 {
    max-height: 48rem !important; }
  .xl\:max-h-196 {
    max-height: 49rem !important; }
  .xl\:max-h-200 {
    max-height: 50rem !important; }
  .xl\:max-h-full {
    max-height: 100% !important; }
  .xl\:max-h-px {
    max-height: 1px !important; }
  .xl\:max-h-2px {
    max-height: 2px !important; }
  .xl\:max-h-1\/2 {
    max-height: 50% !important; }
  .xl\:max-h-2\/2 {
    max-height: 100% !important; }
  .xl\:max-h-1\/3 {
    max-height: 33.333333% !important; }
  .xl\:max-h-2\/3 {
    max-height: 66.666667% !important; }
  .xl\:max-h-3\/3 {
    max-height: 100% !important; }
  .xl\:max-h-1\/4 {
    max-height: 25% !important; }
  .xl\:max-h-2\/4 {
    max-height: 50% !important; }
  .xl\:max-h-3\/4 {
    max-height: 75% !important; }
  .xl\:max-h-4\/4 {
    max-height: 100% !important; }
  .xl\:max-h-1\/5 {
    max-height: 20% !important; }
  .xl\:max-h-2\/5 {
    max-height: 40% !important; }
  .xl\:max-h-3\/5 {
    max-height: 60% !important; }
  .xl\:max-h-4\/5 {
    max-height: 80% !important; }
  .xl\:max-h-5\/5 {
    max-height: 100% !important; }
  .xl\:max-h-1\/6 {
    max-height: 16.666667% !important; }
  .xl\:max-h-2\/6 {
    max-height: 33.333333% !important; }
  .xl\:max-h-3\/6 {
    max-height: 50% !important; }
  .xl\:max-h-4\/6 {
    max-height: 66.666667% !important; }
  .xl\:max-h-5\/6 {
    max-height: 83.333333% !important; }
  .xl\:max-h-6\/6 {
    max-height: 100% !important; }
  .xl\:max-h-1\/10 {
    max-height: 10% !important; }
  .xl\:max-h-2\/10 {
    max-height: 20% !important; }
  .xl\:max-h-3\/10 {
    max-height: 30% !important; }
  .xl\:max-h-4\/10 {
    max-height: 40% !important; }
  .xl\:max-h-5\/10 {
    max-height: 50% !important; }
  .xl\:max-h-6\/10 {
    max-height: 60% !important; }
  .xl\:max-h-7\/10 {
    max-height: 70% !important; }
  .xl\:max-h-8\/10 {
    max-height: 80% !important; }
  .xl\:max-h-9\/10 {
    max-height: 90% !important; }
  .xl\:max-h-10\/10 {
    max-height: 100% !important; }
  .xl\:max-h-1\/12 {
    max-height: 8.333333% !important; }
  .xl\:max-h-2\/12 {
    max-height: 16.666667% !important; }
  .xl\:max-h-3\/12 {
    max-height: 25% !important; }
  .xl\:max-h-4\/12 {
    max-height: 33.333333% !important; }
  .xl\:max-h-5\/12 {
    max-height: 41.666667% !important; }
  .xl\:max-h-6\/12 {
    max-height: 50% !important; }
  .xl\:max-h-7\/12 {
    max-height: 58.333333% !important; }
  .xl\:max-h-8\/12 {
    max-height: 66.666667% !important; }
  .xl\:max-h-9\/12 {
    max-height: 75% !important; }
  .xl\:max-h-10\/12 {
    max-height: 83.333333% !important; }
  .xl\:max-h-11\/12 {
    max-height: 91.666667% !important; }
  .xl\:max-h-12\/12 {
    max-height: 100% !important; }
  .xl\:max-h-xs {
    max-height: 20rem !important; }
  .xl\:max-h-sm {
    max-height: 24rem !important; }
  .xl\:max-h-md {
    max-height: 28rem !important; }
  .xl\:max-h-lg {
    max-height: 32rem !important; }
  .xl\:max-h-xl {
    max-height: 36rem !important; }
  .xl\:max-h-2xl {
    max-height: 42rem !important; }
  .xl\:max-h-3xl {
    max-height: 48rem !important; }
  .xl\:max-h-4xl {
    max-height: 56rem !important; }
  .xl\:max-h-5xl {
    max-height: 64rem !important; }
  .xl\:max-h-6xl {
    max-height: 72rem !important; }
  .xl\:max-h-7xl {
    max-height: 80rem !important; }
  .xl\:max-h-screenw {
    max-height: 100vw !important; }
  .xl\:max-h-screenh {
    max-height: 100vh !important; }
  .xl\:max-w-0 {
    max-width: 0rem !important; }
  .xl\:max-w-1 {
    max-width: 0.25rem !important; }
  .xl\:max-w-2 {
    max-width: 0.5rem !important; }
  .xl\:max-w-3 {
    max-width: 0.75rem !important; }
  .xl\:max-w-4 {
    max-width: 1rem !important; }
  .xl\:max-w-5 {
    max-width: 1.25rem !important; }
  .xl\:max-w-6 {
    max-width: 1.5rem !important; }
  .xl\:max-w-7 {
    max-width: 1.75rem !important; }
  .xl\:max-w-8 {
    max-width: 2rem !important; }
  .xl\:max-w-9 {
    max-width: 2.25rem !important; }
  .xl\:max-w-10 {
    max-width: 2.5rem !important; }
  .xl\:max-w-11 {
    max-width: 2.75rem !important; }
  .xl\:max-w-12 {
    max-width: 3rem !important; }
  .xl\:max-w-13 {
    max-width: 3.25rem !important; }
  .xl\:max-w-14 {
    max-width: 3.5rem !important; }
  .xl\:max-w-15 {
    max-width: 3.75rem !important; }
  .xl\:max-w-16 {
    max-width: 4rem !important; }
  .xl\:max-w-17 {
    max-width: 4.25rem !important; }
  .xl\:max-w-18 {
    max-width: 4.5rem !important; }
  .xl\:max-w-19 {
    max-width: 4.75rem !important; }
  .xl\:max-w-20 {
    max-width: 5rem !important; }
  .xl\:max-w-21 {
    max-width: 5.25rem !important; }
  .xl\:max-w-22 {
    max-width: 5.5rem !important; }
  .xl\:max-w-23 {
    max-width: 5.75rem !important; }
  .xl\:max-w-24 {
    max-width: 6rem !important; }
  .xl\:max-w-25 {
    max-width: 6.25rem !important; }
  .xl\:max-w-26 {
    max-width: 6.5rem !important; }
  .xl\:max-w-27 {
    max-width: 6.75rem !important; }
  .xl\:max-w-28 {
    max-width: 7rem !important; }
  .xl\:max-w-29 {
    max-width: 7.25rem !important; }
  .xl\:max-w-30 {
    max-width: 7.5rem !important; }
  .xl\:max-w-31 {
    max-width: 7.75rem !important; }
  .xl\:max-w-32 {
    max-width: 8rem !important; }
  .xl\:max-w-33 {
    max-width: 8.25rem !important; }
  .xl\:max-w-34 {
    max-width: 8.5rem !important; }
  .xl\:max-w-35 {
    max-width: 8.75rem !important; }
  .xl\:max-w-36 {
    max-width: 9rem !important; }
  .xl\:max-w-37 {
    max-width: 9.25rem !important; }
  .xl\:max-w-38 {
    max-width: 9.5rem !important; }
  .xl\:max-w-39 {
    max-width: 9.75rem !important; }
  .xl\:max-w-40 {
    max-width: 10rem !important; }
  .xl\:max-w-41 {
    max-width: 10.25rem !important; }
  .xl\:max-w-42 {
    max-width: 10.5rem !important; }
  .xl\:max-w-43 {
    max-width: 10.75rem !important; }
  .xl\:max-w-44 {
    max-width: 11rem !important; }
  .xl\:max-w-45 {
    max-width: 11.25rem !important; }
  .xl\:max-w-46 {
    max-width: 11.5rem !important; }
  .xl\:max-w-47 {
    max-width: 11.75rem !important; }
  .xl\:max-w-48 {
    max-width: 12rem !important; }
  .xl\:max-w-49 {
    max-width: 12.25rem !important; }
  .xl\:max-w-50 {
    max-width: 12.5rem !important; }
  .xl\:max-w-51 {
    max-width: 12.75rem !important; }
  .xl\:max-w-52 {
    max-width: 13rem !important; }
  .xl\:max-w-53 {
    max-width: 13.25rem !important; }
  .xl\:max-w-54 {
    max-width: 13.5rem !important; }
  .xl\:max-w-55 {
    max-width: 13.75rem !important; }
  .xl\:max-w-56 {
    max-width: 14rem !important; }
  .xl\:max-w-57 {
    max-width: 14.25rem !important; }
  .xl\:max-w-58 {
    max-width: 14.5rem !important; }
  .xl\:max-w-59 {
    max-width: 14.75rem !important; }
  .xl\:max-w-60 {
    max-width: 15rem !important; }
  .xl\:max-w-61 {
    max-width: 15.25rem !important; }
  .xl\:max-w-62 {
    max-width: 15.5rem !important; }
  .xl\:max-w-63 {
    max-width: 15.75rem !important; }
  .xl\:max-w-64 {
    max-width: 16rem !important; }
  .xl\:max-w-65 {
    max-width: 16.25rem !important; }
  .xl\:max-w-66 {
    max-width: 16.5rem !important; }
  .xl\:max-w-67 {
    max-width: 16.75rem !important; }
  .xl\:max-w-68 {
    max-width: 17rem !important; }
  .xl\:max-w-69 {
    max-width: 17.25rem !important; }
  .xl\:max-w-70 {
    max-width: 17.5rem !important; }
  .xl\:max-w-71 {
    max-width: 17.75rem !important; }
  .xl\:max-w-72 {
    max-width: 18rem !important; }
  .xl\:max-w-73 {
    max-width: 18.25rem !important; }
  .xl\:max-w-74 {
    max-width: 18.5rem !important; }
  .xl\:max-w-75 {
    max-width: 18.75rem !important; }
  .xl\:max-w-76 {
    max-width: 19rem !important; }
  .xl\:max-w-77 {
    max-width: 19.25rem !important; }
  .xl\:max-w-78 {
    max-width: 19.5rem !important; }
  .xl\:max-w-79 {
    max-width: 19.75rem !important; }
  .xl\:max-w-80 {
    max-width: 20rem !important; }
  .xl\:max-w-84 {
    max-width: 21rem !important; }
  .xl\:max-w-88 {
    max-width: 22rem !important; }
  .xl\:max-w-92 {
    max-width: 23rem !important; }
  .xl\:max-w-96 {
    max-width: 24rem !important; }
  .xl\:max-w-100 {
    max-width: 25rem !important; }
  .xl\:max-w-104 {
    max-width: 26rem !important; }
  .xl\:max-w-108 {
    max-width: 27rem !important; }
  .xl\:max-w-112 {
    max-width: 28rem !important; }
  .xl\:max-w-116 {
    max-width: 29rem !important; }
  .xl\:max-w-120 {
    max-width: 30rem !important; }
  .xl\:max-w-124 {
    max-width: 31rem !important; }
  .xl\:max-w-128 {
    max-width: 32rem !important; }
  .xl\:max-w-132 {
    max-width: 33rem !important; }
  .xl\:max-w-136 {
    max-width: 34rem !important; }
  .xl\:max-w-140 {
    max-width: 35rem !important; }
  .xl\:max-w-144 {
    max-width: 36rem !important; }
  .xl\:max-w-148 {
    max-width: 37rem !important; }
  .xl\:max-w-152 {
    max-width: 38rem !important; }
  .xl\:max-w-156 {
    max-width: 39rem !important; }
  .xl\:max-w-160 {
    max-width: 40rem !important; }
  .xl\:max-w-164 {
    max-width: 41rem !important; }
  .xl\:max-w-168 {
    max-width: 42rem !important; }
  .xl\:max-w-172 {
    max-width: 43rem !important; }
  .xl\:max-w-176 {
    max-width: 44rem !important; }
  .xl\:max-w-180 {
    max-width: 45rem !important; }
  .xl\:max-w-184 {
    max-width: 46rem !important; }
  .xl\:max-w-188 {
    max-width: 47rem !important; }
  .xl\:max-w-192 {
    max-width: 48rem !important; }
  .xl\:max-w-196 {
    max-width: 49rem !important; }
  .xl\:max-w-200 {
    max-width: 50rem !important; }
  .xl\:max-w-px {
    max-width: 1px !important; }
  .xl\:max-w-2px {
    max-width: 2px !important; }
  .xl\:max-w-1\/2 {
    max-width: 50% !important; }
  .xl\:max-w-2\/2 {
    max-width: 100% !important; }
  .xl\:max-w-1\/3 {
    max-width: 33.333333% !important; }
  .xl\:max-w-2\/3 {
    max-width: 66.666667% !important; }
  .xl\:max-w-3\/3 {
    max-width: 100% !important; }
  .xl\:max-w-1\/4 {
    max-width: 25% !important; }
  .xl\:max-w-2\/4 {
    max-width: 50% !important; }
  .xl\:max-w-3\/4 {
    max-width: 75% !important; }
  .xl\:max-w-4\/4 {
    max-width: 100% !important; }
  .xl\:max-w-1\/5 {
    max-width: 20% !important; }
  .xl\:max-w-2\/5 {
    max-width: 40% !important; }
  .xl\:max-w-3\/5 {
    max-width: 60% !important; }
  .xl\:max-w-4\/5 {
    max-width: 80% !important; }
  .xl\:max-w-5\/5 {
    max-width: 100% !important; }
  .xl\:max-w-1\/6 {
    max-width: 16.666667% !important; }
  .xl\:max-w-2\/6 {
    max-width: 33.333333% !important; }
  .xl\:max-w-3\/6 {
    max-width: 50% !important; }
  .xl\:max-w-4\/6 {
    max-width: 66.666667% !important; }
  .xl\:max-w-5\/6 {
    max-width: 83.333333% !important; }
  .xl\:max-w-6\/6 {
    max-width: 100% !important; }
  .xl\:max-w-1\/10 {
    max-width: 10% !important; }
  .xl\:max-w-2\/10 {
    max-width: 20% !important; }
  .xl\:max-w-3\/10 {
    max-width: 30% !important; }
  .xl\:max-w-4\/10 {
    max-width: 40% !important; }
  .xl\:max-w-5\/10 {
    max-width: 50% !important; }
  .xl\:max-w-6\/10 {
    max-width: 60% !important; }
  .xl\:max-w-7\/10 {
    max-width: 70% !important; }
  .xl\:max-w-8\/10 {
    max-width: 80% !important; }
  .xl\:max-w-9\/10 {
    max-width: 90% !important; }
  .xl\:max-w-10\/10 {
    max-width: 100% !important; }
  .xl\:max-w-1\/12 {
    max-width: 8.333333% !important; }
  .xl\:max-w-2\/12 {
    max-width: 16.666667% !important; }
  .xl\:max-w-3\/12 {
    max-width: 25% !important; }
  .xl\:max-w-4\/12 {
    max-width: 33.333333% !important; }
  .xl\:max-w-5\/12 {
    max-width: 41.666667% !important; }
  .xl\:max-w-6\/12 {
    max-width: 50% !important; }
  .xl\:max-w-7\/12 {
    max-width: 58.333333% !important; }
  .xl\:max-w-8\/12 {
    max-width: 66.666667% !important; }
  .xl\:max-w-9\/12 {
    max-width: 75% !important; }
  .xl\:max-w-10\/12 {
    max-width: 83.333333% !important; }
  .xl\:max-w-11\/12 {
    max-width: 91.666667% !important; }
  .xl\:max-w-12\/12 {
    max-width: 100% !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-7xl {
    max-width: 80rem !important; }
  .xl\:max-w-full {
    max-width: 100% !important; }
  .xl\:max-w-screenw {
    max-width: 100vw !important; }
  .xl\:max-w-screenh {
    max-width: 100vh !important; }
  .xl\:min-h-0 {
    min-height: 0rem !important; }
  .xl\:min-h-1 {
    min-height: 0.25rem !important; }
  .xl\:min-h-2 {
    min-height: 0.5rem !important; }
  .xl\:min-h-3 {
    min-height: 0.75rem !important; }
  .xl\:min-h-4 {
    min-height: 1rem !important; }
  .xl\:min-h-5 {
    min-height: 1.25rem !important; }
  .xl\:min-h-6 {
    min-height: 1.5rem !important; }
  .xl\:min-h-7 {
    min-height: 1.75rem !important; }
  .xl\:min-h-8 {
    min-height: 2rem !important; }
  .xl\:min-h-9 {
    min-height: 2.25rem !important; }
  .xl\:min-h-10 {
    min-height: 2.5rem !important; }
  .xl\:min-h-11 {
    min-height: 2.75rem !important; }
  .xl\:min-h-12 {
    min-height: 3rem !important; }
  .xl\:min-h-13 {
    min-height: 3.25rem !important; }
  .xl\:min-h-14 {
    min-height: 3.5rem !important; }
  .xl\:min-h-15 {
    min-height: 3.75rem !important; }
  .xl\:min-h-16 {
    min-height: 4rem !important; }
  .xl\:min-h-17 {
    min-height: 4.25rem !important; }
  .xl\:min-h-18 {
    min-height: 4.5rem !important; }
  .xl\:min-h-19 {
    min-height: 4.75rem !important; }
  .xl\:min-h-20 {
    min-height: 5rem !important; }
  .xl\:min-h-21 {
    min-height: 5.25rem !important; }
  .xl\:min-h-22 {
    min-height: 5.5rem !important; }
  .xl\:min-h-23 {
    min-height: 5.75rem !important; }
  .xl\:min-h-24 {
    min-height: 6rem !important; }
  .xl\:min-h-25 {
    min-height: 6.25rem !important; }
  .xl\:min-h-26 {
    min-height: 6.5rem !important; }
  .xl\:min-h-27 {
    min-height: 6.75rem !important; }
  .xl\:min-h-28 {
    min-height: 7rem !important; }
  .xl\:min-h-29 {
    min-height: 7.25rem !important; }
  .xl\:min-h-30 {
    min-height: 7.5rem !important; }
  .xl\:min-h-31 {
    min-height: 7.75rem !important; }
  .xl\:min-h-32 {
    min-height: 8rem !important; }
  .xl\:min-h-33 {
    min-height: 8.25rem !important; }
  .xl\:min-h-34 {
    min-height: 8.5rem !important; }
  .xl\:min-h-35 {
    min-height: 8.75rem !important; }
  .xl\:min-h-36 {
    min-height: 9rem !important; }
  .xl\:min-h-37 {
    min-height: 9.25rem !important; }
  .xl\:min-h-38 {
    min-height: 9.5rem !important; }
  .xl\:min-h-39 {
    min-height: 9.75rem !important; }
  .xl\:min-h-40 {
    min-height: 10rem !important; }
  .xl\:min-h-41 {
    min-height: 10.25rem !important; }
  .xl\:min-h-42 {
    min-height: 10.5rem !important; }
  .xl\:min-h-43 {
    min-height: 10.75rem !important; }
  .xl\:min-h-44 {
    min-height: 11rem !important; }
  .xl\:min-h-45 {
    min-height: 11.25rem !important; }
  .xl\:min-h-46 {
    min-height: 11.5rem !important; }
  .xl\:min-h-47 {
    min-height: 11.75rem !important; }
  .xl\:min-h-48 {
    min-height: 12rem !important; }
  .xl\:min-h-49 {
    min-height: 12.25rem !important; }
  .xl\:min-h-50 {
    min-height: 12.5rem !important; }
  .xl\:min-h-51 {
    min-height: 12.75rem !important; }
  .xl\:min-h-52 {
    min-height: 13rem !important; }
  .xl\:min-h-53 {
    min-height: 13.25rem !important; }
  .xl\:min-h-54 {
    min-height: 13.5rem !important; }
  .xl\:min-h-55 {
    min-height: 13.75rem !important; }
  .xl\:min-h-56 {
    min-height: 14rem !important; }
  .xl\:min-h-57 {
    min-height: 14.25rem !important; }
  .xl\:min-h-58 {
    min-height: 14.5rem !important; }
  .xl\:min-h-59 {
    min-height: 14.75rem !important; }
  .xl\:min-h-60 {
    min-height: 15rem !important; }
  .xl\:min-h-61 {
    min-height: 15.25rem !important; }
  .xl\:min-h-62 {
    min-height: 15.5rem !important; }
  .xl\:min-h-63 {
    min-height: 15.75rem !important; }
  .xl\:min-h-64 {
    min-height: 16rem !important; }
  .xl\:min-h-65 {
    min-height: 16.25rem !important; }
  .xl\:min-h-66 {
    min-height: 16.5rem !important; }
  .xl\:min-h-67 {
    min-height: 16.75rem !important; }
  .xl\:min-h-68 {
    min-height: 17rem !important; }
  .xl\:min-h-69 {
    min-height: 17.25rem !important; }
  .xl\:min-h-70 {
    min-height: 17.5rem !important; }
  .xl\:min-h-71 {
    min-height: 17.75rem !important; }
  .xl\:min-h-72 {
    min-height: 18rem !important; }
  .xl\:min-h-73 {
    min-height: 18.25rem !important; }
  .xl\:min-h-74 {
    min-height: 18.5rem !important; }
  .xl\:min-h-75 {
    min-height: 18.75rem !important; }
  .xl\:min-h-76 {
    min-height: 19rem !important; }
  .xl\:min-h-77 {
    min-height: 19.25rem !important; }
  .xl\:min-h-78 {
    min-height: 19.5rem !important; }
  .xl\:min-h-79 {
    min-height: 19.75rem !important; }
  .xl\:min-h-80 {
    min-height: 20rem !important; }
  .xl\:min-h-84 {
    min-height: 21rem !important; }
  .xl\:min-h-88 {
    min-height: 22rem !important; }
  .xl\:min-h-92 {
    min-height: 23rem !important; }
  .xl\:min-h-96 {
    min-height: 24rem !important; }
  .xl\:min-h-100 {
    min-height: 25rem !important; }
  .xl\:min-h-104 {
    min-height: 26rem !important; }
  .xl\:min-h-108 {
    min-height: 27rem !important; }
  .xl\:min-h-112 {
    min-height: 28rem !important; }
  .xl\:min-h-116 {
    min-height: 29rem !important; }
  .xl\:min-h-120 {
    min-height: 30rem !important; }
  .xl\:min-h-124 {
    min-height: 31rem !important; }
  .xl\:min-h-128 {
    min-height: 32rem !important; }
  .xl\:min-h-132 {
    min-height: 33rem !important; }
  .xl\:min-h-136 {
    min-height: 34rem !important; }
  .xl\:min-h-140 {
    min-height: 35rem !important; }
  .xl\:min-h-144 {
    min-height: 36rem !important; }
  .xl\:min-h-148 {
    min-height: 37rem !important; }
  .xl\:min-h-152 {
    min-height: 38rem !important; }
  .xl\:min-h-156 {
    min-height: 39rem !important; }
  .xl\:min-h-160 {
    min-height: 40rem !important; }
  .xl\:min-h-164 {
    min-height: 41rem !important; }
  .xl\:min-h-168 {
    min-height: 42rem !important; }
  .xl\:min-h-172 {
    min-height: 43rem !important; }
  .xl\:min-h-176 {
    min-height: 44rem !important; }
  .xl\:min-h-180 {
    min-height: 45rem !important; }
  .xl\:min-h-184 {
    min-height: 46rem !important; }
  .xl\:min-h-188 {
    min-height: 47rem !important; }
  .xl\:min-h-192 {
    min-height: 48rem !important; }
  .xl\:min-h-196 {
    min-height: 49rem !important; }
  .xl\:min-h-200 {
    min-height: 50rem !important; }
  .xl\:min-h-px {
    min-height: 1px !important; }
  .xl\:min-h-2px {
    min-height: 2px !important; }
  .xl\:min-h-1\/2 {
    min-height: 50% !important; }
  .xl\:min-h-2\/2 {
    min-height: 100% !important; }
  .xl\:min-h-1\/3 {
    min-height: 33.333333% !important; }
  .xl\:min-h-2\/3 {
    min-height: 66.666667% !important; }
  .xl\:min-h-3\/3 {
    min-height: 100% !important; }
  .xl\:min-h-1\/4 {
    min-height: 25% !important; }
  .xl\:min-h-2\/4 {
    min-height: 50% !important; }
  .xl\:min-h-3\/4 {
    min-height: 75% !important; }
  .xl\:min-h-4\/4 {
    min-height: 100% !important; }
  .xl\:min-h-1\/5 {
    min-height: 20% !important; }
  .xl\:min-h-2\/5 {
    min-height: 40% !important; }
  .xl\:min-h-3\/5 {
    min-height: 60% !important; }
  .xl\:min-h-4\/5 {
    min-height: 80% !important; }
  .xl\:min-h-5\/5 {
    min-height: 100% !important; }
  .xl\:min-h-1\/6 {
    min-height: 16.666667% !important; }
  .xl\:min-h-2\/6 {
    min-height: 33.333333% !important; }
  .xl\:min-h-3\/6 {
    min-height: 50% !important; }
  .xl\:min-h-4\/6 {
    min-height: 66.666667% !important; }
  .xl\:min-h-5\/6 {
    min-height: 83.333333% !important; }
  .xl\:min-h-6\/6 {
    min-height: 100% !important; }
  .xl\:min-h-1\/10 {
    min-height: 10% !important; }
  .xl\:min-h-2\/10 {
    min-height: 20% !important; }
  .xl\:min-h-3\/10 {
    min-height: 30% !important; }
  .xl\:min-h-4\/10 {
    min-height: 40% !important; }
  .xl\:min-h-5\/10 {
    min-height: 50% !important; }
  .xl\:min-h-6\/10 {
    min-height: 60% !important; }
  .xl\:min-h-7\/10 {
    min-height: 70% !important; }
  .xl\:min-h-8\/10 {
    min-height: 80% !important; }
  .xl\:min-h-9\/10 {
    min-height: 90% !important; }
  .xl\:min-h-10\/10 {
    min-height: 100% !important; }
  .xl\:min-h-1\/12 {
    min-height: 8.333333% !important; }
  .xl\:min-h-2\/12 {
    min-height: 16.666667% !important; }
  .xl\:min-h-3\/12 {
    min-height: 25% !important; }
  .xl\:min-h-4\/12 {
    min-height: 33.333333% !important; }
  .xl\:min-h-5\/12 {
    min-height: 41.666667% !important; }
  .xl\:min-h-6\/12 {
    min-height: 50% !important; }
  .xl\:min-h-7\/12 {
    min-height: 58.333333% !important; }
  .xl\:min-h-8\/12 {
    min-height: 66.666667% !important; }
  .xl\:min-h-9\/12 {
    min-height: 75% !important; }
  .xl\:min-h-10\/12 {
    min-height: 83.333333% !important; }
  .xl\:min-h-11\/12 {
    min-height: 91.666667% !important; }
  .xl\:min-h-12\/12 {
    min-height: 100% !important; }
  .xl\:min-h-xs {
    min-height: 20rem !important; }
  .xl\:min-h-sm {
    min-height: 24rem !important; }
  .xl\:min-h-md {
    min-height: 28rem !important; }
  .xl\:min-h-lg {
    min-height: 32rem !important; }
  .xl\:min-h-xl {
    min-height: 36rem !important; }
  .xl\:min-h-2xl {
    min-height: 42rem !important; }
  .xl\:min-h-3xl {
    min-height: 48rem !important; }
  .xl\:min-h-4xl {
    min-height: 56rem !important; }
  .xl\:min-h-5xl {
    min-height: 64rem !important; }
  .xl\:min-h-6xl {
    min-height: 72rem !important; }
  .xl\:min-h-7xl {
    min-height: 80rem !important; }
  .xl\:min-h-full {
    min-height: 100% !important; }
  .xl\:min-h-screenw {
    min-height: 100vw !important; }
  .xl\:min-h-screenh {
    min-height: 100vh !important; }
  .xl\:min-w-0 {
    min-width: 0rem !important; }
  .xl\:min-w-1 {
    min-width: 0.25rem !important; }
  .xl\:min-w-2 {
    min-width: 0.5rem !important; }
  .xl\:min-w-3 {
    min-width: 0.75rem !important; }
  .xl\:min-w-4 {
    min-width: 1rem !important; }
  .xl\:min-w-5 {
    min-width: 1.25rem !important; }
  .xl\:min-w-6 {
    min-width: 1.5rem !important; }
  .xl\:min-w-7 {
    min-width: 1.75rem !important; }
  .xl\:min-w-8 {
    min-width: 2rem !important; }
  .xl\:min-w-9 {
    min-width: 2.25rem !important; }
  .xl\:min-w-10 {
    min-width: 2.5rem !important; }
  .xl\:min-w-11 {
    min-width: 2.75rem !important; }
  .xl\:min-w-12 {
    min-width: 3rem !important; }
  .xl\:min-w-13 {
    min-width: 3.25rem !important; }
  .xl\:min-w-14 {
    min-width: 3.5rem !important; }
  .xl\:min-w-15 {
    min-width: 3.75rem !important; }
  .xl\:min-w-16 {
    min-width: 4rem !important; }
  .xl\:min-w-17 {
    min-width: 4.25rem !important; }
  .xl\:min-w-18 {
    min-width: 4.5rem !important; }
  .xl\:min-w-19 {
    min-width: 4.75rem !important; }
  .xl\:min-w-20 {
    min-width: 5rem !important; }
  .xl\:min-w-21 {
    min-width: 5.25rem !important; }
  .xl\:min-w-22 {
    min-width: 5.5rem !important; }
  .xl\:min-w-23 {
    min-width: 5.75rem !important; }
  .xl\:min-w-24 {
    min-width: 6rem !important; }
  .xl\:min-w-25 {
    min-width: 6.25rem !important; }
  .xl\:min-w-26 {
    min-width: 6.5rem !important; }
  .xl\:min-w-27 {
    min-width: 6.75rem !important; }
  .xl\:min-w-28 {
    min-width: 7rem !important; }
  .xl\:min-w-29 {
    min-width: 7.25rem !important; }
  .xl\:min-w-30 {
    min-width: 7.5rem !important; }
  .xl\:min-w-31 {
    min-width: 7.75rem !important; }
  .xl\:min-w-32 {
    min-width: 8rem !important; }
  .xl\:min-w-33 {
    min-width: 8.25rem !important; }
  .xl\:min-w-34 {
    min-width: 8.5rem !important; }
  .xl\:min-w-35 {
    min-width: 8.75rem !important; }
  .xl\:min-w-36 {
    min-width: 9rem !important; }
  .xl\:min-w-37 {
    min-width: 9.25rem !important; }
  .xl\:min-w-38 {
    min-width: 9.5rem !important; }
  .xl\:min-w-39 {
    min-width: 9.75rem !important; }
  .xl\:min-w-40 {
    min-width: 10rem !important; }
  .xl\:min-w-41 {
    min-width: 10.25rem !important; }
  .xl\:min-w-42 {
    min-width: 10.5rem !important; }
  .xl\:min-w-43 {
    min-width: 10.75rem !important; }
  .xl\:min-w-44 {
    min-width: 11rem !important; }
  .xl\:min-w-45 {
    min-width: 11.25rem !important; }
  .xl\:min-w-46 {
    min-width: 11.5rem !important; }
  .xl\:min-w-47 {
    min-width: 11.75rem !important; }
  .xl\:min-w-48 {
    min-width: 12rem !important; }
  .xl\:min-w-49 {
    min-width: 12.25rem !important; }
  .xl\:min-w-50 {
    min-width: 12.5rem !important; }
  .xl\:min-w-51 {
    min-width: 12.75rem !important; }
  .xl\:min-w-52 {
    min-width: 13rem !important; }
  .xl\:min-w-53 {
    min-width: 13.25rem !important; }
  .xl\:min-w-54 {
    min-width: 13.5rem !important; }
  .xl\:min-w-55 {
    min-width: 13.75rem !important; }
  .xl\:min-w-56 {
    min-width: 14rem !important; }
  .xl\:min-w-57 {
    min-width: 14.25rem !important; }
  .xl\:min-w-58 {
    min-width: 14.5rem !important; }
  .xl\:min-w-59 {
    min-width: 14.75rem !important; }
  .xl\:min-w-60 {
    min-width: 15rem !important; }
  .xl\:min-w-61 {
    min-width: 15.25rem !important; }
  .xl\:min-w-62 {
    min-width: 15.5rem !important; }
  .xl\:min-w-63 {
    min-width: 15.75rem !important; }
  .xl\:min-w-64 {
    min-width: 16rem !important; }
  .xl\:min-w-65 {
    min-width: 16.25rem !important; }
  .xl\:min-w-66 {
    min-width: 16.5rem !important; }
  .xl\:min-w-67 {
    min-width: 16.75rem !important; }
  .xl\:min-w-68 {
    min-width: 17rem !important; }
  .xl\:min-w-69 {
    min-width: 17.25rem !important; }
  .xl\:min-w-70 {
    min-width: 17.5rem !important; }
  .xl\:min-w-71 {
    min-width: 17.75rem !important; }
  .xl\:min-w-72 {
    min-width: 18rem !important; }
  .xl\:min-w-73 {
    min-width: 18.25rem !important; }
  .xl\:min-w-74 {
    min-width: 18.5rem !important; }
  .xl\:min-w-75 {
    min-width: 18.75rem !important; }
  .xl\:min-w-76 {
    min-width: 19rem !important; }
  .xl\:min-w-77 {
    min-width: 19.25rem !important; }
  .xl\:min-w-78 {
    min-width: 19.5rem !important; }
  .xl\:min-w-79 {
    min-width: 19.75rem !important; }
  .xl\:min-w-80 {
    min-width: 20rem !important; }
  .xl\:min-w-84 {
    min-width: 21rem !important; }
  .xl\:min-w-88 {
    min-width: 22rem !important; }
  .xl\:min-w-92 {
    min-width: 23rem !important; }
  .xl\:min-w-96 {
    min-width: 24rem !important; }
  .xl\:min-w-100 {
    min-width: 25rem !important; }
  .xl\:min-w-104 {
    min-width: 26rem !important; }
  .xl\:min-w-108 {
    min-width: 27rem !important; }
  .xl\:min-w-112 {
    min-width: 28rem !important; }
  .xl\:min-w-116 {
    min-width: 29rem !important; }
  .xl\:min-w-120 {
    min-width: 30rem !important; }
  .xl\:min-w-124 {
    min-width: 31rem !important; }
  .xl\:min-w-128 {
    min-width: 32rem !important; }
  .xl\:min-w-132 {
    min-width: 33rem !important; }
  .xl\:min-w-136 {
    min-width: 34rem !important; }
  .xl\:min-w-140 {
    min-width: 35rem !important; }
  .xl\:min-w-144 {
    min-width: 36rem !important; }
  .xl\:min-w-148 {
    min-width: 37rem !important; }
  .xl\:min-w-152 {
    min-width: 38rem !important; }
  .xl\:min-w-156 {
    min-width: 39rem !important; }
  .xl\:min-w-160 {
    min-width: 40rem !important; }
  .xl\:min-w-164 {
    min-width: 41rem !important; }
  .xl\:min-w-168 {
    min-width: 42rem !important; }
  .xl\:min-w-172 {
    min-width: 43rem !important; }
  .xl\:min-w-176 {
    min-width: 44rem !important; }
  .xl\:min-w-180 {
    min-width: 45rem !important; }
  .xl\:min-w-184 {
    min-width: 46rem !important; }
  .xl\:min-w-188 {
    min-width: 47rem !important; }
  .xl\:min-w-192 {
    min-width: 48rem !important; }
  .xl\:min-w-196 {
    min-width: 49rem !important; }
  .xl\:min-w-200 {
    min-width: 50rem !important; }
  .xl\:min-w-px {
    min-width: 1px !important; }
  .xl\:min-w-2px {
    min-width: 2px !important; }
  .xl\:min-w-1\/2 {
    min-width: 50% !important; }
  .xl\:min-w-2\/2 {
    min-width: 100% !important; }
  .xl\:min-w-1\/3 {
    min-width: 33.333333% !important; }
  .xl\:min-w-2\/3 {
    min-width: 66.666667% !important; }
  .xl\:min-w-3\/3 {
    min-width: 100% !important; }
  .xl\:min-w-1\/4 {
    min-width: 25% !important; }
  .xl\:min-w-2\/4 {
    min-width: 50% !important; }
  .xl\:min-w-3\/4 {
    min-width: 75% !important; }
  .xl\:min-w-4\/4 {
    min-width: 100% !important; }
  .xl\:min-w-1\/5 {
    min-width: 20% !important; }
  .xl\:min-w-2\/5 {
    min-width: 40% !important; }
  .xl\:min-w-3\/5 {
    min-width: 60% !important; }
  .xl\:min-w-4\/5 {
    min-width: 80% !important; }
  .xl\:min-w-5\/5 {
    min-width: 100% !important; }
  .xl\:min-w-1\/6 {
    min-width: 16.666667% !important; }
  .xl\:min-w-2\/6 {
    min-width: 33.333333% !important; }
  .xl\:min-w-3\/6 {
    min-width: 50% !important; }
  .xl\:min-w-4\/6 {
    min-width: 66.666667% !important; }
  .xl\:min-w-5\/6 {
    min-width: 83.333333% !important; }
  .xl\:min-w-6\/6 {
    min-width: 100% !important; }
  .xl\:min-w-1\/10 {
    min-width: 10% !important; }
  .xl\:min-w-2\/10 {
    min-width: 20% !important; }
  .xl\:min-w-3\/10 {
    min-width: 30% !important; }
  .xl\:min-w-4\/10 {
    min-width: 40% !important; }
  .xl\:min-w-5\/10 {
    min-width: 50% !important; }
  .xl\:min-w-6\/10 {
    min-width: 60% !important; }
  .xl\:min-w-7\/10 {
    min-width: 70% !important; }
  .xl\:min-w-8\/10 {
    min-width: 80% !important; }
  .xl\:min-w-9\/10 {
    min-width: 90% !important; }
  .xl\:min-w-10\/10 {
    min-width: 100% !important; }
  .xl\:min-w-1\/12 {
    min-width: 8.333333% !important; }
  .xl\:min-w-2\/12 {
    min-width: 16.666667% !important; }
  .xl\:min-w-3\/12 {
    min-width: 25% !important; }
  .xl\:min-w-4\/12 {
    min-width: 33.333333% !important; }
  .xl\:min-w-5\/12 {
    min-width: 41.666667% !important; }
  .xl\:min-w-6\/12 {
    min-width: 50% !important; }
  .xl\:min-w-7\/12 {
    min-width: 58.333333% !important; }
  .xl\:min-w-8\/12 {
    min-width: 66.666667% !important; }
  .xl\:min-w-9\/12 {
    min-width: 75% !important; }
  .xl\:min-w-10\/12 {
    min-width: 83.333333% !important; }
  .xl\:min-w-11\/12 {
    min-width: 91.666667% !important; }
  .xl\:min-w-12\/12 {
    min-width: 100% !important; }
  .xl\:min-w-xs {
    min-width: 20rem !important; }
  .xl\:min-w-sm {
    min-width: 24rem !important; }
  .xl\:min-w-md {
    min-width: 28rem !important; }
  .xl\:min-w-lg {
    min-width: 32rem !important; }
  .xl\:min-w-xl {
    min-width: 36rem !important; }
  .xl\:min-w-2xl {
    min-width: 42rem !important; }
  .xl\:min-w-3xl {
    min-width: 48rem !important; }
  .xl\:min-w-4xl {
    min-width: 56rem !important; }
  .xl\:min-w-5xl {
    min-width: 64rem !important; }
  .xl\:min-w-6xl {
    min-width: 72rem !important; }
  .xl\:min-w-7xl {
    min-width: 80rem !important; }
  .xl\:min-w-full {
    min-width: 100% !important; }
  .xl\:min-w-screenw {
    min-width: 100vw !important; }
  .xl\:min-w-screenh {
    min-width: 100vh !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-5 {
    opacity: 0.05 !important; }
  .xl\:opacity-10 {
    opacity: 0.1 !important; }
  .xl\:opacity-15 {
    opacity: 0.15 !important; }
  .xl\:opacity-20 {
    opacity: 0.2 !important; }
  .xl\:opacity-25 {
    opacity: 0.25 !important; }
  .xl\:opacity-30 {
    opacity: 0.3 !important; }
  .xl\:opacity-35 {
    opacity: 0.35 !important; }
  .xl\:opacity-40 {
    opacity: 0.4 !important; }
  .xl\:opacity-45 {
    opacity: 0.45 !important; }
  .xl\:opacity-50 {
    opacity: 0.5 !important; }
  .xl\:opacity-55 {
    opacity: 0.55 !important; }
  .xl\:opacity-60 {
    opacity: 0.6 !important; }
  .xl\:opacity-65 {
    opacity: 0.65 !important; }
  .xl\:opacity-70 {
    opacity: 0.7 !important; }
  .xl\:opacity-75 {
    opacity: 0.75 !important; }
  .xl\:opacity-80 {
    opacity: 0.8 !important; }
  .xl\:opacity-85 {
    opacity: 0.85 !important; }
  .xl\:opacity-90 {
    opacity: 0.9 !important; }
  .xl\:opacity-95 {
    opacity: 0.95 !important; }
  .xl\:opacity-100 {
    opacity: 1 !important; }
  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important; }
  .xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important; }
  .xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important; }
  .xl\:hover\:opacity-15:hover {
    opacity: 0.15 !important; }
  .xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important; }
  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important; }
  .xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important; }
  .xl\:hover\:opacity-35:hover {
    opacity: 0.35 !important; }
  .xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important; }
  .xl\:hover\:opacity-45:hover {
    opacity: 0.45 !important; }
  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important; }
  .xl\:hover\:opacity-55:hover {
    opacity: 0.55 !important; }
  .xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important; }
  .xl\:hover\:opacity-65:hover {
    opacity: 0.65 !important; }
  .xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important; }
  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important; }
  .xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important; }
  .xl\:hover\:opacity-85:hover {
    opacity: 0.85 !important; }
  .xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important; }
  .xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important; }
  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important; }
  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important; }
  .xl\:focus\:opacity-5:focus {
    opacity: 0.05 !important; }
  .xl\:focus\:opacity-10:focus {
    opacity: 0.1 !important; }
  .xl\:focus\:opacity-15:focus {
    opacity: 0.15 !important; }
  .xl\:focus\:opacity-20:focus {
    opacity: 0.2 !important; }
  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important; }
  .xl\:focus\:opacity-30:focus {
    opacity: 0.3 !important; }
  .xl\:focus\:opacity-35:focus {
    opacity: 0.35 !important; }
  .xl\:focus\:opacity-40:focus {
    opacity: 0.4 !important; }
  .xl\:focus\:opacity-45:focus {
    opacity: 0.45 !important; }
  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important; }
  .xl\:focus\:opacity-55:focus {
    opacity: 0.55 !important; }
  .xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important; }
  .xl\:focus\:opacity-65:focus {
    opacity: 0.65 !important; }
  .xl\:focus\:opacity-70:focus {
    opacity: 0.7 !important; }
  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important; }
  .xl\:focus\:opacity-80:focus {
    opacity: 0.8 !important; }
  .xl\:focus\:opacity-85:focus {
    opacity: 0.85 !important; }
  .xl\:focus\:opacity-90:focus {
    opacity: 0.9 !important; }
  .xl\:focus\:opacity-95:focus {
    opacity: 0.95 !important; }
  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important; }
  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0 !important; }
  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05 !important; }
  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1 !important; }
  .group:hover .xl\:group-hover\:opacity-15 {
    opacity: 0.15 !important; }
  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2 !important; }
  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25 !important; }
  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3 !important; }
  .group:hover .xl\:group-hover\:opacity-35 {
    opacity: 0.35 !important; }
  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4 !important; }
  .group:hover .xl\:group-hover\:opacity-45 {
    opacity: 0.45 !important; }
  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5 !important; }
  .group:hover .xl\:group-hover\:opacity-55 {
    opacity: 0.55 !important; }
  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6 !important; }
  .group:hover .xl\:group-hover\:opacity-65 {
    opacity: 0.65 !important; }
  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7 !important; }
  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75 !important; }
  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8 !important; }
  .group:hover .xl\:group-hover\:opacity-85 {
    opacity: 0.85 !important; }
  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9 !important; }
  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95 !important; }
  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1 !important; }
  .xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important; }
  .xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important; }
  .xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important; }
  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important; }
  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important; }
  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !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 {
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important; }
  .xl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important; }
  .xl\:overscroll-none {
    -ms-scroll-chaining: none !important;
    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: 0rem !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-7 {
    padding: 1.75rem !important; }
  .xl\:p-8 {
    padding: 2rem !important; }
  .xl\:p-9 {
    padding: 2.25rem !important; }
  .xl\:p-10 {
    padding: 2.5rem !important; }
  .xl\:p-11 {
    padding: 2.75rem !important; }
  .xl\:p-12 {
    padding: 3rem !important; }
  .xl\:p-13 {
    padding: 3.25rem !important; }
  .xl\:p-14 {
    padding: 3.5rem !important; }
  .xl\:p-15 {
    padding: 3.75rem !important; }
  .xl\:p-16 {
    padding: 4rem !important; }
  .xl\:p-17 {
    padding: 4.25rem !important; }
  .xl\:p-18 {
    padding: 4.5rem !important; }
  .xl\:p-19 {
    padding: 4.75rem !important; }
  .xl\:p-20 {
    padding: 5rem !important; }
  .xl\:p-21 {
    padding: 5.25rem !important; }
  .xl\:p-22 {
    padding: 5.5rem !important; }
  .xl\:p-23 {
    padding: 5.75rem !important; }
  .xl\:p-24 {
    padding: 6rem !important; }
  .xl\:p-25 {
    padding: 6.25rem !important; }
  .xl\:p-26 {
    padding: 6.5rem !important; }
  .xl\:p-27 {
    padding: 6.75rem !important; }
  .xl\:p-28 {
    padding: 7rem !important; }
  .xl\:p-29 {
    padding: 7.25rem !important; }
  .xl\:p-30 {
    padding: 7.5rem !important; }
  .xl\:p-31 {
    padding: 7.75rem !important; }
  .xl\:p-32 {
    padding: 8rem !important; }
  .xl\:p-33 {
    padding: 8.25rem !important; }
  .xl\:p-34 {
    padding: 8.5rem !important; }
  .xl\:p-35 {
    padding: 8.75rem !important; }
  .xl\:p-36 {
    padding: 9rem !important; }
  .xl\:p-37 {
    padding: 9.25rem !important; }
  .xl\:p-38 {
    padding: 9.5rem !important; }
  .xl\:p-39 {
    padding: 9.75rem !important; }
  .xl\:p-40 {
    padding: 10rem !important; }
  .xl\:p-41 {
    padding: 10.25rem !important; }
  .xl\:p-42 {
    padding: 10.5rem !important; }
  .xl\:p-43 {
    padding: 10.75rem !important; }
  .xl\:p-44 {
    padding: 11rem !important; }
  .xl\:p-45 {
    padding: 11.25rem !important; }
  .xl\:p-46 {
    padding: 11.5rem !important; }
  .xl\:p-47 {
    padding: 11.75rem !important; }
  .xl\:p-48 {
    padding: 12rem !important; }
  .xl\:p-49 {
    padding: 12.25rem !important; }
  .xl\:p-50 {
    padding: 12.5rem !important; }
  .xl\:p-51 {
    padding: 12.75rem !important; }
  .xl\:p-52 {
    padding: 13rem !important; }
  .xl\:p-53 {
    padding: 13.25rem !important; }
  .xl\:p-54 {
    padding: 13.5rem !important; }
  .xl\:p-55 {
    padding: 13.75rem !important; }
  .xl\:p-56 {
    padding: 14rem !important; }
  .xl\:p-57 {
    padding: 14.25rem !important; }
  .xl\:p-58 {
    padding: 14.5rem !important; }
  .xl\:p-59 {
    padding: 14.75rem !important; }
  .xl\:p-60 {
    padding: 15rem !important; }
  .xl\:p-61 {
    padding: 15.25rem !important; }
  .xl\:p-62 {
    padding: 15.5rem !important; }
  .xl\:p-63 {
    padding: 15.75rem !important; }
  .xl\:p-64 {
    padding: 16rem !important; }
  .xl\:p-65 {
    padding: 16.25rem !important; }
  .xl\:p-66 {
    padding: 16.5rem !important; }
  .xl\:p-67 {
    padding: 16.75rem !important; }
  .xl\:p-68 {
    padding: 17rem !important; }
  .xl\:p-69 {
    padding: 17.25rem !important; }
  .xl\:p-70 {
    padding: 17.5rem !important; }
  .xl\:p-71 {
    padding: 17.75rem !important; }
  .xl\:p-72 {
    padding: 18rem !important; }
  .xl\:p-73 {
    padding: 18.25rem !important; }
  .xl\:p-74 {
    padding: 18.5rem !important; }
  .xl\:p-75 {
    padding: 18.75rem !important; }
  .xl\:p-76 {
    padding: 19rem !important; }
  .xl\:p-77 {
    padding: 19.25rem !important; }
  .xl\:p-78 {
    padding: 19.5rem !important; }
  .xl\:p-79 {
    padding: 19.75rem !important; }
  .xl\:p-80 {
    padding: 20rem !important; }
  .xl\:p-84 {
    padding: 21rem !important; }
  .xl\:p-88 {
    padding: 22rem !important; }
  .xl\:p-92 {
    padding: 23rem !important; }
  .xl\:p-96 {
    padding: 24rem !important; }
  .xl\:p-100 {
    padding: 25rem !important; }
  .xl\:p-104 {
    padding: 26rem !important; }
  .xl\:p-108 {
    padding: 27rem !important; }
  .xl\:p-112 {
    padding: 28rem !important; }
  .xl\:p-116 {
    padding: 29rem !important; }
  .xl\:p-120 {
    padding: 30rem !important; }
  .xl\:p-124 {
    padding: 31rem !important; }
  .xl\:p-128 {
    padding: 32rem !important; }
  .xl\:p-132 {
    padding: 33rem !important; }
  .xl\:p-136 {
    padding: 34rem !important; }
  .xl\:p-140 {
    padding: 35rem !important; }
  .xl\:p-144 {
    padding: 36rem !important; }
  .xl\:p-148 {
    padding: 37rem !important; }
  .xl\:p-152 {
    padding: 38rem !important; }
  .xl\:p-156 {
    padding: 39rem !important; }
  .xl\:p-160 {
    padding: 40rem !important; }
  .xl\:p-164 {
    padding: 41rem !important; }
  .xl\:p-168 {
    padding: 42rem !important; }
  .xl\:p-172 {
    padding: 43rem !important; }
  .xl\:p-176 {
    padding: 44rem !important; }
  .xl\:p-180 {
    padding: 45rem !important; }
  .xl\:p-184 {
    padding: 46rem !important; }
  .xl\:p-188 {
    padding: 47rem !important; }
  .xl\:p-192 {
    padding: 48rem !important; }
  .xl\:p-196 {
    padding: 49rem !important; }
  .xl\:p-200 {
    padding: 50rem !important; }
  .xl\:p-px {
    padding: 1px !important; }
  .xl\:p-2px {
    padding: 2px !important; }
  .xl\:p-1\/2 {
    padding: 50% !important; }
  .xl\:p-2\/2 {
    padding: 100% !important; }
  .xl\:p-1\/3 {
    padding: 33.333333% !important; }
  .xl\:p-2\/3 {
    padding: 66.666667% !important; }
  .xl\:p-3\/3 {
    padding: 100% !important; }
  .xl\:p-1\/4 {
    padding: 25% !important; }
  .xl\:p-2\/4 {
    padding: 50% !important; }
  .xl\:p-3\/4 {
    padding: 75% !important; }
  .xl\:p-4\/4 {
    padding: 100% !important; }
  .xl\:p-1\/5 {
    padding: 20% !important; }
  .xl\:p-2\/5 {
    padding: 40% !important; }
  .xl\:p-3\/5 {
    padding: 60% !important; }
  .xl\:p-4\/5 {
    padding: 80% !important; }
  .xl\:p-5\/5 {
    padding: 100% !important; }
  .xl\:p-1\/6 {
    padding: 16.666667% !important; }
  .xl\:p-2\/6 {
    padding: 33.333333% !important; }
  .xl\:p-3\/6 {
    padding: 50% !important; }
  .xl\:p-4\/6 {
    padding: 66.666667% !important; }
  .xl\:p-5\/6 {
    padding: 83.333333% !important; }
  .xl\:p-6\/6 {
    padding: 100% !important; }
  .xl\:p-1\/10 {
    padding: 10% !important; }
  .xl\:p-2\/10 {
    padding: 20% !important; }
  .xl\:p-3\/10 {
    padding: 30% !important; }
  .xl\:p-4\/10 {
    padding: 40% !important; }
  .xl\:p-5\/10 {
    padding: 50% !important; }
  .xl\:p-6\/10 {
    padding: 60% !important; }
  .xl\:p-7\/10 {
    padding: 70% !important; }
  .xl\:p-8\/10 {
    padding: 80% !important; }
  .xl\:p-9\/10 {
    padding: 90% !important; }
  .xl\:p-10\/10 {
    padding: 100% !important; }
  .xl\:p-1\/12 {
    padding: 8.333333% !important; }
  .xl\:p-2\/12 {
    padding: 16.666667% !important; }
  .xl\:p-3\/12 {
    padding: 25% !important; }
  .xl\:p-4\/12 {
    padding: 33.333333% !important; }
  .xl\:p-5\/12 {
    padding: 41.666667% !important; }
  .xl\:p-6\/12 {
    padding: 50% !important; }
  .xl\:p-7\/12 {
    padding: 58.333333% !important; }
  .xl\:p-8\/12 {
    padding: 66.666667% !important; }
  .xl\:p-9\/12 {
    padding: 75% !important; }
  .xl\:p-10\/12 {
    padding: 83.333333% !important; }
  .xl\:p-11\/12 {
    padding: 91.666667% !important; }
  .xl\:p-12\/12 {
    padding: 100% !important; }
  .xl\:p-xs {
    padding: 20rem !important; }
  .xl\:p-sm {
    padding: 24rem !important; }
  .xl\:p-md {
    padding: 28rem !important; }
  .xl\:p-lg {
    padding: 32rem !important; }
  .xl\:p-xl {
    padding: 36rem !important; }
  .xl\:p-2xl {
    padding: 42rem !important; }
  .xl\:p-3xl {
    padding: 48rem !important; }
  .xl\:p-4xl {
    padding: 56rem !important; }
  .xl\:p-5xl {
    padding: 64rem !important; }
  .xl\:p-6xl {
    padding: 72rem !important; }
  .xl\:p-7xl {
    padding: 80rem !important; }
  .xl\:p-full {
    padding: 100% !important; }
  .xl\:p-screenw {
    padding: 100vw !important; }
  .xl\:p-screenh {
    padding: 100vh !important; }
  .xl\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }
  .xl\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !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-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !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-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important; }
  .xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important; }
  .xl\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !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-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .xl\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important; }
  .xl\:px-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important; }
  .xl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .xl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }
  .xl\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .xl\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !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-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important; }
  .xl\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !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-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important; }
  .xl\:px-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !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-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .xl\:px-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; }
  .xl\:py-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important; }
  .xl\:px-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important; }
  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }
  .xl\:py-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important; }
  .xl\:px-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.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-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important; }
  .xl\:px-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !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-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important; }
  .xl\:px-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important; }
  .xl\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; }
  .xl\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important; }
  .xl\:py-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important; }
  .xl\:px-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important; }
  .xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; }
  .xl\:py-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important; }
  .xl\:px-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important; }
  .xl\:py-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; }
  .xl\:px-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important; }
  .xl\:py-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important; }
  .xl\:px-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !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-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important; }
  .xl\:px-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important; }
  .xl\:py-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important; }
  .xl\:px-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important; }
  .xl\:py-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important; }
  .xl\:px-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important; }
  .xl\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important; }
  .xl\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important; }
  .xl\:py-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important; }
  .xl\:px-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important; }
  .xl\:py-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important; }
  .xl\:px-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important; }
  .xl\:py-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important; }
  .xl\:px-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !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-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important; }
  .xl\:px-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important; }
  .xl\:py-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  .xl\:px-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; }
  .xl\:py-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important; }
  .xl\:px-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important; }
  .xl\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important; }
  .xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important; }
  .xl\:py-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important; }
  .xl\:px-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important; }
  .xl\:py-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important; }
  .xl\:px-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important; }
  .xl\:py-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important; }
  .xl\:px-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !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-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important; }
  .xl\:px-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important; }
  .xl\:py-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important; }
  .xl\:px-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important; }
  .xl\:py-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important; }
  .xl\:px-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important; }
  .xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  .xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }
  .xl\:py-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important; }
  .xl\:px-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important; }
  .xl\:py-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important; }
  .xl\:px-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important; }
  .xl\:py-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important; }
  .xl\:px-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !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-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important; }
  .xl\:px-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important; }
  .xl\:py-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important; }
  .xl\:px-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important; }
  .xl\:py-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important; }
  .xl\:px-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important; }
  .xl\:py-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important; }
  .xl\:px-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important; }
  .xl\:py-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important; }
  .xl\:px-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important; }
  .xl\:py-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important; }
  .xl\:px-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important; }
  .xl\:py-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important; }
  .xl\:px-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important; }
  .xl\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important; }
  .xl\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important; }
  .xl\:py-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important; }
  .xl\:px-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important; }
  .xl\:py-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important; }
  .xl\:px-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important; }
  .xl\:py-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important; }
  .xl\:px-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important; }
  .xl\:py-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important; }
  .xl\:px-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important; }
  .xl\:py-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important; }
  .xl\:px-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important; }
  .xl\:py-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important; }
  .xl\:px-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important; }
  .xl\:py-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important; }
  .xl\:px-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important; }
  .xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important; }
  .xl\:py-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important; }
  .xl\:px-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important; }
  .xl\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important; }
  .xl\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important; }
  .xl\:py-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important; }
  .xl\:px-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important; }
  .xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important; }
  .xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important; }
  .xl\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important; }
  .xl\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important; }
  .xl\:py-104 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important; }
  .xl\:px-104 {
    padding-left: 26rem !important;
    padding-right: 26rem !important; }
  .xl\:py-108 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important; }
  .xl\:px-108 {
    padding-left: 27rem !important;
    padding-right: 27rem !important; }
  .xl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important; }
  .xl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important; }
  .xl\:py-116 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important; }
  .xl\:px-116 {
    padding-left: 29rem !important;
    padding-right: 29rem !important; }
  .xl\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important; }
  .xl\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important; }
  .xl\:py-124 {
    padding-top: 31rem !important;
    padding-bottom: 31rem !important; }
  .xl\:px-124 {
    padding-left: 31rem !important;
    padding-right: 31rem !important; }
  .xl\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important; }
  .xl\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important; }
  .xl\:py-132 {
    padding-top: 33rem !important;
    padding-bottom: 33rem !important; }
  .xl\:px-132 {
    padding-left: 33rem !important;
    padding-right: 33rem !important; }
  .xl\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important; }
  .xl\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important; }
  .xl\:py-140 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important; }
  .xl\:px-140 {
    padding-left: 35rem !important;
    padding-right: 35rem !important; }
  .xl\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important; }
  .xl\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important; }
  .xl\:py-148 {
    padding-top: 37rem !important;
    padding-bottom: 37rem !important; }
  .xl\:px-148 {
    padding-left: 37rem !important;
    padding-right: 37rem !important; }
  .xl\:py-152 {
    padding-top: 38rem !important;
    padding-bottom: 38rem !important; }
  .xl\:px-152 {
    padding-left: 38rem !important;
    padding-right: 38rem !important; }
  .xl\:py-156 {
    padding-top: 39rem !important;
    padding-bottom: 39rem !important; }
  .xl\:px-156 {
    padding-left: 39rem !important;
    padding-right: 39rem !important; }
  .xl\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important; }
  .xl\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important; }
  .xl\:py-164 {
    padding-top: 41rem !important;
    padding-bottom: 41rem !important; }
  .xl\:px-164 {
    padding-left: 41rem !important;
    padding-right: 41rem !important; }
  .xl\:py-168 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important; }
  .xl\:px-168 {
    padding-left: 42rem !important;
    padding-right: 42rem !important; }
  .xl\:py-172 {
    padding-top: 43rem !important;
    padding-bottom: 43rem !important; }
  .xl\:px-172 {
    padding-left: 43rem !important;
    padding-right: 43rem !important; }
  .xl\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important; }
  .xl\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important; }
  .xl\:py-180 {
    padding-top: 45rem !important;
    padding-bottom: 45rem !important; }
  .xl\:px-180 {
    padding-left: 45rem !important;
    padding-right: 45rem !important; }
  .xl\:py-184 {
    padding-top: 46rem !important;
    padding-bottom: 46rem !important; }
  .xl\:px-184 {
    padding-left: 46rem !important;
    padding-right: 46rem !important; }
  .xl\:py-188 {
    padding-top: 47rem !important;
    padding-bottom: 47rem !important; }
  .xl\:px-188 {
    padding-left: 47rem !important;
    padding-right: 47rem !important; }
  .xl\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important; }
  .xl\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important; }
  .xl\:py-196 {
    padding-top: 49rem !important;
    padding-bottom: 49rem !important; }
  .xl\:px-196 {
    padding-left: 49rem !important;
    padding-right: 49rem !important; }
  .xl\:py-200 {
    padding-top: 50rem !important;
    padding-bottom: 50rem !important; }
  .xl\:px-200 {
    padding-left: 50rem !important;
    padding-right: 50rem !important; }
  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important; }
  .xl\:py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  .xl\:px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  .xl\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .xl\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .xl\:py-2\/2 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .xl\:px-2\/2 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .xl\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .xl\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .xl\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .xl\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .xl\:py-3\/3 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .xl\:px-3\/3 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .xl\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important; }
  .xl\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important; }
  .xl\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .xl\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .xl\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important; }
  .xl\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important; }
  .xl\:py-4\/4 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .xl\:px-4\/4 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .xl\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important; }
  .xl\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .xl\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important; }
  .xl\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important; }
  .xl\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important; }
  .xl\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important; }
  .xl\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important; }
  .xl\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important; }
  .xl\:py-5\/5 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .xl\:px-5\/5 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .xl\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important; }
  .xl\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important; }
  .xl\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .xl\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .xl\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .xl\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .xl\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .xl\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .xl\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important; }
  .xl\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important; }
  .xl\:py-6\/6 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .xl\:px-6\/6 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .xl\:py-1\/10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important; }
  .xl\:px-1\/10 {
    padding-left: 10% !important;
    padding-right: 10% !important; }
  .xl\:py-2\/10 {
    padding-top: 20% !important;
    padding-bottom: 20% !important; }
  .xl\:px-2\/10 {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .xl\:py-3\/10 {
    padding-top: 30% !important;
    padding-bottom: 30% !important; }
  .xl\:px-3\/10 {
    padding-left: 30% !important;
    padding-right: 30% !important; }
  .xl\:py-4\/10 {
    padding-top: 40% !important;
    padding-bottom: 40% !important; }
  .xl\:px-4\/10 {
    padding-left: 40% !important;
    padding-right: 40% !important; }
  .xl\:py-5\/10 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .xl\:px-5\/10 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .xl\:py-6\/10 {
    padding-top: 60% !important;
    padding-bottom: 60% !important; }
  .xl\:px-6\/10 {
    padding-left: 60% !important;
    padding-right: 60% !important; }
  .xl\:py-7\/10 {
    padding-top: 70% !important;
    padding-bottom: 70% !important; }
  .xl\:px-7\/10 {
    padding-left: 70% !important;
    padding-right: 70% !important; }
  .xl\:py-8\/10 {
    padding-top: 80% !important;
    padding-bottom: 80% !important; }
  .xl\:px-8\/10 {
    padding-left: 80% !important;
    padding-right: 80% !important; }
  .xl\:py-9\/10 {
    padding-top: 90% !important;
    padding-bottom: 90% !important; }
  .xl\:px-9\/10 {
    padding-left: 90% !important;
    padding-right: 90% !important; }
  .xl\:py-10\/10 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .xl\:px-10\/10 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .xl\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important; }
  .xl\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important; }
  .xl\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important; }
  .xl\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important; }
  .xl\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important; }
  .xl\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important; }
  .xl\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important; }
  .xl\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important; }
  .xl\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important; }
  .xl\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important; }
  .xl\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important; }
  .xl\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important; }
  .xl\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important; }
  .xl\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important; }
  .xl\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important; }
  .xl\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important; }
  .xl\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important; }
  .xl\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important; }
  .xl\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important; }
  .xl\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important; }
  .xl\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important; }
  .xl\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important; }
  .xl\:py-12\/12 {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .xl\:px-12\/12 {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .xl\:py-xs {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important; }
  .xl\:px-xs {
    padding-left: 20rem !important;
    padding-right: 20rem !important; }
  .xl\:py-sm {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important; }
  .xl\:px-sm {
    padding-left: 24rem !important;
    padding-right: 24rem !important; }
  .xl\:py-md {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important; }
  .xl\:px-md {
    padding-left: 28rem !important;
    padding-right: 28rem !important; }
  .xl\:py-lg {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important; }
  .xl\:px-lg {
    padding-left: 32rem !important;
    padding-right: 32rem !important; }
  .xl\:py-xl {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important; }
  .xl\:px-xl {
    padding-left: 36rem !important;
    padding-right: 36rem !important; }
  .xl\:py-2xl {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important; }
  .xl\:px-2xl {
    padding-left: 42rem !important;
    padding-right: 42rem !important; }
  .xl\:py-3xl {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important; }
  .xl\:px-3xl {
    padding-left: 48rem !important;
    padding-right: 48rem !important; }
  .xl\:py-4xl {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important; }
  .xl\:px-4xl {
    padding-left: 56rem !important;
    padding-right: 56rem !important; }
  .xl\:py-5xl {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important; }
  .xl\:px-5xl {
    padding-left: 64rem !important;
    padding-right: 64rem !important; }
  .xl\:py-6xl {
    padding-top: 72rem !important;
    padding-bottom: 72rem !important; }
  .xl\:px-6xl {
    padding-left: 72rem !important;
    padding-right: 72rem !important; }
  .xl\:py-7xl {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important; }
  .xl\:px-7xl {
    padding-left: 80rem !important;
    padding-right: 80rem !important; }
  .xl\:py-full {
    padding-top: 100% !important;
    padding-bottom: 100% !important; }
  .xl\:px-full {
    padding-left: 100% !important;
    padding-right: 100% !important; }
  .xl\:py-screenw {
    padding-top: 100vw !important;
    padding-bottom: 100vw !important; }
  .xl\:px-screenw {
    padding-left: 100vw !important;
    padding-right: 100vw !important; }
  .xl\:py-screenh {
    padding-top: 100vh !important;
    padding-bottom: 100vh !important; }
  .xl\:px-screenh {
    padding-left: 100vh !important;
    padding-right: 100vh !important; }
  .xl\:pt-0 {
    padding-top: 0rem !important; }
  .xl\:pr-0 {
    padding-right: 0rem !important; }
  .xl\:pb-0 {
    padding-bottom: 0rem !important; }
  .xl\:pl-0 {
    padding-left: 0rem !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-7 {
    padding-top: 1.75rem !important; }
  .xl\:pr-7 {
    padding-right: 1.75rem !important; }
  .xl\:pb-7 {
    padding-bottom: 1.75rem !important; }
  .xl\:pl-7 {
    padding-left: 1.75rem !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-11 {
    padding-top: 2.75rem !important; }
  .xl\:pr-11 {
    padding-right: 2.75rem !important; }
  .xl\:pb-11 {
    padding-bottom: 2.75rem !important; }
  .xl\:pl-11 {
    padding-left: 2.75rem !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-13 {
    padding-top: 3.25rem !important; }
  .xl\:pr-13 {
    padding-right: 3.25rem !important; }
  .xl\:pb-13 {
    padding-bottom: 3.25rem !important; }
  .xl\:pl-13 {
    padding-left: 3.25rem !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-15 {
    padding-top: 3.75rem !important; }
  .xl\:pr-15 {
    padding-right: 3.75rem !important; }
  .xl\:pb-15 {
    padding-bottom: 3.75rem !important; }
  .xl\:pl-15 {
    padding-left: 3.75rem !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-17 {
    padding-top: 4.25rem !important; }
  .xl\:pr-17 {
    padding-right: 4.25rem !important; }
  .xl\:pb-17 {
    padding-bottom: 4.25rem !important; }
  .xl\:pl-17 {
    padding-left: 4.25rem !important; }
  .xl\:pt-18 {
    padding-top: 4.5rem !important; }
  .xl\:pr-18 {
    padding-right: 4.5rem !important; }
  .xl\:pb-18 {
    padding-bottom: 4.5rem !important; }
  .xl\:pl-18 {
    padding-left: 4.5rem !important; }
  .xl\:pt-19 {
    padding-top: 4.75rem !important; }
  .xl\:pr-19 {
    padding-right: 4.75rem !important; }
  .xl\:pb-19 {
    padding-bottom: 4.75rem !important; }
  .xl\:pl-19 {
    padding-left: 4.75rem !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-21 {
    padding-top: 5.25rem !important; }
  .xl\:pr-21 {
    padding-right: 5.25rem !important; }
  .xl\:pb-21 {
    padding-bottom: 5.25rem !important; }
  .xl\:pl-21 {
    padding-left: 5.25rem !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-23 {
    padding-top: 5.75rem !important; }
  .xl\:pr-23 {
    padding-right: 5.75rem !important; }
  .xl\:pb-23 {
    padding-bottom: 5.75rem !important; }
  .xl\:pl-23 {
    padding-left: 5.75rem !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-26 {
    padding-top: 6.5rem !important; }
  .xl\:pr-26 {
    padding-right: 6.5rem !important; }
  .xl\:pb-26 {
    padding-bottom: 6.5rem !important; }
  .xl\:pl-26 {
    padding-left: 6.5rem !important; }
  .xl\:pt-27 {
    padding-top: 6.75rem !important; }
  .xl\:pr-27 {
    padding-right: 6.75rem !important; }
  .xl\:pb-27 {
    padding-bottom: 6.75rem !important; }
  .xl\:pl-27 {
    padding-left: 6.75rem !important; }
  .xl\:pt-28 {
    padding-top: 7rem !important; }
  .xl\:pr-28 {
    padding-right: 7rem !important; }
  .xl\:pb-28 {
    padding-bottom: 7rem !important; }
  .xl\:pl-28 {
    padding-left: 7rem !important; }
  .xl\:pt-29 {
    padding-top: 7.25rem !important; }
  .xl\:pr-29 {
    padding-right: 7.25rem !important; }
  .xl\:pb-29 {
    padding-bottom: 7.25rem !important; }
  .xl\:pl-29 {
    padding-left: 7.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-31 {
    padding-top: 7.75rem !important; }
  .xl\:pr-31 {
    padding-right: 7.75rem !important; }
  .xl\:pb-31 {
    padding-bottom: 7.75rem !important; }
  .xl\:pl-31 {
    padding-left: 7.75rem !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-33 {
    padding-top: 8.25rem !important; }
  .xl\:pr-33 {
    padding-right: 8.25rem !important; }
  .xl\:pb-33 {
    padding-bottom: 8.25rem !important; }
  .xl\:pl-33 {
    padding-left: 8.25rem !important; }
  .xl\:pt-34 {
    padding-top: 8.5rem !important; }
  .xl\:pr-34 {
    padding-right: 8.5rem !important; }
  .xl\:pb-34 {
    padding-bottom: 8.5rem !important; }
  .xl\:pl-34 {
    padding-left: 8.5rem !important; }
  .xl\:pt-35 {
    padding-top: 8.75rem !important; }
  .xl\:pr-35 {
    padding-right: 8.75rem !important; }
  .xl\:pb-35 {
    padding-bottom: 8.75rem !important; }
  .xl\:pl-35 {
    padding-left: 8.75rem !important; }
  .xl\:pt-36 {
    padding-top: 9rem !important; }
  .xl\:pr-36 {
    padding-right: 9rem !important; }
  .xl\:pb-36 {
    padding-bottom: 9rem !important; }
  .xl\:pl-36 {
    padding-left: 9rem !important; }
  .xl\:pt-37 {
    padding-top: 9.25rem !important; }
  .xl\:pr-37 {
    padding-right: 9.25rem !important; }
  .xl\:pb-37 {
    padding-bottom: 9.25rem !important; }
  .xl\:pl-37 {
    padding-left: 9.25rem !important; }
  .xl\:pt-38 {
    padding-top: 9.5rem !important; }
  .xl\:pr-38 {
    padding-right: 9.5rem !important; }
  .xl\:pb-38 {
    padding-bottom: 9.5rem !important; }
  .xl\:pl-38 {
    padding-left: 9.5rem !important; }
  .xl\:pt-39 {
    padding-top: 9.75rem !important; }
  .xl\:pr-39 {
    padding-right: 9.75rem !important; }
  .xl\:pb-39 {
    padding-bottom: 9.75rem !important; }
  .xl\:pl-39 {
    padding-left: 9.75rem !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-41 {
    padding-top: 10.25rem !important; }
  .xl\:pr-41 {
    padding-right: 10.25rem !important; }
  .xl\:pb-41 {
    padding-bottom: 10.25rem !important; }
  .xl\:pl-41 {
    padding-left: 10.25rem !important; }
  .xl\:pt-42 {
    padding-top: 10.5rem !important; }
  .xl\:pr-42 {
    padding-right: 10.5rem !important; }
  .xl\:pb-42 {
    padding-bottom: 10.5rem !important; }
  .xl\:pl-42 {
    padding-left: 10.5rem !important; }
  .xl\:pt-43 {
    padding-top: 10.75rem !important; }
  .xl\:pr-43 {
    padding-right: 10.75rem !important; }
  .xl\:pb-43 {
    padding-bottom: 10.75rem !important; }
  .xl\:pl-43 {
    padding-left: 10.75rem !important; }
  .xl\:pt-44 {
    padding-top: 11rem !important; }
  .xl\:pr-44 {
    padding-right: 11rem !important; }
  .xl\:pb-44 {
    padding-bottom: 11rem !important; }
  .xl\:pl-44 {
    padding-left: 11rem !important; }
  .xl\:pt-45 {
    padding-top: 11.25rem !important; }
  .xl\:pr-45 {
    padding-right: 11.25rem !important; }
  .xl\:pb-45 {
    padding-bottom: 11.25rem !important; }
  .xl\:pl-45 {
    padding-left: 11.25rem !important; }
  .xl\:pt-46 {
    padding-top: 11.5rem !important; }
  .xl\:pr-46 {
    padding-right: 11.5rem !important; }
  .xl\:pb-46 {
    padding-bottom: 11.5rem !important; }
  .xl\:pl-46 {
    padding-left: 11.5rem !important; }
  .xl\:pt-47 {
    padding-top: 11.75rem !important; }
  .xl\:pr-47 {
    padding-right: 11.75rem !important; }
  .xl\:pb-47 {
    padding-bottom: 11.75rem !important; }
  .xl\:pl-47 {
    padding-left: 11.75rem !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-49 {
    padding-top: 12.25rem !important; }
  .xl\:pr-49 {
    padding-right: 12.25rem !important; }
  .xl\:pb-49 {
    padding-bottom: 12.25rem !important; }
  .xl\:pl-49 {
    padding-left: 12.25rem !important; }
  .xl\:pt-50 {
    padding-top: 12.5rem !important; }
  .xl\:pr-50 {
    padding-right: 12.5rem !important; }
  .xl\:pb-50 {
    padding-bottom: 12.5rem !important; }
  .xl\:pl-50 {
    padding-left: 12.5rem !important; }
  .xl\:pt-51 {
    padding-top: 12.75rem !important; }
  .xl\:pr-51 {
    padding-right: 12.75rem !important; }
  .xl\:pb-51 {
    padding-bottom: 12.75rem !important; }
  .xl\:pl-51 {
    padding-left: 12.75rem !important; }
  .xl\:pt-52 {
    padding-top: 13rem !important; }
  .xl\:pr-52 {
    padding-right: 13rem !important; }
  .xl\:pb-52 {
    padding-bottom: 13rem !important; }
  .xl\:pl-52 {
    padding-left: 13rem !important; }
  .xl\:pt-53 {
    padding-top: 13.25rem !important; }
  .xl\:pr-53 {
    padding-right: 13.25rem !important; }
  .xl\:pb-53 {
    padding-bottom: 13.25rem !important; }
  .xl\:pl-53 {
    padding-left: 13.25rem !important; }
  .xl\:pt-54 {
    padding-top: 13.5rem !important; }
  .xl\:pr-54 {
    padding-right: 13.5rem !important; }
  .xl\:pb-54 {
    padding-bottom: 13.5rem !important; }
  .xl\:pl-54 {
    padding-left: 13.5rem !important; }
  .xl\:pt-55 {
    padding-top: 13.75rem !important; }
  .xl\:pr-55 {
    padding-right: 13.75rem !important; }
  .xl\:pb-55 {
    padding-bottom: 13.75rem !important; }
  .xl\:pl-55 {
    padding-left: 13.75rem !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-57 {
    padding-top: 14.25rem !important; }
  .xl\:pr-57 {
    padding-right: 14.25rem !important; }
  .xl\:pb-57 {
    padding-bottom: 14.25rem !important; }
  .xl\:pl-57 {
    padding-left: 14.25rem !important; }
  .xl\:pt-58 {
    padding-top: 14.5rem !important; }
  .xl\:pr-58 {
    padding-right: 14.5rem !important; }
  .xl\:pb-58 {
    padding-bottom: 14.5rem !important; }
  .xl\:pl-58 {
    padding-left: 14.5rem !important; }
  .xl\:pt-59 {
    padding-top: 14.75rem !important; }
  .xl\:pr-59 {
    padding-right: 14.75rem !important; }
  .xl\:pb-59 {
    padding-bottom: 14.75rem !important; }
  .xl\:pl-59 {
    padding-left: 14.75rem !important; }
  .xl\:pt-60 {
    padding-top: 15rem !important; }
  .xl\:pr-60 {
    padding-right: 15rem !important; }
  .xl\:pb-60 {
    padding-bottom: 15rem !important; }
  .xl\:pl-60 {
    padding-left: 15rem !important; }
  .xl\:pt-61 {
    padding-top: 15.25rem !important; }
  .xl\:pr-61 {
    padding-right: 15.25rem !important; }
  .xl\:pb-61 {
    padding-bottom: 15.25rem !important; }
  .xl\:pl-61 {
    padding-left: 15.25rem !important; }
  .xl\:pt-62 {
    padding-top: 15.5rem !important; }
  .xl\:pr-62 {
    padding-right: 15.5rem !important; }
  .xl\:pb-62 {
    padding-bottom: 15.5rem !important; }
  .xl\:pl-62 {
    padding-left: 15.5rem !important; }
  .xl\:pt-63 {
    padding-top: 15.75rem !important; }
  .xl\:pr-63 {
    padding-right: 15.75rem !important; }
  .xl\:pb-63 {
    padding-bottom: 15.75rem !important; }
  .xl\:pl-63 {
    padding-left: 15.75rem !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-65 {
    padding-top: 16.25rem !important; }
  .xl\:pr-65 {
    padding-right: 16.25rem !important; }
  .xl\:pb-65 {
    padding-bottom: 16.25rem !important; }
  .xl\:pl-65 {
    padding-left: 16.25rem !important; }
  .xl\:pt-66 {
    padding-top: 16.5rem !important; }
  .xl\:pr-66 {
    padding-right: 16.5rem !important; }
  .xl\:pb-66 {
    padding-bottom: 16.5rem !important; }
  .xl\:pl-66 {
    padding-left: 16.5rem !important; }
  .xl\:pt-67 {
    padding-top: 16.75rem !important; }
  .xl\:pr-67 {
    padding-right: 16.75rem !important; }
  .xl\:pb-67 {
    padding-bottom: 16.75rem !important; }
  .xl\:pl-67 {
    padding-left: 16.75rem !important; }
  .xl\:pt-68 {
    padding-top: 17rem !important; }
  .xl\:pr-68 {
    padding-right: 17rem !important; }
  .xl\:pb-68 {
    padding-bottom: 17rem !important; }
  .xl\:pl-68 {
    padding-left: 17rem !important; }
  .xl\:pt-69 {
    padding-top: 17.25rem !important; }
  .xl\:pr-69 {
    padding-right: 17.25rem !important; }
  .xl\:pb-69 {
    padding-bottom: 17.25rem !important; }
  .xl\:pl-69 {
    padding-left: 17.25rem !important; }
  .xl\:pt-70 {
    padding-top: 17.5rem !important; }
  .xl\:pr-70 {
    padding-right: 17.5rem !important; }
  .xl\:pb-70 {
    padding-bottom: 17.5rem !important; }
  .xl\:pl-70 {
    padding-left: 17.5rem !important; }
  .xl\:pt-71 {
    padding-top: 17.75rem !important; }
  .xl\:pr-71 {
    padding-right: 17.75rem !important; }
  .xl\:pb-71 {
    padding-bottom: 17.75rem !important; }
  .xl\:pl-71 {
    padding-left: 17.75rem !important; }
  .xl\:pt-72 {
    padding-top: 18rem !important; }
  .xl\:pr-72 {
    padding-right: 18rem !important; }
  .xl\:pb-72 {
    padding-bottom: 18rem !important; }
  .xl\:pl-72 {
    padding-left: 18rem !important; }
  .xl\:pt-73 {
    padding-top: 18.25rem !important; }
  .xl\:pr-73 {
    padding-right: 18.25rem !important; }
  .xl\:pb-73 {
    padding-bottom: 18.25rem !important; }
  .xl\:pl-73 {
    padding-left: 18.25rem !important; }
  .xl\:pt-74 {
    padding-top: 18.5rem !important; }
  .xl\:pr-74 {
    padding-right: 18.5rem !important; }
  .xl\:pb-74 {
    padding-bottom: 18.5rem !important; }
  .xl\:pl-74 {
    padding-left: 18.5rem !important; }
  .xl\:pt-75 {
    padding-top: 18.75rem !important; }
  .xl\:pr-75 {
    padding-right: 18.75rem !important; }
  .xl\:pb-75 {
    padding-bottom: 18.75rem !important; }
  .xl\:pl-75 {
    padding-left: 18.75rem !important; }
  .xl\:pt-76 {
    padding-top: 19rem !important; }
  .xl\:pr-76 {
    padding-right: 19rem !important; }
  .xl\:pb-76 {
    padding-bottom: 19rem !important; }
  .xl\:pl-76 {
    padding-left: 19rem !important; }
  .xl\:pt-77 {
    padding-top: 19.25rem !important; }
  .xl\:pr-77 {
    padding-right: 19.25rem !important; }
  .xl\:pb-77 {
    padding-bottom: 19.25rem !important; }
  .xl\:pl-77 {
    padding-left: 19.25rem !important; }
  .xl\:pt-78 {
    padding-top: 19.5rem !important; }
  .xl\:pr-78 {
    padding-right: 19.5rem !important; }
  .xl\:pb-78 {
    padding-bottom: 19.5rem !important; }
  .xl\:pl-78 {
    padding-left: 19.5rem !important; }
  .xl\:pt-79 {
    padding-top: 19.75rem !important; }
  .xl\:pr-79 {
    padding-right: 19.75rem !important; }
  .xl\:pb-79 {
    padding-bottom: 19.75rem !important; }
  .xl\:pl-79 {
    padding-left: 19.75rem !important; }
  .xl\:pt-80 {
    padding-top: 20rem !important; }
  .xl\:pr-80 {
    padding-right: 20rem !important; }
  .xl\:pb-80 {
    padding-bottom: 20rem !important; }
  .xl\:pl-80 {
    padding-left: 20rem !important; }
  .xl\:pt-84 {
    padding-top: 21rem !important; }
  .xl\:pr-84 {
    padding-right: 21rem !important; }
  .xl\:pb-84 {
    padding-bottom: 21rem !important; }
  .xl\:pl-84 {
    padding-left: 21rem !important; }
  .xl\:pt-88 {
    padding-top: 22rem !important; }
  .xl\:pr-88 {
    padding-right: 22rem !important; }
  .xl\:pb-88 {
    padding-bottom: 22rem !important; }
  .xl\:pl-88 {
    padding-left: 22rem !important; }
  .xl\:pt-92 {
    padding-top: 23rem !important; }
  .xl\:pr-92 {
    padding-right: 23rem !important; }
  .xl\:pb-92 {
    padding-bottom: 23rem !important; }
  .xl\:pl-92 {
    padding-left: 23rem !important; }
  .xl\:pt-96 {
    padding-top: 24rem !important; }
  .xl\:pr-96 {
    padding-right: 24rem !important; }
  .xl\:pb-96 {
    padding-bottom: 24rem !important; }
  .xl\:pl-96 {
    padding-left: 24rem !important; }
  .xl\:pt-100 {
    padding-top: 25rem !important; }
  .xl\:pr-100 {
    padding-right: 25rem !important; }
  .xl\:pb-100 {
    padding-bottom: 25rem !important; }
  .xl\:pl-100 {
    padding-left: 25rem !important; }
  .xl\:pt-104 {
    padding-top: 26rem !important; }
  .xl\:pr-104 {
    padding-right: 26rem !important; }
  .xl\:pb-104 {
    padding-bottom: 26rem !important; }
  .xl\:pl-104 {
    padding-left: 26rem !important; }
  .xl\:pt-108 {
    padding-top: 27rem !important; }
  .xl\:pr-108 {
    padding-right: 27rem !important; }
  .xl\:pb-108 {
    padding-bottom: 27rem !important; }
  .xl\:pl-108 {
    padding-left: 27rem !important; }
  .xl\:pt-112 {
    padding-top: 28rem !important; }
  .xl\:pr-112 {
    padding-right: 28rem !important; }
  .xl\:pb-112 {
    padding-bottom: 28rem !important; }
  .xl\:pl-112 {
    padding-left: 28rem !important; }
  .xl\:pt-116 {
    padding-top: 29rem !important; }
  .xl\:pr-116 {
    padding-right: 29rem !important; }
  .xl\:pb-116 {
    padding-bottom: 29rem !important; }
  .xl\:pl-116 {
    padding-left: 29rem !important; }
  .xl\:pt-120 {
    padding-top: 30rem !important; }
  .xl\:pr-120 {
    padding-right: 30rem !important; }
  .xl\:pb-120 {
    padding-bottom: 30rem !important; }
  .xl\:pl-120 {
    padding-left: 30rem !important; }
  .xl\:pt-124 {
    padding-top: 31rem !important; }
  .xl\:pr-124 {
    padding-right: 31rem !important; }
  .xl\:pb-124 {
    padding-bottom: 31rem !important; }
  .xl\:pl-124 {
    padding-left: 31rem !important; }
  .xl\:pt-128 {
    padding-top: 32rem !important; }
  .xl\:pr-128 {
    padding-right: 32rem !important; }
  .xl\:pb-128 {
    padding-bottom: 32rem !important; }
  .xl\:pl-128 {
    padding-left: 32rem !important; }
  .xl\:pt-132 {
    padding-top: 33rem !important; }
  .xl\:pr-132 {
    padding-right: 33rem !important; }
  .xl\:pb-132 {
    padding-bottom: 33rem !important; }
  .xl\:pl-132 {
    padding-left: 33rem !important; }
  .xl\:pt-136 {
    padding-top: 34rem !important; }
  .xl\:pr-136 {
    padding-right: 34rem !important; }
  .xl\:pb-136 {
    padding-bottom: 34rem !important; }
  .xl\:pl-136 {
    padding-left: 34rem !important; }
  .xl\:pt-140 {
    padding-top: 35rem !important; }
  .xl\:pr-140 {
    padding-right: 35rem !important; }
  .xl\:pb-140 {
    padding-bottom: 35rem !important; }
  .xl\:pl-140 {
    padding-left: 35rem !important; }
  .xl\:pt-144 {
    padding-top: 36rem !important; }
  .xl\:pr-144 {
    padding-right: 36rem !important; }
  .xl\:pb-144 {
    padding-bottom: 36rem !important; }
  .xl\:pl-144 {
    padding-left: 36rem !important; }
  .xl\:pt-148 {
    padding-top: 37rem !important; }
  .xl\:pr-148 {
    padding-right: 37rem !important; }
  .xl\:pb-148 {
    padding-bottom: 37rem !important; }
  .xl\:pl-148 {
    padding-left: 37rem !important; }
  .xl\:pt-152 {
    padding-top: 38rem !important; }
  .xl\:pr-152 {
    padding-right: 38rem !important; }
  .xl\:pb-152 {
    padding-bottom: 38rem !important; }
  .xl\:pl-152 {
    padding-left: 38rem !important; }
  .xl\:pt-156 {
    padding-top: 39rem !important; }
  .xl\:pr-156 {
    padding-right: 39rem !important; }
  .xl\:pb-156 {
    padding-bottom: 39rem !important; }
  .xl\:pl-156 {
    padding-left: 39rem !important; }
  .xl\:pt-160 {
    padding-top: 40rem !important; }
  .xl\:pr-160 {
    padding-right: 40rem !important; }
  .xl\:pb-160 {
    padding-bottom: 40rem !important; }
  .xl\:pl-160 {
    padding-left: 40rem !important; }
  .xl\:pt-164 {
    padding-top: 41rem !important; }
  .xl\:pr-164 {
    padding-right: 41rem !important; }
  .xl\:pb-164 {
    padding-bottom: 41rem !important; }
  .xl\:pl-164 {
    padding-left: 41rem !important; }
  .xl\:pt-168 {
    padding-top: 42rem !important; }
  .xl\:pr-168 {
    padding-right: 42rem !important; }
  .xl\:pb-168 {
    padding-bottom: 42rem !important; }
  .xl\:pl-168 {
    padding-left: 42rem !important; }
  .xl\:pt-172 {
    padding-top: 43rem !important; }
  .xl\:pr-172 {
    padding-right: 43rem !important; }
  .xl\:pb-172 {
    padding-bottom: 43rem !important; }
  .xl\:pl-172 {
    padding-left: 43rem !important; }
  .xl\:pt-176 {
    padding-top: 44rem !important; }
  .xl\:pr-176 {
    padding-right: 44rem !important; }
  .xl\:pb-176 {
    padding-bottom: 44rem !important; }
  .xl\:pl-176 {
    padding-left: 44rem !important; }
  .xl\:pt-180 {
    padding-top: 45rem !important; }
  .xl\:pr-180 {
    padding-right: 45rem !important; }
  .xl\:pb-180 {
    padding-bottom: 45rem !important; }
  .xl\:pl-180 {
    padding-left: 45rem !important; }
  .xl\:pt-184 {
    padding-top: 46rem !important; }
  .xl\:pr-184 {
    padding-right: 46rem !important; }
  .xl\:pb-184 {
    padding-bottom: 46rem !important; }
  .xl\:pl-184 {
    padding-left: 46rem !important; }
  .xl\:pt-188 {
    padding-top: 47rem !important; }
  .xl\:pr-188 {
    padding-right: 47rem !important; }
  .xl\:pb-188 {
    padding-bottom: 47rem !important; }
  .xl\:pl-188 {
    padding-left: 47rem !important; }
  .xl\:pt-192 {
    padding-top: 48rem !important; }
  .xl\:pr-192 {
    padding-right: 48rem !important; }
  .xl\:pb-192 {
    padding-bottom: 48rem !important; }
  .xl\:pl-192 {
    padding-left: 48rem !important; }
  .xl\:pt-196 {
    padding-top: 49rem !important; }
  .xl\:pr-196 {
    padding-right: 49rem !important; }
  .xl\:pb-196 {
    padding-bottom: 49rem !important; }
  .xl\:pl-196 {
    padding-left: 49rem !important; }
  .xl\:pt-200 {
    padding-top: 50rem !important; }
  .xl\:pr-200 {
    padding-right: 50rem !important; }
  .xl\:pb-200 {
    padding-bottom: 50rem !important; }
  .xl\:pl-200 {
    padding-left: 50rem !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\:pt-2px {
    padding-top: 2px !important; }
  .xl\:pr-2px {
    padding-right: 2px !important; }
  .xl\:pb-2px {
    padding-bottom: 2px !important; }
  .xl\:pl-2px {
    padding-left: 2px !important; }
  .xl\:pt-1\/2 {
    padding-top: 50% !important; }
  .xl\:pr-1\/2 {
    padding-right: 50% !important; }
  .xl\:pb-1\/2 {
    padding-bottom: 50% !important; }
  .xl\:pl-1\/2 {
    padding-left: 50% !important; }
  .xl\:pt-2\/2 {
    padding-top: 100% !important; }
  .xl\:pr-2\/2 {
    padding-right: 100% !important; }
  .xl\:pb-2\/2 {
    padding-bottom: 100% !important; }
  .xl\:pl-2\/2 {
    padding-left: 100% !important; }
  .xl\:pt-1\/3 {
    padding-top: 33.333333% !important; }
  .xl\:pr-1\/3 {
    padding-right: 33.333333% !important; }
  .xl\:pb-1\/3 {
    padding-bottom: 33.333333% !important; }
  .xl\:pl-1\/3 {
    padding-left: 33.333333% !important; }
  .xl\:pt-2\/3 {
    padding-top: 66.666667% !important; }
  .xl\:pr-2\/3 {
    padding-right: 66.666667% !important; }
  .xl\:pb-2\/3 {
    padding-bottom: 66.666667% !important; }
  .xl\:pl-2\/3 {
    padding-left: 66.666667% !important; }
  .xl\:pt-3\/3 {
    padding-top: 100% !important; }
  .xl\:pr-3\/3 {
    padding-right: 100% !important; }
  .xl\:pb-3\/3 {
    padding-bottom: 100% !important; }
  .xl\:pl-3\/3 {
    padding-left: 100% !important; }
  .xl\:pt-1\/4 {
    padding-top: 25% !important; }
  .xl\:pr-1\/4 {
    padding-right: 25% !important; }
  .xl\:pb-1\/4 {
    padding-bottom: 25% !important; }
  .xl\:pl-1\/4 {
    padding-left: 25% !important; }
  .xl\:pt-2\/4 {
    padding-top: 50% !important; }
  .xl\:pr-2\/4 {
    padding-right: 50% !important; }
  .xl\:pb-2\/4 {
    padding-bottom: 50% !important; }
  .xl\:pl-2\/4 {
    padding-left: 50% !important; }
  .xl\:pt-3\/4 {
    padding-top: 75% !important; }
  .xl\:pr-3\/4 {
    padding-right: 75% !important; }
  .xl\:pb-3\/4 {
    padding-bottom: 75% !important; }
  .xl\:pl-3\/4 {
    padding-left: 75% !important; }
  .xl\:pt-4\/4 {
    padding-top: 100% !important; }
  .xl\:pr-4\/4 {
    padding-right: 100% !important; }
  .xl\:pb-4\/4 {
    padding-bottom: 100% !important; }
  .xl\:pl-4\/4 {
    padding-left: 100% !important; }
  .xl\:pt-1\/5 {
    padding-top: 20% !important; }
  .xl\:pr-1\/5 {
    padding-right: 20% !important; }
  .xl\:pb-1\/5 {
    padding-bottom: 20% !important; }
  .xl\:pl-1\/5 {
    padding-left: 20% !important; }
  .xl\:pt-2\/5 {
    padding-top: 40% !important; }
  .xl\:pr-2\/5 {
    padding-right: 40% !important; }
  .xl\:pb-2\/5 {
    padding-bottom: 40% !important; }
  .xl\:pl-2\/5 {
    padding-left: 40% !important; }
  .xl\:pt-3\/5 {
    padding-top: 60% !important; }
  .xl\:pr-3\/5 {
    padding-right: 60% !important; }
  .xl\:pb-3\/5 {
    padding-bottom: 60% !important; }
  .xl\:pl-3\/5 {
    padding-left: 60% !important; }
  .xl\:pt-4\/5 {
    padding-top: 80% !important; }
  .xl\:pr-4\/5 {
    padding-right: 80% !important; }
  .xl\:pb-4\/5 {
    padding-bottom: 80% !important; }
  .xl\:pl-4\/5 {
    padding-left: 80% !important; }
  .xl\:pt-5\/5 {
    padding-top: 100% !important; }
  .xl\:pr-5\/5 {
    padding-right: 100% !important; }
  .xl\:pb-5\/5 {
    padding-bottom: 100% !important; }
  .xl\:pl-5\/5 {
    padding-left: 100% !important; }
  .xl\:pt-1\/6 {
    padding-top: 16.666667% !important; }
  .xl\:pr-1\/6 {
    padding-right: 16.666667% !important; }
  .xl\:pb-1\/6 {
    padding-bottom: 16.666667% !important; }
  .xl\:pl-1\/6 {
    padding-left: 16.666667% !important; }
  .xl\:pt-2\/6 {
    padding-top: 33.333333% !important; }
  .xl\:pr-2\/6 {
    padding-right: 33.333333% !important; }
  .xl\:pb-2\/6 {
    padding-bottom: 33.333333% !important; }
  .xl\:pl-2\/6 {
    padding-left: 33.333333% !important; }
  .xl\:pt-3\/6 {
    padding-top: 50% !important; }
  .xl\:pr-3\/6 {
    padding-right: 50% !important; }
  .xl\:pb-3\/6 {
    padding-bottom: 50% !important; }
  .xl\:pl-3\/6 {
    padding-left: 50% !important; }
  .xl\:pt-4\/6 {
    padding-top: 66.666667% !important; }
  .xl\:pr-4\/6 {
    padding-right: 66.666667% !important; }
  .xl\:pb-4\/6 {
    padding-bottom: 66.666667% !important; }
  .xl\:pl-4\/6 {
    padding-left: 66.666667% !important; }
  .xl\:pt-5\/6 {
    padding-top: 83.333333% !important; }
  .xl\:pr-5\/6 {
    padding-right: 83.333333% !important; }
  .xl\:pb-5\/6 {
    padding-bottom: 83.333333% !important; }
  .xl\:pl-5\/6 {
    padding-left: 83.333333% !important; }
  .xl\:pt-6\/6 {
    padding-top: 100% !important; }
  .xl\:pr-6\/6 {
    padding-right: 100% !important; }
  .xl\:pb-6\/6 {
    padding-bottom: 100% !important; }
  .xl\:pl-6\/6 {
    padding-left: 100% !important; }
  .xl\:pt-1\/10 {
    padding-top: 10% !important; }
  .xl\:pr-1\/10 {
    padding-right: 10% !important; }
  .xl\:pb-1\/10 {
    padding-bottom: 10% !important; }
  .xl\:pl-1\/10 {
    padding-left: 10% !important; }
  .xl\:pt-2\/10 {
    padding-top: 20% !important; }
  .xl\:pr-2\/10 {
    padding-right: 20% !important; }
  .xl\:pb-2\/10 {
    padding-bottom: 20% !important; }
  .xl\:pl-2\/10 {
    padding-left: 20% !important; }
  .xl\:pt-3\/10 {
    padding-top: 30% !important; }
  .xl\:pr-3\/10 {
    padding-right: 30% !important; }
  .xl\:pb-3\/10 {
    padding-bottom: 30% !important; }
  .xl\:pl-3\/10 {
    padding-left: 30% !important; }
  .xl\:pt-4\/10 {
    padding-top: 40% !important; }
  .xl\:pr-4\/10 {
    padding-right: 40% !important; }
  .xl\:pb-4\/10 {
    padding-bottom: 40% !important; }
  .xl\:pl-4\/10 {
    padding-left: 40% !important; }
  .xl\:pt-5\/10 {
    padding-top: 50% !important; }
  .xl\:pr-5\/10 {
    padding-right: 50% !important; }
  .xl\:pb-5\/10 {
    padding-bottom: 50% !important; }
  .xl\:pl-5\/10 {
    padding-left: 50% !important; }
  .xl\:pt-6\/10 {
    padding-top: 60% !important; }
  .xl\:pr-6\/10 {
    padding-right: 60% !important; }
  .xl\:pb-6\/10 {
    padding-bottom: 60% !important; }
  .xl\:pl-6\/10 {
    padding-left: 60% !important; }
  .xl\:pt-7\/10 {
    padding-top: 70% !important; }
  .xl\:pr-7\/10 {
    padding-right: 70% !important; }
  .xl\:pb-7\/10 {
    padding-bottom: 70% !important; }
  .xl\:pl-7\/10 {
    padding-left: 70% !important; }
  .xl\:pt-8\/10 {
    padding-top: 80% !important; }
  .xl\:pr-8\/10 {
    padding-right: 80% !important; }
  .xl\:pb-8\/10 {
    padding-bottom: 80% !important; }
  .xl\:pl-8\/10 {
    padding-left: 80% !important; }
  .xl\:pt-9\/10 {
    padding-top: 90% !important; }
  .xl\:pr-9\/10 {
    padding-right: 90% !important; }
  .xl\:pb-9\/10 {
    padding-bottom: 90% !important; }
  .xl\:pl-9\/10 {
    padding-left: 90% !important; }
  .xl\:pt-10\/10 {
    padding-top: 100% !important; }
  .xl\:pr-10\/10 {
    padding-right: 100% !important; }
  .xl\:pb-10\/10 {
    padding-bottom: 100% !important; }
  .xl\:pl-10\/10 {
    padding-left: 100% !important; }
  .xl\:pt-1\/12 {
    padding-top: 8.333333% !important; }
  .xl\:pr-1\/12 {
    padding-right: 8.333333% !important; }
  .xl\:pb-1\/12 {
    padding-bottom: 8.333333% !important; }
  .xl\:pl-1\/12 {
    padding-left: 8.333333% !important; }
  .xl\:pt-2\/12 {
    padding-top: 16.666667% !important; }
  .xl\:pr-2\/12 {
    padding-right: 16.666667% !important; }
  .xl\:pb-2\/12 {
    padding-bottom: 16.666667% !important; }
  .xl\:pl-2\/12 {
    padding-left: 16.666667% !important; }
  .xl\:pt-3\/12 {
    padding-top: 25% !important; }
  .xl\:pr-3\/12 {
    padding-right: 25% !important; }
  .xl\:pb-3\/12 {
    padding-bottom: 25% !important; }
  .xl\:pl-3\/12 {
    padding-left: 25% !important; }
  .xl\:pt-4\/12 {
    padding-top: 33.333333% !important; }
  .xl\:pr-4\/12 {
    padding-right: 33.333333% !important; }
  .xl\:pb-4\/12 {
    padding-bottom: 33.333333% !important; }
  .xl\:pl-4\/12 {
    padding-left: 33.333333% !important; }
  .xl\:pt-5\/12 {
    padding-top: 41.666667% !important; }
  .xl\:pr-5\/12 {
    padding-right: 41.666667% !important; }
  .xl\:pb-5\/12 {
    padding-bottom: 41.666667% !important; }
  .xl\:pl-5\/12 {
    padding-left: 41.666667% !important; }
  .xl\:pt-6\/12 {
    padding-top: 50% !important; }
  .xl\:pr-6\/12 {
    padding-right: 50% !important; }
  .xl\:pb-6\/12 {
    padding-bottom: 50% !important; }
  .xl\:pl-6\/12 {
    padding-left: 50% !important; }
  .xl\:pt-7\/12 {
    padding-top: 58.333333% !important; }
  .xl\:pr-7\/12 {
    padding-right: 58.333333% !important; }
  .xl\:pb-7\/12 {
    padding-bottom: 58.333333% !important; }
  .xl\:pl-7\/12 {
    padding-left: 58.333333% !important; }
  .xl\:pt-8\/12 {
    padding-top: 66.666667% !important; }
  .xl\:pr-8\/12 {
    padding-right: 66.666667% !important; }
  .xl\:pb-8\/12 {
    padding-bottom: 66.666667% !important; }
  .xl\:pl-8\/12 {
    padding-left: 66.666667% !important; }
  .xl\:pt-9\/12 {
    padding-top: 75% !important; }
  .xl\:pr-9\/12 {
    padding-right: 75% !important; }
  .xl\:pb-9\/12 {
    padding-bottom: 75% !important; }
  .xl\:pl-9\/12 {
    padding-left: 75% !important; }
  .xl\:pt-10\/12 {
    padding-top: 83.333333% !important; }
  .xl\:pr-10\/12 {
    padding-right: 83.333333% !important; }
  .xl\:pb-10\/12 {
    padding-bottom: 83.333333% !important; }
  .xl\:pl-10\/12 {
    padding-left: 83.333333% !important; }
  .xl\:pt-11\/12 {
    padding-top: 91.666667% !important; }
  .xl\:pr-11\/12 {
    padding-right: 91.666667% !important; }
  .xl\:pb-11\/12 {
    padding-bottom: 91.666667% !important; }
  .xl\:pl-11\/12 {
    padding-left: 91.666667% !important; }
  .xl\:pt-12\/12 {
    padding-top: 100% !important; }
  .xl\:pr-12\/12 {
    padding-right: 100% !important; }
  .xl\:pb-12\/12 {
    padding-bottom: 100% !important; }
  .xl\:pl-12\/12 {
    padding-left: 100% !important; }
  .xl\:pt-xs {
    padding-top: 20rem !important; }
  .xl\:pr-xs {
    padding-right: 20rem !important; }
  .xl\:pb-xs {
    padding-bottom: 20rem !important; }
  .xl\:pl-xs {
    padding-left: 20rem !important; }
  .xl\:pt-sm {
    padding-top: 24rem !important; }
  .xl\:pr-sm {
    padding-right: 24rem !important; }
  .xl\:pb-sm {
    padding-bottom: 24rem !important; }
  .xl\:pl-sm {
    padding-left: 24rem !important; }
  .xl\:pt-md {
    padding-top: 28rem !important; }
  .xl\:pr-md {
    padding-right: 28rem !important; }
  .xl\:pb-md {
    padding-bottom: 28rem !important; }
  .xl\:pl-md {
    padding-left: 28rem !important; }
  .xl\:pt-lg {
    padding-top: 32rem !important; }
  .xl\:pr-lg {
    padding-right: 32rem !important; }
  .xl\:pb-lg {
    padding-bottom: 32rem !important; }
  .xl\:pl-lg {
    padding-left: 32rem !important; }
  .xl\:pt-xl {
    padding-top: 36rem !important; }
  .xl\:pr-xl {
    padding-right: 36rem !important; }
  .xl\:pb-xl {
    padding-bottom: 36rem !important; }
  .xl\:pl-xl {
    padding-left: 36rem !important; }
  .xl\:pt-2xl {
    padding-top: 42rem !important; }
  .xl\:pr-2xl {
    padding-right: 42rem !important; }
  .xl\:pb-2xl {
    padding-bottom: 42rem !important; }
  .xl\:pl-2xl {
    padding-left: 42rem !important; }
  .xl\:pt-3xl {
    padding-top: 48rem !important; }
  .xl\:pr-3xl {
    padding-right: 48rem !important; }
  .xl\:pb-3xl {
    padding-bottom: 48rem !important; }
  .xl\:pl-3xl {
    padding-left: 48rem !important; }
  .xl\:pt-4xl {
    padding-top: 56rem !important; }
  .xl\:pr-4xl {
    padding-right: 56rem !important; }
  .xl\:pb-4xl {
    padding-bottom: 56rem !important; }
  .xl\:pl-4xl {
    padding-left: 56rem !important; }
  .xl\:pt-5xl {
    padding-top: 64rem !important; }
  .xl\:pr-5xl {
    padding-right: 64rem !important; }
  .xl\:pb-5xl {
    padding-bottom: 64rem !important; }
  .xl\:pl-5xl {
    padding-left: 64rem !important; }
  .xl\:pt-6xl {
    padding-top: 72rem !important; }
  .xl\:pr-6xl {
    padding-right: 72rem !important; }
  .xl\:pb-6xl {
    padding-bottom: 72rem !important; }
  .xl\:pl-6xl {
    padding-left: 72rem !important; }
  .xl\:pt-7xl {
    padding-top: 80rem !important; }
  .xl\:pr-7xl {
    padding-right: 80rem !important; }
  .xl\:pb-7xl {
    padding-bottom: 80rem !important; }
  .xl\:pl-7xl {
    padding-left: 80rem !important; }
  .xl\:pt-full {
    padding-top: 100% !important; }
  .xl\:pr-full {
    padding-right: 100% !important; }
  .xl\:pb-full {
    padding-bottom: 100% !important; }
  .xl\:pl-full {
    padding-left: 100% !important; }
  .xl\:pt-screenw {
    padding-top: 100vw !important; }
  .xl\:pr-screenw {
    padding-right: 100vw !important; }
  .xl\:pb-screenw {
    padding-bottom: 100vw !important; }
  .xl\:pl-screenw {
    padding-left: 100vw !important; }
  .xl\:pt-screenh {
    padding-top: 100vh !important; }
  .xl\:pr-screenh {
    padding-right: 100vh !important; }
  .xl\:pb-screenh {
    padding-bottom: 100vh !important; }
  .xl\:pl-screenh {
    padding-left: 100vh !important; }
  .xl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important; }
  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important; }
  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important; }
  .xl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important; }
  .xl\:placeholder-transparent::placeholder {
    color: transparent !important; }
  .xl\:placeholder-current::-webkit-input-placeholder {
    color: currentColor !important; }
  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important; }
  .xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important; }
  .xl\:placeholder-current::-ms-input-placeholder {
    color: currentColor !important; }
  .xl\:placeholder-current::placeholder {
    color: currentColor !important; }
  .xl\:placeholder-inherit::-webkit-input-placeholder {
    color: inherit !important; }
  .xl\:placeholder-inherit::-moz-placeholder {
    color: inherit !important; }
  .xl\:placeholder-inherit:-ms-input-placeholder {
    color: inherit !important; }
  .xl\:placeholder-inherit::-ms-input-placeholder {
    color: inherit !important; }
  .xl\:placeholder-inherit::placeholder {
    color: inherit !important; }
  .xl\:placeholder-black-10::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:placeholder-black-10::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:placeholder-black-10:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:placeholder-black-10::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:placeholder-black-10::placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:placeholder-black-20::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:placeholder-black-20::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:placeholder-black-20:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:placeholder-black-20::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:placeholder-black-20::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:placeholder-black-30::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:placeholder-black-30::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:placeholder-black-30:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:placeholder-black-30::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:placeholder-black-30::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:placeholder-black-40::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:placeholder-black-40::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:placeholder-black-40:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:placeholder-black-40::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:placeholder-black-40::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:placeholder-black-50::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:placeholder-black-50::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:placeholder-black-50:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:placeholder-black-50::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:placeholder-black-50::placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:placeholder-black-60::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:placeholder-black-60::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:placeholder-black-60:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:placeholder-black-60::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:placeholder-black-60::placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:placeholder-black-70::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:placeholder-black-70::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:placeholder-black-70:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:placeholder-black-70::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:placeholder-black-70::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:placeholder-black-80::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:placeholder-black-80::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:placeholder-black-80:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:placeholder-black-80::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:placeholder-black-80::placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:placeholder-black-90::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:placeholder-black-90::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:placeholder-black-90:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:placeholder-black-90::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:placeholder-black-90::placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:placeholder-black::-webkit-input-placeholder {
    color: black !important; }
  .xl\:placeholder-black::-moz-placeholder {
    color: black !important; }
  .xl\:placeholder-black:-ms-input-placeholder {
    color: black !important; }
  .xl\:placeholder-black::-ms-input-placeholder {
    color: black !important; }
  .xl\:placeholder-black::placeholder {
    color: black !important; }
  .xl\:placeholder-white-10::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:placeholder-white-10::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:placeholder-white-10:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:placeholder-white-10::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:placeholder-white-10::placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:placeholder-white-20::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:placeholder-white-20::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:placeholder-white-20:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:placeholder-white-20::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:placeholder-white-20::placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:placeholder-white-30::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:placeholder-white-30::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:placeholder-white-30:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:placeholder-white-30::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:placeholder-white-30::placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:placeholder-white-40::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:placeholder-white-40::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:placeholder-white-40:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:placeholder-white-40::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:placeholder-white-40::placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:placeholder-white-50::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:placeholder-white-50::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:placeholder-white-50:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:placeholder-white-50::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:placeholder-white-50::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:placeholder-white-60::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:placeholder-white-60::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:placeholder-white-60:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:placeholder-white-60::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:placeholder-white-60::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:placeholder-white-70::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:placeholder-white-70::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:placeholder-white-70:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:placeholder-white-70::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:placeholder-white-70::placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:placeholder-white-80::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:placeholder-white-80::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:placeholder-white-80:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:placeholder-white-80::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:placeholder-white-80::placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:placeholder-white-90::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:placeholder-white-90::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:placeholder-white-90:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:placeholder-white-90::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:placeholder-white-90::placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:placeholder-white::-webkit-input-placeholder {
    color: white !important; }
  .xl\:placeholder-white::-moz-placeholder {
    color: white !important; }
  .xl\:placeholder-white:-ms-input-placeholder {
    color: white !important; }
  .xl\:placeholder-white::-ms-input-placeholder {
    color: white !important; }
  .xl\:placeholder-white::placeholder {
    color: white !important; }
  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important; }
  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important; }
  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important; }
  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important; }
  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important; }
  .xl\:focus\:placeholder-current:focus::-webkit-input-placeholder {
    color: currentColor !important; }
  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important; }
  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important; }
  .xl\:focus\:placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important; }
  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important; }
  .xl\:focus\:placeholder-inherit:focus::-webkit-input-placeholder {
    color: inherit !important; }
  .xl\:focus\:placeholder-inherit:focus::-moz-placeholder {
    color: inherit !important; }
  .xl\:focus\:placeholder-inherit:focus:-ms-input-placeholder {
    color: inherit !important; }
  .xl\:focus\:placeholder-inherit:focus::-ms-input-placeholder {
    color: inherit !important; }
  .xl\:focus\:placeholder-inherit:focus::placeholder {
    color: inherit !important; }
  .xl\:focus\:placeholder-black-10:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus\:placeholder-black-10:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus\:placeholder-black-10:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus\:placeholder-black-10:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus\:placeholder-black-10:focus::placeholder {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus\:placeholder-black-20:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus\:placeholder-black-20:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus\:placeholder-black-20:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus\:placeholder-black-20:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus\:placeholder-black-20:focus::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus\:placeholder-black-30:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus\:placeholder-black-30:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus\:placeholder-black-30:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus\:placeholder-black-30:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus\:placeholder-black-30:focus::placeholder {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus\:placeholder-black-40:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus\:placeholder-black-40:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus\:placeholder-black-40:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus\:placeholder-black-40:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus\:placeholder-black-40:focus::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus\:placeholder-black-50:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus\:placeholder-black-50:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus\:placeholder-black-50:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus\:placeholder-black-50:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus\:placeholder-black-50:focus::placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus\:placeholder-black-60:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus\:placeholder-black-60:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus\:placeholder-black-60:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus\:placeholder-black-60:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus\:placeholder-black-60:focus::placeholder {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus\:placeholder-black-70:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus\:placeholder-black-70:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus\:placeholder-black-70:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus\:placeholder-black-70:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus\:placeholder-black-70:focus::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus\:placeholder-black-80:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus\:placeholder-black-80:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus\:placeholder-black-80:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus\:placeholder-black-80:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus\:placeholder-black-80:focus::placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus\:placeholder-black-90:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus\:placeholder-black-90:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus\:placeholder-black-90:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus\:placeholder-black-90:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus\:placeholder-black-90:focus::placeholder {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: black !important; }
  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: black !important; }
  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: black !important; }
  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: black !important; }
  .xl\:focus\:placeholder-black:focus::placeholder {
    color: black !important; }
  .xl\:focus\:placeholder-white-10:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus\:placeholder-white-10:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus\:placeholder-white-10:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus\:placeholder-white-10:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus\:placeholder-white-10:focus::placeholder {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus\:placeholder-white-20:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus\:placeholder-white-20:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus\:placeholder-white-20:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus\:placeholder-white-20:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus\:placeholder-white-20:focus::placeholder {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus\:placeholder-white-30:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus\:placeholder-white-30:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus\:placeholder-white-30:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus\:placeholder-white-30:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus\:placeholder-white-30:focus::placeholder {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus\:placeholder-white-40:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus\:placeholder-white-40:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus\:placeholder-white-40:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus\:placeholder-white-40:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus\:placeholder-white-40:focus::placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus\:placeholder-white-50:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus\:placeholder-white-50:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus\:placeholder-white-50:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus\:placeholder-white-50:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus\:placeholder-white-50:focus::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus\:placeholder-white-60:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus\:placeholder-white-60:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus\:placeholder-white-60:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus\:placeholder-white-60:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus\:placeholder-white-60:focus::placeholder {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus\:placeholder-white-70:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus\:placeholder-white-70:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus\:placeholder-white-70:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus\:placeholder-white-70:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus\:placeholder-white-70:focus::placeholder {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus\:placeholder-white-80:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus\:placeholder-white-80:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus\:placeholder-white-80:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus\:placeholder-white-80:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus\:placeholder-white-80:focus::placeholder {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus\:placeholder-white-90:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus\:placeholder-white-90:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus\:placeholder-white-90:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus\:placeholder-white-90:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus\:placeholder-white-90:focus::placeholder {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: white !important; }
  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: white !important; }
  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: white !important; }
  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: white !important; }
  .xl\:focus\:placeholder-white:focus::placeholder {
    color: white !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::-ms-input-placeholder {
    --placeholder-opacity: 0 !important; }
  .xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important; }
  .xl\:placeholder-opacity-5::-webkit-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:placeholder-opacity-5::-moz-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:placeholder-opacity-5:-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:placeholder-opacity-5::-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:placeholder-opacity-5::placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:placeholder-opacity-10::-webkit-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:placeholder-opacity-10::-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:placeholder-opacity-15::-webkit-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:placeholder-opacity-15::-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:placeholder-opacity-20::-webkit-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .xl\:placeholder-opacity-20::-moz-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .xl\:placeholder-opacity-20:-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .xl\:placeholder-opacity-20::-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .xl\:placeholder-opacity-20::placeholder {
    --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important; }
  .xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important; }
  .xl\:placeholder-opacity-30::-webkit-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:placeholder-opacity-30::-moz-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:placeholder-opacity-30:-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:placeholder-opacity-30::-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:placeholder-opacity-30::placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:placeholder-opacity-35::-webkit-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:placeholder-opacity-35::-moz-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:placeholder-opacity-35:-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:placeholder-opacity-35::-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:placeholder-opacity-35::placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:placeholder-opacity-40::-webkit-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:placeholder-opacity-40::-moz-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:placeholder-opacity-40:-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:placeholder-opacity-40::-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:placeholder-opacity-40::placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:placeholder-opacity-45::-webkit-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .xl\:placeholder-opacity-45::-moz-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .xl\:placeholder-opacity-45:-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .xl\:placeholder-opacity-45::-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .xl\:placeholder-opacity-45::placeholder {
    --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important; }
  .xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important; }
  .xl\:placeholder-opacity-55::-webkit-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:placeholder-opacity-55::-moz-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:placeholder-opacity-55:-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:placeholder-opacity-55::-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:placeholder-opacity-55::placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:placeholder-opacity-60::-webkit-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:placeholder-opacity-60::-moz-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:placeholder-opacity-60:-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:placeholder-opacity-60::-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:placeholder-opacity-60::placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:placeholder-opacity-65::-webkit-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:placeholder-opacity-65::-moz-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:placeholder-opacity-65:-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:placeholder-opacity-65::-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:placeholder-opacity-65::placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:placeholder-opacity-70::-webkit-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .xl\:placeholder-opacity-70::-moz-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .xl\:placeholder-opacity-70:-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .xl\:placeholder-opacity-70::-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .xl\:placeholder-opacity-70::placeholder {
    --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important; }
  .xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important; }
  .xl\:placeholder-opacity-80::-webkit-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:placeholder-opacity-80::-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:placeholder-opacity-85::-webkit-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:placeholder-opacity-85::-moz-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:placeholder-opacity-85:-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:placeholder-opacity-85::-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:placeholder-opacity-85::placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:placeholder-opacity-90::-webkit-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:placeholder-opacity-90::-moz-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:placeholder-opacity-90:-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:placeholder-opacity-90::-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:placeholder-opacity-90::placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:placeholder-opacity-95::-webkit-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .xl\:placeholder-opacity-95::-moz-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .xl\:placeholder-opacity-95:-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .xl\:placeholder-opacity-95::-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .xl\:placeholder-opacity-95::placeholder {
    --placeholder-opacity: 0.95 !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::-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::-ms-input-placeholder {
    --placeholder-opacity: 0 !important; }
  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important; }
  .xl\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --placeholder-opacity: 0.05 !important; }
  .xl\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.1 !important; }
  .xl\:focus\:placeholder-opacity-15:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:focus\:placeholder-opacity-15:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15 !important; }
  .xl\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .xl\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.2 !important; }
  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --placeholder-opacity: 0.2 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important; }
  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important; }
  .xl\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --placeholder-opacity: 0.3 !important; }
  .xl\:focus\:placeholder-opacity-35:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:focus\:placeholder-opacity-35:focus::-moz-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:focus\:placeholder-opacity-35:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:focus\:placeholder-opacity-35:focus::placeholder {
    --placeholder-opacity: 0.35 !important; }
  .xl\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --placeholder-opacity: 0.4 !important; }
  .xl\:focus\:placeholder-opacity-45:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .xl\:focus\:placeholder-opacity-45:focus::-moz-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .xl\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .xl\:focus\:placeholder-opacity-45:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.45 !important; }
  .xl\:focus\:placeholder-opacity-45:focus::placeholder {
    --placeholder-opacity: 0.45 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important; }
  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important; }
  .xl\:focus\:placeholder-opacity-55:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:focus\:placeholder-opacity-55:focus::-moz-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:focus\:placeholder-opacity-55:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:focus\:placeholder-opacity-55:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:focus\:placeholder-opacity-55:focus::placeholder {
    --placeholder-opacity: 0.55 !important; }
  .xl\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --placeholder-opacity: 0.6 !important; }
  .xl\:focus\:placeholder-opacity-65:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:focus\:placeholder-opacity-65:focus::-moz-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:focus\:placeholder-opacity-65:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:focus\:placeholder-opacity-65:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:focus\:placeholder-opacity-65:focus::placeholder {
    --placeholder-opacity: 0.65 !important; }
  .xl\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .xl\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.7 !important; }
  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --placeholder-opacity: 0.7 !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::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important; }
  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important; }
  .xl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8 !important; }
  .xl\:focus\:placeholder-opacity-85:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:focus\:placeholder-opacity-85:focus::-moz-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:focus\:placeholder-opacity-85:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:focus\:placeholder-opacity-85:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:focus\:placeholder-opacity-85:focus::placeholder {
    --placeholder-opacity: 0.85 !important; }
  .xl\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --placeholder-opacity: 0.9 !important; }
  .xl\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .xl\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.95 !important; }
  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --placeholder-opacity: 0.95 !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::-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-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important; }
  .xl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important; }
  .xl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important; }
  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important; }
  .xl\:inset-x-auto {
    right: auto !important;
    left: auto !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-auto {
    top: auto !important; }
  .xl\:right-auto {
    right: auto !important; }
  .xl\:bottom-auto {
    bottom: auto !important; }
  .xl\:left-auto {
    left: auto !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-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-DEFAULT {
    -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-3xl {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !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-DEFAULT: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-3xl:hover {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !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-DEFAULT: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-3xl:focus {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !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-none:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .xl\:focus-within\:shadow-sm:focus-within {
    -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-within\:shadow-DEFAULT:focus-within {
    -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-within\:shadow-md:focus-within {
    -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-within\:shadow-lg:focus-within {
    -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-within\:shadow-xl:focus-within {
    -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-within\:shadow-2xl:focus-within {
    -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-within\:shadow-3xl:focus-within {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus-within\:shadow-inner:focus-within {
    -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-within\:shadow-none:focus-within {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .group:hover .xl\:group-hover\: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; }
  .group:hover .xl\:group-hover\:shadow-DEFAULT {
    -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; }
  .group:hover .xl\:group-hover\: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; }
  .group:hover .xl\:group-hover\: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; }
  .group:hover .xl\:group-hover\: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; }
  .group:hover .xl\:group-hover\: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; }
  .group:hover .xl\:group-hover\:shadow-3xl {
    -webkit-box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3) !important; }
  .group:hover .xl\:group-hover\: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; }
  .group:hover .xl\:group-hover\:shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .xl\:fill-current {
    fill: currentColor !important; }
  .group:hover .xl\:group-hover\: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-transparent {
    color: transparent !important; }
  .xl\:text-current {
    color: currentColor !important; }
  .xl\:text-inherit {
    color: inherit !important; }
  .xl\:text-black-10 {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:text-black-40 {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:text-black-80 {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:text-black-90 {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:text-black {
    color: black !important; }
  .xl\:text-white-10 {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:text-white-20 {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:text-white-40 {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:text-white {
    color: white !important; }
  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent !important; }
  .group:hover .xl\:group-hover\:text-current {
    color: currentColor !important; }
  .group:hover .xl\:group-hover\:text-inherit {
    color: inherit !important; }
  .group:hover .xl\:group-hover\:text-black-10 {
    color: rgba(0, 0, 0, 0.1) !important; }
  .group:hover .xl\:group-hover\:text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important; }
  .group:hover .xl\:group-hover\:text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important; }
  .group:hover .xl\:group-hover\:text-black-40 {
    color: rgba(0, 0, 0, 0.4) !important; }
  .group:hover .xl\:group-hover\:text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .group:hover .xl\:group-hover\:text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important; }
  .group:hover .xl\:group-hover\:text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important; }
  .group:hover .xl\:group-hover\:text-black-80 {
    color: rgba(0, 0, 0, 0.8) !important; }
  .group:hover .xl\:group-hover\:text-black-90 {
    color: rgba(0, 0, 0, 0.9) !important; }
  .group:hover .xl\:group-hover\:text-black {
    color: black !important; }
  .group:hover .xl\:group-hover\:text-white-10 {
    color: rgba(255, 255, 255, 0.1) !important; }
  .group:hover .xl\:group-hover\:text-white-20 {
    color: rgba(255, 255, 255, 0.2) !important; }
  .group:hover .xl\:group-hover\:text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important; }
  .group:hover .xl\:group-hover\:text-white-40 {
    color: rgba(255, 255, 255, 0.4) !important; }
  .group:hover .xl\:group-hover\:text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .group:hover .xl\:group-hover\:text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important; }
  .group:hover .xl\:group-hover\:text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important; }
  .group:hover .xl\:group-hover\:text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .group:hover .xl\:group-hover\:text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important; }
  .group:hover .xl\:group-hover\:text-white {
    color: white !important; }
  .xl\:hover\:text-transparent:hover {
    color: transparent !important; }
  .xl\:hover\:text-current:hover {
    color: currentColor !important; }
  .xl\:hover\:text-inherit:hover {
    color: inherit !important; }
  .xl\:hover\:text-black-10:hover {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:hover\:text-black-20:hover {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:hover\:text-black-30:hover {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:hover\:text-black-40:hover {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:hover\:text-black-50:hover {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:hover\:text-black-60:hover {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:hover\:text-black-70:hover {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:hover\:text-black-80:hover {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:hover\:text-black-90:hover {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:hover\:text-black:hover {
    color: black !important; }
  .xl\:hover\:text-white-10:hover {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:hover\:text-white-20:hover {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:hover\:text-white-30:hover {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:hover\:text-white-40:hover {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:hover\:text-white-50:hover {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:hover\:text-white-60:hover {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:hover\:text-white-70:hover {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:hover\:text-white-80:hover {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:hover\:text-white-90:hover {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:hover\:text-white:hover {
    color: white !important; }
  .xl\:focus\:text-transparent:focus {
    color: transparent !important; }
  .xl\:focus\:text-current:focus {
    color: currentColor !important; }
  .xl\:focus\:text-inherit:focus {
    color: inherit !important; }
  .xl\:focus\:text-black-10:focus {
    color: rgba(0, 0, 0, 0.1) !important; }
  .xl\:focus\:text-black-20:focus {
    color: rgba(0, 0, 0, 0.2) !important; }
  .xl\:focus\:text-black-30:focus {
    color: rgba(0, 0, 0, 0.3) !important; }
  .xl\:focus\:text-black-40:focus {
    color: rgba(0, 0, 0, 0.4) !important; }
  .xl\:focus\:text-black-50:focus {
    color: rgba(0, 0, 0, 0.5) !important; }
  .xl\:focus\:text-black-60:focus {
    color: rgba(0, 0, 0, 0.6) !important; }
  .xl\:focus\:text-black-70:focus {
    color: rgba(0, 0, 0, 0.7) !important; }
  .xl\:focus\:text-black-80:focus {
    color: rgba(0, 0, 0, 0.8) !important; }
  .xl\:focus\:text-black-90:focus {
    color: rgba(0, 0, 0, 0.9) !important; }
  .xl\:focus\:text-black:focus {
    color: black !important; }
  .xl\:focus\:text-white-10:focus {
    color: rgba(255, 255, 255, 0.1) !important; }
  .xl\:focus\:text-white-20:focus {
    color: rgba(255, 255, 255, 0.2) !important; }
  .xl\:focus\:text-white-30:focus {
    color: rgba(255, 255, 255, 0.3) !important; }
  .xl\:focus\:text-white-40:focus {
    color: rgba(255, 255, 255, 0.4) !important; }
  .xl\:focus\:text-white-50:focus {
    color: rgba(255, 255, 255, 0.5) !important; }
  .xl\:focus\:text-white-60:focus {
    color: rgba(255, 255, 255, 0.6) !important; }
  .xl\:focus\:text-white-70:focus {
    color: rgba(255, 255, 255, 0.7) !important; }
  .xl\:focus\:text-white-80:focus {
    color: rgba(255, 255, 255, 0.8) !important; }
  .xl\:focus\:text-white-90:focus {
    color: rgba(255, 255, 255, 0.9) !important; }
  .xl\:focus\:text-white:focus {
    color: white !important; }
  .xl\:text-opacity-0 {
    --text-opacity: 0 !important; }
  .xl\:text-opacity-5 {
    --text-opacity: 0.05 !important; }
  .xl\:text-opacity-10 {
    --text-opacity: 0.1 !important; }
  .xl\:text-opacity-15 {
    --text-opacity: 0.15 !important; }
  .xl\:text-opacity-20 {
    --text-opacity: 0.2 !important; }
  .xl\:text-opacity-25 {
    --text-opacity: 0.25 !important; }
  .xl\:text-opacity-30 {
    --text-opacity: 0.3 !important; }
  .xl\:text-opacity-35 {
    --text-opacity: 0.35 !important; }
  .xl\:text-opacity-40 {
    --text-opacity: 0.4 !important; }
  .xl\:text-opacity-45 {
    --text-opacity: 0.45 !important; }
  .xl\:text-opacity-50 {
    --text-opacity: 0.5 !important; }
  .xl\:text-opacity-55 {
    --text-opacity: 0.55 !important; }
  .xl\:text-opacity-60 {
    --text-opacity: 0.6 !important; }
  .xl\:text-opacity-65 {
    --text-opacity: 0.65 !important; }
  .xl\:text-opacity-70 {
    --text-opacity: 0.7 !important; }
  .xl\:text-opacity-75 {
    --text-opacity: 0.75 !important; }
  .xl\:text-opacity-80 {
    --text-opacity: 0.8 !important; }
  .xl\:text-opacity-85 {
    --text-opacity: 0.85 !important; }
  .xl\:text-opacity-90 {
    --text-opacity: 0.9 !important; }
  .xl\:text-opacity-95 {
    --text-opacity: 0.95 !important; }
  .xl\:text-opacity-100 {
    --text-opacity: 1 !important; }
  .xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important; }
  .xl\:hover\:text-opacity-5:hover {
    --text-opacity: 0.05 !important; }
  .xl\:hover\:text-opacity-10:hover {
    --text-opacity: 0.1 !important; }
  .xl\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15 !important; }
  .xl\:hover\:text-opacity-20:hover {
    --text-opacity: 0.2 !important; }
  .xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important; }
  .xl\:hover\:text-opacity-30:hover {
    --text-opacity: 0.3 !important; }
  .xl\:hover\:text-opacity-35:hover {
    --text-opacity: 0.35 !important; }
  .xl\:hover\:text-opacity-40:hover {
    --text-opacity: 0.4 !important; }
  .xl\:hover\:text-opacity-45:hover {
    --text-opacity: 0.45 !important; }
  .xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important; }
  .xl\:hover\:text-opacity-55:hover {
    --text-opacity: 0.55 !important; }
  .xl\:hover\:text-opacity-60:hover {
    --text-opacity: 0.6 !important; }
  .xl\:hover\:text-opacity-65:hover {
    --text-opacity: 0.65 !important; }
  .xl\:hover\:text-opacity-70:hover {
    --text-opacity: 0.7 !important; }
  .xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important; }
  .xl\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8 !important; }
  .xl\:hover\:text-opacity-85:hover {
    --text-opacity: 0.85 !important; }
  .xl\:hover\:text-opacity-90:hover {
    --text-opacity: 0.9 !important; }
  .xl\:hover\:text-opacity-95:hover {
    --text-opacity: 0.95 !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-5:focus {
    --text-opacity: 0.05 !important; }
  .xl\:focus\:text-opacity-10:focus {
    --text-opacity: 0.1 !important; }
  .xl\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15 !important; }
  .xl\:focus\:text-opacity-20:focus {
    --text-opacity: 0.2 !important; }
  .xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important; }
  .xl\:focus\:text-opacity-30:focus {
    --text-opacity: 0.3 !important; }
  .xl\:focus\:text-opacity-35:focus {
    --text-opacity: 0.35 !important; }
  .xl\:focus\:text-opacity-40:focus {
    --text-opacity: 0.4 !important; }
  .xl\:focus\:text-opacity-45:focus {
    --text-opacity: 0.45 !important; }
  .xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important; }
  .xl\:focus\:text-opacity-55:focus {
    --text-opacity: 0.55 !important; }
  .xl\:focus\:text-opacity-60:focus {
    --text-opacity: 0.6 !important; }
  .xl\:focus\:text-opacity-65:focus {
    --text-opacity: 0.65 !important; }
  .xl\:focus\:text-opacity-70:focus {
    --text-opacity: 0.7 !important; }
  .xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important; }
  .xl\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8 !important; }
  .xl\:focus\:text-opacity-85:focus {
    --text-opacity: 0.85 !important; }
  .xl\:focus\:text-opacity-90:focus {
    --text-opacity: 0.9 !important; }
  .xl\:focus\:text-opacity-95:focus {
    --text-opacity: 0.95 !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; }
  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline !important; }
  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through !important; }
  .group:hover .xl\:group-hover\:no-underline {
    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\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important; }
  .xl\:normal-nums {
    font-variant-numeric: normal !important; }
  .xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important; }
  .xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important; }
  .xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important; }
  .xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important; }
  .xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important; }
  .xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important; }
  .xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important; }
  .xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !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\: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 {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important; }
  .xl\:break-words {
    word-wrap: break-word !important;
    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: 0rem !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-7 {
    width: 1.75rem !important; }
  .xl\:w-8 {
    width: 2rem !important; }
  .xl\:w-9 {
    width: 2.25rem !important; }
  .xl\:w-10 {
    width: 2.5rem !important; }
  .xl\:w-11 {
    width: 2.75rem !important; }
  .xl\:w-12 {
    width: 3rem !important; }
  .xl\:w-13 {
    width: 3.25rem !important; }
  .xl\:w-14 {
    width: 3.5rem !important; }
  .xl\:w-15 {
    width: 3.75rem !important; }
  .xl\:w-16 {
    width: 4rem !important; }
  .xl\:w-17 {
    width: 4.25rem !important; }
  .xl\:w-18 {
    width: 4.5rem !important; }
  .xl\:w-19 {
    width: 4.75rem !important; }
  .xl\:w-20 {
    width: 5rem !important; }
  .xl\:w-21 {
    width: 5.25rem !important; }
  .xl\:w-22 {
    width: 5.5rem !important; }
  .xl\:w-23 {
    width: 5.75rem !important; }
  .xl\:w-24 {
    width: 6rem !important; }
  .xl\:w-25 {
    width: 6.25rem !important; }
  .xl\:w-26 {
    width: 6.5rem !important; }
  .xl\:w-27 {
    width: 6.75rem !important; }
  .xl\:w-28 {
    width: 7rem !important; }
  .xl\:w-29 {
    width: 7.25rem !important; }
  .xl\:w-30 {
    width: 7.5rem !important; }
  .xl\:w-31 {
    width: 7.75rem !important; }
  .xl\:w-32 {
    width: 8rem !important; }
  .xl\:w-33 {
    width: 8.25rem !important; }
  .xl\:w-34 {
    width: 8.5rem !important; }
  .xl\:w-35 {
    width: 8.75rem !important; }
  .xl\:w-36 {
    width: 9rem !important; }
  .xl\:w-37 {
    width: 9.25rem !important; }
  .xl\:w-38 {
    width: 9.5rem !important; }
  .xl\:w-39 {
    width: 9.75rem !important; }
  .xl\:w-40 {
    width: 10rem !important; }
  .xl\:w-41 {
    width: 10.25rem !important; }
  .xl\:w-42 {
    width: 10.5rem !important; }
  .xl\:w-43 {
    width: 10.75rem !important; }
  .xl\:w-44 {
    width: 11rem !important; }
  .xl\:w-45 {
    width: 11.25rem !important; }
  .xl\:w-46 {
    width: 11.5rem !important; }
  .xl\:w-47 {
    width: 11.75rem !important; }
  .xl\:w-48 {
    width: 12rem !important; }
  .xl\:w-49 {
    width: 12.25rem !important; }
  .xl\:w-50 {
    width: 12.5rem !important; }
  .xl\:w-51 {
    width: 12.75rem !important; }
  .xl\:w-52 {
    width: 13rem !important; }
  .xl\:w-53 {
    width: 13.25rem !important; }
  .xl\:w-54 {
    width: 13.5rem !important; }
  .xl\:w-55 {
    width: 13.75rem !important; }
  .xl\:w-56 {
    width: 14rem !important; }
  .xl\:w-57 {
    width: 14.25rem !important; }
  .xl\:w-58 {
    width: 14.5rem !important; }
  .xl\:w-59 {
    width: 14.75rem !important; }
  .xl\:w-60 {
    width: 15rem !important; }
  .xl\:w-61 {
    width: 15.25rem !important; }
  .xl\:w-62 {
    width: 15.5rem !important; }
  .xl\:w-63 {
    width: 15.75rem !important; }
  .xl\:w-64 {
    width: 16rem !important; }
  .xl\:w-65 {
    width: 16.25rem !important; }
  .xl\:w-66 {
    width: 16.5rem !important; }
  .xl\:w-67 {
    width: 16.75rem !important; }
  .xl\:w-68 {
    width: 17rem !important; }
  .xl\:w-69 {
    width: 17.25rem !important; }
  .xl\:w-70 {
    width: 17.5rem !important; }
  .xl\:w-71 {
    width: 17.75rem !important; }
  .xl\:w-72 {
    width: 18rem !important; }
  .xl\:w-73 {
    width: 18.25rem !important; }
  .xl\:w-74 {
    width: 18.5rem !important; }
  .xl\:w-75 {
    width: 18.75rem !important; }
  .xl\:w-76 {
    width: 19rem !important; }
  .xl\:w-77 {
    width: 19.25rem !important; }
  .xl\:w-78 {
    width: 19.5rem !important; }
  .xl\:w-79 {
    width: 19.75rem !important; }
  .xl\:w-80 {
    width: 20rem !important; }
  .xl\:w-84 {
    width: 21rem !important; }
  .xl\:w-88 {
    width: 22rem !important; }
  .xl\:w-92 {
    width: 23rem !important; }
  .xl\:w-96 {
    width: 24rem !important; }
  .xl\:w-100 {
    width: 25rem !important; }
  .xl\:w-104 {
    width: 26rem !important; }
  .xl\:w-108 {
    width: 27rem !important; }
  .xl\:w-112 {
    width: 28rem !important; }
  .xl\:w-116 {
    width: 29rem !important; }
  .xl\:w-120 {
    width: 30rem !important; }
  .xl\:w-124 {
    width: 31rem !important; }
  .xl\:w-128 {
    width: 32rem !important; }
  .xl\:w-132 {
    width: 33rem !important; }
  .xl\:w-136 {
    width: 34rem !important; }
  .xl\:w-140 {
    width: 35rem !important; }
  .xl\:w-144 {
    width: 36rem !important; }
  .xl\:w-148 {
    width: 37rem !important; }
  .xl\:w-152 {
    width: 38rem !important; }
  .xl\:w-156 {
    width: 39rem !important; }
  .xl\:w-160 {
    width: 40rem !important; }
  .xl\:w-164 {
    width: 41rem !important; }
  .xl\:w-168 {
    width: 42rem !important; }
  .xl\:w-172 {
    width: 43rem !important; }
  .xl\:w-176 {
    width: 44rem !important; }
  .xl\:w-180 {
    width: 45rem !important; }
  .xl\:w-184 {
    width: 46rem !important; }
  .xl\:w-188 {
    width: 47rem !important; }
  .xl\:w-192 {
    width: 48rem !important; }
  .xl\:w-196 {
    width: 49rem !important; }
  .xl\:w-200 {
    width: 50rem !important; }
  .xl\:w-auto {
    width: auto !important; }
  .xl\:w-px {
    width: 1px !important; }
  .xl\:w-2px {
    width: 2px !important; }
  .xl\:w-1\/2 {
    width: 50% !important; }
  .xl\:w-2\/2 {
    width: 100% !important; }
  .xl\:w-1\/3 {
    width: 33.333333% !important; }
  .xl\:w-2\/3 {
    width: 66.666667% !important; }
  .xl\:w-3\/3 {
    width: 100% !important; }
  .xl\:w-1\/4 {
    width: 25% !important; }
  .xl\:w-2\/4 {
    width: 50% !important; }
  .xl\:w-3\/4 {
    width: 75% !important; }
  .xl\:w-4\/4 {
    width: 100% !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-5\/5 {
    width: 100% !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-6\/6 {
    width: 100% !important; }
  .xl\:w-1\/10 {
    width: 10% !important; }
  .xl\:w-2\/10 {
    width: 20% !important; }
  .xl\:w-3\/10 {
    width: 30% !important; }
  .xl\:w-4\/10 {
    width: 40% !important; }
  .xl\:w-5\/10 {
    width: 50% !important; }
  .xl\:w-6\/10 {
    width: 60% !important; }
  .xl\:w-7\/10 {
    width: 70% !important; }
  .xl\:w-8\/10 {
    width: 80% !important; }
  .xl\:w-9\/10 {
    width: 90% !important; }
  .xl\:w-10\/10 {
    width: 100% !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-12\/12 {
    width: 100% !important; }
  .xl\:w-xs {
    width: 20rem !important; }
  .xl\:w-sm {
    width: 24rem !important; }
  .xl\:w-md {
    width: 28rem !important; }
  .xl\:w-lg {
    width: 32rem !important; }
  .xl\:w-xl {
    width: 36rem !important; }
  .xl\:w-2xl {
    width: 42rem !important; }
  .xl\:w-3xl {
    width: 48rem !important; }
  .xl\:w-4xl {
    width: 56rem !important; }
  .xl\:w-5xl {
    width: 64rem !important; }
  .xl\:w-6xl {
    width: 72rem !important; }
  .xl\:w-7xl {
    width: 80rem !important; }
  .xl\:w-full {
    width: 100% !important; }
  .xl\:w-screenw {
    width: 100vw !important; }
  .xl\:w-screenh {
    width: 100vh !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\:gap-0 {
    grid-gap: 0rem !important;
    gap: 0rem !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-7 {
    grid-gap: 1.75rem !important;
    gap: 1.75rem !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-11 {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important; }
  .xl\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .xl\:gap-13 {
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important; }
  .xl\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important; }
  .xl\:gap-15 {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important; }
  .xl\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important; }
  .xl\:gap-17 {
    grid-gap: 4.25rem !important;
    gap: 4.25rem !important; }
  .xl\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important; }
  .xl\:gap-19 {
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important; }
  .xl\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important; }
  .xl\:gap-21 {
    grid-gap: 5.25rem !important;
    gap: 5.25rem !important; }
  .xl\:gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important; }
  .xl\:gap-23 {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !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-26 {
    grid-gap: 6.5rem !important;
    gap: 6.5rem !important; }
  .xl\:gap-27 {
    grid-gap: 6.75rem !important;
    gap: 6.75rem !important; }
  .xl\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important; }
  .xl\:gap-29 {
    grid-gap: 7.25rem !important;
    gap: 7.25rem !important; }
  .xl\:gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important; }
  .xl\:gap-31 {
    grid-gap: 7.75rem !important;
    gap: 7.75rem !important; }
  .xl\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important; }
  .xl\:gap-33 {
    grid-gap: 8.25rem !important;
    gap: 8.25rem !important; }
  .xl\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important; }
  .xl\:gap-35 {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important; }
  .xl\:gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important; }
  .xl\:gap-37 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important; }
  .xl\:gap-38 {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important; }
  .xl\:gap-39 {
    grid-gap: 9.75rem !important;
    gap: 9.75rem !important; }
  .xl\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important; }
  .xl\:gap-41 {
    grid-gap: 10.25rem !important;
    gap: 10.25rem !important; }
  .xl\:gap-42 {
    grid-gap: 10.5rem !important;
    gap: 10.5rem !important; }
  .xl\:gap-43 {
    grid-gap: 10.75rem !important;
    gap: 10.75rem !important; }
  .xl\:gap-44 {
    grid-gap: 11rem !important;
    gap: 11rem !important; }
  .xl\:gap-45 {
    grid-gap: 11.25rem !important;
    gap: 11.25rem !important; }
  .xl\:gap-46 {
    grid-gap: 11.5rem !important;
    gap: 11.5rem !important; }
  .xl\:gap-47 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important; }
  .xl\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important; }
  .xl\:gap-49 {
    grid-gap: 12.25rem !important;
    gap: 12.25rem !important; }
  .xl\:gap-50 {
    grid-gap: 12.5rem !important;
    gap: 12.5rem !important; }
  .xl\:gap-51 {
    grid-gap: 12.75rem !important;
    gap: 12.75rem !important; }
  .xl\:gap-52 {
    grid-gap: 13rem !important;
    gap: 13rem !important; }
  .xl\:gap-53 {
    grid-gap: 13.25rem !important;
    gap: 13.25rem !important; }
  .xl\:gap-54 {
    grid-gap: 13.5rem !important;
    gap: 13.5rem !important; }
  .xl\:gap-55 {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important; }
  .xl\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important; }
  .xl\:gap-57 {
    grid-gap: 14.25rem !important;
    gap: 14.25rem !important; }
  .xl\:gap-58 {
    grid-gap: 14.5rem !important;
    gap: 14.5rem !important; }
  .xl\:gap-59 {
    grid-gap: 14.75rem !important;
    gap: 14.75rem !important; }
  .xl\:gap-60 {
    grid-gap: 15rem !important;
    gap: 15rem !important; }
  .xl\:gap-61 {
    grid-gap: 15.25rem !important;
    gap: 15.25rem !important; }
  .xl\:gap-62 {
    grid-gap: 15.5rem !important;
    gap: 15.5rem !important; }
  .xl\:gap-63 {
    grid-gap: 15.75rem !important;
    gap: 15.75rem !important; }
  .xl\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important; }
  .xl\:gap-65 {
    grid-gap: 16.25rem !important;
    gap: 16.25rem !important; }
  .xl\:gap-66 {
    grid-gap: 16.5rem !important;
    gap: 16.5rem !important; }
  .xl\:gap-67 {
    grid-gap: 16.75rem !important;
    gap: 16.75rem !important; }
  .xl\:gap-68 {
    grid-gap: 17rem !important;
    gap: 17rem !important; }
  .xl\:gap-69 {
    grid-gap: 17.25rem !important;
    gap: 17.25rem !important; }
  .xl\:gap-70 {
    grid-gap: 17.5rem !important;
    gap: 17.5rem !important; }
  .xl\:gap-71 {
    grid-gap: 17.75rem !important;
    gap: 17.75rem !important; }
  .xl\:gap-72 {
    grid-gap: 18rem !important;
    gap: 18rem !important; }
  .xl\:gap-73 {
    grid-gap: 18.25rem !important;
    gap: 18.25rem !important; }
  .xl\:gap-74 {
    grid-gap: 18.5rem !important;
    gap: 18.5rem !important; }
  .xl\:gap-75 {
    grid-gap: 18.75rem !important;
    gap: 18.75rem !important; }
  .xl\:gap-76 {
    grid-gap: 19rem !important;
    gap: 19rem !important; }
  .xl\:gap-77 {
    grid-gap: 19.25rem !important;
    gap: 19.25rem !important; }
  .xl\:gap-78 {
    grid-gap: 19.5rem !important;
    gap: 19.5rem !important; }
  .xl\:gap-79 {
    grid-gap: 19.75rem !important;
    gap: 19.75rem !important; }
  .xl\:gap-80 {
    grid-gap: 20rem !important;
    gap: 20rem !important; }
  .xl\:gap-84 {
    grid-gap: 21rem !important;
    gap: 21rem !important; }
  .xl\:gap-88 {
    grid-gap: 22rem !important;
    gap: 22rem !important; }
  .xl\:gap-92 {
    grid-gap: 23rem !important;
    gap: 23rem !important; }
  .xl\:gap-96 {
    grid-gap: 24rem !important;
    gap: 24rem !important; }
  .xl\:gap-100 {
    grid-gap: 25rem !important;
    gap: 25rem !important; }
  .xl\:gap-104 {
    grid-gap: 26rem !important;
    gap: 26rem !important; }
  .xl\:gap-108 {
    grid-gap: 27rem !important;
    gap: 27rem !important; }
  .xl\:gap-112 {
    grid-gap: 28rem !important;
    gap: 28rem !important; }
  .xl\:gap-116 {
    grid-gap: 29rem !important;
    gap: 29rem !important; }
  .xl\:gap-120 {
    grid-gap: 30rem !important;
    gap: 30rem !important; }
  .xl\:gap-124 {
    grid-gap: 31rem !important;
    gap: 31rem !important; }
  .xl\:gap-128 {
    grid-gap: 32rem !important;
    gap: 32rem !important; }
  .xl\:gap-132 {
    grid-gap: 33rem !important;
    gap: 33rem !important; }
  .xl\:gap-136 {
    grid-gap: 34rem !important;
    gap: 34rem !important; }
  .xl\:gap-140 {
    grid-gap: 35rem !important;
    gap: 35rem !important; }
  .xl\:gap-144 {
    grid-gap: 36rem !important;
    gap: 36rem !important; }
  .xl\:gap-148 {
    grid-gap: 37rem !important;
    gap: 37rem !important; }
  .xl\:gap-152 {
    grid-gap: 38rem !important;
    gap: 38rem !important; }
  .xl\:gap-156 {
    grid-gap: 39rem !important;
    gap: 39rem !important; }
  .xl\:gap-160 {
    grid-gap: 40rem !important;
    gap: 40rem !important; }
  .xl\:gap-164 {
    grid-gap: 41rem !important;
    gap: 41rem !important; }
  .xl\:gap-168 {
    grid-gap: 42rem !important;
    gap: 42rem !important; }
  .xl\:gap-172 {
    grid-gap: 43rem !important;
    gap: 43rem !important; }
  .xl\:gap-176 {
    grid-gap: 44rem !important;
    gap: 44rem !important; }
  .xl\:gap-180 {
    grid-gap: 45rem !important;
    gap: 45rem !important; }
  .xl\:gap-184 {
    grid-gap: 46rem !important;
    gap: 46rem !important; }
  .xl\:gap-188 {
    grid-gap: 47rem !important;
    gap: 47rem !important; }
  .xl\:gap-192 {
    grid-gap: 48rem !important;
    gap: 48rem !important; }
  .xl\:gap-196 {
    grid-gap: 49rem !important;
    gap: 49rem !important; }
  .xl\:gap-200 {
    grid-gap: 50rem !important;
    gap: 50rem !important; }
  .xl\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important; }
  .xl\:gap-2px {
    grid-gap: 2px !important;
    gap: 2px !important; }
  .xl\:gap-1\/2 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .xl\:gap-2\/2 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .xl\:gap-1\/3 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .xl\:gap-2\/3 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .xl\:gap-3\/3 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .xl\:gap-1\/4 {
    grid-gap: 25% !important;
    gap: 25% !important; }
  .xl\:gap-2\/4 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .xl\:gap-3\/4 {
    grid-gap: 75% !important;
    gap: 75% !important; }
  .xl\:gap-4\/4 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .xl\:gap-1\/5 {
    grid-gap: 20% !important;
    gap: 20% !important; }
  .xl\:gap-2\/5 {
    grid-gap: 40% !important;
    gap: 40% !important; }
  .xl\:gap-3\/5 {
    grid-gap: 60% !important;
    gap: 60% !important; }
  .xl\:gap-4\/5 {
    grid-gap: 80% !important;
    gap: 80% !important; }
  .xl\:gap-5\/5 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .xl\:gap-1\/6 {
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important; }
  .xl\:gap-2\/6 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .xl\:gap-3\/6 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .xl\:gap-4\/6 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .xl\:gap-5\/6 {
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important; }
  .xl\:gap-6\/6 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .xl\:gap-1\/10 {
    grid-gap: 10% !important;
    gap: 10% !important; }
  .xl\:gap-2\/10 {
    grid-gap: 20% !important;
    gap: 20% !important; }
  .xl\:gap-3\/10 {
    grid-gap: 30% !important;
    gap: 30% !important; }
  .xl\:gap-4\/10 {
    grid-gap: 40% !important;
    gap: 40% !important; }
  .xl\:gap-5\/10 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .xl\:gap-6\/10 {
    grid-gap: 60% !important;
    gap: 60% !important; }
  .xl\:gap-7\/10 {
    grid-gap: 70% !important;
    gap: 70% !important; }
  .xl\:gap-8\/10 {
    grid-gap: 80% !important;
    gap: 80% !important; }
  .xl\:gap-9\/10 {
    grid-gap: 90% !important;
    gap: 90% !important; }
  .xl\:gap-10\/10 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .xl\:gap-1\/12 {
    grid-gap: 8.333333% !important;
    gap: 8.333333% !important; }
  .xl\:gap-2\/12 {
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important; }
  .xl\:gap-3\/12 {
    grid-gap: 25% !important;
    gap: 25% !important; }
  .xl\:gap-4\/12 {
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important; }
  .xl\:gap-5\/12 {
    grid-gap: 41.666667% !important;
    gap: 41.666667% !important; }
  .xl\:gap-6\/12 {
    grid-gap: 50% !important;
    gap: 50% !important; }
  .xl\:gap-7\/12 {
    grid-gap: 58.333333% !important;
    gap: 58.333333% !important; }
  .xl\:gap-8\/12 {
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important; }
  .xl\:gap-9\/12 {
    grid-gap: 75% !important;
    gap: 75% !important; }
  .xl\:gap-10\/12 {
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important; }
  .xl\:gap-11\/12 {
    grid-gap: 91.666667% !important;
    gap: 91.666667% !important; }
  .xl\:gap-12\/12 {
    grid-gap: 100% !important;
    gap: 100% !important; }
  .xl\:gap-x-0 {
    grid-column-gap: 0rem !important;
    -webkit-column-gap: 0rem !important;
    -moz-column-gap: 0rem !important;
    column-gap: 0rem !important; }
  .xl\:gap-x-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\:gap-x-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\:gap-x-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\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important; }
  .xl\:gap-x-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\:gap-x-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\:gap-x-7 {
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important; }
  .xl\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important; }
  .xl\:gap-x-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\:gap-x-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\:gap-x-11 {
    grid-column-gap: 2.75rem !important;
    -webkit-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important; }
  .xl\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important; }
  .xl\:gap-x-13 {
    grid-column-gap: 3.25rem !important;
    -webkit-column-gap: 3.25rem !important;
    -moz-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important; }
  .xl\:gap-x-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\:gap-x-15 {
    grid-column-gap: 3.75rem !important;
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important; }
  .xl\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important; }
  .xl\:gap-x-17 {
    grid-column-gap: 4.25rem !important;
    -webkit-column-gap: 4.25rem !important;
    -moz-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important; }
  .xl\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -webkit-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important; }
  .xl\:gap-x-19 {
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
    -moz-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important; }
  .xl\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important; }
  .xl\:gap-x-21 {
    grid-column-gap: 5.25rem !important;
    -webkit-column-gap: 5.25rem !important;
    -moz-column-gap: 5.25rem !important;
    column-gap: 5.25rem !important; }
  .xl\:gap-x-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\:gap-x-23 {
    grid-column-gap: 5.75rem !important;
    -webkit-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
    column-gap: 5.75rem !important; }
  .xl\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important; }
  .xl\:gap-x-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\:gap-x-26 {
    grid-column-gap: 6.5rem !important;
    -webkit-column-gap: 6.5rem !important;
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important; }
  .xl\:gap-x-27 {
    grid-column-gap: 6.75rem !important;
    -webkit-column-gap: 6.75rem !important;
    -moz-column-gap: 6.75rem !important;
    column-gap: 6.75rem !important; }
  .xl\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important; }
  .xl\:gap-x-29 {
    grid-column-gap: 7.25rem !important;
    -webkit-column-gap: 7.25rem !important;
    -moz-column-gap: 7.25rem !important;
    column-gap: 7.25rem !important; }
  .xl\:gap-x-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\:gap-x-31 {
    grid-column-gap: 7.75rem !important;
    -webkit-column-gap: 7.75rem !important;
    -moz-column-gap: 7.75rem !important;
    column-gap: 7.75rem !important; }
  .xl\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important; }
  .xl\:gap-x-33 {
    grid-column-gap: 8.25rem !important;
    -webkit-column-gap: 8.25rem !important;
    -moz-column-gap: 8.25rem !important;
    column-gap: 8.25rem !important; }
  .xl\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -webkit-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
    column-gap: 8.5rem !important; }
  .xl\:gap-x-35 {
    grid-column-gap: 8.75rem !important;
    -webkit-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
    column-gap: 8.75rem !important; }
  .xl\:gap-x-36 {
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important; }
  .xl\:gap-x-37 {
    grid-column-gap: 9.25rem !important;
    -webkit-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
    column-gap: 9.25rem !important; }
  .xl\:gap-x-38 {
    grid-column-gap: 9.5rem !important;
    -webkit-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
    column-gap: 9.5rem !important; }
  .xl\:gap-x-39 {
    grid-column-gap: 9.75rem !important;
    -webkit-column-gap: 9.75rem !important;
    -moz-column-gap: 9.75rem !important;
    column-gap: 9.75rem !important; }
  .xl\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important; }
  .xl\:gap-x-41 {
    grid-column-gap: 10.25rem !important;
    -webkit-column-gap: 10.25rem !important;
    -moz-column-gap: 10.25rem !important;
    column-gap: 10.25rem !important; }
  .xl\:gap-x-42 {
    grid-column-gap: 10.5rem !important;
    -webkit-column-gap: 10.5rem !important;
    -moz-column-gap: 10.5rem !important;
    column-gap: 10.5rem !important; }
  .xl\:gap-x-43 {
    grid-column-gap: 10.75rem !important;
    -webkit-column-gap: 10.75rem !important;
    -moz-column-gap: 10.75rem !important;
    column-gap: 10.75rem !important; }
  .xl\:gap-x-44 {
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
    -moz-column-gap: 11rem !important;
    column-gap: 11rem !important; }
  .xl\:gap-x-45 {
    grid-column-gap: 11.25rem !important;
    -webkit-column-gap: 11.25rem !important;
    -moz-column-gap: 11.25rem !important;
    column-gap: 11.25rem !important; }
  .xl\:gap-x-46 {
    grid-column-gap: 11.5rem !important;
    -webkit-column-gap: 11.5rem !important;
    -moz-column-gap: 11.5rem !important;
    column-gap: 11.5rem !important; }
  .xl\:gap-x-47 {
    grid-column-gap: 11.75rem !important;
    -webkit-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
    column-gap: 11.75rem !important; }
  .xl\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important; }
  .xl\:gap-x-49 {
    grid-column-gap: 12.25rem !important;
    -webkit-column-gap: 12.25rem !important;
    -moz-column-gap: 12.25rem !important;
    column-gap: 12.25rem !important; }
  .xl\:gap-x-50 {
    grid-column-gap: 12.5rem !important;
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important; }
  .xl\:gap-x-51 {
    grid-column-gap: 12.75rem !important;
    -webkit-column-gap: 12.75rem !important;
    -moz-column-gap: 12.75rem !important;
    column-gap: 12.75rem !important; }
  .xl\:gap-x-52 {
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
    -moz-column-gap: 13rem !important;
    column-gap: 13rem !important; }
  .xl\:gap-x-53 {
    grid-column-gap: 13.25rem !important;
    -webkit-column-gap: 13.25rem !important;
    -moz-column-gap: 13.25rem !important;
    column-gap: 13.25rem !important; }
  .xl\:gap-x-54 {
    grid-column-gap: 13.5rem !important;
    -webkit-column-gap: 13.5rem !important;
    -moz-column-gap: 13.5rem !important;
    column-gap: 13.5rem !important; }
  .xl\:gap-x-55 {
    grid-column-gap: 13.75rem !important;
    -webkit-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
    column-gap: 13.75rem !important; }
  .xl\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important; }
  .xl\:gap-x-57 {
    grid-column-gap: 14.25rem !important;
    -webkit-column-gap: 14.25rem !important;
    -moz-column-gap: 14.25rem !important;
    column-gap: 14.25rem !important; }
  .xl\:gap-x-58 {
    grid-column-gap: 14.5rem !important;
    -webkit-column-gap: 14.5rem !important;
    -moz-column-gap: 14.5rem !important;
    column-gap: 14.5rem !important; }
  .xl\:gap-x-59 {
    grid-column-gap: 14.75rem !important;
    -webkit-column-gap: 14.75rem !important;
    -moz-column-gap: 14.75rem !important;
    column-gap: 14.75rem !important; }
  .xl\:gap-x-60 {
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important; }
  .xl\:gap-x-61 {
    grid-column-gap: 15.25rem !important;
    -webkit-column-gap: 15.25rem !important;
    -moz-column-gap: 15.25rem !important;
    column-gap: 15.25rem !important; }
  .xl\:gap-x-62 {
    grid-column-gap: 15.5rem !important;
    -webkit-column-gap: 15.5rem !important;
    -moz-column-gap: 15.5rem !important;
    column-gap: 15.5rem !important; }
  .xl\:gap-x-63 {
    grid-column-gap: 15.75rem !important;
    -webkit-column-gap: 15.75rem !important;
    -moz-column-gap: 15.75rem !important;
    column-gap: 15.75rem !important; }
  .xl\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important; }
  .xl\:gap-x-65 {
    grid-column-gap: 16.25rem !important;
    -webkit-column-gap: 16.25rem !important;
    -moz-column-gap: 16.25rem !important;
    column-gap: 16.25rem !important; }
  .xl\:gap-x-66 {
    grid-column-gap: 16.5rem !important;
    -webkit-column-gap: 16.5rem !important;
    -moz-column-gap: 16.5rem !important;
    column-gap: 16.5rem !important; }
  .xl\:gap-x-67 {
    grid-column-gap: 16.75rem !important;
    -webkit-column-gap: 16.75rem !important;
    -moz-column-gap: 16.75rem !important;
    column-gap: 16.75rem !important; }
  .xl\:gap-x-68 {
    grid-column-gap: 17rem !important;
    -webkit-column-gap: 17rem !important;
    -moz-column-gap: 17rem !important;
    column-gap: 17rem !important; }
  .xl\:gap-x-69 {
    grid-column-gap: 17.25rem !important;
    -webkit-column-gap: 17.25rem !important;
    -moz-column-gap: 17.25rem !important;
    column-gap: 17.25rem !important; }
  .xl\:gap-x-70 {
    grid-column-gap: 17.5rem !important;
    -webkit-column-gap: 17.5rem !important;
    -moz-column-gap: 17.5rem !important;
    column-gap: 17.5rem !important; }
  .xl\:gap-x-71 {
    grid-column-gap: 17.75rem !important;
    -webkit-column-gap: 17.75rem !important;
    -moz-column-gap: 17.75rem !important;
    column-gap: 17.75rem !important; }
  .xl\:gap-x-72 {
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
    -moz-column-gap: 18rem !important;
    column-gap: 18rem !important; }
  .xl\:gap-x-73 {
    grid-column-gap: 18.25rem !important;
    -webkit-column-gap: 18.25rem !important;
    -moz-column-gap: 18.25rem !important;
    column-gap: 18.25rem !important; }
  .xl\:gap-x-74 {
    grid-column-gap: 18.5rem !important;
    -webkit-column-gap: 18.5rem !important;
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important; }
  .xl\:gap-x-75 {
    grid-column-gap: 18.75rem !important;
    -webkit-column-gap: 18.75rem !important;
    -moz-column-gap: 18.75rem !important;
    column-gap: 18.75rem !important; }
  .xl\:gap-x-76 {
    grid-column-gap: 19rem !important;
    -webkit-column-gap: 19rem !important;
    -moz-column-gap: 19rem !important;
    column-gap: 19rem !important; }
  .xl\:gap-x-77 {
    grid-column-gap: 19.25rem !important;
    -webkit-column-gap: 19.25rem !important;
    -moz-column-gap: 19.25rem !important;
    column-gap: 19.25rem !important; }
  .xl\:gap-x-78 {
    grid-column-gap: 19.5rem !important;
    -webkit-column-gap: 19.5rem !important;
    -moz-column-gap: 19.5rem !important;
    column-gap: 19.5rem !important; }
  .xl\:gap-x-79 {
    grid-column-gap: 19.75rem !important;
    -webkit-column-gap: 19.75rem !important;
    -moz-column-gap: 19.75rem !important;
    column-gap: 19.75rem !important; }
  .xl\:gap-x-80 {
    grid-column-gap: 20rem !important;
    -webkit-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
    column-gap: 20rem !important; }
  .xl\:gap-x-84 {
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
    -moz-column-gap: 21rem !important;
    column-gap: 21rem !important; }
  .xl\:gap-x-88 {
    grid-column-gap: 22rem !important;
    -webkit-column-gap: 22rem !important;
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important; }
  .xl\:gap-x-92 {
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
    -moz-column-gap: 23rem !important;
    column-gap: 23rem !important; }
  .xl\:gap-x-96 {
    grid-column-gap: 24rem !important;
    -webkit-column-gap: 24rem !important;
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important; }
  .xl\:gap-x-100 {
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
    column-gap: 25rem !important; }
  .xl\:gap-x-104 {
    grid-column-gap: 26rem !important;
    -webkit-column-gap: 26rem !important;
    -moz-column-gap: 26rem !important;
    column-gap: 26rem !important; }
  .xl\:gap-x-108 {
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
    -moz-column-gap: 27rem !important;
    column-gap: 27rem !important; }
  .xl\:gap-x-112 {
    grid-column-gap: 28rem !important;
    -webkit-column-gap: 28rem !important;
    -moz-column-gap: 28rem !important;
    column-gap: 28rem !important; }
  .xl\:gap-x-116 {
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
    -moz-column-gap: 29rem !important;
    column-gap: 29rem !important; }
  .xl\:gap-x-120 {
    grid-column-gap: 30rem !important;
    -webkit-column-gap: 30rem !important;
    -moz-column-gap: 30rem !important;
    column-gap: 30rem !important; }
  .xl\:gap-x-124 {
    grid-column-gap: 31rem !important;
    -webkit-column-gap: 31rem !important;
    -moz-column-gap: 31rem !important;
    column-gap: 31rem !important; }
  .xl\:gap-x-128 {
    grid-column-gap: 32rem !important;
    -webkit-column-gap: 32rem !important;
    -moz-column-gap: 32rem !important;
    column-gap: 32rem !important; }
  .xl\:gap-x-132 {
    grid-column-gap: 33rem !important;
    -webkit-column-gap: 33rem !important;
    -moz-column-gap: 33rem !important;
    column-gap: 33rem !important; }
  .xl\:gap-x-136 {
    grid-column-gap: 34rem !important;
    -webkit-column-gap: 34rem !important;
    -moz-column-gap: 34rem !important;
    column-gap: 34rem !important; }
  .xl\:gap-x-140 {
    grid-column-gap: 35rem !important;
    -webkit-column-gap: 35rem !important;
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important; }
  .xl\:gap-x-144 {
    grid-column-gap: 36rem !important;
    -webkit-column-gap: 36rem !important;
    -moz-column-gap: 36rem !important;
    column-gap: 36rem !important; }
  .xl\:gap-x-148 {
    grid-column-gap: 37rem !important;
    -webkit-column-gap: 37rem !important;
    -moz-column-gap: 37rem !important;
    column-gap: 37rem !important; }
  .xl\:gap-x-152 {
    grid-column-gap: 38rem !important;
    -webkit-column-gap: 38rem !important;
    -moz-column-gap: 38rem !important;
    column-gap: 38rem !important; }
  .xl\:gap-x-156 {
    grid-column-gap: 39rem !important;
    -webkit-column-gap: 39rem !important;
    -moz-column-gap: 39rem !important;
    column-gap: 39rem !important; }
  .xl\:gap-x-160 {
    grid-column-gap: 40rem !important;
    -webkit-column-gap: 40rem !important;
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important; }
  .xl\:gap-x-164 {
    grid-column-gap: 41rem !important;
    -webkit-column-gap: 41rem !important;
    -moz-column-gap: 41rem !important;
    column-gap: 41rem !important; }
  .xl\:gap-x-168 {
    grid-column-gap: 42rem !important;
    -webkit-column-gap: 42rem !important;
    -moz-column-gap: 42rem !important;
    column-gap: 42rem !important; }
  .xl\:gap-x-172 {
    grid-column-gap: 43rem !important;
    -webkit-column-gap: 43rem !important;
    -moz-column-gap: 43rem !important;
    column-gap: 43rem !important; }
  .xl\:gap-x-176 {
    grid-column-gap: 44rem !important;
    -webkit-column-gap: 44rem !important;
    -moz-column-gap: 44rem !important;
    column-gap: 44rem !important; }
  .xl\:gap-x-180 {
    grid-column-gap: 45rem !important;
    -webkit-column-gap: 45rem !important;
    -moz-column-gap: 45rem !important;
    column-gap: 45rem !important; }
  .xl\:gap-x-184 {
    grid-column-gap: 46rem !important;
    -webkit-column-gap: 46rem !important;
    -moz-column-gap: 46rem !important;
    column-gap: 46rem !important; }
  .xl\:gap-x-188 {
    grid-column-gap: 47rem !important;
    -webkit-column-gap: 47rem !important;
    -moz-column-gap: 47rem !important;
    column-gap: 47rem !important; }
  .xl\:gap-x-192 {
    grid-column-gap: 48rem !important;
    -webkit-column-gap: 48rem !important;
    -moz-column-gap: 48rem !important;
    column-gap: 48rem !important; }
  .xl\:gap-x-196 {
    grid-column-gap: 49rem !important;
    -webkit-column-gap: 49rem !important;
    -moz-column-gap: 49rem !important;
    column-gap: 49rem !important; }
  .xl\:gap-x-200 {
    grid-column-gap: 50rem !important;
    -webkit-column-gap: 50rem !important;
    -moz-column-gap: 50rem !important;
    column-gap: 50rem !important; }
  .xl\:gap-x-px {
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important; }
  .xl\:gap-x-2px {
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important; }
  .xl\:gap-x-1\/2 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .xl\:gap-x-2\/2 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .xl\:gap-x-1\/3 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .xl\:gap-x-2\/3 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .xl\:gap-x-3\/3 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .xl\:gap-x-1\/4 {
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
    -moz-column-gap: 25% !important;
    column-gap: 25% !important; }
  .xl\:gap-x-2\/4 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .xl\:gap-x-3\/4 {
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
    -moz-column-gap: 75% !important;
    column-gap: 75% !important; }
  .xl\:gap-x-4\/4 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .xl\:gap-x-1\/5 {
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
    -moz-column-gap: 20% !important;
    column-gap: 20% !important; }
  .xl\:gap-x-2\/5 {
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
    -moz-column-gap: 40% !important;
    column-gap: 40% !important; }
  .xl\:gap-x-3\/5 {
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
    -moz-column-gap: 60% !important;
    column-gap: 60% !important; }
  .xl\:gap-x-4\/5 {
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
    -moz-column-gap: 80% !important;
    column-gap: 80% !important; }
  .xl\:gap-x-5\/5 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .xl\:gap-x-1\/6 {
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
    -moz-column-gap: 16.666667% !important;
    column-gap: 16.666667% !important; }
  .xl\:gap-x-2\/6 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .xl\:gap-x-3\/6 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .xl\:gap-x-4\/6 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .xl\:gap-x-5\/6 {
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
    -moz-column-gap: 83.333333% !important;
    column-gap: 83.333333% !important; }
  .xl\:gap-x-6\/6 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .xl\:gap-x-1\/10 {
    grid-column-gap: 10% !important;
    -webkit-column-gap: 10% !important;
    -moz-column-gap: 10% !important;
    column-gap: 10% !important; }
  .xl\:gap-x-2\/10 {
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
    -moz-column-gap: 20% !important;
    column-gap: 20% !important; }
  .xl\:gap-x-3\/10 {
    grid-column-gap: 30% !important;
    -webkit-column-gap: 30% !important;
    -moz-column-gap: 30% !important;
    column-gap: 30% !important; }
  .xl\:gap-x-4\/10 {
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
    -moz-column-gap: 40% !important;
    column-gap: 40% !important; }
  .xl\:gap-x-5\/10 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .xl\:gap-x-6\/10 {
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
    -moz-column-gap: 60% !important;
    column-gap: 60% !important; }
  .xl\:gap-x-7\/10 {
    grid-column-gap: 70% !important;
    -webkit-column-gap: 70% !important;
    -moz-column-gap: 70% !important;
    column-gap: 70% !important; }
  .xl\:gap-x-8\/10 {
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
    -moz-column-gap: 80% !important;
    column-gap: 80% !important; }
  .xl\:gap-x-9\/10 {
    grid-column-gap: 90% !important;
    -webkit-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
    column-gap: 90% !important; }
  .xl\:gap-x-10\/10 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .xl\:gap-x-1\/12 {
    grid-column-gap: 8.333333% !important;
    -webkit-column-gap: 8.333333% !important;
    -moz-column-gap: 8.333333% !important;
    column-gap: 8.333333% !important; }
  .xl\:gap-x-2\/12 {
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
    -moz-column-gap: 16.666667% !important;
    column-gap: 16.666667% !important; }
  .xl\:gap-x-3\/12 {
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
    -moz-column-gap: 25% !important;
    column-gap: 25% !important; }
  .xl\:gap-x-4\/12 {
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
    -moz-column-gap: 33.333333% !important;
    column-gap: 33.333333% !important; }
  .xl\:gap-x-5\/12 {
    grid-column-gap: 41.666667% !important;
    -webkit-column-gap: 41.666667% !important;
    -moz-column-gap: 41.666667% !important;
    column-gap: 41.666667% !important; }
  .xl\:gap-x-6\/12 {
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
    -moz-column-gap: 50% !important;
    column-gap: 50% !important; }
  .xl\:gap-x-7\/12 {
    grid-column-gap: 58.333333% !important;
    -webkit-column-gap: 58.333333% !important;
    -moz-column-gap: 58.333333% !important;
    column-gap: 58.333333% !important; }
  .xl\:gap-x-8\/12 {
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
    -moz-column-gap: 66.666667% !important;
    column-gap: 66.666667% !important; }
  .xl\:gap-x-9\/12 {
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
    -moz-column-gap: 75% !important;
    column-gap: 75% !important; }
  .xl\:gap-x-10\/12 {
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
    -moz-column-gap: 83.333333% !important;
    column-gap: 83.333333% !important; }
  .xl\:gap-x-11\/12 {
    grid-column-gap: 91.666667% !important;
    -webkit-column-gap: 91.666667% !important;
    -moz-column-gap: 91.666667% !important;
    column-gap: 91.666667% !important; }
  .xl\:gap-x-12\/12 {
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
    -moz-column-gap: 100% !important;
    column-gap: 100% !important; }
  .xl\:gap-y-0 {
    grid-row-gap: 0rem !important;
    row-gap: 0rem !important; }
  .xl\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important; }
  .xl\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important; }
  .xl\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important; }
  .xl\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important; }
  .xl\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important; }
  .xl\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important; }
  .xl\:gap-y-7 {
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important; }
  .xl\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important; }
  .xl\:gap-y-9 {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important; }
  .xl\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important; }
  .xl\:gap-y-11 {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important; }
  .xl\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important; }
  .xl\:gap-y-13 {
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important; }
  .xl\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important; }
  .xl\:gap-y-15 {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important; }
  .xl\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important; }
  .xl\:gap-y-17 {
    grid-row-gap: 4.25rem !important;
    row-gap: 4.25rem !important; }
  .xl\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important; }
  .xl\:gap-y-19 {
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important; }
  .xl\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important; }
  .xl\:gap-y-21 {
    grid-row-gap: 5.25rem !important;
    row-gap: 5.25rem !important; }
  .xl\:gap-y-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important; }
  .xl\:gap-y-23 {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important; }
  .xl\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important; }
  .xl\:gap-y-25 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important; }
  .xl\:gap-y-26 {
    grid-row-gap: 6.5rem !important;
    row-gap: 6.5rem !important; }
  .xl\:gap-y-27 {
    grid-row-gap: 6.75rem !important;
    row-gap: 6.75rem !important; }
  .xl\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important; }
  .xl\:gap-y-29 {
    grid-row-gap: 7.25rem !important;
    row-gap: 7.25rem !important; }
  .xl\:gap-y-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important; }
  .xl\:gap-y-31 {
    grid-row-gap: 7.75rem !important;
    row-gap: 7.75rem !important; }
  .xl\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important; }
  .xl\:gap-y-33 {
    grid-row-gap: 8.25rem !important;
    row-gap: 8.25rem !important; }
  .xl\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important; }
  .xl\:gap-y-35 {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important; }
  .xl\:gap-y-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important; }
  .xl\:gap-y-37 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important; }
  .xl\:gap-y-38 {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important; }
  .xl\:gap-y-39 {
    grid-row-gap: 9.75rem !important;
    row-gap: 9.75rem !important; }
  .xl\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important; }
  .xl\:gap-y-41 {
    grid-row-gap: 10.25rem !important;
    row-gap: 10.25rem !important; }
  .xl\:gap-y-42 {
    grid-row-gap: 10.5rem !important;
    row-gap: 10.5rem !important; }
  .xl\:gap-y-43 {
    grid-row-gap: 10.75rem !important;
    row-gap: 10.75rem !important; }
  .xl\:gap-y-44 {
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important; }
  .xl\:gap-y-45 {
    grid-row-gap: 11.25rem !important;
    row-gap: 11.25rem !important; }
  .xl\:gap-y-46 {
    grid-row-gap: 11.5rem !important;
    row-gap: 11.5rem !important; }
  .xl\:gap-y-47 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important; }
  .xl\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important; }
  .xl\:gap-y-49 {
    grid-row-gap: 12.25rem !important;
    row-gap: 12.25rem !important; }
  .xl\:gap-y-50 {
    grid-row-gap: 12.5rem !important;
    row-gap: 12.5rem !important; }
  .xl\:gap-y-51 {
    grid-row-gap: 12.75rem !important;
    row-gap: 12.75rem !important; }
  .xl\:gap-y-52 {
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important; }
  .xl\:gap-y-53 {
    grid-row-gap: 13.25rem !important;
    row-gap: 13.25rem !important; }
  .xl\:gap-y-54 {
    grid-row-gap: 13.5rem !important;
    row-gap: 13.5rem !important; }
  .xl\:gap-y-55 {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important; }
  .xl\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important; }
  .xl\:gap-y-57 {
    grid-row-gap: 14.25rem !important;
    row-gap: 14.25rem !important; }
  .xl\:gap-y-58 {
    grid-row-gap: 14.5rem !important;
    row-gap: 14.5rem !important; }
  .xl\:gap-y-59 {
    grid-row-gap: 14.75rem !important;
    row-gap: 14.75rem !important; }
  .xl\:gap-y-60 {
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important; }
  .xl\:gap-y-61 {
    grid-row-gap: 15.25rem !important;
    row-gap: 15.25rem !important; }
  .xl\:gap-y-62 {
    grid-row-gap: 15.5rem !important;
    row-gap: 15.5rem !important; }
  .xl\:gap-y-63 {
    grid-row-gap: 15.75rem !important;
    row-gap: 15.75rem !important; }
  .xl\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important; }
  .xl\:gap-y-65 {
    grid-row-gap: 16.25rem !important;
    row-gap: 16.25rem !important; }
  .xl\:gap-y-66 {
    grid-row-gap: 16.5rem !important;
    row-gap: 16.5rem !important; }
  .xl\:gap-y-67 {
    grid-row-gap: 16.75rem !important;
    row-gap: 16.75rem !important; }
  .xl\:gap-y-68 {
    grid-row-gap: 17rem !important;
    row-gap: 17rem !important; }
  .xl\:gap-y-69 {
    grid-row-gap: 17.25rem !important;
    row-gap: 17.25rem !important; }
  .xl\:gap-y-70 {
    grid-row-gap: 17.5rem !important;
    row-gap: 17.5rem !important; }
  .xl\:gap-y-71 {
    grid-row-gap: 17.75rem !important;
    row-gap: 17.75rem !important; }
  .xl\:gap-y-72 {
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important; }
  .xl\:gap-y-73 {
    grid-row-gap: 18.25rem !important;
    row-gap: 18.25rem !important; }
  .xl\:gap-y-74 {
    grid-row-gap: 18.5rem !important;
    row-gap: 18.5rem !important; }
  .xl\:gap-y-75 {
    grid-row-gap: 18.75rem !important;
    row-gap: 18.75rem !important; }
  .xl\:gap-y-76 {
    grid-row-gap: 19rem !important;
    row-gap: 19rem !important; }
  .xl\:gap-y-77 {
    grid-row-gap: 19.25rem !important;
    row-gap: 19.25rem !important; }
  .xl\:gap-y-78 {
    grid-row-gap: 19.5rem !important;
    row-gap: 19.5rem !important; }
  .xl\:gap-y-79 {
    grid-row-gap: 19.75rem !important;
    row-gap: 19.75rem !important; }
  .xl\:gap-y-80 {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important; }
  .xl\:gap-y-84 {
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important; }
  .xl\:gap-y-88 {
    grid-row-gap: 22rem !important;
    row-gap: 22rem !important; }
  .xl\:gap-y-92 {
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important; }
  .xl\:gap-y-96 {
    grid-row-gap: 24rem !important;
    row-gap: 24rem !important; }
  .xl\:gap-y-100 {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important; }
  .xl\:gap-y-104 {
    grid-row-gap: 26rem !important;
    row-gap: 26rem !important; }
  .xl\:gap-y-108 {
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important; }
  .xl\:gap-y-112 {
    grid-row-gap: 28rem !important;
    row-gap: 28rem !important; }
  .xl\:gap-y-116 {
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important; }
  .xl\:gap-y-120 {
    grid-row-gap: 30rem !important;
    row-gap: 30rem !important; }
  .xl\:gap-y-124 {
    grid-row-gap: 31rem !important;
    row-gap: 31rem !important; }
  .xl\:gap-y-128 {
    grid-row-gap: 32rem !important;
    row-gap: 32rem !important; }
  .xl\:gap-y-132 {
    grid-row-gap: 33rem !important;
    row-gap: 33rem !important; }
  .xl\:gap-y-136 {
    grid-row-gap: 34rem !important;
    row-gap: 34rem !important; }
  .xl\:gap-y-140 {
    grid-row-gap: 35rem !important;
    row-gap: 35rem !important; }
  .xl\:gap-y-144 {
    grid-row-gap: 36rem !important;
    row-gap: 36rem !important; }
  .xl\:gap-y-148 {
    grid-row-gap: 37rem !important;
    row-gap: 37rem !important; }
  .xl\:gap-y-152 {
    grid-row-gap: 38rem !important;
    row-gap: 38rem !important; }
  .xl\:gap-y-156 {
    grid-row-gap: 39rem !important;
    row-gap: 39rem !important; }
  .xl\:gap-y-160 {
    grid-row-gap: 40rem !important;
    row-gap: 40rem !important; }
  .xl\:gap-y-164 {
    grid-row-gap: 41rem !important;
    row-gap: 41rem !important; }
  .xl\:gap-y-168 {
    grid-row-gap: 42rem !important;
    row-gap: 42rem !important; }
  .xl\:gap-y-172 {
    grid-row-gap: 43rem !important;
    row-gap: 43rem !important; }
  .xl\:gap-y-176 {
    grid-row-gap: 44rem !important;
    row-gap: 44rem !important; }
  .xl\:gap-y-180 {
    grid-row-gap: 45rem !important;
    row-gap: 45rem !important; }
  .xl\:gap-y-184 {
    grid-row-gap: 46rem !important;
    row-gap: 46rem !important; }
  .xl\:gap-y-188 {
    grid-row-gap: 47rem !important;
    row-gap: 47rem !important; }
  .xl\:gap-y-192 {
    grid-row-gap: 48rem !important;
    row-gap: 48rem !important; }
  .xl\:gap-y-196 {
    grid-row-gap: 49rem !important;
    row-gap: 49rem !important; }
  .xl\:gap-y-200 {
    grid-row-gap: 50rem !important;
    row-gap: 50rem !important; }
  .xl\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important; }
  .xl\:gap-y-2px {
    grid-row-gap: 2px !important;
    row-gap: 2px !important; }
  .xl\:gap-y-1\/2 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .xl\:gap-y-2\/2 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .xl\:gap-y-1\/3 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .xl\:gap-y-2\/3 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .xl\:gap-y-3\/3 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .xl\:gap-y-1\/4 {
    grid-row-gap: 25% !important;
    row-gap: 25% !important; }
  .xl\:gap-y-2\/4 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .xl\:gap-y-3\/4 {
    grid-row-gap: 75% !important;
    row-gap: 75% !important; }
  .xl\:gap-y-4\/4 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .xl\:gap-y-1\/5 {
    grid-row-gap: 20% !important;
    row-gap: 20% !important; }
  .xl\:gap-y-2\/5 {
    grid-row-gap: 40% !important;
    row-gap: 40% !important; }
  .xl\:gap-y-3\/5 {
    grid-row-gap: 60% !important;
    row-gap: 60% !important; }
  .xl\:gap-y-4\/5 {
    grid-row-gap: 80% !important;
    row-gap: 80% !important; }
  .xl\:gap-y-5\/5 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .xl\:gap-y-1\/6 {
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important; }
  .xl\:gap-y-2\/6 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .xl\:gap-y-3\/6 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .xl\:gap-y-4\/6 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .xl\:gap-y-5\/6 {
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important; }
  .xl\:gap-y-6\/6 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .xl\:gap-y-1\/10 {
    grid-row-gap: 10% !important;
    row-gap: 10% !important; }
  .xl\:gap-y-2\/10 {
    grid-row-gap: 20% !important;
    row-gap: 20% !important; }
  .xl\:gap-y-3\/10 {
    grid-row-gap: 30% !important;
    row-gap: 30% !important; }
  .xl\:gap-y-4\/10 {
    grid-row-gap: 40% !important;
    row-gap: 40% !important; }
  .xl\:gap-y-5\/10 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .xl\:gap-y-6\/10 {
    grid-row-gap: 60% !important;
    row-gap: 60% !important; }
  .xl\:gap-y-7\/10 {
    grid-row-gap: 70% !important;
    row-gap: 70% !important; }
  .xl\:gap-y-8\/10 {
    grid-row-gap: 80% !important;
    row-gap: 80% !important; }
  .xl\:gap-y-9\/10 {
    grid-row-gap: 90% !important;
    row-gap: 90% !important; }
  .xl\:gap-y-10\/10 {
    grid-row-gap: 100% !important;
    row-gap: 100% !important; }
  .xl\:gap-y-1\/12 {
    grid-row-gap: 8.333333% !important;
    row-gap: 8.333333% !important; }
  .xl\:gap-y-2\/12 {
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important; }
  .xl\:gap-y-3\/12 {
    grid-row-gap: 25% !important;
    row-gap: 25% !important; }
  .xl\:gap-y-4\/12 {
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important; }
  .xl\:gap-y-5\/12 {
    grid-row-gap: 41.666667% !important;
    row-gap: 41.666667% !important; }
  .xl\:gap-y-6\/12 {
    grid-row-gap: 50% !important;
    row-gap: 50% !important; }
  .xl\:gap-y-7\/12 {
    grid-row-gap: 58.333333% !important;
    row-gap: 58.333333% !important; }
  .xl\:gap-y-8\/12 {
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important; }
  .xl\:gap-y-9\/12 {
    grid-row-gap: 75% !important;
    row-gap: 75% !important; }
  .xl\:gap-y-10\/12 {
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important; }
  .xl\:gap-y-11\/12 {
    grid-row-gap: 91.666667% !important;
    row-gap: 91.666667% !important; }
  .xl\:gap-y-12\/12 {
    grid-row-gap: 100% !important;
    row-gap: 100% !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\:auto-cols-auto {
    grid-auto-columns: auto !important; }
  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important; }
  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important; }
  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !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-span-full {
    grid-column: 1 / -1 !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\:auto-rows-auto {
    grid-auto-rows: auto !important; }
  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important; }
  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important; }
  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !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-span-full {
    grid-row: 1 / -1 !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;
    -ms-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;
    -ms-transform: none !important;
    transform: none !important; }
  .xl\:origin-center {
    -webkit-transform-origin: center !important;
    -ms-transform-origin: center !important;
    transform-origin: center !important; }
  .xl\:origin-top {
    -webkit-transform-origin: top !important;
    -ms-transform-origin: top !important;
    transform-origin: top !important; }
  .xl\:origin-top-right {
    -webkit-transform-origin: top right !important;
    -ms-transform-origin: top right !important;
    transform-origin: top right !important; }
  .xl\:origin-right {
    -webkit-transform-origin: right !important;
    -ms-transform-origin: right !important;
    transform-origin: right !important; }
  .xl\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
    -ms-transform-origin: bottom right !important;
    transform-origin: bottom right !important; }
  .xl\:origin-bottom {
    -webkit-transform-origin: bottom !important;
    -ms-transform-origin: bottom !important;
    transform-origin: bottom !important; }
  .xl\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
    -ms-transform-origin: bottom left !important;
    transform-origin: bottom left !important; }
  .xl\:origin-left {
    -webkit-transform-origin: left !important;
    -ms-transform-origin: left !important;
    transform-origin: left !important; }
  .xl\:origin-top-left {
    -webkit-transform-origin: top left !important;
    -ms-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; }
  .group:hover .xl\:group-hover\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important; }
  .group:hover .xl\:group-hover\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important; }
  .group:hover .xl\:group-hover\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important; }
  .group:hover .xl\:group-hover\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important; }
  .group:hover .xl\:group-hover\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important; }
  .group:hover .xl\:group-hover\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important; }
  .group:hover .xl\:group-hover\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important; }
  .group:hover .xl\:group-hover\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important; }
  .group:hover .xl\:group-hover\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important; }
  .group:hover .xl\:group-hover\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important; }
  .group:hover .xl\:group-hover\:scale-x-0 {
    --transform-scale-x: 0 !important; }
  .group:hover .xl\:group-hover\:scale-x-50 {
    --transform-scale-x: .5 !important; }
  .group:hover .xl\:group-hover\:scale-x-75 {
    --transform-scale-x: .75 !important; }
  .group:hover .xl\:group-hover\:scale-x-90 {
    --transform-scale-x: .9 !important; }
  .group:hover .xl\:group-hover\:scale-x-95 {
    --transform-scale-x: .95 !important; }
  .group:hover .xl\:group-hover\:scale-x-100 {
    --transform-scale-x: 1 !important; }
  .group:hover .xl\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05 !important; }
  .group:hover .xl\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1 !important; }
  .group:hover .xl\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25 !important; }
  .group:hover .xl\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5 !important; }
  .group:hover .xl\:group-hover\:scale-y-0 {
    --transform-scale-y: 0 !important; }
  .group:hover .xl\:group-hover\:scale-y-50 {
    --transform-scale-y: .5 !important; }
  .group:hover .xl\:group-hover\:scale-y-75 {
    --transform-scale-y: .75 !important; }
  .group:hover .xl\:group-hover\:scale-y-90 {
    --transform-scale-y: .9 !important; }
  .group:hover .xl\:group-hover\:scale-y-95 {
    --transform-scale-y: .95 !important; }
  .group:hover .xl\:group-hover\:scale-y-100 {
    --transform-scale-y: 1 !important; }
  .group:hover .xl\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05 !important; }
  .group:hover .xl\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1 !important; }
  .group:hover .xl\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25 !important; }
  .group:hover .xl\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5 !important; }
  .xl\:rotate-0 {
    --transform-rotate: 0 !important; }
  .xl\:rotate-1 {
    --transform-rotate: 1deg !important; }
  .xl\:rotate-2 {
    --transform-rotate: 2deg !important; }
  .xl\:rotate-3 {
    --transform-rotate: 3deg !important; }
  .xl\:rotate-6 {
    --transform-rotate: 6deg !important; }
  .xl\:rotate-12 {
    --transform-rotate: 12deg !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\:-rotate-12 {
    --transform-rotate: -12deg !important; }
  .xl\:-rotate-6 {
    --transform-rotate: -6deg !important; }
  .xl\:-rotate-3 {
    --transform-rotate: -3deg !important; }
  .xl\:-rotate-2 {
    --transform-rotate: -2deg !important; }
  .xl\:-rotate-1 {
    --transform-rotate: -1deg !important; }
  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important; }
  .xl\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important; }
  .xl\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important; }
  .xl\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important; }
  .xl\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important; }
  .xl\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !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\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important; }
  .xl\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important; }
  .xl\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important; }
  .xl\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important; }
  .xl\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important; }
  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important; }
  .xl\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important; }
  .xl\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important; }
  .xl\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important; }
  .xl\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important; }
  .xl\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !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\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important; }
  .xl\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important; }
  .xl\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important; }
  .xl\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important; }
  .xl\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important; }
  .xl\:translate-x-0 {
    --transform-translate-x: 0rem !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-7 {
    --transform-translate-x: 1.75rem !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-11 {
    --transform-translate-x: 2.75rem !important; }
  .xl\:translate-x-12 {
    --transform-translate-x: 3rem !important; }
  .xl\:translate-x-13 {
    --transform-translate-x: 3.25rem !important; }
  .xl\:translate-x-14 {
    --transform-translate-x: 3.5rem !important; }
  .xl\:translate-x-15 {
    --transform-translate-x: 3.75rem !important; }
  .xl\:translate-x-16 {
    --transform-translate-x: 4rem !important; }
  .xl\:translate-x-17 {
    --transform-translate-x: 4.25rem !important; }
  .xl\:translate-x-18 {
    --transform-translate-x: 4.5rem !important; }
  .xl\:translate-x-19 {
    --transform-translate-x: 4.75rem !important; }
  .xl\:translate-x-20 {
    --transform-translate-x: 5rem !important; }
  .xl\:translate-x-21 {
    --transform-translate-x: 5.25rem !important; }
  .xl\:translate-x-22 {
    --transform-translate-x: 5.5rem !important; }
  .xl\:translate-x-23 {
    --transform-translate-x: 5.75rem !important; }
  .xl\:translate-x-24 {
    --transform-translate-x: 6rem !important; }
  .xl\:translate-x-25 {
    --transform-translate-x: 6.25rem !important; }
  .xl\:translate-x-26 {
    --transform-translate-x: 6.5rem !important; }
  .xl\:translate-x-27 {
    --transform-translate-x: 6.75rem !important; }
  .xl\:translate-x-28 {
    --transform-translate-x: 7rem !important; }
  .xl\:translate-x-29 {
    --transform-translate-x: 7.25rem !important; }
  .xl\:translate-x-30 {
    --transform-translate-x: 7.5rem !important; }
  .xl\:translate-x-31 {
    --transform-translate-x: 7.75rem !important; }
  .xl\:translate-x-32 {
    --transform-translate-x: 8rem !important; }
  .xl\:translate-x-33 {
    --transform-translate-x: 8.25rem !important; }
  .xl\:translate-x-34 {
    --transform-translate-x: 8.5rem !important; }
  .xl\:translate-x-35 {
    --transform-translate-x: 8.75rem !important; }
  .xl\:translate-x-36 {
    --transform-translate-x: 9rem !important; }
  .xl\:translate-x-37 {
    --transform-translate-x: 9.25rem !important; }
  .xl\:translate-x-38 {
    --transform-translate-x: 9.5rem !important; }
  .xl\:translate-x-39 {
    --transform-translate-x: 9.75rem !important; }
  .xl\:translate-x-40 {
    --transform-translate-x: 10rem !important; }
  .xl\:translate-x-41 {
    --transform-translate-x: 10.25rem !important; }
  .xl\:translate-x-42 {
    --transform-translate-x: 10.5rem !important; }
  .xl\:translate-x-43 {
    --transform-translate-x: 10.75rem !important; }
  .xl\:translate-x-44 {
    --transform-translate-x: 11rem !important; }
  .xl\:translate-x-45 {
    --transform-translate-x: 11.25rem !important; }
  .xl\:translate-x-46 {
    --transform-translate-x: 11.5rem !important; }
  .xl\:translate-x-47 {
    --transform-translate-x: 11.75rem !important; }
  .xl\:translate-x-48 {
    --transform-translate-x: 12rem !important; }
  .xl\:translate-x-49 {
    --transform-translate-x: 12.25rem !important; }
  .xl\:translate-x-50 {
    --transform-translate-x: 12.5rem !important; }
  .xl\:translate-x-51 {
    --transform-translate-x: 12.75rem !important; }
  .xl\:translate-x-52 {
    --transform-translate-x: 13rem !important; }
  .xl\:translate-x-53 {
    --transform-translate-x: 13.25rem !important; }
  .xl\:translate-x-54 {
    --transform-translate-x: 13.5rem !important; }
  .xl\:translate-x-55 {
    --transform-translate-x: 13.75rem !important; }
  .xl\:translate-x-56 {
    --transform-translate-x: 14rem !important; }
  .xl\:translate-x-57 {
    --transform-translate-x: 14.25rem !important; }
  .xl\:translate-x-58 {
    --transform-translate-x: 14.5rem !important; }
  .xl\:translate-x-59 {
    --transform-translate-x: 14.75rem !important; }
  .xl\:translate-x-60 {
    --transform-translate-x: 15rem !important; }
  .xl\:translate-x-61 {
    --transform-translate-x: 15.25rem !important; }
  .xl\:translate-x-62 {
    --transform-translate-x: 15.5rem !important; }
  .xl\:translate-x-63 {
    --transform-translate-x: 15.75rem !important; }
  .xl\:translate-x-64 {
    --transform-translate-x: 16rem !important; }
  .xl\:translate-x-65 {
    --transform-translate-x: 16.25rem !important; }
  .xl\:translate-x-66 {
    --transform-translate-x: 16.5rem !important; }
  .xl\:translate-x-67 {
    --transform-translate-x: 16.75rem !important; }
  .xl\:translate-x-68 {
    --transform-translate-x: 17rem !important; }
  .xl\:translate-x-69 {
    --transform-translate-x: 17.25rem !important; }
  .xl\:translate-x-70 {
    --transform-translate-x: 17.5rem !important; }
  .xl\:translate-x-71 {
    --transform-translate-x: 17.75rem !important; }
  .xl\:translate-x-72 {
    --transform-translate-x: 18rem !important; }
  .xl\:translate-x-73 {
    --transform-translate-x: 18.25rem !important; }
  .xl\:translate-x-74 {
    --transform-translate-x: 18.5rem !important; }
  .xl\:translate-x-75 {
    --transform-translate-x: 18.75rem !important; }
  .xl\:translate-x-76 {
    --transform-translate-x: 19rem !important; }
  .xl\:translate-x-77 {
    --transform-translate-x: 19.25rem !important; }
  .xl\:translate-x-78 {
    --transform-translate-x: 19.5rem !important; }
  .xl\:translate-x-79 {
    --transform-translate-x: 19.75rem !important; }
  .xl\:translate-x-80 {
    --transform-translate-x: 20rem !important; }
  .xl\:translate-x-84 {
    --transform-translate-x: 21rem !important; }
  .xl\:translate-x-88 {
    --transform-translate-x: 22rem !important; }
  .xl\:translate-x-92 {
    --transform-translate-x: 23rem !important; }
  .xl\:translate-x-96 {
    --transform-translate-x: 24rem !important; }
  .xl\:translate-x-100 {
    --transform-translate-x: 25rem !important; }
  .xl\:translate-x-104 {
    --transform-translate-x: 26rem !important; }
  .xl\:translate-x-108 {
    --transform-translate-x: 27rem !important; }
  .xl\:translate-x-112 {
    --transform-translate-x: 28rem !important; }
  .xl\:translate-x-116 {
    --transform-translate-x: 29rem !important; }
  .xl\:translate-x-120 {
    --transform-translate-x: 30rem !important; }
  .xl\:translate-x-124 {
    --transform-translate-x: 31rem !important; }
  .xl\:translate-x-128 {
    --transform-translate-x: 32rem !important; }
  .xl\:translate-x-132 {
    --transform-translate-x: 33rem !important; }
  .xl\:translate-x-136 {
    --transform-translate-x: 34rem !important; }
  .xl\:translate-x-140 {
    --transform-translate-x: 35rem !important; }
  .xl\:translate-x-144 {
    --transform-translate-x: 36rem !important; }
  .xl\:translate-x-148 {
    --transform-translate-x: 37rem !important; }
  .xl\:translate-x-152 {
    --transform-translate-x: 38rem !important; }
  .xl\:translate-x-156 {
    --transform-translate-x: 39rem !important; }
  .xl\:translate-x-160 {
    --transform-translate-x: 40rem !important; }
  .xl\:translate-x-164 {
    --transform-translate-x: 41rem !important; }
  .xl\:translate-x-168 {
    --transform-translate-x: 42rem !important; }
  .xl\:translate-x-172 {
    --transform-translate-x: 43rem !important; }
  .xl\:translate-x-176 {
    --transform-translate-x: 44rem !important; }
  .xl\:translate-x-180 {
    --transform-translate-x: 45rem !important; }
  .xl\:translate-x-184 {
    --transform-translate-x: 46rem !important; }
  .xl\:translate-x-188 {
    --transform-translate-x: 47rem !important; }
  .xl\:translate-x-192 {
    --transform-translate-x: 48rem !important; }
  .xl\:translate-x-196 {
    --transform-translate-x: 49rem !important; }
  .xl\:translate-x-200 {
    --transform-translate-x: 50rem !important; }
  .xl\:translate-x-px {
    --transform-translate-x: 1px !important; }
  .xl\:translate-x-2px {
    --transform-translate-x: 2px !important; }
  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important; }
  .xl\:translate-x-2\/2 {
    --transform-translate-x: 100% !important; }
  .xl\:translate-x-1\/3 {
    --transform-translate-x: 33.333333% !important; }
  .xl\:translate-x-2\/3 {
    --transform-translate-x: 66.666667% !important; }
  .xl\:translate-x-3\/3 {
    --transform-translate-x: 100% !important; }
  .xl\:translate-x-1\/4 {
    --transform-translate-x: 25% !important; }
  .xl\:translate-x-2\/4 {
    --transform-translate-x: 50% !important; }
  .xl\:translate-x-3\/4 {
    --transform-translate-x: 75% !important; }
  .xl\:translate-x-4\/4 {
    --transform-translate-x: 100% !important; }
  .xl\:translate-x-1\/5 {
    --transform-translate-x: 20% !important; }
  .xl\:translate-x-2\/5 {
    --transform-translate-x: 40% !important; }
  .xl\:translate-x-3\/5 {
    --transform-translate-x: 60% !important; }
  .xl\:translate-x-4\/5 {
    --transform-translate-x: 80% !important; }
  .xl\:translate-x-5\/5 {
    --transform-translate-x: 100% !important; }
  .xl\:translate-x-1\/6 {
    --transform-translate-x: 16.666667% !important; }
  .xl\:translate-x-2\/6 {
    --transform-translate-x: 33.333333% !important; }
  .xl\:translate-x-3\/6 {
    --transform-translate-x: 50% !important; }
  .xl\:translate-x-4\/6 {
    --transform-translate-x: 66.666667% !important; }
  .xl\:translate-x-5\/6 {
    --transform-translate-x: 83.333333% !important; }
  .xl\:translate-x-6\/6 {
    --transform-translate-x: 100% !important; }
  .xl\:translate-x-1\/10 {
    --transform-translate-x: 10% !important; }
  .xl\:translate-x-2\/10 {
    --transform-translate-x: 20% !important; }
  .xl\:translate-x-3\/10 {
    --transform-translate-x: 30% !important; }
  .xl\:translate-x-4\/10 {
    --transform-translate-x: 40% !important; }
  .xl\:translate-x-5\/10 {
    --transform-translate-x: 50% !important; }
  .xl\:translate-x-6\/10 {
    --transform-translate-x: 60% !important; }
  .xl\:translate-x-7\/10 {
    --transform-translate-x: 70% !important; }
  .xl\:translate-x-8\/10 {
    --transform-translate-x: 80% !important; }
  .xl\:translate-x-9\/10 {
    --transform-translate-x: 90% !important; }
  .xl\:translate-x-10\/10 {
    --transform-translate-x: 100% !important; }
  .xl\:translate-x-1\/12 {
    --transform-translate-x: 8.333333% !important; }
  .xl\:translate-x-2\/12 {
    --transform-translate-x: 16.666667% !important; }
  .xl\:translate-x-3\/12 {
    --transform-translate-x: 25% !important; }
  .xl\:translate-x-4\/12 {
    --transform-translate-x: 33.333333% !important; }
  .xl\:translate-x-5\/12 {
    --transform-translate-x: 41.666667% !important; }
  .xl\:translate-x-6\/12 {
    --transform-translate-x: 50% !important; }
  .xl\:translate-x-7\/12 {
    --transform-translate-x: 58.333333% !important; }
  .xl\:translate-x-8\/12 {
    --transform-translate-x: 66.666667% !important; }
  .xl\:translate-x-9\/12 {
    --transform-translate-x: 75% !important; }
  .xl\:translate-x-10\/12 {
    --transform-translate-x: 83.333333% !important; }
  .xl\:translate-x-11\/12 {
    --transform-translate-x: 91.666667% !important; }
  .xl\:translate-x-12\/12 {
    --transform-translate-x: 100% !important; }
  .xl\:-translate-x-0 {
    --transform-translate-x: 0rem !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-7 {
    --transform-translate-x: -1.75rem !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-11 {
    --transform-translate-x: -2.75rem !important; }
  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem !important; }
  .xl\:-translate-x-13 {
    --transform-translate-x: -3.25rem !important; }
  .xl\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important; }
  .xl\:-translate-x-15 {
    --transform-translate-x: -3.75rem !important; }
  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem !important; }
  .xl\:-translate-x-17 {
    --transform-translate-x: -4.25rem !important; }
  .xl\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important; }
  .xl\:-translate-x-19 {
    --transform-translate-x: -4.75rem !important; }
  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem !important; }
  .xl\:-translate-x-21 {
    --transform-translate-x: -5.25rem !important; }
  .xl\:-translate-x-22 {
    --transform-translate-x: -5.5rem !important; }
  .xl\:-translate-x-23 {
    --transform-translate-x: -5.75rem !important; }
  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem !important; }
  .xl\:-translate-x-25 {
    --transform-translate-x: -6.25rem !important; }
  .xl\:-translate-x-26 {
    --transform-translate-x: -6.5rem !important; }
  .xl\:-translate-x-27 {
    --transform-translate-x: -6.75rem !important; }
  .xl\:-translate-x-28 {
    --transform-translate-x: -7rem !important; }
  .xl\:-translate-x-29 {
    --transform-translate-x: -7.25rem !important; }
  .xl\:-translate-x-30 {
    --transform-translate-x: -7.5rem !important; }
  .xl\:-translate-x-31 {
    --transform-translate-x: -7.75rem !important; }
  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem !important; }
  .xl\:-translate-x-33 {
    --transform-translate-x: -8.25rem !important; }
  .xl\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important; }
  .xl\:-translate-x-35 {
    --transform-translate-x: -8.75rem !important; }
  .xl\:-translate-x-36 {
    --transform-translate-x: -9rem !important; }
  .xl\:-translate-x-37 {
    --transform-translate-x: -9.25rem !important; }
  .xl\:-translate-x-38 {
    --transform-translate-x: -9.5rem !important; }
  .xl\:-translate-x-39 {
    --transform-translate-x: -9.75rem !important; }
  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem !important; }
  .xl\:-translate-x-41 {
    --transform-translate-x: -10.25rem !important; }
  .xl\:-translate-x-42 {
    --transform-translate-x: -10.5rem !important; }
  .xl\:-translate-x-43 {
    --transform-translate-x: -10.75rem !important; }
  .xl\:-translate-x-44 {
    --transform-translate-x: -11rem !important; }
  .xl\:-translate-x-45 {
    --transform-translate-x: -11.25rem !important; }
  .xl\:-translate-x-46 {
    --transform-translate-x: -11.5rem !important; }
  .xl\:-translate-x-47 {
    --transform-translate-x: -11.75rem !important; }
  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem !important; }
  .xl\:-translate-x-49 {
    --transform-translate-x: -12.25rem !important; }
  .xl\:-translate-x-50 {
    --transform-translate-x: -12.5rem !important; }
  .xl\:-translate-x-51 {
    --transform-translate-x: -12.75rem !important; }
  .xl\:-translate-x-52 {
    --transform-translate-x: -13rem !important; }
  .xl\:-translate-x-53 {
    --transform-translate-x: -13.25rem !important; }
  .xl\:-translate-x-54 {
    --transform-translate-x: -13.5rem !important; }
  .xl\:-translate-x-55 {
    --transform-translate-x: -13.75rem !important; }
  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem !important; }
  .xl\:-translate-x-57 {
    --transform-translate-x: -14.25rem !important; }
  .xl\:-translate-x-58 {
    --transform-translate-x: -14.5rem !important; }
  .xl\:-translate-x-59 {
    --transform-translate-x: -14.75rem !important; }
  .xl\:-translate-x-60 {
    --transform-translate-x: -15rem !important; }
  .xl\:-translate-x-61 {
    --transform-translate-x: -15.25rem !important; }
  .xl\:-translate-x-62 {
    --transform-translate-x: -15.5rem !important; }
  .xl\:-translate-x-63 {
    --transform-translate-x: -15.75rem !important; }
  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem !important; }
  .xl\:-translate-x-65 {
    --transform-translate-x: -16.25rem !important; }
  .xl\:-translate-x-66 {
    --transform-translate-x: -16.5rem !important; }
  .xl\:-translate-x-67 {
    --transform-translate-x: -16.75rem !important; }
  .xl\:-translate-x-68 {
    --transform-translate-x: -17rem !important; }
  .xl\:-translate-x-69 {
    --transform-translate-x: -17.25rem !important; }
  .xl\:-translate-x-70 {
    --transform-translate-x: -17.5rem !important; }
  .xl\:-translate-x-71 {
    --transform-translate-x: -17.75rem !important; }
  .xl\:-translate-x-72 {
    --transform-translate-x: -18rem !important; }
  .xl\:-translate-x-73 {
    --transform-translate-x: -18.25rem !important; }
  .xl\:-translate-x-74 {
    --transform-translate-x: -18.5rem !important; }
  .xl\:-translate-x-75 {
    --transform-translate-x: -18.75rem !important; }
  .xl\:-translate-x-76 {
    --transform-translate-x: -19rem !important; }
  .xl\:-translate-x-77 {
    --transform-translate-x: -19.25rem !important; }
  .xl\:-translate-x-78 {
    --transform-translate-x: -19.5rem !important; }
  .xl\:-translate-x-79 {
    --transform-translate-x: -19.75rem !important; }
  .xl\:-translate-x-80 {
    --transform-translate-x: -20rem !important; }
  .xl\:-translate-x-84 {
    --transform-translate-x: -21rem !important; }
  .xl\:-translate-x-88 {
    --transform-translate-x: -22rem !important; }
  .xl\:-translate-x-92 {
    --transform-translate-x: -23rem !important; }
  .xl\:-translate-x-96 {
    --transform-translate-x: -24rem !important; }
  .xl\:-translate-x-100 {
    --transform-translate-x: -25rem !important; }
  .xl\:-translate-x-104 {
    --transform-translate-x: -26rem !important; }
  .xl\:-translate-x-108 {
    --transform-translate-x: -27rem !important; }
  .xl\:-translate-x-112 {
    --transform-translate-x: -28rem !important; }
  .xl\:-translate-x-116 {
    --transform-translate-x: -29rem !important; }
  .xl\:-translate-x-120 {
    --transform-translate-x: -30rem !important; }
  .xl\:-translate-x-124 {
    --transform-translate-x: -31rem !important; }
  .xl\:-translate-x-128 {
    --transform-translate-x: -32rem !important; }
  .xl\:-translate-x-132 {
    --transform-translate-x: -33rem !important; }
  .xl\:-translate-x-136 {
    --transform-translate-x: -34rem !important; }
  .xl\:-translate-x-140 {
    --transform-translate-x: -35rem !important; }
  .xl\:-translate-x-144 {
    --transform-translate-x: -36rem !important; }
  .xl\:-translate-x-148 {
    --transform-translate-x: -37rem !important; }
  .xl\:-translate-x-152 {
    --transform-translate-x: -38rem !important; }
  .xl\:-translate-x-156 {
    --transform-translate-x: -39rem !important; }
  .xl\:-translate-x-160 {
    --transform-translate-x: -40rem !important; }
  .xl\:-translate-x-164 {
    --transform-translate-x: -41rem !important; }
  .xl\:-translate-x-168 {
    --transform-translate-x: -42rem !important; }
  .xl\:-translate-x-172 {
    --transform-translate-x: -43rem !important; }
  .xl\:-translate-x-176 {
    --transform-translate-x: -44rem !important; }
  .xl\:-translate-x-180 {
    --transform-translate-x: -45rem !important; }
  .xl\:-translate-x-184 {
    --transform-translate-x: -46rem !important; }
  .xl\:-translate-x-188 {
    --transform-translate-x: -47rem !important; }
  .xl\:-translate-x-192 {
    --transform-translate-x: -48rem !important; }
  .xl\:-translate-x-196 {
    --transform-translate-x: -49rem !important; }
  .xl\:-translate-x-200 {
    --transform-translate-x: -50rem !important; }
  .xl\:-translate-x-px {
    --transform-translate-x: -1px !important; }
  .xl\:-translate-x-2px {
    --transform-translate-x: -2px !important; }
  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important; }
  .xl\:-translate-x-2\/2 {
    --transform-translate-x: -100% !important; }
  .xl\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333% !important; }
  .xl\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667% !important; }
  .xl\:-translate-x-3\/3 {
    --transform-translate-x: -100% !important; }
  .xl\:-translate-x-1\/4 {
    --transform-translate-x: -25% !important; }
  .xl\:-translate-x-2\/4 {
    --transform-translate-x: -50% !important; }
  .xl\:-translate-x-3\/4 {
    --transform-translate-x: -75% !important; }
  .xl\:-translate-x-4\/4 {
    --transform-translate-x: -100% !important; }
  .xl\:-translate-x-1\/5 {
    --transform-translate-x: -20% !important; }
  .xl\:-translate-x-2\/5 {
    --transform-translate-x: -40% !important; }
  .xl\:-translate-x-3\/5 {
    --transform-translate-x: -60% !important; }
  .xl\:-translate-x-4\/5 {
    --transform-translate-x: -80% !important; }
  .xl\:-translate-x-5\/5 {
    --transform-translate-x: -100% !important; }
  .xl\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667% !important; }
  .xl\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333% !important; }
  .xl\:-translate-x-3\/6 {
    --transform-translate-x: -50% !important; }
  .xl\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667% !important; }
  .xl\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333% !important; }
  .xl\:-translate-x-6\/6 {
    --transform-translate-x: -100% !important; }
  .xl\:-translate-x-1\/10 {
    --transform-translate-x: -10% !important; }
  .xl\:-translate-x-2\/10 {
    --transform-translate-x: -20% !important; }
  .xl\:-translate-x-3\/10 {
    --transform-translate-x: -30% !important; }
  .xl\:-translate-x-4\/10 {
    --transform-translate-x: -40% !important; }
  .xl\:-translate-x-5\/10 {
    --transform-translate-x: -50% !important; }
  .xl\:-translate-x-6\/10 {
    --transform-translate-x: -60% !important; }
  .xl\:-translate-x-7\/10 {
    --transform-translate-x: -70% !important; }
  .xl\:-translate-x-8\/10 {
    --transform-translate-x: -80% !important; }
  .xl\:-translate-x-9\/10 {
    --transform-translate-x: -90% !important; }
  .xl\:-translate-x-10\/10 {
    --transform-translate-x: -100% !important; }
  .xl\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333% !important; }
  .xl\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667% !important; }
  .xl\:-translate-x-3\/12 {
    --transform-translate-x: -25% !important; }
  .xl\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333% !important; }
  .xl\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667% !important; }
  .xl\:-translate-x-6\/12 {
    --transform-translate-x: -50% !important; }
  .xl\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333% !important; }
  .xl\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667% !important; }
  .xl\:-translate-x-9\/12 {
    --transform-translate-x: -75% !important; }
  .xl\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333% !important; }
  .xl\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667% !important; }
  .xl\:-translate-x-12\/12 {
    --transform-translate-x: -100% !important; }
  .xl\:-translate-x-full {
    --transform-translate-x: -100% !important; }
  .xl\:translate-x-full {
    --transform-translate-x: 100% !important; }
  .xl\:translate-y-0 {
    --transform-translate-y: 0rem !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-7 {
    --transform-translate-y: 1.75rem !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-11 {
    --transform-translate-y: 2.75rem !important; }
  .xl\:translate-y-12 {
    --transform-translate-y: 3rem !important; }
  .xl\:translate-y-13 {
    --transform-translate-y: 3.25rem !important; }
  .xl\:translate-y-14 {
    --transform-translate-y: 3.5rem !important; }
  .xl\:translate-y-15 {
    --transform-translate-y: 3.75rem !important; }
  .xl\:translate-y-16 {
    --transform-translate-y: 4rem !important; }
  .xl\:translate-y-17 {
    --transform-translate-y: 4.25rem !important; }
  .xl\:translate-y-18 {
    --transform-translate-y: 4.5rem !important; }
  .xl\:translate-y-19 {
    --transform-translate-y: 4.75rem !important; }
  .xl\:translate-y-20 {
    --transform-translate-y: 5rem !important; }
  .xl\:translate-y-21 {
    --transform-translate-y: 5.25rem !important; }
  .xl\:translate-y-22 {
    --transform-translate-y: 5.5rem !important; }
  .xl\:translate-y-23 {
    --transform-translate-y: 5.75rem !important; }
  .xl\:translate-y-24 {
    --transform-translate-y: 6rem !important; }
  .xl\:translate-y-25 {
    --transform-translate-y: 6.25rem !important; }
  .xl\:translate-y-26 {
    --transform-translate-y: 6.5rem !important; }
  .xl\:translate-y-27 {
    --transform-translate-y: 6.75rem !important; }
  .xl\:translate-y-28 {
    --transform-translate-y: 7rem !important; }
  .xl\:translate-y-29 {
    --transform-translate-y: 7.25rem !important; }
  .xl\:translate-y-30 {
    --transform-translate-y: 7.5rem !important; }
  .xl\:translate-y-31 {
    --transform-translate-y: 7.75rem !important; }
  .xl\:translate-y-32 {
    --transform-translate-y: 8rem !important; }
  .xl\:translate-y-33 {
    --transform-translate-y: 8.25rem !important; }
  .xl\:translate-y-34 {
    --transform-translate-y: 8.5rem !important; }
  .xl\:translate-y-35 {
    --transform-translate-y: 8.75rem !important; }
  .xl\:translate-y-36 {
    --transform-translate-y: 9rem !important; }
  .xl\:translate-y-37 {
    --transform-translate-y: 9.25rem !important; }
  .xl\:translate-y-38 {
    --transform-translate-y: 9.5rem !important; }
  .xl\:translate-y-39 {
    --transform-translate-y: 9.75rem !important; }
  .xl\:translate-y-40 {
    --transform-translate-y: 10rem !important; }
  .xl\:translate-y-41 {
    --transform-translate-y: 10.25rem !important; }
  .xl\:translate-y-42 {
    --transform-translate-y: 10.5rem !important; }
  .xl\:translate-y-43 {
    --transform-translate-y: 10.75rem !important; }
  .xl\:translate-y-44 {
    --transform-translate-y: 11rem !important; }
  .xl\:translate-y-45 {
    --transform-translate-y: 11.25rem !important; }
  .xl\:translate-y-46 {
    --transform-translate-y: 11.5rem !important; }
  .xl\:translate-y-47 {
    --transform-translate-y: 11.75rem !important; }
  .xl\:translate-y-48 {
    --transform-translate-y: 12rem !important; }
  .xl\:translate-y-49 {
    --transform-translate-y: 12.25rem !important; }
  .xl\:translate-y-50 {
    --transform-translate-y: 12.5rem !important; }
  .xl\:translate-y-51 {
    --transform-translate-y: 12.75rem !important; }
  .xl\:translate-y-52 {
    --transform-translate-y: 13rem !important; }
  .xl\:translate-y-53 {
    --transform-translate-y: 13.25rem !important; }
  .xl\:translate-y-54 {
    --transform-translate-y: 13.5rem !important; }
  .xl\:translate-y-55 {
    --transform-translate-y: 13.75rem !important; }
  .xl\:translate-y-56 {
    --transform-translate-y: 14rem !important; }
  .xl\:translate-y-57 {
    --transform-translate-y: 14.25rem !important; }
  .xl\:translate-y-58 {
    --transform-translate-y: 14.5rem !important; }
  .xl\:translate-y-59 {
    --transform-translate-y: 14.75rem !important; }
  .xl\:translate-y-60 {
    --transform-translate-y: 15rem !important; }
  .xl\:translate-y-61 {
    --transform-translate-y: 15.25rem !important; }
  .xl\:translate-y-62 {
    --transform-translate-y: 15.5rem !important; }
  .xl\:translate-y-63 {
    --transform-translate-y: 15.75rem !important; }
  .xl\:translate-y-64 {
    --transform-translate-y: 16rem !important; }
  .xl\:translate-y-65 {
    --transform-translate-y: 16.25rem !important; }
  .xl\:translate-y-66 {
    --transform-translate-y: 16.5rem !important; }
  .xl\:translate-y-67 {
    --transform-translate-y: 16.75rem !important; }
  .xl\:translate-y-68 {
    --transform-translate-y: 17rem !important; }
  .xl\:translate-y-69 {
    --transform-translate-y: 17.25rem !important; }
  .xl\:translate-y-70 {
    --transform-translate-y: 17.5rem !important; }
  .xl\:translate-y-71 {
    --transform-translate-y: 17.75rem !important; }
  .xl\:translate-y-72 {
    --transform-translate-y: 18rem !important; }
  .xl\:translate-y-73 {
    --transform-translate-y: 18.25rem !important; }
  .xl\:translate-y-74 {
    --transform-translate-y: 18.5rem !important; }
  .xl\:translate-y-75 {
    --transform-translate-y: 18.75rem !important; }
  .xl\:translate-y-76 {
    --transform-translate-y: 19rem !important; }
  .xl\:translate-y-77 {
    --transform-translate-y: 19.25rem !important; }
  .xl\:translate-y-78 {
    --transform-translate-y: 19.5rem !important; }
  .xl\:translate-y-79 {
    --transform-translate-y: 19.75rem !important; }
  .xl\:translate-y-80 {
    --transform-translate-y: 20rem !important; }
  .xl\:translate-y-84 {
    --transform-translate-y: 21rem !important; }
  .xl\:translate-y-88 {
    --transform-translate-y: 22rem !important; }
  .xl\:translate-y-92 {
    --transform-translate-y: 23rem !important; }
  .xl\:translate-y-96 {
    --transform-translate-y: 24rem !important; }
  .xl\:translate-y-100 {
    --transform-translate-y: 25rem !important; }
  .xl\:translate-y-104 {
    --transform-translate-y: 26rem !important; }
  .xl\:translate-y-108 {
    --transform-translate-y: 27rem !important; }
  .xl\:translate-y-112 {
    --transform-translate-y: 28rem !important; }
  .xl\:translate-y-116 {
    --transform-translate-y: 29rem !important; }
  .xl\:translate-y-120 {
    --transform-translate-y: 30rem !important; }
  .xl\:translate-y-124 {
    --transform-translate-y: 31rem !important; }
  .xl\:translate-y-128 {
    --transform-translate-y: 32rem !important; }
  .xl\:translate-y-132 {
    --transform-translate-y: 33rem !important; }
  .xl\:translate-y-136 {
    --transform-translate-y: 34rem !important; }
  .xl\:translate-y-140 {
    --transform-translate-y: 35rem !important; }
  .xl\:translate-y-144 {
    --transform-translate-y: 36rem !important; }
  .xl\:translate-y-148 {
    --transform-translate-y: 37rem !important; }
  .xl\:translate-y-152 {
    --transform-translate-y: 38rem !important; }
  .xl\:translate-y-156 {
    --transform-translate-y: 39rem !important; }
  .xl\:translate-y-160 {
    --transform-translate-y: 40rem !important; }
  .xl\:translate-y-164 {
    --transform-translate-y: 41rem !important; }
  .xl\:translate-y-168 {
    --transform-translate-y: 42rem !important; }
  .xl\:translate-y-172 {
    --transform-translate-y: 43rem !important; }
  .xl\:translate-y-176 {
    --transform-translate-y: 44rem !important; }
  .xl\:translate-y-180 {
    --transform-translate-y: 45rem !important; }
  .xl\:translate-y-184 {
    --transform-translate-y: 46rem !important; }
  .xl\:translate-y-188 {
    --transform-translate-y: 47rem !important; }
  .xl\:translate-y-192 {
    --transform-translate-y: 48rem !important; }
  .xl\:translate-y-196 {
    --transform-translate-y: 49rem !important; }
  .xl\:translate-y-200 {
    --transform-translate-y: 50rem !important; }
  .xl\:translate-y-px {
    --transform-translate-y: 1px !important; }
  .xl\:translate-y-2px {
    --transform-translate-y: 2px !important; }
  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important; }
  .xl\:translate-y-2\/2 {
    --transform-translate-y: 100% !important; }
  .xl\:translate-y-1\/3 {
    --transform-translate-y: 33.333333% !important; }
  .xl\:translate-y-2\/3 {
    --transform-translate-y: 66.666667% !important; }
  .xl\:translate-y-3\/3 {
    --transform-translate-y: 100% !important; }
  .xl\:translate-y-1\/4 {
    --transform-translate-y: 25% !important; }
  .xl\:translate-y-2\/4 {
    --transform-translate-y: 50% !important; }
  .xl\:translate-y-3\/4 {
    --transform-translate-y: 75% !important; }
  .xl\:translate-y-4\/4 {
    --transform-translate-y: 100% !important; }
  .xl\:translate-y-1\/5 {
    --transform-translate-y: 20% !important; }
  .xl\:translate-y-2\/5 {
    --transform-translate-y: 40% !important; }
  .xl\:translate-y-3\/5 {
    --transform-translate-y: 60% !important; }
  .xl\:translate-y-4\/5 {
    --transform-translate-y: 80% !important; }
  .xl\:translate-y-5\/5 {
    --transform-translate-y: 100% !important; }
  .xl\:translate-y-1\/6 {
    --transform-translate-y: 16.666667% !important; }
  .xl\:translate-y-2\/6 {
    --transform-translate-y: 33.333333% !important; }
  .xl\:translate-y-3\/6 {
    --transform-translate-y: 50% !important; }
  .xl\:translate-y-4\/6 {
    --transform-translate-y: 66.666667% !important; }
  .xl\:translate-y-5\/6 {
    --transform-translate-y: 83.333333% !important; }
  .xl\:translate-y-6\/6 {
    --transform-translate-y: 100% !important; }
  .xl\:translate-y-1\/10 {
    --transform-translate-y: 10% !important; }
  .xl\:translate-y-2\/10 {
    --transform-translate-y: 20% !important; }
  .xl\:translate-y-3\/10 {
    --transform-translate-y: 30% !important; }
  .xl\:translate-y-4\/10 {
    --transform-translate-y: 40% !important; }
  .xl\:translate-y-5\/10 {
    --transform-translate-y: 50% !important; }
  .xl\:translate-y-6\/10 {
    --transform-translate-y: 60% !important; }
  .xl\:translate-y-7\/10 {
    --transform-translate-y: 70% !important; }
  .xl\:translate-y-8\/10 {
    --transform-translate-y: 80% !important; }
  .xl\:translate-y-9\/10 {
    --transform-translate-y: 90% !important; }
  .xl\:translate-y-10\/10 {
    --transform-translate-y: 100% !important; }
  .xl\:translate-y-1\/12 {
    --transform-translate-y: 8.333333% !important; }
  .xl\:translate-y-2\/12 {
    --transform-translate-y: 16.666667% !important; }
  .xl\:translate-y-3\/12 {
    --transform-translate-y: 25% !important; }
  .xl\:translate-y-4\/12 {
    --transform-translate-y: 33.333333% !important; }
  .xl\:translate-y-5\/12 {
    --transform-translate-y: 41.666667% !important; }
  .xl\:translate-y-6\/12 {
    --transform-translate-y: 50% !important; }
  .xl\:translate-y-7\/12 {
    --transform-translate-y: 58.333333% !important; }
  .xl\:translate-y-8\/12 {
    --transform-translate-y: 66.666667% !important; }
  .xl\:translate-y-9\/12 {
    --transform-translate-y: 75% !important; }
  .xl\:translate-y-10\/12 {
    --transform-translate-y: 83.333333% !important; }
  .xl\:translate-y-11\/12 {
    --transform-translate-y: 91.666667% !important; }
  .xl\:translate-y-12\/12 {
    --transform-translate-y: 100% !important; }
  .xl\:-translate-y-0 {
    --transform-translate-y: 0rem !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-7 {
    --transform-translate-y: -1.75rem !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-11 {
    --transform-translate-y: -2.75rem !important; }
  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem !important; }
  .xl\:-translate-y-13 {
    --transform-translate-y: -3.25rem !important; }
  .xl\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important; }
  .xl\:-translate-y-15 {
    --transform-translate-y: -3.75rem !important; }
  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem !important; }
  .xl\:-translate-y-17 {
    --transform-translate-y: -4.25rem !important; }
  .xl\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important; }
  .xl\:-translate-y-19 {
    --transform-translate-y: -4.75rem !important; }
  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem !important; }
  .xl\:-translate-y-21 {
    --transform-translate-y: -5.25rem !important; }
  .xl\:-translate-y-22 {
    --transform-translate-y: -5.5rem !important; }
  .xl\:-translate-y-23 {
    --transform-translate-y: -5.75rem !important; }
  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem !important; }
  .xl\:-translate-y-25 {
    --transform-translate-y: -6.25rem !important; }
  .xl\:-translate-y-26 {
    --transform-translate-y: -6.5rem !important; }
  .xl\:-translate-y-27 {
    --transform-translate-y: -6.75rem !important; }
  .xl\:-translate-y-28 {
    --transform-translate-y: -7rem !important; }
  .xl\:-translate-y-29 {
    --transform-translate-y: -7.25rem !important; }
  .xl\:-translate-y-30 {
    --transform-translate-y: -7.5rem !important; }
  .xl\:-translate-y-31 {
    --transform-translate-y: -7.75rem !important; }
  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem !important; }
  .xl\:-translate-y-33 {
    --transform-translate-y: -8.25rem !important; }
  .xl\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important; }
  .xl\:-translate-y-35 {
    --transform-translate-y: -8.75rem !important; }
  .xl\:-translate-y-36 {
    --transform-translate-y: -9rem !important; }
  .xl\:-translate-y-37 {
    --transform-translate-y: -9.25rem !important; }
  .xl\:-translate-y-38 {
    --transform-translate-y: -9.5rem !important; }
  .xl\:-translate-y-39 {
    --transform-translate-y: -9.75rem !important; }
  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem !important; }
  .xl\:-translate-y-41 {
    --transform-translate-y: -10.25rem !important; }
  .xl\:-translate-y-42 {
    --transform-translate-y: -10.5rem !important; }
  .xl\:-translate-y-43 {
    --transform-translate-y: -10.75rem !important; }
  .xl\:-translate-y-44 {
    --transform-translate-y: -11rem !important; }
  .xl\:-translate-y-45 {
    --transform-translate-y: -11.25rem !important; }
  .xl\:-translate-y-46 {
    --transform-translate-y: -11.5rem !important; }
  .xl\:-translate-y-47 {
    --transform-translate-y: -11.75rem !important; }
  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem !important; }
  .xl\:-translate-y-49 {
    --transform-translate-y: -12.25rem !important; }
  .xl\:-translate-y-50 {
    --transform-translate-y: -12.5rem !important; }
  .xl\:-translate-y-51 {
    --transform-translate-y: -12.75rem !important; }
  .xl\:-translate-y-52 {
    --transform-translate-y: -13rem !important; }
  .xl\:-translate-y-53 {
    --transform-translate-y: -13.25rem !important; }
  .xl\:-translate-y-54 {
    --transform-translate-y: -13.5rem !important; }
  .xl\:-translate-y-55 {
    --transform-translate-y: -13.75rem !important; }
  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem !important; }
  .xl\:-translate-y-57 {
    --transform-translate-y: -14.25rem !important; }
  .xl\:-translate-y-58 {
    --transform-translate-y: -14.5rem !important; }
  .xl\:-translate-y-59 {
    --transform-translate-y: -14.75rem !important; }
  .xl\:-translate-y-60 {
    --transform-translate-y: -15rem !important; }
  .xl\:-translate-y-61 {
    --transform-translate-y: -15.25rem !important; }
  .xl\:-translate-y-62 {
    --transform-translate-y: -15.5rem !important; }
  .xl\:-translate-y-63 {
    --transform-translate-y: -15.75rem !important; }
  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem !important; }
  .xl\:-translate-y-65 {
    --transform-translate-y: -16.25rem !important; }
  .xl\:-translate-y-66 {
    --transform-translate-y: -16.5rem !important; }
  .xl\:-translate-y-67 {
    --transform-translate-y: -16.75rem !important; }
  .xl\:-translate-y-68 {
    --transform-translate-y: -17rem !important; }
  .xl\:-translate-y-69 {
    --transform-translate-y: -17.25rem !important; }
  .xl\:-translate-y-70 {
    --transform-translate-y: -17.5rem !important; }
  .xl\:-translate-y-71 {
    --transform-translate-y: -17.75rem !important; }
  .xl\:-translate-y-72 {
    --transform-translate-y: -18rem !important; }
  .xl\:-translate-y-73 {
    --transform-translate-y: -18.25rem !important; }
  .xl\:-translate-y-74 {
    --transform-translate-y: -18.5rem !important; }
  .xl\:-translate-y-75 {
    --transform-translate-y: -18.75rem !important; }
  .xl\:-translate-y-76 {
    --transform-translate-y: -19rem !important; }
  .xl\:-translate-y-77 {
    --transform-translate-y: -19.25rem !important; }
  .xl\:-translate-y-78 {
    --transform-translate-y: -19.5rem !important; }
  .xl\:-translate-y-79 {
    --transform-translate-y: -19.75rem !important; }
  .xl\:-translate-y-80 {
    --transform-translate-y: -20rem !important; }
  .xl\:-translate-y-84 {
    --transform-translate-y: -21rem !important; }
  .xl\:-translate-y-88 {
    --transform-translate-y: -22rem !important; }
  .xl\:-translate-y-92 {
    --transform-translate-y: -23rem !important; }
  .xl\:-translate-y-96 {
    --transform-translate-y: -24rem !important; }
  .xl\:-translate-y-100 {
    --transform-translate-y: -25rem !important; }
  .xl\:-translate-y-104 {
    --transform-translate-y: -26rem !important; }
  .xl\:-translate-y-108 {
    --transform-translate-y: -27rem !important; }
  .xl\:-translate-y-112 {
    --transform-translate-y: -28rem !important; }
  .xl\:-translate-y-116 {
    --transform-translate-y: -29rem !important; }
  .xl\:-translate-y-120 {
    --transform-translate-y: -30rem !important; }
  .xl\:-translate-y-124 {
    --transform-translate-y: -31rem !important; }
  .xl\:-translate-y-128 {
    --transform-translate-y: -32rem !important; }
  .xl\:-translate-y-132 {
    --transform-translate-y: -33rem !important; }
  .xl\:-translate-y-136 {
    --transform-translate-y: -34rem !important; }
  .xl\:-translate-y-140 {
    --transform-translate-y: -35rem !important; }
  .xl\:-translate-y-144 {
    --transform-translate-y: -36rem !important; }
  .xl\:-translate-y-148 {
    --transform-translate-y: -37rem !important; }
  .xl\:-translate-y-152 {
    --transform-translate-y: -38rem !important; }
  .xl\:-translate-y-156 {
    --transform-translate-y: -39rem !important; }
  .xl\:-translate-y-160 {
    --transform-translate-y: -40rem !important; }
  .xl\:-translate-y-164 {
    --transform-translate-y: -41rem !important; }
  .xl\:-translate-y-168 {
    --transform-translate-y: -42rem !important; }
  .xl\:-translate-y-172 {
    --transform-translate-y: -43rem !important; }
  .xl\:-translate-y-176 {
    --transform-translate-y: -44rem !important; }
  .xl\:-translate-y-180 {
    --transform-translate-y: -45rem !important; }
  .xl\:-translate-y-184 {
    --transform-translate-y: -46rem !important; }
  .xl\:-translate-y-188 {
    --transform-translate-y: -47rem !important; }
  .xl\:-translate-y-192 {
    --transform-translate-y: -48rem !important; }
  .xl\:-translate-y-196 {
    --transform-translate-y: -49rem !important; }
  .xl\:-translate-y-200 {
    --transform-translate-y: -50rem !important; }
  .xl\:-translate-y-px {
    --transform-translate-y: -1px !important; }
  .xl\:-translate-y-2px {
    --transform-translate-y: -2px !important; }
  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important; }
  .xl\:-translate-y-2\/2 {
    --transform-translate-y: -100% !important; }
  .xl\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333% !important; }
  .xl\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667% !important; }
  .xl\:-translate-y-3\/3 {
    --transform-translate-y: -100% !important; }
  .xl\:-translate-y-1\/4 {
    --transform-translate-y: -25% !important; }
  .xl\:-translate-y-2\/4 {
    --transform-translate-y: -50% !important; }
  .xl\:-translate-y-3\/4 {
    --transform-translate-y: -75% !important; }
  .xl\:-translate-y-4\/4 {
    --transform-translate-y: -100% !important; }
  .xl\:-translate-y-1\/5 {
    --transform-translate-y: -20% !important; }
  .xl\:-translate-y-2\/5 {
    --transform-translate-y: -40% !important; }
  .xl\:-translate-y-3\/5 {
    --transform-translate-y: -60% !important; }
  .xl\:-translate-y-4\/5 {
    --transform-translate-y: -80% !important; }
  .xl\:-translate-y-5\/5 {
    --transform-translate-y: -100% !important; }
  .xl\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667% !important; }
  .xl\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333% !important; }
  .xl\:-translate-y-3\/6 {
    --transform-translate-y: -50% !important; }
  .xl\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667% !important; }
  .xl\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333% !important; }
  .xl\:-translate-y-6\/6 {
    --transform-translate-y: -100% !important; }
  .xl\:-translate-y-1\/10 {
    --transform-translate-y: -10% !important; }
  .xl\:-translate-y-2\/10 {
    --transform-translate-y: -20% !important; }
  .xl\:-translate-y-3\/10 {
    --transform-translate-y: -30% !important; }
  .xl\:-translate-y-4\/10 {
    --transform-translate-y: -40% !important; }
  .xl\:-translate-y-5\/10 {
    --transform-translate-y: -50% !important; }
  .xl\:-translate-y-6\/10 {
    --transform-translate-y: -60% !important; }
  .xl\:-translate-y-7\/10 {
    --transform-translate-y: -70% !important; }
  .xl\:-translate-y-8\/10 {
    --transform-translate-y: -80% !important; }
  .xl\:-translate-y-9\/10 {
    --transform-translate-y: -90% !important; }
  .xl\:-translate-y-10\/10 {
    --transform-translate-y: -100% !important; }
  .xl\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333% !important; }
  .xl\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667% !important; }
  .xl\:-translate-y-3\/12 {
    --transform-translate-y: -25% !important; }
  .xl\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333% !important; }
  .xl\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667% !important; }
  .xl\:-translate-y-6\/12 {
    --transform-translate-y: -50% !important; }
  .xl\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333% !important; }
  .xl\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667% !important; }
  .xl\:-translate-y-9\/12 {
    --transform-translate-y: -75% !important; }
  .xl\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333% !important; }
  .xl\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667% !important; }
  .xl\:-translate-y-12\/12 {
    --transform-translate-y: -100% !important; }
  .xl\:-translate-y-full {
    --transform-translate-y: -100% !important; }
  .xl\:translate-y-full {
    --transform-translate-y: 100% !important; }
  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0rem !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-7:hover {
    --transform-translate-x: 1.75rem !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-11:hover {
    --transform-translate-x: 2.75rem !important; }
  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important; }
  .xl\:hover\:translate-x-13:hover {
    --transform-translate-x: 3.25rem !important; }
  .xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important; }
  .xl\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem !important; }
  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important; }
  .xl\:hover\:translate-x-17:hover {
    --transform-translate-x: 4.25rem !important; }
  .xl\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important; }
  .xl\:hover\:translate-x-19:hover {
    --transform-translate-x: 4.75rem !important; }
  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important; }
  .xl\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.25rem !important; }
  .xl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.5rem !important; }
  .xl\:hover\:translate-x-23:hover {
    --transform-translate-x: 5.75rem !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-26:hover {
    --transform-translate-x: 6.5rem !important; }
  .xl\:hover\:translate-x-27:hover {
    --transform-translate-x: 6.75rem !important; }
  .xl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important; }
  .xl\:hover\:translate-x-29:hover {
    --transform-translate-x: 7.25rem !important; }
  .xl\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.5rem !important; }
  .xl\:hover\:translate-x-31:hover {
    --transform-translate-x: 7.75rem !important; }
  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important; }
  .xl\:hover\:translate-x-33:hover {
    --transform-translate-x: 8.25rem !important; }
  .xl\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important; }
  .xl\:hover\:translate-x-35:hover {
    --transform-translate-x: 8.75rem !important; }
  .xl\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem !important; }
  .xl\:hover\:translate-x-37:hover {
    --transform-translate-x: 9.25rem !important; }
  .xl\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.5rem !important; }
  .xl\:hover\:translate-x-39:hover {
    --transform-translate-x: 9.75rem !important; }
  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important; }
  .xl\:hover\:translate-x-41:hover {
    --transform-translate-x: 10.25rem !important; }
  .xl\:hover\:translate-x-42:hover {
    --transform-translate-x: 10.5rem !important; }
  .xl\:hover\:translate-x-43:hover {
    --transform-translate-x: 10.75rem !important; }
  .xl\:hover\:translate-x-44:hover {
    --transform-translate-x: 11rem !important; }
  .xl\:hover\:translate-x-45:hover {
    --transform-translate-x: 11.25rem !important; }
  .xl\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.5rem !important; }
  .xl\:hover\:translate-x-47:hover {
    --transform-translate-x: 11.75rem !important; }
  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important; }
  .xl\:hover\:translate-x-49:hover {
    --transform-translate-x: 12.25rem !important; }
  .xl\:hover\:translate-x-50:hover {
    --transform-translate-x: 12.5rem !important; }
  .xl\:hover\:translate-x-51:hover {
    --transform-translate-x: 12.75rem !important; }
  .xl\:hover\:translate-x-52:hover {
    --transform-translate-x: 13rem !important; }
  .xl\:hover\:translate-x-53:hover {
    --transform-translate-x: 13.25rem !important; }
  .xl\:hover\:translate-x-54:hover {
    --transform-translate-x: 13.5rem !important; }
  .xl\:hover\:translate-x-55:hover {
    --transform-translate-x: 13.75rem !important; }
  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important; }
  .xl\:hover\:translate-x-57:hover {
    --transform-translate-x: 14.25rem !important; }
  .xl\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.5rem !important; }
  .xl\:hover\:translate-x-59:hover {
    --transform-translate-x: 14.75rem !important; }
  .xl\:hover\:translate-x-60:hover {
    --transform-translate-x: 15rem !important; }
  .xl\:hover\:translate-x-61:hover {
    --transform-translate-x: 15.25rem !important; }
  .xl\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.5rem !important; }
  .xl\:hover\:translate-x-63:hover {
    --transform-translate-x: 15.75rem !important; }
  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important; }
  .xl\:hover\:translate-x-65:hover {
    --transform-translate-x: 16.25rem !important; }
  .xl\:hover\:translate-x-66:hover {
    --transform-translate-x: 16.5rem !important; }
  .xl\:hover\:translate-x-67:hover {
    --transform-translate-x: 16.75rem !important; }
  .xl\:hover\:translate-x-68:hover {
    --transform-translate-x: 17rem !important; }
  .xl\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.25rem !important; }
  .xl\:hover\:translate-x-70:hover {
    --transform-translate-x: 17.5rem !important; }
  .xl\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.75rem !important; }
  .xl\:hover\:translate-x-72:hover {
    --transform-translate-x: 18rem !important; }
  .xl\:hover\:translate-x-73:hover {
    --transform-translate-x: 18.25rem !important; }
  .xl\:hover\:translate-x-74:hover {
    --transform-translate-x: 18.5rem !important; }
  .xl\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.75rem !important; }
  .xl\:hover\:translate-x-76:hover {
    --transform-translate-x: 19rem !important; }
  .xl\:hover\:translate-x-77:hover {
    --transform-translate-x: 19.25rem !important; }
  .xl\:hover\:translate-x-78:hover {
    --transform-translate-x: 19.5rem !important; }
  .xl\:hover\:translate-x-79:hover {
    --transform-translate-x: 19.75rem !important; }
  .xl\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important; }
  .xl\:hover\:translate-x-84:hover {
    --transform-translate-x: 21rem !important; }
  .xl\:hover\:translate-x-88:hover {
    --transform-translate-x: 22rem !important; }
  .xl\:hover\:translate-x-92:hover {
    --transform-translate-x: 23rem !important; }
  .xl\:hover\:translate-x-96:hover {
    --transform-translate-x: 24rem !important; }
  .xl\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important; }
  .xl\:hover\:translate-x-104:hover {
    --transform-translate-x: 26rem !important; }
  .xl\:hover\:translate-x-108:hover {
    --transform-translate-x: 27rem !important; }
  .xl\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important; }
  .xl\:hover\:translate-x-116:hover {
    --transform-translate-x: 29rem !important; }
  .xl\:hover\:translate-x-120:hover {
    --transform-translate-x: 30rem !important; }
  .xl\:hover\:translate-x-124:hover {
    --transform-translate-x: 31rem !important; }
  .xl\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important; }
  .xl\:hover\:translate-x-132:hover {
    --transform-translate-x: 33rem !important; }
  .xl\:hover\:translate-x-136:hover {
    --transform-translate-x: 34rem !important; }
  .xl\:hover\:translate-x-140:hover {
    --transform-translate-x: 35rem !important; }
  .xl\:hover\:translate-x-144:hover {
    --transform-translate-x: 36rem !important; }
  .xl\:hover\:translate-x-148:hover {
    --transform-translate-x: 37rem !important; }
  .xl\:hover\:translate-x-152:hover {
    --transform-translate-x: 38rem !important; }
  .xl\:hover\:translate-x-156:hover {
    --transform-translate-x: 39rem !important; }
  .xl\:hover\:translate-x-160:hover {
    --transform-translate-x: 40rem !important; }
  .xl\:hover\:translate-x-164:hover {
    --transform-translate-x: 41rem !important; }
  .xl\:hover\:translate-x-168:hover {
    --transform-translate-x: 42rem !important; }
  .xl\:hover\:translate-x-172:hover {
    --transform-translate-x: 43rem !important; }
  .xl\:hover\:translate-x-176:hover {
    --transform-translate-x: 44rem !important; }
  .xl\:hover\:translate-x-180:hover {
    --transform-translate-x: 45rem !important; }
  .xl\:hover\:translate-x-184:hover {
    --transform-translate-x: 46rem !important; }
  .xl\:hover\:translate-x-188:hover {
    --transform-translate-x: 47rem !important; }
  .xl\:hover\:translate-x-192:hover {
    --transform-translate-x: 48rem !important; }
  .xl\:hover\:translate-x-196:hover {
    --transform-translate-x: 49rem !important; }
  .xl\:hover\:translate-x-200:hover {
    --transform-translate-x: 50rem !important; }
  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important; }
  .xl\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px !important; }
  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important; }
  .xl\:hover\:translate-x-2\/2:hover {
    --transform-translate-x: 100% !important; }
  .xl\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333% !important; }
  .xl\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667% !important; }
  .xl\:hover\:translate-x-3\/3:hover {
    --transform-translate-x: 100% !important; }
  .xl\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25% !important; }
  .xl\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50% !important; }
  .xl\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75% !important; }
  .xl\:hover\:translate-x-4\/4:hover {
    --transform-translate-x: 100% !important; }
  .xl\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20% !important; }
  .xl\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40% !important; }
  .xl\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60% !important; }
  .xl\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80% !important; }
  .xl\:hover\:translate-x-5\/5:hover {
    --transform-translate-x: 100% !important; }
  .xl\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667% !important; }
  .xl\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333% !important; }
  .xl\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50% !important; }
  .xl\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667% !important; }
  .xl\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333% !important; }
  .xl\:hover\:translate-x-6\/6:hover {
    --transform-translate-x: 100% !important; }
  .xl\:hover\:translate-x-1\/10:hover {
    --transform-translate-x: 10% !important; }
  .xl\:hover\:translate-x-2\/10:hover {
    --transform-translate-x: 20% !important; }
  .xl\:hover\:translate-x-3\/10:hover {
    --transform-translate-x: 30% !important; }
  .xl\:hover\:translate-x-4\/10:hover {
    --transform-translate-x: 40% !important; }
  .xl\:hover\:translate-x-5\/10:hover {
    --transform-translate-x: 50% !important; }
  .xl\:hover\:translate-x-6\/10:hover {
    --transform-translate-x: 60% !important; }
  .xl\:hover\:translate-x-7\/10:hover {
    --transform-translate-x: 70% !important; }
  .xl\:hover\:translate-x-8\/10:hover {
    --transform-translate-x: 80% !important; }
  .xl\:hover\:translate-x-9\/10:hover {
    --transform-translate-x: 90% !important; }
  .xl\:hover\:translate-x-10\/10:hover {
    --transform-translate-x: 100% !important; }
  .xl\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333% !important; }
  .xl\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667% !important; }
  .xl\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25% !important; }
  .xl\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333% !important; }
  .xl\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667% !important; }
  .xl\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50% !important; }
  .xl\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333% !important; }
  .xl\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667% !important; }
  .xl\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75% !important; }
  .xl\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333% !important; }
  .xl\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667% !important; }
  .xl\:hover\:translate-x-12\/12:hover {
    --transform-translate-x: 100% !important; }
  .xl\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0rem !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-7:hover {
    --transform-translate-x: -1.75rem !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-11:hover {
    --transform-translate-x: -2.75rem !important; }
  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important; }
  .xl\:hover\:-translate-x-13:hover {
    --transform-translate-x: -3.25rem !important; }
  .xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important; }
  .xl\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem !important; }
  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important; }
  .xl\:hover\:-translate-x-17:hover {
    --transform-translate-x: -4.25rem !important; }
  .xl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important; }
  .xl\:hover\:-translate-x-19:hover {
    --transform-translate-x: -4.75rem !important; }
  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important; }
  .xl\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.25rem !important; }
  .xl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.5rem !important; }
  .xl\:hover\:-translate-x-23:hover {
    --transform-translate-x: -5.75rem !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-26:hover {
    --transform-translate-x: -6.5rem !important; }
  .xl\:hover\:-translate-x-27:hover {
    --transform-translate-x: -6.75rem !important; }
  .xl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important; }
  .xl\:hover\:-translate-x-29:hover {
    --transform-translate-x: -7.25rem !important; }
  .xl\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.5rem !important; }
  .xl\:hover\:-translate-x-31:hover {
    --transform-translate-x: -7.75rem !important; }
  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important; }
  .xl\:hover\:-translate-x-33:hover {
    --transform-translate-x: -8.25rem !important; }
  .xl\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important; }
  .xl\:hover\:-translate-x-35:hover {
    --transform-translate-x: -8.75rem !important; }
  .xl\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem !important; }
  .xl\:hover\:-translate-x-37:hover {
    --transform-translate-x: -9.25rem !important; }
  .xl\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.5rem !important; }
  .xl\:hover\:-translate-x-39:hover {
    --transform-translate-x: -9.75rem !important; }
  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important; }
  .xl\:hover\:-translate-x-41:hover {
    --transform-translate-x: -10.25rem !important; }
  .xl\:hover\:-translate-x-42:hover {
    --transform-translate-x: -10.5rem !important; }
  .xl\:hover\:-translate-x-43:hover {
    --transform-translate-x: -10.75rem !important; }
  .xl\:hover\:-translate-x-44:hover {
    --transform-translate-x: -11rem !important; }
  .xl\:hover\:-translate-x-45:hover {
    --transform-translate-x: -11.25rem !important; }
  .xl\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.5rem !important; }
  .xl\:hover\:-translate-x-47:hover {
    --transform-translate-x: -11.75rem !important; }
  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important; }
  .xl\:hover\:-translate-x-49:hover {
    --transform-translate-x: -12.25rem !important; }
  .xl\:hover\:-translate-x-50:hover {
    --transform-translate-x: -12.5rem !important; }
  .xl\:hover\:-translate-x-51:hover {
    --transform-translate-x: -12.75rem !important; }
  .xl\:hover\:-translate-x-52:hover {
    --transform-translate-x: -13rem !important; }
  .xl\:hover\:-translate-x-53:hover {
    --transform-translate-x: -13.25rem !important; }
  .xl\:hover\:-translate-x-54:hover {
    --transform-translate-x: -13.5rem !important; }
  .xl\:hover\:-translate-x-55:hover {
    --transform-translate-x: -13.75rem !important; }
  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important; }
  .xl\:hover\:-translate-x-57:hover {
    --transform-translate-x: -14.25rem !important; }
  .xl\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.5rem !important; }
  .xl\:hover\:-translate-x-59:hover {
    --transform-translate-x: -14.75rem !important; }
  .xl\:hover\:-translate-x-60:hover {
    --transform-translate-x: -15rem !important; }
  .xl\:hover\:-translate-x-61:hover {
    --transform-translate-x: -15.25rem !important; }
  .xl\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.5rem !important; }
  .xl\:hover\:-translate-x-63:hover {
    --transform-translate-x: -15.75rem !important; }
  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important; }
  .xl\:hover\:-translate-x-65:hover {
    --transform-translate-x: -16.25rem !important; }
  .xl\:hover\:-translate-x-66:hover {
    --transform-translate-x: -16.5rem !important; }
  .xl\:hover\:-translate-x-67:hover {
    --transform-translate-x: -16.75rem !important; }
  .xl\:hover\:-translate-x-68:hover {
    --transform-translate-x: -17rem !important; }
  .xl\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.25rem !important; }
  .xl\:hover\:-translate-x-70:hover {
    --transform-translate-x: -17.5rem !important; }
  .xl\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.75rem !important; }
  .xl\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18rem !important; }
  .xl\:hover\:-translate-x-73:hover {
    --transform-translate-x: -18.25rem !important; }
  .xl\:hover\:-translate-x-74:hover {
    --transform-translate-x: -18.5rem !important; }
  .xl\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.75rem !important; }
  .xl\:hover\:-translate-x-76:hover {
    --transform-translate-x: -19rem !important; }
  .xl\:hover\:-translate-x-77:hover {
    --transform-translate-x: -19.25rem !important; }
  .xl\:hover\:-translate-x-78:hover {
    --transform-translate-x: -19.5rem !important; }
  .xl\:hover\:-translate-x-79:hover {
    --transform-translate-x: -19.75rem !important; }
  .xl\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important; }
  .xl\:hover\:-translate-x-84:hover {
    --transform-translate-x: -21rem !important; }
  .xl\:hover\:-translate-x-88:hover {
    --transform-translate-x: -22rem !important; }
  .xl\:hover\:-translate-x-92:hover {
    --transform-translate-x: -23rem !important; }
  .xl\:hover\:-translate-x-96:hover {
    --transform-translate-x: -24rem !important; }
  .xl\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important; }
  .xl\:hover\:-translate-x-104:hover {
    --transform-translate-x: -26rem !important; }
  .xl\:hover\:-translate-x-108:hover {
    --transform-translate-x: -27rem !important; }
  .xl\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important; }
  .xl\:hover\:-translate-x-116:hover {
    --transform-translate-x: -29rem !important; }
  .xl\:hover\:-translate-x-120:hover {
    --transform-translate-x: -30rem !important; }
  .xl\:hover\:-translate-x-124:hover {
    --transform-translate-x: -31rem !important; }
  .xl\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important; }
  .xl\:hover\:-translate-x-132:hover {
    --transform-translate-x: -33rem !important; }
  .xl\:hover\:-translate-x-136:hover {
    --transform-translate-x: -34rem !important; }
  .xl\:hover\:-translate-x-140:hover {
    --transform-translate-x: -35rem !important; }
  .xl\:hover\:-translate-x-144:hover {
    --transform-translate-x: -36rem !important; }
  .xl\:hover\:-translate-x-148:hover {
    --transform-translate-x: -37rem !important; }
  .xl\:hover\:-translate-x-152:hover {
    --transform-translate-x: -38rem !important; }
  .xl\:hover\:-translate-x-156:hover {
    --transform-translate-x: -39rem !important; }
  .xl\:hover\:-translate-x-160:hover {
    --transform-translate-x: -40rem !important; }
  .xl\:hover\:-translate-x-164:hover {
    --transform-translate-x: -41rem !important; }
  .xl\:hover\:-translate-x-168:hover {
    --transform-translate-x: -42rem !important; }
  .xl\:hover\:-translate-x-172:hover {
    --transform-translate-x: -43rem !important; }
  .xl\:hover\:-translate-x-176:hover {
    --transform-translate-x: -44rem !important; }
  .xl\:hover\:-translate-x-180:hover {
    --transform-translate-x: -45rem !important; }
  .xl\:hover\:-translate-x-184:hover {
    --transform-translate-x: -46rem !important; }
  .xl\:hover\:-translate-x-188:hover {
    --transform-translate-x: -47rem !important; }
  .xl\:hover\:-translate-x-192:hover {
    --transform-translate-x: -48rem !important; }
  .xl\:hover\:-translate-x-196:hover {
    --transform-translate-x: -49rem !important; }
  .xl\:hover\:-translate-x-200:hover {
    --transform-translate-x: -50rem !important; }
  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important; }
  .xl\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px !important; }
  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important; }
  .xl\:hover\:-translate-x-2\/2:hover {
    --transform-translate-x: -100% !important; }
  .xl\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333% !important; }
  .xl\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667% !important; }
  .xl\:hover\:-translate-x-3\/3:hover {
    --transform-translate-x: -100% !important; }
  .xl\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25% !important; }
  .xl\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50% !important; }
  .xl\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75% !important; }
  .xl\:hover\:-translate-x-4\/4:hover {
    --transform-translate-x: -100% !important; }
  .xl\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20% !important; }
  .xl\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40% !important; }
  .xl\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60% !important; }
  .xl\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80% !important; }
  .xl\:hover\:-translate-x-5\/5:hover {
    --transform-translate-x: -100% !important; }
  .xl\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667% !important; }
  .xl\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333% !important; }
  .xl\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50% !important; }
  .xl\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667% !important; }
  .xl\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333% !important; }
  .xl\:hover\:-translate-x-6\/6:hover {
    --transform-translate-x: -100% !important; }
  .xl\:hover\:-translate-x-1\/10:hover {
    --transform-translate-x: -10% !important; }
  .xl\:hover\:-translate-x-2\/10:hover {
    --transform-translate-x: -20% !important; }
  .xl\:hover\:-translate-x-3\/10:hover {
    --transform-translate-x: -30% !important; }
  .xl\:hover\:-translate-x-4\/10:hover {
    --transform-translate-x: -40% !important; }
  .xl\:hover\:-translate-x-5\/10:hover {
    --transform-translate-x: -50% !important; }
  .xl\:hover\:-translate-x-6\/10:hover {
    --transform-translate-x: -60% !important; }
  .xl\:hover\:-translate-x-7\/10:hover {
    --transform-translate-x: -70% !important; }
  .xl\:hover\:-translate-x-8\/10:hover {
    --transform-translate-x: -80% !important; }
  .xl\:hover\:-translate-x-9\/10:hover {
    --transform-translate-x: -90% !important; }
  .xl\:hover\:-translate-x-10\/10:hover {
    --transform-translate-x: -100% !important; }
  .xl\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333% !important; }
  .xl\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667% !important; }
  .xl\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25% !important; }
  .xl\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333% !important; }
  .xl\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667% !important; }
  .xl\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50% !important; }
  .xl\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333% !important; }
  .xl\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667% !important; }
  .xl\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75% !important; }
  .xl\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333% !important; }
  .xl\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667% !important; }
  .xl\:hover\:-translate-x-12\/12:hover {
    --transform-translate-x: -100% !important; }
  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important; }
  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important; }
  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0rem !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-7:hover {
    --transform-translate-y: 1.75rem !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-11:hover {
    --transform-translate-y: 2.75rem !important; }
  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important; }
  .xl\:hover\:translate-y-13:hover {
    --transform-translate-y: 3.25rem !important; }
  .xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important; }
  .xl\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem !important; }
  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important; }
  .xl\:hover\:translate-y-17:hover {
    --transform-translate-y: 4.25rem !important; }
  .xl\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important; }
  .xl\:hover\:translate-y-19:hover {
    --transform-translate-y: 4.75rem !important; }
  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important; }
  .xl\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.25rem !important; }
  .xl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.5rem !important; }
  .xl\:hover\:translate-y-23:hover {
    --transform-translate-y: 5.75rem !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-26:hover {
    --transform-translate-y: 6.5rem !important; }
  .xl\:hover\:translate-y-27:hover {
    --transform-translate-y: 6.75rem !important; }
  .xl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important; }
  .xl\:hover\:translate-y-29:hover {
    --transform-translate-y: 7.25rem !important; }
  .xl\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.5rem !important; }
  .xl\:hover\:translate-y-31:hover {
    --transform-translate-y: 7.75rem !important; }
  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important; }
  .xl\:hover\:translate-y-33:hover {
    --transform-translate-y: 8.25rem !important; }
  .xl\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important; }
  .xl\:hover\:translate-y-35:hover {
    --transform-translate-y: 8.75rem !important; }
  .xl\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem !important; }
  .xl\:hover\:translate-y-37:hover {
    --transform-translate-y: 9.25rem !important; }
  .xl\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.5rem !important; }
  .xl\:hover\:translate-y-39:hover {
    --transform-translate-y: 9.75rem !important; }
  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important; }
  .xl\:hover\:translate-y-41:hover {
    --transform-translate-y: 10.25rem !important; }
  .xl\:hover\:translate-y-42:hover {
    --transform-translate-y: 10.5rem !important; }
  .xl\:hover\:translate-y-43:hover {
    --transform-translate-y: 10.75rem !important; }
  .xl\:hover\:translate-y-44:hover {
    --transform-translate-y: 11rem !important; }
  .xl\:hover\:translate-y-45:hover {
    --transform-translate-y: 11.25rem !important; }
  .xl\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.5rem !important; }
  .xl\:hover\:translate-y-47:hover {
    --transform-translate-y: 11.75rem !important; }
  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important; }
  .xl\:hover\:translate-y-49:hover {
    --transform-translate-y: 12.25rem !important; }
  .xl\:hover\:translate-y-50:hover {
    --transform-translate-y: 12.5rem !important; }
  .xl\:hover\:translate-y-51:hover {
    --transform-translate-y: 12.75rem !important; }
  .xl\:hover\:translate-y-52:hover {
    --transform-translate-y: 13rem !important; }
  .xl\:hover\:translate-y-53:hover {
    --transform-translate-y: 13.25rem !important; }
  .xl\:hover\:translate-y-54:hover {
    --transform-translate-y: 13.5rem !important; }
  .xl\:hover\:translate-y-55:hover {
    --transform-translate-y: 13.75rem !important; }
  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important; }
  .xl\:hover\:translate-y-57:hover {
    --transform-translate-y: 14.25rem !important; }
  .xl\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.5rem !important; }
  .xl\:hover\:translate-y-59:hover {
    --transform-translate-y: 14.75rem !important; }
  .xl\:hover\:translate-y-60:hover {
    --transform-translate-y: 15rem !important; }
  .xl\:hover\:translate-y-61:hover {
    --transform-translate-y: 15.25rem !important; }
  .xl\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.5rem !important; }
  .xl\:hover\:translate-y-63:hover {
    --transform-translate-y: 15.75rem !important; }
  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important; }
  .xl\:hover\:translate-y-65:hover {
    --transform-translate-y: 16.25rem !important; }
  .xl\:hover\:translate-y-66:hover {
    --transform-translate-y: 16.5rem !important; }
  .xl\:hover\:translate-y-67:hover {
    --transform-translate-y: 16.75rem !important; }
  .xl\:hover\:translate-y-68:hover {
    --transform-translate-y: 17rem !important; }
  .xl\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.25rem !important; }
  .xl\:hover\:translate-y-70:hover {
    --transform-translate-y: 17.5rem !important; }
  .xl\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.75rem !important; }
  .xl\:hover\:translate-y-72:hover {
    --transform-translate-y: 18rem !important; }
  .xl\:hover\:translate-y-73:hover {
    --transform-translate-y: 18.25rem !important; }
  .xl\:hover\:translate-y-74:hover {
    --transform-translate-y: 18.5rem !important; }
  .xl\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.75rem !important; }
  .xl\:hover\:translate-y-76:hover {
    --transform-translate-y: 19rem !important; }
  .xl\:hover\:translate-y-77:hover {
    --transform-translate-y: 19.25rem !important; }
  .xl\:hover\:translate-y-78:hover {
    --transform-translate-y: 19.5rem !important; }
  .xl\:hover\:translate-y-79:hover {
    --transform-translate-y: 19.75rem !important; }
  .xl\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important; }
  .xl\:hover\:translate-y-84:hover {
    --transform-translate-y: 21rem !important; }
  .xl\:hover\:translate-y-88:hover {
    --transform-translate-y: 22rem !important; }
  .xl\:hover\:translate-y-92:hover {
    --transform-translate-y: 23rem !important; }
  .xl\:hover\:translate-y-96:hover {
    --transform-translate-y: 24rem !important; }
  .xl\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important; }
  .xl\:hover\:translate-y-104:hover {
    --transform-translate-y: 26rem !important; }
  .xl\:hover\:translate-y-108:hover {
    --transform-translate-y: 27rem !important; }
  .xl\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important; }
  .xl\:hover\:translate-y-116:hover {
    --transform-translate-y: 29rem !important; }
  .xl\:hover\:translate-y-120:hover {
    --transform-translate-y: 30rem !important; }
  .xl\:hover\:translate-y-124:hover {
    --transform-translate-y: 31rem !important; }
  .xl\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important; }
  .xl\:hover\:translate-y-132:hover {
    --transform-translate-y: 33rem !important; }
  .xl\:hover\:translate-y-136:hover {
    --transform-translate-y: 34rem !important; }
  .xl\:hover\:translate-y-140:hover {
    --transform-translate-y: 35rem !important; }
  .xl\:hover\:translate-y-144:hover {
    --transform-translate-y: 36rem !important; }
  .xl\:hover\:translate-y-148:hover {
    --transform-translate-y: 37rem !important; }
  .xl\:hover\:translate-y-152:hover {
    --transform-translate-y: 38rem !important; }
  .xl\:hover\:translate-y-156:hover {
    --transform-translate-y: 39rem !important; }
  .xl\:hover\:translate-y-160:hover {
    --transform-translate-y: 40rem !important; }
  .xl\:hover\:translate-y-164:hover {
    --transform-translate-y: 41rem !important; }
  .xl\:hover\:translate-y-168:hover {
    --transform-translate-y: 42rem !important; }
  .xl\:hover\:translate-y-172:hover {
    --transform-translate-y: 43rem !important; }
  .xl\:hover\:translate-y-176:hover {
    --transform-translate-y: 44rem !important; }
  .xl\:hover\:translate-y-180:hover {
    --transform-translate-y: 45rem !important; }
  .xl\:hover\:translate-y-184:hover {
    --transform-translate-y: 46rem !important; }
  .xl\:hover\:translate-y-188:hover {
    --transform-translate-y: 47rem !important; }
  .xl\:hover\:translate-y-192:hover {
    --transform-translate-y: 48rem !important; }
  .xl\:hover\:translate-y-196:hover {
    --transform-translate-y: 49rem !important; }
  .xl\:hover\:translate-y-200:hover {
    --transform-translate-y: 50rem !important; }
  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important; }
  .xl\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px !important; }
  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important; }
  .xl\:hover\:translate-y-2\/2:hover {
    --transform-translate-y: 100% !important; }
  .xl\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333% !important; }
  .xl\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667% !important; }
  .xl\:hover\:translate-y-3\/3:hover {
    --transform-translate-y: 100% !important; }
  .xl\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25% !important; }
  .xl\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50% !important; }
  .xl\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75% !important; }
  .xl\:hover\:translate-y-4\/4:hover {
    --transform-translate-y: 100% !important; }
  .xl\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20% !important; }
  .xl\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40% !important; }
  .xl\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60% !important; }
  .xl\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80% !important; }
  .xl\:hover\:translate-y-5\/5:hover {
    --transform-translate-y: 100% !important; }
  .xl\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667% !important; }
  .xl\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333% !important; }
  .xl\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50% !important; }
  .xl\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667% !important; }
  .xl\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333% !important; }
  .xl\:hover\:translate-y-6\/6:hover {
    --transform-translate-y: 100% !important; }
  .xl\:hover\:translate-y-1\/10:hover {
    --transform-translate-y: 10% !important; }
  .xl\:hover\:translate-y-2\/10:hover {
    --transform-translate-y: 20% !important; }
  .xl\:hover\:translate-y-3\/10:hover {
    --transform-translate-y: 30% !important; }
  .xl\:hover\:translate-y-4\/10:hover {
    --transform-translate-y: 40% !important; }
  .xl\:hover\:translate-y-5\/10:hover {
    --transform-translate-y: 50% !important; }
  .xl\:hover\:translate-y-6\/10:hover {
    --transform-translate-y: 60% !important; }
  .xl\:hover\:translate-y-7\/10:hover {
    --transform-translate-y: 70% !important; }
  .xl\:hover\:translate-y-8\/10:hover {
    --transform-translate-y: 80% !important; }
  .xl\:hover\:translate-y-9\/10:hover {
    --transform-translate-y: 90% !important; }
  .xl\:hover\:translate-y-10\/10:hover {
    --transform-translate-y: 100% !important; }
  .xl\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333% !important; }
  .xl\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667% !important; }
  .xl\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25% !important; }
  .xl\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333% !important; }
  .xl\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667% !important; }
  .xl\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50% !important; }
  .xl\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333% !important; }
  .xl\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667% !important; }
  .xl\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75% !important; }
  .xl\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333% !important; }
  .xl\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667% !important; }
  .xl\:hover\:translate-y-12\/12:hover {
    --transform-translate-y: 100% !important; }
  .xl\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0rem !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-7:hover {
    --transform-translate-y: -1.75rem !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-11:hover {
    --transform-translate-y: -2.75rem !important; }
  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important; }
  .xl\:hover\:-translate-y-13:hover {
    --transform-translate-y: -3.25rem !important; }
  .xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important; }
  .xl\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem !important; }
  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important; }
  .xl\:hover\:-translate-y-17:hover {
    --transform-translate-y: -4.25rem !important; }
  .xl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important; }
  .xl\:hover\:-translate-y-19:hover {
    --transform-translate-y: -4.75rem !important; }
  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important; }
  .xl\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.25rem !important; }
  .xl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.5rem !important; }
  .xl\:hover\:-translate-y-23:hover {
    --transform-translate-y: -5.75rem !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-26:hover {
    --transform-translate-y: -6.5rem !important; }
  .xl\:hover\:-translate-y-27:hover {
    --transform-translate-y: -6.75rem !important; }
  .xl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important; }
  .xl\:hover\:-translate-y-29:hover {
    --transform-translate-y: -7.25rem !important; }
  .xl\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.5rem !important; }
  .xl\:hover\:-translate-y-31:hover {
    --transform-translate-y: -7.75rem !important; }
  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important; }
  .xl\:hover\:-translate-y-33:hover {
    --transform-translate-y: -8.25rem !important; }
  .xl\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important; }
  .xl\:hover\:-translate-y-35:hover {
    --transform-translate-y: -8.75rem !important; }
  .xl\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem !important; }
  .xl\:hover\:-translate-y-37:hover {
    --transform-translate-y: -9.25rem !important; }
  .xl\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.5rem !important; }
  .xl\:hover\:-translate-y-39:hover {
    --transform-translate-y: -9.75rem !important; }
  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important; }
  .xl\:hover\:-translate-y-41:hover {
    --transform-translate-y: -10.25rem !important; }
  .xl\:hover\:-translate-y-42:hover {
    --transform-translate-y: -10.5rem !important; }
  .xl\:hover\:-translate-y-43:hover {
    --transform-translate-y: -10.75rem !important; }
  .xl\:hover\:-translate-y-44:hover {
    --transform-translate-y: -11rem !important; }
  .xl\:hover\:-translate-y-45:hover {
    --transform-translate-y: -11.25rem !important; }
  .xl\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.5rem !important; }
  .xl\:hover\:-translate-y-47:hover {
    --transform-translate-y: -11.75rem !important; }
  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important; }
  .xl\:hover\:-translate-y-49:hover {
    --transform-translate-y: -12.25rem !important; }
  .xl\:hover\:-translate-y-50:hover {
    --transform-translate-y: -12.5rem !important; }
  .xl\:hover\:-translate-y-51:hover {
    --transform-translate-y: -12.75rem !important; }
  .xl\:hover\:-translate-y-52:hover {
    --transform-translate-y: -13rem !important; }
  .xl\:hover\:-translate-y-53:hover {
    --transform-translate-y: -13.25rem !important; }
  .xl\:hover\:-translate-y-54:hover {
    --transform-translate-y: -13.5rem !important; }
  .xl\:hover\:-translate-y-55:hover {
    --transform-translate-y: -13.75rem !important; }
  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important; }
  .xl\:hover\:-translate-y-57:hover {
    --transform-translate-y: -14.25rem !important; }
  .xl\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.5rem !important; }
  .xl\:hover\:-translate-y-59:hover {
    --transform-translate-y: -14.75rem !important; }
  .xl\:hover\:-translate-y-60:hover {
    --transform-translate-y: -15rem !important; }
  .xl\:hover\:-translate-y-61:hover {
    --transform-translate-y: -15.25rem !important; }
  .xl\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.5rem !important; }
  .xl\:hover\:-translate-y-63:hover {
    --transform-translate-y: -15.75rem !important; }
  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important; }
  .xl\:hover\:-translate-y-65:hover {
    --transform-translate-y: -16.25rem !important; }
  .xl\:hover\:-translate-y-66:hover {
    --transform-translate-y: -16.5rem !important; }
  .xl\:hover\:-translate-y-67:hover {
    --transform-translate-y: -16.75rem !important; }
  .xl\:hover\:-translate-y-68:hover {
    --transform-translate-y: -17rem !important; }
  .xl\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.25rem !important; }
  .xl\:hover\:-translate-y-70:hover {
    --transform-translate-y: -17.5rem !important; }
  .xl\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.75rem !important; }
  .xl\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18rem !important; }
  .xl\:hover\:-translate-y-73:hover {
    --transform-translate-y: -18.25rem !important; }
  .xl\:hover\:-translate-y-74:hover {
    --transform-translate-y: -18.5rem !important; }
  .xl\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.75rem !important; }
  .xl\:hover\:-translate-y-76:hover {
    --transform-translate-y: -19rem !important; }
  .xl\:hover\:-translate-y-77:hover {
    --transform-translate-y: -19.25rem !important; }
  .xl\:hover\:-translate-y-78:hover {
    --transform-translate-y: -19.5rem !important; }
  .xl\:hover\:-translate-y-79:hover {
    --transform-translate-y: -19.75rem !important; }
  .xl\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important; }
  .xl\:hover\:-translate-y-84:hover {
    --transform-translate-y: -21rem !important; }
  .xl\:hover\:-translate-y-88:hover {
    --transform-translate-y: -22rem !important; }
  .xl\:hover\:-translate-y-92:hover {
    --transform-translate-y: -23rem !important; }
  .xl\:hover\:-translate-y-96:hover {
    --transform-translate-y: -24rem !important; }
  .xl\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important; }
  .xl\:hover\:-translate-y-104:hover {
    --transform-translate-y: -26rem !important; }
  .xl\:hover\:-translate-y-108:hover {
    --transform-translate-y: -27rem !important; }
  .xl\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important; }
  .xl\:hover\:-translate-y-116:hover {
    --transform-translate-y: -29rem !important; }
  .xl\:hover\:-translate-y-120:hover {
    --transform-translate-y: -30rem !important; }
  .xl\:hover\:-translate-y-124:hover {
    --transform-translate-y: -31rem !important; }
  .xl\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important; }
  .xl\:hover\:-translate-y-132:hover {
    --transform-translate-y: -33rem !important; }
  .xl\:hover\:-translate-y-136:hover {
    --transform-translate-y: -34rem !important; }
  .xl\:hover\:-translate-y-140:hover {
    --transform-translate-y: -35rem !important; }
  .xl\:hover\:-translate-y-144:hover {
    --transform-translate-y: -36rem !important; }
  .xl\:hover\:-translate-y-148:hover {
    --transform-translate-y: -37rem !important; }
  .xl\:hover\:-translate-y-152:hover {
    --transform-translate-y: -38rem !important; }
  .xl\:hover\:-translate-y-156:hover {
    --transform-translate-y: -39rem !important; }
  .xl\:hover\:-translate-y-160:hover {
    --transform-translate-y: -40rem !important; }
  .xl\:hover\:-translate-y-164:hover {
    --transform-translate-y: -41rem !important; }
  .xl\:hover\:-translate-y-168:hover {
    --transform-translate-y: -42rem !important; }
  .xl\:hover\:-translate-y-172:hover {
    --transform-translate-y: -43rem !important; }
  .xl\:hover\:-translate-y-176:hover {
    --transform-translate-y: -44rem !important; }
  .xl\:hover\:-translate-y-180:hover {
    --transform-translate-y: -45rem !important; }
  .xl\:hover\:-translate-y-184:hover {
    --transform-translate-y: -46rem !important; }
  .xl\:hover\:-translate-y-188:hover {
    --transform-translate-y: -47rem !important; }
  .xl\:hover\:-translate-y-192:hover {
    --transform-translate-y: -48rem !important; }
  .xl\:hover\:-translate-y-196:hover {
    --transform-translate-y: -49rem !important; }
  .xl\:hover\:-translate-y-200:hover {
    --transform-translate-y: -50rem !important; }
  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important; }
  .xl\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px !important; }
  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important; }
  .xl\:hover\:-translate-y-2\/2:hover {
    --transform-translate-y: -100% !important; }
  .xl\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333% !important; }
  .xl\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667% !important; }
  .xl\:hover\:-translate-y-3\/3:hover {
    --transform-translate-y: -100% !important; }
  .xl\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25% !important; }
  .xl\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50% !important; }
  .xl\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75% !important; }
  .xl\:hover\:-translate-y-4\/4:hover {
    --transform-translate-y: -100% !important; }
  .xl\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20% !important; }
  .xl\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40% !important; }
  .xl\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60% !important; }
  .xl\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80% !important; }
  .xl\:hover\:-translate-y-5\/5:hover {
    --transform-translate-y: -100% !important; }
  .xl\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667% !important; }
  .xl\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333% !important; }
  .xl\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50% !important; }
  .xl\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667% !important; }
  .xl\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333% !important; }
  .xl\:hover\:-translate-y-6\/6:hover {
    --transform-translate-y: -100% !important; }
  .xl\:hover\:-translate-y-1\/10:hover {
    --transform-translate-y: -10% !important; }
  .xl\:hover\:-translate-y-2\/10:hover {
    --transform-translate-y: -20% !important; }
  .xl\:hover\:-translate-y-3\/10:hover {
    --transform-translate-y: -30% !important; }
  .xl\:hover\:-translate-y-4\/10:hover {
    --transform-translate-y: -40% !important; }
  .xl\:hover\:-translate-y-5\/10:hover {
    --transform-translate-y: -50% !important; }
  .xl\:hover\:-translate-y-6\/10:hover {
    --transform-translate-y: -60% !important; }
  .xl\:hover\:-translate-y-7\/10:hover {
    --transform-translate-y: -70% !important; }
  .xl\:hover\:-translate-y-8\/10:hover {
    --transform-translate-y: -80% !important; }
  .xl\:hover\:-translate-y-9\/10:hover {
    --transform-translate-y: -90% !important; }
  .xl\:hover\:-translate-y-10\/10:hover {
    --transform-translate-y: -100% !important; }
  .xl\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333% !important; }
  .xl\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667% !important; }
  .xl\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25% !important; }
  .xl\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333% !important; }
  .xl\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667% !important; }
  .xl\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50% !important; }
  .xl\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333% !important; }
  .xl\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667% !important; }
  .xl\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75% !important; }
  .xl\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333% !important; }
  .xl\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667% !important; }
  .xl\:hover\:-translate-y-12\/12:hover {
    --transform-translate-y: -100% !important; }
  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important; }
  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important; }
  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0rem !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-7:focus {
    --transform-translate-x: 1.75rem !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-11:focus {
    --transform-translate-x: 2.75rem !important; }
  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important; }
  .xl\:focus\:translate-x-13:focus {
    --transform-translate-x: 3.25rem !important; }
  .xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important; }
  .xl\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem !important; }
  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important; }
  .xl\:focus\:translate-x-17:focus {
    --transform-translate-x: 4.25rem !important; }
  .xl\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important; }
  .xl\:focus\:translate-x-19:focus {
    --transform-translate-x: 4.75rem !important; }
  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important; }
  .xl\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.25rem !important; }
  .xl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.5rem !important; }
  .xl\:focus\:translate-x-23:focus {
    --transform-translate-x: 5.75rem !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-26:focus {
    --transform-translate-x: 6.5rem !important; }
  .xl\:focus\:translate-x-27:focus {
    --transform-translate-x: 6.75rem !important; }
  .xl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important; }
  .xl\:focus\:translate-x-29:focus {
    --transform-translate-x: 7.25rem !important; }
  .xl\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.5rem !important; }
  .xl\:focus\:translate-x-31:focus {
    --transform-translate-x: 7.75rem !important; }
  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important; }
  .xl\:focus\:translate-x-33:focus {
    --transform-translate-x: 8.25rem !important; }
  .xl\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important; }
  .xl\:focus\:translate-x-35:focus {
    --transform-translate-x: 8.75rem !important; }
  .xl\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem !important; }
  .xl\:focus\:translate-x-37:focus {
    --transform-translate-x: 9.25rem !important; }
  .xl\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.5rem !important; }
  .xl\:focus\:translate-x-39:focus {
    --transform-translate-x: 9.75rem !important; }
  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important; }
  .xl\:focus\:translate-x-41:focus {
    --transform-translate-x: 10.25rem !important; }
  .xl\:focus\:translate-x-42:focus {
    --transform-translate-x: 10.5rem !important; }
  .xl\:focus\:translate-x-43:focus {
    --transform-translate-x: 10.75rem !important; }
  .xl\:focus\:translate-x-44:focus {
    --transform-translate-x: 11rem !important; }
  .xl\:focus\:translate-x-45:focus {
    --transform-translate-x: 11.25rem !important; }
  .xl\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.5rem !important; }
  .xl\:focus\:translate-x-47:focus {
    --transform-translate-x: 11.75rem !important; }
  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important; }
  .xl\:focus\:translate-x-49:focus {
    --transform-translate-x: 12.25rem !important; }
  .xl\:focus\:translate-x-50:focus {
    --transform-translate-x: 12.5rem !important; }
  .xl\:focus\:translate-x-51:focus {
    --transform-translate-x: 12.75rem !important; }
  .xl\:focus\:translate-x-52:focus {
    --transform-translate-x: 13rem !important; }
  .xl\:focus\:translate-x-53:focus {
    --transform-translate-x: 13.25rem !important; }
  .xl\:focus\:translate-x-54:focus {
    --transform-translate-x: 13.5rem !important; }
  .xl\:focus\:translate-x-55:focus {
    --transform-translate-x: 13.75rem !important; }
  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important; }
  .xl\:focus\:translate-x-57:focus {
    --transform-translate-x: 14.25rem !important; }
  .xl\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.5rem !important; }
  .xl\:focus\:translate-x-59:focus {
    --transform-translate-x: 14.75rem !important; }
  .xl\:focus\:translate-x-60:focus {
    --transform-translate-x: 15rem !important; }
  .xl\:focus\:translate-x-61:focus {
    --transform-translate-x: 15.25rem !important; }
  .xl\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.5rem !important; }
  .xl\:focus\:translate-x-63:focus {
    --transform-translate-x: 15.75rem !important; }
  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important; }
  .xl\:focus\:translate-x-65:focus {
    --transform-translate-x: 16.25rem !important; }
  .xl\:focus\:translate-x-66:focus {
    --transform-translate-x: 16.5rem !important; }
  .xl\:focus\:translate-x-67:focus {
    --transform-translate-x: 16.75rem !important; }
  .xl\:focus\:translate-x-68:focus {
    --transform-translate-x: 17rem !important; }
  .xl\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.25rem !important; }
  .xl\:focus\:translate-x-70:focus {
    --transform-translate-x: 17.5rem !important; }
  .xl\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.75rem !important; }
  .xl\:focus\:translate-x-72:focus {
    --transform-translate-x: 18rem !important; }
  .xl\:focus\:translate-x-73:focus {
    --transform-translate-x: 18.25rem !important; }
  .xl\:focus\:translate-x-74:focus {
    --transform-translate-x: 18.5rem !important; }
  .xl\:focus\:translate-x-75:focus {
    --transform-translate-x: 18.75rem !important; }
  .xl\:focus\:translate-x-76:focus {
    --transform-translate-x: 19rem !important; }
  .xl\:focus\:translate-x-77:focus {
    --transform-translate-x: 19.25rem !important; }
  .xl\:focus\:translate-x-78:focus {
    --transform-translate-x: 19.5rem !important; }
  .xl\:focus\:translate-x-79:focus {
    --transform-translate-x: 19.75rem !important; }
  .xl\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important; }
  .xl\:focus\:translate-x-84:focus {
    --transform-translate-x: 21rem !important; }
  .xl\:focus\:translate-x-88:focus {
    --transform-translate-x: 22rem !important; }
  .xl\:focus\:translate-x-92:focus {
    --transform-translate-x: 23rem !important; }
  .xl\:focus\:translate-x-96:focus {
    --transform-translate-x: 24rem !important; }
  .xl\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important; }
  .xl\:focus\:translate-x-104:focus {
    --transform-translate-x: 26rem !important; }
  .xl\:focus\:translate-x-108:focus {
    --transform-translate-x: 27rem !important; }
  .xl\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important; }
  .xl\:focus\:translate-x-116:focus {
    --transform-translate-x: 29rem !important; }
  .xl\:focus\:translate-x-120:focus {
    --transform-translate-x: 30rem !important; }
  .xl\:focus\:translate-x-124:focus {
    --transform-translate-x: 31rem !important; }
  .xl\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important; }
  .xl\:focus\:translate-x-132:focus {
    --transform-translate-x: 33rem !important; }
  .xl\:focus\:translate-x-136:focus {
    --transform-translate-x: 34rem !important; }
  .xl\:focus\:translate-x-140:focus {
    --transform-translate-x: 35rem !important; }
  .xl\:focus\:translate-x-144:focus {
    --transform-translate-x: 36rem !important; }
  .xl\:focus\:translate-x-148:focus {
    --transform-translate-x: 37rem !important; }
  .xl\:focus\:translate-x-152:focus {
    --transform-translate-x: 38rem !important; }
  .xl\:focus\:translate-x-156:focus {
    --transform-translate-x: 39rem !important; }
  .xl\:focus\:translate-x-160:focus {
    --transform-translate-x: 40rem !important; }
  .xl\:focus\:translate-x-164:focus {
    --transform-translate-x: 41rem !important; }
  .xl\:focus\:translate-x-168:focus {
    --transform-translate-x: 42rem !important; }
  .xl\:focus\:translate-x-172:focus {
    --transform-translate-x: 43rem !important; }
  .xl\:focus\:translate-x-176:focus {
    --transform-translate-x: 44rem !important; }
  .xl\:focus\:translate-x-180:focus {
    --transform-translate-x: 45rem !important; }
  .xl\:focus\:translate-x-184:focus {
    --transform-translate-x: 46rem !important; }
  .xl\:focus\:translate-x-188:focus {
    --transform-translate-x: 47rem !important; }
  .xl\:focus\:translate-x-192:focus {
    --transform-translate-x: 48rem !important; }
  .xl\:focus\:translate-x-196:focus {
    --transform-translate-x: 49rem !important; }
  .xl\:focus\:translate-x-200:focus {
    --transform-translate-x: 50rem !important; }
  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important; }
  .xl\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px !important; }
  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important; }
  .xl\:focus\:translate-x-2\/2:focus {
    --transform-translate-x: 100% !important; }
  .xl\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333% !important; }
  .xl\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667% !important; }
  .xl\:focus\:translate-x-3\/3:focus {
    --transform-translate-x: 100% !important; }
  .xl\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25% !important; }
  .xl\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50% !important; }
  .xl\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75% !important; }
  .xl\:focus\:translate-x-4\/4:focus {
    --transform-translate-x: 100% !important; }
  .xl\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20% !important; }
  .xl\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40% !important; }
  .xl\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60% !important; }
  .xl\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80% !important; }
  .xl\:focus\:translate-x-5\/5:focus {
    --transform-translate-x: 100% !important; }
  .xl\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667% !important; }
  .xl\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333% !important; }
  .xl\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50% !important; }
  .xl\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667% !important; }
  .xl\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333% !important; }
  .xl\:focus\:translate-x-6\/6:focus {
    --transform-translate-x: 100% !important; }
  .xl\:focus\:translate-x-1\/10:focus {
    --transform-translate-x: 10% !important; }
  .xl\:focus\:translate-x-2\/10:focus {
    --transform-translate-x: 20% !important; }
  .xl\:focus\:translate-x-3\/10:focus {
    --transform-translate-x: 30% !important; }
  .xl\:focus\:translate-x-4\/10:focus {
    --transform-translate-x: 40% !important; }
  .xl\:focus\:translate-x-5\/10:focus {
    --transform-translate-x: 50% !important; }
  .xl\:focus\:translate-x-6\/10:focus {
    --transform-translate-x: 60% !important; }
  .xl\:focus\:translate-x-7\/10:focus {
    --transform-translate-x: 70% !important; }
  .xl\:focus\:translate-x-8\/10:focus {
    --transform-translate-x: 80% !important; }
  .xl\:focus\:translate-x-9\/10:focus {
    --transform-translate-x: 90% !important; }
  .xl\:focus\:translate-x-10\/10:focus {
    --transform-translate-x: 100% !important; }
  .xl\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333% !important; }
  .xl\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667% !important; }
  .xl\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25% !important; }
  .xl\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333% !important; }
  .xl\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667% !important; }
  .xl\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50% !important; }
  .xl\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333% !important; }
  .xl\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667% !important; }
  .xl\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75% !important; }
  .xl\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333% !important; }
  .xl\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667% !important; }
  .xl\:focus\:translate-x-12\/12:focus {
    --transform-translate-x: 100% !important; }
  .xl\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0rem !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-7:focus {
    --transform-translate-x: -1.75rem !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-11:focus {
    --transform-translate-x: -2.75rem !important; }
  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important; }
  .xl\:focus\:-translate-x-13:focus {
    --transform-translate-x: -3.25rem !important; }
  .xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important; }
  .xl\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem !important; }
  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important; }
  .xl\:focus\:-translate-x-17:focus {
    --transform-translate-x: -4.25rem !important; }
  .xl\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important; }
  .xl\:focus\:-translate-x-19:focus {
    --transform-translate-x: -4.75rem !important; }
  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important; }
  .xl\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.25rem !important; }
  .xl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.5rem !important; }
  .xl\:focus\:-translate-x-23:focus {
    --transform-translate-x: -5.75rem !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-26:focus {
    --transform-translate-x: -6.5rem !important; }
  .xl\:focus\:-translate-x-27:focus {
    --transform-translate-x: -6.75rem !important; }
  .xl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important; }
  .xl\:focus\:-translate-x-29:focus {
    --transform-translate-x: -7.25rem !important; }
  .xl\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.5rem !important; }
  .xl\:focus\:-translate-x-31:focus {
    --transform-translate-x: -7.75rem !important; }
  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important; }
  .xl\:focus\:-translate-x-33:focus {
    --transform-translate-x: -8.25rem !important; }
  .xl\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important; }
  .xl\:focus\:-translate-x-35:focus {
    --transform-translate-x: -8.75rem !important; }
  .xl\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem !important; }
  .xl\:focus\:-translate-x-37:focus {
    --transform-translate-x: -9.25rem !important; }
  .xl\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.5rem !important; }
  .xl\:focus\:-translate-x-39:focus {
    --transform-translate-x: -9.75rem !important; }
  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important; }
  .xl\:focus\:-translate-x-41:focus {
    --transform-translate-x: -10.25rem !important; }
  .xl\:focus\:-translate-x-42:focus {
    --transform-translate-x: -10.5rem !important; }
  .xl\:focus\:-translate-x-43:focus {
    --transform-translate-x: -10.75rem !important; }
  .xl\:focus\:-translate-x-44:focus {
    --transform-translate-x: -11rem !important; }
  .xl\:focus\:-translate-x-45:focus {
    --transform-translate-x: -11.25rem !important; }
  .xl\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.5rem !important; }
  .xl\:focus\:-translate-x-47:focus {
    --transform-translate-x: -11.75rem !important; }
  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important; }
  .xl\:focus\:-translate-x-49:focus {
    --transform-translate-x: -12.25rem !important; }
  .xl\:focus\:-translate-x-50:focus {
    --transform-translate-x: -12.5rem !important; }
  .xl\:focus\:-translate-x-51:focus {
    --transform-translate-x: -12.75rem !important; }
  .xl\:focus\:-translate-x-52:focus {
    --transform-translate-x: -13rem !important; }
  .xl\:focus\:-translate-x-53:focus {
    --transform-translate-x: -13.25rem !important; }
  .xl\:focus\:-translate-x-54:focus {
    --transform-translate-x: -13.5rem !important; }
  .xl\:focus\:-translate-x-55:focus {
    --transform-translate-x: -13.75rem !important; }
  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important; }
  .xl\:focus\:-translate-x-57:focus {
    --transform-translate-x: -14.25rem !important; }
  .xl\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.5rem !important; }
  .xl\:focus\:-translate-x-59:focus {
    --transform-translate-x: -14.75rem !important; }
  .xl\:focus\:-translate-x-60:focus {
    --transform-translate-x: -15rem !important; }
  .xl\:focus\:-translate-x-61:focus {
    --transform-translate-x: -15.25rem !important; }
  .xl\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.5rem !important; }
  .xl\:focus\:-translate-x-63:focus {
    --transform-translate-x: -15.75rem !important; }
  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important; }
  .xl\:focus\:-translate-x-65:focus {
    --transform-translate-x: -16.25rem !important; }
  .xl\:focus\:-translate-x-66:focus {
    --transform-translate-x: -16.5rem !important; }
  .xl\:focus\:-translate-x-67:focus {
    --transform-translate-x: -16.75rem !important; }
  .xl\:focus\:-translate-x-68:focus {
    --transform-translate-x: -17rem !important; }
  .xl\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.25rem !important; }
  .xl\:focus\:-translate-x-70:focus {
    --transform-translate-x: -17.5rem !important; }
  .xl\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.75rem !important; }
  .xl\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18rem !important; }
  .xl\:focus\:-translate-x-73:focus {
    --transform-translate-x: -18.25rem !important; }
  .xl\:focus\:-translate-x-74:focus {
    --transform-translate-x: -18.5rem !important; }
  .xl\:focus\:-translate-x-75:focus {
    --transform-translate-x: -18.75rem !important; }
  .xl\:focus\:-translate-x-76:focus {
    --transform-translate-x: -19rem !important; }
  .xl\:focus\:-translate-x-77:focus {
    --transform-translate-x: -19.25rem !important; }
  .xl\:focus\:-translate-x-78:focus {
    --transform-translate-x: -19.5rem !important; }
  .xl\:focus\:-translate-x-79:focus {
    --transform-translate-x: -19.75rem !important; }
  .xl\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important; }
  .xl\:focus\:-translate-x-84:focus {
    --transform-translate-x: -21rem !important; }
  .xl\:focus\:-translate-x-88:focus {
    --transform-translate-x: -22rem !important; }
  .xl\:focus\:-translate-x-92:focus {
    --transform-translate-x: -23rem !important; }
  .xl\:focus\:-translate-x-96:focus {
    --transform-translate-x: -24rem !important; }
  .xl\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important; }
  .xl\:focus\:-translate-x-104:focus {
    --transform-translate-x: -26rem !important; }
  .xl\:focus\:-translate-x-108:focus {
    --transform-translate-x: -27rem !important; }
  .xl\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important; }
  .xl\:focus\:-translate-x-116:focus {
    --transform-translate-x: -29rem !important; }
  .xl\:focus\:-translate-x-120:focus {
    --transform-translate-x: -30rem !important; }
  .xl\:focus\:-translate-x-124:focus {
    --transform-translate-x: -31rem !important; }
  .xl\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important; }
  .xl\:focus\:-translate-x-132:focus {
    --transform-translate-x: -33rem !important; }
  .xl\:focus\:-translate-x-136:focus {
    --transform-translate-x: -34rem !important; }
  .xl\:focus\:-translate-x-140:focus {
    --transform-translate-x: -35rem !important; }
  .xl\:focus\:-translate-x-144:focus {
    --transform-translate-x: -36rem !important; }
  .xl\:focus\:-translate-x-148:focus {
    --transform-translate-x: -37rem !important; }
  .xl\:focus\:-translate-x-152:focus {
    --transform-translate-x: -38rem !important; }
  .xl\:focus\:-translate-x-156:focus {
    --transform-translate-x: -39rem !important; }
  .xl\:focus\:-translate-x-160:focus {
    --transform-translate-x: -40rem !important; }
  .xl\:focus\:-translate-x-164:focus {
    --transform-translate-x: -41rem !important; }
  .xl\:focus\:-translate-x-168:focus {
    --transform-translate-x: -42rem !important; }
  .xl\:focus\:-translate-x-172:focus {
    --transform-translate-x: -43rem !important; }
  .xl\:focus\:-translate-x-176:focus {
    --transform-translate-x: -44rem !important; }
  .xl\:focus\:-translate-x-180:focus {
    --transform-translate-x: -45rem !important; }
  .xl\:focus\:-translate-x-184:focus {
    --transform-translate-x: -46rem !important; }
  .xl\:focus\:-translate-x-188:focus {
    --transform-translate-x: -47rem !important; }
  .xl\:focus\:-translate-x-192:focus {
    --transform-translate-x: -48rem !important; }
  .xl\:focus\:-translate-x-196:focus {
    --transform-translate-x: -49rem !important; }
  .xl\:focus\:-translate-x-200:focus {
    --transform-translate-x: -50rem !important; }
  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important; }
  .xl\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px !important; }
  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important; }
  .xl\:focus\:-translate-x-2\/2:focus {
    --transform-translate-x: -100% !important; }
  .xl\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333% !important; }
  .xl\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667% !important; }
  .xl\:focus\:-translate-x-3\/3:focus {
    --transform-translate-x: -100% !important; }
  .xl\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25% !important; }
  .xl\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50% !important; }
  .xl\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75% !important; }
  .xl\:focus\:-translate-x-4\/4:focus {
    --transform-translate-x: -100% !important; }
  .xl\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20% !important; }
  .xl\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40% !important; }
  .xl\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60% !important; }
  .xl\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80% !important; }
  .xl\:focus\:-translate-x-5\/5:focus {
    --transform-translate-x: -100% !important; }
  .xl\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667% !important; }
  .xl\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333% !important; }
  .xl\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50% !important; }
  .xl\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667% !important; }
  .xl\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333% !important; }
  .xl\:focus\:-translate-x-6\/6:focus {
    --transform-translate-x: -100% !important; }
  .xl\:focus\:-translate-x-1\/10:focus {
    --transform-translate-x: -10% !important; }
  .xl\:focus\:-translate-x-2\/10:focus {
    --transform-translate-x: -20% !important; }
  .xl\:focus\:-translate-x-3\/10:focus {
    --transform-translate-x: -30% !important; }
  .xl\:focus\:-translate-x-4\/10:focus {
    --transform-translate-x: -40% !important; }
  .xl\:focus\:-translate-x-5\/10:focus {
    --transform-translate-x: -50% !important; }
  .xl\:focus\:-translate-x-6\/10:focus {
    --transform-translate-x: -60% !important; }
  .xl\:focus\:-translate-x-7\/10:focus {
    --transform-translate-x: -70% !important; }
  .xl\:focus\:-translate-x-8\/10:focus {
    --transform-translate-x: -80% !important; }
  .xl\:focus\:-translate-x-9\/10:focus {
    --transform-translate-x: -90% !important; }
  .xl\:focus\:-translate-x-10\/10:focus {
    --transform-translate-x: -100% !important; }
  .xl\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333% !important; }
  .xl\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667% !important; }
  .xl\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25% !important; }
  .xl\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333% !important; }
  .xl\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667% !important; }
  .xl\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50% !important; }
  .xl\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333% !important; }
  .xl\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667% !important; }
  .xl\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75% !important; }
  .xl\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333% !important; }
  .xl\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667% !important; }
  .xl\:focus\:-translate-x-12\/12:focus {
    --transform-translate-x: -100% !important; }
  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important; }
  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important; }
  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0rem !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-7:focus {
    --transform-translate-y: 1.75rem !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-11:focus {
    --transform-translate-y: 2.75rem !important; }
  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important; }
  .xl\:focus\:translate-y-13:focus {
    --transform-translate-y: 3.25rem !important; }
  .xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important; }
  .xl\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem !important; }
  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important; }
  .xl\:focus\:translate-y-17:focus {
    --transform-translate-y: 4.25rem !important; }
  .xl\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important; }
  .xl\:focus\:translate-y-19:focus {
    --transform-translate-y: 4.75rem !important; }
  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important; }
  .xl\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.25rem !important; }
  .xl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.5rem !important; }
  .xl\:focus\:translate-y-23:focus {
    --transform-translate-y: 5.75rem !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-26:focus {
    --transform-translate-y: 6.5rem !important; }
  .xl\:focus\:translate-y-27:focus {
    --transform-translate-y: 6.75rem !important; }
  .xl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important; }
  .xl\:focus\:translate-y-29:focus {
    --transform-translate-y: 7.25rem !important; }
  .xl\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.5rem !important; }
  .xl\:focus\:translate-y-31:focus {
    --transform-translate-y: 7.75rem !important; }
  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important; }
  .xl\:focus\:translate-y-33:focus {
    --transform-translate-y: 8.25rem !important; }
  .xl\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important; }
  .xl\:focus\:translate-y-35:focus {
    --transform-translate-y: 8.75rem !important; }
  .xl\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem !important; }
  .xl\:focus\:translate-y-37:focus {
    --transform-translate-y: 9.25rem !important; }
  .xl\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.5rem !important; }
  .xl\:focus\:translate-y-39:focus {
    --transform-translate-y: 9.75rem !important; }
  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important; }
  .xl\:focus\:translate-y-41:focus {
    --transform-translate-y: 10.25rem !important; }
  .xl\:focus\:translate-y-42:focus {
    --transform-translate-y: 10.5rem !important; }
  .xl\:focus\:translate-y-43:focus {
    --transform-translate-y: 10.75rem !important; }
  .xl\:focus\:translate-y-44:focus {
    --transform-translate-y: 11rem !important; }
  .xl\:focus\:translate-y-45:focus {
    --transform-translate-y: 11.25rem !important; }
  .xl\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.5rem !important; }
  .xl\:focus\:translate-y-47:focus {
    --transform-translate-y: 11.75rem !important; }
  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important; }
  .xl\:focus\:translate-y-49:focus {
    --transform-translate-y: 12.25rem !important; }
  .xl\:focus\:translate-y-50:focus {
    --transform-translate-y: 12.5rem !important; }
  .xl\:focus\:translate-y-51:focus {
    --transform-translate-y: 12.75rem !important; }
  .xl\:focus\:translate-y-52:focus {
    --transform-translate-y: 13rem !important; }
  .xl\:focus\:translate-y-53:focus {
    --transform-translate-y: 13.25rem !important; }
  .xl\:focus\:translate-y-54:focus {
    --transform-translate-y: 13.5rem !important; }
  .xl\:focus\:translate-y-55:focus {
    --transform-translate-y: 13.75rem !important; }
  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important; }
  .xl\:focus\:translate-y-57:focus {
    --transform-translate-y: 14.25rem !important; }
  .xl\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.5rem !important; }
  .xl\:focus\:translate-y-59:focus {
    --transform-translate-y: 14.75rem !important; }
  .xl\:focus\:translate-y-60:focus {
    --transform-translate-y: 15rem !important; }
  .xl\:focus\:translate-y-61:focus {
    --transform-translate-y: 15.25rem !important; }
  .xl\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.5rem !important; }
  .xl\:focus\:translate-y-63:focus {
    --transform-translate-y: 15.75rem !important; }
  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important; }
  .xl\:focus\:translate-y-65:focus {
    --transform-translate-y: 16.25rem !important; }
  .xl\:focus\:translate-y-66:focus {
    --transform-translate-y: 16.5rem !important; }
  .xl\:focus\:translate-y-67:focus {
    --transform-translate-y: 16.75rem !important; }
  .xl\:focus\:translate-y-68:focus {
    --transform-translate-y: 17rem !important; }
  .xl\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.25rem !important; }
  .xl\:focus\:translate-y-70:focus {
    --transform-translate-y: 17.5rem !important; }
  .xl\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.75rem !important; }
  .xl\:focus\:translate-y-72:focus {
    --transform-translate-y: 18rem !important; }
  .xl\:focus\:translate-y-73:focus {
    --transform-translate-y: 18.25rem !important; }
  .xl\:focus\:translate-y-74:focus {
    --transform-translate-y: 18.5rem !important; }
  .xl\:focus\:translate-y-75:focus {
    --transform-translate-y: 18.75rem !important; }
  .xl\:focus\:translate-y-76:focus {
    --transform-translate-y: 19rem !important; }
  .xl\:focus\:translate-y-77:focus {
    --transform-translate-y: 19.25rem !important; }
  .xl\:focus\:translate-y-78:focus {
    --transform-translate-y: 19.5rem !important; }
  .xl\:focus\:translate-y-79:focus {
    --transform-translate-y: 19.75rem !important; }
  .xl\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important; }
  .xl\:focus\:translate-y-84:focus {
    --transform-translate-y: 21rem !important; }
  .xl\:focus\:translate-y-88:focus {
    --transform-translate-y: 22rem !important; }
  .xl\:focus\:translate-y-92:focus {
    --transform-translate-y: 23rem !important; }
  .xl\:focus\:translate-y-96:focus {
    --transform-translate-y: 24rem !important; }
  .xl\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important; }
  .xl\:focus\:translate-y-104:focus {
    --transform-translate-y: 26rem !important; }
  .xl\:focus\:translate-y-108:focus {
    --transform-translate-y: 27rem !important; }
  .xl\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important; }
  .xl\:focus\:translate-y-116:focus {
    --transform-translate-y: 29rem !important; }
  .xl\:focus\:translate-y-120:focus {
    --transform-translate-y: 30rem !important; }
  .xl\:focus\:translate-y-124:focus {
    --transform-translate-y: 31rem !important; }
  .xl\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important; }
  .xl\:focus\:translate-y-132:focus {
    --transform-translate-y: 33rem !important; }
  .xl\:focus\:translate-y-136:focus {
    --transform-translate-y: 34rem !important; }
  .xl\:focus\:translate-y-140:focus {
    --transform-translate-y: 35rem !important; }
  .xl\:focus\:translate-y-144:focus {
    --transform-translate-y: 36rem !important; }
  .xl\:focus\:translate-y-148:focus {
    --transform-translate-y: 37rem !important; }
  .xl\:focus\:translate-y-152:focus {
    --transform-translate-y: 38rem !important; }
  .xl\:focus\:translate-y-156:focus {
    --transform-translate-y: 39rem !important; }
  .xl\:focus\:translate-y-160:focus {
    --transform-translate-y: 40rem !important; }
  .xl\:focus\:translate-y-164:focus {
    --transform-translate-y: 41rem !important; }
  .xl\:focus\:translate-y-168:focus {
    --transform-translate-y: 42rem !important; }
  .xl\:focus\:translate-y-172:focus {
    --transform-translate-y: 43rem !important; }
  .xl\:focus\:translate-y-176:focus {
    --transform-translate-y: 44rem !important; }
  .xl\:focus\:translate-y-180:focus {
    --transform-translate-y: 45rem !important; }
  .xl\:focus\:translate-y-184:focus {
    --transform-translate-y: 46rem !important; }
  .xl\:focus\:translate-y-188:focus {
    --transform-translate-y: 47rem !important; }
  .xl\:focus\:translate-y-192:focus {
    --transform-translate-y: 48rem !important; }
  .xl\:focus\:translate-y-196:focus {
    --transform-translate-y: 49rem !important; }
  .xl\:focus\:translate-y-200:focus {
    --transform-translate-y: 50rem !important; }
  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important; }
  .xl\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px !important; }
  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important; }
  .xl\:focus\:translate-y-2\/2:focus {
    --transform-translate-y: 100% !important; }
  .xl\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333% !important; }
  .xl\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667% !important; }
  .xl\:focus\:translate-y-3\/3:focus {
    --transform-translate-y: 100% !important; }
  .xl\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25% !important; }
  .xl\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50% !important; }
  .xl\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75% !important; }
  .xl\:focus\:translate-y-4\/4:focus {
    --transform-translate-y: 100% !important; }
  .xl\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20% !important; }
  .xl\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40% !important; }
  .xl\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60% !important; }
  .xl\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80% !important; }
  .xl\:focus\:translate-y-5\/5:focus {
    --transform-translate-y: 100% !important; }
  .xl\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667% !important; }
  .xl\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333% !important; }
  .xl\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50% !important; }
  .xl\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667% !important; }
  .xl\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333% !important; }
  .xl\:focus\:translate-y-6\/6:focus {
    --transform-translate-y: 100% !important; }
  .xl\:focus\:translate-y-1\/10:focus {
    --transform-translate-y: 10% !important; }
  .xl\:focus\:translate-y-2\/10:focus {
    --transform-translate-y: 20% !important; }
  .xl\:focus\:translate-y-3\/10:focus {
    --transform-translate-y: 30% !important; }
  .xl\:focus\:translate-y-4\/10:focus {
    --transform-translate-y: 40% !important; }
  .xl\:focus\:translate-y-5\/10:focus {
    --transform-translate-y: 50% !important; }
  .xl\:focus\:translate-y-6\/10:focus {
    --transform-translate-y: 60% !important; }
  .xl\:focus\:translate-y-7\/10:focus {
    --transform-translate-y: 70% !important; }
  .xl\:focus\:translate-y-8\/10:focus {
    --transform-translate-y: 80% !important; }
  .xl\:focus\:translate-y-9\/10:focus {
    --transform-translate-y: 90% !important; }
  .xl\:focus\:translate-y-10\/10:focus {
    --transform-translate-y: 100% !important; }
  .xl\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333% !important; }
  .xl\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667% !important; }
  .xl\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25% !important; }
  .xl\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333% !important; }
  .xl\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667% !important; }
  .xl\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50% !important; }
  .xl\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333% !important; }
  .xl\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667% !important; }
  .xl\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75% !important; }
  .xl\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333% !important; }
  .xl\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667% !important; }
  .xl\:focus\:translate-y-12\/12:focus {
    --transform-translate-y: 100% !important; }
  .xl\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0rem !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-7:focus {
    --transform-translate-y: -1.75rem !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-11:focus {
    --transform-translate-y: -2.75rem !important; }
  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important; }
  .xl\:focus\:-translate-y-13:focus {
    --transform-translate-y: -3.25rem !important; }
  .xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important; }
  .xl\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem !important; }
  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important; }
  .xl\:focus\:-translate-y-17:focus {
    --transform-translate-y: -4.25rem !important; }
  .xl\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important; }
  .xl\:focus\:-translate-y-19:focus {
    --transform-translate-y: -4.75rem !important; }
  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important; }
  .xl\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.25rem !important; }
  .xl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.5rem !important; }
  .xl\:focus\:-translate-y-23:focus {
    --transform-translate-y: -5.75rem !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-26:focus {
    --transform-translate-y: -6.5rem !important; }
  .xl\:focus\:-translate-y-27:focus {
    --transform-translate-y: -6.75rem !important; }
  .xl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important; }
  .xl\:focus\:-translate-y-29:focus {
    --transform-translate-y: -7.25rem !important; }
  .xl\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.5rem !important; }
  .xl\:focus\:-translate-y-31:focus {
    --transform-translate-y: -7.75rem !important; }
  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important; }
  .xl\:focus\:-translate-y-33:focus {
    --transform-translate-y: -8.25rem !important; }
  .xl\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important; }
  .xl\:focus\:-translate-y-35:focus {
    --transform-translate-y: -8.75rem !important; }
  .xl\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem !important; }
  .xl\:focus\:-translate-y-37:focus {
    --transform-translate-y: -9.25rem !important; }
  .xl\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.5rem !important; }
  .xl\:focus\:-translate-y-39:focus {
    --transform-translate-y: -9.75rem !important; }
  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important; }
  .xl\:focus\:-translate-y-41:focus {
    --transform-translate-y: -10.25rem !important; }
  .xl\:focus\:-translate-y-42:focus {
    --transform-translate-y: -10.5rem !important; }
  .xl\:focus\:-translate-y-43:focus {
    --transform-translate-y: -10.75rem !important; }
  .xl\:focus\:-translate-y-44:focus {
    --transform-translate-y: -11rem !important; }
  .xl\:focus\:-translate-y-45:focus {
    --transform-translate-y: -11.25rem !important; }
  .xl\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.5rem !important; }
  .xl\:focus\:-translate-y-47:focus {
    --transform-translate-y: -11.75rem !important; }
  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important; }
  .xl\:focus\:-translate-y-49:focus {
    --transform-translate-y: -12.25rem !important; }
  .xl\:focus\:-translate-y-50:focus {
    --transform-translate-y: -12.5rem !important; }
  .xl\:focus\:-translate-y-51:focus {
    --transform-translate-y: -12.75rem !important; }
  .xl\:focus\:-translate-y-52:focus {
    --transform-translate-y: -13rem !important; }
  .xl\:focus\:-translate-y-53:focus {
    --transform-translate-y: -13.25rem !important; }
  .xl\:focus\:-translate-y-54:focus {
    --transform-translate-y: -13.5rem !important; }
  .xl\:focus\:-translate-y-55:focus {
    --transform-translate-y: -13.75rem !important; }
  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important; }
  .xl\:focus\:-translate-y-57:focus {
    --transform-translate-y: -14.25rem !important; }
  .xl\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.5rem !important; }
  .xl\:focus\:-translate-y-59:focus {
    --transform-translate-y: -14.75rem !important; }
  .xl\:focus\:-translate-y-60:focus {
    --transform-translate-y: -15rem !important; }
  .xl\:focus\:-translate-y-61:focus {
    --transform-translate-y: -15.25rem !important; }
  .xl\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.5rem !important; }
  .xl\:focus\:-translate-y-63:focus {
    --transform-translate-y: -15.75rem !important; }
  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important; }
  .xl\:focus\:-translate-y-65:focus {
    --transform-translate-y: -16.25rem !important; }
  .xl\:focus\:-translate-y-66:focus {
    --transform-translate-y: -16.5rem !important; }
  .xl\:focus\:-translate-y-67:focus {
    --transform-translate-y: -16.75rem !important; }
  .xl\:focus\:-translate-y-68:focus {
    --transform-translate-y: -17rem !important; }
  .xl\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.25rem !important; }
  .xl\:focus\:-translate-y-70:focus {
    --transform-translate-y: -17.5rem !important; }
  .xl\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.75rem !important; }
  .xl\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18rem !important; }
  .xl\:focus\:-translate-y-73:focus {
    --transform-translate-y: -18.25rem !important; }
  .xl\:focus\:-translate-y-74:focus {
    --transform-translate-y: -18.5rem !important; }
  .xl\:focus\:-translate-y-75:focus {
    --transform-translate-y: -18.75rem !important; }
  .xl\:focus\:-translate-y-76:focus {
    --transform-translate-y: -19rem !important; }
  .xl\:focus\:-translate-y-77:focus {
    --transform-translate-y: -19.25rem !important; }
  .xl\:focus\:-translate-y-78:focus {
    --transform-translate-y: -19.5rem !important; }
  .xl\:focus\:-translate-y-79:focus {
    --transform-translate-y: -19.75rem !important; }
  .xl\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important; }
  .xl\:focus\:-translate-y-84:focus {
    --transform-translate-y: -21rem !important; }
  .xl\:focus\:-translate-y-88:focus {
    --transform-translate-y: -22rem !important; }
  .xl\:focus\:-translate-y-92:focus {
    --transform-translate-y: -23rem !important; }
  .xl\:focus\:-translate-y-96:focus {
    --transform-translate-y: -24rem !important; }
  .xl\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important; }
  .xl\:focus\:-translate-y-104:focus {
    --transform-translate-y: -26rem !important; }
  .xl\:focus\:-translate-y-108:focus {
    --transform-translate-y: -27rem !important; }
  .xl\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important; }
  .xl\:focus\:-translate-y-116:focus {
    --transform-translate-y: -29rem !important; }
  .xl\:focus\:-translate-y-120:focus {
    --transform-translate-y: -30rem !important; }
  .xl\:focus\:-translate-y-124:focus {
    --transform-translate-y: -31rem !important; }
  .xl\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important; }
  .xl\:focus\:-translate-y-132:focus {
    --transform-translate-y: -33rem !important; }
  .xl\:focus\:-translate-y-136:focus {
    --transform-translate-y: -34rem !important; }
  .xl\:focus\:-translate-y-140:focus {
    --transform-translate-y: -35rem !important; }
  .xl\:focus\:-translate-y-144:focus {
    --transform-translate-y: -36rem !important; }
  .xl\:focus\:-translate-y-148:focus {
    --transform-translate-y: -37rem !important; }
  .xl\:focus\:-translate-y-152:focus {
    --transform-translate-y: -38rem !important; }
  .xl\:focus\:-translate-y-156:focus {
    --transform-translate-y: -39rem !important; }
  .xl\:focus\:-translate-y-160:focus {
    --transform-translate-y: -40rem !important; }
  .xl\:focus\:-translate-y-164:focus {
    --transform-translate-y: -41rem !important; }
  .xl\:focus\:-translate-y-168:focus {
    --transform-translate-y: -42rem !important; }
  .xl\:focus\:-translate-y-172:focus {
    --transform-translate-y: -43rem !important; }
  .xl\:focus\:-translate-y-176:focus {
    --transform-translate-y: -44rem !important; }
  .xl\:focus\:-translate-y-180:focus {
    --transform-translate-y: -45rem !important; }
  .xl\:focus\:-translate-y-184:focus {
    --transform-translate-y: -46rem !important; }
  .xl\:focus\:-translate-y-188:focus {
    --transform-translate-y: -47rem !important; }
  .xl\:focus\:-translate-y-192:focus {
    --transform-translate-y: -48rem !important; }
  .xl\:focus\:-translate-y-196:focus {
    --transform-translate-y: -49rem !important; }
  .xl\:focus\:-translate-y-200:focus {
    --transform-translate-y: -50rem !important; }
  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important; }
  .xl\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px !important; }
  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important; }
  .xl\:focus\:-translate-y-2\/2:focus {
    --transform-translate-y: -100% !important; }
  .xl\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333% !important; }
  .xl\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667% !important; }
  .xl\:focus\:-translate-y-3\/3:focus {
    --transform-translate-y: -100% !important; }
  .xl\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25% !important; }
  .xl\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50% !important; }
  .xl\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75% !important; }
  .xl\:focus\:-translate-y-4\/4:focus {
    --transform-translate-y: -100% !important; }
  .xl\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20% !important; }
  .xl\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40% !important; }
  .xl\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60% !important; }
  .xl\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80% !important; }
  .xl\:focus\:-translate-y-5\/5:focus {
    --transform-translate-y: -100% !important; }
  .xl\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667% !important; }
  .xl\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333% !important; }
  .xl\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50% !important; }
  .xl\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667% !important; }
  .xl\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333% !important; }
  .xl\:focus\:-translate-y-6\/6:focus {
    --transform-translate-y: -100% !important; }
  .xl\:focus\:-translate-y-1\/10:focus {
    --transform-translate-y: -10% !important; }
  .xl\:focus\:-translate-y-2\/10:focus {
    --transform-translate-y: -20% !important; }
  .xl\:focus\:-translate-y-3\/10:focus {
    --transform-translate-y: -30% !important; }
  .xl\:focus\:-translate-y-4\/10:focus {
    --transform-translate-y: -40% !important; }
  .xl\:focus\:-translate-y-5\/10:focus {
    --transform-translate-y: -50% !important; }
  .xl\:focus\:-translate-y-6\/10:focus {
    --transform-translate-y: -60% !important; }
  .xl\:focus\:-translate-y-7\/10:focus {
    --transform-translate-y: -70% !important; }
  .xl\:focus\:-translate-y-8\/10:focus {
    --transform-translate-y: -80% !important; }
  .xl\:focus\:-translate-y-9\/10:focus {
    --transform-translate-y: -90% !important; }
  .xl\:focus\:-translate-y-10\/10:focus {
    --transform-translate-y: -100% !important; }
  .xl\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333% !important; }
  .xl\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667% !important; }
  .xl\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25% !important; }
  .xl\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333% !important; }
  .xl\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667% !important; }
  .xl\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50% !important; }
  .xl\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333% !important; }
  .xl\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667% !important; }
  .xl\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75% !important; }
  .xl\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333% !important; }
  .xl\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667% !important; }
  .xl\:focus\:-translate-y-12\/12:focus {
    --transform-translate-y: -100% !important; }
  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important; }
  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important; }
  .xl\:skew-x-0 {
    --transform-skew-x: 0 !important; }
  .xl\:skew-x-1 {
    --transform-skew-x: 1deg !important; }
  .xl\:skew-x-2 {
    --transform-skew-x: 2deg !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-x-2 {
    --transform-skew-x: -2deg !important; }
  .xl\:-skew-x-1 {
    --transform-skew-x: -1deg !important; }
  .xl\:skew-y-0 {
    --transform-skew-y: 0 !important; }
  .xl\:skew-y-1 {
    --transform-skew-y: 1deg !important; }
  .xl\:skew-y-2 {
    --transform-skew-y: 2deg !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\:-skew-y-2 {
    --transform-skew-y: -2deg !important; }
  .xl\:-skew-y-1 {
    --transform-skew-y: -1deg !important; }
  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important; }
  .xl\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important; }
  .xl\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !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-x-2:hover {
    --transform-skew-x: -2deg !important; }
  .xl\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important; }
  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important; }
  .xl\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important; }
  .xl\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !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\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important; }
  .xl\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important; }
  .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important; }
  .xl\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important; }
  .xl\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !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-x-2:focus {
    --transform-skew-x: -2deg !important; }
  .xl\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important; }
  .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important; }
  .xl\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important; }
  .xl\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !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\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important; }
  .xl\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !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; }
  .xl\:ar-16x9 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 56.25% !important; }
  .xl\:ar-3x2 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 66.66666666666667% !important; }
  .xl\:ar-4x3 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 75% !important; }
  .xl\:ar-1x1 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 100% !important; }
  .xl\:ar-31x33 {
    height: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 106.4516129032258% !important; }
  .xl\:text-start {
    text-align: start !important; }
  .xl\:text-end {
    text-align: end !important; } }
