@charset "UTF-8";
*,
*::before,
*::after {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  text-align: left;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Estilos para formulários e botões */
button,
input,
select,
textarea {
  display: block;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

button,
[type=button],
[type=reset],
[type=submit],
[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.75;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.75;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.75;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.75;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.75;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.75;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.75;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.75;
}

/* Estilos gerais */
svg {
  overflow: visible;
}

label {
  display: block;
}

code,
kbd,
pre,
samp {
  font-family: inherit;
}

address,
cite,
dfn,
var {
  font-style: inherit;
}

small {
  font-size: inherit;
}

mark {
  color: inherit;
}

table {
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

th:not([align]),
caption:not([align]) {
  text-align: inherit;
}

[hidden] {
  display: none !important;
}

/* Tipografia */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

/* Estilos para formulários específicos */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

.container {
  width: 90%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 575.98px) {
  .container {
    max-width: 554px;
  }
}
@media (min-width: 767.98px) {
  .container {
    max-width: 735.98px;
  }
}
@media (min-width: 991.98px) {
  .container {
    max-width: 959.98px;
  }
}
@media (min-width: 1199.98px) {
  .container {
    max-width: 1167.98px;
  }
}
@media (min-width: 1399.98px) {
  .container {
    max-width: 1367.98px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.row-colunits-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-colunits-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-colunits-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-colunits-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-colunits-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-colunits-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.row-no-gutter > * {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 575.98px) {
  .sm\:row-colunits-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm\:row-colunits-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm\:row-colunits-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm\:row-colunits-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm\:row-colunits-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sm\:row-colunits-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm\:row-no-gutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 767.98px) {
  .md\:row-colunits-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md\:row-colunits-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md\:row-colunits-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md\:row-colunits-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md\:row-colunits-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .md\:row-colunits-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md\:row-no-gutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 991.98px) {
  .lg\:row-colunits-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg\:row-colunits-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg\:row-colunits-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg\:row-colunits-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg\:row-colunits-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lg\:row-colunits-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg\:row-no-gutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1199.98px) {
  .xl\:row-colunits-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl\:row-colunits-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl\:row-colunits-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl\:row-colunits-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl\:row-colunits-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xl\:row-colunits-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl\:row-no-gutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1399.98px) {
  .\\2xl\:row-colunits-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .\\2xl\:row-colunits-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .\\2xl\:row-colunits-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .\\2xl\:row-colunits-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .\\2xl\:row-colunits-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .\\2xl\:row-colunits-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .\\2xl\:row-no-gutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.colunits-1, .colunits-2, .colunits-3, .colunits-4, .colunits-5, .colunits-6, .colunits-7, .colunits-8, .colunits-9, .colunits-10, .colunits-11, .colunits-12, .sm\:colunits-1, .sm\:colunits-2, .sm\:colunits-3, .sm\:colunits-4, .sm\:colunits-5, .sm\:colunits-6, .sm\:colunits-7, .sm\:colunits-8, .sm\:colunits-9, .sm\:colunits-10, .sm\:colunits-11, .sm\:colunits-12, .md\:colunits-1, .md\:colunits-2, .md\:colunits-3, .md\:colunits-4, .md\:colunits-5, .md\:colunits-6, .md\:colunits-7, .md\:colunits-8, .md\:colunits-9, .md\:colunits-10, .md\:colunits-11, .md\:colunits-12, .lg\:colunits-1, .lg\:colunits-2, .lg\:colunits-3, .lg\:colunits-4, .lg\:colunits-5, .lg\:colunits-6, .lg\:colunits-7, .lg\:colunits-8, .lg\:colunits-9, .lg\:colunits-10, .lg\:colunits-11, .lg\:colunits-12, .xl\:colunits-1, .xl\:colunits-2, .xl\:colunits-3, .xl\:colunits-4, .xl\:colunits-5, .xl\:colunits-6, .xl\:colunits-7, .xl\:colunits-8, .xl\:colunits-9, .xl\:colunits-10, .xl\:colunits-11, .xl\:colunits-12, .\\2xl\:colunits-1, .\\2xl\:colunits-2, .\\2xl\:colunits-3, .\\2xl\:colunits-4, .\\2xl\:colunits-5, .\\2xl\:colunits-6, .\\2xl\:colunits-7, .\\2xl\:colunits-8, .\\2xl\:colunits-9, .\\2xl\:colunits-10, .\\2xl\:colunits-11, .\\2xl\:colunits-12 {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.colunits-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
}

.colunits-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
}

.colunits-3 {
  flex: 0 0 25%;
  width: 25%;
}

.colunits-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
}

.colunits-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
}

.colunits-6 {
  flex: 0 0 50%;
  width: 50%;
}

.colunits-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
}

.colunits-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
}

.colunits-9 {
  flex: 0 0 75%;
  width: 75%;
}

.colunits-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
}

.colunits-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
}

.colunits-12 {
  flex: 0 0 100%;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

@media (min-width: 575.98px) {
  .sm\:colunits-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .sm\:colunits-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .sm\:colunits-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .sm\:colunits-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .sm\:colunits-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .sm\:colunits-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .sm\:colunits-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .sm\:colunits-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .sm\:colunits-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .sm\:colunits-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .sm\:colunits-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .sm\:colunits-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .sm\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .sm\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .sm\:offset-3 {
    margin-left: 25%;
  }
  .sm\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .sm\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .sm\:offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 767.98px) {
  .md\:colunits-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .md\:colunits-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .md\:colunits-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .md\:colunits-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .md\:colunits-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .md\:colunits-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .md\:colunits-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .md\:colunits-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .md\:colunits-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .md\:colunits-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .md\:colunits-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .md\:colunits-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .md\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .md\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .md\:offset-3 {
    margin-left: 25%;
  }
  .md\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .md\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .md\:offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 991.98px) {
  .lg\:colunits-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .lg\:colunits-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .lg\:colunits-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .lg\:colunits-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .lg\:colunits-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .lg\:colunits-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .lg\:colunits-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .lg\:colunits-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .lg\:colunits-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .lg\:colunits-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .lg\:colunits-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .lg\:colunits-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .lg\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg\:offset-3 {
    margin-left: 25%;
  }
  .lg\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg\:offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1199.98px) {
  .xl\:colunits-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .xl\:colunits-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .xl\:colunits-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .xl\:colunits-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .xl\:colunits-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .xl\:colunits-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .xl\:colunits-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .xl\:colunits-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .xl\:colunits-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .xl\:colunits-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .xl\:colunits-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .xl\:colunits-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .xl\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .xl\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .xl\:offset-3 {
    margin-left: 25%;
  }
  .xl\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .xl\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .xl\:offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1399.98px) {
  .\\2xl\:colunits-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .\\2xl\:colunits-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .\\2xl\:colunits-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .\\2xl\:colunits-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .\\2xl\:colunits-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .\\2xl\:colunits-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .\\2xl\:colunits-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .\\2xl\:colunits-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .\\2xl\:colunits-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .\\2xl\:colunits-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .\\2xl\:colunits-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .\\2xl\:colunits-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .\\2xl\:offset-1 {
    margin-left: 8.3333333333%;
  }
  .\\2xl\:offset-2 {
    margin-left: 16.6666666667%;
  }
  .\\2xl\:offset-3 {
    margin-left: 25%;
  }
  .\\2xl\:offset-4 {
    margin-left: 33.3333333333%;
  }
  .\\2xl\:offset-5 {
    margin-left: 41.6666666667%;
  }
  .\\2xl\:offset-6 {
    margin-left: 50%;
  }
}
.input-group {
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input {
  --input-width: 100%;
  --input-py: 0.375rem;
  --input-px: 0.75rem;
  --input-border-unfocus: #ced4da;
  --input-border-focus: #000;
  --input-shadow-color: 0, 0, 0;
  --input-radius: 0.25rem;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: var(--input-radius);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}

@media (prefers-reduce-motion: reduce) {
  .input {
    transition: none;
  }
}
.input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.input:focus {
  color: #495057;
  background-color: #fff;
  /*border-color: #80bdff;*/
  outline-color: #495057;
  outline-style: solid;
  outline-width: 1.5px;
  outline-offset: 2px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.input:focus::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #495057;
  /* Simula o contorno */
  border-radius: var(--input-radius);
  transition: border-color 0.15s ease-in-out;
}

.input-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.15rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 233, 0.025);
}

.btn:disabled,
.btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn-block {
  display: block !important;
  width: 100%;
}

.btn-pink {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}

.btn-pink:hover {
  color: #fff;
  background-color: #d41360;
}

.btn-pink:focus {
  color: #fff;
  background-color: #d41360;
  background-clip: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.5);
}

.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 3.25rem !important;
}

.m-7 {
  margin: 3.5rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.m-9 {
  margin: 4.5rem !important;
}

.m-10 {
  margin: 9rem !important;
}

.m-11 {
  margin: 9.25rem !important;
}

.m-12 {
  margin: 9.5rem !important;
}

.m-13 {
  margin: 10rem !important;
}

.m-14 {
  margin: 10.5rem !important;
}

.m-15 {
  margin: 20rem !important;
}

.mt-0, .my-0 {
  margin-top: 0rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mt-6, .my-6 {
  margin-top: 3.25rem !important;
}

.mt-7, .my-7 {
  margin-top: 3.5rem !important;
}

.mt-8, .my-8 {
  margin-top: 4rem !important;
}

.mt-9, .my-9 {
  margin-top: 4.5rem !important;
}

.mt-10, .my-10 {
  margin-top: 9rem !important;
}

.mt-11, .my-11 {
  margin-top: 9.25rem !important;
}

.mt-12, .my-12 {
  margin-top: 9.5rem !important;
}

.mt-13, .my-13 {
  margin-top: 10rem !important;
}

.mt-14, .my-14 {
  margin-top: 10.5rem !important;
}

.mt-15, .my-15 {
  margin-top: 20rem !important;
}

.mr-0, .mx-0 {
  margin-right: 0rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mr-6, .mx-6 {
  margin-right: 3.25rem !important;
}

.mr-7, .mx-7 {
  margin-right: 3.5rem !important;
}

.mr-8, .mx-8 {
  margin-right: 4rem !important;
}

.mr-9, .mx-9 {
  margin-right: 4.5rem !important;
}

.mr-10, .mx-10 {
  margin-right: 9rem !important;
}

.mr-11, .mx-11 {
  margin-right: 9.25rem !important;
}

.mr-12, .mx-12 {
  margin-right: 9.5rem !important;
}

.mr-13, .mx-13 {
  margin-right: 10rem !important;
}

.mr-14, .mx-14 {
  margin-right: 10.5rem !important;
}

.mr-15, .mx-15 {
  margin-right: 20rem !important;
}

.mb-0, .my-0 {
  margin-bottom: 0rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 3.25rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 3.5rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 4rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 4.5rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 9rem !important;
}

.mb-11, .my-11 {
  margin-bottom: 9.25rem !important;
}

.mb-12, .my-12 {
  margin-bottom: 9.5rem !important;
}

.mb-13, .my-13 {
  margin-bottom: 10rem !important;
}

.mb-14, .my-14 {
  margin-bottom: 10.5rem !important;
}

.mb-15, .my-15 {
  margin-bottom: 20rem !important;
}

.ml-0, .mx-0 {
  margin-left: 0rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.ml-6, .mx-6 {
  margin-left: 3.25rem !important;
}

.ml-7, .mx-7 {
  margin-left: 3.5rem !important;
}

.ml-8, .mx-8 {
  margin-left: 4rem !important;
}

.ml-9, .mx-9 {
  margin-left: 4.5rem !important;
}

.ml-10, .mx-10 {
  margin-left: 9rem !important;
}

.ml-11, .mx-11 {
  margin-left: 9.25rem !important;
}

.ml-12, .mx-12 {
  margin-left: 9.5rem !important;
}

.ml-13, .mx-13 {
  margin-left: 10rem !important;
}

.ml-14, .mx-14 {
  margin-left: 10.5rem !important;
}

.ml-15, .mx-15 {
  margin-left: 20rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 3.25rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 4.5rem !important;
}

.p-10 {
  padding: 9rem !important;
}

.p-11 {
  padding: 9.25rem !important;
}

.p-12 {
  padding: 9.5rem !important;
}

.p-13 {
  padding: 10rem !important;
}

.p-14 {
  padding: 10.5rem !important;
}

.p-15 {
  padding: 20rem !important;
}

.pt-0, .my-0 {
  padding-top: 0rem !important;
}

.pt-1, .my-1 {
  padding-top: 0.25rem !important;
}

.pt-2, .my-2 {
  padding-top: 0.5rem !important;
}

.pt-3, .my-3 {
  padding-top: 1rem !important;
}

.pt-4, .my-4 {
  padding-top: 1.5rem !important;
}

.pt-5, .my-5 {
  padding-top: 3rem !important;
}

.pt-6, .my-6 {
  padding-top: 3.25rem !important;
}

.pt-7, .my-7 {
  padding-top: 3.5rem !important;
}

.pt-8, .my-8 {
  padding-top: 4rem !important;
}

.pt-9, .my-9 {
  padding-top: 4.5rem !important;
}

.pt-10, .my-10 {
  padding-top: 9rem !important;
}

.pt-11, .my-11 {
  padding-top: 9.25rem !important;
}

.pt-12, .my-12 {
  padding-top: 9.5rem !important;
}

.pt-13, .my-13 {
  padding-top: 10rem !important;
}

.pt-14, .my-14 {
  padding-top: 10.5rem !important;
}

.pt-15, .my-15 {
  padding-top: 20rem !important;
}

.pr-0, .mx-0 {
  padding-right: 0rem !important;
}

.pr-1, .mx-1 {
  padding-right: 0.25rem !important;
}

.pr-2, .mx-2 {
  padding-right: 0.5rem !important;
}

.pr-3, .mx-3 {
  padding-right: 1rem !important;
}

.pr-4, .mx-4 {
  padding-right: 1.5rem !important;
}

.pr-5, .mx-5 {
  padding-right: 3rem !important;
}

.pr-6, .mx-6 {
  padding-right: 3.25rem !important;
}

.pr-7, .mx-7 {
  padding-right: 3.5rem !important;
}

.pr-8, .mx-8 {
  padding-right: 4rem !important;
}

.pr-9, .mx-9 {
  padding-right: 4.5rem !important;
}

.pr-10, .mx-10 {
  padding-right: 9rem !important;
}

.pr-11, .mx-11 {
  padding-right: 9.25rem !important;
}

.pr-12, .mx-12 {
  padding-right: 9.5rem !important;
}

.pr-13, .mx-13 {
  padding-right: 10rem !important;
}

.pr-14, .mx-14 {
  padding-right: 10.5rem !important;
}

.pr-15, .mx-15 {
  padding-right: 20rem !important;
}

.pb-0, .my-0 {
  padding-bottom: 0rem !important;
}

.pb-1, .my-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2, .my-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3, .my-3 {
  padding-bottom: 1rem !important;
}

.pb-4, .my-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5, .my-5 {
  padding-bottom: 3rem !important;
}

.pb-6, .my-6 {
  padding-bottom: 3.25rem !important;
}

.pb-7, .my-7 {
  padding-bottom: 3.5rem !important;
}

.pb-8, .my-8 {
  padding-bottom: 4rem !important;
}

.pb-9, .my-9 {
  padding-bottom: 4.5rem !important;
}

.pb-10, .my-10 {
  padding-bottom: 9rem !important;
}

.pb-11, .my-11 {
  padding-bottom: 9.25rem !important;
}

.pb-12, .my-12 {
  padding-bottom: 9.5rem !important;
}

.pb-13, .my-13 {
  padding-bottom: 10rem !important;
}

.pb-14, .my-14 {
  padding-bottom: 10.5rem !important;
}

.pb-15, .my-15 {
  padding-bottom: 20rem !important;
}

.pl-0, .mx-0 {
  padding-left: 0rem !important;
}

.pl-1, .mx-1 {
  padding-left: 0.25rem !important;
}

.pl-2, .mx-2 {
  padding-left: 0.5rem !important;
}

.pl-3, .mx-3 {
  padding-left: 1rem !important;
}

.pl-4, .mx-4 {
  padding-left: 1.5rem !important;
}

.pl-5, .mx-5 {
  padding-left: 3rem !important;
}

.pl-6, .mx-6 {
  padding-left: 3.25rem !important;
}

.pl-7, .mx-7 {
  padding-left: 3.5rem !important;
}

.pl-8, .mx-8 {
  padding-left: 4rem !important;
}

.pl-9, .mx-9 {
  padding-left: 4.5rem !important;
}

.pl-10, .mx-10 {
  padding-left: 9rem !important;
}

.pl-11, .mx-11 {
  padding-left: 9.25rem !important;
}

.pl-12, .mx-12 {
  padding-left: 9.5rem !important;
}

.pl-13, .mx-13 {
  padding-left: 10rem !important;
}

.pl-14, .mx-14 {
  padding-left: 10.5rem !important;
}

.pl-15, .mx-15 {
  padding-left: 20rem !important;
}

.m-0n {
  margin: -0rem !important;
}

.m-1n {
  margin: -0.25rem !important;
}

.m-2n {
  margin: -0.5rem !important;
}

.m-3n {
  margin: -1rem !important;
}

.m-4n {
  margin: -1.5rem !important;
}

.m-5n {
  margin: -3rem !important;
}

.m-6n {
  margin: -3.25rem !important;
}

.m-7n {
  margin: -3.5rem !important;
}

.m-8n {
  margin: -4rem !important;
}

.m-9n {
  margin: -4.5rem !important;
}

.m-10n {
  margin: -9rem !important;
}

.m-11n {
  margin: -9.25rem !important;
}

.m-12n {
  margin: -9.5rem !important;
}

.m-13n {
  margin: -10rem !important;
}

.m-14n {
  margin: -10.5rem !important;
}

.m-15n {
  margin: -20rem !important;
}

.mt-0n, .my-0n {
  margin-top: -0rem !important;
}

.mt-1n, .my-1n {
  margin-top: -0.25rem !important;
}

.mt-2n, .my-2n {
  margin-top: -0.5rem !important;
}

.mt-3n, .my-3n {
  margin-top: -1rem !important;
}

.mt-4n, .my-4n {
  margin-top: -1.5rem !important;
}

.mt-5n, .my-5n {
  margin-top: -3rem !important;
}

.mt-6n, .my-6n {
  margin-top: -3.25rem !important;
}

.mt-7n, .my-7n {
  margin-top: -3.5rem !important;
}

.mt-8n, .my-8n {
  margin-top: -4rem !important;
}

.mt-9n, .my-9n {
  margin-top: -4.5rem !important;
}

.mt-10n, .my-10n {
  margin-top: -9rem !important;
}

.mt-11n, .my-11n {
  margin-top: -9.25rem !important;
}

.mt-12n, .my-12n {
  margin-top: -9.5rem !important;
}

.mt-13n, .my-13n {
  margin-top: -10rem !important;
}

.mt-14n, .my-14n {
  margin-top: -10.5rem !important;
}

.mt-15n, .my-15n {
  margin-top: -20rem !important;
}

.mr-0n, .mx-0n {
  margin-right: -0rem !important;
}

.mr-1n, .mx-1n {
  margin-right: -0.25rem !important;
}

.mr-2n, .mx-2n {
  margin-right: -0.5rem !important;
}

.mr-3n, .mx-3n {
  margin-right: -1rem !important;
}

.mr-4n, .mx-4n {
  margin-right: -1.5rem !important;
}

.mr-5n, .mx-5n {
  margin-right: -3rem !important;
}

.mr-6n, .mx-6n {
  margin-right: -3.25rem !important;
}

.mr-7n, .mx-7n {
  margin-right: -3.5rem !important;
}

.mr-8n, .mx-8n {
  margin-right: -4rem !important;
}

.mr-9n, .mx-9n {
  margin-right: -4.5rem !important;
}

.mr-10n, .mx-10n {
  margin-right: -9rem !important;
}

.mr-11n, .mx-11n {
  margin-right: -9.25rem !important;
}

.mr-12n, .mx-12n {
  margin-right: -9.5rem !important;
}

.mr-13n, .mx-13n {
  margin-right: -10rem !important;
}

.mr-14n, .mx-14n {
  margin-right: -10.5rem !important;
}

.mr-15n, .mx-15n {
  margin-right: -20rem !important;
}

.mb-0n, .my-0n {
  margin-bottom: -0rem !important;
}

.mb-1n, .my-1n {
  margin-bottom: -0.25rem !important;
}

.mb-2n, .my-2n {
  margin-bottom: -0.5rem !important;
}

.mb-3n, .my-3n {
  margin-bottom: -1rem !important;
}

.mb-4n, .my-4n {
  margin-bottom: -1.5rem !important;
}

.mb-5n, .my-5n {
  margin-bottom: -3rem !important;
}

.mb-6n, .my-6n {
  margin-bottom: -3.25rem !important;
}

.mb-7n, .my-7n {
  margin-bottom: -3.5rem !important;
}

.mb-8n, .my-8n {
  margin-bottom: -4rem !important;
}

.mb-9n, .my-9n {
  margin-bottom: -4.5rem !important;
}

.mb-10n, .my-10n {
  margin-bottom: -9rem !important;
}

.mb-11n, .my-11n {
  margin-bottom: -9.25rem !important;
}

.mb-12n, .my-12n {
  margin-bottom: -9.5rem !important;
}

.mb-13n, .my-13n {
  margin-bottom: -10rem !important;
}

.mb-14n, .my-14n {
  margin-bottom: -10.5rem !important;
}

.mb-15n, .my-15n {
  margin-bottom: -20rem !important;
}

.ml-0n, .mx-0n {
  margin-left: -0rem !important;
}

.ml-1n, .mx-1n {
  margin-left: -0.25rem !important;
}

.ml-2n, .mx-2n {
  margin-left: -0.5rem !important;
}

.ml-3n, .mx-3n {
  margin-left: -1rem !important;
}

.ml-4n, .mx-4n {
  margin-left: -1.5rem !important;
}

.ml-5n, .mx-5n {
  margin-left: -3rem !important;
}

.ml-6n, .mx-6n {
  margin-left: -3.25rem !important;
}

.ml-7n, .mx-7n {
  margin-left: -3.5rem !important;
}

.ml-8n, .mx-8n {
  margin-left: -4rem !important;
}

.ml-9n, .mx-9n {
  margin-left: -4.5rem !important;
}

.ml-10n, .mx-10n {
  margin-left: -9rem !important;
}

.ml-11n, .mx-11n {
  margin-left: -9.25rem !important;
}

.ml-12n, .mx-12n {
  margin-left: -9.5rem !important;
}

.ml-13n, .mx-13n {
  margin-left: -10rem !important;
}

.ml-14n, .mx-14n {
  margin-left: -10.5rem !important;
}

.ml-15n, .mx-15n {
  margin-left: -20rem !important;
}

.p-0n {
  padding: -0rem !important;
}

.p-1n {
  padding: -0.25rem !important;
}

.p-2n {
  padding: -0.5rem !important;
}

.p-3n {
  padding: -1rem !important;
}

.p-4n {
  padding: -1.5rem !important;
}

.p-5n {
  padding: -3rem !important;
}

.p-6n {
  padding: -3.25rem !important;
}

.p-7n {
  padding: -3.5rem !important;
}

.p-8n {
  padding: -4rem !important;
}

.p-9n {
  padding: -4.5rem !important;
}

.p-10n {
  padding: -9rem !important;
}

.p-11n {
  padding: -9.25rem !important;
}

.p-12n {
  padding: -9.5rem !important;
}

.p-13n {
  padding: -10rem !important;
}

.p-14n {
  padding: -10.5rem !important;
}

.p-15n {
  padding: -20rem !important;
}

.pt-0n, .my-0n {
  padding-top: -0rem !important;
}

.pt-1n, .my-1n {
  padding-top: -0.25rem !important;
}

.pt-2n, .my-2n {
  padding-top: -0.5rem !important;
}

.pt-3n, .my-3n {
  padding-top: -1rem !important;
}

.pt-4n, .my-4n {
  padding-top: -1.5rem !important;
}

.pt-5n, .my-5n {
  padding-top: -3rem !important;
}

.pt-6n, .my-6n {
  padding-top: -3.25rem !important;
}

.pt-7n, .my-7n {
  padding-top: -3.5rem !important;
}

.pt-8n, .my-8n {
  padding-top: -4rem !important;
}

.pt-9n, .my-9n {
  padding-top: -4.5rem !important;
}

.pt-10n, .my-10n {
  padding-top: -9rem !important;
}

.pt-11n, .my-11n {
  padding-top: -9.25rem !important;
}

.pt-12n, .my-12n {
  padding-top: -9.5rem !important;
}

.pt-13n, .my-13n {
  padding-top: -10rem !important;
}

.pt-14n, .my-14n {
  padding-top: -10.5rem !important;
}

.pt-15n, .my-15n {
  padding-top: -20rem !important;
}

.pr-0n, .mx-0n {
  padding-right: -0rem !important;
}

.pr-1n, .mx-1n {
  padding-right: -0.25rem !important;
}

.pr-2n, .mx-2n {
  padding-right: -0.5rem !important;
}

.pr-3n, .mx-3n {
  padding-right: -1rem !important;
}

.pr-4n, .mx-4n {
  padding-right: -1.5rem !important;
}

.pr-5n, .mx-5n {
  padding-right: -3rem !important;
}

.pr-6n, .mx-6n {
  padding-right: -3.25rem !important;
}

.pr-7n, .mx-7n {
  padding-right: -3.5rem !important;
}

.pr-8n, .mx-8n {
  padding-right: -4rem !important;
}

.pr-9n, .mx-9n {
  padding-right: -4.5rem !important;
}

.pr-10n, .mx-10n {
  padding-right: -9rem !important;
}

.pr-11n, .mx-11n {
  padding-right: -9.25rem !important;
}

.pr-12n, .mx-12n {
  padding-right: -9.5rem !important;
}

.pr-13n, .mx-13n {
  padding-right: -10rem !important;
}

.pr-14n, .mx-14n {
  padding-right: -10.5rem !important;
}

.pr-15n, .mx-15n {
  padding-right: -20rem !important;
}

.pb-0n, .my-0n {
  padding-bottom: -0rem !important;
}

.pb-1n, .my-1n {
  padding-bottom: -0.25rem !important;
}

.pb-2n, .my-2n {
  padding-bottom: -0.5rem !important;
}

.pb-3n, .my-3n {
  padding-bottom: -1rem !important;
}

.pb-4n, .my-4n {
  padding-bottom: -1.5rem !important;
}

.pb-5n, .my-5n {
  padding-bottom: -3rem !important;
}

.pb-6n, .my-6n {
  padding-bottom: -3.25rem !important;
}

.pb-7n, .my-7n {
  padding-bottom: -3.5rem !important;
}

.pb-8n, .my-8n {
  padding-bottom: -4rem !important;
}

.pb-9n, .my-9n {
  padding-bottom: -4.5rem !important;
}

.pb-10n, .my-10n {
  padding-bottom: -9rem !important;
}

.pb-11n, .my-11n {
  padding-bottom: -9.25rem !important;
}

.pb-12n, .my-12n {
  padding-bottom: -9.5rem !important;
}

.pb-13n, .my-13n {
  padding-bottom: -10rem !important;
}

.pb-14n, .my-14n {
  padding-bottom: -10.5rem !important;
}

.pb-15n, .my-15n {
  padding-bottom: -20rem !important;
}

.pl-0n, .mx-0n {
  padding-left: -0rem !important;
}

.pl-1n, .mx-1n {
  padding-left: -0.25rem !important;
}

.pl-2n, .mx-2n {
  padding-left: -0.5rem !important;
}

.pl-3n, .mx-3n {
  padding-left: -1rem !important;
}

.pl-4n, .mx-4n {
  padding-left: -1.5rem !important;
}

.pl-5n, .mx-5n {
  padding-left: -3rem !important;
}

.pl-6n, .mx-6n {
  padding-left: -3.25rem !important;
}

.pl-7n, .mx-7n {
  padding-left: -3.5rem !important;
}

.pl-8n, .mx-8n {
  padding-left: -4rem !important;
}

.pl-9n, .mx-9n {
  padding-left: -4.5rem !important;
}

.pl-10n, .mx-10n {
  padding-left: -9rem !important;
}

.pl-11n, .mx-11n {
  padding-left: -9.25rem !important;
}

.pl-12n, .mx-12n {
  padding-left: -9.5rem !important;
}

.pl-13n, .mx-13n {
  padding-left: -10rem !important;
}

.pl-14n, .mx-14n {
  padding-left: -10.5rem !important;
}

.pl-15n, .mx-15n {
  padding-left: -20rem !important;
}

@media (min-width: 575.98px) {
  .sm\:m-0 {
    margin: 0rem !important;
  }
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  .sm\:m-3 {
    margin: 1rem !important;
  }
  .sm\:m-4 {
    margin: 1.5rem !important;
  }
  .sm\:m-5 {
    margin: 3rem !important;
  }
  .sm\:m-6 {
    margin: 3.25rem !important;
  }
  .sm\:m-7 {
    margin: 3.5rem !important;
  }
  .sm\:m-8 {
    margin: 4rem !important;
  }
  .sm\:m-9 {
    margin: 4.5rem !important;
  }
  .sm\:m-10 {
    margin: 9rem !important;
  }
  .sm\:m-11 {
    margin: 9.25rem !important;
  }
  .sm\:m-12 {
    margin: 9.5rem !important;
  }
  .sm\:m-13 {
    margin: 10rem !important;
  }
  .sm\:m-14 {
    margin: 10.5rem !important;
  }
  .sm\:m-15 {
    margin: 20rem !important;
  }
  .sm\:mt-0, .sm\:my-0 {
    margin-top: 0rem !important;
  }
  .sm\:mt-1, .sm\:my-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mt-2, .sm\:my-2 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-3, .sm\:my-3 {
    margin-top: 1rem !important;
  }
  .sm\:mt-4, .sm\:my-4 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-5, .sm\:my-5 {
    margin-top: 3rem !important;
  }
  .sm\:mt-6, .sm\:my-6 {
    margin-top: 3.25rem !important;
  }
  .sm\:mt-7, .sm\:my-7 {
    margin-top: 3.5rem !important;
  }
  .sm\:mt-8, .sm\:my-8 {
    margin-top: 4rem !important;
  }
  .sm\:mt-9, .sm\:my-9 {
    margin-top: 4.5rem !important;
  }
  .sm\:mt-10, .sm\:my-10 {
    margin-top: 9rem !important;
  }
  .sm\:mt-11, .sm\:my-11 {
    margin-top: 9.25rem !important;
  }
  .sm\:mt-12, .sm\:my-12 {
    margin-top: 9.5rem !important;
  }
  .sm\:mt-13, .sm\:my-13 {
    margin-top: 10rem !important;
  }
  .sm\:mt-14, .sm\:my-14 {
    margin-top: 10.5rem !important;
  }
  .sm\:mt-15, .sm\:my-15 {
    margin-top: 20rem !important;
  }
  .sm\:mr-0, .sm\:mx-0 {
    margin-right: 0rem !important;
  }
  .sm\:mr-1, .sm\:mx-1 {
    margin-right: 0.25rem !important;
  }
  .sm\:mr-2, .sm\:mx-2 {
    margin-right: 0.5rem !important;
  }
  .sm\:mr-3, .sm\:mx-3 {
    margin-right: 1rem !important;
  }
  .sm\:mr-4, .sm\:mx-4 {
    margin-right: 1.5rem !important;
  }
  .sm\:mr-5, .sm\:mx-5 {
    margin-right: 3rem !important;
  }
  .sm\:mr-6, .sm\:mx-6 {
    margin-right: 3.25rem !important;
  }
  .sm\:mr-7, .sm\:mx-7 {
    margin-right: 3.5rem !important;
  }
  .sm\:mr-8, .sm\:mx-8 {
    margin-right: 4rem !important;
  }
  .sm\:mr-9, .sm\:mx-9 {
    margin-right: 4.5rem !important;
  }
  .sm\:mr-10, .sm\:mx-10 {
    margin-right: 9rem !important;
  }
  .sm\:mr-11, .sm\:mx-11 {
    margin-right: 9.25rem !important;
  }
  .sm\:mr-12, .sm\:mx-12 {
    margin-right: 9.5rem !important;
  }
  .sm\:mr-13, .sm\:mx-13 {
    margin-right: 10rem !important;
  }
  .sm\:mr-14, .sm\:mx-14 {
    margin-right: 10.5rem !important;
  }
  .sm\:mr-15, .sm\:mx-15 {
    margin-right: 20rem !important;
  }
  .sm\:mb-0, .sm\:my-0 {
    margin-bottom: 0rem !important;
  }
  .sm\:mb-1, .sm\:my-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mb-2, .sm\:my-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-3, .sm\:my-3 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-4, .sm\:my-4 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mb-5, .sm\:my-5 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-6, .sm\:my-6 {
    margin-bottom: 3.25rem !important;
  }
  .sm\:mb-7, .sm\:my-7 {
    margin-bottom: 3.5rem !important;
  }
  .sm\:mb-8, .sm\:my-8 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-9, .sm\:my-9 {
    margin-bottom: 4.5rem !important;
  }
  .sm\:mb-10, .sm\:my-10 {
    margin-bottom: 9rem !important;
  }
  .sm\:mb-11, .sm\:my-11 {
    margin-bottom: 9.25rem !important;
  }
  .sm\:mb-12, .sm\:my-12 {
    margin-bottom: 9.5rem !important;
  }
  .sm\:mb-13, .sm\:my-13 {
    margin-bottom: 10rem !important;
  }
  .sm\:mb-14, .sm\:my-14 {
    margin-bottom: 10.5rem !important;
  }
  .sm\:mb-15, .sm\:my-15 {
    margin-bottom: 20rem !important;
  }
  .sm\:ml-0, .sm\:mx-0 {
    margin-left: 0rem !important;
  }
  .sm\:ml-1, .sm\:mx-1 {
    margin-left: 0.25rem !important;
  }
  .sm\:ml-2, .sm\:mx-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-3, .sm\:mx-3 {
    margin-left: 1rem !important;
  }
  .sm\:ml-4, .sm\:mx-4 {
    margin-left: 1.5rem !important;
  }
  .sm\:ml-5, .sm\:mx-5 {
    margin-left: 3rem !important;
  }
  .sm\:ml-6, .sm\:mx-6 {
    margin-left: 3.25rem !important;
  }
  .sm\:ml-7, .sm\:mx-7 {
    margin-left: 3.5rem !important;
  }
  .sm\:ml-8, .sm\:mx-8 {
    margin-left: 4rem !important;
  }
  .sm\:ml-9, .sm\:mx-9 {
    margin-left: 4.5rem !important;
  }
  .sm\:ml-10, .sm\:mx-10 {
    margin-left: 9rem !important;
  }
  .sm\:ml-11, .sm\:mx-11 {
    margin-left: 9.25rem !important;
  }
  .sm\:ml-12, .sm\:mx-12 {
    margin-left: 9.5rem !important;
  }
  .sm\:ml-13, .sm\:mx-13 {
    margin-left: 10rem !important;
  }
  .sm\:ml-14, .sm\:mx-14 {
    margin-left: 10.5rem !important;
  }
  .sm\:ml-15, .sm\:mx-15 {
    margin-left: 20rem !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: 1rem !important;
  }
  .sm\:p-4 {
    padding: 1.5rem !important;
  }
  .sm\:p-5 {
    padding: 3rem !important;
  }
  .sm\:p-6 {
    padding: 3.25rem !important;
  }
  .sm\:p-7 {
    padding: 3.5rem !important;
  }
  .sm\:p-8 {
    padding: 4rem !important;
  }
  .sm\:p-9 {
    padding: 4.5rem !important;
  }
  .sm\:p-10 {
    padding: 9rem !important;
  }
  .sm\:p-11 {
    padding: 9.25rem !important;
  }
  .sm\:p-12 {
    padding: 9.5rem !important;
  }
  .sm\:p-13 {
    padding: 10rem !important;
  }
  .sm\:p-14 {
    padding: 10.5rem !important;
  }
  .sm\:p-15 {
    padding: 20rem !important;
  }
  .sm\:pt-0, .sm\:my-0 {
    padding-top: 0rem !important;
  }
  .sm\:pt-1, .sm\:my-1 {
    padding-top: 0.25rem !important;
  }
  .sm\:pt-2, .sm\:my-2 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-3, .sm\:my-3 {
    padding-top: 1rem !important;
  }
  .sm\:pt-4, .sm\:my-4 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-5, .sm\:my-5 {
    padding-top: 3rem !important;
  }
  .sm\:pt-6, .sm\:my-6 {
    padding-top: 3.25rem !important;
  }
  .sm\:pt-7, .sm\:my-7 {
    padding-top: 3.5rem !important;
  }
  .sm\:pt-8, .sm\:my-8 {
    padding-top: 4rem !important;
  }
  .sm\:pt-9, .sm\:my-9 {
    padding-top: 4.5rem !important;
  }
  .sm\:pt-10, .sm\:my-10 {
    padding-top: 9rem !important;
  }
  .sm\:pt-11, .sm\:my-11 {
    padding-top: 9.25rem !important;
  }
  .sm\:pt-12, .sm\:my-12 {
    padding-top: 9.5rem !important;
  }
  .sm\:pt-13, .sm\:my-13 {
    padding-top: 10rem !important;
  }
  .sm\:pt-14, .sm\:my-14 {
    padding-top: 10.5rem !important;
  }
  .sm\:pt-15, .sm\:my-15 {
    padding-top: 20rem !important;
  }
  .sm\:pr-0, .sm\:mx-0 {
    padding-right: 0rem !important;
  }
  .sm\:pr-1, .sm\:mx-1 {
    padding-right: 0.25rem !important;
  }
  .sm\:pr-2, .sm\:mx-2 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-3, .sm\:mx-3 {
    padding-right: 1rem !important;
  }
  .sm\:pr-4, .sm\:mx-4 {
    padding-right: 1.5rem !important;
  }
  .sm\:pr-5, .sm\:mx-5 {
    padding-right: 3rem !important;
  }
  .sm\:pr-6, .sm\:mx-6 {
    padding-right: 3.25rem !important;
  }
  .sm\:pr-7, .sm\:mx-7 {
    padding-right: 3.5rem !important;
  }
  .sm\:pr-8, .sm\:mx-8 {
    padding-right: 4rem !important;
  }
  .sm\:pr-9, .sm\:mx-9 {
    padding-right: 4.5rem !important;
  }
  .sm\:pr-10, .sm\:mx-10 {
    padding-right: 9rem !important;
  }
  .sm\:pr-11, .sm\:mx-11 {
    padding-right: 9.25rem !important;
  }
  .sm\:pr-12, .sm\:mx-12 {
    padding-right: 9.5rem !important;
  }
  .sm\:pr-13, .sm\:mx-13 {
    padding-right: 10rem !important;
  }
  .sm\:pr-14, .sm\:mx-14 {
    padding-right: 10.5rem !important;
  }
  .sm\:pr-15, .sm\:mx-15 {
    padding-right: 20rem !important;
  }
  .sm\:pb-0, .sm\:my-0 {
    padding-bottom: 0rem !important;
  }
  .sm\:pb-1, .sm\:my-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pb-2, .sm\:my-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-3, .sm\:my-3 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-4, .sm\:my-4 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-5, .sm\:my-5 {
    padding-bottom: 3rem !important;
  }
  .sm\:pb-6, .sm\:my-6 {
    padding-bottom: 3.25rem !important;
  }
  .sm\:pb-7, .sm\:my-7 {
    padding-bottom: 3.5rem !important;
  }
  .sm\:pb-8, .sm\:my-8 {
    padding-bottom: 4rem !important;
  }
  .sm\:pb-9, .sm\:my-9 {
    padding-bottom: 4.5rem !important;
  }
  .sm\:pb-10, .sm\:my-10 {
    padding-bottom: 9rem !important;
  }
  .sm\:pb-11, .sm\:my-11 {
    padding-bottom: 9.25rem !important;
  }
  .sm\:pb-12, .sm\:my-12 {
    padding-bottom: 9.5rem !important;
  }
  .sm\:pb-13, .sm\:my-13 {
    padding-bottom: 10rem !important;
  }
  .sm\:pb-14, .sm\:my-14 {
    padding-bottom: 10.5rem !important;
  }
  .sm\:pb-15, .sm\:my-15 {
    padding-bottom: 20rem !important;
  }
  .sm\:pl-0, .sm\:mx-0 {
    padding-left: 0rem !important;
  }
  .sm\:pl-1, .sm\:mx-1 {
    padding-left: 0.25rem !important;
  }
  .sm\:pl-2, .sm\:mx-2 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-3, .sm\:mx-3 {
    padding-left: 1rem !important;
  }
  .sm\:pl-4, .sm\:mx-4 {
    padding-left: 1.5rem !important;
  }
  .sm\:pl-5, .sm\:mx-5 {
    padding-left: 3rem !important;
  }
  .sm\:pl-6, .sm\:mx-6 {
    padding-left: 3.25rem !important;
  }
  .sm\:pl-7, .sm\:mx-7 {
    padding-left: 3.5rem !important;
  }
  .sm\:pl-8, .sm\:mx-8 {
    padding-left: 4rem !important;
  }
  .sm\:pl-9, .sm\:mx-9 {
    padding-left: 4.5rem !important;
  }
  .sm\:pl-10, .sm\:mx-10 {
    padding-left: 9rem !important;
  }
  .sm\:pl-11, .sm\:mx-11 {
    padding-left: 9.25rem !important;
  }
  .sm\:pl-12, .sm\:mx-12 {
    padding-left: 9.5rem !important;
  }
  .sm\:pl-13, .sm\:mx-13 {
    padding-left: 10rem !important;
  }
  .sm\:pl-14, .sm\:mx-14 {
    padding-left: 10.5rem !important;
  }
  .sm\:pl-15, .sm\:mx-15 {
    padding-left: 20rem !important;
  }
  .sm\:m-0n {
    margin: -0rem !important;
  }
  .sm\:m-1n {
    margin: -0.25rem !important;
  }
  .sm\:m-2n {
    margin: -0.5rem !important;
  }
  .sm\:m-3n {
    margin: -1rem !important;
  }
  .sm\:m-4n {
    margin: -1.5rem !important;
  }
  .sm\:m-5n {
    margin: -3rem !important;
  }
  .sm\:m-6n {
    margin: -3.25rem !important;
  }
  .sm\:m-7n {
    margin: -3.5rem !important;
  }
  .sm\:m-8n {
    margin: -4rem !important;
  }
  .sm\:m-9n {
    margin: -4.5rem !important;
  }
  .sm\:m-10n {
    margin: -9rem !important;
  }
  .sm\:m-11n {
    margin: -9.25rem !important;
  }
  .sm\:m-12n {
    margin: -9.5rem !important;
  }
  .sm\:m-13n {
    margin: -10rem !important;
  }
  .sm\:m-14n {
    margin: -10.5rem !important;
  }
  .sm\:m-15n {
    margin: -20rem !important;
  }
  .sm\:mt-0n, .sm\:my-0n {
    margin-top: -0rem !important;
  }
  .sm\:mt-1n, .sm\:my-1n {
    margin-top: -0.25rem !important;
  }
  .sm\:mt-2n, .sm\:my-2n {
    margin-top: -0.5rem !important;
  }
  .sm\:mt-3n, .sm\:my-3n {
    margin-top: -1rem !important;
  }
  .sm\:mt-4n, .sm\:my-4n {
    margin-top: -1.5rem !important;
  }
  .sm\:mt-5n, .sm\:my-5n {
    margin-top: -3rem !important;
  }
  .sm\:mt-6n, .sm\:my-6n {
    margin-top: -3.25rem !important;
  }
  .sm\:mt-7n, .sm\:my-7n {
    margin-top: -3.5rem !important;
  }
  .sm\:mt-8n, .sm\:my-8n {
    margin-top: -4rem !important;
  }
  .sm\:mt-9n, .sm\:my-9n {
    margin-top: -4.5rem !important;
  }
  .sm\:mt-10n, .sm\:my-10n {
    margin-top: -9rem !important;
  }
  .sm\:mt-11n, .sm\:my-11n {
    margin-top: -9.25rem !important;
  }
  .sm\:mt-12n, .sm\:my-12n {
    margin-top: -9.5rem !important;
  }
  .sm\:mt-13n, .sm\:my-13n {
    margin-top: -10rem !important;
  }
  .sm\:mt-14n, .sm\:my-14n {
    margin-top: -10.5rem !important;
  }
  .sm\:mt-15n, .sm\:my-15n {
    margin-top: -20rem !important;
  }
  .sm\:mr-0n, .sm\:mx-0n {
    margin-right: -0rem !important;
  }
  .sm\:mr-1n, .sm\:mx-1n {
    margin-right: -0.25rem !important;
  }
  .sm\:mr-2n, .sm\:mx-2n {
    margin-right: -0.5rem !important;
  }
  .sm\:mr-3n, .sm\:mx-3n {
    margin-right: -1rem !important;
  }
  .sm\:mr-4n, .sm\:mx-4n {
    margin-right: -1.5rem !important;
  }
  .sm\:mr-5n, .sm\:mx-5n {
    margin-right: -3rem !important;
  }
  .sm\:mr-6n, .sm\:mx-6n {
    margin-right: -3.25rem !important;
  }
  .sm\:mr-7n, .sm\:mx-7n {
    margin-right: -3.5rem !important;
  }
  .sm\:mr-8n, .sm\:mx-8n {
    margin-right: -4rem !important;
  }
  .sm\:mr-9n, .sm\:mx-9n {
    margin-right: -4.5rem !important;
  }
  .sm\:mr-10n, .sm\:mx-10n {
    margin-right: -9rem !important;
  }
  .sm\:mr-11n, .sm\:mx-11n {
    margin-right: -9.25rem !important;
  }
  .sm\:mr-12n, .sm\:mx-12n {
    margin-right: -9.5rem !important;
  }
  .sm\:mr-13n, .sm\:mx-13n {
    margin-right: -10rem !important;
  }
  .sm\:mr-14n, .sm\:mx-14n {
    margin-right: -10.5rem !important;
  }
  .sm\:mr-15n, .sm\:mx-15n {
    margin-right: -20rem !important;
  }
  .sm\:mb-0n, .sm\:my-0n {
    margin-bottom: -0rem !important;
  }
  .sm\:mb-1n, .sm\:my-1n {
    margin-bottom: -0.25rem !important;
  }
  .sm\:mb-2n, .sm\:my-2n {
    margin-bottom: -0.5rem !important;
  }
  .sm\:mb-3n, .sm\:my-3n {
    margin-bottom: -1rem !important;
  }
  .sm\:mb-4n, .sm\:my-4n {
    margin-bottom: -1.5rem !important;
  }
  .sm\:mb-5n, .sm\:my-5n {
    margin-bottom: -3rem !important;
  }
  .sm\:mb-6n, .sm\:my-6n {
    margin-bottom: -3.25rem !important;
  }
  .sm\:mb-7n, .sm\:my-7n {
    margin-bottom: -3.5rem !important;
  }
  .sm\:mb-8n, .sm\:my-8n {
    margin-bottom: -4rem !important;
  }
  .sm\:mb-9n, .sm\:my-9n {
    margin-bottom: -4.5rem !important;
  }
  .sm\:mb-10n, .sm\:my-10n {
    margin-bottom: -9rem !important;
  }
  .sm\:mb-11n, .sm\:my-11n {
    margin-bottom: -9.25rem !important;
  }
  .sm\:mb-12n, .sm\:my-12n {
    margin-bottom: -9.5rem !important;
  }
  .sm\:mb-13n, .sm\:my-13n {
    margin-bottom: -10rem !important;
  }
  .sm\:mb-14n, .sm\:my-14n {
    margin-bottom: -10.5rem !important;
  }
  .sm\:mb-15n, .sm\:my-15n {
    margin-bottom: -20rem !important;
  }
  .sm\:ml-0n, .sm\:mx-0n {
    margin-left: -0rem !important;
  }
  .sm\:ml-1n, .sm\:mx-1n {
    margin-left: -0.25rem !important;
  }
  .sm\:ml-2n, .sm\:mx-2n {
    margin-left: -0.5rem !important;
  }
  .sm\:ml-3n, .sm\:mx-3n {
    margin-left: -1rem !important;
  }
  .sm\:ml-4n, .sm\:mx-4n {
    margin-left: -1.5rem !important;
  }
  .sm\:ml-5n, .sm\:mx-5n {
    margin-left: -3rem !important;
  }
  .sm\:ml-6n, .sm\:mx-6n {
    margin-left: -3.25rem !important;
  }
  .sm\:ml-7n, .sm\:mx-7n {
    margin-left: -3.5rem !important;
  }
  .sm\:ml-8n, .sm\:mx-8n {
    margin-left: -4rem !important;
  }
  .sm\:ml-9n, .sm\:mx-9n {
    margin-left: -4.5rem !important;
  }
  .sm\:ml-10n, .sm\:mx-10n {
    margin-left: -9rem !important;
  }
  .sm\:ml-11n, .sm\:mx-11n {
    margin-left: -9.25rem !important;
  }
  .sm\:ml-12n, .sm\:mx-12n {
    margin-left: -9.5rem !important;
  }
  .sm\:ml-13n, .sm\:mx-13n {
    margin-left: -10rem !important;
  }
  .sm\:ml-14n, .sm\:mx-14n {
    margin-left: -10.5rem !important;
  }
  .sm\:ml-15n, .sm\:mx-15n {
    margin-left: -20rem !important;
  }
  .sm\:p-0n {
    padding: -0rem !important;
  }
  .sm\:p-1n {
    padding: -0.25rem !important;
  }
  .sm\:p-2n {
    padding: -0.5rem !important;
  }
  .sm\:p-3n {
    padding: -1rem !important;
  }
  .sm\:p-4n {
    padding: -1.5rem !important;
  }
  .sm\:p-5n {
    padding: -3rem !important;
  }
  .sm\:p-6n {
    padding: -3.25rem !important;
  }
  .sm\:p-7n {
    padding: -3.5rem !important;
  }
  .sm\:p-8n {
    padding: -4rem !important;
  }
  .sm\:p-9n {
    padding: -4.5rem !important;
  }
  .sm\:p-10n {
    padding: -9rem !important;
  }
  .sm\:p-11n {
    padding: -9.25rem !important;
  }
  .sm\:p-12n {
    padding: -9.5rem !important;
  }
  .sm\:p-13n {
    padding: -10rem !important;
  }
  .sm\:p-14n {
    padding: -10.5rem !important;
  }
  .sm\:p-15n {
    padding: -20rem !important;
  }
  .sm\:pt-0n, .sm\:my-0n {
    padding-top: -0rem !important;
  }
  .sm\:pt-1n, .sm\:my-1n {
    padding-top: -0.25rem !important;
  }
  .sm\:pt-2n, .sm\:my-2n {
    padding-top: -0.5rem !important;
  }
  .sm\:pt-3n, .sm\:my-3n {
    padding-top: -1rem !important;
  }
  .sm\:pt-4n, .sm\:my-4n {
    padding-top: -1.5rem !important;
  }
  .sm\:pt-5n, .sm\:my-5n {
    padding-top: -3rem !important;
  }
  .sm\:pt-6n, .sm\:my-6n {
    padding-top: -3.25rem !important;
  }
  .sm\:pt-7n, .sm\:my-7n {
    padding-top: -3.5rem !important;
  }
  .sm\:pt-8n, .sm\:my-8n {
    padding-top: -4rem !important;
  }
  .sm\:pt-9n, .sm\:my-9n {
    padding-top: -4.5rem !important;
  }
  .sm\:pt-10n, .sm\:my-10n {
    padding-top: -9rem !important;
  }
  .sm\:pt-11n, .sm\:my-11n {
    padding-top: -9.25rem !important;
  }
  .sm\:pt-12n, .sm\:my-12n {
    padding-top: -9.5rem !important;
  }
  .sm\:pt-13n, .sm\:my-13n {
    padding-top: -10rem !important;
  }
  .sm\:pt-14n, .sm\:my-14n {
    padding-top: -10.5rem !important;
  }
  .sm\:pt-15n, .sm\:my-15n {
    padding-top: -20rem !important;
  }
  .sm\:pr-0n, .sm\:mx-0n {
    padding-right: -0rem !important;
  }
  .sm\:pr-1n, .sm\:mx-1n {
    padding-right: -0.25rem !important;
  }
  .sm\:pr-2n, .sm\:mx-2n {
    padding-right: -0.5rem !important;
  }
  .sm\:pr-3n, .sm\:mx-3n {
    padding-right: -1rem !important;
  }
  .sm\:pr-4n, .sm\:mx-4n {
    padding-right: -1.5rem !important;
  }
  .sm\:pr-5n, .sm\:mx-5n {
    padding-right: -3rem !important;
  }
  .sm\:pr-6n, .sm\:mx-6n {
    padding-right: -3.25rem !important;
  }
  .sm\:pr-7n, .sm\:mx-7n {
    padding-right: -3.5rem !important;
  }
  .sm\:pr-8n, .sm\:mx-8n {
    padding-right: -4rem !important;
  }
  .sm\:pr-9n, .sm\:mx-9n {
    padding-right: -4.5rem !important;
  }
  .sm\:pr-10n, .sm\:mx-10n {
    padding-right: -9rem !important;
  }
  .sm\:pr-11n, .sm\:mx-11n {
    padding-right: -9.25rem !important;
  }
  .sm\:pr-12n, .sm\:mx-12n {
    padding-right: -9.5rem !important;
  }
  .sm\:pr-13n, .sm\:mx-13n {
    padding-right: -10rem !important;
  }
  .sm\:pr-14n, .sm\:mx-14n {
    padding-right: -10.5rem !important;
  }
  .sm\:pr-15n, .sm\:mx-15n {
    padding-right: -20rem !important;
  }
  .sm\:pb-0n, .sm\:my-0n {
    padding-bottom: -0rem !important;
  }
  .sm\:pb-1n, .sm\:my-1n {
    padding-bottom: -0.25rem !important;
  }
  .sm\:pb-2n, .sm\:my-2n {
    padding-bottom: -0.5rem !important;
  }
  .sm\:pb-3n, .sm\:my-3n {
    padding-bottom: -1rem !important;
  }
  .sm\:pb-4n, .sm\:my-4n {
    padding-bottom: -1.5rem !important;
  }
  .sm\:pb-5n, .sm\:my-5n {
    padding-bottom: -3rem !important;
  }
  .sm\:pb-6n, .sm\:my-6n {
    padding-bottom: -3.25rem !important;
  }
  .sm\:pb-7n, .sm\:my-7n {
    padding-bottom: -3.5rem !important;
  }
  .sm\:pb-8n, .sm\:my-8n {
    padding-bottom: -4rem !important;
  }
  .sm\:pb-9n, .sm\:my-9n {
    padding-bottom: -4.5rem !important;
  }
  .sm\:pb-10n, .sm\:my-10n {
    padding-bottom: -9rem !important;
  }
  .sm\:pb-11n, .sm\:my-11n {
    padding-bottom: -9.25rem !important;
  }
  .sm\:pb-12n, .sm\:my-12n {
    padding-bottom: -9.5rem !important;
  }
  .sm\:pb-13n, .sm\:my-13n {
    padding-bottom: -10rem !important;
  }
  .sm\:pb-14n, .sm\:my-14n {
    padding-bottom: -10.5rem !important;
  }
  .sm\:pb-15n, .sm\:my-15n {
    padding-bottom: -20rem !important;
  }
  .sm\:pl-0n, .sm\:mx-0n {
    padding-left: -0rem !important;
  }
  .sm\:pl-1n, .sm\:mx-1n {
    padding-left: -0.25rem !important;
  }
  .sm\:pl-2n, .sm\:mx-2n {
    padding-left: -0.5rem !important;
  }
  .sm\:pl-3n, .sm\:mx-3n {
    padding-left: -1rem !important;
  }
  .sm\:pl-4n, .sm\:mx-4n {
    padding-left: -1.5rem !important;
  }
  .sm\:pl-5n, .sm\:mx-5n {
    padding-left: -3rem !important;
  }
  .sm\:pl-6n, .sm\:mx-6n {
    padding-left: -3.25rem !important;
  }
  .sm\:pl-7n, .sm\:mx-7n {
    padding-left: -3.5rem !important;
  }
  .sm\:pl-8n, .sm\:mx-8n {
    padding-left: -4rem !important;
  }
  .sm\:pl-9n, .sm\:mx-9n {
    padding-left: -4.5rem !important;
  }
  .sm\:pl-10n, .sm\:mx-10n {
    padding-left: -9rem !important;
  }
  .sm\:pl-11n, .sm\:mx-11n {
    padding-left: -9.25rem !important;
  }
  .sm\:pl-12n, .sm\:mx-12n {
    padding-left: -9.5rem !important;
  }
  .sm\:pl-13n, .sm\:mx-13n {
    padding-left: -10rem !important;
  }
  .sm\:pl-14n, .sm\:mx-14n {
    padding-left: -10.5rem !important;
  }
  .sm\:pl-15n, .sm\:mx-15n {
    padding-left: -20rem !important;
  }
}
@media (min-width: 767.98px) {
  .md\:m-0 {
    margin: 0rem !important;
  }
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  .md\:m-3 {
    margin: 1rem !important;
  }
  .md\:m-4 {
    margin: 1.5rem !important;
  }
  .md\:m-5 {
    margin: 3rem !important;
  }
  .md\:m-6 {
    margin: 3.25rem !important;
  }
  .md\:m-7 {
    margin: 3.5rem !important;
  }
  .md\:m-8 {
    margin: 4rem !important;
  }
  .md\:m-9 {
    margin: 4.5rem !important;
  }
  .md\:m-10 {
    margin: 9rem !important;
  }
  .md\:m-11 {
    margin: 9.25rem !important;
  }
  .md\:m-12 {
    margin: 9.5rem !important;
  }
  .md\:m-13 {
    margin: 10rem !important;
  }
  .md\:m-14 {
    margin: 10.5rem !important;
  }
  .md\:m-15 {
    margin: 20rem !important;
  }
  .md\:mt-0, .md\:my-0 {
    margin-top: 0rem !important;
  }
  .md\:mt-1, .md\:my-1 {
    margin-top: 0.25rem !important;
  }
  .md\:mt-2, .md\:my-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-3, .md\:my-3 {
    margin-top: 1rem !important;
  }
  .md\:mt-4, .md\:my-4 {
    margin-top: 1.5rem !important;
  }
  .md\:mt-5, .md\:my-5 {
    margin-top: 3rem !important;
  }
  .md\:mt-6, .md\:my-6 {
    margin-top: 3.25rem !important;
  }
  .md\:mt-7, .md\:my-7 {
    margin-top: 3.5rem !important;
  }
  .md\:mt-8, .md\:my-8 {
    margin-top: 4rem !important;
  }
  .md\:mt-9, .md\:my-9 {
    margin-top: 4.5rem !important;
  }
  .md\:mt-10, .md\:my-10 {
    margin-top: 9rem !important;
  }
  .md\:mt-11, .md\:my-11 {
    margin-top: 9.25rem !important;
  }
  .md\:mt-12, .md\:my-12 {
    margin-top: 9.5rem !important;
  }
  .md\:mt-13, .md\:my-13 {
    margin-top: 10rem !important;
  }
  .md\:mt-14, .md\:my-14 {
    margin-top: 10.5rem !important;
  }
  .md\:mt-15, .md\:my-15 {
    margin-top: 20rem !important;
  }
  .md\:mr-0, .md\:mx-0 {
    margin-right: 0rem !important;
  }
  .md\:mr-1, .md\:mx-1 {
    margin-right: 0.25rem !important;
  }
  .md\:mr-2, .md\:mx-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mr-3, .md\:mx-3 {
    margin-right: 1rem !important;
  }
  .md\:mr-4, .md\:mx-4 {
    margin-right: 1.5rem !important;
  }
  .md\:mr-5, .md\:mx-5 {
    margin-right: 3rem !important;
  }
  .md\:mr-6, .md\:mx-6 {
    margin-right: 3.25rem !important;
  }
  .md\:mr-7, .md\:mx-7 {
    margin-right: 3.5rem !important;
  }
  .md\:mr-8, .md\:mx-8 {
    margin-right: 4rem !important;
  }
  .md\:mr-9, .md\:mx-9 {
    margin-right: 4.5rem !important;
  }
  .md\:mr-10, .md\:mx-10 {
    margin-right: 9rem !important;
  }
  .md\:mr-11, .md\:mx-11 {
    margin-right: 9.25rem !important;
  }
  .md\:mr-12, .md\:mx-12 {
    margin-right: 9.5rem !important;
  }
  .md\:mr-13, .md\:mx-13 {
    margin-right: 10rem !important;
  }
  .md\:mr-14, .md\:mx-14 {
    margin-right: 10.5rem !important;
  }
  .md\:mr-15, .md\:mx-15 {
    margin-right: 20rem !important;
  }
  .md\:mb-0, .md\:my-0 {
    margin-bottom: 0rem !important;
  }
  .md\:mb-1, .md\:my-1 {
    margin-bottom: 0.25rem !important;
  }
  .md\:mb-2, .md\:my-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-3, .md\:my-3 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-4, .md\:my-4 {
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-5, .md\:my-5 {
    margin-bottom: 3rem !important;
  }
  .md\:mb-6, .md\:my-6 {
    margin-bottom: 3.25rem !important;
  }
  .md\:mb-7, .md\:my-7 {
    margin-bottom: 3.5rem !important;
  }
  .md\:mb-8, .md\:my-8 {
    margin-bottom: 4rem !important;
  }
  .md\:mb-9, .md\:my-9 {
    margin-bottom: 4.5rem !important;
  }
  .md\:mb-10, .md\:my-10 {
    margin-bottom: 9rem !important;
  }
  .md\:mb-11, .md\:my-11 {
    margin-bottom: 9.25rem !important;
  }
  .md\:mb-12, .md\:my-12 {
    margin-bottom: 9.5rem !important;
  }
  .md\:mb-13, .md\:my-13 {
    margin-bottom: 10rem !important;
  }
  .md\:mb-14, .md\:my-14 {
    margin-bottom: 10.5rem !important;
  }
  .md\:mb-15, .md\:my-15 {
    margin-bottom: 20rem !important;
  }
  .md\:ml-0, .md\:mx-0 {
    margin-left: 0rem !important;
  }
  .md\:ml-1, .md\:mx-1 {
    margin-left: 0.25rem !important;
  }
  .md\:ml-2, .md\:mx-2 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-3, .md\:mx-3 {
    margin-left: 1rem !important;
  }
  .md\:ml-4, .md\:mx-4 {
    margin-left: 1.5rem !important;
  }
  .md\:ml-5, .md\:mx-5 {
    margin-left: 3rem !important;
  }
  .md\:ml-6, .md\:mx-6 {
    margin-left: 3.25rem !important;
  }
  .md\:ml-7, .md\:mx-7 {
    margin-left: 3.5rem !important;
  }
  .md\:ml-8, .md\:mx-8 {
    margin-left: 4rem !important;
  }
  .md\:ml-9, .md\:mx-9 {
    margin-left: 4.5rem !important;
  }
  .md\:ml-10, .md\:mx-10 {
    margin-left: 9rem !important;
  }
  .md\:ml-11, .md\:mx-11 {
    margin-left: 9.25rem !important;
  }
  .md\:ml-12, .md\:mx-12 {
    margin-left: 9.5rem !important;
  }
  .md\:ml-13, .md\:mx-13 {
    margin-left: 10rem !important;
  }
  .md\:ml-14, .md\:mx-14 {
    margin-left: 10.5rem !important;
  }
  .md\:ml-15, .md\:mx-15 {
    margin-left: 20rem !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: 1rem !important;
  }
  .md\:p-4 {
    padding: 1.5rem !important;
  }
  .md\:p-5 {
    padding: 3rem !important;
  }
  .md\:p-6 {
    padding: 3.25rem !important;
  }
  .md\:p-7 {
    padding: 3.5rem !important;
  }
  .md\:p-8 {
    padding: 4rem !important;
  }
  .md\:p-9 {
    padding: 4.5rem !important;
  }
  .md\:p-10 {
    padding: 9rem !important;
  }
  .md\:p-11 {
    padding: 9.25rem !important;
  }
  .md\:p-12 {
    padding: 9.5rem !important;
  }
  .md\:p-13 {
    padding: 10rem !important;
  }
  .md\:p-14 {
    padding: 10.5rem !important;
  }
  .md\:p-15 {
    padding: 20rem !important;
  }
  .md\:pt-0, .md\:my-0 {
    padding-top: 0rem !important;
  }
  .md\:pt-1, .md\:my-1 {
    padding-top: 0.25rem !important;
  }
  .md\:pt-2, .md\:my-2 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-3, .md\:my-3 {
    padding-top: 1rem !important;
  }
  .md\:pt-4, .md\:my-4 {
    padding-top: 1.5rem !important;
  }
  .md\:pt-5, .md\:my-5 {
    padding-top: 3rem !important;
  }
  .md\:pt-6, .md\:my-6 {
    padding-top: 3.25rem !important;
  }
  .md\:pt-7, .md\:my-7 {
    padding-top: 3.5rem !important;
  }
  .md\:pt-8, .md\:my-8 {
    padding-top: 4rem !important;
  }
  .md\:pt-9, .md\:my-9 {
    padding-top: 4.5rem !important;
  }
  .md\:pt-10, .md\:my-10 {
    padding-top: 9rem !important;
  }
  .md\:pt-11, .md\:my-11 {
    padding-top: 9.25rem !important;
  }
  .md\:pt-12, .md\:my-12 {
    padding-top: 9.5rem !important;
  }
  .md\:pt-13, .md\:my-13 {
    padding-top: 10rem !important;
  }
  .md\:pt-14, .md\:my-14 {
    padding-top: 10.5rem !important;
  }
  .md\:pt-15, .md\:my-15 {
    padding-top: 20rem !important;
  }
  .md\:pr-0, .md\:mx-0 {
    padding-right: 0rem !important;
  }
  .md\:pr-1, .md\:mx-1 {
    padding-right: 0.25rem !important;
  }
  .md\:pr-2, .md\:mx-2 {
    padding-right: 0.5rem !important;
  }
  .md\:pr-3, .md\:mx-3 {
    padding-right: 1rem !important;
  }
  .md\:pr-4, .md\:mx-4 {
    padding-right: 1.5rem !important;
  }
  .md\:pr-5, .md\:mx-5 {
    padding-right: 3rem !important;
  }
  .md\:pr-6, .md\:mx-6 {
    padding-right: 3.25rem !important;
  }
  .md\:pr-7, .md\:mx-7 {
    padding-right: 3.5rem !important;
  }
  .md\:pr-8, .md\:mx-8 {
    padding-right: 4rem !important;
  }
  .md\:pr-9, .md\:mx-9 {
    padding-right: 4.5rem !important;
  }
  .md\:pr-10, .md\:mx-10 {
    padding-right: 9rem !important;
  }
  .md\:pr-11, .md\:mx-11 {
    padding-right: 9.25rem !important;
  }
  .md\:pr-12, .md\:mx-12 {
    padding-right: 9.5rem !important;
  }
  .md\:pr-13, .md\:mx-13 {
    padding-right: 10rem !important;
  }
  .md\:pr-14, .md\:mx-14 {
    padding-right: 10.5rem !important;
  }
  .md\:pr-15, .md\:mx-15 {
    padding-right: 20rem !important;
  }
  .md\:pb-0, .md\:my-0 {
    padding-bottom: 0rem !important;
  }
  .md\:pb-1, .md\:my-1 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pb-2, .md\:my-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-3, .md\:my-3 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-4, .md\:my-4 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pb-5, .md\:my-5 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-6, .md\:my-6 {
    padding-bottom: 3.25rem !important;
  }
  .md\:pb-7, .md\:my-7 {
    padding-bottom: 3.5rem !important;
  }
  .md\:pb-8, .md\:my-8 {
    padding-bottom: 4rem !important;
  }
  .md\:pb-9, .md\:my-9 {
    padding-bottom: 4.5rem !important;
  }
  .md\:pb-10, .md\:my-10 {
    padding-bottom: 9rem !important;
  }
  .md\:pb-11, .md\:my-11 {
    padding-bottom: 9.25rem !important;
  }
  .md\:pb-12, .md\:my-12 {
    padding-bottom: 9.5rem !important;
  }
  .md\:pb-13, .md\:my-13 {
    padding-bottom: 10rem !important;
  }
  .md\:pb-14, .md\:my-14 {
    padding-bottom: 10.5rem !important;
  }
  .md\:pb-15, .md\:my-15 {
    padding-bottom: 20rem !important;
  }
  .md\:pl-0, .md\:mx-0 {
    padding-left: 0rem !important;
  }
  .md\:pl-1, .md\:mx-1 {
    padding-left: 0.25rem !important;
  }
  .md\:pl-2, .md\:mx-2 {
    padding-left: 0.5rem !important;
  }
  .md\:pl-3, .md\:mx-3 {
    padding-left: 1rem !important;
  }
  .md\:pl-4, .md\:mx-4 {
    padding-left: 1.5rem !important;
  }
  .md\:pl-5, .md\:mx-5 {
    padding-left: 3rem !important;
  }
  .md\:pl-6, .md\:mx-6 {
    padding-left: 3.25rem !important;
  }
  .md\:pl-7, .md\:mx-7 {
    padding-left: 3.5rem !important;
  }
  .md\:pl-8, .md\:mx-8 {
    padding-left: 4rem !important;
  }
  .md\:pl-9, .md\:mx-9 {
    padding-left: 4.5rem !important;
  }
  .md\:pl-10, .md\:mx-10 {
    padding-left: 9rem !important;
  }
  .md\:pl-11, .md\:mx-11 {
    padding-left: 9.25rem !important;
  }
  .md\:pl-12, .md\:mx-12 {
    padding-left: 9.5rem !important;
  }
  .md\:pl-13, .md\:mx-13 {
    padding-left: 10rem !important;
  }
  .md\:pl-14, .md\:mx-14 {
    padding-left: 10.5rem !important;
  }
  .md\:pl-15, .md\:mx-15 {
    padding-left: 20rem !important;
  }
  .md\:m-0n {
    margin: -0rem !important;
  }
  .md\:m-1n {
    margin: -0.25rem !important;
  }
  .md\:m-2n {
    margin: -0.5rem !important;
  }
  .md\:m-3n {
    margin: -1rem !important;
  }
  .md\:m-4n {
    margin: -1.5rem !important;
  }
  .md\:m-5n {
    margin: -3rem !important;
  }
  .md\:m-6n {
    margin: -3.25rem !important;
  }
  .md\:m-7n {
    margin: -3.5rem !important;
  }
  .md\:m-8n {
    margin: -4rem !important;
  }
  .md\:m-9n {
    margin: -4.5rem !important;
  }
  .md\:m-10n {
    margin: -9rem !important;
  }
  .md\:m-11n {
    margin: -9.25rem !important;
  }
  .md\:m-12n {
    margin: -9.5rem !important;
  }
  .md\:m-13n {
    margin: -10rem !important;
  }
  .md\:m-14n {
    margin: -10.5rem !important;
  }
  .md\:m-15n {
    margin: -20rem !important;
  }
  .md\:mt-0n, .md\:my-0n {
    margin-top: -0rem !important;
  }
  .md\:mt-1n, .md\:my-1n {
    margin-top: -0.25rem !important;
  }
  .md\:mt-2n, .md\:my-2n {
    margin-top: -0.5rem !important;
  }
  .md\:mt-3n, .md\:my-3n {
    margin-top: -1rem !important;
  }
  .md\:mt-4n, .md\:my-4n {
    margin-top: -1.5rem !important;
  }
  .md\:mt-5n, .md\:my-5n {
    margin-top: -3rem !important;
  }
  .md\:mt-6n, .md\:my-6n {
    margin-top: -3.25rem !important;
  }
  .md\:mt-7n, .md\:my-7n {
    margin-top: -3.5rem !important;
  }
  .md\:mt-8n, .md\:my-8n {
    margin-top: -4rem !important;
  }
  .md\:mt-9n, .md\:my-9n {
    margin-top: -4.5rem !important;
  }
  .md\:mt-10n, .md\:my-10n {
    margin-top: -9rem !important;
  }
  .md\:mt-11n, .md\:my-11n {
    margin-top: -9.25rem !important;
  }
  .md\:mt-12n, .md\:my-12n {
    margin-top: -9.5rem !important;
  }
  .md\:mt-13n, .md\:my-13n {
    margin-top: -10rem !important;
  }
  .md\:mt-14n, .md\:my-14n {
    margin-top: -10.5rem !important;
  }
  .md\:mt-15n, .md\:my-15n {
    margin-top: -20rem !important;
  }
  .md\:mr-0n, .md\:mx-0n {
    margin-right: -0rem !important;
  }
  .md\:mr-1n, .md\:mx-1n {
    margin-right: -0.25rem !important;
  }
  .md\:mr-2n, .md\:mx-2n {
    margin-right: -0.5rem !important;
  }
  .md\:mr-3n, .md\:mx-3n {
    margin-right: -1rem !important;
  }
  .md\:mr-4n, .md\:mx-4n {
    margin-right: -1.5rem !important;
  }
  .md\:mr-5n, .md\:mx-5n {
    margin-right: -3rem !important;
  }
  .md\:mr-6n, .md\:mx-6n {
    margin-right: -3.25rem !important;
  }
  .md\:mr-7n, .md\:mx-7n {
    margin-right: -3.5rem !important;
  }
  .md\:mr-8n, .md\:mx-8n {
    margin-right: -4rem !important;
  }
  .md\:mr-9n, .md\:mx-9n {
    margin-right: -4.5rem !important;
  }
  .md\:mr-10n, .md\:mx-10n {
    margin-right: -9rem !important;
  }
  .md\:mr-11n, .md\:mx-11n {
    margin-right: -9.25rem !important;
  }
  .md\:mr-12n, .md\:mx-12n {
    margin-right: -9.5rem !important;
  }
  .md\:mr-13n, .md\:mx-13n {
    margin-right: -10rem !important;
  }
  .md\:mr-14n, .md\:mx-14n {
    margin-right: -10.5rem !important;
  }
  .md\:mr-15n, .md\:mx-15n {
    margin-right: -20rem !important;
  }
  .md\:mb-0n, .md\:my-0n {
    margin-bottom: -0rem !important;
  }
  .md\:mb-1n, .md\:my-1n {
    margin-bottom: -0.25rem !important;
  }
  .md\:mb-2n, .md\:my-2n {
    margin-bottom: -0.5rem !important;
  }
  .md\:mb-3n, .md\:my-3n {
    margin-bottom: -1rem !important;
  }
  .md\:mb-4n, .md\:my-4n {
    margin-bottom: -1.5rem !important;
  }
  .md\:mb-5n, .md\:my-5n {
    margin-bottom: -3rem !important;
  }
  .md\:mb-6n, .md\:my-6n {
    margin-bottom: -3.25rem !important;
  }
  .md\:mb-7n, .md\:my-7n {
    margin-bottom: -3.5rem !important;
  }
  .md\:mb-8n, .md\:my-8n {
    margin-bottom: -4rem !important;
  }
  .md\:mb-9n, .md\:my-9n {
    margin-bottom: -4.5rem !important;
  }
  .md\:mb-10n, .md\:my-10n {
    margin-bottom: -9rem !important;
  }
  .md\:mb-11n, .md\:my-11n {
    margin-bottom: -9.25rem !important;
  }
  .md\:mb-12n, .md\:my-12n {
    margin-bottom: -9.5rem !important;
  }
  .md\:mb-13n, .md\:my-13n {
    margin-bottom: -10rem !important;
  }
  .md\:mb-14n, .md\:my-14n {
    margin-bottom: -10.5rem !important;
  }
  .md\:mb-15n, .md\:my-15n {
    margin-bottom: -20rem !important;
  }
  .md\:ml-0n, .md\:mx-0n {
    margin-left: -0rem !important;
  }
  .md\:ml-1n, .md\:mx-1n {
    margin-left: -0.25rem !important;
  }
  .md\:ml-2n, .md\:mx-2n {
    margin-left: -0.5rem !important;
  }
  .md\:ml-3n, .md\:mx-3n {
    margin-left: -1rem !important;
  }
  .md\:ml-4n, .md\:mx-4n {
    margin-left: -1.5rem !important;
  }
  .md\:ml-5n, .md\:mx-5n {
    margin-left: -3rem !important;
  }
  .md\:ml-6n, .md\:mx-6n {
    margin-left: -3.25rem !important;
  }
  .md\:ml-7n, .md\:mx-7n {
    margin-left: -3.5rem !important;
  }
  .md\:ml-8n, .md\:mx-8n {
    margin-left: -4rem !important;
  }
  .md\:ml-9n, .md\:mx-9n {
    margin-left: -4.5rem !important;
  }
  .md\:ml-10n, .md\:mx-10n {
    margin-left: -9rem !important;
  }
  .md\:ml-11n, .md\:mx-11n {
    margin-left: -9.25rem !important;
  }
  .md\:ml-12n, .md\:mx-12n {
    margin-left: -9.5rem !important;
  }
  .md\:ml-13n, .md\:mx-13n {
    margin-left: -10rem !important;
  }
  .md\:ml-14n, .md\:mx-14n {
    margin-left: -10.5rem !important;
  }
  .md\:ml-15n, .md\:mx-15n {
    margin-left: -20rem !important;
  }
  .md\:p-0n {
    padding: -0rem !important;
  }
  .md\:p-1n {
    padding: -0.25rem !important;
  }
  .md\:p-2n {
    padding: -0.5rem !important;
  }
  .md\:p-3n {
    padding: -1rem !important;
  }
  .md\:p-4n {
    padding: -1.5rem !important;
  }
  .md\:p-5n {
    padding: -3rem !important;
  }
  .md\:p-6n {
    padding: -3.25rem !important;
  }
  .md\:p-7n {
    padding: -3.5rem !important;
  }
  .md\:p-8n {
    padding: -4rem !important;
  }
  .md\:p-9n {
    padding: -4.5rem !important;
  }
  .md\:p-10n {
    padding: -9rem !important;
  }
  .md\:p-11n {
    padding: -9.25rem !important;
  }
  .md\:p-12n {
    padding: -9.5rem !important;
  }
  .md\:p-13n {
    padding: -10rem !important;
  }
  .md\:p-14n {
    padding: -10.5rem !important;
  }
  .md\:p-15n {
    padding: -20rem !important;
  }
  .md\:pt-0n, .md\:my-0n {
    padding-top: -0rem !important;
  }
  .md\:pt-1n, .md\:my-1n {
    padding-top: -0.25rem !important;
  }
  .md\:pt-2n, .md\:my-2n {
    padding-top: -0.5rem !important;
  }
  .md\:pt-3n, .md\:my-3n {
    padding-top: -1rem !important;
  }
  .md\:pt-4n, .md\:my-4n {
    padding-top: -1.5rem !important;
  }
  .md\:pt-5n, .md\:my-5n {
    padding-top: -3rem !important;
  }
  .md\:pt-6n, .md\:my-6n {
    padding-top: -3.25rem !important;
  }
  .md\:pt-7n, .md\:my-7n {
    padding-top: -3.5rem !important;
  }
  .md\:pt-8n, .md\:my-8n {
    padding-top: -4rem !important;
  }
  .md\:pt-9n, .md\:my-9n {
    padding-top: -4.5rem !important;
  }
  .md\:pt-10n, .md\:my-10n {
    padding-top: -9rem !important;
  }
  .md\:pt-11n, .md\:my-11n {
    padding-top: -9.25rem !important;
  }
  .md\:pt-12n, .md\:my-12n {
    padding-top: -9.5rem !important;
  }
  .md\:pt-13n, .md\:my-13n {
    padding-top: -10rem !important;
  }
  .md\:pt-14n, .md\:my-14n {
    padding-top: -10.5rem !important;
  }
  .md\:pt-15n, .md\:my-15n {
    padding-top: -20rem !important;
  }
  .md\:pr-0n, .md\:mx-0n {
    padding-right: -0rem !important;
  }
  .md\:pr-1n, .md\:mx-1n {
    padding-right: -0.25rem !important;
  }
  .md\:pr-2n, .md\:mx-2n {
    padding-right: -0.5rem !important;
  }
  .md\:pr-3n, .md\:mx-3n {
    padding-right: -1rem !important;
  }
  .md\:pr-4n, .md\:mx-4n {
    padding-right: -1.5rem !important;
  }
  .md\:pr-5n, .md\:mx-5n {
    padding-right: -3rem !important;
  }
  .md\:pr-6n, .md\:mx-6n {
    padding-right: -3.25rem !important;
  }
  .md\:pr-7n, .md\:mx-7n {
    padding-right: -3.5rem !important;
  }
  .md\:pr-8n, .md\:mx-8n {
    padding-right: -4rem !important;
  }
  .md\:pr-9n, .md\:mx-9n {
    padding-right: -4.5rem !important;
  }
  .md\:pr-10n, .md\:mx-10n {
    padding-right: -9rem !important;
  }
  .md\:pr-11n, .md\:mx-11n {
    padding-right: -9.25rem !important;
  }
  .md\:pr-12n, .md\:mx-12n {
    padding-right: -9.5rem !important;
  }
  .md\:pr-13n, .md\:mx-13n {
    padding-right: -10rem !important;
  }
  .md\:pr-14n, .md\:mx-14n {
    padding-right: -10.5rem !important;
  }
  .md\:pr-15n, .md\:mx-15n {
    padding-right: -20rem !important;
  }
  .md\:pb-0n, .md\:my-0n {
    padding-bottom: -0rem !important;
  }
  .md\:pb-1n, .md\:my-1n {
    padding-bottom: -0.25rem !important;
  }
  .md\:pb-2n, .md\:my-2n {
    padding-bottom: -0.5rem !important;
  }
  .md\:pb-3n, .md\:my-3n {
    padding-bottom: -1rem !important;
  }
  .md\:pb-4n, .md\:my-4n {
    padding-bottom: -1.5rem !important;
  }
  .md\:pb-5n, .md\:my-5n {
    padding-bottom: -3rem !important;
  }
  .md\:pb-6n, .md\:my-6n {
    padding-bottom: -3.25rem !important;
  }
  .md\:pb-7n, .md\:my-7n {
    padding-bottom: -3.5rem !important;
  }
  .md\:pb-8n, .md\:my-8n {
    padding-bottom: -4rem !important;
  }
  .md\:pb-9n, .md\:my-9n {
    padding-bottom: -4.5rem !important;
  }
  .md\:pb-10n, .md\:my-10n {
    padding-bottom: -9rem !important;
  }
  .md\:pb-11n, .md\:my-11n {
    padding-bottom: -9.25rem !important;
  }
  .md\:pb-12n, .md\:my-12n {
    padding-bottom: -9.5rem !important;
  }
  .md\:pb-13n, .md\:my-13n {
    padding-bottom: -10rem !important;
  }
  .md\:pb-14n, .md\:my-14n {
    padding-bottom: -10.5rem !important;
  }
  .md\:pb-15n, .md\:my-15n {
    padding-bottom: -20rem !important;
  }
  .md\:pl-0n, .md\:mx-0n {
    padding-left: -0rem !important;
  }
  .md\:pl-1n, .md\:mx-1n {
    padding-left: -0.25rem !important;
  }
  .md\:pl-2n, .md\:mx-2n {
    padding-left: -0.5rem !important;
  }
  .md\:pl-3n, .md\:mx-3n {
    padding-left: -1rem !important;
  }
  .md\:pl-4n, .md\:mx-4n {
    padding-left: -1.5rem !important;
  }
  .md\:pl-5n, .md\:mx-5n {
    padding-left: -3rem !important;
  }
  .md\:pl-6n, .md\:mx-6n {
    padding-left: -3.25rem !important;
  }
  .md\:pl-7n, .md\:mx-7n {
    padding-left: -3.5rem !important;
  }
  .md\:pl-8n, .md\:mx-8n {
    padding-left: -4rem !important;
  }
  .md\:pl-9n, .md\:mx-9n {
    padding-left: -4.5rem !important;
  }
  .md\:pl-10n, .md\:mx-10n {
    padding-left: -9rem !important;
  }
  .md\:pl-11n, .md\:mx-11n {
    padding-left: -9.25rem !important;
  }
  .md\:pl-12n, .md\:mx-12n {
    padding-left: -9.5rem !important;
  }
  .md\:pl-13n, .md\:mx-13n {
    padding-left: -10rem !important;
  }
  .md\:pl-14n, .md\:mx-14n {
    padding-left: -10.5rem !important;
  }
  .md\:pl-15n, .md\:mx-15n {
    padding-left: -20rem !important;
  }
}
@media (min-width: 991.98px) {
  .lg\:m-0 {
    margin: 0rem !important;
  }
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  .lg\:m-3 {
    margin: 1rem !important;
  }
  .lg\:m-4 {
    margin: 1.5rem !important;
  }
  .lg\:m-5 {
    margin: 3rem !important;
  }
  .lg\:m-6 {
    margin: 3.25rem !important;
  }
  .lg\:m-7 {
    margin: 3.5rem !important;
  }
  .lg\:m-8 {
    margin: 4rem !important;
  }
  .lg\:m-9 {
    margin: 4.5rem !important;
  }
  .lg\:m-10 {
    margin: 9rem !important;
  }
  .lg\:m-11 {
    margin: 9.25rem !important;
  }
  .lg\:m-12 {
    margin: 9.5rem !important;
  }
  .lg\:m-13 {
    margin: 10rem !important;
  }
  .lg\:m-14 {
    margin: 10.5rem !important;
  }
  .lg\:m-15 {
    margin: 20rem !important;
  }
  .lg\:mt-0, .lg\:my-0 {
    margin-top: 0rem !important;
  }
  .lg\:mt-1, .lg\:my-1 {
    margin-top: 0.25rem !important;
  }
  .lg\:mt-2, .lg\:my-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-3, .lg\:my-3 {
    margin-top: 1rem !important;
  }
  .lg\:mt-4, .lg\:my-4 {
    margin-top: 1.5rem !important;
  }
  .lg\:mt-5, .lg\:my-5 {
    margin-top: 3rem !important;
  }
  .lg\:mt-6, .lg\:my-6 {
    margin-top: 3.25rem !important;
  }
  .lg\:mt-7, .lg\:my-7 {
    margin-top: 3.5rem !important;
  }
  .lg\:mt-8, .lg\:my-8 {
    margin-top: 4rem !important;
  }
  .lg\:mt-9, .lg\:my-9 {
    margin-top: 4.5rem !important;
  }
  .lg\:mt-10, .lg\:my-10 {
    margin-top: 9rem !important;
  }
  .lg\:mt-11, .lg\:my-11 {
    margin-top: 9.25rem !important;
  }
  .lg\:mt-12, .lg\:my-12 {
    margin-top: 9.5rem !important;
  }
  .lg\:mt-13, .lg\:my-13 {
    margin-top: 10rem !important;
  }
  .lg\:mt-14, .lg\:my-14 {
    margin-top: 10.5rem !important;
  }
  .lg\:mt-15, .lg\:my-15 {
    margin-top: 20rem !important;
  }
  .lg\:mr-0, .lg\:mx-0 {
    margin-right: 0rem !important;
  }
  .lg\:mr-1, .lg\:mx-1 {
    margin-right: 0.25rem !important;
  }
  .lg\:mr-2, .lg\:mx-2 {
    margin-right: 0.5rem !important;
  }
  .lg\:mr-3, .lg\:mx-3 {
    margin-right: 1rem !important;
  }
  .lg\:mr-4, .lg\:mx-4 {
    margin-right: 1.5rem !important;
  }
  .lg\:mr-5, .lg\:mx-5 {
    margin-right: 3rem !important;
  }
  .lg\:mr-6, .lg\:mx-6 {
    margin-right: 3.25rem !important;
  }
  .lg\:mr-7, .lg\:mx-7 {
    margin-right: 3.5rem !important;
  }
  .lg\:mr-8, .lg\:mx-8 {
    margin-right: 4rem !important;
  }
  .lg\:mr-9, .lg\:mx-9 {
    margin-right: 4.5rem !important;
  }
  .lg\:mr-10, .lg\:mx-10 {
    margin-right: 9rem !important;
  }
  .lg\:mr-11, .lg\:mx-11 {
    margin-right: 9.25rem !important;
  }
  .lg\:mr-12, .lg\:mx-12 {
    margin-right: 9.5rem !important;
  }
  .lg\:mr-13, .lg\:mx-13 {
    margin-right: 10rem !important;
  }
  .lg\:mr-14, .lg\:mx-14 {
    margin-right: 10.5rem !important;
  }
  .lg\:mr-15, .lg\:mx-15 {
    margin-right: 20rem !important;
  }
  .lg\:mb-0, .lg\:my-0 {
    margin-bottom: 0rem !important;
  }
  .lg\:mb-1, .lg\:my-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:mb-2, .lg\:my-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-3, .lg\:my-3 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-4, .lg\:my-4 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:mb-5, .lg\:my-5 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-6, .lg\:my-6 {
    margin-bottom: 3.25rem !important;
  }
  .lg\:mb-7, .lg\:my-7 {
    margin-bottom: 3.5rem !important;
  }
  .lg\:mb-8, .lg\:my-8 {
    margin-bottom: 4rem !important;
  }
  .lg\:mb-9, .lg\:my-9 {
    margin-bottom: 4.5rem !important;
  }
  .lg\:mb-10, .lg\:my-10 {
    margin-bottom: 9rem !important;
  }
  .lg\:mb-11, .lg\:my-11 {
    margin-bottom: 9.25rem !important;
  }
  .lg\:mb-12, .lg\:my-12 {
    margin-bottom: 9.5rem !important;
  }
  .lg\:mb-13, .lg\:my-13 {
    margin-bottom: 10rem !important;
  }
  .lg\:mb-14, .lg\:my-14 {
    margin-bottom: 10.5rem !important;
  }
  .lg\:mb-15, .lg\:my-15 {
    margin-bottom: 20rem !important;
  }
  .lg\:ml-0, .lg\:mx-0 {
    margin-left: 0rem !important;
  }
  .lg\:ml-1, .lg\:mx-1 {
    margin-left: 0.25rem !important;
  }
  .lg\:ml-2, .lg\:mx-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-3, .lg\:mx-3 {
    margin-left: 1rem !important;
  }
  .lg\:ml-4, .lg\:mx-4 {
    margin-left: 1.5rem !important;
  }
  .lg\:ml-5, .lg\:mx-5 {
    margin-left: 3rem !important;
  }
  .lg\:ml-6, .lg\:mx-6 {
    margin-left: 3.25rem !important;
  }
  .lg\:ml-7, .lg\:mx-7 {
    margin-left: 3.5rem !important;
  }
  .lg\:ml-8, .lg\:mx-8 {
    margin-left: 4rem !important;
  }
  .lg\:ml-9, .lg\:mx-9 {
    margin-left: 4.5rem !important;
  }
  .lg\:ml-10, .lg\:mx-10 {
    margin-left: 9rem !important;
  }
  .lg\:ml-11, .lg\:mx-11 {
    margin-left: 9.25rem !important;
  }
  .lg\:ml-12, .lg\:mx-12 {
    margin-left: 9.5rem !important;
  }
  .lg\:ml-13, .lg\:mx-13 {
    margin-left: 10rem !important;
  }
  .lg\:ml-14, .lg\:mx-14 {
    margin-left: 10.5rem !important;
  }
  .lg\:ml-15, .lg\:mx-15 {
    margin-left: 20rem !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: 1rem !important;
  }
  .lg\:p-4 {
    padding: 1.5rem !important;
  }
  .lg\:p-5 {
    padding: 3rem !important;
  }
  .lg\:p-6 {
    padding: 3.25rem !important;
  }
  .lg\:p-7 {
    padding: 3.5rem !important;
  }
  .lg\:p-8 {
    padding: 4rem !important;
  }
  .lg\:p-9 {
    padding: 4.5rem !important;
  }
  .lg\:p-10 {
    padding: 9rem !important;
  }
  .lg\:p-11 {
    padding: 9.25rem !important;
  }
  .lg\:p-12 {
    padding: 9.5rem !important;
  }
  .lg\:p-13 {
    padding: 10rem !important;
  }
  .lg\:p-14 {
    padding: 10.5rem !important;
  }
  .lg\:p-15 {
    padding: 20rem !important;
  }
  .lg\:pt-0, .lg\:my-0 {
    padding-top: 0rem !important;
  }
  .lg\:pt-1, .lg\:my-1 {
    padding-top: 0.25rem !important;
  }
  .lg\:pt-2, .lg\:my-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-3, .lg\:my-3 {
    padding-top: 1rem !important;
  }
  .lg\:pt-4, .lg\:my-4 {
    padding-top: 1.5rem !important;
  }
  .lg\:pt-5, .lg\:my-5 {
    padding-top: 3rem !important;
  }
  .lg\:pt-6, .lg\:my-6 {
    padding-top: 3.25rem !important;
  }
  .lg\:pt-7, .lg\:my-7 {
    padding-top: 3.5rem !important;
  }
  .lg\:pt-8, .lg\:my-8 {
    padding-top: 4rem !important;
  }
  .lg\:pt-9, .lg\:my-9 {
    padding-top: 4.5rem !important;
  }
  .lg\:pt-10, .lg\:my-10 {
    padding-top: 9rem !important;
  }
  .lg\:pt-11, .lg\:my-11 {
    padding-top: 9.25rem !important;
  }
  .lg\:pt-12, .lg\:my-12 {
    padding-top: 9.5rem !important;
  }
  .lg\:pt-13, .lg\:my-13 {
    padding-top: 10rem !important;
  }
  .lg\:pt-14, .lg\:my-14 {
    padding-top: 10.5rem !important;
  }
  .lg\:pt-15, .lg\:my-15 {
    padding-top: 20rem !important;
  }
  .lg\:pr-0, .lg\:mx-0 {
    padding-right: 0rem !important;
  }
  .lg\:pr-1, .lg\:mx-1 {
    padding-right: 0.25rem !important;
  }
  .lg\:pr-2, .lg\:mx-2 {
    padding-right: 0.5rem !important;
  }
  .lg\:pr-3, .lg\:mx-3 {
    padding-right: 1rem !important;
  }
  .lg\:pr-4, .lg\:mx-4 {
    padding-right: 1.5rem !important;
  }
  .lg\:pr-5, .lg\:mx-5 {
    padding-right: 3rem !important;
  }
  .lg\:pr-6, .lg\:mx-6 {
    padding-right: 3.25rem !important;
  }
  .lg\:pr-7, .lg\:mx-7 {
    padding-right: 3.5rem !important;
  }
  .lg\:pr-8, .lg\:mx-8 {
    padding-right: 4rem !important;
  }
  .lg\:pr-9, .lg\:mx-9 {
    padding-right: 4.5rem !important;
  }
  .lg\:pr-10, .lg\:mx-10 {
    padding-right: 9rem !important;
  }
  .lg\:pr-11, .lg\:mx-11 {
    padding-right: 9.25rem !important;
  }
  .lg\:pr-12, .lg\:mx-12 {
    padding-right: 9.5rem !important;
  }
  .lg\:pr-13, .lg\:mx-13 {
    padding-right: 10rem !important;
  }
  .lg\:pr-14, .lg\:mx-14 {
    padding-right: 10.5rem !important;
  }
  .lg\:pr-15, .lg\:mx-15 {
    padding-right: 20rem !important;
  }
  .lg\:pb-0, .lg\:my-0 {
    padding-bottom: 0rem !important;
  }
  .lg\:pb-1, .lg\:my-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pb-2, .lg\:my-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-3, .lg\:my-3 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-4, .lg\:my-4 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-5, .lg\:my-5 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-6, .lg\:my-6 {
    padding-bottom: 3.25rem !important;
  }
  .lg\:pb-7, .lg\:my-7 {
    padding-bottom: 3.5rem !important;
  }
  .lg\:pb-8, .lg\:my-8 {
    padding-bottom: 4rem !important;
  }
  .lg\:pb-9, .lg\:my-9 {
    padding-bottom: 4.5rem !important;
  }
  .lg\:pb-10, .lg\:my-10 {
    padding-bottom: 9rem !important;
  }
  .lg\:pb-11, .lg\:my-11 {
    padding-bottom: 9.25rem !important;
  }
  .lg\:pb-12, .lg\:my-12 {
    padding-bottom: 9.5rem !important;
  }
  .lg\:pb-13, .lg\:my-13 {
    padding-bottom: 10rem !important;
  }
  .lg\:pb-14, .lg\:my-14 {
    padding-bottom: 10.5rem !important;
  }
  .lg\:pb-15, .lg\:my-15 {
    padding-bottom: 20rem !important;
  }
  .lg\:pl-0, .lg\:mx-0 {
    padding-left: 0rem !important;
  }
  .lg\:pl-1, .lg\:mx-1 {
    padding-left: 0.25rem !important;
  }
  .lg\:pl-2, .lg\:mx-2 {
    padding-left: 0.5rem !important;
  }
  .lg\:pl-3, .lg\:mx-3 {
    padding-left: 1rem !important;
  }
  .lg\:pl-4, .lg\:mx-4 {
    padding-left: 1.5rem !important;
  }
  .lg\:pl-5, .lg\:mx-5 {
    padding-left: 3rem !important;
  }
  .lg\:pl-6, .lg\:mx-6 {
    padding-left: 3.25rem !important;
  }
  .lg\:pl-7, .lg\:mx-7 {
    padding-left: 3.5rem !important;
  }
  .lg\:pl-8, .lg\:mx-8 {
    padding-left: 4rem !important;
  }
  .lg\:pl-9, .lg\:mx-9 {
    padding-left: 4.5rem !important;
  }
  .lg\:pl-10, .lg\:mx-10 {
    padding-left: 9rem !important;
  }
  .lg\:pl-11, .lg\:mx-11 {
    padding-left: 9.25rem !important;
  }
  .lg\:pl-12, .lg\:mx-12 {
    padding-left: 9.5rem !important;
  }
  .lg\:pl-13, .lg\:mx-13 {
    padding-left: 10rem !important;
  }
  .lg\:pl-14, .lg\:mx-14 {
    padding-left: 10.5rem !important;
  }
  .lg\:pl-15, .lg\:mx-15 {
    padding-left: 20rem !important;
  }
  .lg\:m-0n {
    margin: -0rem !important;
  }
  .lg\:m-1n {
    margin: -0.25rem !important;
  }
  .lg\:m-2n {
    margin: -0.5rem !important;
  }
  .lg\:m-3n {
    margin: -1rem !important;
  }
  .lg\:m-4n {
    margin: -1.5rem !important;
  }
  .lg\:m-5n {
    margin: -3rem !important;
  }
  .lg\:m-6n {
    margin: -3.25rem !important;
  }
  .lg\:m-7n {
    margin: -3.5rem !important;
  }
  .lg\:m-8n {
    margin: -4rem !important;
  }
  .lg\:m-9n {
    margin: -4.5rem !important;
  }
  .lg\:m-10n {
    margin: -9rem !important;
  }
  .lg\:m-11n {
    margin: -9.25rem !important;
  }
  .lg\:m-12n {
    margin: -9.5rem !important;
  }
  .lg\:m-13n {
    margin: -10rem !important;
  }
  .lg\:m-14n {
    margin: -10.5rem !important;
  }
  .lg\:m-15n {
    margin: -20rem !important;
  }
  .lg\:mt-0n, .lg\:my-0n {
    margin-top: -0rem !important;
  }
  .lg\:mt-1n, .lg\:my-1n {
    margin-top: -0.25rem !important;
  }
  .lg\:mt-2n, .lg\:my-2n {
    margin-top: -0.5rem !important;
  }
  .lg\:mt-3n, .lg\:my-3n {
    margin-top: -1rem !important;
  }
  .lg\:mt-4n, .lg\:my-4n {
    margin-top: -1.5rem !important;
  }
  .lg\:mt-5n, .lg\:my-5n {
    margin-top: -3rem !important;
  }
  .lg\:mt-6n, .lg\:my-6n {
    margin-top: -3.25rem !important;
  }
  .lg\:mt-7n, .lg\:my-7n {
    margin-top: -3.5rem !important;
  }
  .lg\:mt-8n, .lg\:my-8n {
    margin-top: -4rem !important;
  }
  .lg\:mt-9n, .lg\:my-9n {
    margin-top: -4.5rem !important;
  }
  .lg\:mt-10n, .lg\:my-10n {
    margin-top: -9rem !important;
  }
  .lg\:mt-11n, .lg\:my-11n {
    margin-top: -9.25rem !important;
  }
  .lg\:mt-12n, .lg\:my-12n {
    margin-top: -9.5rem !important;
  }
  .lg\:mt-13n, .lg\:my-13n {
    margin-top: -10rem !important;
  }
  .lg\:mt-14n, .lg\:my-14n {
    margin-top: -10.5rem !important;
  }
  .lg\:mt-15n, .lg\:my-15n {
    margin-top: -20rem !important;
  }
  .lg\:mr-0n, .lg\:mx-0n {
    margin-right: -0rem !important;
  }
  .lg\:mr-1n, .lg\:mx-1n {
    margin-right: -0.25rem !important;
  }
  .lg\:mr-2n, .lg\:mx-2n {
    margin-right: -0.5rem !important;
  }
  .lg\:mr-3n, .lg\:mx-3n {
    margin-right: -1rem !important;
  }
  .lg\:mr-4n, .lg\:mx-4n {
    margin-right: -1.5rem !important;
  }
  .lg\:mr-5n, .lg\:mx-5n {
    margin-right: -3rem !important;
  }
  .lg\:mr-6n, .lg\:mx-6n {
    margin-right: -3.25rem !important;
  }
  .lg\:mr-7n, .lg\:mx-7n {
    margin-right: -3.5rem !important;
  }
  .lg\:mr-8n, .lg\:mx-8n {
    margin-right: -4rem !important;
  }
  .lg\:mr-9n, .lg\:mx-9n {
    margin-right: -4.5rem !important;
  }
  .lg\:mr-10n, .lg\:mx-10n {
    margin-right: -9rem !important;
  }
  .lg\:mr-11n, .lg\:mx-11n {
    margin-right: -9.25rem !important;
  }
  .lg\:mr-12n, .lg\:mx-12n {
    margin-right: -9.5rem !important;
  }
  .lg\:mr-13n, .lg\:mx-13n {
    margin-right: -10rem !important;
  }
  .lg\:mr-14n, .lg\:mx-14n {
    margin-right: -10.5rem !important;
  }
  .lg\:mr-15n, .lg\:mx-15n {
    margin-right: -20rem !important;
  }
  .lg\:mb-0n, .lg\:my-0n {
    margin-bottom: -0rem !important;
  }
  .lg\:mb-1n, .lg\:my-1n {
    margin-bottom: -0.25rem !important;
  }
  .lg\:mb-2n, .lg\:my-2n {
    margin-bottom: -0.5rem !important;
  }
  .lg\:mb-3n, .lg\:my-3n {
    margin-bottom: -1rem !important;
  }
  .lg\:mb-4n, .lg\:my-4n {
    margin-bottom: -1.5rem !important;
  }
  .lg\:mb-5n, .lg\:my-5n {
    margin-bottom: -3rem !important;
  }
  .lg\:mb-6n, .lg\:my-6n {
    margin-bottom: -3.25rem !important;
  }
  .lg\:mb-7n, .lg\:my-7n {
    margin-bottom: -3.5rem !important;
  }
  .lg\:mb-8n, .lg\:my-8n {
    margin-bottom: -4rem !important;
  }
  .lg\:mb-9n, .lg\:my-9n {
    margin-bottom: -4.5rem !important;
  }
  .lg\:mb-10n, .lg\:my-10n {
    margin-bottom: -9rem !important;
  }
  .lg\:mb-11n, .lg\:my-11n {
    margin-bottom: -9.25rem !important;
  }
  .lg\:mb-12n, .lg\:my-12n {
    margin-bottom: -9.5rem !important;
  }
  .lg\:mb-13n, .lg\:my-13n {
    margin-bottom: -10rem !important;
  }
  .lg\:mb-14n, .lg\:my-14n {
    margin-bottom: -10.5rem !important;
  }
  .lg\:mb-15n, .lg\:my-15n {
    margin-bottom: -20rem !important;
  }
  .lg\:ml-0n, .lg\:mx-0n {
    margin-left: -0rem !important;
  }
  .lg\:ml-1n, .lg\:mx-1n {
    margin-left: -0.25rem !important;
  }
  .lg\:ml-2n, .lg\:mx-2n {
    margin-left: -0.5rem !important;
  }
  .lg\:ml-3n, .lg\:mx-3n {
    margin-left: -1rem !important;
  }
  .lg\:ml-4n, .lg\:mx-4n {
    margin-left: -1.5rem !important;
  }
  .lg\:ml-5n, .lg\:mx-5n {
    margin-left: -3rem !important;
  }
  .lg\:ml-6n, .lg\:mx-6n {
    margin-left: -3.25rem !important;
  }
  .lg\:ml-7n, .lg\:mx-7n {
    margin-left: -3.5rem !important;
  }
  .lg\:ml-8n, .lg\:mx-8n {
    margin-left: -4rem !important;
  }
  .lg\:ml-9n, .lg\:mx-9n {
    margin-left: -4.5rem !important;
  }
  .lg\:ml-10n, .lg\:mx-10n {
    margin-left: -9rem !important;
  }
  .lg\:ml-11n, .lg\:mx-11n {
    margin-left: -9.25rem !important;
  }
  .lg\:ml-12n, .lg\:mx-12n {
    margin-left: -9.5rem !important;
  }
  .lg\:ml-13n, .lg\:mx-13n {
    margin-left: -10rem !important;
  }
  .lg\:ml-14n, .lg\:mx-14n {
    margin-left: -10.5rem !important;
  }
  .lg\:ml-15n, .lg\:mx-15n {
    margin-left: -20rem !important;
  }
  .lg\:p-0n {
    padding: -0rem !important;
  }
  .lg\:p-1n {
    padding: -0.25rem !important;
  }
  .lg\:p-2n {
    padding: -0.5rem !important;
  }
  .lg\:p-3n {
    padding: -1rem !important;
  }
  .lg\:p-4n {
    padding: -1.5rem !important;
  }
  .lg\:p-5n {
    padding: -3rem !important;
  }
  .lg\:p-6n {
    padding: -3.25rem !important;
  }
  .lg\:p-7n {
    padding: -3.5rem !important;
  }
  .lg\:p-8n {
    padding: -4rem !important;
  }
  .lg\:p-9n {
    padding: -4.5rem !important;
  }
  .lg\:p-10n {
    padding: -9rem !important;
  }
  .lg\:p-11n {
    padding: -9.25rem !important;
  }
  .lg\:p-12n {
    padding: -9.5rem !important;
  }
  .lg\:p-13n {
    padding: -10rem !important;
  }
  .lg\:p-14n {
    padding: -10.5rem !important;
  }
  .lg\:p-15n {
    padding: -20rem !important;
  }
  .lg\:pt-0n, .lg\:my-0n {
    padding-top: -0rem !important;
  }
  .lg\:pt-1n, .lg\:my-1n {
    padding-top: -0.25rem !important;
  }
  .lg\:pt-2n, .lg\:my-2n {
    padding-top: -0.5rem !important;
  }
  .lg\:pt-3n, .lg\:my-3n {
    padding-top: -1rem !important;
  }
  .lg\:pt-4n, .lg\:my-4n {
    padding-top: -1.5rem !important;
  }
  .lg\:pt-5n, .lg\:my-5n {
    padding-top: -3rem !important;
  }
  .lg\:pt-6n, .lg\:my-6n {
    padding-top: -3.25rem !important;
  }
  .lg\:pt-7n, .lg\:my-7n {
    padding-top: -3.5rem !important;
  }
  .lg\:pt-8n, .lg\:my-8n {
    padding-top: -4rem !important;
  }
  .lg\:pt-9n, .lg\:my-9n {
    padding-top: -4.5rem !important;
  }
  .lg\:pt-10n, .lg\:my-10n {
    padding-top: -9rem !important;
  }
  .lg\:pt-11n, .lg\:my-11n {
    padding-top: -9.25rem !important;
  }
  .lg\:pt-12n, .lg\:my-12n {
    padding-top: -9.5rem !important;
  }
  .lg\:pt-13n, .lg\:my-13n {
    padding-top: -10rem !important;
  }
  .lg\:pt-14n, .lg\:my-14n {
    padding-top: -10.5rem !important;
  }
  .lg\:pt-15n, .lg\:my-15n {
    padding-top: -20rem !important;
  }
  .lg\:pr-0n, .lg\:mx-0n {
    padding-right: -0rem !important;
  }
  .lg\:pr-1n, .lg\:mx-1n {
    padding-right: -0.25rem !important;
  }
  .lg\:pr-2n, .lg\:mx-2n {
    padding-right: -0.5rem !important;
  }
  .lg\:pr-3n, .lg\:mx-3n {
    padding-right: -1rem !important;
  }
  .lg\:pr-4n, .lg\:mx-4n {
    padding-right: -1.5rem !important;
  }
  .lg\:pr-5n, .lg\:mx-5n {
    padding-right: -3rem !important;
  }
  .lg\:pr-6n, .lg\:mx-6n {
    padding-right: -3.25rem !important;
  }
  .lg\:pr-7n, .lg\:mx-7n {
    padding-right: -3.5rem !important;
  }
  .lg\:pr-8n, .lg\:mx-8n {
    padding-right: -4rem !important;
  }
  .lg\:pr-9n, .lg\:mx-9n {
    padding-right: -4.5rem !important;
  }
  .lg\:pr-10n, .lg\:mx-10n {
    padding-right: -9rem !important;
  }
  .lg\:pr-11n, .lg\:mx-11n {
    padding-right: -9.25rem !important;
  }
  .lg\:pr-12n, .lg\:mx-12n {
    padding-right: -9.5rem !important;
  }
  .lg\:pr-13n, .lg\:mx-13n {
    padding-right: -10rem !important;
  }
  .lg\:pr-14n, .lg\:mx-14n {
    padding-right: -10.5rem !important;
  }
  .lg\:pr-15n, .lg\:mx-15n {
    padding-right: -20rem !important;
  }
  .lg\:pb-0n, .lg\:my-0n {
    padding-bottom: -0rem !important;
  }
  .lg\:pb-1n, .lg\:my-1n {
    padding-bottom: -0.25rem !important;
  }
  .lg\:pb-2n, .lg\:my-2n {
    padding-bottom: -0.5rem !important;
  }
  .lg\:pb-3n, .lg\:my-3n {
    padding-bottom: -1rem !important;
  }
  .lg\:pb-4n, .lg\:my-4n {
    padding-bottom: -1.5rem !important;
  }
  .lg\:pb-5n, .lg\:my-5n {
    padding-bottom: -3rem !important;
  }
  .lg\:pb-6n, .lg\:my-6n {
    padding-bottom: -3.25rem !important;
  }
  .lg\:pb-7n, .lg\:my-7n {
    padding-bottom: -3.5rem !important;
  }
  .lg\:pb-8n, .lg\:my-8n {
    padding-bottom: -4rem !important;
  }
  .lg\:pb-9n, .lg\:my-9n {
    padding-bottom: -4.5rem !important;
  }
  .lg\:pb-10n, .lg\:my-10n {
    padding-bottom: -9rem !important;
  }
  .lg\:pb-11n, .lg\:my-11n {
    padding-bottom: -9.25rem !important;
  }
  .lg\:pb-12n, .lg\:my-12n {
    padding-bottom: -9.5rem !important;
  }
  .lg\:pb-13n, .lg\:my-13n {
    padding-bottom: -10rem !important;
  }
  .lg\:pb-14n, .lg\:my-14n {
    padding-bottom: -10.5rem !important;
  }
  .lg\:pb-15n, .lg\:my-15n {
    padding-bottom: -20rem !important;
  }
  .lg\:pl-0n, .lg\:mx-0n {
    padding-left: -0rem !important;
  }
  .lg\:pl-1n, .lg\:mx-1n {
    padding-left: -0.25rem !important;
  }
  .lg\:pl-2n, .lg\:mx-2n {
    padding-left: -0.5rem !important;
  }
  .lg\:pl-3n, .lg\:mx-3n {
    padding-left: -1rem !important;
  }
  .lg\:pl-4n, .lg\:mx-4n {
    padding-left: -1.5rem !important;
  }
  .lg\:pl-5n, .lg\:mx-5n {
    padding-left: -3rem !important;
  }
  .lg\:pl-6n, .lg\:mx-6n {
    padding-left: -3.25rem !important;
  }
  .lg\:pl-7n, .lg\:mx-7n {
    padding-left: -3.5rem !important;
  }
  .lg\:pl-8n, .lg\:mx-8n {
    padding-left: -4rem !important;
  }
  .lg\:pl-9n, .lg\:mx-9n {
    padding-left: -4.5rem !important;
  }
  .lg\:pl-10n, .lg\:mx-10n {
    padding-left: -9rem !important;
  }
  .lg\:pl-11n, .lg\:mx-11n {
    padding-left: -9.25rem !important;
  }
  .lg\:pl-12n, .lg\:mx-12n {
    padding-left: -9.5rem !important;
  }
  .lg\:pl-13n, .lg\:mx-13n {
    padding-left: -10rem !important;
  }
  .lg\:pl-14n, .lg\:mx-14n {
    padding-left: -10.5rem !important;
  }
  .lg\:pl-15n, .lg\:mx-15n {
    padding-left: -20rem !important;
  }
}
@media (min-width: 1199.98px) {
  .xl\:m-0 {
    margin: 0rem !important;
  }
  .xl\:m-1 {
    margin: 0.25rem !important;
  }
  .xl\:m-2 {
    margin: 0.5rem !important;
  }
  .xl\:m-3 {
    margin: 1rem !important;
  }
  .xl\:m-4 {
    margin: 1.5rem !important;
  }
  .xl\:m-5 {
    margin: 3rem !important;
  }
  .xl\:m-6 {
    margin: 3.25rem !important;
  }
  .xl\:m-7 {
    margin: 3.5rem !important;
  }
  .xl\:m-8 {
    margin: 4rem !important;
  }
  .xl\:m-9 {
    margin: 4.5rem !important;
  }
  .xl\:m-10 {
    margin: 9rem !important;
  }
  .xl\:m-11 {
    margin: 9.25rem !important;
  }
  .xl\:m-12 {
    margin: 9.5rem !important;
  }
  .xl\:m-13 {
    margin: 10rem !important;
  }
  .xl\:m-14 {
    margin: 10.5rem !important;
  }
  .xl\:m-15 {
    margin: 20rem !important;
  }
  .xl\:mt-0, .xl\:my-0 {
    margin-top: 0rem !important;
  }
  .xl\:mt-1, .xl\:my-1 {
    margin-top: 0.25rem !important;
  }
  .xl\:mt-2, .xl\:my-2 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-3, .xl\:my-3 {
    margin-top: 1rem !important;
  }
  .xl\:mt-4, .xl\:my-4 {
    margin-top: 1.5rem !important;
  }
  .xl\:mt-5, .xl\:my-5 {
    margin-top: 3rem !important;
  }
  .xl\:mt-6, .xl\:my-6 {
    margin-top: 3.25rem !important;
  }
  .xl\:mt-7, .xl\:my-7 {
    margin-top: 3.5rem !important;
  }
  .xl\:mt-8, .xl\:my-8 {
    margin-top: 4rem !important;
  }
  .xl\:mt-9, .xl\:my-9 {
    margin-top: 4.5rem !important;
  }
  .xl\:mt-10, .xl\:my-10 {
    margin-top: 9rem !important;
  }
  .xl\:mt-11, .xl\:my-11 {
    margin-top: 9.25rem !important;
  }
  .xl\:mt-12, .xl\:my-12 {
    margin-top: 9.5rem !important;
  }
  .xl\:mt-13, .xl\:my-13 {
    margin-top: 10rem !important;
  }
  .xl\:mt-14, .xl\:my-14 {
    margin-top: 10.5rem !important;
  }
  .xl\:mt-15, .xl\:my-15 {
    margin-top: 20rem !important;
  }
  .xl\:mr-0, .xl\:mx-0 {
    margin-right: 0rem !important;
  }
  .xl\:mr-1, .xl\:mx-1 {
    margin-right: 0.25rem !important;
  }
  .xl\:mr-2, .xl\:mx-2 {
    margin-right: 0.5rem !important;
  }
  .xl\:mr-3, .xl\:mx-3 {
    margin-right: 1rem !important;
  }
  .xl\:mr-4, .xl\:mx-4 {
    margin-right: 1.5rem !important;
  }
  .xl\:mr-5, .xl\:mx-5 {
    margin-right: 3rem !important;
  }
  .xl\:mr-6, .xl\:mx-6 {
    margin-right: 3.25rem !important;
  }
  .xl\:mr-7, .xl\:mx-7 {
    margin-right: 3.5rem !important;
  }
  .xl\:mr-8, .xl\:mx-8 {
    margin-right: 4rem !important;
  }
  .xl\:mr-9, .xl\:mx-9 {
    margin-right: 4.5rem !important;
  }
  .xl\:mr-10, .xl\:mx-10 {
    margin-right: 9rem !important;
  }
  .xl\:mr-11, .xl\:mx-11 {
    margin-right: 9.25rem !important;
  }
  .xl\:mr-12, .xl\:mx-12 {
    margin-right: 9.5rem !important;
  }
  .xl\:mr-13, .xl\:mx-13 {
    margin-right: 10rem !important;
  }
  .xl\:mr-14, .xl\:mx-14 {
    margin-right: 10.5rem !important;
  }
  .xl\:mr-15, .xl\:mx-15 {
    margin-right: 20rem !important;
  }
  .xl\:mb-0, .xl\:my-0 {
    margin-bottom: 0rem !important;
  }
  .xl\:mb-1, .xl\:my-1 {
    margin-bottom: 0.25rem !important;
  }
  .xl\:mb-2, .xl\:my-2 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:mb-3, .xl\:my-3 {
    margin-bottom: 1rem !important;
  }
  .xl\:mb-4, .xl\:my-4 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:mb-5, .xl\:my-5 {
    margin-bottom: 3rem !important;
  }
  .xl\:mb-6, .xl\:my-6 {
    margin-bottom: 3.25rem !important;
  }
  .xl\:mb-7, .xl\:my-7 {
    margin-bottom: 3.5rem !important;
  }
  .xl\:mb-8, .xl\:my-8 {
    margin-bottom: 4rem !important;
  }
  .xl\:mb-9, .xl\:my-9 {
    margin-bottom: 4.5rem !important;
  }
  .xl\:mb-10, .xl\:my-10 {
    margin-bottom: 9rem !important;
  }
  .xl\:mb-11, .xl\:my-11 {
    margin-bottom: 9.25rem !important;
  }
  .xl\:mb-12, .xl\:my-12 {
    margin-bottom: 9.5rem !important;
  }
  .xl\:mb-13, .xl\:my-13 {
    margin-bottom: 10rem !important;
  }
  .xl\:mb-14, .xl\:my-14 {
    margin-bottom: 10.5rem !important;
  }
  .xl\:mb-15, .xl\:my-15 {
    margin-bottom: 20rem !important;
  }
  .xl\:ml-0, .xl\:mx-0 {
    margin-left: 0rem !important;
  }
  .xl\:ml-1, .xl\:mx-1 {
    margin-left: 0.25rem !important;
  }
  .xl\:ml-2, .xl\:mx-2 {
    margin-left: 0.5rem !important;
  }
  .xl\:ml-3, .xl\:mx-3 {
    margin-left: 1rem !important;
  }
  .xl\:ml-4, .xl\:mx-4 {
    margin-left: 1.5rem !important;
  }
  .xl\:ml-5, .xl\:mx-5 {
    margin-left: 3rem !important;
  }
  .xl\:ml-6, .xl\:mx-6 {
    margin-left: 3.25rem !important;
  }
  .xl\:ml-7, .xl\:mx-7 {
    margin-left: 3.5rem !important;
  }
  .xl\:ml-8, .xl\:mx-8 {
    margin-left: 4rem !important;
  }
  .xl\:ml-9, .xl\:mx-9 {
    margin-left: 4.5rem !important;
  }
  .xl\:ml-10, .xl\:mx-10 {
    margin-left: 9rem !important;
  }
  .xl\:ml-11, .xl\:mx-11 {
    margin-left: 9.25rem !important;
  }
  .xl\:ml-12, .xl\:mx-12 {
    margin-left: 9.5rem !important;
  }
  .xl\:ml-13, .xl\:mx-13 {
    margin-left: 10rem !important;
  }
  .xl\:ml-14, .xl\:mx-14 {
    margin-left: 10.5rem !important;
  }
  .xl\:ml-15, .xl\:mx-15 {
    margin-left: 20rem !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: 1rem !important;
  }
  .xl\:p-4 {
    padding: 1.5rem !important;
  }
  .xl\:p-5 {
    padding: 3rem !important;
  }
  .xl\:p-6 {
    padding: 3.25rem !important;
  }
  .xl\:p-7 {
    padding: 3.5rem !important;
  }
  .xl\:p-8 {
    padding: 4rem !important;
  }
  .xl\:p-9 {
    padding: 4.5rem !important;
  }
  .xl\:p-10 {
    padding: 9rem !important;
  }
  .xl\:p-11 {
    padding: 9.25rem !important;
  }
  .xl\:p-12 {
    padding: 9.5rem !important;
  }
  .xl\:p-13 {
    padding: 10rem !important;
  }
  .xl\:p-14 {
    padding: 10.5rem !important;
  }
  .xl\:p-15 {
    padding: 20rem !important;
  }
  .xl\:pt-0, .xl\:my-0 {
    padding-top: 0rem !important;
  }
  .xl\:pt-1, .xl\:my-1 {
    padding-top: 0.25rem !important;
  }
  .xl\:pt-2, .xl\:my-2 {
    padding-top: 0.5rem !important;
  }
  .xl\:pt-3, .xl\:my-3 {
    padding-top: 1rem !important;
  }
  .xl\:pt-4, .xl\:my-4 {
    padding-top: 1.5rem !important;
  }
  .xl\:pt-5, .xl\:my-5 {
    padding-top: 3rem !important;
  }
  .xl\:pt-6, .xl\:my-6 {
    padding-top: 3.25rem !important;
  }
  .xl\:pt-7, .xl\:my-7 {
    padding-top: 3.5rem !important;
  }
  .xl\:pt-8, .xl\:my-8 {
    padding-top: 4rem !important;
  }
  .xl\:pt-9, .xl\:my-9 {
    padding-top: 4.5rem !important;
  }
  .xl\:pt-10, .xl\:my-10 {
    padding-top: 9rem !important;
  }
  .xl\:pt-11, .xl\:my-11 {
    padding-top: 9.25rem !important;
  }
  .xl\:pt-12, .xl\:my-12 {
    padding-top: 9.5rem !important;
  }
  .xl\:pt-13, .xl\:my-13 {
    padding-top: 10rem !important;
  }
  .xl\:pt-14, .xl\:my-14 {
    padding-top: 10.5rem !important;
  }
  .xl\:pt-15, .xl\:my-15 {
    padding-top: 20rem !important;
  }
  .xl\:pr-0, .xl\:mx-0 {
    padding-right: 0rem !important;
  }
  .xl\:pr-1, .xl\:mx-1 {
    padding-right: 0.25rem !important;
  }
  .xl\:pr-2, .xl\:mx-2 {
    padding-right: 0.5rem !important;
  }
  .xl\:pr-3, .xl\:mx-3 {
    padding-right: 1rem !important;
  }
  .xl\:pr-4, .xl\:mx-4 {
    padding-right: 1.5rem !important;
  }
  .xl\:pr-5, .xl\:mx-5 {
    padding-right: 3rem !important;
  }
  .xl\:pr-6, .xl\:mx-6 {
    padding-right: 3.25rem !important;
  }
  .xl\:pr-7, .xl\:mx-7 {
    padding-right: 3.5rem !important;
  }
  .xl\:pr-8, .xl\:mx-8 {
    padding-right: 4rem !important;
  }
  .xl\:pr-9, .xl\:mx-9 {
    padding-right: 4.5rem !important;
  }
  .xl\:pr-10, .xl\:mx-10 {
    padding-right: 9rem !important;
  }
  .xl\:pr-11, .xl\:mx-11 {
    padding-right: 9.25rem !important;
  }
  .xl\:pr-12, .xl\:mx-12 {
    padding-right: 9.5rem !important;
  }
  .xl\:pr-13, .xl\:mx-13 {
    padding-right: 10rem !important;
  }
  .xl\:pr-14, .xl\:mx-14 {
    padding-right: 10.5rem !important;
  }
  .xl\:pr-15, .xl\:mx-15 {
    padding-right: 20rem !important;
  }
  .xl\:pb-0, .xl\:my-0 {
    padding-bottom: 0rem !important;
  }
  .xl\:pb-1, .xl\:my-1 {
    padding-bottom: 0.25rem !important;
  }
  .xl\:pb-2, .xl\:my-2 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:pb-3, .xl\:my-3 {
    padding-bottom: 1rem !important;
  }
  .xl\:pb-4, .xl\:my-4 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:pb-5, .xl\:my-5 {
    padding-bottom: 3rem !important;
  }
  .xl\:pb-6, .xl\:my-6 {
    padding-bottom: 3.25rem !important;
  }
  .xl\:pb-7, .xl\:my-7 {
    padding-bottom: 3.5rem !important;
  }
  .xl\:pb-8, .xl\:my-8 {
    padding-bottom: 4rem !important;
  }
  .xl\:pb-9, .xl\:my-9 {
    padding-bottom: 4.5rem !important;
  }
  .xl\:pb-10, .xl\:my-10 {
    padding-bottom: 9rem !important;
  }
  .xl\:pb-11, .xl\:my-11 {
    padding-bottom: 9.25rem !important;
  }
  .xl\:pb-12, .xl\:my-12 {
    padding-bottom: 9.5rem !important;
  }
  .xl\:pb-13, .xl\:my-13 {
    padding-bottom: 10rem !important;
  }
  .xl\:pb-14, .xl\:my-14 {
    padding-bottom: 10.5rem !important;
  }
  .xl\:pb-15, .xl\:my-15 {
    padding-bottom: 20rem !important;
  }
  .xl\:pl-0, .xl\:mx-0 {
    padding-left: 0rem !important;
  }
  .xl\:pl-1, .xl\:mx-1 {
    padding-left: 0.25rem !important;
  }
  .xl\:pl-2, .xl\:mx-2 {
    padding-left: 0.5rem !important;
  }
  .xl\:pl-3, .xl\:mx-3 {
    padding-left: 1rem !important;
  }
  .xl\:pl-4, .xl\:mx-4 {
    padding-left: 1.5rem !important;
  }
  .xl\:pl-5, .xl\:mx-5 {
    padding-left: 3rem !important;
  }
  .xl\:pl-6, .xl\:mx-6 {
    padding-left: 3.25rem !important;
  }
  .xl\:pl-7, .xl\:mx-7 {
    padding-left: 3.5rem !important;
  }
  .xl\:pl-8, .xl\:mx-8 {
    padding-left: 4rem !important;
  }
  .xl\:pl-9, .xl\:mx-9 {
    padding-left: 4.5rem !important;
  }
  .xl\:pl-10, .xl\:mx-10 {
    padding-left: 9rem !important;
  }
  .xl\:pl-11, .xl\:mx-11 {
    padding-left: 9.25rem !important;
  }
  .xl\:pl-12, .xl\:mx-12 {
    padding-left: 9.5rem !important;
  }
  .xl\:pl-13, .xl\:mx-13 {
    padding-left: 10rem !important;
  }
  .xl\:pl-14, .xl\:mx-14 {
    padding-left: 10.5rem !important;
  }
  .xl\:pl-15, .xl\:mx-15 {
    padding-left: 20rem !important;
  }
  .xl\:m-0n {
    margin: -0rem !important;
  }
  .xl\:m-1n {
    margin: -0.25rem !important;
  }
  .xl\:m-2n {
    margin: -0.5rem !important;
  }
  .xl\:m-3n {
    margin: -1rem !important;
  }
  .xl\:m-4n {
    margin: -1.5rem !important;
  }
  .xl\:m-5n {
    margin: -3rem !important;
  }
  .xl\:m-6n {
    margin: -3.25rem !important;
  }
  .xl\:m-7n {
    margin: -3.5rem !important;
  }
  .xl\:m-8n {
    margin: -4rem !important;
  }
  .xl\:m-9n {
    margin: -4.5rem !important;
  }
  .xl\:m-10n {
    margin: -9rem !important;
  }
  .xl\:m-11n {
    margin: -9.25rem !important;
  }
  .xl\:m-12n {
    margin: -9.5rem !important;
  }
  .xl\:m-13n {
    margin: -10rem !important;
  }
  .xl\:m-14n {
    margin: -10.5rem !important;
  }
  .xl\:m-15n {
    margin: -20rem !important;
  }
  .xl\:mt-0n, .xl\:my-0n {
    margin-top: -0rem !important;
  }
  .xl\:mt-1n, .xl\:my-1n {
    margin-top: -0.25rem !important;
  }
  .xl\:mt-2n, .xl\:my-2n {
    margin-top: -0.5rem !important;
  }
  .xl\:mt-3n, .xl\:my-3n {
    margin-top: -1rem !important;
  }
  .xl\:mt-4n, .xl\:my-4n {
    margin-top: -1.5rem !important;
  }
  .xl\:mt-5n, .xl\:my-5n {
    margin-top: -3rem !important;
  }
  .xl\:mt-6n, .xl\:my-6n {
    margin-top: -3.25rem !important;
  }
  .xl\:mt-7n, .xl\:my-7n {
    margin-top: -3.5rem !important;
  }
  .xl\:mt-8n, .xl\:my-8n {
    margin-top: -4rem !important;
  }
  .xl\:mt-9n, .xl\:my-9n {
    margin-top: -4.5rem !important;
  }
  .xl\:mt-10n, .xl\:my-10n {
    margin-top: -9rem !important;
  }
  .xl\:mt-11n, .xl\:my-11n {
    margin-top: -9.25rem !important;
  }
  .xl\:mt-12n, .xl\:my-12n {
    margin-top: -9.5rem !important;
  }
  .xl\:mt-13n, .xl\:my-13n {
    margin-top: -10rem !important;
  }
  .xl\:mt-14n, .xl\:my-14n {
    margin-top: -10.5rem !important;
  }
  .xl\:mt-15n, .xl\:my-15n {
    margin-top: -20rem !important;
  }
  .xl\:mr-0n, .xl\:mx-0n {
    margin-right: -0rem !important;
  }
  .xl\:mr-1n, .xl\:mx-1n {
    margin-right: -0.25rem !important;
  }
  .xl\:mr-2n, .xl\:mx-2n {
    margin-right: -0.5rem !important;
  }
  .xl\:mr-3n, .xl\:mx-3n {
    margin-right: -1rem !important;
  }
  .xl\:mr-4n, .xl\:mx-4n {
    margin-right: -1.5rem !important;
  }
  .xl\:mr-5n, .xl\:mx-5n {
    margin-right: -3rem !important;
  }
  .xl\:mr-6n, .xl\:mx-6n {
    margin-right: -3.25rem !important;
  }
  .xl\:mr-7n, .xl\:mx-7n {
    margin-right: -3.5rem !important;
  }
  .xl\:mr-8n, .xl\:mx-8n {
    margin-right: -4rem !important;
  }
  .xl\:mr-9n, .xl\:mx-9n {
    margin-right: -4.5rem !important;
  }
  .xl\:mr-10n, .xl\:mx-10n {
    margin-right: -9rem !important;
  }
  .xl\:mr-11n, .xl\:mx-11n {
    margin-right: -9.25rem !important;
  }
  .xl\:mr-12n, .xl\:mx-12n {
    margin-right: -9.5rem !important;
  }
  .xl\:mr-13n, .xl\:mx-13n {
    margin-right: -10rem !important;
  }
  .xl\:mr-14n, .xl\:mx-14n {
    margin-right: -10.5rem !important;
  }
  .xl\:mr-15n, .xl\:mx-15n {
    margin-right: -20rem !important;
  }
  .xl\:mb-0n, .xl\:my-0n {
    margin-bottom: -0rem !important;
  }
  .xl\:mb-1n, .xl\:my-1n {
    margin-bottom: -0.25rem !important;
  }
  .xl\:mb-2n, .xl\:my-2n {
    margin-bottom: -0.5rem !important;
  }
  .xl\:mb-3n, .xl\:my-3n {
    margin-bottom: -1rem !important;
  }
  .xl\:mb-4n, .xl\:my-4n {
    margin-bottom: -1.5rem !important;
  }
  .xl\:mb-5n, .xl\:my-5n {
    margin-bottom: -3rem !important;
  }
  .xl\:mb-6n, .xl\:my-6n {
    margin-bottom: -3.25rem !important;
  }
  .xl\:mb-7n, .xl\:my-7n {
    margin-bottom: -3.5rem !important;
  }
  .xl\:mb-8n, .xl\:my-8n {
    margin-bottom: -4rem !important;
  }
  .xl\:mb-9n, .xl\:my-9n {
    margin-bottom: -4.5rem !important;
  }
  .xl\:mb-10n, .xl\:my-10n {
    margin-bottom: -9rem !important;
  }
  .xl\:mb-11n, .xl\:my-11n {
    margin-bottom: -9.25rem !important;
  }
  .xl\:mb-12n, .xl\:my-12n {
    margin-bottom: -9.5rem !important;
  }
  .xl\:mb-13n, .xl\:my-13n {
    margin-bottom: -10rem !important;
  }
  .xl\:mb-14n, .xl\:my-14n {
    margin-bottom: -10.5rem !important;
  }
  .xl\:mb-15n, .xl\:my-15n {
    margin-bottom: -20rem !important;
  }
  .xl\:ml-0n, .xl\:mx-0n {
    margin-left: -0rem !important;
  }
  .xl\:ml-1n, .xl\:mx-1n {
    margin-left: -0.25rem !important;
  }
  .xl\:ml-2n, .xl\:mx-2n {
    margin-left: -0.5rem !important;
  }
  .xl\:ml-3n, .xl\:mx-3n {
    margin-left: -1rem !important;
  }
  .xl\:ml-4n, .xl\:mx-4n {
    margin-left: -1.5rem !important;
  }
  .xl\:ml-5n, .xl\:mx-5n {
    margin-left: -3rem !important;
  }
  .xl\:ml-6n, .xl\:mx-6n {
    margin-left: -3.25rem !important;
  }
  .xl\:ml-7n, .xl\:mx-7n {
    margin-left: -3.5rem !important;
  }
  .xl\:ml-8n, .xl\:mx-8n {
    margin-left: -4rem !important;
  }
  .xl\:ml-9n, .xl\:mx-9n {
    margin-left: -4.5rem !important;
  }
  .xl\:ml-10n, .xl\:mx-10n {
    margin-left: -9rem !important;
  }
  .xl\:ml-11n, .xl\:mx-11n {
    margin-left: -9.25rem !important;
  }
  .xl\:ml-12n, .xl\:mx-12n {
    margin-left: -9.5rem !important;
  }
  .xl\:ml-13n, .xl\:mx-13n {
    margin-left: -10rem !important;
  }
  .xl\:ml-14n, .xl\:mx-14n {
    margin-left: -10.5rem !important;
  }
  .xl\:ml-15n, .xl\:mx-15n {
    margin-left: -20rem !important;
  }
  .xl\:p-0n {
    padding: -0rem !important;
  }
  .xl\:p-1n {
    padding: -0.25rem !important;
  }
  .xl\:p-2n {
    padding: -0.5rem !important;
  }
  .xl\:p-3n {
    padding: -1rem !important;
  }
  .xl\:p-4n {
    padding: -1.5rem !important;
  }
  .xl\:p-5n {
    padding: -3rem !important;
  }
  .xl\:p-6n {
    padding: -3.25rem !important;
  }
  .xl\:p-7n {
    padding: -3.5rem !important;
  }
  .xl\:p-8n {
    padding: -4rem !important;
  }
  .xl\:p-9n {
    padding: -4.5rem !important;
  }
  .xl\:p-10n {
    padding: -9rem !important;
  }
  .xl\:p-11n {
    padding: -9.25rem !important;
  }
  .xl\:p-12n {
    padding: -9.5rem !important;
  }
  .xl\:p-13n {
    padding: -10rem !important;
  }
  .xl\:p-14n {
    padding: -10.5rem !important;
  }
  .xl\:p-15n {
    padding: -20rem !important;
  }
  .xl\:pt-0n, .xl\:my-0n {
    padding-top: -0rem !important;
  }
  .xl\:pt-1n, .xl\:my-1n {
    padding-top: -0.25rem !important;
  }
  .xl\:pt-2n, .xl\:my-2n {
    padding-top: -0.5rem !important;
  }
  .xl\:pt-3n, .xl\:my-3n {
    padding-top: -1rem !important;
  }
  .xl\:pt-4n, .xl\:my-4n {
    padding-top: -1.5rem !important;
  }
  .xl\:pt-5n, .xl\:my-5n {
    padding-top: -3rem !important;
  }
  .xl\:pt-6n, .xl\:my-6n {
    padding-top: -3.25rem !important;
  }
  .xl\:pt-7n, .xl\:my-7n {
    padding-top: -3.5rem !important;
  }
  .xl\:pt-8n, .xl\:my-8n {
    padding-top: -4rem !important;
  }
  .xl\:pt-9n, .xl\:my-9n {
    padding-top: -4.5rem !important;
  }
  .xl\:pt-10n, .xl\:my-10n {
    padding-top: -9rem !important;
  }
  .xl\:pt-11n, .xl\:my-11n {
    padding-top: -9.25rem !important;
  }
  .xl\:pt-12n, .xl\:my-12n {
    padding-top: -9.5rem !important;
  }
  .xl\:pt-13n, .xl\:my-13n {
    padding-top: -10rem !important;
  }
  .xl\:pt-14n, .xl\:my-14n {
    padding-top: -10.5rem !important;
  }
  .xl\:pt-15n, .xl\:my-15n {
    padding-top: -20rem !important;
  }
  .xl\:pr-0n, .xl\:mx-0n {
    padding-right: -0rem !important;
  }
  .xl\:pr-1n, .xl\:mx-1n {
    padding-right: -0.25rem !important;
  }
  .xl\:pr-2n, .xl\:mx-2n {
    padding-right: -0.5rem !important;
  }
  .xl\:pr-3n, .xl\:mx-3n {
    padding-right: -1rem !important;
  }
  .xl\:pr-4n, .xl\:mx-4n {
    padding-right: -1.5rem !important;
  }
  .xl\:pr-5n, .xl\:mx-5n {
    padding-right: -3rem !important;
  }
  .xl\:pr-6n, .xl\:mx-6n {
    padding-right: -3.25rem !important;
  }
  .xl\:pr-7n, .xl\:mx-7n {
    padding-right: -3.5rem !important;
  }
  .xl\:pr-8n, .xl\:mx-8n {
    padding-right: -4rem !important;
  }
  .xl\:pr-9n, .xl\:mx-9n {
    padding-right: -4.5rem !important;
  }
  .xl\:pr-10n, .xl\:mx-10n {
    padding-right: -9rem !important;
  }
  .xl\:pr-11n, .xl\:mx-11n {
    padding-right: -9.25rem !important;
  }
  .xl\:pr-12n, .xl\:mx-12n {
    padding-right: -9.5rem !important;
  }
  .xl\:pr-13n, .xl\:mx-13n {
    padding-right: -10rem !important;
  }
  .xl\:pr-14n, .xl\:mx-14n {
    padding-right: -10.5rem !important;
  }
  .xl\:pr-15n, .xl\:mx-15n {
    padding-right: -20rem !important;
  }
  .xl\:pb-0n, .xl\:my-0n {
    padding-bottom: -0rem !important;
  }
  .xl\:pb-1n, .xl\:my-1n {
    padding-bottom: -0.25rem !important;
  }
  .xl\:pb-2n, .xl\:my-2n {
    padding-bottom: -0.5rem !important;
  }
  .xl\:pb-3n, .xl\:my-3n {
    padding-bottom: -1rem !important;
  }
  .xl\:pb-4n, .xl\:my-4n {
    padding-bottom: -1.5rem !important;
  }
  .xl\:pb-5n, .xl\:my-5n {
    padding-bottom: -3rem !important;
  }
  .xl\:pb-6n, .xl\:my-6n {
    padding-bottom: -3.25rem !important;
  }
  .xl\:pb-7n, .xl\:my-7n {
    padding-bottom: -3.5rem !important;
  }
  .xl\:pb-8n, .xl\:my-8n {
    padding-bottom: -4rem !important;
  }
  .xl\:pb-9n, .xl\:my-9n {
    padding-bottom: -4.5rem !important;
  }
  .xl\:pb-10n, .xl\:my-10n {
    padding-bottom: -9rem !important;
  }
  .xl\:pb-11n, .xl\:my-11n {
    padding-bottom: -9.25rem !important;
  }
  .xl\:pb-12n, .xl\:my-12n {
    padding-bottom: -9.5rem !important;
  }
  .xl\:pb-13n, .xl\:my-13n {
    padding-bottom: -10rem !important;
  }
  .xl\:pb-14n, .xl\:my-14n {
    padding-bottom: -10.5rem !important;
  }
  .xl\:pb-15n, .xl\:my-15n {
    padding-bottom: -20rem !important;
  }
  .xl\:pl-0n, .xl\:mx-0n {
    padding-left: -0rem !important;
  }
  .xl\:pl-1n, .xl\:mx-1n {
    padding-left: -0.25rem !important;
  }
  .xl\:pl-2n, .xl\:mx-2n {
    padding-left: -0.5rem !important;
  }
  .xl\:pl-3n, .xl\:mx-3n {
    padding-left: -1rem !important;
  }
  .xl\:pl-4n, .xl\:mx-4n {
    padding-left: -1.5rem !important;
  }
  .xl\:pl-5n, .xl\:mx-5n {
    padding-left: -3rem !important;
  }
  .xl\:pl-6n, .xl\:mx-6n {
    padding-left: -3.25rem !important;
  }
  .xl\:pl-7n, .xl\:mx-7n {
    padding-left: -3.5rem !important;
  }
  .xl\:pl-8n, .xl\:mx-8n {
    padding-left: -4rem !important;
  }
  .xl\:pl-9n, .xl\:mx-9n {
    padding-left: -4.5rem !important;
  }
  .xl\:pl-10n, .xl\:mx-10n {
    padding-left: -9rem !important;
  }
  .xl\:pl-11n, .xl\:mx-11n {
    padding-left: -9.25rem !important;
  }
  .xl\:pl-12n, .xl\:mx-12n {
    padding-left: -9.5rem !important;
  }
  .xl\:pl-13n, .xl\:mx-13n {
    padding-left: -10rem !important;
  }
  .xl\:pl-14n, .xl\:mx-14n {
    padding-left: -10.5rem !important;
  }
  .xl\:pl-15n, .xl\:mx-15n {
    padding-left: -20rem !important;
  }
}
@media (min-width: 1399.98px) {
  .\\2xl\:m-0 {
    margin: 0rem !important;
  }
  .\\2xl\:m-1 {
    margin: 0.25rem !important;
  }
  .\\2xl\:m-2 {
    margin: 0.5rem !important;
  }
  .\\2xl\:m-3 {
    margin: 1rem !important;
  }
  .\\2xl\:m-4 {
    margin: 1.5rem !important;
  }
  .\\2xl\:m-5 {
    margin: 3rem !important;
  }
  .\\2xl\:m-6 {
    margin: 3.25rem !important;
  }
  .\\2xl\:m-7 {
    margin: 3.5rem !important;
  }
  .\\2xl\:m-8 {
    margin: 4rem !important;
  }
  .\\2xl\:m-9 {
    margin: 4.5rem !important;
  }
  .\\2xl\:m-10 {
    margin: 9rem !important;
  }
  .\\2xl\:m-11 {
    margin: 9.25rem !important;
  }
  .\\2xl\:m-12 {
    margin: 9.5rem !important;
  }
  .\\2xl\:m-13 {
    margin: 10rem !important;
  }
  .\\2xl\:m-14 {
    margin: 10.5rem !important;
  }
  .\\2xl\:m-15 {
    margin: 20rem !important;
  }
  .\\2xl\:mt-0, .\\2xl\:my-0 {
    margin-top: 0rem !important;
  }
  .\\2xl\:mt-1, .\\2xl\:my-1 {
    margin-top: 0.25rem !important;
  }
  .\\2xl\:mt-2, .\\2xl\:my-2 {
    margin-top: 0.5rem !important;
  }
  .\\2xl\:mt-3, .\\2xl\:my-3 {
    margin-top: 1rem !important;
  }
  .\\2xl\:mt-4, .\\2xl\:my-4 {
    margin-top: 1.5rem !important;
  }
  .\\2xl\:mt-5, .\\2xl\:my-5 {
    margin-top: 3rem !important;
  }
  .\\2xl\:mt-6, .\\2xl\:my-6 {
    margin-top: 3.25rem !important;
  }
  .\\2xl\:mt-7, .\\2xl\:my-7 {
    margin-top: 3.5rem !important;
  }
  .\\2xl\:mt-8, .\\2xl\:my-8 {
    margin-top: 4rem !important;
  }
  .\\2xl\:mt-9, .\\2xl\:my-9 {
    margin-top: 4.5rem !important;
  }
  .\\2xl\:mt-10, .\\2xl\:my-10 {
    margin-top: 9rem !important;
  }
  .\\2xl\:mt-11, .\\2xl\:my-11 {
    margin-top: 9.25rem !important;
  }
  .\\2xl\:mt-12, .\\2xl\:my-12 {
    margin-top: 9.5rem !important;
  }
  .\\2xl\:mt-13, .\\2xl\:my-13 {
    margin-top: 10rem !important;
  }
  .\\2xl\:mt-14, .\\2xl\:my-14 {
    margin-top: 10.5rem !important;
  }
  .\\2xl\:mt-15, .\\2xl\:my-15 {
    margin-top: 20rem !important;
  }
  .\\2xl\:mr-0, .\\2xl\:mx-0 {
    margin-right: 0rem !important;
  }
  .\\2xl\:mr-1, .\\2xl\:mx-1 {
    margin-right: 0.25rem !important;
  }
  .\\2xl\:mr-2, .\\2xl\:mx-2 {
    margin-right: 0.5rem !important;
  }
  .\\2xl\:mr-3, .\\2xl\:mx-3 {
    margin-right: 1rem !important;
  }
  .\\2xl\:mr-4, .\\2xl\:mx-4 {
    margin-right: 1.5rem !important;
  }
  .\\2xl\:mr-5, .\\2xl\:mx-5 {
    margin-right: 3rem !important;
  }
  .\\2xl\:mr-6, .\\2xl\:mx-6 {
    margin-right: 3.25rem !important;
  }
  .\\2xl\:mr-7, .\\2xl\:mx-7 {
    margin-right: 3.5rem !important;
  }
  .\\2xl\:mr-8, .\\2xl\:mx-8 {
    margin-right: 4rem !important;
  }
  .\\2xl\:mr-9, .\\2xl\:mx-9 {
    margin-right: 4.5rem !important;
  }
  .\\2xl\:mr-10, .\\2xl\:mx-10 {
    margin-right: 9rem !important;
  }
  .\\2xl\:mr-11, .\\2xl\:mx-11 {
    margin-right: 9.25rem !important;
  }
  .\\2xl\:mr-12, .\\2xl\:mx-12 {
    margin-right: 9.5rem !important;
  }
  .\\2xl\:mr-13, .\\2xl\:mx-13 {
    margin-right: 10rem !important;
  }
  .\\2xl\:mr-14, .\\2xl\:mx-14 {
    margin-right: 10.5rem !important;
  }
  .\\2xl\:mr-15, .\\2xl\:mx-15 {
    margin-right: 20rem !important;
  }
  .\\2xl\:mb-0, .\\2xl\:my-0 {
    margin-bottom: 0rem !important;
  }
  .\\2xl\:mb-1, .\\2xl\:my-1 {
    margin-bottom: 0.25rem !important;
  }
  .\\2xl\:mb-2, .\\2xl\:my-2 {
    margin-bottom: 0.5rem !important;
  }
  .\\2xl\:mb-3, .\\2xl\:my-3 {
    margin-bottom: 1rem !important;
  }
  .\\2xl\:mb-4, .\\2xl\:my-4 {
    margin-bottom: 1.5rem !important;
  }
  .\\2xl\:mb-5, .\\2xl\:my-5 {
    margin-bottom: 3rem !important;
  }
  .\\2xl\:mb-6, .\\2xl\:my-6 {
    margin-bottom: 3.25rem !important;
  }
  .\\2xl\:mb-7, .\\2xl\:my-7 {
    margin-bottom: 3.5rem !important;
  }
  .\\2xl\:mb-8, .\\2xl\:my-8 {
    margin-bottom: 4rem !important;
  }
  .\\2xl\:mb-9, .\\2xl\:my-9 {
    margin-bottom: 4.5rem !important;
  }
  .\\2xl\:mb-10, .\\2xl\:my-10 {
    margin-bottom: 9rem !important;
  }
  .\\2xl\:mb-11, .\\2xl\:my-11 {
    margin-bottom: 9.25rem !important;
  }
  .\\2xl\:mb-12, .\\2xl\:my-12 {
    margin-bottom: 9.5rem !important;
  }
  .\\2xl\:mb-13, .\\2xl\:my-13 {
    margin-bottom: 10rem !important;
  }
  .\\2xl\:mb-14, .\\2xl\:my-14 {
    margin-bottom: 10.5rem !important;
  }
  .\\2xl\:mb-15, .\\2xl\:my-15 {
    margin-bottom: 20rem !important;
  }
  .\\2xl\:ml-0, .\\2xl\:mx-0 {
    margin-left: 0rem !important;
  }
  .\\2xl\:ml-1, .\\2xl\:mx-1 {
    margin-left: 0.25rem !important;
  }
  .\\2xl\:ml-2, .\\2xl\:mx-2 {
    margin-left: 0.5rem !important;
  }
  .\\2xl\:ml-3, .\\2xl\:mx-3 {
    margin-left: 1rem !important;
  }
  .\\2xl\:ml-4, .\\2xl\:mx-4 {
    margin-left: 1.5rem !important;
  }
  .\\2xl\:ml-5, .\\2xl\:mx-5 {
    margin-left: 3rem !important;
  }
  .\\2xl\:ml-6, .\\2xl\:mx-6 {
    margin-left: 3.25rem !important;
  }
  .\\2xl\:ml-7, .\\2xl\:mx-7 {
    margin-left: 3.5rem !important;
  }
  .\\2xl\:ml-8, .\\2xl\:mx-8 {
    margin-left: 4rem !important;
  }
  .\\2xl\:ml-9, .\\2xl\:mx-9 {
    margin-left: 4.5rem !important;
  }
  .\\2xl\:ml-10, .\\2xl\:mx-10 {
    margin-left: 9rem !important;
  }
  .\\2xl\:ml-11, .\\2xl\:mx-11 {
    margin-left: 9.25rem !important;
  }
  .\\2xl\:ml-12, .\\2xl\:mx-12 {
    margin-left: 9.5rem !important;
  }
  .\\2xl\:ml-13, .\\2xl\:mx-13 {
    margin-left: 10rem !important;
  }
  .\\2xl\:ml-14, .\\2xl\:mx-14 {
    margin-left: 10.5rem !important;
  }
  .\\2xl\:ml-15, .\\2xl\:mx-15 {
    margin-left: 20rem !important;
  }
  .\\2xl\:p-0 {
    padding: 0rem !important;
  }
  .\\2xl\:p-1 {
    padding: 0.25rem !important;
  }
  .\\2xl\:p-2 {
    padding: 0.5rem !important;
  }
  .\\2xl\:p-3 {
    padding: 1rem !important;
  }
  .\\2xl\:p-4 {
    padding: 1.5rem !important;
  }
  .\\2xl\:p-5 {
    padding: 3rem !important;
  }
  .\\2xl\:p-6 {
    padding: 3.25rem !important;
  }
  .\\2xl\:p-7 {
    padding: 3.5rem !important;
  }
  .\\2xl\:p-8 {
    padding: 4rem !important;
  }
  .\\2xl\:p-9 {
    padding: 4.5rem !important;
  }
  .\\2xl\:p-10 {
    padding: 9rem !important;
  }
  .\\2xl\:p-11 {
    padding: 9.25rem !important;
  }
  .\\2xl\:p-12 {
    padding: 9.5rem !important;
  }
  .\\2xl\:p-13 {
    padding: 10rem !important;
  }
  .\\2xl\:p-14 {
    padding: 10.5rem !important;
  }
  .\\2xl\:p-15 {
    padding: 20rem !important;
  }
  .\\2xl\:pt-0, .\\2xl\:my-0 {
    padding-top: 0rem !important;
  }
  .\\2xl\:pt-1, .\\2xl\:my-1 {
    padding-top: 0.25rem !important;
  }
  .\\2xl\:pt-2, .\\2xl\:my-2 {
    padding-top: 0.5rem !important;
  }
  .\\2xl\:pt-3, .\\2xl\:my-3 {
    padding-top: 1rem !important;
  }
  .\\2xl\:pt-4, .\\2xl\:my-4 {
    padding-top: 1.5rem !important;
  }
  .\\2xl\:pt-5, .\\2xl\:my-5 {
    padding-top: 3rem !important;
  }
  .\\2xl\:pt-6, .\\2xl\:my-6 {
    padding-top: 3.25rem !important;
  }
  .\\2xl\:pt-7, .\\2xl\:my-7 {
    padding-top: 3.5rem !important;
  }
  .\\2xl\:pt-8, .\\2xl\:my-8 {
    padding-top: 4rem !important;
  }
  .\\2xl\:pt-9, .\\2xl\:my-9 {
    padding-top: 4.5rem !important;
  }
  .\\2xl\:pt-10, .\\2xl\:my-10 {
    padding-top: 9rem !important;
  }
  .\\2xl\:pt-11, .\\2xl\:my-11 {
    padding-top: 9.25rem !important;
  }
  .\\2xl\:pt-12, .\\2xl\:my-12 {
    padding-top: 9.5rem !important;
  }
  .\\2xl\:pt-13, .\\2xl\:my-13 {
    padding-top: 10rem !important;
  }
  .\\2xl\:pt-14, .\\2xl\:my-14 {
    padding-top: 10.5rem !important;
  }
  .\\2xl\:pt-15, .\\2xl\:my-15 {
    padding-top: 20rem !important;
  }
  .\\2xl\:pr-0, .\\2xl\:mx-0 {
    padding-right: 0rem !important;
  }
  .\\2xl\:pr-1, .\\2xl\:mx-1 {
    padding-right: 0.25rem !important;
  }
  .\\2xl\:pr-2, .\\2xl\:mx-2 {
    padding-right: 0.5rem !important;
  }
  .\\2xl\:pr-3, .\\2xl\:mx-3 {
    padding-right: 1rem !important;
  }
  .\\2xl\:pr-4, .\\2xl\:mx-4 {
    padding-right: 1.5rem !important;
  }
  .\\2xl\:pr-5, .\\2xl\:mx-5 {
    padding-right: 3rem !important;
  }
  .\\2xl\:pr-6, .\\2xl\:mx-6 {
    padding-right: 3.25rem !important;
  }
  .\\2xl\:pr-7, .\\2xl\:mx-7 {
    padding-right: 3.5rem !important;
  }
  .\\2xl\:pr-8, .\\2xl\:mx-8 {
    padding-right: 4rem !important;
  }
  .\\2xl\:pr-9, .\\2xl\:mx-9 {
    padding-right: 4.5rem !important;
  }
  .\\2xl\:pr-10, .\\2xl\:mx-10 {
    padding-right: 9rem !important;
  }
  .\\2xl\:pr-11, .\\2xl\:mx-11 {
    padding-right: 9.25rem !important;
  }
  .\\2xl\:pr-12, .\\2xl\:mx-12 {
    padding-right: 9.5rem !important;
  }
  .\\2xl\:pr-13, .\\2xl\:mx-13 {
    padding-right: 10rem !important;
  }
  .\\2xl\:pr-14, .\\2xl\:mx-14 {
    padding-right: 10.5rem !important;
  }
  .\\2xl\:pr-15, .\\2xl\:mx-15 {
    padding-right: 20rem !important;
  }
  .\\2xl\:pb-0, .\\2xl\:my-0 {
    padding-bottom: 0rem !important;
  }
  .\\2xl\:pb-1, .\\2xl\:my-1 {
    padding-bottom: 0.25rem !important;
  }
  .\\2xl\:pb-2, .\\2xl\:my-2 {
    padding-bottom: 0.5rem !important;
  }
  .\\2xl\:pb-3, .\\2xl\:my-3 {
    padding-bottom: 1rem !important;
  }
  .\\2xl\:pb-4, .\\2xl\:my-4 {
    padding-bottom: 1.5rem !important;
  }
  .\\2xl\:pb-5, .\\2xl\:my-5 {
    padding-bottom: 3rem !important;
  }
  .\\2xl\:pb-6, .\\2xl\:my-6 {
    padding-bottom: 3.25rem !important;
  }
  .\\2xl\:pb-7, .\\2xl\:my-7 {
    padding-bottom: 3.5rem !important;
  }
  .\\2xl\:pb-8, .\\2xl\:my-8 {
    padding-bottom: 4rem !important;
  }
  .\\2xl\:pb-9, .\\2xl\:my-9 {
    padding-bottom: 4.5rem !important;
  }
  .\\2xl\:pb-10, .\\2xl\:my-10 {
    padding-bottom: 9rem !important;
  }
  .\\2xl\:pb-11, .\\2xl\:my-11 {
    padding-bottom: 9.25rem !important;
  }
  .\\2xl\:pb-12, .\\2xl\:my-12 {
    padding-bottom: 9.5rem !important;
  }
  .\\2xl\:pb-13, .\\2xl\:my-13 {
    padding-bottom: 10rem !important;
  }
  .\\2xl\:pb-14, .\\2xl\:my-14 {
    padding-bottom: 10.5rem !important;
  }
  .\\2xl\:pb-15, .\\2xl\:my-15 {
    padding-bottom: 20rem !important;
  }
  .\\2xl\:pl-0, .\\2xl\:mx-0 {
    padding-left: 0rem !important;
  }
  .\\2xl\:pl-1, .\\2xl\:mx-1 {
    padding-left: 0.25rem !important;
  }
  .\\2xl\:pl-2, .\\2xl\:mx-2 {
    padding-left: 0.5rem !important;
  }
  .\\2xl\:pl-3, .\\2xl\:mx-3 {
    padding-left: 1rem !important;
  }
  .\\2xl\:pl-4, .\\2xl\:mx-4 {
    padding-left: 1.5rem !important;
  }
  .\\2xl\:pl-5, .\\2xl\:mx-5 {
    padding-left: 3rem !important;
  }
  .\\2xl\:pl-6, .\\2xl\:mx-6 {
    padding-left: 3.25rem !important;
  }
  .\\2xl\:pl-7, .\\2xl\:mx-7 {
    padding-left: 3.5rem !important;
  }
  .\\2xl\:pl-8, .\\2xl\:mx-8 {
    padding-left: 4rem !important;
  }
  .\\2xl\:pl-9, .\\2xl\:mx-9 {
    padding-left: 4.5rem !important;
  }
  .\\2xl\:pl-10, .\\2xl\:mx-10 {
    padding-left: 9rem !important;
  }
  .\\2xl\:pl-11, .\\2xl\:mx-11 {
    padding-left: 9.25rem !important;
  }
  .\\2xl\:pl-12, .\\2xl\:mx-12 {
    padding-left: 9.5rem !important;
  }
  .\\2xl\:pl-13, .\\2xl\:mx-13 {
    padding-left: 10rem !important;
  }
  .\\2xl\:pl-14, .\\2xl\:mx-14 {
    padding-left: 10.5rem !important;
  }
  .\\2xl\:pl-15, .\\2xl\:mx-15 {
    padding-left: 20rem !important;
  }
  .\\2xl\:m-0n {
    margin: -0rem !important;
  }
  .\\2xl\:m-1n {
    margin: -0.25rem !important;
  }
  .\\2xl\:m-2n {
    margin: -0.5rem !important;
  }
  .\\2xl\:m-3n {
    margin: -1rem !important;
  }
  .\\2xl\:m-4n {
    margin: -1.5rem !important;
  }
  .\\2xl\:m-5n {
    margin: -3rem !important;
  }
  .\\2xl\:m-6n {
    margin: -3.25rem !important;
  }
  .\\2xl\:m-7n {
    margin: -3.5rem !important;
  }
  .\\2xl\:m-8n {
    margin: -4rem !important;
  }
  .\\2xl\:m-9n {
    margin: -4.5rem !important;
  }
  .\\2xl\:m-10n {
    margin: -9rem !important;
  }
  .\\2xl\:m-11n {
    margin: -9.25rem !important;
  }
  .\\2xl\:m-12n {
    margin: -9.5rem !important;
  }
  .\\2xl\:m-13n {
    margin: -10rem !important;
  }
  .\\2xl\:m-14n {
    margin: -10.5rem !important;
  }
  .\\2xl\:m-15n {
    margin: -20rem !important;
  }
  .\\2xl\:mt-0n, .\\2xl\:my-0n {
    margin-top: -0rem !important;
  }
  .\\2xl\:mt-1n, .\\2xl\:my-1n {
    margin-top: -0.25rem !important;
  }
  .\\2xl\:mt-2n, .\\2xl\:my-2n {
    margin-top: -0.5rem !important;
  }
  .\\2xl\:mt-3n, .\\2xl\:my-3n {
    margin-top: -1rem !important;
  }
  .\\2xl\:mt-4n, .\\2xl\:my-4n {
    margin-top: -1.5rem !important;
  }
  .\\2xl\:mt-5n, .\\2xl\:my-5n {
    margin-top: -3rem !important;
  }
  .\\2xl\:mt-6n, .\\2xl\:my-6n {
    margin-top: -3.25rem !important;
  }
  .\\2xl\:mt-7n, .\\2xl\:my-7n {
    margin-top: -3.5rem !important;
  }
  .\\2xl\:mt-8n, .\\2xl\:my-8n {
    margin-top: -4rem !important;
  }
  .\\2xl\:mt-9n, .\\2xl\:my-9n {
    margin-top: -4.5rem !important;
  }
  .\\2xl\:mt-10n, .\\2xl\:my-10n {
    margin-top: -9rem !important;
  }
  .\\2xl\:mt-11n, .\\2xl\:my-11n {
    margin-top: -9.25rem !important;
  }
  .\\2xl\:mt-12n, .\\2xl\:my-12n {
    margin-top: -9.5rem !important;
  }
  .\\2xl\:mt-13n, .\\2xl\:my-13n {
    margin-top: -10rem !important;
  }
  .\\2xl\:mt-14n, .\\2xl\:my-14n {
    margin-top: -10.5rem !important;
  }
  .\\2xl\:mt-15n, .\\2xl\:my-15n {
    margin-top: -20rem !important;
  }
  .\\2xl\:mr-0n, .\\2xl\:mx-0n {
    margin-right: -0rem !important;
  }
  .\\2xl\:mr-1n, .\\2xl\:mx-1n {
    margin-right: -0.25rem !important;
  }
  .\\2xl\:mr-2n, .\\2xl\:mx-2n {
    margin-right: -0.5rem !important;
  }
  .\\2xl\:mr-3n, .\\2xl\:mx-3n {
    margin-right: -1rem !important;
  }
  .\\2xl\:mr-4n, .\\2xl\:mx-4n {
    margin-right: -1.5rem !important;
  }
  .\\2xl\:mr-5n, .\\2xl\:mx-5n {
    margin-right: -3rem !important;
  }
  .\\2xl\:mr-6n, .\\2xl\:mx-6n {
    margin-right: -3.25rem !important;
  }
  .\\2xl\:mr-7n, .\\2xl\:mx-7n {
    margin-right: -3.5rem !important;
  }
  .\\2xl\:mr-8n, .\\2xl\:mx-8n {
    margin-right: -4rem !important;
  }
  .\\2xl\:mr-9n, .\\2xl\:mx-9n {
    margin-right: -4.5rem !important;
  }
  .\\2xl\:mr-10n, .\\2xl\:mx-10n {
    margin-right: -9rem !important;
  }
  .\\2xl\:mr-11n, .\\2xl\:mx-11n {
    margin-right: -9.25rem !important;
  }
  .\\2xl\:mr-12n, .\\2xl\:mx-12n {
    margin-right: -9.5rem !important;
  }
  .\\2xl\:mr-13n, .\\2xl\:mx-13n {
    margin-right: -10rem !important;
  }
  .\\2xl\:mr-14n, .\\2xl\:mx-14n {
    margin-right: -10.5rem !important;
  }
  .\\2xl\:mr-15n, .\\2xl\:mx-15n {
    margin-right: -20rem !important;
  }
  .\\2xl\:mb-0n, .\\2xl\:my-0n {
    margin-bottom: -0rem !important;
  }
  .\\2xl\:mb-1n, .\\2xl\:my-1n {
    margin-bottom: -0.25rem !important;
  }
  .\\2xl\:mb-2n, .\\2xl\:my-2n {
    margin-bottom: -0.5rem !important;
  }
  .\\2xl\:mb-3n, .\\2xl\:my-3n {
    margin-bottom: -1rem !important;
  }
  .\\2xl\:mb-4n, .\\2xl\:my-4n {
    margin-bottom: -1.5rem !important;
  }
  .\\2xl\:mb-5n, .\\2xl\:my-5n {
    margin-bottom: -3rem !important;
  }
  .\\2xl\:mb-6n, .\\2xl\:my-6n {
    margin-bottom: -3.25rem !important;
  }
  .\\2xl\:mb-7n, .\\2xl\:my-7n {
    margin-bottom: -3.5rem !important;
  }
  .\\2xl\:mb-8n, .\\2xl\:my-8n {
    margin-bottom: -4rem !important;
  }
  .\\2xl\:mb-9n, .\\2xl\:my-9n {
    margin-bottom: -4.5rem !important;
  }
  .\\2xl\:mb-10n, .\\2xl\:my-10n {
    margin-bottom: -9rem !important;
  }
  .\\2xl\:mb-11n, .\\2xl\:my-11n {
    margin-bottom: -9.25rem !important;
  }
  .\\2xl\:mb-12n, .\\2xl\:my-12n {
    margin-bottom: -9.5rem !important;
  }
  .\\2xl\:mb-13n, .\\2xl\:my-13n {
    margin-bottom: -10rem !important;
  }
  .\\2xl\:mb-14n, .\\2xl\:my-14n {
    margin-bottom: -10.5rem !important;
  }
  .\\2xl\:mb-15n, .\\2xl\:my-15n {
    margin-bottom: -20rem !important;
  }
  .\\2xl\:ml-0n, .\\2xl\:mx-0n {
    margin-left: -0rem !important;
  }
  .\\2xl\:ml-1n, .\\2xl\:mx-1n {
    margin-left: -0.25rem !important;
  }
  .\\2xl\:ml-2n, .\\2xl\:mx-2n {
    margin-left: -0.5rem !important;
  }
  .\\2xl\:ml-3n, .\\2xl\:mx-3n {
    margin-left: -1rem !important;
  }
  .\\2xl\:ml-4n, .\\2xl\:mx-4n {
    margin-left: -1.5rem !important;
  }
  .\\2xl\:ml-5n, .\\2xl\:mx-5n {
    margin-left: -3rem !important;
  }
  .\\2xl\:ml-6n, .\\2xl\:mx-6n {
    margin-left: -3.25rem !important;
  }
  .\\2xl\:ml-7n, .\\2xl\:mx-7n {
    margin-left: -3.5rem !important;
  }
  .\\2xl\:ml-8n, .\\2xl\:mx-8n {
    margin-left: -4rem !important;
  }
  .\\2xl\:ml-9n, .\\2xl\:mx-9n {
    margin-left: -4.5rem !important;
  }
  .\\2xl\:ml-10n, .\\2xl\:mx-10n {
    margin-left: -9rem !important;
  }
  .\\2xl\:ml-11n, .\\2xl\:mx-11n {
    margin-left: -9.25rem !important;
  }
  .\\2xl\:ml-12n, .\\2xl\:mx-12n {
    margin-left: -9.5rem !important;
  }
  .\\2xl\:ml-13n, .\\2xl\:mx-13n {
    margin-left: -10rem !important;
  }
  .\\2xl\:ml-14n, .\\2xl\:mx-14n {
    margin-left: -10.5rem !important;
  }
  .\\2xl\:ml-15n, .\\2xl\:mx-15n {
    margin-left: -20rem !important;
  }
  .\\2xl\:p-0n {
    padding: -0rem !important;
  }
  .\\2xl\:p-1n {
    padding: -0.25rem !important;
  }
  .\\2xl\:p-2n {
    padding: -0.5rem !important;
  }
  .\\2xl\:p-3n {
    padding: -1rem !important;
  }
  .\\2xl\:p-4n {
    padding: -1.5rem !important;
  }
  .\\2xl\:p-5n {
    padding: -3rem !important;
  }
  .\\2xl\:p-6n {
    padding: -3.25rem !important;
  }
  .\\2xl\:p-7n {
    padding: -3.5rem !important;
  }
  .\\2xl\:p-8n {
    padding: -4rem !important;
  }
  .\\2xl\:p-9n {
    padding: -4.5rem !important;
  }
  .\\2xl\:p-10n {
    padding: -9rem !important;
  }
  .\\2xl\:p-11n {
    padding: -9.25rem !important;
  }
  .\\2xl\:p-12n {
    padding: -9.5rem !important;
  }
  .\\2xl\:p-13n {
    padding: -10rem !important;
  }
  .\\2xl\:p-14n {
    padding: -10.5rem !important;
  }
  .\\2xl\:p-15n {
    padding: -20rem !important;
  }
  .\\2xl\:pt-0n, .\\2xl\:my-0n {
    padding-top: -0rem !important;
  }
  .\\2xl\:pt-1n, .\\2xl\:my-1n {
    padding-top: -0.25rem !important;
  }
  .\\2xl\:pt-2n, .\\2xl\:my-2n {
    padding-top: -0.5rem !important;
  }
  .\\2xl\:pt-3n, .\\2xl\:my-3n {
    padding-top: -1rem !important;
  }
  .\\2xl\:pt-4n, .\\2xl\:my-4n {
    padding-top: -1.5rem !important;
  }
  .\\2xl\:pt-5n, .\\2xl\:my-5n {
    padding-top: -3rem !important;
  }
  .\\2xl\:pt-6n, .\\2xl\:my-6n {
    padding-top: -3.25rem !important;
  }
  .\\2xl\:pt-7n, .\\2xl\:my-7n {
    padding-top: -3.5rem !important;
  }
  .\\2xl\:pt-8n, .\\2xl\:my-8n {
    padding-top: -4rem !important;
  }
  .\\2xl\:pt-9n, .\\2xl\:my-9n {
    padding-top: -4.5rem !important;
  }
  .\\2xl\:pt-10n, .\\2xl\:my-10n {
    padding-top: -9rem !important;
  }
  .\\2xl\:pt-11n, .\\2xl\:my-11n {
    padding-top: -9.25rem !important;
  }
  .\\2xl\:pt-12n, .\\2xl\:my-12n {
    padding-top: -9.5rem !important;
  }
  .\\2xl\:pt-13n, .\\2xl\:my-13n {
    padding-top: -10rem !important;
  }
  .\\2xl\:pt-14n, .\\2xl\:my-14n {
    padding-top: -10.5rem !important;
  }
  .\\2xl\:pt-15n, .\\2xl\:my-15n {
    padding-top: -20rem !important;
  }
  .\\2xl\:pr-0n, .\\2xl\:mx-0n {
    padding-right: -0rem !important;
  }
  .\\2xl\:pr-1n, .\\2xl\:mx-1n {
    padding-right: -0.25rem !important;
  }
  .\\2xl\:pr-2n, .\\2xl\:mx-2n {
    padding-right: -0.5rem !important;
  }
  .\\2xl\:pr-3n, .\\2xl\:mx-3n {
    padding-right: -1rem !important;
  }
  .\\2xl\:pr-4n, .\\2xl\:mx-4n {
    padding-right: -1.5rem !important;
  }
  .\\2xl\:pr-5n, .\\2xl\:mx-5n {
    padding-right: -3rem !important;
  }
  .\\2xl\:pr-6n, .\\2xl\:mx-6n {
    padding-right: -3.25rem !important;
  }
  .\\2xl\:pr-7n, .\\2xl\:mx-7n {
    padding-right: -3.5rem !important;
  }
  .\\2xl\:pr-8n, .\\2xl\:mx-8n {
    padding-right: -4rem !important;
  }
  .\\2xl\:pr-9n, .\\2xl\:mx-9n {
    padding-right: -4.5rem !important;
  }
  .\\2xl\:pr-10n, .\\2xl\:mx-10n {
    padding-right: -9rem !important;
  }
  .\\2xl\:pr-11n, .\\2xl\:mx-11n {
    padding-right: -9.25rem !important;
  }
  .\\2xl\:pr-12n, .\\2xl\:mx-12n {
    padding-right: -9.5rem !important;
  }
  .\\2xl\:pr-13n, .\\2xl\:mx-13n {
    padding-right: -10rem !important;
  }
  .\\2xl\:pr-14n, .\\2xl\:mx-14n {
    padding-right: -10.5rem !important;
  }
  .\\2xl\:pr-15n, .\\2xl\:mx-15n {
    padding-right: -20rem !important;
  }
  .\\2xl\:pb-0n, .\\2xl\:my-0n {
    padding-bottom: -0rem !important;
  }
  .\\2xl\:pb-1n, .\\2xl\:my-1n {
    padding-bottom: -0.25rem !important;
  }
  .\\2xl\:pb-2n, .\\2xl\:my-2n {
    padding-bottom: -0.5rem !important;
  }
  .\\2xl\:pb-3n, .\\2xl\:my-3n {
    padding-bottom: -1rem !important;
  }
  .\\2xl\:pb-4n, .\\2xl\:my-4n {
    padding-bottom: -1.5rem !important;
  }
  .\\2xl\:pb-5n, .\\2xl\:my-5n {
    padding-bottom: -3rem !important;
  }
  .\\2xl\:pb-6n, .\\2xl\:my-6n {
    padding-bottom: -3.25rem !important;
  }
  .\\2xl\:pb-7n, .\\2xl\:my-7n {
    padding-bottom: -3.5rem !important;
  }
  .\\2xl\:pb-8n, .\\2xl\:my-8n {
    padding-bottom: -4rem !important;
  }
  .\\2xl\:pb-9n, .\\2xl\:my-9n {
    padding-bottom: -4.5rem !important;
  }
  .\\2xl\:pb-10n, .\\2xl\:my-10n {
    padding-bottom: -9rem !important;
  }
  .\\2xl\:pb-11n, .\\2xl\:my-11n {
    padding-bottom: -9.25rem !important;
  }
  .\\2xl\:pb-12n, .\\2xl\:my-12n {
    padding-bottom: -9.5rem !important;
  }
  .\\2xl\:pb-13n, .\\2xl\:my-13n {
    padding-bottom: -10rem !important;
  }
  .\\2xl\:pb-14n, .\\2xl\:my-14n {
    padding-bottom: -10.5rem !important;
  }
  .\\2xl\:pb-15n, .\\2xl\:my-15n {
    padding-bottom: -20rem !important;
  }
  .\\2xl\:pl-0n, .\\2xl\:mx-0n {
    padding-left: -0rem !important;
  }
  .\\2xl\:pl-1n, .\\2xl\:mx-1n {
    padding-left: -0.25rem !important;
  }
  .\\2xl\:pl-2n, .\\2xl\:mx-2n {
    padding-left: -0.5rem !important;
  }
  .\\2xl\:pl-3n, .\\2xl\:mx-3n {
    padding-left: -1rem !important;
  }
  .\\2xl\:pl-4n, .\\2xl\:mx-4n {
    padding-left: -1.5rem !important;
  }
  .\\2xl\:pl-5n, .\\2xl\:mx-5n {
    padding-left: -3rem !important;
  }
  .\\2xl\:pl-6n, .\\2xl\:mx-6n {
    padding-left: -3.25rem !important;
  }
  .\\2xl\:pl-7n, .\\2xl\:mx-7n {
    padding-left: -3.5rem !important;
  }
  .\\2xl\:pl-8n, .\\2xl\:mx-8n {
    padding-left: -4rem !important;
  }
  .\\2xl\:pl-9n, .\\2xl\:mx-9n {
    padding-left: -4.5rem !important;
  }
  .\\2xl\:pl-10n, .\\2xl\:mx-10n {
    padding-left: -9rem !important;
  }
  .\\2xl\:pl-11n, .\\2xl\:mx-11n {
    padding-left: -9.25rem !important;
  }
  .\\2xl\:pl-12n, .\\2xl\:mx-12n {
    padding-left: -9.5rem !important;
  }
  .\\2xl\:pl-13n, .\\2xl\:mx-13n {
    padding-left: -10rem !important;
  }
  .\\2xl\:pl-14n, .\\2xl\:mx-14n {
    padding-left: -10.5rem !important;
  }
  .\\2xl\:pl-15n, .\\2xl\:mx-15n {
    padding-left: -20rem !important;
  }
}
.text-blue {
  color: #0d6efd;
}

.text-indigo {
  color: #6610f2;
}

.text-purple {
  color: #6f42c1;
}

.text-pink {
  color: #e83e8c;
}

.text-red {
  color: #dc3545;
}

.text-orange {
  color: #fd7e14;
}

.text-yellow {
  color: #ffc107;
}

.text-green {
  color: #28a745;
}

.text-teal {
  color: #20c997;
}

.text-cyan {
  color: #17a2b8;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #6c757d;
}

.text-gray-dark {
  color: #343a40;
}

.text-primary {
  color: #0d6efd;
}

.text-secondary {
  color: #6c757d;
}

.text-success {
  color: #28a745;
}

.text-info {
  color: #17a2b8;
}

.text-warning {
  color: #ffc107;
}

.text-danger {
  color: #dc3545;
}

.text-light {
  color: #f8f9fa;
}

.text-dark {
  color: #343a40;
}

.text-muted {
  color: #6c757d;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.h-0 {
  height: 0% !important;
}

.h-1 {
  height: 1% !important;
}

.h-2 {
  height: 2% !important;
}

.h-3 {
  height: 3% !important;
}

.h-4 {
  height: 4% !important;
}

.h-5 {
  height: 5% !important;
}

.h-6 {
  height: 6% !important;
}

.h-7 {
  height: 7% !important;
}

.h-8 {
  height: 8% !important;
}

.h-9 {
  height: 9% !important;
}

.h-10 {
  height: 10% !important;
}

.h-11 {
  height: 11% !important;
}

.h-12 {
  height: 12% !important;
}

.h-13 {
  height: 13% !important;
}

.h-14 {
  height: 14% !important;
}

.h-15 {
  height: 15% !important;
}

.h-16 {
  height: 16% !important;
}

.h-17 {
  height: 17% !important;
}

.h-18 {
  height: 18% !important;
}

.h-19 {
  height: 19% !important;
}

.h-20 {
  height: 20% !important;
}

.h-21 {
  height: 21% !important;
}

.h-22 {
  height: 22% !important;
}

.h-23 {
  height: 23% !important;
}

.h-24 {
  height: 24% !important;
}

.h-25 {
  height: 25% !important;
}

.h-26 {
  height: 26% !important;
}

.h-27 {
  height: 27% !important;
}

.h-28 {
  height: 28% !important;
}

.h-29 {
  height: 29% !important;
}

.h-30 {
  height: 30% !important;
}

.h-31 {
  height: 31% !important;
}

.h-32 {
  height: 32% !important;
}

.h-33 {
  height: 33% !important;
}

.h-34 {
  height: 34% !important;
}

.h-35 {
  height: 35% !important;
}

.h-36 {
  height: 36% !important;
}

.h-37 {
  height: 37% !important;
}

.h-38 {
  height: 38% !important;
}

.h-39 {
  height: 39% !important;
}

.h-40 {
  height: 40% !important;
}

.h-41 {
  height: 41% !important;
}

.h-42 {
  height: 42% !important;
}

.h-43 {
  height: 43% !important;
}

.h-44 {
  height: 44% !important;
}

.h-45 {
  height: 45% !important;
}

.h-46 {
  height: 46% !important;
}

.h-47 {
  height: 47% !important;
}

.h-48 {
  height: 48% !important;
}

.h-49 {
  height: 49% !important;
}

.h-50 {
  height: 50% !important;
}

.h-51 {
  height: 51% !important;
}

.h-52 {
  height: 52% !important;
}

.h-53 {
  height: 53% !important;
}

.h-54 {
  height: 54% !important;
}

.h-55 {
  height: 55% !important;
}

.h-56 {
  height: 56% !important;
}

.h-57 {
  height: 57% !important;
}

.h-58 {
  height: 58% !important;
}

.h-59 {
  height: 59% !important;
}

.h-60 {
  height: 60% !important;
}

.h-61 {
  height: 61% !important;
}

.h-62 {
  height: 62% !important;
}

.h-63 {
  height: 63% !important;
}

.h-64 {
  height: 64% !important;
}

.h-65 {
  height: 65% !important;
}

.h-66 {
  height: 66% !important;
}

.h-67 {
  height: 67% !important;
}

.h-68 {
  height: 68% !important;
}

.h-69 {
  height: 69% !important;
}

.h-70 {
  height: 70% !important;
}

.h-71 {
  height: 71% !important;
}

.h-72 {
  height: 72% !important;
}

.h-73 {
  height: 73% !important;
}

.h-74 {
  height: 74% !important;
}

.h-75 {
  height: 75% !important;
}

.h-76 {
  height: 76% !important;
}

.h-77 {
  height: 77% !important;
}

.h-78 {
  height: 78% !important;
}

.h-79 {
  height: 79% !important;
}

.h-80 {
  height: 80% !important;
}

.h-81 {
  height: 81% !important;
}

.h-82 {
  height: 82% !important;
}

.h-83 {
  height: 83% !important;
}

.h-84 {
  height: 84% !important;
}

.h-85 {
  height: 85% !important;
}

.h-86 {
  height: 86% !important;
}

.h-87 {
  height: 87% !important;
}

.h-88 {
  height: 88% !important;
}

.h-89 {
  height: 89% !important;
}

.h-90 {
  height: 90% !important;
}

.h-91 {
  height: 91% !important;
}

.h-92 {
  height: 92% !important;
}

.h-93 {
  height: 93% !important;
}

.h-94 {
  height: 94% !important;
}

.h-95 {
  height: 95% !important;
}

.h-96 {
  height: 96% !important;
}

.h-97 {
  height: 97% !important;
}

.h-98 {
  height: 98% !important;
}

.h-99 {
  height: 99% !important;
}

.h-full {
  height: 100%;
}

.min-h-0 {
  height: 0% !important;
}

.min-h-1 {
  height: 1% !important;
}

.min-h-2 {
  height: 2% !important;
}

.min-h-3 {
  height: 3% !important;
}

.min-h-4 {
  height: 4% !important;
}

.min-h-5 {
  height: 5% !important;
}

.min-h-6 {
  height: 6% !important;
}

.min-h-7 {
  height: 7% !important;
}

.min-h-8 {
  height: 8% !important;
}

.min-h-9 {
  height: 9% !important;
}

.min-h-10 {
  height: 10% !important;
}

.min-h-11 {
  height: 11% !important;
}

.min-h-12 {
  height: 12% !important;
}

.min-h-13 {
  height: 13% !important;
}

.min-h-14 {
  height: 14% !important;
}

.min-h-15 {
  height: 15% !important;
}

.min-h-16 {
  height: 16% !important;
}

.min-h-17 {
  height: 17% !important;
}

.min-h-18 {
  height: 18% !important;
}

.min-h-19 {
  height: 19% !important;
}

.min-h-20 {
  height: 20% !important;
}

.min-h-21 {
  height: 21% !important;
}

.min-h-22 {
  height: 22% !important;
}

.min-h-23 {
  height: 23% !important;
}

.min-h-24 {
  height: 24% !important;
}

.min-h-25 {
  height: 25% !important;
}

.min-h-26 {
  height: 26% !important;
}

.min-h-27 {
  height: 27% !important;
}

.min-h-28 {
  height: 28% !important;
}

.min-h-29 {
  height: 29% !important;
}

.min-h-30 {
  height: 30% !important;
}

.min-h-31 {
  height: 31% !important;
}

.min-h-32 {
  height: 32% !important;
}

.min-h-33 {
  height: 33% !important;
}

.min-h-34 {
  height: 34% !important;
}

.min-h-35 {
  height: 35% !important;
}

.min-h-36 {
  height: 36% !important;
}

.min-h-37 {
  height: 37% !important;
}

.min-h-38 {
  height: 38% !important;
}

.min-h-39 {
  height: 39% !important;
}

.min-h-40 {
  height: 40% !important;
}

.min-h-41 {
  height: 41% !important;
}

.min-h-42 {
  height: 42% !important;
}

.min-h-43 {
  height: 43% !important;
}

.min-h-44 {
  height: 44% !important;
}

.min-h-45 {
  height: 45% !important;
}

.min-h-46 {
  height: 46% !important;
}

.min-h-47 {
  height: 47% !important;
}

.min-h-48 {
  height: 48% !important;
}

.min-h-49 {
  height: 49% !important;
}

.min-h-50 {
  height: 50% !important;
}

.min-h-51 {
  height: 51% !important;
}

.min-h-52 {
  height: 52% !important;
}

.min-h-53 {
  height: 53% !important;
}

.min-h-54 {
  height: 54% !important;
}

.min-h-55 {
  height: 55% !important;
}

.min-h-56 {
  height: 56% !important;
}

.min-h-57 {
  height: 57% !important;
}

.min-h-58 {
  height: 58% !important;
}

.min-h-59 {
  height: 59% !important;
}

.min-h-60 {
  height: 60% !important;
}

.min-h-61 {
  height: 61% !important;
}

.min-h-62 {
  height: 62% !important;
}

.min-h-63 {
  height: 63% !important;
}

.min-h-64 {
  height: 64% !important;
}

.min-h-65 {
  height: 65% !important;
}

.min-h-66 {
  height: 66% !important;
}

.min-h-67 {
  height: 67% !important;
}

.min-h-68 {
  height: 68% !important;
}

.min-h-69 {
  height: 69% !important;
}

.min-h-70 {
  height: 70% !important;
}

.min-h-71 {
  height: 71% !important;
}

.min-h-72 {
  height: 72% !important;
}

.min-h-73 {
  height: 73% !important;
}

.min-h-74 {
  height: 74% !important;
}

.min-h-75 {
  height: 75% !important;
}

.min-h-76 {
  height: 76% !important;
}

.min-h-77 {
  height: 77% !important;
}

.min-h-78 {
  height: 78% !important;
}

.min-h-79 {
  height: 79% !important;
}

.min-h-80 {
  height: 80% !important;
}

.min-h-81 {
  height: 81% !important;
}

.min-h-82 {
  height: 82% !important;
}

.min-h-83 {
  height: 83% !important;
}

.min-h-84 {
  height: 84% !important;
}

.min-h-85 {
  height: 85% !important;
}

.min-h-86 {
  height: 86% !important;
}

.min-h-87 {
  height: 87% !important;
}

.min-h-88 {
  height: 88% !important;
}

.min-h-89 {
  height: 89% !important;
}

.min-h-90 {
  height: 90% !important;
}

.min-h-91 {
  height: 91% !important;
}

.min-h-92 {
  height: 92% !important;
}

.min-h-93 {
  height: 93% !important;
}

.min-h-94 {
  height: 94% !important;
}

.min-h-95 {
  height: 95% !important;
}

.min-h-96 {
  height: 96% !important;
}

.min-h-97 {
  height: 97% !important;
}

.min-h-98 {
  height: 98% !important;
}

.min-h-99 {
  height: 99% !important;
}

.min-h-full {
  height: 100%;
}

.max-h w-0 {
  height: 0% !important;
}

.max-h w-1 {
  height: 1% !important;
}

.max-h w-2 {
  height: 2% !important;
}

.max-h w-3 {
  height: 3% !important;
}

.max-h w-4 {
  height: 4% !important;
}

.max-h w-5 {
  height: 5% !important;
}

.max-h w-6 {
  height: 6% !important;
}

.max-h w-7 {
  height: 7% !important;
}

.max-h w-8 {
  height: 8% !important;
}

.max-h w-9 {
  height: 9% !important;
}

.max-h w-10 {
  height: 10% !important;
}

.max-h w-11 {
  height: 11% !important;
}

.max-h w-12 {
  height: 12% !important;
}

.max-h w-13 {
  height: 13% !important;
}

.max-h w-14 {
  height: 14% !important;
}

.max-h w-15 {
  height: 15% !important;
}

.max-h w-16 {
  height: 16% !important;
}

.max-h w-17 {
  height: 17% !important;
}

.max-h w-18 {
  height: 18% !important;
}

.max-h w-19 {
  height: 19% !important;
}

.max-h w-20 {
  height: 20% !important;
}

.max-h w-21 {
  height: 21% !important;
}

.max-h w-22 {
  height: 22% !important;
}

.max-h w-23 {
  height: 23% !important;
}

.max-h w-24 {
  height: 24% !important;
}

.max-h w-25 {
  height: 25% !important;
}

.max-h w-26 {
  height: 26% !important;
}

.max-h w-27 {
  height: 27% !important;
}

.max-h w-28 {
  height: 28% !important;
}

.max-h w-29 {
  height: 29% !important;
}

.max-h w-30 {
  height: 30% !important;
}

.max-h w-31 {
  height: 31% !important;
}

.max-h w-32 {
  height: 32% !important;
}

.max-h w-33 {
  height: 33% !important;
}

.max-h w-34 {
  height: 34% !important;
}

.max-h w-35 {
  height: 35% !important;
}

.max-h w-36 {
  height: 36% !important;
}

.max-h w-37 {
  height: 37% !important;
}

.max-h w-38 {
  height: 38% !important;
}

.max-h w-39 {
  height: 39% !important;
}

.max-h w-40 {
  height: 40% !important;
}

.max-h w-41 {
  height: 41% !important;
}

.max-h w-42 {
  height: 42% !important;
}

.max-h w-43 {
  height: 43% !important;
}

.max-h w-44 {
  height: 44% !important;
}

.max-h w-45 {
  height: 45% !important;
}

.max-h w-46 {
  height: 46% !important;
}

.max-h w-47 {
  height: 47% !important;
}

.max-h w-48 {
  height: 48% !important;
}

.max-h w-49 {
  height: 49% !important;
}

.max-h w-50 {
  height: 50% !important;
}

.max-h w-51 {
  height: 51% !important;
}

.max-h w-52 {
  height: 52% !important;
}

.max-h w-53 {
  height: 53% !important;
}

.max-h w-54 {
  height: 54% !important;
}

.max-h w-55 {
  height: 55% !important;
}

.max-h w-56 {
  height: 56% !important;
}

.max-h w-57 {
  height: 57% !important;
}

.max-h w-58 {
  height: 58% !important;
}

.max-h w-59 {
  height: 59% !important;
}

.max-h w-60 {
  height: 60% !important;
}

.max-h w-61 {
  height: 61% !important;
}

.max-h w-62 {
  height: 62% !important;
}

.max-h w-63 {
  height: 63% !important;
}

.max-h w-64 {
  height: 64% !important;
}

.max-h w-65 {
  height: 65% !important;
}

.max-h w-66 {
  height: 66% !important;
}

.max-h w-67 {
  height: 67% !important;
}

.max-h w-68 {
  height: 68% !important;
}

.max-h w-69 {
  height: 69% !important;
}

.max-h w-70 {
  height: 70% !important;
}

.max-h w-71 {
  height: 71% !important;
}

.max-h w-72 {
  height: 72% !important;
}

.max-h w-73 {
  height: 73% !important;
}

.max-h w-74 {
  height: 74% !important;
}

.max-h w-75 {
  height: 75% !important;
}

.max-h w-76 {
  height: 76% !important;
}

.max-h w-77 {
  height: 77% !important;
}

.max-h w-78 {
  height: 78% !important;
}

.max-h w-79 {
  height: 79% !important;
}

.max-h w-80 {
  height: 80% !important;
}

.max-h w-81 {
  height: 81% !important;
}

.max-h w-82 {
  height: 82% !important;
}

.max-h w-83 {
  height: 83% !important;
}

.max-h w-84 {
  height: 84% !important;
}

.max-h w-85 {
  height: 85% !important;
}

.max-h w-86 {
  height: 86% !important;
}

.max-h w-87 {
  height: 87% !important;
}

.max-h w-88 {
  height: 88% !important;
}

.max-h w-89 {
  height: 89% !important;
}

.max-h w-90 {
  height: 90% !important;
}

.max-h w-91 {
  height: 91% !important;
}

.max-h w-92 {
  height: 92% !important;
}

.max-h w-93 {
  height: 93% !important;
}

.max-h w-94 {
  height: 94% !important;
}

.max-h w-95 {
  height: 95% !important;
}

.max-h w-96 {
  height: 96% !important;
}

.max-h w-97 {
  height: 97% !important;
}

.max-h w-98 {
  height: 98% !important;
}

.max-h w-99 {
  height: 99% !important;
}

.max-h w-full {
  height: 100%;
}

.min-w-0 {
  height: 0% !important;
}

.min-w-1 {
  height: 1% !important;
}

.min-w-2 {
  height: 2% !important;
}

.min-w-3 {
  height: 3% !important;
}

.min-w-4 {
  height: 4% !important;
}

.min-w-5 {
  height: 5% !important;
}

.min-w-6 {
  height: 6% !important;
}

.min-w-7 {
  height: 7% !important;
}

.min-w-8 {
  height: 8% !important;
}

.min-w-9 {
  height: 9% !important;
}

.min-w-10 {
  height: 10% !important;
}

.min-w-11 {
  height: 11% !important;
}

.min-w-12 {
  height: 12% !important;
}

.min-w-13 {
  height: 13% !important;
}

.min-w-14 {
  height: 14% !important;
}

.min-w-15 {
  height: 15% !important;
}

.min-w-16 {
  height: 16% !important;
}

.min-w-17 {
  height: 17% !important;
}

.min-w-18 {
  height: 18% !important;
}

.min-w-19 {
  height: 19% !important;
}

.min-w-20 {
  height: 20% !important;
}

.min-w-21 {
  height: 21% !important;
}

.min-w-22 {
  height: 22% !important;
}

.min-w-23 {
  height: 23% !important;
}

.min-w-24 {
  height: 24% !important;
}

.min-w-25 {
  height: 25% !important;
}

.min-w-26 {
  height: 26% !important;
}

.min-w-27 {
  height: 27% !important;
}

.min-w-28 {
  height: 28% !important;
}

.min-w-29 {
  height: 29% !important;
}

.min-w-30 {
  height: 30% !important;
}

.min-w-31 {
  height: 31% !important;
}

.min-w-32 {
  height: 32% !important;
}

.min-w-33 {
  height: 33% !important;
}

.min-w-34 {
  height: 34% !important;
}

.min-w-35 {
  height: 35% !important;
}

.min-w-36 {
  height: 36% !important;
}

.min-w-37 {
  height: 37% !important;
}

.min-w-38 {
  height: 38% !important;
}

.min-w-39 {
  height: 39% !important;
}

.min-w-40 {
  height: 40% !important;
}

.min-w-41 {
  height: 41% !important;
}

.min-w-42 {
  height: 42% !important;
}

.min-w-43 {
  height: 43% !important;
}

.min-w-44 {
  height: 44% !important;
}

.min-w-45 {
  height: 45% !important;
}

.min-w-46 {
  height: 46% !important;
}

.min-w-47 {
  height: 47% !important;
}

.min-w-48 {
  height: 48% !important;
}

.min-w-49 {
  height: 49% !important;
}

.min-w-50 {
  height: 50% !important;
}

.min-w-51 {
  height: 51% !important;
}

.min-w-52 {
  height: 52% !important;
}

.min-w-53 {
  height: 53% !important;
}

.min-w-54 {
  height: 54% !important;
}

.min-w-55 {
  height: 55% !important;
}

.min-w-56 {
  height: 56% !important;
}

.min-w-57 {
  height: 57% !important;
}

.min-w-58 {
  height: 58% !important;
}

.min-w-59 {
  height: 59% !important;
}

.min-w-60 {
  height: 60% !important;
}

.min-w-61 {
  height: 61% !important;
}

.min-w-62 {
  height: 62% !important;
}

.min-w-63 {
  height: 63% !important;
}

.min-w-64 {
  height: 64% !important;
}

.min-w-65 {
  height: 65% !important;
}

.min-w-66 {
  height: 66% !important;
}

.min-w-67 {
  height: 67% !important;
}

.min-w-68 {
  height: 68% !important;
}

.min-w-69 {
  height: 69% !important;
}

.min-w-70 {
  height: 70% !important;
}

.min-w-71 {
  height: 71% !important;
}

.min-w-72 {
  height: 72% !important;
}

.min-w-73 {
  height: 73% !important;
}

.min-w-74 {
  height: 74% !important;
}

.min-w-75 {
  height: 75% !important;
}

.min-w-76 {
  height: 76% !important;
}

.min-w-77 {
  height: 77% !important;
}

.min-w-78 {
  height: 78% !important;
}

.min-w-79 {
  height: 79% !important;
}

.min-w-80 {
  height: 80% !important;
}

.min-w-81 {
  height: 81% !important;
}

.min-w-82 {
  height: 82% !important;
}

.min-w-83 {
  height: 83% !important;
}

.min-w-84 {
  height: 84% !important;
}

.min-w-85 {
  height: 85% !important;
}

.min-w-86 {
  height: 86% !important;
}

.min-w-87 {
  height: 87% !important;
}

.min-w-88 {
  height: 88% !important;
}

.min-w-89 {
  height: 89% !important;
}

.min-w-90 {
  height: 90% !important;
}

.min-w-91 {
  height: 91% !important;
}

.min-w-92 {
  height: 92% !important;
}

.min-w-93 {
  height: 93% !important;
}

.min-w-94 {
  height: 94% !important;
}

.min-w-95 {
  height: 95% !important;
}

.min-w-96 {
  height: 96% !important;
}

.min-w-97 {
  height: 97% !important;
}

.min-w-98 {
  height: 98% !important;
}

.min-w-99 {
  height: 99% !important;
}

.min-w-full {
  height: 100%;
}

.max-w-0 {
  height: 0% !important;
}

.max-w-1 {
  height: 1% !important;
}

.max-w-2 {
  height: 2% !important;
}

.max-w-3 {
  height: 3% !important;
}

.max-w-4 {
  height: 4% !important;
}

.max-w-5 {
  height: 5% !important;
}

.max-w-6 {
  height: 6% !important;
}

.max-w-7 {
  height: 7% !important;
}

.max-w-8 {
  height: 8% !important;
}

.max-w-9 {
  height: 9% !important;
}

.max-w-10 {
  height: 10% !important;
}

.max-w-11 {
  height: 11% !important;
}

.max-w-12 {
  height: 12% !important;
}

.max-w-13 {
  height: 13% !important;
}

.max-w-14 {
  height: 14% !important;
}

.max-w-15 {
  height: 15% !important;
}

.max-w-16 {
  height: 16% !important;
}

.max-w-17 {
  height: 17% !important;
}

.max-w-18 {
  height: 18% !important;
}

.max-w-19 {
  height: 19% !important;
}

.max-w-20 {
  height: 20% !important;
}

.max-w-21 {
  height: 21% !important;
}

.max-w-22 {
  height: 22% !important;
}

.max-w-23 {
  height: 23% !important;
}

.max-w-24 {
  height: 24% !important;
}

.max-w-25 {
  height: 25% !important;
}

.max-w-26 {
  height: 26% !important;
}

.max-w-27 {
  height: 27% !important;
}

.max-w-28 {
  height: 28% !important;
}

.max-w-29 {
  height: 29% !important;
}

.max-w-30 {
  height: 30% !important;
}

.max-w-31 {
  height: 31% !important;
}

.max-w-32 {
  height: 32% !important;
}

.max-w-33 {
  height: 33% !important;
}

.max-w-34 {
  height: 34% !important;
}

.max-w-35 {
  height: 35% !important;
}

.max-w-36 {
  height: 36% !important;
}

.max-w-37 {
  height: 37% !important;
}

.max-w-38 {
  height: 38% !important;
}

.max-w-39 {
  height: 39% !important;
}

.max-w-40 {
  height: 40% !important;
}

.max-w-41 {
  height: 41% !important;
}

.max-w-42 {
  height: 42% !important;
}

.max-w-43 {
  height: 43% !important;
}

.max-w-44 {
  height: 44% !important;
}

.max-w-45 {
  height: 45% !important;
}

.max-w-46 {
  height: 46% !important;
}

.max-w-47 {
  height: 47% !important;
}

.max-w-48 {
  height: 48% !important;
}

.max-w-49 {
  height: 49% !important;
}

.max-w-50 {
  height: 50% !important;
}

.max-w-51 {
  height: 51% !important;
}

.max-w-52 {
  height: 52% !important;
}

.max-w-53 {
  height: 53% !important;
}

.max-w-54 {
  height: 54% !important;
}

.max-w-55 {
  height: 55% !important;
}

.max-w-56 {
  height: 56% !important;
}

.max-w-57 {
  height: 57% !important;
}

.max-w-58 {
  height: 58% !important;
}

.max-w-59 {
  height: 59% !important;
}

.max-w-60 {
  height: 60% !important;
}

.max-w-61 {
  height: 61% !important;
}

.max-w-62 {
  height: 62% !important;
}

.max-w-63 {
  height: 63% !important;
}

.max-w-64 {
  height: 64% !important;
}

.max-w-65 {
  height: 65% !important;
}

.max-w-66 {
  height: 66% !important;
}

.max-w-67 {
  height: 67% !important;
}

.max-w-68 {
  height: 68% !important;
}

.max-w-69 {
  height: 69% !important;
}

.max-w-70 {
  height: 70% !important;
}

.max-w-71 {
  height: 71% !important;
}

.max-w-72 {
  height: 72% !important;
}

.max-w-73 {
  height: 73% !important;
}

.max-w-74 {
  height: 74% !important;
}

.max-w-75 {
  height: 75% !important;
}

.max-w-76 {
  height: 76% !important;
}

.max-w-77 {
  height: 77% !important;
}

.max-w-78 {
  height: 78% !important;
}

.max-w-79 {
  height: 79% !important;
}

.max-w-80 {
  height: 80% !important;
}

.max-w-81 {
  height: 81% !important;
}

.max-w-82 {
  height: 82% !important;
}

.max-w-83 {
  height: 83% !important;
}

.max-w-84 {
  height: 84% !important;
}

.max-w-85 {
  height: 85% !important;
}

.max-w-86 {
  height: 86% !important;
}

.max-w-87 {
  height: 87% !important;
}

.max-w-88 {
  height: 88% !important;
}

.max-w-89 {
  height: 89% !important;
}

.max-w-90 {
  height: 90% !important;
}

.max-w-91 {
  height: 91% !important;
}

.max-w-92 {
  height: 92% !important;
}

.max-w-93 {
  height: 93% !important;
}

.max-w-94 {
  height: 94% !important;
}

.max-w-95 {
  height: 95% !important;
}

.max-w-96 {
  height: 96% !important;
}

.max-w-97 {
  height: 97% !important;
}

.max-w-98 {
  height: 98% !important;
}

.max-w-99 {
  height: 99% !important;
}

.max-w-full {
  height: 100%;
}

@media (min-width: 575.98px) {
  .sm\:h-0 {
    height: 0% !important;
  }
  .sm\:h-1 {
    height: 1% !important;
  }
  .sm\:h-2 {
    height: 2% !important;
  }
  .sm\:h-3 {
    height: 3% !important;
  }
  .sm\:h-4 {
    height: 4% !important;
  }
  .sm\:h-5 {
    height: 5% !important;
  }
  .sm\:h-6 {
    height: 6% !important;
  }
  .sm\:h-7 {
    height: 7% !important;
  }
  .sm\:h-8 {
    height: 8% !important;
  }
  .sm\:h-9 {
    height: 9% !important;
  }
  .sm\:h-10 {
    height: 10% !important;
  }
  .sm\:h-11 {
    height: 11% !important;
  }
  .sm\:h-12 {
    height: 12% !important;
  }
  .sm\:h-13 {
    height: 13% !important;
  }
  .sm\:h-14 {
    height: 14% !important;
  }
  .sm\:h-15 {
    height: 15% !important;
  }
  .sm\:h-16 {
    height: 16% !important;
  }
  .sm\:h-17 {
    height: 17% !important;
  }
  .sm\:h-18 {
    height: 18% !important;
  }
  .sm\:h-19 {
    height: 19% !important;
  }
  .sm\:h-20 {
    height: 20% !important;
  }
  .sm\:h-21 {
    height: 21% !important;
  }
  .sm\:h-22 {
    height: 22% !important;
  }
  .sm\:h-23 {
    height: 23% !important;
  }
  .sm\:h-24 {
    height: 24% !important;
  }
  .sm\:h-25 {
    height: 25% !important;
  }
  .sm\:h-26 {
    height: 26% !important;
  }
  .sm\:h-27 {
    height: 27% !important;
  }
  .sm\:h-28 {
    height: 28% !important;
  }
  .sm\:h-29 {
    height: 29% !important;
  }
  .sm\:h-30 {
    height: 30% !important;
  }
  .sm\:h-31 {
    height: 31% !important;
  }
  .sm\:h-32 {
    height: 32% !important;
  }
  .sm\:h-33 {
    height: 33% !important;
  }
  .sm\:h-34 {
    height: 34% !important;
  }
  .sm\:h-35 {
    height: 35% !important;
  }
  .sm\:h-36 {
    height: 36% !important;
  }
  .sm\:h-37 {
    height: 37% !important;
  }
  .sm\:h-38 {
    height: 38% !important;
  }
  .sm\:h-39 {
    height: 39% !important;
  }
  .sm\:h-40 {
    height: 40% !important;
  }
  .sm\:h-41 {
    height: 41% !important;
  }
  .sm\:h-42 {
    height: 42% !important;
  }
  .sm\:h-43 {
    height: 43% !important;
  }
  .sm\:h-44 {
    height: 44% !important;
  }
  .sm\:h-45 {
    height: 45% !important;
  }
  .sm\:h-46 {
    height: 46% !important;
  }
  .sm\:h-47 {
    height: 47% !important;
  }
  .sm\:h-48 {
    height: 48% !important;
  }
  .sm\:h-49 {
    height: 49% !important;
  }
  .sm\:h-50 {
    height: 50% !important;
  }
  .sm\:h-51 {
    height: 51% !important;
  }
  .sm\:h-52 {
    height: 52% !important;
  }
  .sm\:h-53 {
    height: 53% !important;
  }
  .sm\:h-54 {
    height: 54% !important;
  }
  .sm\:h-55 {
    height: 55% !important;
  }
  .sm\:h-56 {
    height: 56% !important;
  }
  .sm\:h-57 {
    height: 57% !important;
  }
  .sm\:h-58 {
    height: 58% !important;
  }
  .sm\:h-59 {
    height: 59% !important;
  }
  .sm\:h-60 {
    height: 60% !important;
  }
  .sm\:h-61 {
    height: 61% !important;
  }
  .sm\:h-62 {
    height: 62% !important;
  }
  .sm\:h-63 {
    height: 63% !important;
  }
  .sm\:h-64 {
    height: 64% !important;
  }
  .sm\:h-65 {
    height: 65% !important;
  }
  .sm\:h-66 {
    height: 66% !important;
  }
  .sm\:h-67 {
    height: 67% !important;
  }
  .sm\:h-68 {
    height: 68% !important;
  }
  .sm\:h-69 {
    height: 69% !important;
  }
  .sm\:h-70 {
    height: 70% !important;
  }
  .sm\:h-71 {
    height: 71% !important;
  }
  .sm\:h-72 {
    height: 72% !important;
  }
  .sm\:h-73 {
    height: 73% !important;
  }
  .sm\:h-74 {
    height: 74% !important;
  }
  .sm\:h-75 {
    height: 75% !important;
  }
  .sm\:h-76 {
    height: 76% !important;
  }
  .sm\:h-77 {
    height: 77% !important;
  }
  .sm\:h-78 {
    height: 78% !important;
  }
  .sm\:h-79 {
    height: 79% !important;
  }
  .sm\:h-80 {
    height: 80% !important;
  }
  .sm\:h-81 {
    height: 81% !important;
  }
  .sm\:h-82 {
    height: 82% !important;
  }
  .sm\:h-83 {
    height: 83% !important;
  }
  .sm\:h-84 {
    height: 84% !important;
  }
  .sm\:h-85 {
    height: 85% !important;
  }
  .sm\:h-86 {
    height: 86% !important;
  }
  .sm\:h-87 {
    height: 87% !important;
  }
  .sm\:h-88 {
    height: 88% !important;
  }
  .sm\:h-89 {
    height: 89% !important;
  }
  .sm\:h-90 {
    height: 90% !important;
  }
  .sm\:h-91 {
    height: 91% !important;
  }
  .sm\:h-92 {
    height: 92% !important;
  }
  .sm\:h-93 {
    height: 93% !important;
  }
  .sm\:h-94 {
    height: 94% !important;
  }
  .sm\:h-95 {
    height: 95% !important;
  }
  .sm\:h-96 {
    height: 96% !important;
  }
  .sm\:h-97 {
    height: 97% !important;
  }
  .sm\:h-98 {
    height: 98% !important;
  }
  .sm\:h-99 {
    height: 99% !important;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:min-h-0 {
    height: 0% !important;
  }
  .sm\:min-h-1 {
    height: 1% !important;
  }
  .sm\:min-h-2 {
    height: 2% !important;
  }
  .sm\:min-h-3 {
    height: 3% !important;
  }
  .sm\:min-h-4 {
    height: 4% !important;
  }
  .sm\:min-h-5 {
    height: 5% !important;
  }
  .sm\:min-h-6 {
    height: 6% !important;
  }
  .sm\:min-h-7 {
    height: 7% !important;
  }
  .sm\:min-h-8 {
    height: 8% !important;
  }
  .sm\:min-h-9 {
    height: 9% !important;
  }
  .sm\:min-h-10 {
    height: 10% !important;
  }
  .sm\:min-h-11 {
    height: 11% !important;
  }
  .sm\:min-h-12 {
    height: 12% !important;
  }
  .sm\:min-h-13 {
    height: 13% !important;
  }
  .sm\:min-h-14 {
    height: 14% !important;
  }
  .sm\:min-h-15 {
    height: 15% !important;
  }
  .sm\:min-h-16 {
    height: 16% !important;
  }
  .sm\:min-h-17 {
    height: 17% !important;
  }
  .sm\:min-h-18 {
    height: 18% !important;
  }
  .sm\:min-h-19 {
    height: 19% !important;
  }
  .sm\:min-h-20 {
    height: 20% !important;
  }
  .sm\:min-h-21 {
    height: 21% !important;
  }
  .sm\:min-h-22 {
    height: 22% !important;
  }
  .sm\:min-h-23 {
    height: 23% !important;
  }
  .sm\:min-h-24 {
    height: 24% !important;
  }
  .sm\:min-h-25 {
    height: 25% !important;
  }
  .sm\:min-h-26 {
    height: 26% !important;
  }
  .sm\:min-h-27 {
    height: 27% !important;
  }
  .sm\:min-h-28 {
    height: 28% !important;
  }
  .sm\:min-h-29 {
    height: 29% !important;
  }
  .sm\:min-h-30 {
    height: 30% !important;
  }
  .sm\:min-h-31 {
    height: 31% !important;
  }
  .sm\:min-h-32 {
    height: 32% !important;
  }
  .sm\:min-h-33 {
    height: 33% !important;
  }
  .sm\:min-h-34 {
    height: 34% !important;
  }
  .sm\:min-h-35 {
    height: 35% !important;
  }
  .sm\:min-h-36 {
    height: 36% !important;
  }
  .sm\:min-h-37 {
    height: 37% !important;
  }
  .sm\:min-h-38 {
    height: 38% !important;
  }
  .sm\:min-h-39 {
    height: 39% !important;
  }
  .sm\:min-h-40 {
    height: 40% !important;
  }
  .sm\:min-h-41 {
    height: 41% !important;
  }
  .sm\:min-h-42 {
    height: 42% !important;
  }
  .sm\:min-h-43 {
    height: 43% !important;
  }
  .sm\:min-h-44 {
    height: 44% !important;
  }
  .sm\:min-h-45 {
    height: 45% !important;
  }
  .sm\:min-h-46 {
    height: 46% !important;
  }
  .sm\:min-h-47 {
    height: 47% !important;
  }
  .sm\:min-h-48 {
    height: 48% !important;
  }
  .sm\:min-h-49 {
    height: 49% !important;
  }
  .sm\:min-h-50 {
    height: 50% !important;
  }
  .sm\:min-h-51 {
    height: 51% !important;
  }
  .sm\:min-h-52 {
    height: 52% !important;
  }
  .sm\:min-h-53 {
    height: 53% !important;
  }
  .sm\:min-h-54 {
    height: 54% !important;
  }
  .sm\:min-h-55 {
    height: 55% !important;
  }
  .sm\:min-h-56 {
    height: 56% !important;
  }
  .sm\:min-h-57 {
    height: 57% !important;
  }
  .sm\:min-h-58 {
    height: 58% !important;
  }
  .sm\:min-h-59 {
    height: 59% !important;
  }
  .sm\:min-h-60 {
    height: 60% !important;
  }
  .sm\:min-h-61 {
    height: 61% !important;
  }
  .sm\:min-h-62 {
    height: 62% !important;
  }
  .sm\:min-h-63 {
    height: 63% !important;
  }
  .sm\:min-h-64 {
    height: 64% !important;
  }
  .sm\:min-h-65 {
    height: 65% !important;
  }
  .sm\:min-h-66 {
    height: 66% !important;
  }
  .sm\:min-h-67 {
    height: 67% !important;
  }
  .sm\:min-h-68 {
    height: 68% !important;
  }
  .sm\:min-h-69 {
    height: 69% !important;
  }
  .sm\:min-h-70 {
    height: 70% !important;
  }
  .sm\:min-h-71 {
    height: 71% !important;
  }
  .sm\:min-h-72 {
    height: 72% !important;
  }
  .sm\:min-h-73 {
    height: 73% !important;
  }
  .sm\:min-h-74 {
    height: 74% !important;
  }
  .sm\:min-h-75 {
    height: 75% !important;
  }
  .sm\:min-h-76 {
    height: 76% !important;
  }
  .sm\:min-h-77 {
    height: 77% !important;
  }
  .sm\:min-h-78 {
    height: 78% !important;
  }
  .sm\:min-h-79 {
    height: 79% !important;
  }
  .sm\:min-h-80 {
    height: 80% !important;
  }
  .sm\:min-h-81 {
    height: 81% !important;
  }
  .sm\:min-h-82 {
    height: 82% !important;
  }
  .sm\:min-h-83 {
    height: 83% !important;
  }
  .sm\:min-h-84 {
    height: 84% !important;
  }
  .sm\:min-h-85 {
    height: 85% !important;
  }
  .sm\:min-h-86 {
    height: 86% !important;
  }
  .sm\:min-h-87 {
    height: 87% !important;
  }
  .sm\:min-h-88 {
    height: 88% !important;
  }
  .sm\:min-h-89 {
    height: 89% !important;
  }
  .sm\:min-h-90 {
    height: 90% !important;
  }
  .sm\:min-h-91 {
    height: 91% !important;
  }
  .sm\:min-h-92 {
    height: 92% !important;
  }
  .sm\:min-h-93 {
    height: 93% !important;
  }
  .sm\:min-h-94 {
    height: 94% !important;
  }
  .sm\:min-h-95 {
    height: 95% !important;
  }
  .sm\:min-h-96 {
    height: 96% !important;
  }
  .sm\:min-h-97 {
    height: 97% !important;
  }
  .sm\:min-h-98 {
    height: 98% !important;
  }
  .sm\:min-h-99 {
    height: 99% !important;
  }
  .sm\:min-h-full {
    height: 100%;
  }
  .sm\:max-h w-0 {
    height: 0% !important;
  }
  .sm\:max-h w-1 {
    height: 1% !important;
  }
  .sm\:max-h w-2 {
    height: 2% !important;
  }
  .sm\:max-h w-3 {
    height: 3% !important;
  }
  .sm\:max-h w-4 {
    height: 4% !important;
  }
  .sm\:max-h w-5 {
    height: 5% !important;
  }
  .sm\:max-h w-6 {
    height: 6% !important;
  }
  .sm\:max-h w-7 {
    height: 7% !important;
  }
  .sm\:max-h w-8 {
    height: 8% !important;
  }
  .sm\:max-h w-9 {
    height: 9% !important;
  }
  .sm\:max-h w-10 {
    height: 10% !important;
  }
  .sm\:max-h w-11 {
    height: 11% !important;
  }
  .sm\:max-h w-12 {
    height: 12% !important;
  }
  .sm\:max-h w-13 {
    height: 13% !important;
  }
  .sm\:max-h w-14 {
    height: 14% !important;
  }
  .sm\:max-h w-15 {
    height: 15% !important;
  }
  .sm\:max-h w-16 {
    height: 16% !important;
  }
  .sm\:max-h w-17 {
    height: 17% !important;
  }
  .sm\:max-h w-18 {
    height: 18% !important;
  }
  .sm\:max-h w-19 {
    height: 19% !important;
  }
  .sm\:max-h w-20 {
    height: 20% !important;
  }
  .sm\:max-h w-21 {
    height: 21% !important;
  }
  .sm\:max-h w-22 {
    height: 22% !important;
  }
  .sm\:max-h w-23 {
    height: 23% !important;
  }
  .sm\:max-h w-24 {
    height: 24% !important;
  }
  .sm\:max-h w-25 {
    height: 25% !important;
  }
  .sm\:max-h w-26 {
    height: 26% !important;
  }
  .sm\:max-h w-27 {
    height: 27% !important;
  }
  .sm\:max-h w-28 {
    height: 28% !important;
  }
  .sm\:max-h w-29 {
    height: 29% !important;
  }
  .sm\:max-h w-30 {
    height: 30% !important;
  }
  .sm\:max-h w-31 {
    height: 31% !important;
  }
  .sm\:max-h w-32 {
    height: 32% !important;
  }
  .sm\:max-h w-33 {
    height: 33% !important;
  }
  .sm\:max-h w-34 {
    height: 34% !important;
  }
  .sm\:max-h w-35 {
    height: 35% !important;
  }
  .sm\:max-h w-36 {
    height: 36% !important;
  }
  .sm\:max-h w-37 {
    height: 37% !important;
  }
  .sm\:max-h w-38 {
    height: 38% !important;
  }
  .sm\:max-h w-39 {
    height: 39% !important;
  }
  .sm\:max-h w-40 {
    height: 40% !important;
  }
  .sm\:max-h w-41 {
    height: 41% !important;
  }
  .sm\:max-h w-42 {
    height: 42% !important;
  }
  .sm\:max-h w-43 {
    height: 43% !important;
  }
  .sm\:max-h w-44 {
    height: 44% !important;
  }
  .sm\:max-h w-45 {
    height: 45% !important;
  }
  .sm\:max-h w-46 {
    height: 46% !important;
  }
  .sm\:max-h w-47 {
    height: 47% !important;
  }
  .sm\:max-h w-48 {
    height: 48% !important;
  }
  .sm\:max-h w-49 {
    height: 49% !important;
  }
  .sm\:max-h w-50 {
    height: 50% !important;
  }
  .sm\:max-h w-51 {
    height: 51% !important;
  }
  .sm\:max-h w-52 {
    height: 52% !important;
  }
  .sm\:max-h w-53 {
    height: 53% !important;
  }
  .sm\:max-h w-54 {
    height: 54% !important;
  }
  .sm\:max-h w-55 {
    height: 55% !important;
  }
  .sm\:max-h w-56 {
    height: 56% !important;
  }
  .sm\:max-h w-57 {
    height: 57% !important;
  }
  .sm\:max-h w-58 {
    height: 58% !important;
  }
  .sm\:max-h w-59 {
    height: 59% !important;
  }
  .sm\:max-h w-60 {
    height: 60% !important;
  }
  .sm\:max-h w-61 {
    height: 61% !important;
  }
  .sm\:max-h w-62 {
    height: 62% !important;
  }
  .sm\:max-h w-63 {
    height: 63% !important;
  }
  .sm\:max-h w-64 {
    height: 64% !important;
  }
  .sm\:max-h w-65 {
    height: 65% !important;
  }
  .sm\:max-h w-66 {
    height: 66% !important;
  }
  .sm\:max-h w-67 {
    height: 67% !important;
  }
  .sm\:max-h w-68 {
    height: 68% !important;
  }
  .sm\:max-h w-69 {
    height: 69% !important;
  }
  .sm\:max-h w-70 {
    height: 70% !important;
  }
  .sm\:max-h w-71 {
    height: 71% !important;
  }
  .sm\:max-h w-72 {
    height: 72% !important;
  }
  .sm\:max-h w-73 {
    height: 73% !important;
  }
  .sm\:max-h w-74 {
    height: 74% !important;
  }
  .sm\:max-h w-75 {
    height: 75% !important;
  }
  .sm\:max-h w-76 {
    height: 76% !important;
  }
  .sm\:max-h w-77 {
    height: 77% !important;
  }
  .sm\:max-h w-78 {
    height: 78% !important;
  }
  .sm\:max-h w-79 {
    height: 79% !important;
  }
  .sm\:max-h w-80 {
    height: 80% !important;
  }
  .sm\:max-h w-81 {
    height: 81% !important;
  }
  .sm\:max-h w-82 {
    height: 82% !important;
  }
  .sm\:max-h w-83 {
    height: 83% !important;
  }
  .sm\:max-h w-84 {
    height: 84% !important;
  }
  .sm\:max-h w-85 {
    height: 85% !important;
  }
  .sm\:max-h w-86 {
    height: 86% !important;
  }
  .sm\:max-h w-87 {
    height: 87% !important;
  }
  .sm\:max-h w-88 {
    height: 88% !important;
  }
  .sm\:max-h w-89 {
    height: 89% !important;
  }
  .sm\:max-h w-90 {
    height: 90% !important;
  }
  .sm\:max-h w-91 {
    height: 91% !important;
  }
  .sm\:max-h w-92 {
    height: 92% !important;
  }
  .sm\:max-h w-93 {
    height: 93% !important;
  }
  .sm\:max-h w-94 {
    height: 94% !important;
  }
  .sm\:max-h w-95 {
    height: 95% !important;
  }
  .sm\:max-h w-96 {
    height: 96% !important;
  }
  .sm\:max-h w-97 {
    height: 97% !important;
  }
  .sm\:max-h w-98 {
    height: 98% !important;
  }
  .sm\:max-h w-99 {
    height: 99% !important;
  }
  .sm\:max-h w-full {
    height: 100%;
  }
  .sm\:min-w-0 {
    height: 0% !important;
  }
  .sm\:min-w-1 {
    height: 1% !important;
  }
  .sm\:min-w-2 {
    height: 2% !important;
  }
  .sm\:min-w-3 {
    height: 3% !important;
  }
  .sm\:min-w-4 {
    height: 4% !important;
  }
  .sm\:min-w-5 {
    height: 5% !important;
  }
  .sm\:min-w-6 {
    height: 6% !important;
  }
  .sm\:min-w-7 {
    height: 7% !important;
  }
  .sm\:min-w-8 {
    height: 8% !important;
  }
  .sm\:min-w-9 {
    height: 9% !important;
  }
  .sm\:min-w-10 {
    height: 10% !important;
  }
  .sm\:min-w-11 {
    height: 11% !important;
  }
  .sm\:min-w-12 {
    height: 12% !important;
  }
  .sm\:min-w-13 {
    height: 13% !important;
  }
  .sm\:min-w-14 {
    height: 14% !important;
  }
  .sm\:min-w-15 {
    height: 15% !important;
  }
  .sm\:min-w-16 {
    height: 16% !important;
  }
  .sm\:min-w-17 {
    height: 17% !important;
  }
  .sm\:min-w-18 {
    height: 18% !important;
  }
  .sm\:min-w-19 {
    height: 19% !important;
  }
  .sm\:min-w-20 {
    height: 20% !important;
  }
  .sm\:min-w-21 {
    height: 21% !important;
  }
  .sm\:min-w-22 {
    height: 22% !important;
  }
  .sm\:min-w-23 {
    height: 23% !important;
  }
  .sm\:min-w-24 {
    height: 24% !important;
  }
  .sm\:min-w-25 {
    height: 25% !important;
  }
  .sm\:min-w-26 {
    height: 26% !important;
  }
  .sm\:min-w-27 {
    height: 27% !important;
  }
  .sm\:min-w-28 {
    height: 28% !important;
  }
  .sm\:min-w-29 {
    height: 29% !important;
  }
  .sm\:min-w-30 {
    height: 30% !important;
  }
  .sm\:min-w-31 {
    height: 31% !important;
  }
  .sm\:min-w-32 {
    height: 32% !important;
  }
  .sm\:min-w-33 {
    height: 33% !important;
  }
  .sm\:min-w-34 {
    height: 34% !important;
  }
  .sm\:min-w-35 {
    height: 35% !important;
  }
  .sm\:min-w-36 {
    height: 36% !important;
  }
  .sm\:min-w-37 {
    height: 37% !important;
  }
  .sm\:min-w-38 {
    height: 38% !important;
  }
  .sm\:min-w-39 {
    height: 39% !important;
  }
  .sm\:min-w-40 {
    height: 40% !important;
  }
  .sm\:min-w-41 {
    height: 41% !important;
  }
  .sm\:min-w-42 {
    height: 42% !important;
  }
  .sm\:min-w-43 {
    height: 43% !important;
  }
  .sm\:min-w-44 {
    height: 44% !important;
  }
  .sm\:min-w-45 {
    height: 45% !important;
  }
  .sm\:min-w-46 {
    height: 46% !important;
  }
  .sm\:min-w-47 {
    height: 47% !important;
  }
  .sm\:min-w-48 {
    height: 48% !important;
  }
  .sm\:min-w-49 {
    height: 49% !important;
  }
  .sm\:min-w-50 {
    height: 50% !important;
  }
  .sm\:min-w-51 {
    height: 51% !important;
  }
  .sm\:min-w-52 {
    height: 52% !important;
  }
  .sm\:min-w-53 {
    height: 53% !important;
  }
  .sm\:min-w-54 {
    height: 54% !important;
  }
  .sm\:min-w-55 {
    height: 55% !important;
  }
  .sm\:min-w-56 {
    height: 56% !important;
  }
  .sm\:min-w-57 {
    height: 57% !important;
  }
  .sm\:min-w-58 {
    height: 58% !important;
  }
  .sm\:min-w-59 {
    height: 59% !important;
  }
  .sm\:min-w-60 {
    height: 60% !important;
  }
  .sm\:min-w-61 {
    height: 61% !important;
  }
  .sm\:min-w-62 {
    height: 62% !important;
  }
  .sm\:min-w-63 {
    height: 63% !important;
  }
  .sm\:min-w-64 {
    height: 64% !important;
  }
  .sm\:min-w-65 {
    height: 65% !important;
  }
  .sm\:min-w-66 {
    height: 66% !important;
  }
  .sm\:min-w-67 {
    height: 67% !important;
  }
  .sm\:min-w-68 {
    height: 68% !important;
  }
  .sm\:min-w-69 {
    height: 69% !important;
  }
  .sm\:min-w-70 {
    height: 70% !important;
  }
  .sm\:min-w-71 {
    height: 71% !important;
  }
  .sm\:min-w-72 {
    height: 72% !important;
  }
  .sm\:min-w-73 {
    height: 73% !important;
  }
  .sm\:min-w-74 {
    height: 74% !important;
  }
  .sm\:min-w-75 {
    height: 75% !important;
  }
  .sm\:min-w-76 {
    height: 76% !important;
  }
  .sm\:min-w-77 {
    height: 77% !important;
  }
  .sm\:min-w-78 {
    height: 78% !important;
  }
  .sm\:min-w-79 {
    height: 79% !important;
  }
  .sm\:min-w-80 {
    height: 80% !important;
  }
  .sm\:min-w-81 {
    height: 81% !important;
  }
  .sm\:min-w-82 {
    height: 82% !important;
  }
  .sm\:min-w-83 {
    height: 83% !important;
  }
  .sm\:min-w-84 {
    height: 84% !important;
  }
  .sm\:min-w-85 {
    height: 85% !important;
  }
  .sm\:min-w-86 {
    height: 86% !important;
  }
  .sm\:min-w-87 {
    height: 87% !important;
  }
  .sm\:min-w-88 {
    height: 88% !important;
  }
  .sm\:min-w-89 {
    height: 89% !important;
  }
  .sm\:min-w-90 {
    height: 90% !important;
  }
  .sm\:min-w-91 {
    height: 91% !important;
  }
  .sm\:min-w-92 {
    height: 92% !important;
  }
  .sm\:min-w-93 {
    height: 93% !important;
  }
  .sm\:min-w-94 {
    height: 94% !important;
  }
  .sm\:min-w-95 {
    height: 95% !important;
  }
  .sm\:min-w-96 {
    height: 96% !important;
  }
  .sm\:min-w-97 {
    height: 97% !important;
  }
  .sm\:min-w-98 {
    height: 98% !important;
  }
  .sm\:min-w-99 {
    height: 99% !important;
  }
  .sm\:min-w-full {
    height: 100%;
  }
  .sm\:max-w-0 {
    height: 0% !important;
  }
  .sm\:max-w-1 {
    height: 1% !important;
  }
  .sm\:max-w-2 {
    height: 2% !important;
  }
  .sm\:max-w-3 {
    height: 3% !important;
  }
  .sm\:max-w-4 {
    height: 4% !important;
  }
  .sm\:max-w-5 {
    height: 5% !important;
  }
  .sm\:max-w-6 {
    height: 6% !important;
  }
  .sm\:max-w-7 {
    height: 7% !important;
  }
  .sm\:max-w-8 {
    height: 8% !important;
  }
  .sm\:max-w-9 {
    height: 9% !important;
  }
  .sm\:max-w-10 {
    height: 10% !important;
  }
  .sm\:max-w-11 {
    height: 11% !important;
  }
  .sm\:max-w-12 {
    height: 12% !important;
  }
  .sm\:max-w-13 {
    height: 13% !important;
  }
  .sm\:max-w-14 {
    height: 14% !important;
  }
  .sm\:max-w-15 {
    height: 15% !important;
  }
  .sm\:max-w-16 {
    height: 16% !important;
  }
  .sm\:max-w-17 {
    height: 17% !important;
  }
  .sm\:max-w-18 {
    height: 18% !important;
  }
  .sm\:max-w-19 {
    height: 19% !important;
  }
  .sm\:max-w-20 {
    height: 20% !important;
  }
  .sm\:max-w-21 {
    height: 21% !important;
  }
  .sm\:max-w-22 {
    height: 22% !important;
  }
  .sm\:max-w-23 {
    height: 23% !important;
  }
  .sm\:max-w-24 {
    height: 24% !important;
  }
  .sm\:max-w-25 {
    height: 25% !important;
  }
  .sm\:max-w-26 {
    height: 26% !important;
  }
  .sm\:max-w-27 {
    height: 27% !important;
  }
  .sm\:max-w-28 {
    height: 28% !important;
  }
  .sm\:max-w-29 {
    height: 29% !important;
  }
  .sm\:max-w-30 {
    height: 30% !important;
  }
  .sm\:max-w-31 {
    height: 31% !important;
  }
  .sm\:max-w-32 {
    height: 32% !important;
  }
  .sm\:max-w-33 {
    height: 33% !important;
  }
  .sm\:max-w-34 {
    height: 34% !important;
  }
  .sm\:max-w-35 {
    height: 35% !important;
  }
  .sm\:max-w-36 {
    height: 36% !important;
  }
  .sm\:max-w-37 {
    height: 37% !important;
  }
  .sm\:max-w-38 {
    height: 38% !important;
  }
  .sm\:max-w-39 {
    height: 39% !important;
  }
  .sm\:max-w-40 {
    height: 40% !important;
  }
  .sm\:max-w-41 {
    height: 41% !important;
  }
  .sm\:max-w-42 {
    height: 42% !important;
  }
  .sm\:max-w-43 {
    height: 43% !important;
  }
  .sm\:max-w-44 {
    height: 44% !important;
  }
  .sm\:max-w-45 {
    height: 45% !important;
  }
  .sm\:max-w-46 {
    height: 46% !important;
  }
  .sm\:max-w-47 {
    height: 47% !important;
  }
  .sm\:max-w-48 {
    height: 48% !important;
  }
  .sm\:max-w-49 {
    height: 49% !important;
  }
  .sm\:max-w-50 {
    height: 50% !important;
  }
  .sm\:max-w-51 {
    height: 51% !important;
  }
  .sm\:max-w-52 {
    height: 52% !important;
  }
  .sm\:max-w-53 {
    height: 53% !important;
  }
  .sm\:max-w-54 {
    height: 54% !important;
  }
  .sm\:max-w-55 {
    height: 55% !important;
  }
  .sm\:max-w-56 {
    height: 56% !important;
  }
  .sm\:max-w-57 {
    height: 57% !important;
  }
  .sm\:max-w-58 {
    height: 58% !important;
  }
  .sm\:max-w-59 {
    height: 59% !important;
  }
  .sm\:max-w-60 {
    height: 60% !important;
  }
  .sm\:max-w-61 {
    height: 61% !important;
  }
  .sm\:max-w-62 {
    height: 62% !important;
  }
  .sm\:max-w-63 {
    height: 63% !important;
  }
  .sm\:max-w-64 {
    height: 64% !important;
  }
  .sm\:max-w-65 {
    height: 65% !important;
  }
  .sm\:max-w-66 {
    height: 66% !important;
  }
  .sm\:max-w-67 {
    height: 67% !important;
  }
  .sm\:max-w-68 {
    height: 68% !important;
  }
  .sm\:max-w-69 {
    height: 69% !important;
  }
  .sm\:max-w-70 {
    height: 70% !important;
  }
  .sm\:max-w-71 {
    height: 71% !important;
  }
  .sm\:max-w-72 {
    height: 72% !important;
  }
  .sm\:max-w-73 {
    height: 73% !important;
  }
  .sm\:max-w-74 {
    height: 74% !important;
  }
  .sm\:max-w-75 {
    height: 75% !important;
  }
  .sm\:max-w-76 {
    height: 76% !important;
  }
  .sm\:max-w-77 {
    height: 77% !important;
  }
  .sm\:max-w-78 {
    height: 78% !important;
  }
  .sm\:max-w-79 {
    height: 79% !important;
  }
  .sm\:max-w-80 {
    height: 80% !important;
  }
  .sm\:max-w-81 {
    height: 81% !important;
  }
  .sm\:max-w-82 {
    height: 82% !important;
  }
  .sm\:max-w-83 {
    height: 83% !important;
  }
  .sm\:max-w-84 {
    height: 84% !important;
  }
  .sm\:max-w-85 {
    height: 85% !important;
  }
  .sm\:max-w-86 {
    height: 86% !important;
  }
  .sm\:max-w-87 {
    height: 87% !important;
  }
  .sm\:max-w-88 {
    height: 88% !important;
  }
  .sm\:max-w-89 {
    height: 89% !important;
  }
  .sm\:max-w-90 {
    height: 90% !important;
  }
  .sm\:max-w-91 {
    height: 91% !important;
  }
  .sm\:max-w-92 {
    height: 92% !important;
  }
  .sm\:max-w-93 {
    height: 93% !important;
  }
  .sm\:max-w-94 {
    height: 94% !important;
  }
  .sm\:max-w-95 {
    height: 95% !important;
  }
  .sm\:max-w-96 {
    height: 96% !important;
  }
  .sm\:max-w-97 {
    height: 97% !important;
  }
  .sm\:max-w-98 {
    height: 98% !important;
  }
  .sm\:max-w-99 {
    height: 99% !important;
  }
  .sm\:max-w-full {
    height: 100%;
  }
}
@media (min-width: 767.98px) {
  .md\:h-0 {
    height: 0% !important;
  }
  .md\:h-1 {
    height: 1% !important;
  }
  .md\:h-2 {
    height: 2% !important;
  }
  .md\:h-3 {
    height: 3% !important;
  }
  .md\:h-4 {
    height: 4% !important;
  }
  .md\:h-5 {
    height: 5% !important;
  }
  .md\:h-6 {
    height: 6% !important;
  }
  .md\:h-7 {
    height: 7% !important;
  }
  .md\:h-8 {
    height: 8% !important;
  }
  .md\:h-9 {
    height: 9% !important;
  }
  .md\:h-10 {
    height: 10% !important;
  }
  .md\:h-11 {
    height: 11% !important;
  }
  .md\:h-12 {
    height: 12% !important;
  }
  .md\:h-13 {
    height: 13% !important;
  }
  .md\:h-14 {
    height: 14% !important;
  }
  .md\:h-15 {
    height: 15% !important;
  }
  .md\:h-16 {
    height: 16% !important;
  }
  .md\:h-17 {
    height: 17% !important;
  }
  .md\:h-18 {
    height: 18% !important;
  }
  .md\:h-19 {
    height: 19% !important;
  }
  .md\:h-20 {
    height: 20% !important;
  }
  .md\:h-21 {
    height: 21% !important;
  }
  .md\:h-22 {
    height: 22% !important;
  }
  .md\:h-23 {
    height: 23% !important;
  }
  .md\:h-24 {
    height: 24% !important;
  }
  .md\:h-25 {
    height: 25% !important;
  }
  .md\:h-26 {
    height: 26% !important;
  }
  .md\:h-27 {
    height: 27% !important;
  }
  .md\:h-28 {
    height: 28% !important;
  }
  .md\:h-29 {
    height: 29% !important;
  }
  .md\:h-30 {
    height: 30% !important;
  }
  .md\:h-31 {
    height: 31% !important;
  }
  .md\:h-32 {
    height: 32% !important;
  }
  .md\:h-33 {
    height: 33% !important;
  }
  .md\:h-34 {
    height: 34% !important;
  }
  .md\:h-35 {
    height: 35% !important;
  }
  .md\:h-36 {
    height: 36% !important;
  }
  .md\:h-37 {
    height: 37% !important;
  }
  .md\:h-38 {
    height: 38% !important;
  }
  .md\:h-39 {
    height: 39% !important;
  }
  .md\:h-40 {
    height: 40% !important;
  }
  .md\:h-41 {
    height: 41% !important;
  }
  .md\:h-42 {
    height: 42% !important;
  }
  .md\:h-43 {
    height: 43% !important;
  }
  .md\:h-44 {
    height: 44% !important;
  }
  .md\:h-45 {
    height: 45% !important;
  }
  .md\:h-46 {
    height: 46% !important;
  }
  .md\:h-47 {
    height: 47% !important;
  }
  .md\:h-48 {
    height: 48% !important;
  }
  .md\:h-49 {
    height: 49% !important;
  }
  .md\:h-50 {
    height: 50% !important;
  }
  .md\:h-51 {
    height: 51% !important;
  }
  .md\:h-52 {
    height: 52% !important;
  }
  .md\:h-53 {
    height: 53% !important;
  }
  .md\:h-54 {
    height: 54% !important;
  }
  .md\:h-55 {
    height: 55% !important;
  }
  .md\:h-56 {
    height: 56% !important;
  }
  .md\:h-57 {
    height: 57% !important;
  }
  .md\:h-58 {
    height: 58% !important;
  }
  .md\:h-59 {
    height: 59% !important;
  }
  .md\:h-60 {
    height: 60% !important;
  }
  .md\:h-61 {
    height: 61% !important;
  }
  .md\:h-62 {
    height: 62% !important;
  }
  .md\:h-63 {
    height: 63% !important;
  }
  .md\:h-64 {
    height: 64% !important;
  }
  .md\:h-65 {
    height: 65% !important;
  }
  .md\:h-66 {
    height: 66% !important;
  }
  .md\:h-67 {
    height: 67% !important;
  }
  .md\:h-68 {
    height: 68% !important;
  }
  .md\:h-69 {
    height: 69% !important;
  }
  .md\:h-70 {
    height: 70% !important;
  }
  .md\:h-71 {
    height: 71% !important;
  }
  .md\:h-72 {
    height: 72% !important;
  }
  .md\:h-73 {
    height: 73% !important;
  }
  .md\:h-74 {
    height: 74% !important;
  }
  .md\:h-75 {
    height: 75% !important;
  }
  .md\:h-76 {
    height: 76% !important;
  }
  .md\:h-77 {
    height: 77% !important;
  }
  .md\:h-78 {
    height: 78% !important;
  }
  .md\:h-79 {
    height: 79% !important;
  }
  .md\:h-80 {
    height: 80% !important;
  }
  .md\:h-81 {
    height: 81% !important;
  }
  .md\:h-82 {
    height: 82% !important;
  }
  .md\:h-83 {
    height: 83% !important;
  }
  .md\:h-84 {
    height: 84% !important;
  }
  .md\:h-85 {
    height: 85% !important;
  }
  .md\:h-86 {
    height: 86% !important;
  }
  .md\:h-87 {
    height: 87% !important;
  }
  .md\:h-88 {
    height: 88% !important;
  }
  .md\:h-89 {
    height: 89% !important;
  }
  .md\:h-90 {
    height: 90% !important;
  }
  .md\:h-91 {
    height: 91% !important;
  }
  .md\:h-92 {
    height: 92% !important;
  }
  .md\:h-93 {
    height: 93% !important;
  }
  .md\:h-94 {
    height: 94% !important;
  }
  .md\:h-95 {
    height: 95% !important;
  }
  .md\:h-96 {
    height: 96% !important;
  }
  .md\:h-97 {
    height: 97% !important;
  }
  .md\:h-98 {
    height: 98% !important;
  }
  .md\:h-99 {
    height: 99% !important;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:min-h-0 {
    height: 0% !important;
  }
  .md\:min-h-1 {
    height: 1% !important;
  }
  .md\:min-h-2 {
    height: 2% !important;
  }
  .md\:min-h-3 {
    height: 3% !important;
  }
  .md\:min-h-4 {
    height: 4% !important;
  }
  .md\:min-h-5 {
    height: 5% !important;
  }
  .md\:min-h-6 {
    height: 6% !important;
  }
  .md\:min-h-7 {
    height: 7% !important;
  }
  .md\:min-h-8 {
    height: 8% !important;
  }
  .md\:min-h-9 {
    height: 9% !important;
  }
  .md\:min-h-10 {
    height: 10% !important;
  }
  .md\:min-h-11 {
    height: 11% !important;
  }
  .md\:min-h-12 {
    height: 12% !important;
  }
  .md\:min-h-13 {
    height: 13% !important;
  }
  .md\:min-h-14 {
    height: 14% !important;
  }
  .md\:min-h-15 {
    height: 15% !important;
  }
  .md\:min-h-16 {
    height: 16% !important;
  }
  .md\:min-h-17 {
    height: 17% !important;
  }
  .md\:min-h-18 {
    height: 18% !important;
  }
  .md\:min-h-19 {
    height: 19% !important;
  }
  .md\:min-h-20 {
    height: 20% !important;
  }
  .md\:min-h-21 {
    height: 21% !important;
  }
  .md\:min-h-22 {
    height: 22% !important;
  }
  .md\:min-h-23 {
    height: 23% !important;
  }
  .md\:min-h-24 {
    height: 24% !important;
  }
  .md\:min-h-25 {
    height: 25% !important;
  }
  .md\:min-h-26 {
    height: 26% !important;
  }
  .md\:min-h-27 {
    height: 27% !important;
  }
  .md\:min-h-28 {
    height: 28% !important;
  }
  .md\:min-h-29 {
    height: 29% !important;
  }
  .md\:min-h-30 {
    height: 30% !important;
  }
  .md\:min-h-31 {
    height: 31% !important;
  }
  .md\:min-h-32 {
    height: 32% !important;
  }
  .md\:min-h-33 {
    height: 33% !important;
  }
  .md\:min-h-34 {
    height: 34% !important;
  }
  .md\:min-h-35 {
    height: 35% !important;
  }
  .md\:min-h-36 {
    height: 36% !important;
  }
  .md\:min-h-37 {
    height: 37% !important;
  }
  .md\:min-h-38 {
    height: 38% !important;
  }
  .md\:min-h-39 {
    height: 39% !important;
  }
  .md\:min-h-40 {
    height: 40% !important;
  }
  .md\:min-h-41 {
    height: 41% !important;
  }
  .md\:min-h-42 {
    height: 42% !important;
  }
  .md\:min-h-43 {
    height: 43% !important;
  }
  .md\:min-h-44 {
    height: 44% !important;
  }
  .md\:min-h-45 {
    height: 45% !important;
  }
  .md\:min-h-46 {
    height: 46% !important;
  }
  .md\:min-h-47 {
    height: 47% !important;
  }
  .md\:min-h-48 {
    height: 48% !important;
  }
  .md\:min-h-49 {
    height: 49% !important;
  }
  .md\:min-h-50 {
    height: 50% !important;
  }
  .md\:min-h-51 {
    height: 51% !important;
  }
  .md\:min-h-52 {
    height: 52% !important;
  }
  .md\:min-h-53 {
    height: 53% !important;
  }
  .md\:min-h-54 {
    height: 54% !important;
  }
  .md\:min-h-55 {
    height: 55% !important;
  }
  .md\:min-h-56 {
    height: 56% !important;
  }
  .md\:min-h-57 {
    height: 57% !important;
  }
  .md\:min-h-58 {
    height: 58% !important;
  }
  .md\:min-h-59 {
    height: 59% !important;
  }
  .md\:min-h-60 {
    height: 60% !important;
  }
  .md\:min-h-61 {
    height: 61% !important;
  }
  .md\:min-h-62 {
    height: 62% !important;
  }
  .md\:min-h-63 {
    height: 63% !important;
  }
  .md\:min-h-64 {
    height: 64% !important;
  }
  .md\:min-h-65 {
    height: 65% !important;
  }
  .md\:min-h-66 {
    height: 66% !important;
  }
  .md\:min-h-67 {
    height: 67% !important;
  }
  .md\:min-h-68 {
    height: 68% !important;
  }
  .md\:min-h-69 {
    height: 69% !important;
  }
  .md\:min-h-70 {
    height: 70% !important;
  }
  .md\:min-h-71 {
    height: 71% !important;
  }
  .md\:min-h-72 {
    height: 72% !important;
  }
  .md\:min-h-73 {
    height: 73% !important;
  }
  .md\:min-h-74 {
    height: 74% !important;
  }
  .md\:min-h-75 {
    height: 75% !important;
  }
  .md\:min-h-76 {
    height: 76% !important;
  }
  .md\:min-h-77 {
    height: 77% !important;
  }
  .md\:min-h-78 {
    height: 78% !important;
  }
  .md\:min-h-79 {
    height: 79% !important;
  }
  .md\:min-h-80 {
    height: 80% !important;
  }
  .md\:min-h-81 {
    height: 81% !important;
  }
  .md\:min-h-82 {
    height: 82% !important;
  }
  .md\:min-h-83 {
    height: 83% !important;
  }
  .md\:min-h-84 {
    height: 84% !important;
  }
  .md\:min-h-85 {
    height: 85% !important;
  }
  .md\:min-h-86 {
    height: 86% !important;
  }
  .md\:min-h-87 {
    height: 87% !important;
  }
  .md\:min-h-88 {
    height: 88% !important;
  }
  .md\:min-h-89 {
    height: 89% !important;
  }
  .md\:min-h-90 {
    height: 90% !important;
  }
  .md\:min-h-91 {
    height: 91% !important;
  }
  .md\:min-h-92 {
    height: 92% !important;
  }
  .md\:min-h-93 {
    height: 93% !important;
  }
  .md\:min-h-94 {
    height: 94% !important;
  }
  .md\:min-h-95 {
    height: 95% !important;
  }
  .md\:min-h-96 {
    height: 96% !important;
  }
  .md\:min-h-97 {
    height: 97% !important;
  }
  .md\:min-h-98 {
    height: 98% !important;
  }
  .md\:min-h-99 {
    height: 99% !important;
  }
  .md\:min-h-full {
    height: 100%;
  }
  .md\:max-h w-0 {
    height: 0% !important;
  }
  .md\:max-h w-1 {
    height: 1% !important;
  }
  .md\:max-h w-2 {
    height: 2% !important;
  }
  .md\:max-h w-3 {
    height: 3% !important;
  }
  .md\:max-h w-4 {
    height: 4% !important;
  }
  .md\:max-h w-5 {
    height: 5% !important;
  }
  .md\:max-h w-6 {
    height: 6% !important;
  }
  .md\:max-h w-7 {
    height: 7% !important;
  }
  .md\:max-h w-8 {
    height: 8% !important;
  }
  .md\:max-h w-9 {
    height: 9% !important;
  }
  .md\:max-h w-10 {
    height: 10% !important;
  }
  .md\:max-h w-11 {
    height: 11% !important;
  }
  .md\:max-h w-12 {
    height: 12% !important;
  }
  .md\:max-h w-13 {
    height: 13% !important;
  }
  .md\:max-h w-14 {
    height: 14% !important;
  }
  .md\:max-h w-15 {
    height: 15% !important;
  }
  .md\:max-h w-16 {
    height: 16% !important;
  }
  .md\:max-h w-17 {
    height: 17% !important;
  }
  .md\:max-h w-18 {
    height: 18% !important;
  }
  .md\:max-h w-19 {
    height: 19% !important;
  }
  .md\:max-h w-20 {
    height: 20% !important;
  }
  .md\:max-h w-21 {
    height: 21% !important;
  }
  .md\:max-h w-22 {
    height: 22% !important;
  }
  .md\:max-h w-23 {
    height: 23% !important;
  }
  .md\:max-h w-24 {
    height: 24% !important;
  }
  .md\:max-h w-25 {
    height: 25% !important;
  }
  .md\:max-h w-26 {
    height: 26% !important;
  }
  .md\:max-h w-27 {
    height: 27% !important;
  }
  .md\:max-h w-28 {
    height: 28% !important;
  }
  .md\:max-h w-29 {
    height: 29% !important;
  }
  .md\:max-h w-30 {
    height: 30% !important;
  }
  .md\:max-h w-31 {
    height: 31% !important;
  }
  .md\:max-h w-32 {
    height: 32% !important;
  }
  .md\:max-h w-33 {
    height: 33% !important;
  }
  .md\:max-h w-34 {
    height: 34% !important;
  }
  .md\:max-h w-35 {
    height: 35% !important;
  }
  .md\:max-h w-36 {
    height: 36% !important;
  }
  .md\:max-h w-37 {
    height: 37% !important;
  }
  .md\:max-h w-38 {
    height: 38% !important;
  }
  .md\:max-h w-39 {
    height: 39% !important;
  }
  .md\:max-h w-40 {
    height: 40% !important;
  }
  .md\:max-h w-41 {
    height: 41% !important;
  }
  .md\:max-h w-42 {
    height: 42% !important;
  }
  .md\:max-h w-43 {
    height: 43% !important;
  }
  .md\:max-h w-44 {
    height: 44% !important;
  }
  .md\:max-h w-45 {
    height: 45% !important;
  }
  .md\:max-h w-46 {
    height: 46% !important;
  }
  .md\:max-h w-47 {
    height: 47% !important;
  }
  .md\:max-h w-48 {
    height: 48% !important;
  }
  .md\:max-h w-49 {
    height: 49% !important;
  }
  .md\:max-h w-50 {
    height: 50% !important;
  }
  .md\:max-h w-51 {
    height: 51% !important;
  }
  .md\:max-h w-52 {
    height: 52% !important;
  }
  .md\:max-h w-53 {
    height: 53% !important;
  }
  .md\:max-h w-54 {
    height: 54% !important;
  }
  .md\:max-h w-55 {
    height: 55% !important;
  }
  .md\:max-h w-56 {
    height: 56% !important;
  }
  .md\:max-h w-57 {
    height: 57% !important;
  }
  .md\:max-h w-58 {
    height: 58% !important;
  }
  .md\:max-h w-59 {
    height: 59% !important;
  }
  .md\:max-h w-60 {
    height: 60% !important;
  }
  .md\:max-h w-61 {
    height: 61% !important;
  }
  .md\:max-h w-62 {
    height: 62% !important;
  }
  .md\:max-h w-63 {
    height: 63% !important;
  }
  .md\:max-h w-64 {
    height: 64% !important;
  }
  .md\:max-h w-65 {
    height: 65% !important;
  }
  .md\:max-h w-66 {
    height: 66% !important;
  }
  .md\:max-h w-67 {
    height: 67% !important;
  }
  .md\:max-h w-68 {
    height: 68% !important;
  }
  .md\:max-h w-69 {
    height: 69% !important;
  }
  .md\:max-h w-70 {
    height: 70% !important;
  }
  .md\:max-h w-71 {
    height: 71% !important;
  }
  .md\:max-h w-72 {
    height: 72% !important;
  }
  .md\:max-h w-73 {
    height: 73% !important;
  }
  .md\:max-h w-74 {
    height: 74% !important;
  }
  .md\:max-h w-75 {
    height: 75% !important;
  }
  .md\:max-h w-76 {
    height: 76% !important;
  }
  .md\:max-h w-77 {
    height: 77% !important;
  }
  .md\:max-h w-78 {
    height: 78% !important;
  }
  .md\:max-h w-79 {
    height: 79% !important;
  }
  .md\:max-h w-80 {
    height: 80% !important;
  }
  .md\:max-h w-81 {
    height: 81% !important;
  }
  .md\:max-h w-82 {
    height: 82% !important;
  }
  .md\:max-h w-83 {
    height: 83% !important;
  }
  .md\:max-h w-84 {
    height: 84% !important;
  }
  .md\:max-h w-85 {
    height: 85% !important;
  }
  .md\:max-h w-86 {
    height: 86% !important;
  }
  .md\:max-h w-87 {
    height: 87% !important;
  }
  .md\:max-h w-88 {
    height: 88% !important;
  }
  .md\:max-h w-89 {
    height: 89% !important;
  }
  .md\:max-h w-90 {
    height: 90% !important;
  }
  .md\:max-h w-91 {
    height: 91% !important;
  }
  .md\:max-h w-92 {
    height: 92% !important;
  }
  .md\:max-h w-93 {
    height: 93% !important;
  }
  .md\:max-h w-94 {
    height: 94% !important;
  }
  .md\:max-h w-95 {
    height: 95% !important;
  }
  .md\:max-h w-96 {
    height: 96% !important;
  }
  .md\:max-h w-97 {
    height: 97% !important;
  }
  .md\:max-h w-98 {
    height: 98% !important;
  }
  .md\:max-h w-99 {
    height: 99% !important;
  }
  .md\:max-h w-full {
    height: 100%;
  }
  .md\:min-w-0 {
    height: 0% !important;
  }
  .md\:min-w-1 {
    height: 1% !important;
  }
  .md\:min-w-2 {
    height: 2% !important;
  }
  .md\:min-w-3 {
    height: 3% !important;
  }
  .md\:min-w-4 {
    height: 4% !important;
  }
  .md\:min-w-5 {
    height: 5% !important;
  }
  .md\:min-w-6 {
    height: 6% !important;
  }
  .md\:min-w-7 {
    height: 7% !important;
  }
  .md\:min-w-8 {
    height: 8% !important;
  }
  .md\:min-w-9 {
    height: 9% !important;
  }
  .md\:min-w-10 {
    height: 10% !important;
  }
  .md\:min-w-11 {
    height: 11% !important;
  }
  .md\:min-w-12 {
    height: 12% !important;
  }
  .md\:min-w-13 {
    height: 13% !important;
  }
  .md\:min-w-14 {
    height: 14% !important;
  }
  .md\:min-w-15 {
    height: 15% !important;
  }
  .md\:min-w-16 {
    height: 16% !important;
  }
  .md\:min-w-17 {
    height: 17% !important;
  }
  .md\:min-w-18 {
    height: 18% !important;
  }
  .md\:min-w-19 {
    height: 19% !important;
  }
  .md\:min-w-20 {
    height: 20% !important;
  }
  .md\:min-w-21 {
    height: 21% !important;
  }
  .md\:min-w-22 {
    height: 22% !important;
  }
  .md\:min-w-23 {
    height: 23% !important;
  }
  .md\:min-w-24 {
    height: 24% !important;
  }
  .md\:min-w-25 {
    height: 25% !important;
  }
  .md\:min-w-26 {
    height: 26% !important;
  }
  .md\:min-w-27 {
    height: 27% !important;
  }
  .md\:min-w-28 {
    height: 28% !important;
  }
  .md\:min-w-29 {
    height: 29% !important;
  }
  .md\:min-w-30 {
    height: 30% !important;
  }
  .md\:min-w-31 {
    height: 31% !important;
  }
  .md\:min-w-32 {
    height: 32% !important;
  }
  .md\:min-w-33 {
    height: 33% !important;
  }
  .md\:min-w-34 {
    height: 34% !important;
  }
  .md\:min-w-35 {
    height: 35% !important;
  }
  .md\:min-w-36 {
    height: 36% !important;
  }
  .md\:min-w-37 {
    height: 37% !important;
  }
  .md\:min-w-38 {
    height: 38% !important;
  }
  .md\:min-w-39 {
    height: 39% !important;
  }
  .md\:min-w-40 {
    height: 40% !important;
  }
  .md\:min-w-41 {
    height: 41% !important;
  }
  .md\:min-w-42 {
    height: 42% !important;
  }
  .md\:min-w-43 {
    height: 43% !important;
  }
  .md\:min-w-44 {
    height: 44% !important;
  }
  .md\:min-w-45 {
    height: 45% !important;
  }
  .md\:min-w-46 {
    height: 46% !important;
  }
  .md\:min-w-47 {
    height: 47% !important;
  }
  .md\:min-w-48 {
    height: 48% !important;
  }
  .md\:min-w-49 {
    height: 49% !important;
  }
  .md\:min-w-50 {
    height: 50% !important;
  }
  .md\:min-w-51 {
    height: 51% !important;
  }
  .md\:min-w-52 {
    height: 52% !important;
  }
  .md\:min-w-53 {
    height: 53% !important;
  }
  .md\:min-w-54 {
    height: 54% !important;
  }
  .md\:min-w-55 {
    height: 55% !important;
  }
  .md\:min-w-56 {
    height: 56% !important;
  }
  .md\:min-w-57 {
    height: 57% !important;
  }
  .md\:min-w-58 {
    height: 58% !important;
  }
  .md\:min-w-59 {
    height: 59% !important;
  }
  .md\:min-w-60 {
    height: 60% !important;
  }
  .md\:min-w-61 {
    height: 61% !important;
  }
  .md\:min-w-62 {
    height: 62% !important;
  }
  .md\:min-w-63 {
    height: 63% !important;
  }
  .md\:min-w-64 {
    height: 64% !important;
  }
  .md\:min-w-65 {
    height: 65% !important;
  }
  .md\:min-w-66 {
    height: 66% !important;
  }
  .md\:min-w-67 {
    height: 67% !important;
  }
  .md\:min-w-68 {
    height: 68% !important;
  }
  .md\:min-w-69 {
    height: 69% !important;
  }
  .md\:min-w-70 {
    height: 70% !important;
  }
  .md\:min-w-71 {
    height: 71% !important;
  }
  .md\:min-w-72 {
    height: 72% !important;
  }
  .md\:min-w-73 {
    height: 73% !important;
  }
  .md\:min-w-74 {
    height: 74% !important;
  }
  .md\:min-w-75 {
    height: 75% !important;
  }
  .md\:min-w-76 {
    height: 76% !important;
  }
  .md\:min-w-77 {
    height: 77% !important;
  }
  .md\:min-w-78 {
    height: 78% !important;
  }
  .md\:min-w-79 {
    height: 79% !important;
  }
  .md\:min-w-80 {
    height: 80% !important;
  }
  .md\:min-w-81 {
    height: 81% !important;
  }
  .md\:min-w-82 {
    height: 82% !important;
  }
  .md\:min-w-83 {
    height: 83% !important;
  }
  .md\:min-w-84 {
    height: 84% !important;
  }
  .md\:min-w-85 {
    height: 85% !important;
  }
  .md\:min-w-86 {
    height: 86% !important;
  }
  .md\:min-w-87 {
    height: 87% !important;
  }
  .md\:min-w-88 {
    height: 88% !important;
  }
  .md\:min-w-89 {
    height: 89% !important;
  }
  .md\:min-w-90 {
    height: 90% !important;
  }
  .md\:min-w-91 {
    height: 91% !important;
  }
  .md\:min-w-92 {
    height: 92% !important;
  }
  .md\:min-w-93 {
    height: 93% !important;
  }
  .md\:min-w-94 {
    height: 94% !important;
  }
  .md\:min-w-95 {
    height: 95% !important;
  }
  .md\:min-w-96 {
    height: 96% !important;
  }
  .md\:min-w-97 {
    height: 97% !important;
  }
  .md\:min-w-98 {
    height: 98% !important;
  }
  .md\:min-w-99 {
    height: 99% !important;
  }
  .md\:min-w-full {
    height: 100%;
  }
  .md\:max-w-0 {
    height: 0% !important;
  }
  .md\:max-w-1 {
    height: 1% !important;
  }
  .md\:max-w-2 {
    height: 2% !important;
  }
  .md\:max-w-3 {
    height: 3% !important;
  }
  .md\:max-w-4 {
    height: 4% !important;
  }
  .md\:max-w-5 {
    height: 5% !important;
  }
  .md\:max-w-6 {
    height: 6% !important;
  }
  .md\:max-w-7 {
    height: 7% !important;
  }
  .md\:max-w-8 {
    height: 8% !important;
  }
  .md\:max-w-9 {
    height: 9% !important;
  }
  .md\:max-w-10 {
    height: 10% !important;
  }
  .md\:max-w-11 {
    height: 11% !important;
  }
  .md\:max-w-12 {
    height: 12% !important;
  }
  .md\:max-w-13 {
    height: 13% !important;
  }
  .md\:max-w-14 {
    height: 14% !important;
  }
  .md\:max-w-15 {
    height: 15% !important;
  }
  .md\:max-w-16 {
    height: 16% !important;
  }
  .md\:max-w-17 {
    height: 17% !important;
  }
  .md\:max-w-18 {
    height: 18% !important;
  }
  .md\:max-w-19 {
    height: 19% !important;
  }
  .md\:max-w-20 {
    height: 20% !important;
  }
  .md\:max-w-21 {
    height: 21% !important;
  }
  .md\:max-w-22 {
    height: 22% !important;
  }
  .md\:max-w-23 {
    height: 23% !important;
  }
  .md\:max-w-24 {
    height: 24% !important;
  }
  .md\:max-w-25 {
    height: 25% !important;
  }
  .md\:max-w-26 {
    height: 26% !important;
  }
  .md\:max-w-27 {
    height: 27% !important;
  }
  .md\:max-w-28 {
    height: 28% !important;
  }
  .md\:max-w-29 {
    height: 29% !important;
  }
  .md\:max-w-30 {
    height: 30% !important;
  }
  .md\:max-w-31 {
    height: 31% !important;
  }
  .md\:max-w-32 {
    height: 32% !important;
  }
  .md\:max-w-33 {
    height: 33% !important;
  }
  .md\:max-w-34 {
    height: 34% !important;
  }
  .md\:max-w-35 {
    height: 35% !important;
  }
  .md\:max-w-36 {
    height: 36% !important;
  }
  .md\:max-w-37 {
    height: 37% !important;
  }
  .md\:max-w-38 {
    height: 38% !important;
  }
  .md\:max-w-39 {
    height: 39% !important;
  }
  .md\:max-w-40 {
    height: 40% !important;
  }
  .md\:max-w-41 {
    height: 41% !important;
  }
  .md\:max-w-42 {
    height: 42% !important;
  }
  .md\:max-w-43 {
    height: 43% !important;
  }
  .md\:max-w-44 {
    height: 44% !important;
  }
  .md\:max-w-45 {
    height: 45% !important;
  }
  .md\:max-w-46 {
    height: 46% !important;
  }
  .md\:max-w-47 {
    height: 47% !important;
  }
  .md\:max-w-48 {
    height: 48% !important;
  }
  .md\:max-w-49 {
    height: 49% !important;
  }
  .md\:max-w-50 {
    height: 50% !important;
  }
  .md\:max-w-51 {
    height: 51% !important;
  }
  .md\:max-w-52 {
    height: 52% !important;
  }
  .md\:max-w-53 {
    height: 53% !important;
  }
  .md\:max-w-54 {
    height: 54% !important;
  }
  .md\:max-w-55 {
    height: 55% !important;
  }
  .md\:max-w-56 {
    height: 56% !important;
  }
  .md\:max-w-57 {
    height: 57% !important;
  }
  .md\:max-w-58 {
    height: 58% !important;
  }
  .md\:max-w-59 {
    height: 59% !important;
  }
  .md\:max-w-60 {
    height: 60% !important;
  }
  .md\:max-w-61 {
    height: 61% !important;
  }
  .md\:max-w-62 {
    height: 62% !important;
  }
  .md\:max-w-63 {
    height: 63% !important;
  }
  .md\:max-w-64 {
    height: 64% !important;
  }
  .md\:max-w-65 {
    height: 65% !important;
  }
  .md\:max-w-66 {
    height: 66% !important;
  }
  .md\:max-w-67 {
    height: 67% !important;
  }
  .md\:max-w-68 {
    height: 68% !important;
  }
  .md\:max-w-69 {
    height: 69% !important;
  }
  .md\:max-w-70 {
    height: 70% !important;
  }
  .md\:max-w-71 {
    height: 71% !important;
  }
  .md\:max-w-72 {
    height: 72% !important;
  }
  .md\:max-w-73 {
    height: 73% !important;
  }
  .md\:max-w-74 {
    height: 74% !important;
  }
  .md\:max-w-75 {
    height: 75% !important;
  }
  .md\:max-w-76 {
    height: 76% !important;
  }
  .md\:max-w-77 {
    height: 77% !important;
  }
  .md\:max-w-78 {
    height: 78% !important;
  }
  .md\:max-w-79 {
    height: 79% !important;
  }
  .md\:max-w-80 {
    height: 80% !important;
  }
  .md\:max-w-81 {
    height: 81% !important;
  }
  .md\:max-w-82 {
    height: 82% !important;
  }
  .md\:max-w-83 {
    height: 83% !important;
  }
  .md\:max-w-84 {
    height: 84% !important;
  }
  .md\:max-w-85 {
    height: 85% !important;
  }
  .md\:max-w-86 {
    height: 86% !important;
  }
  .md\:max-w-87 {
    height: 87% !important;
  }
  .md\:max-w-88 {
    height: 88% !important;
  }
  .md\:max-w-89 {
    height: 89% !important;
  }
  .md\:max-w-90 {
    height: 90% !important;
  }
  .md\:max-w-91 {
    height: 91% !important;
  }
  .md\:max-w-92 {
    height: 92% !important;
  }
  .md\:max-w-93 {
    height: 93% !important;
  }
  .md\:max-w-94 {
    height: 94% !important;
  }
  .md\:max-w-95 {
    height: 95% !important;
  }
  .md\:max-w-96 {
    height: 96% !important;
  }
  .md\:max-w-97 {
    height: 97% !important;
  }
  .md\:max-w-98 {
    height: 98% !important;
  }
  .md\:max-w-99 {
    height: 99% !important;
  }
  .md\:max-w-full {
    height: 100%;
  }
}
@media (min-width: 991.98px) {
  .lg\:h-0 {
    height: 0% !important;
  }
  .lg\:h-1 {
    height: 1% !important;
  }
  .lg\:h-2 {
    height: 2% !important;
  }
  .lg\:h-3 {
    height: 3% !important;
  }
  .lg\:h-4 {
    height: 4% !important;
  }
  .lg\:h-5 {
    height: 5% !important;
  }
  .lg\:h-6 {
    height: 6% !important;
  }
  .lg\:h-7 {
    height: 7% !important;
  }
  .lg\:h-8 {
    height: 8% !important;
  }
  .lg\:h-9 {
    height: 9% !important;
  }
  .lg\:h-10 {
    height: 10% !important;
  }
  .lg\:h-11 {
    height: 11% !important;
  }
  .lg\:h-12 {
    height: 12% !important;
  }
  .lg\:h-13 {
    height: 13% !important;
  }
  .lg\:h-14 {
    height: 14% !important;
  }
  .lg\:h-15 {
    height: 15% !important;
  }
  .lg\:h-16 {
    height: 16% !important;
  }
  .lg\:h-17 {
    height: 17% !important;
  }
  .lg\:h-18 {
    height: 18% !important;
  }
  .lg\:h-19 {
    height: 19% !important;
  }
  .lg\:h-20 {
    height: 20% !important;
  }
  .lg\:h-21 {
    height: 21% !important;
  }
  .lg\:h-22 {
    height: 22% !important;
  }
  .lg\:h-23 {
    height: 23% !important;
  }
  .lg\:h-24 {
    height: 24% !important;
  }
  .lg\:h-25 {
    height: 25% !important;
  }
  .lg\:h-26 {
    height: 26% !important;
  }
  .lg\:h-27 {
    height: 27% !important;
  }
  .lg\:h-28 {
    height: 28% !important;
  }
  .lg\:h-29 {
    height: 29% !important;
  }
  .lg\:h-30 {
    height: 30% !important;
  }
  .lg\:h-31 {
    height: 31% !important;
  }
  .lg\:h-32 {
    height: 32% !important;
  }
  .lg\:h-33 {
    height: 33% !important;
  }
  .lg\:h-34 {
    height: 34% !important;
  }
  .lg\:h-35 {
    height: 35% !important;
  }
  .lg\:h-36 {
    height: 36% !important;
  }
  .lg\:h-37 {
    height: 37% !important;
  }
  .lg\:h-38 {
    height: 38% !important;
  }
  .lg\:h-39 {
    height: 39% !important;
  }
  .lg\:h-40 {
    height: 40% !important;
  }
  .lg\:h-41 {
    height: 41% !important;
  }
  .lg\:h-42 {
    height: 42% !important;
  }
  .lg\:h-43 {
    height: 43% !important;
  }
  .lg\:h-44 {
    height: 44% !important;
  }
  .lg\:h-45 {
    height: 45% !important;
  }
  .lg\:h-46 {
    height: 46% !important;
  }
  .lg\:h-47 {
    height: 47% !important;
  }
  .lg\:h-48 {
    height: 48% !important;
  }
  .lg\:h-49 {
    height: 49% !important;
  }
  .lg\:h-50 {
    height: 50% !important;
  }
  .lg\:h-51 {
    height: 51% !important;
  }
  .lg\:h-52 {
    height: 52% !important;
  }
  .lg\:h-53 {
    height: 53% !important;
  }
  .lg\:h-54 {
    height: 54% !important;
  }
  .lg\:h-55 {
    height: 55% !important;
  }
  .lg\:h-56 {
    height: 56% !important;
  }
  .lg\:h-57 {
    height: 57% !important;
  }
  .lg\:h-58 {
    height: 58% !important;
  }
  .lg\:h-59 {
    height: 59% !important;
  }
  .lg\:h-60 {
    height: 60% !important;
  }
  .lg\:h-61 {
    height: 61% !important;
  }
  .lg\:h-62 {
    height: 62% !important;
  }
  .lg\:h-63 {
    height: 63% !important;
  }
  .lg\:h-64 {
    height: 64% !important;
  }
  .lg\:h-65 {
    height: 65% !important;
  }
  .lg\:h-66 {
    height: 66% !important;
  }
  .lg\:h-67 {
    height: 67% !important;
  }
  .lg\:h-68 {
    height: 68% !important;
  }
  .lg\:h-69 {
    height: 69% !important;
  }
  .lg\:h-70 {
    height: 70% !important;
  }
  .lg\:h-71 {
    height: 71% !important;
  }
  .lg\:h-72 {
    height: 72% !important;
  }
  .lg\:h-73 {
    height: 73% !important;
  }
  .lg\:h-74 {
    height: 74% !important;
  }
  .lg\:h-75 {
    height: 75% !important;
  }
  .lg\:h-76 {
    height: 76% !important;
  }
  .lg\:h-77 {
    height: 77% !important;
  }
  .lg\:h-78 {
    height: 78% !important;
  }
  .lg\:h-79 {
    height: 79% !important;
  }
  .lg\:h-80 {
    height: 80% !important;
  }
  .lg\:h-81 {
    height: 81% !important;
  }
  .lg\:h-82 {
    height: 82% !important;
  }
  .lg\:h-83 {
    height: 83% !important;
  }
  .lg\:h-84 {
    height: 84% !important;
  }
  .lg\:h-85 {
    height: 85% !important;
  }
  .lg\:h-86 {
    height: 86% !important;
  }
  .lg\:h-87 {
    height: 87% !important;
  }
  .lg\:h-88 {
    height: 88% !important;
  }
  .lg\:h-89 {
    height: 89% !important;
  }
  .lg\:h-90 {
    height: 90% !important;
  }
  .lg\:h-91 {
    height: 91% !important;
  }
  .lg\:h-92 {
    height: 92% !important;
  }
  .lg\:h-93 {
    height: 93% !important;
  }
  .lg\:h-94 {
    height: 94% !important;
  }
  .lg\:h-95 {
    height: 95% !important;
  }
  .lg\:h-96 {
    height: 96% !important;
  }
  .lg\:h-97 {
    height: 97% !important;
  }
  .lg\:h-98 {
    height: 98% !important;
  }
  .lg\:h-99 {
    height: 99% !important;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-0 {
    height: 0% !important;
  }
  .lg\:min-h-1 {
    height: 1% !important;
  }
  .lg\:min-h-2 {
    height: 2% !important;
  }
  .lg\:min-h-3 {
    height: 3% !important;
  }
  .lg\:min-h-4 {
    height: 4% !important;
  }
  .lg\:min-h-5 {
    height: 5% !important;
  }
  .lg\:min-h-6 {
    height: 6% !important;
  }
  .lg\:min-h-7 {
    height: 7% !important;
  }
  .lg\:min-h-8 {
    height: 8% !important;
  }
  .lg\:min-h-9 {
    height: 9% !important;
  }
  .lg\:min-h-10 {
    height: 10% !important;
  }
  .lg\:min-h-11 {
    height: 11% !important;
  }
  .lg\:min-h-12 {
    height: 12% !important;
  }
  .lg\:min-h-13 {
    height: 13% !important;
  }
  .lg\:min-h-14 {
    height: 14% !important;
  }
  .lg\:min-h-15 {
    height: 15% !important;
  }
  .lg\:min-h-16 {
    height: 16% !important;
  }
  .lg\:min-h-17 {
    height: 17% !important;
  }
  .lg\:min-h-18 {
    height: 18% !important;
  }
  .lg\:min-h-19 {
    height: 19% !important;
  }
  .lg\:min-h-20 {
    height: 20% !important;
  }
  .lg\:min-h-21 {
    height: 21% !important;
  }
  .lg\:min-h-22 {
    height: 22% !important;
  }
  .lg\:min-h-23 {
    height: 23% !important;
  }
  .lg\:min-h-24 {
    height: 24% !important;
  }
  .lg\:min-h-25 {
    height: 25% !important;
  }
  .lg\:min-h-26 {
    height: 26% !important;
  }
  .lg\:min-h-27 {
    height: 27% !important;
  }
  .lg\:min-h-28 {
    height: 28% !important;
  }
  .lg\:min-h-29 {
    height: 29% !important;
  }
  .lg\:min-h-30 {
    height: 30% !important;
  }
  .lg\:min-h-31 {
    height: 31% !important;
  }
  .lg\:min-h-32 {
    height: 32% !important;
  }
  .lg\:min-h-33 {
    height: 33% !important;
  }
  .lg\:min-h-34 {
    height: 34% !important;
  }
  .lg\:min-h-35 {
    height: 35% !important;
  }
  .lg\:min-h-36 {
    height: 36% !important;
  }
  .lg\:min-h-37 {
    height: 37% !important;
  }
  .lg\:min-h-38 {
    height: 38% !important;
  }
  .lg\:min-h-39 {
    height: 39% !important;
  }
  .lg\:min-h-40 {
    height: 40% !important;
  }
  .lg\:min-h-41 {
    height: 41% !important;
  }
  .lg\:min-h-42 {
    height: 42% !important;
  }
  .lg\:min-h-43 {
    height: 43% !important;
  }
  .lg\:min-h-44 {
    height: 44% !important;
  }
  .lg\:min-h-45 {
    height: 45% !important;
  }
  .lg\:min-h-46 {
    height: 46% !important;
  }
  .lg\:min-h-47 {
    height: 47% !important;
  }
  .lg\:min-h-48 {
    height: 48% !important;
  }
  .lg\:min-h-49 {
    height: 49% !important;
  }
  .lg\:min-h-50 {
    height: 50% !important;
  }
  .lg\:min-h-51 {
    height: 51% !important;
  }
  .lg\:min-h-52 {
    height: 52% !important;
  }
  .lg\:min-h-53 {
    height: 53% !important;
  }
  .lg\:min-h-54 {
    height: 54% !important;
  }
  .lg\:min-h-55 {
    height: 55% !important;
  }
  .lg\:min-h-56 {
    height: 56% !important;
  }
  .lg\:min-h-57 {
    height: 57% !important;
  }
  .lg\:min-h-58 {
    height: 58% !important;
  }
  .lg\:min-h-59 {
    height: 59% !important;
  }
  .lg\:min-h-60 {
    height: 60% !important;
  }
  .lg\:min-h-61 {
    height: 61% !important;
  }
  .lg\:min-h-62 {
    height: 62% !important;
  }
  .lg\:min-h-63 {
    height: 63% !important;
  }
  .lg\:min-h-64 {
    height: 64% !important;
  }
  .lg\:min-h-65 {
    height: 65% !important;
  }
  .lg\:min-h-66 {
    height: 66% !important;
  }
  .lg\:min-h-67 {
    height: 67% !important;
  }
  .lg\:min-h-68 {
    height: 68% !important;
  }
  .lg\:min-h-69 {
    height: 69% !important;
  }
  .lg\:min-h-70 {
    height: 70% !important;
  }
  .lg\:min-h-71 {
    height: 71% !important;
  }
  .lg\:min-h-72 {
    height: 72% !important;
  }
  .lg\:min-h-73 {
    height: 73% !important;
  }
  .lg\:min-h-74 {
    height: 74% !important;
  }
  .lg\:min-h-75 {
    height: 75% !important;
  }
  .lg\:min-h-76 {
    height: 76% !important;
  }
  .lg\:min-h-77 {
    height: 77% !important;
  }
  .lg\:min-h-78 {
    height: 78% !important;
  }
  .lg\:min-h-79 {
    height: 79% !important;
  }
  .lg\:min-h-80 {
    height: 80% !important;
  }
  .lg\:min-h-81 {
    height: 81% !important;
  }
  .lg\:min-h-82 {
    height: 82% !important;
  }
  .lg\:min-h-83 {
    height: 83% !important;
  }
  .lg\:min-h-84 {
    height: 84% !important;
  }
  .lg\:min-h-85 {
    height: 85% !important;
  }
  .lg\:min-h-86 {
    height: 86% !important;
  }
  .lg\:min-h-87 {
    height: 87% !important;
  }
  .lg\:min-h-88 {
    height: 88% !important;
  }
  .lg\:min-h-89 {
    height: 89% !important;
  }
  .lg\:min-h-90 {
    height: 90% !important;
  }
  .lg\:min-h-91 {
    height: 91% !important;
  }
  .lg\:min-h-92 {
    height: 92% !important;
  }
  .lg\:min-h-93 {
    height: 93% !important;
  }
  .lg\:min-h-94 {
    height: 94% !important;
  }
  .lg\:min-h-95 {
    height: 95% !important;
  }
  .lg\:min-h-96 {
    height: 96% !important;
  }
  .lg\:min-h-97 {
    height: 97% !important;
  }
  .lg\:min-h-98 {
    height: 98% !important;
  }
  .lg\:min-h-99 {
    height: 99% !important;
  }
  .lg\:min-h-full {
    height: 100%;
  }
  .lg\:max-h w-0 {
    height: 0% !important;
  }
  .lg\:max-h w-1 {
    height: 1% !important;
  }
  .lg\:max-h w-2 {
    height: 2% !important;
  }
  .lg\:max-h w-3 {
    height: 3% !important;
  }
  .lg\:max-h w-4 {
    height: 4% !important;
  }
  .lg\:max-h w-5 {
    height: 5% !important;
  }
  .lg\:max-h w-6 {
    height: 6% !important;
  }
  .lg\:max-h w-7 {
    height: 7% !important;
  }
  .lg\:max-h w-8 {
    height: 8% !important;
  }
  .lg\:max-h w-9 {
    height: 9% !important;
  }
  .lg\:max-h w-10 {
    height: 10% !important;
  }
  .lg\:max-h w-11 {
    height: 11% !important;
  }
  .lg\:max-h w-12 {
    height: 12% !important;
  }
  .lg\:max-h w-13 {
    height: 13% !important;
  }
  .lg\:max-h w-14 {
    height: 14% !important;
  }
  .lg\:max-h w-15 {
    height: 15% !important;
  }
  .lg\:max-h w-16 {
    height: 16% !important;
  }
  .lg\:max-h w-17 {
    height: 17% !important;
  }
  .lg\:max-h w-18 {
    height: 18% !important;
  }
  .lg\:max-h w-19 {
    height: 19% !important;
  }
  .lg\:max-h w-20 {
    height: 20% !important;
  }
  .lg\:max-h w-21 {
    height: 21% !important;
  }
  .lg\:max-h w-22 {
    height: 22% !important;
  }
  .lg\:max-h w-23 {
    height: 23% !important;
  }
  .lg\:max-h w-24 {
    height: 24% !important;
  }
  .lg\:max-h w-25 {
    height: 25% !important;
  }
  .lg\:max-h w-26 {
    height: 26% !important;
  }
  .lg\:max-h w-27 {
    height: 27% !important;
  }
  .lg\:max-h w-28 {
    height: 28% !important;
  }
  .lg\:max-h w-29 {
    height: 29% !important;
  }
  .lg\:max-h w-30 {
    height: 30% !important;
  }
  .lg\:max-h w-31 {
    height: 31% !important;
  }
  .lg\:max-h w-32 {
    height: 32% !important;
  }
  .lg\:max-h w-33 {
    height: 33% !important;
  }
  .lg\:max-h w-34 {
    height: 34% !important;
  }
  .lg\:max-h w-35 {
    height: 35% !important;
  }
  .lg\:max-h w-36 {
    height: 36% !important;
  }
  .lg\:max-h w-37 {
    height: 37% !important;
  }
  .lg\:max-h w-38 {
    height: 38% !important;
  }
  .lg\:max-h w-39 {
    height: 39% !important;
  }
  .lg\:max-h w-40 {
    height: 40% !important;
  }
  .lg\:max-h w-41 {
    height: 41% !important;
  }
  .lg\:max-h w-42 {
    height: 42% !important;
  }
  .lg\:max-h w-43 {
    height: 43% !important;
  }
  .lg\:max-h w-44 {
    height: 44% !important;
  }
  .lg\:max-h w-45 {
    height: 45% !important;
  }
  .lg\:max-h w-46 {
    height: 46% !important;
  }
  .lg\:max-h w-47 {
    height: 47% !important;
  }
  .lg\:max-h w-48 {
    height: 48% !important;
  }
  .lg\:max-h w-49 {
    height: 49% !important;
  }
  .lg\:max-h w-50 {
    height: 50% !important;
  }
  .lg\:max-h w-51 {
    height: 51% !important;
  }
  .lg\:max-h w-52 {
    height: 52% !important;
  }
  .lg\:max-h w-53 {
    height: 53% !important;
  }
  .lg\:max-h w-54 {
    height: 54% !important;
  }
  .lg\:max-h w-55 {
    height: 55% !important;
  }
  .lg\:max-h w-56 {
    height: 56% !important;
  }
  .lg\:max-h w-57 {
    height: 57% !important;
  }
  .lg\:max-h w-58 {
    height: 58% !important;
  }
  .lg\:max-h w-59 {
    height: 59% !important;
  }
  .lg\:max-h w-60 {
    height: 60% !important;
  }
  .lg\:max-h w-61 {
    height: 61% !important;
  }
  .lg\:max-h w-62 {
    height: 62% !important;
  }
  .lg\:max-h w-63 {
    height: 63% !important;
  }
  .lg\:max-h w-64 {
    height: 64% !important;
  }
  .lg\:max-h w-65 {
    height: 65% !important;
  }
  .lg\:max-h w-66 {
    height: 66% !important;
  }
  .lg\:max-h w-67 {
    height: 67% !important;
  }
  .lg\:max-h w-68 {
    height: 68% !important;
  }
  .lg\:max-h w-69 {
    height: 69% !important;
  }
  .lg\:max-h w-70 {
    height: 70% !important;
  }
  .lg\:max-h w-71 {
    height: 71% !important;
  }
  .lg\:max-h w-72 {
    height: 72% !important;
  }
  .lg\:max-h w-73 {
    height: 73% !important;
  }
  .lg\:max-h w-74 {
    height: 74% !important;
  }
  .lg\:max-h w-75 {
    height: 75% !important;
  }
  .lg\:max-h w-76 {
    height: 76% !important;
  }
  .lg\:max-h w-77 {
    height: 77% !important;
  }
  .lg\:max-h w-78 {
    height: 78% !important;
  }
  .lg\:max-h w-79 {
    height: 79% !important;
  }
  .lg\:max-h w-80 {
    height: 80% !important;
  }
  .lg\:max-h w-81 {
    height: 81% !important;
  }
  .lg\:max-h w-82 {
    height: 82% !important;
  }
  .lg\:max-h w-83 {
    height: 83% !important;
  }
  .lg\:max-h w-84 {
    height: 84% !important;
  }
  .lg\:max-h w-85 {
    height: 85% !important;
  }
  .lg\:max-h w-86 {
    height: 86% !important;
  }
  .lg\:max-h w-87 {
    height: 87% !important;
  }
  .lg\:max-h w-88 {
    height: 88% !important;
  }
  .lg\:max-h w-89 {
    height: 89% !important;
  }
  .lg\:max-h w-90 {
    height: 90% !important;
  }
  .lg\:max-h w-91 {
    height: 91% !important;
  }
  .lg\:max-h w-92 {
    height: 92% !important;
  }
  .lg\:max-h w-93 {
    height: 93% !important;
  }
  .lg\:max-h w-94 {
    height: 94% !important;
  }
  .lg\:max-h w-95 {
    height: 95% !important;
  }
  .lg\:max-h w-96 {
    height: 96% !important;
  }
  .lg\:max-h w-97 {
    height: 97% !important;
  }
  .lg\:max-h w-98 {
    height: 98% !important;
  }
  .lg\:max-h w-99 {
    height: 99% !important;
  }
  .lg\:max-h w-full {
    height: 100%;
  }
  .lg\:min-w-0 {
    height: 0% !important;
  }
  .lg\:min-w-1 {
    height: 1% !important;
  }
  .lg\:min-w-2 {
    height: 2% !important;
  }
  .lg\:min-w-3 {
    height: 3% !important;
  }
  .lg\:min-w-4 {
    height: 4% !important;
  }
  .lg\:min-w-5 {
    height: 5% !important;
  }
  .lg\:min-w-6 {
    height: 6% !important;
  }
  .lg\:min-w-7 {
    height: 7% !important;
  }
  .lg\:min-w-8 {
    height: 8% !important;
  }
  .lg\:min-w-9 {
    height: 9% !important;
  }
  .lg\:min-w-10 {
    height: 10% !important;
  }
  .lg\:min-w-11 {
    height: 11% !important;
  }
  .lg\:min-w-12 {
    height: 12% !important;
  }
  .lg\:min-w-13 {
    height: 13% !important;
  }
  .lg\:min-w-14 {
    height: 14% !important;
  }
  .lg\:min-w-15 {
    height: 15% !important;
  }
  .lg\:min-w-16 {
    height: 16% !important;
  }
  .lg\:min-w-17 {
    height: 17% !important;
  }
  .lg\:min-w-18 {
    height: 18% !important;
  }
  .lg\:min-w-19 {
    height: 19% !important;
  }
  .lg\:min-w-20 {
    height: 20% !important;
  }
  .lg\:min-w-21 {
    height: 21% !important;
  }
  .lg\:min-w-22 {
    height: 22% !important;
  }
  .lg\:min-w-23 {
    height: 23% !important;
  }
  .lg\:min-w-24 {
    height: 24% !important;
  }
  .lg\:min-w-25 {
    height: 25% !important;
  }
  .lg\:min-w-26 {
    height: 26% !important;
  }
  .lg\:min-w-27 {
    height: 27% !important;
  }
  .lg\:min-w-28 {
    height: 28% !important;
  }
  .lg\:min-w-29 {
    height: 29% !important;
  }
  .lg\:min-w-30 {
    height: 30% !important;
  }
  .lg\:min-w-31 {
    height: 31% !important;
  }
  .lg\:min-w-32 {
    height: 32% !important;
  }
  .lg\:min-w-33 {
    height: 33% !important;
  }
  .lg\:min-w-34 {
    height: 34% !important;
  }
  .lg\:min-w-35 {
    height: 35% !important;
  }
  .lg\:min-w-36 {
    height: 36% !important;
  }
  .lg\:min-w-37 {
    height: 37% !important;
  }
  .lg\:min-w-38 {
    height: 38% !important;
  }
  .lg\:min-w-39 {
    height: 39% !important;
  }
  .lg\:min-w-40 {
    height: 40% !important;
  }
  .lg\:min-w-41 {
    height: 41% !important;
  }
  .lg\:min-w-42 {
    height: 42% !important;
  }
  .lg\:min-w-43 {
    height: 43% !important;
  }
  .lg\:min-w-44 {
    height: 44% !important;
  }
  .lg\:min-w-45 {
    height: 45% !important;
  }
  .lg\:min-w-46 {
    height: 46% !important;
  }
  .lg\:min-w-47 {
    height: 47% !important;
  }
  .lg\:min-w-48 {
    height: 48% !important;
  }
  .lg\:min-w-49 {
    height: 49% !important;
  }
  .lg\:min-w-50 {
    height: 50% !important;
  }
  .lg\:min-w-51 {
    height: 51% !important;
  }
  .lg\:min-w-52 {
    height: 52% !important;
  }
  .lg\:min-w-53 {
    height: 53% !important;
  }
  .lg\:min-w-54 {
    height: 54% !important;
  }
  .lg\:min-w-55 {
    height: 55% !important;
  }
  .lg\:min-w-56 {
    height: 56% !important;
  }
  .lg\:min-w-57 {
    height: 57% !important;
  }
  .lg\:min-w-58 {
    height: 58% !important;
  }
  .lg\:min-w-59 {
    height: 59% !important;
  }
  .lg\:min-w-60 {
    height: 60% !important;
  }
  .lg\:min-w-61 {
    height: 61% !important;
  }
  .lg\:min-w-62 {
    height: 62% !important;
  }
  .lg\:min-w-63 {
    height: 63% !important;
  }
  .lg\:min-w-64 {
    height: 64% !important;
  }
  .lg\:min-w-65 {
    height: 65% !important;
  }
  .lg\:min-w-66 {
    height: 66% !important;
  }
  .lg\:min-w-67 {
    height: 67% !important;
  }
  .lg\:min-w-68 {
    height: 68% !important;
  }
  .lg\:min-w-69 {
    height: 69% !important;
  }
  .lg\:min-w-70 {
    height: 70% !important;
  }
  .lg\:min-w-71 {
    height: 71% !important;
  }
  .lg\:min-w-72 {
    height: 72% !important;
  }
  .lg\:min-w-73 {
    height: 73% !important;
  }
  .lg\:min-w-74 {
    height: 74% !important;
  }
  .lg\:min-w-75 {
    height: 75% !important;
  }
  .lg\:min-w-76 {
    height: 76% !important;
  }
  .lg\:min-w-77 {
    height: 77% !important;
  }
  .lg\:min-w-78 {
    height: 78% !important;
  }
  .lg\:min-w-79 {
    height: 79% !important;
  }
  .lg\:min-w-80 {
    height: 80% !important;
  }
  .lg\:min-w-81 {
    height: 81% !important;
  }
  .lg\:min-w-82 {
    height: 82% !important;
  }
  .lg\:min-w-83 {
    height: 83% !important;
  }
  .lg\:min-w-84 {
    height: 84% !important;
  }
  .lg\:min-w-85 {
    height: 85% !important;
  }
  .lg\:min-w-86 {
    height: 86% !important;
  }
  .lg\:min-w-87 {
    height: 87% !important;
  }
  .lg\:min-w-88 {
    height: 88% !important;
  }
  .lg\:min-w-89 {
    height: 89% !important;
  }
  .lg\:min-w-90 {
    height: 90% !important;
  }
  .lg\:min-w-91 {
    height: 91% !important;
  }
  .lg\:min-w-92 {
    height: 92% !important;
  }
  .lg\:min-w-93 {
    height: 93% !important;
  }
  .lg\:min-w-94 {
    height: 94% !important;
  }
  .lg\:min-w-95 {
    height: 95% !important;
  }
  .lg\:min-w-96 {
    height: 96% !important;
  }
  .lg\:min-w-97 {
    height: 97% !important;
  }
  .lg\:min-w-98 {
    height: 98% !important;
  }
  .lg\:min-w-99 {
    height: 99% !important;
  }
  .lg\:min-w-full {
    height: 100%;
  }
  .lg\:max-w-0 {
    height: 0% !important;
  }
  .lg\:max-w-1 {
    height: 1% !important;
  }
  .lg\:max-w-2 {
    height: 2% !important;
  }
  .lg\:max-w-3 {
    height: 3% !important;
  }
  .lg\:max-w-4 {
    height: 4% !important;
  }
  .lg\:max-w-5 {
    height: 5% !important;
  }
  .lg\:max-w-6 {
    height: 6% !important;
  }
  .lg\:max-w-7 {
    height: 7% !important;
  }
  .lg\:max-w-8 {
    height: 8% !important;
  }
  .lg\:max-w-9 {
    height: 9% !important;
  }
  .lg\:max-w-10 {
    height: 10% !important;
  }
  .lg\:max-w-11 {
    height: 11% !important;
  }
  .lg\:max-w-12 {
    height: 12% !important;
  }
  .lg\:max-w-13 {
    height: 13% !important;
  }
  .lg\:max-w-14 {
    height: 14% !important;
  }
  .lg\:max-w-15 {
    height: 15% !important;
  }
  .lg\:max-w-16 {
    height: 16% !important;
  }
  .lg\:max-w-17 {
    height: 17% !important;
  }
  .lg\:max-w-18 {
    height: 18% !important;
  }
  .lg\:max-w-19 {
    height: 19% !important;
  }
  .lg\:max-w-20 {
    height: 20% !important;
  }
  .lg\:max-w-21 {
    height: 21% !important;
  }
  .lg\:max-w-22 {
    height: 22% !important;
  }
  .lg\:max-w-23 {
    height: 23% !important;
  }
  .lg\:max-w-24 {
    height: 24% !important;
  }
  .lg\:max-w-25 {
    height: 25% !important;
  }
  .lg\:max-w-26 {
    height: 26% !important;
  }
  .lg\:max-w-27 {
    height: 27% !important;
  }
  .lg\:max-w-28 {
    height: 28% !important;
  }
  .lg\:max-w-29 {
    height: 29% !important;
  }
  .lg\:max-w-30 {
    height: 30% !important;
  }
  .lg\:max-w-31 {
    height: 31% !important;
  }
  .lg\:max-w-32 {
    height: 32% !important;
  }
  .lg\:max-w-33 {
    height: 33% !important;
  }
  .lg\:max-w-34 {
    height: 34% !important;
  }
  .lg\:max-w-35 {
    height: 35% !important;
  }
  .lg\:max-w-36 {
    height: 36% !important;
  }
  .lg\:max-w-37 {
    height: 37% !important;
  }
  .lg\:max-w-38 {
    height: 38% !important;
  }
  .lg\:max-w-39 {
    height: 39% !important;
  }
  .lg\:max-w-40 {
    height: 40% !important;
  }
  .lg\:max-w-41 {
    height: 41% !important;
  }
  .lg\:max-w-42 {
    height: 42% !important;
  }
  .lg\:max-w-43 {
    height: 43% !important;
  }
  .lg\:max-w-44 {
    height: 44% !important;
  }
  .lg\:max-w-45 {
    height: 45% !important;
  }
  .lg\:max-w-46 {
    height: 46% !important;
  }
  .lg\:max-w-47 {
    height: 47% !important;
  }
  .lg\:max-w-48 {
    height: 48% !important;
  }
  .lg\:max-w-49 {
    height: 49% !important;
  }
  .lg\:max-w-50 {
    height: 50% !important;
  }
  .lg\:max-w-51 {
    height: 51% !important;
  }
  .lg\:max-w-52 {
    height: 52% !important;
  }
  .lg\:max-w-53 {
    height: 53% !important;
  }
  .lg\:max-w-54 {
    height: 54% !important;
  }
  .lg\:max-w-55 {
    height: 55% !important;
  }
  .lg\:max-w-56 {
    height: 56% !important;
  }
  .lg\:max-w-57 {
    height: 57% !important;
  }
  .lg\:max-w-58 {
    height: 58% !important;
  }
  .lg\:max-w-59 {
    height: 59% !important;
  }
  .lg\:max-w-60 {
    height: 60% !important;
  }
  .lg\:max-w-61 {
    height: 61% !important;
  }
  .lg\:max-w-62 {
    height: 62% !important;
  }
  .lg\:max-w-63 {
    height: 63% !important;
  }
  .lg\:max-w-64 {
    height: 64% !important;
  }
  .lg\:max-w-65 {
    height: 65% !important;
  }
  .lg\:max-w-66 {
    height: 66% !important;
  }
  .lg\:max-w-67 {
    height: 67% !important;
  }
  .lg\:max-w-68 {
    height: 68% !important;
  }
  .lg\:max-w-69 {
    height: 69% !important;
  }
  .lg\:max-w-70 {
    height: 70% !important;
  }
  .lg\:max-w-71 {
    height: 71% !important;
  }
  .lg\:max-w-72 {
    height: 72% !important;
  }
  .lg\:max-w-73 {
    height: 73% !important;
  }
  .lg\:max-w-74 {
    height: 74% !important;
  }
  .lg\:max-w-75 {
    height: 75% !important;
  }
  .lg\:max-w-76 {
    height: 76% !important;
  }
  .lg\:max-w-77 {
    height: 77% !important;
  }
  .lg\:max-w-78 {
    height: 78% !important;
  }
  .lg\:max-w-79 {
    height: 79% !important;
  }
  .lg\:max-w-80 {
    height: 80% !important;
  }
  .lg\:max-w-81 {
    height: 81% !important;
  }
  .lg\:max-w-82 {
    height: 82% !important;
  }
  .lg\:max-w-83 {
    height: 83% !important;
  }
  .lg\:max-w-84 {
    height: 84% !important;
  }
  .lg\:max-w-85 {
    height: 85% !important;
  }
  .lg\:max-w-86 {
    height: 86% !important;
  }
  .lg\:max-w-87 {
    height: 87% !important;
  }
  .lg\:max-w-88 {
    height: 88% !important;
  }
  .lg\:max-w-89 {
    height: 89% !important;
  }
  .lg\:max-w-90 {
    height: 90% !important;
  }
  .lg\:max-w-91 {
    height: 91% !important;
  }
  .lg\:max-w-92 {
    height: 92% !important;
  }
  .lg\:max-w-93 {
    height: 93% !important;
  }
  .lg\:max-w-94 {
    height: 94% !important;
  }
  .lg\:max-w-95 {
    height: 95% !important;
  }
  .lg\:max-w-96 {
    height: 96% !important;
  }
  .lg\:max-w-97 {
    height: 97% !important;
  }
  .lg\:max-w-98 {
    height: 98% !important;
  }
  .lg\:max-w-99 {
    height: 99% !important;
  }
  .lg\:max-w-full {
    height: 100%;
  }
}
@media (min-width: 1199.98px) {
  .xl\:h-0 {
    height: 0% !important;
  }
  .xl\:h-1 {
    height: 1% !important;
  }
  .xl\:h-2 {
    height: 2% !important;
  }
  .xl\:h-3 {
    height: 3% !important;
  }
  .xl\:h-4 {
    height: 4% !important;
  }
  .xl\:h-5 {
    height: 5% !important;
  }
  .xl\:h-6 {
    height: 6% !important;
  }
  .xl\:h-7 {
    height: 7% !important;
  }
  .xl\:h-8 {
    height: 8% !important;
  }
  .xl\:h-9 {
    height: 9% !important;
  }
  .xl\:h-10 {
    height: 10% !important;
  }
  .xl\:h-11 {
    height: 11% !important;
  }
  .xl\:h-12 {
    height: 12% !important;
  }
  .xl\:h-13 {
    height: 13% !important;
  }
  .xl\:h-14 {
    height: 14% !important;
  }
  .xl\:h-15 {
    height: 15% !important;
  }
  .xl\:h-16 {
    height: 16% !important;
  }
  .xl\:h-17 {
    height: 17% !important;
  }
  .xl\:h-18 {
    height: 18% !important;
  }
  .xl\:h-19 {
    height: 19% !important;
  }
  .xl\:h-20 {
    height: 20% !important;
  }
  .xl\:h-21 {
    height: 21% !important;
  }
  .xl\:h-22 {
    height: 22% !important;
  }
  .xl\:h-23 {
    height: 23% !important;
  }
  .xl\:h-24 {
    height: 24% !important;
  }
  .xl\:h-25 {
    height: 25% !important;
  }
  .xl\:h-26 {
    height: 26% !important;
  }
  .xl\:h-27 {
    height: 27% !important;
  }
  .xl\:h-28 {
    height: 28% !important;
  }
  .xl\:h-29 {
    height: 29% !important;
  }
  .xl\:h-30 {
    height: 30% !important;
  }
  .xl\:h-31 {
    height: 31% !important;
  }
  .xl\:h-32 {
    height: 32% !important;
  }
  .xl\:h-33 {
    height: 33% !important;
  }
  .xl\:h-34 {
    height: 34% !important;
  }
  .xl\:h-35 {
    height: 35% !important;
  }
  .xl\:h-36 {
    height: 36% !important;
  }
  .xl\:h-37 {
    height: 37% !important;
  }
  .xl\:h-38 {
    height: 38% !important;
  }
  .xl\:h-39 {
    height: 39% !important;
  }
  .xl\:h-40 {
    height: 40% !important;
  }
  .xl\:h-41 {
    height: 41% !important;
  }
  .xl\:h-42 {
    height: 42% !important;
  }
  .xl\:h-43 {
    height: 43% !important;
  }
  .xl\:h-44 {
    height: 44% !important;
  }
  .xl\:h-45 {
    height: 45% !important;
  }
  .xl\:h-46 {
    height: 46% !important;
  }
  .xl\:h-47 {
    height: 47% !important;
  }
  .xl\:h-48 {
    height: 48% !important;
  }
  .xl\:h-49 {
    height: 49% !important;
  }
  .xl\:h-50 {
    height: 50% !important;
  }
  .xl\:h-51 {
    height: 51% !important;
  }
  .xl\:h-52 {
    height: 52% !important;
  }
  .xl\:h-53 {
    height: 53% !important;
  }
  .xl\:h-54 {
    height: 54% !important;
  }
  .xl\:h-55 {
    height: 55% !important;
  }
  .xl\:h-56 {
    height: 56% !important;
  }
  .xl\:h-57 {
    height: 57% !important;
  }
  .xl\:h-58 {
    height: 58% !important;
  }
  .xl\:h-59 {
    height: 59% !important;
  }
  .xl\:h-60 {
    height: 60% !important;
  }
  .xl\:h-61 {
    height: 61% !important;
  }
  .xl\:h-62 {
    height: 62% !important;
  }
  .xl\:h-63 {
    height: 63% !important;
  }
  .xl\:h-64 {
    height: 64% !important;
  }
  .xl\:h-65 {
    height: 65% !important;
  }
  .xl\:h-66 {
    height: 66% !important;
  }
  .xl\:h-67 {
    height: 67% !important;
  }
  .xl\:h-68 {
    height: 68% !important;
  }
  .xl\:h-69 {
    height: 69% !important;
  }
  .xl\:h-70 {
    height: 70% !important;
  }
  .xl\:h-71 {
    height: 71% !important;
  }
  .xl\:h-72 {
    height: 72% !important;
  }
  .xl\:h-73 {
    height: 73% !important;
  }
  .xl\:h-74 {
    height: 74% !important;
  }
  .xl\:h-75 {
    height: 75% !important;
  }
  .xl\:h-76 {
    height: 76% !important;
  }
  .xl\:h-77 {
    height: 77% !important;
  }
  .xl\:h-78 {
    height: 78% !important;
  }
  .xl\:h-79 {
    height: 79% !important;
  }
  .xl\:h-80 {
    height: 80% !important;
  }
  .xl\:h-81 {
    height: 81% !important;
  }
  .xl\:h-82 {
    height: 82% !important;
  }
  .xl\:h-83 {
    height: 83% !important;
  }
  .xl\:h-84 {
    height: 84% !important;
  }
  .xl\:h-85 {
    height: 85% !important;
  }
  .xl\:h-86 {
    height: 86% !important;
  }
  .xl\:h-87 {
    height: 87% !important;
  }
  .xl\:h-88 {
    height: 88% !important;
  }
  .xl\:h-89 {
    height: 89% !important;
  }
  .xl\:h-90 {
    height: 90% !important;
  }
  .xl\:h-91 {
    height: 91% !important;
  }
  .xl\:h-92 {
    height: 92% !important;
  }
  .xl\:h-93 {
    height: 93% !important;
  }
  .xl\:h-94 {
    height: 94% !important;
  }
  .xl\:h-95 {
    height: 95% !important;
  }
  .xl\:h-96 {
    height: 96% !important;
  }
  .xl\:h-97 {
    height: 97% !important;
  }
  .xl\:h-98 {
    height: 98% !important;
  }
  .xl\:h-99 {
    height: 99% !important;
  }
  .xl\:h-full {
    height: 100%;
  }
  .xl\:min-h-0 {
    height: 0% !important;
  }
  .xl\:min-h-1 {
    height: 1% !important;
  }
  .xl\:min-h-2 {
    height: 2% !important;
  }
  .xl\:min-h-3 {
    height: 3% !important;
  }
  .xl\:min-h-4 {
    height: 4% !important;
  }
  .xl\:min-h-5 {
    height: 5% !important;
  }
  .xl\:min-h-6 {
    height: 6% !important;
  }
  .xl\:min-h-7 {
    height: 7% !important;
  }
  .xl\:min-h-8 {
    height: 8% !important;
  }
  .xl\:min-h-9 {
    height: 9% !important;
  }
  .xl\:min-h-10 {
    height: 10% !important;
  }
  .xl\:min-h-11 {
    height: 11% !important;
  }
  .xl\:min-h-12 {
    height: 12% !important;
  }
  .xl\:min-h-13 {
    height: 13% !important;
  }
  .xl\:min-h-14 {
    height: 14% !important;
  }
  .xl\:min-h-15 {
    height: 15% !important;
  }
  .xl\:min-h-16 {
    height: 16% !important;
  }
  .xl\:min-h-17 {
    height: 17% !important;
  }
  .xl\:min-h-18 {
    height: 18% !important;
  }
  .xl\:min-h-19 {
    height: 19% !important;
  }
  .xl\:min-h-20 {
    height: 20% !important;
  }
  .xl\:min-h-21 {
    height: 21% !important;
  }
  .xl\:min-h-22 {
    height: 22% !important;
  }
  .xl\:min-h-23 {
    height: 23% !important;
  }
  .xl\:min-h-24 {
    height: 24% !important;
  }
  .xl\:min-h-25 {
    height: 25% !important;
  }
  .xl\:min-h-26 {
    height: 26% !important;
  }
  .xl\:min-h-27 {
    height: 27% !important;
  }
  .xl\:min-h-28 {
    height: 28% !important;
  }
  .xl\:min-h-29 {
    height: 29% !important;
  }
  .xl\:min-h-30 {
    height: 30% !important;
  }
  .xl\:min-h-31 {
    height: 31% !important;
  }
  .xl\:min-h-32 {
    height: 32% !important;
  }
  .xl\:min-h-33 {
    height: 33% !important;
  }
  .xl\:min-h-34 {
    height: 34% !important;
  }
  .xl\:min-h-35 {
    height: 35% !important;
  }
  .xl\:min-h-36 {
    height: 36% !important;
  }
  .xl\:min-h-37 {
    height: 37% !important;
  }
  .xl\:min-h-38 {
    height: 38% !important;
  }
  .xl\:min-h-39 {
    height: 39% !important;
  }
  .xl\:min-h-40 {
    height: 40% !important;
  }
  .xl\:min-h-41 {
    height: 41% !important;
  }
  .xl\:min-h-42 {
    height: 42% !important;
  }
  .xl\:min-h-43 {
    height: 43% !important;
  }
  .xl\:min-h-44 {
    height: 44% !important;
  }
  .xl\:min-h-45 {
    height: 45% !important;
  }
  .xl\:min-h-46 {
    height: 46% !important;
  }
  .xl\:min-h-47 {
    height: 47% !important;
  }
  .xl\:min-h-48 {
    height: 48% !important;
  }
  .xl\:min-h-49 {
    height: 49% !important;
  }
  .xl\:min-h-50 {
    height: 50% !important;
  }
  .xl\:min-h-51 {
    height: 51% !important;
  }
  .xl\:min-h-52 {
    height: 52% !important;
  }
  .xl\:min-h-53 {
    height: 53% !important;
  }
  .xl\:min-h-54 {
    height: 54% !important;
  }
  .xl\:min-h-55 {
    height: 55% !important;
  }
  .xl\:min-h-56 {
    height: 56% !important;
  }
  .xl\:min-h-57 {
    height: 57% !important;
  }
  .xl\:min-h-58 {
    height: 58% !important;
  }
  .xl\:min-h-59 {
    height: 59% !important;
  }
  .xl\:min-h-60 {
    height: 60% !important;
  }
  .xl\:min-h-61 {
    height: 61% !important;
  }
  .xl\:min-h-62 {
    height: 62% !important;
  }
  .xl\:min-h-63 {
    height: 63% !important;
  }
  .xl\:min-h-64 {
    height: 64% !important;
  }
  .xl\:min-h-65 {
    height: 65% !important;
  }
  .xl\:min-h-66 {
    height: 66% !important;
  }
  .xl\:min-h-67 {
    height: 67% !important;
  }
  .xl\:min-h-68 {
    height: 68% !important;
  }
  .xl\:min-h-69 {
    height: 69% !important;
  }
  .xl\:min-h-70 {
    height: 70% !important;
  }
  .xl\:min-h-71 {
    height: 71% !important;
  }
  .xl\:min-h-72 {
    height: 72% !important;
  }
  .xl\:min-h-73 {
    height: 73% !important;
  }
  .xl\:min-h-74 {
    height: 74% !important;
  }
  .xl\:min-h-75 {
    height: 75% !important;
  }
  .xl\:min-h-76 {
    height: 76% !important;
  }
  .xl\:min-h-77 {
    height: 77% !important;
  }
  .xl\:min-h-78 {
    height: 78% !important;
  }
  .xl\:min-h-79 {
    height: 79% !important;
  }
  .xl\:min-h-80 {
    height: 80% !important;
  }
  .xl\:min-h-81 {
    height: 81% !important;
  }
  .xl\:min-h-82 {
    height: 82% !important;
  }
  .xl\:min-h-83 {
    height: 83% !important;
  }
  .xl\:min-h-84 {
    height: 84% !important;
  }
  .xl\:min-h-85 {
    height: 85% !important;
  }
  .xl\:min-h-86 {
    height: 86% !important;
  }
  .xl\:min-h-87 {
    height: 87% !important;
  }
  .xl\:min-h-88 {
    height: 88% !important;
  }
  .xl\:min-h-89 {
    height: 89% !important;
  }
  .xl\:min-h-90 {
    height: 90% !important;
  }
  .xl\:min-h-91 {
    height: 91% !important;
  }
  .xl\:min-h-92 {
    height: 92% !important;
  }
  .xl\:min-h-93 {
    height: 93% !important;
  }
  .xl\:min-h-94 {
    height: 94% !important;
  }
  .xl\:min-h-95 {
    height: 95% !important;
  }
  .xl\:min-h-96 {
    height: 96% !important;
  }
  .xl\:min-h-97 {
    height: 97% !important;
  }
  .xl\:min-h-98 {
    height: 98% !important;
  }
  .xl\:min-h-99 {
    height: 99% !important;
  }
  .xl\:min-h-full {
    height: 100%;
  }
  .xl\:max-h w-0 {
    height: 0% !important;
  }
  .xl\:max-h w-1 {
    height: 1% !important;
  }
  .xl\:max-h w-2 {
    height: 2% !important;
  }
  .xl\:max-h w-3 {
    height: 3% !important;
  }
  .xl\:max-h w-4 {
    height: 4% !important;
  }
  .xl\:max-h w-5 {
    height: 5% !important;
  }
  .xl\:max-h w-6 {
    height: 6% !important;
  }
  .xl\:max-h w-7 {
    height: 7% !important;
  }
  .xl\:max-h w-8 {
    height: 8% !important;
  }
  .xl\:max-h w-9 {
    height: 9% !important;
  }
  .xl\:max-h w-10 {
    height: 10% !important;
  }
  .xl\:max-h w-11 {
    height: 11% !important;
  }
  .xl\:max-h w-12 {
    height: 12% !important;
  }
  .xl\:max-h w-13 {
    height: 13% !important;
  }
  .xl\:max-h w-14 {
    height: 14% !important;
  }
  .xl\:max-h w-15 {
    height: 15% !important;
  }
  .xl\:max-h w-16 {
    height: 16% !important;
  }
  .xl\:max-h w-17 {
    height: 17% !important;
  }
  .xl\:max-h w-18 {
    height: 18% !important;
  }
  .xl\:max-h w-19 {
    height: 19% !important;
  }
  .xl\:max-h w-20 {
    height: 20% !important;
  }
  .xl\:max-h w-21 {
    height: 21% !important;
  }
  .xl\:max-h w-22 {
    height: 22% !important;
  }
  .xl\:max-h w-23 {
    height: 23% !important;
  }
  .xl\:max-h w-24 {
    height: 24% !important;
  }
  .xl\:max-h w-25 {
    height: 25% !important;
  }
  .xl\:max-h w-26 {
    height: 26% !important;
  }
  .xl\:max-h w-27 {
    height: 27% !important;
  }
  .xl\:max-h w-28 {
    height: 28% !important;
  }
  .xl\:max-h w-29 {
    height: 29% !important;
  }
  .xl\:max-h w-30 {
    height: 30% !important;
  }
  .xl\:max-h w-31 {
    height: 31% !important;
  }
  .xl\:max-h w-32 {
    height: 32% !important;
  }
  .xl\:max-h w-33 {
    height: 33% !important;
  }
  .xl\:max-h w-34 {
    height: 34% !important;
  }
  .xl\:max-h w-35 {
    height: 35% !important;
  }
  .xl\:max-h w-36 {
    height: 36% !important;
  }
  .xl\:max-h w-37 {
    height: 37% !important;
  }
  .xl\:max-h w-38 {
    height: 38% !important;
  }
  .xl\:max-h w-39 {
    height: 39% !important;
  }
  .xl\:max-h w-40 {
    height: 40% !important;
  }
  .xl\:max-h w-41 {
    height: 41% !important;
  }
  .xl\:max-h w-42 {
    height: 42% !important;
  }
  .xl\:max-h w-43 {
    height: 43% !important;
  }
  .xl\:max-h w-44 {
    height: 44% !important;
  }
  .xl\:max-h w-45 {
    height: 45% !important;
  }
  .xl\:max-h w-46 {
    height: 46% !important;
  }
  .xl\:max-h w-47 {
    height: 47% !important;
  }
  .xl\:max-h w-48 {
    height: 48% !important;
  }
  .xl\:max-h w-49 {
    height: 49% !important;
  }
  .xl\:max-h w-50 {
    height: 50% !important;
  }
  .xl\:max-h w-51 {
    height: 51% !important;
  }
  .xl\:max-h w-52 {
    height: 52% !important;
  }
  .xl\:max-h w-53 {
    height: 53% !important;
  }
  .xl\:max-h w-54 {
    height: 54% !important;
  }
  .xl\:max-h w-55 {
    height: 55% !important;
  }
  .xl\:max-h w-56 {
    height: 56% !important;
  }
  .xl\:max-h w-57 {
    height: 57% !important;
  }
  .xl\:max-h w-58 {
    height: 58% !important;
  }
  .xl\:max-h w-59 {
    height: 59% !important;
  }
  .xl\:max-h w-60 {
    height: 60% !important;
  }
  .xl\:max-h w-61 {
    height: 61% !important;
  }
  .xl\:max-h w-62 {
    height: 62% !important;
  }
  .xl\:max-h w-63 {
    height: 63% !important;
  }
  .xl\:max-h w-64 {
    height: 64% !important;
  }
  .xl\:max-h w-65 {
    height: 65% !important;
  }
  .xl\:max-h w-66 {
    height: 66% !important;
  }
  .xl\:max-h w-67 {
    height: 67% !important;
  }
  .xl\:max-h w-68 {
    height: 68% !important;
  }
  .xl\:max-h w-69 {
    height: 69% !important;
  }
  .xl\:max-h w-70 {
    height: 70% !important;
  }
  .xl\:max-h w-71 {
    height: 71% !important;
  }
  .xl\:max-h w-72 {
    height: 72% !important;
  }
  .xl\:max-h w-73 {
    height: 73% !important;
  }
  .xl\:max-h w-74 {
    height: 74% !important;
  }
  .xl\:max-h w-75 {
    height: 75% !important;
  }
  .xl\:max-h w-76 {
    height: 76% !important;
  }
  .xl\:max-h w-77 {
    height: 77% !important;
  }
  .xl\:max-h w-78 {
    height: 78% !important;
  }
  .xl\:max-h w-79 {
    height: 79% !important;
  }
  .xl\:max-h w-80 {
    height: 80% !important;
  }
  .xl\:max-h w-81 {
    height: 81% !important;
  }
  .xl\:max-h w-82 {
    height: 82% !important;
  }
  .xl\:max-h w-83 {
    height: 83% !important;
  }
  .xl\:max-h w-84 {
    height: 84% !important;
  }
  .xl\:max-h w-85 {
    height: 85% !important;
  }
  .xl\:max-h w-86 {
    height: 86% !important;
  }
  .xl\:max-h w-87 {
    height: 87% !important;
  }
  .xl\:max-h w-88 {
    height: 88% !important;
  }
  .xl\:max-h w-89 {
    height: 89% !important;
  }
  .xl\:max-h w-90 {
    height: 90% !important;
  }
  .xl\:max-h w-91 {
    height: 91% !important;
  }
  .xl\:max-h w-92 {
    height: 92% !important;
  }
  .xl\:max-h w-93 {
    height: 93% !important;
  }
  .xl\:max-h w-94 {
    height: 94% !important;
  }
  .xl\:max-h w-95 {
    height: 95% !important;
  }
  .xl\:max-h w-96 {
    height: 96% !important;
  }
  .xl\:max-h w-97 {
    height: 97% !important;
  }
  .xl\:max-h w-98 {
    height: 98% !important;
  }
  .xl\:max-h w-99 {
    height: 99% !important;
  }
  .xl\:max-h w-full {
    height: 100%;
  }
  .xl\:min-w-0 {
    height: 0% !important;
  }
  .xl\:min-w-1 {
    height: 1% !important;
  }
  .xl\:min-w-2 {
    height: 2% !important;
  }
  .xl\:min-w-3 {
    height: 3% !important;
  }
  .xl\:min-w-4 {
    height: 4% !important;
  }
  .xl\:min-w-5 {
    height: 5% !important;
  }
  .xl\:min-w-6 {
    height: 6% !important;
  }
  .xl\:min-w-7 {
    height: 7% !important;
  }
  .xl\:min-w-8 {
    height: 8% !important;
  }
  .xl\:min-w-9 {
    height: 9% !important;
  }
  .xl\:min-w-10 {
    height: 10% !important;
  }
  .xl\:min-w-11 {
    height: 11% !important;
  }
  .xl\:min-w-12 {
    height: 12% !important;
  }
  .xl\:min-w-13 {
    height: 13% !important;
  }
  .xl\:min-w-14 {
    height: 14% !important;
  }
  .xl\:min-w-15 {
    height: 15% !important;
  }
  .xl\:min-w-16 {
    height: 16% !important;
  }
  .xl\:min-w-17 {
    height: 17% !important;
  }
  .xl\:min-w-18 {
    height: 18% !important;
  }
  .xl\:min-w-19 {
    height: 19% !important;
  }
  .xl\:min-w-20 {
    height: 20% !important;
  }
  .xl\:min-w-21 {
    height: 21% !important;
  }
  .xl\:min-w-22 {
    height: 22% !important;
  }
  .xl\:min-w-23 {
    height: 23% !important;
  }
  .xl\:min-w-24 {
    height: 24% !important;
  }
  .xl\:min-w-25 {
    height: 25% !important;
  }
  .xl\:min-w-26 {
    height: 26% !important;
  }
  .xl\:min-w-27 {
    height: 27% !important;
  }
  .xl\:min-w-28 {
    height: 28% !important;
  }
  .xl\:min-w-29 {
    height: 29% !important;
  }
  .xl\:min-w-30 {
    height: 30% !important;
  }
  .xl\:min-w-31 {
    height: 31% !important;
  }
  .xl\:min-w-32 {
    height: 32% !important;
  }
  .xl\:min-w-33 {
    height: 33% !important;
  }
  .xl\:min-w-34 {
    height: 34% !important;
  }
  .xl\:min-w-35 {
    height: 35% !important;
  }
  .xl\:min-w-36 {
    height: 36% !important;
  }
  .xl\:min-w-37 {
    height: 37% !important;
  }
  .xl\:min-w-38 {
    height: 38% !important;
  }
  .xl\:min-w-39 {
    height: 39% !important;
  }
  .xl\:min-w-40 {
    height: 40% !important;
  }
  .xl\:min-w-41 {
    height: 41% !important;
  }
  .xl\:min-w-42 {
    height: 42% !important;
  }
  .xl\:min-w-43 {
    height: 43% !important;
  }
  .xl\:min-w-44 {
    height: 44% !important;
  }
  .xl\:min-w-45 {
    height: 45% !important;
  }
  .xl\:min-w-46 {
    height: 46% !important;
  }
  .xl\:min-w-47 {
    height: 47% !important;
  }
  .xl\:min-w-48 {
    height: 48% !important;
  }
  .xl\:min-w-49 {
    height: 49% !important;
  }
  .xl\:min-w-50 {
    height: 50% !important;
  }
  .xl\:min-w-51 {
    height: 51% !important;
  }
  .xl\:min-w-52 {
    height: 52% !important;
  }
  .xl\:min-w-53 {
    height: 53% !important;
  }
  .xl\:min-w-54 {
    height: 54% !important;
  }
  .xl\:min-w-55 {
    height: 55% !important;
  }
  .xl\:min-w-56 {
    height: 56% !important;
  }
  .xl\:min-w-57 {
    height: 57% !important;
  }
  .xl\:min-w-58 {
    height: 58% !important;
  }
  .xl\:min-w-59 {
    height: 59% !important;
  }
  .xl\:min-w-60 {
    height: 60% !important;
  }
  .xl\:min-w-61 {
    height: 61% !important;
  }
  .xl\:min-w-62 {
    height: 62% !important;
  }
  .xl\:min-w-63 {
    height: 63% !important;
  }
  .xl\:min-w-64 {
    height: 64% !important;
  }
  .xl\:min-w-65 {
    height: 65% !important;
  }
  .xl\:min-w-66 {
    height: 66% !important;
  }
  .xl\:min-w-67 {
    height: 67% !important;
  }
  .xl\:min-w-68 {
    height: 68% !important;
  }
  .xl\:min-w-69 {
    height: 69% !important;
  }
  .xl\:min-w-70 {
    height: 70% !important;
  }
  .xl\:min-w-71 {
    height: 71% !important;
  }
  .xl\:min-w-72 {
    height: 72% !important;
  }
  .xl\:min-w-73 {
    height: 73% !important;
  }
  .xl\:min-w-74 {
    height: 74% !important;
  }
  .xl\:min-w-75 {
    height: 75% !important;
  }
  .xl\:min-w-76 {
    height: 76% !important;
  }
  .xl\:min-w-77 {
    height: 77% !important;
  }
  .xl\:min-w-78 {
    height: 78% !important;
  }
  .xl\:min-w-79 {
    height: 79% !important;
  }
  .xl\:min-w-80 {
    height: 80% !important;
  }
  .xl\:min-w-81 {
    height: 81% !important;
  }
  .xl\:min-w-82 {
    height: 82% !important;
  }
  .xl\:min-w-83 {
    height: 83% !important;
  }
  .xl\:min-w-84 {
    height: 84% !important;
  }
  .xl\:min-w-85 {
    height: 85% !important;
  }
  .xl\:min-w-86 {
    height: 86% !important;
  }
  .xl\:min-w-87 {
    height: 87% !important;
  }
  .xl\:min-w-88 {
    height: 88% !important;
  }
  .xl\:min-w-89 {
    height: 89% !important;
  }
  .xl\:min-w-90 {
    height: 90% !important;
  }
  .xl\:min-w-91 {
    height: 91% !important;
  }
  .xl\:min-w-92 {
    height: 92% !important;
  }
  .xl\:min-w-93 {
    height: 93% !important;
  }
  .xl\:min-w-94 {
    height: 94% !important;
  }
  .xl\:min-w-95 {
    height: 95% !important;
  }
  .xl\:min-w-96 {
    height: 96% !important;
  }
  .xl\:min-w-97 {
    height: 97% !important;
  }
  .xl\:min-w-98 {
    height: 98% !important;
  }
  .xl\:min-w-99 {
    height: 99% !important;
  }
  .xl\:min-w-full {
    height: 100%;
  }
  .xl\:max-w-0 {
    height: 0% !important;
  }
  .xl\:max-w-1 {
    height: 1% !important;
  }
  .xl\:max-w-2 {
    height: 2% !important;
  }
  .xl\:max-w-3 {
    height: 3% !important;
  }
  .xl\:max-w-4 {
    height: 4% !important;
  }
  .xl\:max-w-5 {
    height: 5% !important;
  }
  .xl\:max-w-6 {
    height: 6% !important;
  }
  .xl\:max-w-7 {
    height: 7% !important;
  }
  .xl\:max-w-8 {
    height: 8% !important;
  }
  .xl\:max-w-9 {
    height: 9% !important;
  }
  .xl\:max-w-10 {
    height: 10% !important;
  }
  .xl\:max-w-11 {
    height: 11% !important;
  }
  .xl\:max-w-12 {
    height: 12% !important;
  }
  .xl\:max-w-13 {
    height: 13% !important;
  }
  .xl\:max-w-14 {
    height: 14% !important;
  }
  .xl\:max-w-15 {
    height: 15% !important;
  }
  .xl\:max-w-16 {
    height: 16% !important;
  }
  .xl\:max-w-17 {
    height: 17% !important;
  }
  .xl\:max-w-18 {
    height: 18% !important;
  }
  .xl\:max-w-19 {
    height: 19% !important;
  }
  .xl\:max-w-20 {
    height: 20% !important;
  }
  .xl\:max-w-21 {
    height: 21% !important;
  }
  .xl\:max-w-22 {
    height: 22% !important;
  }
  .xl\:max-w-23 {
    height: 23% !important;
  }
  .xl\:max-w-24 {
    height: 24% !important;
  }
  .xl\:max-w-25 {
    height: 25% !important;
  }
  .xl\:max-w-26 {
    height: 26% !important;
  }
  .xl\:max-w-27 {
    height: 27% !important;
  }
  .xl\:max-w-28 {
    height: 28% !important;
  }
  .xl\:max-w-29 {
    height: 29% !important;
  }
  .xl\:max-w-30 {
    height: 30% !important;
  }
  .xl\:max-w-31 {
    height: 31% !important;
  }
  .xl\:max-w-32 {
    height: 32% !important;
  }
  .xl\:max-w-33 {
    height: 33% !important;
  }
  .xl\:max-w-34 {
    height: 34% !important;
  }
  .xl\:max-w-35 {
    height: 35% !important;
  }
  .xl\:max-w-36 {
    height: 36% !important;
  }
  .xl\:max-w-37 {
    height: 37% !important;
  }
  .xl\:max-w-38 {
    height: 38% !important;
  }
  .xl\:max-w-39 {
    height: 39% !important;
  }
  .xl\:max-w-40 {
    height: 40% !important;
  }
  .xl\:max-w-41 {
    height: 41% !important;
  }
  .xl\:max-w-42 {
    height: 42% !important;
  }
  .xl\:max-w-43 {
    height: 43% !important;
  }
  .xl\:max-w-44 {
    height: 44% !important;
  }
  .xl\:max-w-45 {
    height: 45% !important;
  }
  .xl\:max-w-46 {
    height: 46% !important;
  }
  .xl\:max-w-47 {
    height: 47% !important;
  }
  .xl\:max-w-48 {
    height: 48% !important;
  }
  .xl\:max-w-49 {
    height: 49% !important;
  }
  .xl\:max-w-50 {
    height: 50% !important;
  }
  .xl\:max-w-51 {
    height: 51% !important;
  }
  .xl\:max-w-52 {
    height: 52% !important;
  }
  .xl\:max-w-53 {
    height: 53% !important;
  }
  .xl\:max-w-54 {
    height: 54% !important;
  }
  .xl\:max-w-55 {
    height: 55% !important;
  }
  .xl\:max-w-56 {
    height: 56% !important;
  }
  .xl\:max-w-57 {
    height: 57% !important;
  }
  .xl\:max-w-58 {
    height: 58% !important;
  }
  .xl\:max-w-59 {
    height: 59% !important;
  }
  .xl\:max-w-60 {
    height: 60% !important;
  }
  .xl\:max-w-61 {
    height: 61% !important;
  }
  .xl\:max-w-62 {
    height: 62% !important;
  }
  .xl\:max-w-63 {
    height: 63% !important;
  }
  .xl\:max-w-64 {
    height: 64% !important;
  }
  .xl\:max-w-65 {
    height: 65% !important;
  }
  .xl\:max-w-66 {
    height: 66% !important;
  }
  .xl\:max-w-67 {
    height: 67% !important;
  }
  .xl\:max-w-68 {
    height: 68% !important;
  }
  .xl\:max-w-69 {
    height: 69% !important;
  }
  .xl\:max-w-70 {
    height: 70% !important;
  }
  .xl\:max-w-71 {
    height: 71% !important;
  }
  .xl\:max-w-72 {
    height: 72% !important;
  }
  .xl\:max-w-73 {
    height: 73% !important;
  }
  .xl\:max-w-74 {
    height: 74% !important;
  }
  .xl\:max-w-75 {
    height: 75% !important;
  }
  .xl\:max-w-76 {
    height: 76% !important;
  }
  .xl\:max-w-77 {
    height: 77% !important;
  }
  .xl\:max-w-78 {
    height: 78% !important;
  }
  .xl\:max-w-79 {
    height: 79% !important;
  }
  .xl\:max-w-80 {
    height: 80% !important;
  }
  .xl\:max-w-81 {
    height: 81% !important;
  }
  .xl\:max-w-82 {
    height: 82% !important;
  }
  .xl\:max-w-83 {
    height: 83% !important;
  }
  .xl\:max-w-84 {
    height: 84% !important;
  }
  .xl\:max-w-85 {
    height: 85% !important;
  }
  .xl\:max-w-86 {
    height: 86% !important;
  }
  .xl\:max-w-87 {
    height: 87% !important;
  }
  .xl\:max-w-88 {
    height: 88% !important;
  }
  .xl\:max-w-89 {
    height: 89% !important;
  }
  .xl\:max-w-90 {
    height: 90% !important;
  }
  .xl\:max-w-91 {
    height: 91% !important;
  }
  .xl\:max-w-92 {
    height: 92% !important;
  }
  .xl\:max-w-93 {
    height: 93% !important;
  }
  .xl\:max-w-94 {
    height: 94% !important;
  }
  .xl\:max-w-95 {
    height: 95% !important;
  }
  .xl\:max-w-96 {
    height: 96% !important;
  }
  .xl\:max-w-97 {
    height: 97% !important;
  }
  .xl\:max-w-98 {
    height: 98% !important;
  }
  .xl\:max-w-99 {
    height: 99% !important;
  }
  .xl\:max-w-full {
    height: 100%;
  }
}
@media (min-width: 1399.98px) {
  .\\2xl\:h-0 {
    height: 0% !important;
  }
  .\\2xl\:h-1 {
    height: 1% !important;
  }
  .\\2xl\:h-2 {
    height: 2% !important;
  }
  .\\2xl\:h-3 {
    height: 3% !important;
  }
  .\\2xl\:h-4 {
    height: 4% !important;
  }
  .\\2xl\:h-5 {
    height: 5% !important;
  }
  .\\2xl\:h-6 {
    height: 6% !important;
  }
  .\\2xl\:h-7 {
    height: 7% !important;
  }
  .\\2xl\:h-8 {
    height: 8% !important;
  }
  .\\2xl\:h-9 {
    height: 9% !important;
  }
  .\\2xl\:h-10 {
    height: 10% !important;
  }
  .\\2xl\:h-11 {
    height: 11% !important;
  }
  .\\2xl\:h-12 {
    height: 12% !important;
  }
  .\\2xl\:h-13 {
    height: 13% !important;
  }
  .\\2xl\:h-14 {
    height: 14% !important;
  }
  .\\2xl\:h-15 {
    height: 15% !important;
  }
  .\\2xl\:h-16 {
    height: 16% !important;
  }
  .\\2xl\:h-17 {
    height: 17% !important;
  }
  .\\2xl\:h-18 {
    height: 18% !important;
  }
  .\\2xl\:h-19 {
    height: 19% !important;
  }
  .\\2xl\:h-20 {
    height: 20% !important;
  }
  .\\2xl\:h-21 {
    height: 21% !important;
  }
  .\\2xl\:h-22 {
    height: 22% !important;
  }
  .\\2xl\:h-23 {
    height: 23% !important;
  }
  .\\2xl\:h-24 {
    height: 24% !important;
  }
  .\\2xl\:h-25 {
    height: 25% !important;
  }
  .\\2xl\:h-26 {
    height: 26% !important;
  }
  .\\2xl\:h-27 {
    height: 27% !important;
  }
  .\\2xl\:h-28 {
    height: 28% !important;
  }
  .\\2xl\:h-29 {
    height: 29% !important;
  }
  .\\2xl\:h-30 {
    height: 30% !important;
  }
  .\\2xl\:h-31 {
    height: 31% !important;
  }
  .\\2xl\:h-32 {
    height: 32% !important;
  }
  .\\2xl\:h-33 {
    height: 33% !important;
  }
  .\\2xl\:h-34 {
    height: 34% !important;
  }
  .\\2xl\:h-35 {
    height: 35% !important;
  }
  .\\2xl\:h-36 {
    height: 36% !important;
  }
  .\\2xl\:h-37 {
    height: 37% !important;
  }
  .\\2xl\:h-38 {
    height: 38% !important;
  }
  .\\2xl\:h-39 {
    height: 39% !important;
  }
  .\\2xl\:h-40 {
    height: 40% !important;
  }
  .\\2xl\:h-41 {
    height: 41% !important;
  }
  .\\2xl\:h-42 {
    height: 42% !important;
  }
  .\\2xl\:h-43 {
    height: 43% !important;
  }
  .\\2xl\:h-44 {
    height: 44% !important;
  }
  .\\2xl\:h-45 {
    height: 45% !important;
  }
  .\\2xl\:h-46 {
    height: 46% !important;
  }
  .\\2xl\:h-47 {
    height: 47% !important;
  }
  .\\2xl\:h-48 {
    height: 48% !important;
  }
  .\\2xl\:h-49 {
    height: 49% !important;
  }
  .\\2xl\:h-50 {
    height: 50% !important;
  }
  .\\2xl\:h-51 {
    height: 51% !important;
  }
  .\\2xl\:h-52 {
    height: 52% !important;
  }
  .\\2xl\:h-53 {
    height: 53% !important;
  }
  .\\2xl\:h-54 {
    height: 54% !important;
  }
  .\\2xl\:h-55 {
    height: 55% !important;
  }
  .\\2xl\:h-56 {
    height: 56% !important;
  }
  .\\2xl\:h-57 {
    height: 57% !important;
  }
  .\\2xl\:h-58 {
    height: 58% !important;
  }
  .\\2xl\:h-59 {
    height: 59% !important;
  }
  .\\2xl\:h-60 {
    height: 60% !important;
  }
  .\\2xl\:h-61 {
    height: 61% !important;
  }
  .\\2xl\:h-62 {
    height: 62% !important;
  }
  .\\2xl\:h-63 {
    height: 63% !important;
  }
  .\\2xl\:h-64 {
    height: 64% !important;
  }
  .\\2xl\:h-65 {
    height: 65% !important;
  }
  .\\2xl\:h-66 {
    height: 66% !important;
  }
  .\\2xl\:h-67 {
    height: 67% !important;
  }
  .\\2xl\:h-68 {
    height: 68% !important;
  }
  .\\2xl\:h-69 {
    height: 69% !important;
  }
  .\\2xl\:h-70 {
    height: 70% !important;
  }
  .\\2xl\:h-71 {
    height: 71% !important;
  }
  .\\2xl\:h-72 {
    height: 72% !important;
  }
  .\\2xl\:h-73 {
    height: 73% !important;
  }
  .\\2xl\:h-74 {
    height: 74% !important;
  }
  .\\2xl\:h-75 {
    height: 75% !important;
  }
  .\\2xl\:h-76 {
    height: 76% !important;
  }
  .\\2xl\:h-77 {
    height: 77% !important;
  }
  .\\2xl\:h-78 {
    height: 78% !important;
  }
  .\\2xl\:h-79 {
    height: 79% !important;
  }
  .\\2xl\:h-80 {
    height: 80% !important;
  }
  .\\2xl\:h-81 {
    height: 81% !important;
  }
  .\\2xl\:h-82 {
    height: 82% !important;
  }
  .\\2xl\:h-83 {
    height: 83% !important;
  }
  .\\2xl\:h-84 {
    height: 84% !important;
  }
  .\\2xl\:h-85 {
    height: 85% !important;
  }
  .\\2xl\:h-86 {
    height: 86% !important;
  }
  .\\2xl\:h-87 {
    height: 87% !important;
  }
  .\\2xl\:h-88 {
    height: 88% !important;
  }
  .\\2xl\:h-89 {
    height: 89% !important;
  }
  .\\2xl\:h-90 {
    height: 90% !important;
  }
  .\\2xl\:h-91 {
    height: 91% !important;
  }
  .\\2xl\:h-92 {
    height: 92% !important;
  }
  .\\2xl\:h-93 {
    height: 93% !important;
  }
  .\\2xl\:h-94 {
    height: 94% !important;
  }
  .\\2xl\:h-95 {
    height: 95% !important;
  }
  .\\2xl\:h-96 {
    height: 96% !important;
  }
  .\\2xl\:h-97 {
    height: 97% !important;
  }
  .\\2xl\:h-98 {
    height: 98% !important;
  }
  .\\2xl\:h-99 {
    height: 99% !important;
  }
  .\\2xl\:h-full {
    height: 100%;
  }
  .\\2xl\:min-h-0 {
    height: 0% !important;
  }
  .\\2xl\:min-h-1 {
    height: 1% !important;
  }
  .\\2xl\:min-h-2 {
    height: 2% !important;
  }
  .\\2xl\:min-h-3 {
    height: 3% !important;
  }
  .\\2xl\:min-h-4 {
    height: 4% !important;
  }
  .\\2xl\:min-h-5 {
    height: 5% !important;
  }
  .\\2xl\:min-h-6 {
    height: 6% !important;
  }
  .\\2xl\:min-h-7 {
    height: 7% !important;
  }
  .\\2xl\:min-h-8 {
    height: 8% !important;
  }
  .\\2xl\:min-h-9 {
    height: 9% !important;
  }
  .\\2xl\:min-h-10 {
    height: 10% !important;
  }
  .\\2xl\:min-h-11 {
    height: 11% !important;
  }
  .\\2xl\:min-h-12 {
    height: 12% !important;
  }
  .\\2xl\:min-h-13 {
    height: 13% !important;
  }
  .\\2xl\:min-h-14 {
    height: 14% !important;
  }
  .\\2xl\:min-h-15 {
    height: 15% !important;
  }
  .\\2xl\:min-h-16 {
    height: 16% !important;
  }
  .\\2xl\:min-h-17 {
    height: 17% !important;
  }
  .\\2xl\:min-h-18 {
    height: 18% !important;
  }
  .\\2xl\:min-h-19 {
    height: 19% !important;
  }
  .\\2xl\:min-h-20 {
    height: 20% !important;
  }
  .\\2xl\:min-h-21 {
    height: 21% !important;
  }
  .\\2xl\:min-h-22 {
    height: 22% !important;
  }
  .\\2xl\:min-h-23 {
    height: 23% !important;
  }
  .\\2xl\:min-h-24 {
    height: 24% !important;
  }
  .\\2xl\:min-h-25 {
    height: 25% !important;
  }
  .\\2xl\:min-h-26 {
    height: 26% !important;
  }
  .\\2xl\:min-h-27 {
    height: 27% !important;
  }
  .\\2xl\:min-h-28 {
    height: 28% !important;
  }
  .\\2xl\:min-h-29 {
    height: 29% !important;
  }
  .\\2xl\:min-h-30 {
    height: 30% !important;
  }
  .\\2xl\:min-h-31 {
    height: 31% !important;
  }
  .\\2xl\:min-h-32 {
    height: 32% !important;
  }
  .\\2xl\:min-h-33 {
    height: 33% !important;
  }
  .\\2xl\:min-h-34 {
    height: 34% !important;
  }
  .\\2xl\:min-h-35 {
    height: 35% !important;
  }
  .\\2xl\:min-h-36 {
    height: 36% !important;
  }
  .\\2xl\:min-h-37 {
    height: 37% !important;
  }
  .\\2xl\:min-h-38 {
    height: 38% !important;
  }
  .\\2xl\:min-h-39 {
    height: 39% !important;
  }
  .\\2xl\:min-h-40 {
    height: 40% !important;
  }
  .\\2xl\:min-h-41 {
    height: 41% !important;
  }
  .\\2xl\:min-h-42 {
    height: 42% !important;
  }
  .\\2xl\:min-h-43 {
    height: 43% !important;
  }
  .\\2xl\:min-h-44 {
    height: 44% !important;
  }
  .\\2xl\:min-h-45 {
    height: 45% !important;
  }
  .\\2xl\:min-h-46 {
    height: 46% !important;
  }
  .\\2xl\:min-h-47 {
    height: 47% !important;
  }
  .\\2xl\:min-h-48 {
    height: 48% !important;
  }
  .\\2xl\:min-h-49 {
    height: 49% !important;
  }
  .\\2xl\:min-h-50 {
    height: 50% !important;
  }
  .\\2xl\:min-h-51 {
    height: 51% !important;
  }
  .\\2xl\:min-h-52 {
    height: 52% !important;
  }
  .\\2xl\:min-h-53 {
    height: 53% !important;
  }
  .\\2xl\:min-h-54 {
    height: 54% !important;
  }
  .\\2xl\:min-h-55 {
    height: 55% !important;
  }
  .\\2xl\:min-h-56 {
    height: 56% !important;
  }
  .\\2xl\:min-h-57 {
    height: 57% !important;
  }
  .\\2xl\:min-h-58 {
    height: 58% !important;
  }
  .\\2xl\:min-h-59 {
    height: 59% !important;
  }
  .\\2xl\:min-h-60 {
    height: 60% !important;
  }
  .\\2xl\:min-h-61 {
    height: 61% !important;
  }
  .\\2xl\:min-h-62 {
    height: 62% !important;
  }
  .\\2xl\:min-h-63 {
    height: 63% !important;
  }
  .\\2xl\:min-h-64 {
    height: 64% !important;
  }
  .\\2xl\:min-h-65 {
    height: 65% !important;
  }
  .\\2xl\:min-h-66 {
    height: 66% !important;
  }
  .\\2xl\:min-h-67 {
    height: 67% !important;
  }
  .\\2xl\:min-h-68 {
    height: 68% !important;
  }
  .\\2xl\:min-h-69 {
    height: 69% !important;
  }
  .\\2xl\:min-h-70 {
    height: 70% !important;
  }
  .\\2xl\:min-h-71 {
    height: 71% !important;
  }
  .\\2xl\:min-h-72 {
    height: 72% !important;
  }
  .\\2xl\:min-h-73 {
    height: 73% !important;
  }
  .\\2xl\:min-h-74 {
    height: 74% !important;
  }
  .\\2xl\:min-h-75 {
    height: 75% !important;
  }
  .\\2xl\:min-h-76 {
    height: 76% !important;
  }
  .\\2xl\:min-h-77 {
    height: 77% !important;
  }
  .\\2xl\:min-h-78 {
    height: 78% !important;
  }
  .\\2xl\:min-h-79 {
    height: 79% !important;
  }
  .\\2xl\:min-h-80 {
    height: 80% !important;
  }
  .\\2xl\:min-h-81 {
    height: 81% !important;
  }
  .\\2xl\:min-h-82 {
    height: 82% !important;
  }
  .\\2xl\:min-h-83 {
    height: 83% !important;
  }
  .\\2xl\:min-h-84 {
    height: 84% !important;
  }
  .\\2xl\:min-h-85 {
    height: 85% !important;
  }
  .\\2xl\:min-h-86 {
    height: 86% !important;
  }
  .\\2xl\:min-h-87 {
    height: 87% !important;
  }
  .\\2xl\:min-h-88 {
    height: 88% !important;
  }
  .\\2xl\:min-h-89 {
    height: 89% !important;
  }
  .\\2xl\:min-h-90 {
    height: 90% !important;
  }
  .\\2xl\:min-h-91 {
    height: 91% !important;
  }
  .\\2xl\:min-h-92 {
    height: 92% !important;
  }
  .\\2xl\:min-h-93 {
    height: 93% !important;
  }
  .\\2xl\:min-h-94 {
    height: 94% !important;
  }
  .\\2xl\:min-h-95 {
    height: 95% !important;
  }
  .\\2xl\:min-h-96 {
    height: 96% !important;
  }
  .\\2xl\:min-h-97 {
    height: 97% !important;
  }
  .\\2xl\:min-h-98 {
    height: 98% !important;
  }
  .\\2xl\:min-h-99 {
    height: 99% !important;
  }
  .\\2xl\:min-h-full {
    height: 100%;
  }
  .\\2xl\:max-h w-0 {
    height: 0% !important;
  }
  .\\2xl\:max-h w-1 {
    height: 1% !important;
  }
  .\\2xl\:max-h w-2 {
    height: 2% !important;
  }
  .\\2xl\:max-h w-3 {
    height: 3% !important;
  }
  .\\2xl\:max-h w-4 {
    height: 4% !important;
  }
  .\\2xl\:max-h w-5 {
    height: 5% !important;
  }
  .\\2xl\:max-h w-6 {
    height: 6% !important;
  }
  .\\2xl\:max-h w-7 {
    height: 7% !important;
  }
  .\\2xl\:max-h w-8 {
    height: 8% !important;
  }
  .\\2xl\:max-h w-9 {
    height: 9% !important;
  }
  .\\2xl\:max-h w-10 {
    height: 10% !important;
  }
  .\\2xl\:max-h w-11 {
    height: 11% !important;
  }
  .\\2xl\:max-h w-12 {
    height: 12% !important;
  }
  .\\2xl\:max-h w-13 {
    height: 13% !important;
  }
  .\\2xl\:max-h w-14 {
    height: 14% !important;
  }
  .\\2xl\:max-h w-15 {
    height: 15% !important;
  }
  .\\2xl\:max-h w-16 {
    height: 16% !important;
  }
  .\\2xl\:max-h w-17 {
    height: 17% !important;
  }
  .\\2xl\:max-h w-18 {
    height: 18% !important;
  }
  .\\2xl\:max-h w-19 {
    height: 19% !important;
  }
  .\\2xl\:max-h w-20 {
    height: 20% !important;
  }
  .\\2xl\:max-h w-21 {
    height: 21% !important;
  }
  .\\2xl\:max-h w-22 {
    height: 22% !important;
  }
  .\\2xl\:max-h w-23 {
    height: 23% !important;
  }
  .\\2xl\:max-h w-24 {
    height: 24% !important;
  }
  .\\2xl\:max-h w-25 {
    height: 25% !important;
  }
  .\\2xl\:max-h w-26 {
    height: 26% !important;
  }
  .\\2xl\:max-h w-27 {
    height: 27% !important;
  }
  .\\2xl\:max-h w-28 {
    height: 28% !important;
  }
  .\\2xl\:max-h w-29 {
    height: 29% !important;
  }
  .\\2xl\:max-h w-30 {
    height: 30% !important;
  }
  .\\2xl\:max-h w-31 {
    height: 31% !important;
  }
  .\\2xl\:max-h w-32 {
    height: 32% !important;
  }
  .\\2xl\:max-h w-33 {
    height: 33% !important;
  }
  .\\2xl\:max-h w-34 {
    height: 34% !important;
  }
  .\\2xl\:max-h w-35 {
    height: 35% !important;
  }
  .\\2xl\:max-h w-36 {
    height: 36% !important;
  }
  .\\2xl\:max-h w-37 {
    height: 37% !important;
  }
  .\\2xl\:max-h w-38 {
    height: 38% !important;
  }
  .\\2xl\:max-h w-39 {
    height: 39% !important;
  }
  .\\2xl\:max-h w-40 {
    height: 40% !important;
  }
  .\\2xl\:max-h w-41 {
    height: 41% !important;
  }
  .\\2xl\:max-h w-42 {
    height: 42% !important;
  }
  .\\2xl\:max-h w-43 {
    height: 43% !important;
  }
  .\\2xl\:max-h w-44 {
    height: 44% !important;
  }
  .\\2xl\:max-h w-45 {
    height: 45% !important;
  }
  .\\2xl\:max-h w-46 {
    height: 46% !important;
  }
  .\\2xl\:max-h w-47 {
    height: 47% !important;
  }
  .\\2xl\:max-h w-48 {
    height: 48% !important;
  }
  .\\2xl\:max-h w-49 {
    height: 49% !important;
  }
  .\\2xl\:max-h w-50 {
    height: 50% !important;
  }
  .\\2xl\:max-h w-51 {
    height: 51% !important;
  }
  .\\2xl\:max-h w-52 {
    height: 52% !important;
  }
  .\\2xl\:max-h w-53 {
    height: 53% !important;
  }
  .\\2xl\:max-h w-54 {
    height: 54% !important;
  }
  .\\2xl\:max-h w-55 {
    height: 55% !important;
  }
  .\\2xl\:max-h w-56 {
    height: 56% !important;
  }
  .\\2xl\:max-h w-57 {
    height: 57% !important;
  }
  .\\2xl\:max-h w-58 {
    height: 58% !important;
  }
  .\\2xl\:max-h w-59 {
    height: 59% !important;
  }
  .\\2xl\:max-h w-60 {
    height: 60% !important;
  }
  .\\2xl\:max-h w-61 {
    height: 61% !important;
  }
  .\\2xl\:max-h w-62 {
    height: 62% !important;
  }
  .\\2xl\:max-h w-63 {
    height: 63% !important;
  }
  .\\2xl\:max-h w-64 {
    height: 64% !important;
  }
  .\\2xl\:max-h w-65 {
    height: 65% !important;
  }
  .\\2xl\:max-h w-66 {
    height: 66% !important;
  }
  .\\2xl\:max-h w-67 {
    height: 67% !important;
  }
  .\\2xl\:max-h w-68 {
    height: 68% !important;
  }
  .\\2xl\:max-h w-69 {
    height: 69% !important;
  }
  .\\2xl\:max-h w-70 {
    height: 70% !important;
  }
  .\\2xl\:max-h w-71 {
    height: 71% !important;
  }
  .\\2xl\:max-h w-72 {
    height: 72% !important;
  }
  .\\2xl\:max-h w-73 {
    height: 73% !important;
  }
  .\\2xl\:max-h w-74 {
    height: 74% !important;
  }
  .\\2xl\:max-h w-75 {
    height: 75% !important;
  }
  .\\2xl\:max-h w-76 {
    height: 76% !important;
  }
  .\\2xl\:max-h w-77 {
    height: 77% !important;
  }
  .\\2xl\:max-h w-78 {
    height: 78% !important;
  }
  .\\2xl\:max-h w-79 {
    height: 79% !important;
  }
  .\\2xl\:max-h w-80 {
    height: 80% !important;
  }
  .\\2xl\:max-h w-81 {
    height: 81% !important;
  }
  .\\2xl\:max-h w-82 {
    height: 82% !important;
  }
  .\\2xl\:max-h w-83 {
    height: 83% !important;
  }
  .\\2xl\:max-h w-84 {
    height: 84% !important;
  }
  .\\2xl\:max-h w-85 {
    height: 85% !important;
  }
  .\\2xl\:max-h w-86 {
    height: 86% !important;
  }
  .\\2xl\:max-h w-87 {
    height: 87% !important;
  }
  .\\2xl\:max-h w-88 {
    height: 88% !important;
  }
  .\\2xl\:max-h w-89 {
    height: 89% !important;
  }
  .\\2xl\:max-h w-90 {
    height: 90% !important;
  }
  .\\2xl\:max-h w-91 {
    height: 91% !important;
  }
  .\\2xl\:max-h w-92 {
    height: 92% !important;
  }
  .\\2xl\:max-h w-93 {
    height: 93% !important;
  }
  .\\2xl\:max-h w-94 {
    height: 94% !important;
  }
  .\\2xl\:max-h w-95 {
    height: 95% !important;
  }
  .\\2xl\:max-h w-96 {
    height: 96% !important;
  }
  .\\2xl\:max-h w-97 {
    height: 97% !important;
  }
  .\\2xl\:max-h w-98 {
    height: 98% !important;
  }
  .\\2xl\:max-h w-99 {
    height: 99% !important;
  }
  .\\2xl\:max-h w-full {
    height: 100%;
  }
  .\\2xl\:min-w-0 {
    height: 0% !important;
  }
  .\\2xl\:min-w-1 {
    height: 1% !important;
  }
  .\\2xl\:min-w-2 {
    height: 2% !important;
  }
  .\\2xl\:min-w-3 {
    height: 3% !important;
  }
  .\\2xl\:min-w-4 {
    height: 4% !important;
  }
  .\\2xl\:min-w-5 {
    height: 5% !important;
  }
  .\\2xl\:min-w-6 {
    height: 6% !important;
  }
  .\\2xl\:min-w-7 {
    height: 7% !important;
  }
  .\\2xl\:min-w-8 {
    height: 8% !important;
  }
  .\\2xl\:min-w-9 {
    height: 9% !important;
  }
  .\\2xl\:min-w-10 {
    height: 10% !important;
  }
  .\\2xl\:min-w-11 {
    height: 11% !important;
  }
  .\\2xl\:min-w-12 {
    height: 12% !important;
  }
  .\\2xl\:min-w-13 {
    height: 13% !important;
  }
  .\\2xl\:min-w-14 {
    height: 14% !important;
  }
  .\\2xl\:min-w-15 {
    height: 15% !important;
  }
  .\\2xl\:min-w-16 {
    height: 16% !important;
  }
  .\\2xl\:min-w-17 {
    height: 17% !important;
  }
  .\\2xl\:min-w-18 {
    height: 18% !important;
  }
  .\\2xl\:min-w-19 {
    height: 19% !important;
  }
  .\\2xl\:min-w-20 {
    height: 20% !important;
  }
  .\\2xl\:min-w-21 {
    height: 21% !important;
  }
  .\\2xl\:min-w-22 {
    height: 22% !important;
  }
  .\\2xl\:min-w-23 {
    height: 23% !important;
  }
  .\\2xl\:min-w-24 {
    height: 24% !important;
  }
  .\\2xl\:min-w-25 {
    height: 25% !important;
  }
  .\\2xl\:min-w-26 {
    height: 26% !important;
  }
  .\\2xl\:min-w-27 {
    height: 27% !important;
  }
  .\\2xl\:min-w-28 {
    height: 28% !important;
  }
  .\\2xl\:min-w-29 {
    height: 29% !important;
  }
  .\\2xl\:min-w-30 {
    height: 30% !important;
  }
  .\\2xl\:min-w-31 {
    height: 31% !important;
  }
  .\\2xl\:min-w-32 {
    height: 32% !important;
  }
  .\\2xl\:min-w-33 {
    height: 33% !important;
  }
  .\\2xl\:min-w-34 {
    height: 34% !important;
  }
  .\\2xl\:min-w-35 {
    height: 35% !important;
  }
  .\\2xl\:min-w-36 {
    height: 36% !important;
  }
  .\\2xl\:min-w-37 {
    height: 37% !important;
  }
  .\\2xl\:min-w-38 {
    height: 38% !important;
  }
  .\\2xl\:min-w-39 {
    height: 39% !important;
  }
  .\\2xl\:min-w-40 {
    height: 40% !important;
  }
  .\\2xl\:min-w-41 {
    height: 41% !important;
  }
  .\\2xl\:min-w-42 {
    height: 42% !important;
  }
  .\\2xl\:min-w-43 {
    height: 43% !important;
  }
  .\\2xl\:min-w-44 {
    height: 44% !important;
  }
  .\\2xl\:min-w-45 {
    height: 45% !important;
  }
  .\\2xl\:min-w-46 {
    height: 46% !important;
  }
  .\\2xl\:min-w-47 {
    height: 47% !important;
  }
  .\\2xl\:min-w-48 {
    height: 48% !important;
  }
  .\\2xl\:min-w-49 {
    height: 49% !important;
  }
  .\\2xl\:min-w-50 {
    height: 50% !important;
  }
  .\\2xl\:min-w-51 {
    height: 51% !important;
  }
  .\\2xl\:min-w-52 {
    height: 52% !important;
  }
  .\\2xl\:min-w-53 {
    height: 53% !important;
  }
  .\\2xl\:min-w-54 {
    height: 54% !important;
  }
  .\\2xl\:min-w-55 {
    height: 55% !important;
  }
  .\\2xl\:min-w-56 {
    height: 56% !important;
  }
  .\\2xl\:min-w-57 {
    height: 57% !important;
  }
  .\\2xl\:min-w-58 {
    height: 58% !important;
  }
  .\\2xl\:min-w-59 {
    height: 59% !important;
  }
  .\\2xl\:min-w-60 {
    height: 60% !important;
  }
  .\\2xl\:min-w-61 {
    height: 61% !important;
  }
  .\\2xl\:min-w-62 {
    height: 62% !important;
  }
  .\\2xl\:min-w-63 {
    height: 63% !important;
  }
  .\\2xl\:min-w-64 {
    height: 64% !important;
  }
  .\\2xl\:min-w-65 {
    height: 65% !important;
  }
  .\\2xl\:min-w-66 {
    height: 66% !important;
  }
  .\\2xl\:min-w-67 {
    height: 67% !important;
  }
  .\\2xl\:min-w-68 {
    height: 68% !important;
  }
  .\\2xl\:min-w-69 {
    height: 69% !important;
  }
  .\\2xl\:min-w-70 {
    height: 70% !important;
  }
  .\\2xl\:min-w-71 {
    height: 71% !important;
  }
  .\\2xl\:min-w-72 {
    height: 72% !important;
  }
  .\\2xl\:min-w-73 {
    height: 73% !important;
  }
  .\\2xl\:min-w-74 {
    height: 74% !important;
  }
  .\\2xl\:min-w-75 {
    height: 75% !important;
  }
  .\\2xl\:min-w-76 {
    height: 76% !important;
  }
  .\\2xl\:min-w-77 {
    height: 77% !important;
  }
  .\\2xl\:min-w-78 {
    height: 78% !important;
  }
  .\\2xl\:min-w-79 {
    height: 79% !important;
  }
  .\\2xl\:min-w-80 {
    height: 80% !important;
  }
  .\\2xl\:min-w-81 {
    height: 81% !important;
  }
  .\\2xl\:min-w-82 {
    height: 82% !important;
  }
  .\\2xl\:min-w-83 {
    height: 83% !important;
  }
  .\\2xl\:min-w-84 {
    height: 84% !important;
  }
  .\\2xl\:min-w-85 {
    height: 85% !important;
  }
  .\\2xl\:min-w-86 {
    height: 86% !important;
  }
  .\\2xl\:min-w-87 {
    height: 87% !important;
  }
  .\\2xl\:min-w-88 {
    height: 88% !important;
  }
  .\\2xl\:min-w-89 {
    height: 89% !important;
  }
  .\\2xl\:min-w-90 {
    height: 90% !important;
  }
  .\\2xl\:min-w-91 {
    height: 91% !important;
  }
  .\\2xl\:min-w-92 {
    height: 92% !important;
  }
  .\\2xl\:min-w-93 {
    height: 93% !important;
  }
  .\\2xl\:min-w-94 {
    height: 94% !important;
  }
  .\\2xl\:min-w-95 {
    height: 95% !important;
  }
  .\\2xl\:min-w-96 {
    height: 96% !important;
  }
  .\\2xl\:min-w-97 {
    height: 97% !important;
  }
  .\\2xl\:min-w-98 {
    height: 98% !important;
  }
  .\\2xl\:min-w-99 {
    height: 99% !important;
  }
  .\\2xl\:min-w-full {
    height: 100%;
  }
  .\\2xl\:max-w-0 {
    height: 0% !important;
  }
  .\\2xl\:max-w-1 {
    height: 1% !important;
  }
  .\\2xl\:max-w-2 {
    height: 2% !important;
  }
  .\\2xl\:max-w-3 {
    height: 3% !important;
  }
  .\\2xl\:max-w-4 {
    height: 4% !important;
  }
  .\\2xl\:max-w-5 {
    height: 5% !important;
  }
  .\\2xl\:max-w-6 {
    height: 6% !important;
  }
  .\\2xl\:max-w-7 {
    height: 7% !important;
  }
  .\\2xl\:max-w-8 {
    height: 8% !important;
  }
  .\\2xl\:max-w-9 {
    height: 9% !important;
  }
  .\\2xl\:max-w-10 {
    height: 10% !important;
  }
  .\\2xl\:max-w-11 {
    height: 11% !important;
  }
  .\\2xl\:max-w-12 {
    height: 12% !important;
  }
  .\\2xl\:max-w-13 {
    height: 13% !important;
  }
  .\\2xl\:max-w-14 {
    height: 14% !important;
  }
  .\\2xl\:max-w-15 {
    height: 15% !important;
  }
  .\\2xl\:max-w-16 {
    height: 16% !important;
  }
  .\\2xl\:max-w-17 {
    height: 17% !important;
  }
  .\\2xl\:max-w-18 {
    height: 18% !important;
  }
  .\\2xl\:max-w-19 {
    height: 19% !important;
  }
  .\\2xl\:max-w-20 {
    height: 20% !important;
  }
  .\\2xl\:max-w-21 {
    height: 21% !important;
  }
  .\\2xl\:max-w-22 {
    height: 22% !important;
  }
  .\\2xl\:max-w-23 {
    height: 23% !important;
  }
  .\\2xl\:max-w-24 {
    height: 24% !important;
  }
  .\\2xl\:max-w-25 {
    height: 25% !important;
  }
  .\\2xl\:max-w-26 {
    height: 26% !important;
  }
  .\\2xl\:max-w-27 {
    height: 27% !important;
  }
  .\\2xl\:max-w-28 {
    height: 28% !important;
  }
  .\\2xl\:max-w-29 {
    height: 29% !important;
  }
  .\\2xl\:max-w-30 {
    height: 30% !important;
  }
  .\\2xl\:max-w-31 {
    height: 31% !important;
  }
  .\\2xl\:max-w-32 {
    height: 32% !important;
  }
  .\\2xl\:max-w-33 {
    height: 33% !important;
  }
  .\\2xl\:max-w-34 {
    height: 34% !important;
  }
  .\\2xl\:max-w-35 {
    height: 35% !important;
  }
  .\\2xl\:max-w-36 {
    height: 36% !important;
  }
  .\\2xl\:max-w-37 {
    height: 37% !important;
  }
  .\\2xl\:max-w-38 {
    height: 38% !important;
  }
  .\\2xl\:max-w-39 {
    height: 39% !important;
  }
  .\\2xl\:max-w-40 {
    height: 40% !important;
  }
  .\\2xl\:max-w-41 {
    height: 41% !important;
  }
  .\\2xl\:max-w-42 {
    height: 42% !important;
  }
  .\\2xl\:max-w-43 {
    height: 43% !important;
  }
  .\\2xl\:max-w-44 {
    height: 44% !important;
  }
  .\\2xl\:max-w-45 {
    height: 45% !important;
  }
  .\\2xl\:max-w-46 {
    height: 46% !important;
  }
  .\\2xl\:max-w-47 {
    height: 47% !important;
  }
  .\\2xl\:max-w-48 {
    height: 48% !important;
  }
  .\\2xl\:max-w-49 {
    height: 49% !important;
  }
  .\\2xl\:max-w-50 {
    height: 50% !important;
  }
  .\\2xl\:max-w-51 {
    height: 51% !important;
  }
  .\\2xl\:max-w-52 {
    height: 52% !important;
  }
  .\\2xl\:max-w-53 {
    height: 53% !important;
  }
  .\\2xl\:max-w-54 {
    height: 54% !important;
  }
  .\\2xl\:max-w-55 {
    height: 55% !important;
  }
  .\\2xl\:max-w-56 {
    height: 56% !important;
  }
  .\\2xl\:max-w-57 {
    height: 57% !important;
  }
  .\\2xl\:max-w-58 {
    height: 58% !important;
  }
  .\\2xl\:max-w-59 {
    height: 59% !important;
  }
  .\\2xl\:max-w-60 {
    height: 60% !important;
  }
  .\\2xl\:max-w-61 {
    height: 61% !important;
  }
  .\\2xl\:max-w-62 {
    height: 62% !important;
  }
  .\\2xl\:max-w-63 {
    height: 63% !important;
  }
  .\\2xl\:max-w-64 {
    height: 64% !important;
  }
  .\\2xl\:max-w-65 {
    height: 65% !important;
  }
  .\\2xl\:max-w-66 {
    height: 66% !important;
  }
  .\\2xl\:max-w-67 {
    height: 67% !important;
  }
  .\\2xl\:max-w-68 {
    height: 68% !important;
  }
  .\\2xl\:max-w-69 {
    height: 69% !important;
  }
  .\\2xl\:max-w-70 {
    height: 70% !important;
  }
  .\\2xl\:max-w-71 {
    height: 71% !important;
  }
  .\\2xl\:max-w-72 {
    height: 72% !important;
  }
  .\\2xl\:max-w-73 {
    height: 73% !important;
  }
  .\\2xl\:max-w-74 {
    height: 74% !important;
  }
  .\\2xl\:max-w-75 {
    height: 75% !important;
  }
  .\\2xl\:max-w-76 {
    height: 76% !important;
  }
  .\\2xl\:max-w-77 {
    height: 77% !important;
  }
  .\\2xl\:max-w-78 {
    height: 78% !important;
  }
  .\\2xl\:max-w-79 {
    height: 79% !important;
  }
  .\\2xl\:max-w-80 {
    height: 80% !important;
  }
  .\\2xl\:max-w-81 {
    height: 81% !important;
  }
  .\\2xl\:max-w-82 {
    height: 82% !important;
  }
  .\\2xl\:max-w-83 {
    height: 83% !important;
  }
  .\\2xl\:max-w-84 {
    height: 84% !important;
  }
  .\\2xl\:max-w-85 {
    height: 85% !important;
  }
  .\\2xl\:max-w-86 {
    height: 86% !important;
  }
  .\\2xl\:max-w-87 {
    height: 87% !important;
  }
  .\\2xl\:max-w-88 {
    height: 88% !important;
  }
  .\\2xl\:max-w-89 {
    height: 89% !important;
  }
  .\\2xl\:max-w-90 {
    height: 90% !important;
  }
  .\\2xl\:max-w-91 {
    height: 91% !important;
  }
  .\\2xl\:max-w-92 {
    height: 92% !important;
  }
  .\\2xl\:max-w-93 {
    height: 93% !important;
  }
  .\\2xl\:max-w-94 {
    height: 94% !important;
  }
  .\\2xl\:max-w-95 {
    height: 95% !important;
  }
  .\\2xl\:max-w-96 {
    height: 96% !important;
  }
  .\\2xl\:max-w-97 {
    height: 97% !important;
  }
  .\\2xl\:max-w-98 {
    height: 98% !important;
  }
  .\\2xl\:max-w-99 {
    height: 99% !important;
  }
  .\\2xl\:max-w-full {
    height: 100%;
  }
}
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.table {
  display: table !important;
}

@media (min-width: 575.98px) {
  .sm\:block {
    display: block !important;
  }
  .sm\:inline {
    display: inline !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:grid {
    display: grid !important;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:table {
    display: table !important;
  }
}
@media (min-width: 767.98px) {
  .md\:block {
    display: block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:grid {
    display: grid !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:table {
    display: table !important;
  }
}
@media (min-width: 991.98px) {
  .lg\:block {
    display: block !important;
  }
  .lg\:inline {
    display: inline !important;
  }
  .lg\:inline-block {
    display: inline-block !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:grid {
    display: grid !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:table {
    display: table !important;
  }
}
@media (min-width: 1199.98px) {
  .xl\:block {
    display: block !important;
  }
  .xl\:inline {
    display: inline !important;
  }
  .xl\:inline-block {
    display: inline-block !important;
  }
  .xl\:flex {
    display: flex !important;
  }
  .xl\:grid {
    display: grid !important;
  }
  .xl\:hidden {
    display: none !important;
  }
  .xl\:table {
    display: table !important;
  }
}
@media (min-width: 1399.98px) {
  .\\2xl\:block {
    display: block !important;
  }
  .\\2xl\:inline {
    display: inline !important;
  }
  .\\2xl\:inline-block {
    display: inline-block !important;
  }
  .\\2xl\:flex {
    display: flex !important;
  }
  .\\2xl\:grid {
    display: grid !important;
  }
  .\\2xl\:hidden {
    display: none !important;
  }
  .\\2xl\:table {
    display: table !important;
  }
}
.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-baseline {
  align-items: baseline !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-baseline {
  justify-content: baseline !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.column {
  flex-direction: column;
}

.column-reverse {
  flex-direction: column-reverse;
}

.op-0 {
  opacity: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

@media (min-width: 575.98px) {
  .sm\:align-start {
    align-items: flex-start !important;
  }
  .sm\:align-end {
    align-items: flex-end !important;
  }
  .sm\:align-center {
    align-items: center !important;
  }
  .sm\:align-baseline {
    align-items: baseline !important;
  }
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-baseline {
    justify-content: baseline !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:justify-around {
    justify-content: space-around !important;
  }
  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .sm\:wrap {
    flex-wrap: wrap;
  }
  .sm\:nowrap {
    flex-wrap: nowrap;
  }
  .sm\:row {
    flex-direction: row;
  }
  .sm\:row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:column {
    flex-direction: column;
  }
  .sm\:column-reverse {
    flex-direction: column-reverse;
  }
  .sm\:op-0 {
    opacity: 0;
  }
  .sm\:op-1 {
    opacity: 0.1;
  }
  .sm\:op-2 {
    opacity: 0.2;
  }
  .sm\:op-3 {
    opacity: 0.3;
  }
  .sm\:op-4 {
    opacity: 0.4;
  }
  .sm\:op-5 {
    opacity: 0.5;
  }
  .sm\:op-6 {
    opacity: 0.6;
  }
  .sm\:op-7 {
    opacity: 0.7;
  }
  .sm\:op-8 {
    opacity: 0.8;
  }
  .sm\:op-9 {
    opacity: 0.9;
  }
  .sm\:op-10 {
    opacity: 1;
  }
}
@media (min-width: 767.98px) {
  .md\:align-start {
    align-items: flex-start !important;
  }
  .md\:align-end {
    align-items: flex-end !important;
  }
  .md\:align-center {
    align-items: center !important;
  }
  .md\:align-baseline {
    align-items: baseline !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-baseline {
    justify-content: baseline !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:justify-around {
    justify-content: space-around !important;
  }
  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .md\:wrap {
    flex-wrap: wrap;
  }
  .md\:nowrap {
    flex-wrap: nowrap;
  }
  .md\:row {
    flex-direction: row;
  }
  .md\:row-reverse {
    flex-direction: row-reverse;
  }
  .md\:column {
    flex-direction: column;
  }
  .md\:column-reverse {
    flex-direction: column-reverse;
  }
  .md\:op-0 {
    opacity: 0;
  }
  .md\:op-1 {
    opacity: 0.1;
  }
  .md\:op-2 {
    opacity: 0.2;
  }
  .md\:op-3 {
    opacity: 0.3;
  }
  .md\:op-4 {
    opacity: 0.4;
  }
  .md\:op-5 {
    opacity: 0.5;
  }
  .md\:op-6 {
    opacity: 0.6;
  }
  .md\:op-7 {
    opacity: 0.7;
  }
  .md\:op-8 {
    opacity: 0.8;
  }
  .md\:op-9 {
    opacity: 0.9;
  }
  .md\:op-10 {
    opacity: 1;
  }
}
@media (min-width: 991.98px) {
  .lg\:align-start {
    align-items: flex-start !important;
  }
  .lg\:align-end {
    align-items: flex-end !important;
  }
  .lg\:align-center {
    align-items: center !important;
  }
  .lg\:align-baseline {
    align-items: baseline !important;
  }
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-baseline {
    justify-content: baseline !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:justify-around {
    justify-content: space-around !important;
  }
  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .lg\:wrap {
    flex-wrap: wrap;
  }
  .lg\:nowrap {
    flex-wrap: nowrap;
  }
  .lg\:row {
    flex-direction: row;
  }
  .lg\:row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:column {
    flex-direction: column;
  }
  .lg\:column-reverse {
    flex-direction: column-reverse;
  }
  .lg\:op-0 {
    opacity: 0;
  }
  .lg\:op-1 {
    opacity: 0.1;
  }
  .lg\:op-2 {
    opacity: 0.2;
  }
  .lg\:op-3 {
    opacity: 0.3;
  }
  .lg\:op-4 {
    opacity: 0.4;
  }
  .lg\:op-5 {
    opacity: 0.5;
  }
  .lg\:op-6 {
    opacity: 0.6;
  }
  .lg\:op-7 {
    opacity: 0.7;
  }
  .lg\:op-8 {
    opacity: 0.8;
  }
  .lg\:op-9 {
    opacity: 0.9;
  }
  .lg\:op-10 {
    opacity: 1;
  }
}
@media (min-width: 1199.98px) {
  .xl\:align-start {
    align-items: flex-start !important;
  }
  .xl\:align-end {
    align-items: flex-end !important;
  }
  .xl\:align-center {
    align-items: center !important;
  }
  .xl\:align-baseline {
    align-items: baseline !important;
  }
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-center {
    justify-content: center !important;
  }
  .xl\:justify-baseline {
    justify-content: baseline !important;
  }
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  .xl\:justify-around {
    justify-content: space-around !important;
  }
  .xl\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .xl\:wrap {
    flex-wrap: wrap;
  }
  .xl\:nowrap {
    flex-wrap: nowrap;
  }
  .xl\:row {
    flex-direction: row;
  }
  .xl\:row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:column {
    flex-direction: column;
  }
  .xl\:column-reverse {
    flex-direction: column-reverse;
  }
  .xl\:op-0 {
    opacity: 0;
  }
  .xl\:op-1 {
    opacity: 0.1;
  }
  .xl\:op-2 {
    opacity: 0.2;
  }
  .xl\:op-3 {
    opacity: 0.3;
  }
  .xl\:op-4 {
    opacity: 0.4;
  }
  .xl\:op-5 {
    opacity: 0.5;
  }
  .xl\:op-6 {
    opacity: 0.6;
  }
  .xl\:op-7 {
    opacity: 0.7;
  }
  .xl\:op-8 {
    opacity: 0.8;
  }
  .xl\:op-9 {
    opacity: 0.9;
  }
  .xl\:op-10 {
    opacity: 1;
  }
}
@media (min-width: 1399.98px) {
  .\\2xl\:align-start {
    align-items: flex-start !important;
  }
  .\\2xl\:align-end {
    align-items: flex-end !important;
  }
  .\\2xl\:align-center {
    align-items: center !important;
  }
  .\\2xl\:align-baseline {
    align-items: baseline !important;
  }
  .\\2xl\:justify-start {
    justify-content: flex-start !important;
  }
  .\\2xl\:justify-end {
    justify-content: flex-end !important;
  }
  .\\2xl\:justify-center {
    justify-content: center !important;
  }
  .\\2xl\:justify-baseline {
    justify-content: baseline !important;
  }
  .\\2xl\:justify-between {
    justify-content: space-between !important;
  }
  .\\2xl\:justify-around {
    justify-content: space-around !important;
  }
  .\\2xl\:justify-evenly {
    justify-content: space-evenly !important;
  }
  .\\2xl\:wrap {
    flex-wrap: wrap;
  }
  .\\2xl\:nowrap {
    flex-wrap: nowrap;
  }
  .\\2xl\:row {
    flex-direction: row;
  }
  .\\2xl\:row-reverse {
    flex-direction: row-reverse;
  }
  .\\2xl\:column {
    flex-direction: column;
  }
  .\\2xl\:column-reverse {
    flex-direction: column-reverse;
  }
  .\\2xl\:op-0 {
    opacity: 0;
  }
  .\\2xl\:op-1 {
    opacity: 0.1;
  }
  .\\2xl\:op-2 {
    opacity: 0.2;
  }
  .\\2xl\:op-3 {
    opacity: 0.3;
  }
  .\\2xl\:op-4 {
    opacity: 0.4;
  }
  .\\2xl\:op-5 {
    opacity: 0.5;
  }
  .\\2xl\:op-6 {
    opacity: 0.6;
  }
  .\\2xl\:op-7 {
    opacity: 0.7;
  }
  .\\2xl\:op-8 {
    opacity: 0.8;
  }
  .\\2xl\:op-9 {
    opacity: 0.9;
  }
  .\\2xl\:op-10 {
    opacity: 1;
  }
}
