.bd-base {
  font-size: 16px;
}

.bd-base img {
  max-width: initial;
}

.container {
  width: 100%;
}

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

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

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

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

.transition-1 {
  transition: 1s;
}

.transition-2 {
  transition: 2s;
}

.transition-3 {
  transition: 3s;
}

.transition-02 {
  transition: 0.2s;
}

.transition-03 {
  transition: 0.3s;
}

.transition-05 {
  transition: 0.5s;
}

.transition-delay-01 {
  transition-delay: 0.1s
}

.button {
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  background-color: #00AFDB;
  transition: 0.3s;
  cursor: pointer;
  border-width: 0;
  outline: 0;
  letter-spacing: 0;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-family: neue-haas-grotesk-text;
  line-height: 1;
}

.button:hover {
  background-color: #33C8E9;
  color: #000;
  cursor: pointer;
}

.button:visited {
  color: #000;
  text-decoration: none;
}

.button div {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button img {
  height: calc(100% - 1.4em);
}

.button--small {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  font-size: 16px;
}

.button--small div {
  height: 40px;
}

.button--elastic {
  display: flex;
  justify-content: center;
  width: 100%;
}

.button--secondary {
  background-color: #000;
  color: #fff;
}

.button--secondary:hover {
  background-color: #3E3E3E;
  color: #fff;
}

.button--secondary:visited {
  color: #fff;
  text-decoration: none;
}

.button--secondary.button--light {
  background-color: #fff;
  color: #000;
}

.button--secondary.button--light:hover {
  background-color: #ECECEC;
  color: #000;
}

.button--secondary.button--light:visited {
  color: #000;
  text-decoration: none;
}

.button--tertiary {
  background-color: transparent;
  color: #000;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
}

.button--tertiary:hover {
  background-color: #000;
  color: #fff !important;
}

.button--tertiary:visited {
  color: #000;
  text-decoration: none;
}

.button--tertiary.button--light {
  color: #fff;
  border-color: #fff;
}

.button--tertiary.button--light:hover {
  background-color: #fff;
  color: #000;
}

.button--tertiary.button--light:visited {
  color: #000;
  text-decoration: none;
}

.button.button--dark {
  border-width: 1px;
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.button.button--dark:hover {
  background-color: #fff;
  color: #000;
}

.button.button--dark:visited {
  color: #000;
  text-decoration: none;
}

a.button {
  text-decoration: none;
}

a.button--elastic {
  padding-left:  0;
  padding-right:  0;
}

.counter {
  background-color: #00AFDB;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: League-Gothic;
  border-radius: 9999px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.5;
}

.bd-product {
  color: #000;
  background-color: #fff;
}

.bd-product__title {
  margin-bottom: 16px;
}

.bd-product__subtitle {
  margin-bottom: 16px;
}

.bd-product__abv {
  background-color: #fff;
  line-height: 1.5;
  text-align: center;
  border-style: solid;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: neue-haas-grotesk-text;
  font-size: 18px;
  display: inline-block;
  color: #000;
  border-color: #000;
  border-width: 2px;
  margin-bottom: 16px;
  border-radius: 9999px;
}

.bd-product__body {
  margin-bottom: 24px;
}

.bd-product__image {
  font-size: 0;
}

.bd-product__image img {
  width: 100%;
}

.bd-product1, .bd-product2, .bd-product3, .bd-product4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bd-product1 .bd-product__image, .bd-product2 .bd-product__image, .bd-product3 .bd-product__image, .bd-product4 .bd-product__image {
  margin-bottom: 24px;
  padding-left: 80px;
  padding-right: 80px;
}

.bd-product1 .bd-product__content, .bd-product2 .bd-product__content, .bd-product3 .bd-product__content, .bd-product4 .bd-product__content {
  text-align: center;
}

@media (min-width: 1024px) {
  .bd-product1 {
    flex-direction: row;
    padding-left: 80px;
    padding-right: 80px;
    align-items: flex-start;
  }

  .bd-product1 .bd-product__image {
    width: 50%;
    padding-left:  0;
    padding-right:  0;
    padding-right: 80px;
    margin-bottom:  0;
  }

  .bd-product1 .bd-product__content {
    width: 50%;
    text-align: left;
  }

  .bd-product2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .bd-product2 .bd-product__image {
    width: 50%;
    padding-left:  0;
    padding-right: 24px;
    margin-bottom:  0;
  }

  .bd-product2 .bd-product__content {
    width: 50%;
    text-align: left;
  }

  .bd-product3, .bd-product4 {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .bd-product3 .bd-product__image, .bd-product4 .bd-product__image {
    margin-bottom: 24px;
    width: 50%;
    padding-left:  0;
    padding-right:  0;
    margin-left:  0;
    margin-right:  0;
    flex: 1 1 0%;
  }

  .bd-product3 .bd-product__title .heading, .bd-product4 .bd-product__title .heading {
    font-size: 32px;
  }

  .bd-product3 .bd-product__content, .bd-product4 .bd-product__content {
    margin:  0;
    width: 50%;
    padding:  0;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .bd-product1 .bd-label--lg {
    font-size: 24px;
  }

  .bd-product1 .bd-product__body .copy {
    font-size: 18px;
  }
}

.bd-product__collection {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #fff;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.bd-product__collection__item {
  padding-bottom: 48px;
  flex: 1 1 0%;
}

@media (min-width: 1024px) {
  .bd-product__collection {
    padding-left: 64px;
    padding-right: 64px;
    flex-direction: row;
  }

  .bd-product__collection__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* --------------------------------- Global */

.cta {
  color: #000;
}

.cta__image {
  margin-bottom: 16px;
}

.cta__title {
  margin-bottom: 8px;
}

.cta__subtitle {
  margin-bottom: 16px;
}

.cta__body {
  margin-bottom: 16px;
}

.cta__actions {
  margin-top: -16px;
  font-size: 0;
}

.cta__actions--centered {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cta__actions__action {
  display: inline-block;
  margin-right: 16px;
  margin-top: 16px;
}

.cta img {
  width: 100%;
}

/* --------------------------------- Editorial - Variations */

.cta--editorial .cta1 {
  text-align: center;
}

.cta--editorial .cta1 .cta__body {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.cta--editorial .cta2 {
  display: flex;
  flex-direction: column-reverse;
  margin-left: -16px;
  margin-right: -16px;
}

.cta--editorial .cta2__right {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 24px;
}

.cta--editorial .cta2__left {
  margin-left: 16px;
  margin-right: 16px;
}

.cta--editorial .cta3__image, .cta--editorial .cta4__image, .cta--editorial .cta5__image {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .cta--editorial .cta2 {
    flex-direction: row;
  }

  .cta--editorial .cta2__right {
    width: 50%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .cta--editorial .cta2__left {
    width: 50%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .cta--editorial .cta3__image, .cta--editorial .cta4__image, .cta--editorial .cta5__image {
    margin-bottom: 16px;
  }
}

/* --------------------------------- Landing - Variations */

.cta--landing .cta1, .cta--landing .cta5, .cta--landing .cta6 {
  text-align: center;
}

.cta--landing .cta1 .cta__body, .cta--landing .cta5 .cta__body, .cta--landing .cta6 .cta__body {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.cta--landing .cta2, .cta--landing .cta3, .cta--landing .cta4 {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  height: 384px;
}

.cta--landing .cta2__content, .cta--landing .cta3__content, .cta--landing .cta4__content {
  position: absolute;
  bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.cta--landing .cta6 {
  text-align: center;
}

.cta--landing .cta6 .cta__title {
  position: relative;
}

.cta--landing .cta6 .cta__subtitle {
  margin-bottom: 16px;
}

.cta--landing .cta6 .cta__image {
  margin-top: -28px;
  margin-bottom: 28px;
}

.cta--landing .cta6 .cta__image img {
  width: 100%;
}

.cta--landing .cta6 .cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cta--landing .cta6 .cta__actions__action {
  margin-right: 16px;
  margin-top: 16px;
}

@media (min-width: 1280px) {
  .cta--landing .cta6 .cta__image {
    margin-top: -40px;
  }
}

.cta__collection {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom:  0;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #fff;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
}

.cta__collection__item {
  padding-bottom: 48px;
  flex: 1 1 0%;
}

@media (min-width: 1024px) {
  .cta__collection {
    padding-left: 64px;
    padding-right: 64px;
    flex-direction: row;
  }

  .cta__collection__item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta__collection__item--wide {
    flex-grow: 2.1;
  }

  .cta__collection__item--skinny {
    flex-grow: 1;
  }
}

.modal {
  background-color: rgba(0,0,0,0.5);
  font-family: League-Gothic;
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__content {
  background-color: #fff;
  padding: 28px;
  max-width: 512px;
  width: 100%;
  max-width: 448px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.modal__header__icon {
  width: 40px;
  text-align: right;
}

.modal__body__content {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.modal__body__buttons {
  display: flex;
  justify-content: space-between;
}

.modal__body__button {
  width: calc(50% - 0.5em);
}

.footer {
  color: #000;
  background-color: #fff;
}

.footer__container {
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.footer__container--dark {
  background-color: #ECECEC;
}

.footer__container__image {
  height: 48px;
  margin-bottom: 24px;
}

.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: neue-haas-grotesk-text;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.footer__top__message {
  font-family: New-Grotesk-Square;
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
}

.footer__top__message span {
  color: #00AFDB
}

.footer__top__inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__top__inputs__box {
  flex: 1 1 0%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #7D7D7D;
  font-family: neue-haas-grotesk-text;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
}

.footer__middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: neue-haas-grotesk-text;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.footer__middle__links {
  list-style-type: none;
  margin:  0;
  padding:  0;
}

.footer__middle__links__link {
  font-size: 14px;
  margin-bottom: 8px;
}

.footer__middle__links__link span {
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #000
}

.footer__middle__section {
  margin-top: 24px;
}

.footer__middle__section__label {
  margin-bottom: 12px;
  font-size: 14px;
}

.footer__middle__icons {
  display: flex;
  align-items: center;
}

.footer__middle__icons__icon {
  margin-right: 16px;
  align-self: center;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: neue-haas-grotesk-text;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.footer__bottom__first {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.footer__bottom__first__label {
  margin-left: 8px;
}

.footer__bottom__second {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.footer__bottom__third {
  flex: 1 1 0%;
}

.footer__bottom__third__image {
  display: inline-block;
  height: 20px;
  margin-right: 16px;
}

.footer__bottom__third__image img {
  height: 100%;
}

@media (min-width: 1280px) {
  .footer__container {
    background-color: #fff;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
  }

  .footer__container--dark {
    background-color: #ECECEC;
    position: relative;
  }

  .footer__container__image {
    position: absolute;
    height: 48px;
    top: 1.5rem;
    right: 1.5rem;
  }

  .footer__top {
    flex-direction: row;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: neue-haas-grotesk-text;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__top__message {
    width: 50%;
    font-family: New-Grotesk-Square;
    font-size: 24px;
    text-align: left;
    margin-bottom:  0;
  }

  .footer__top__message span {
    color: #00AFDB
  }

  .footer__top__inputs {
    width: 50%;
    flex-direction: row;
  }

  .footer__top__inputs__box {
    flex: 1 1 0%;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 16px;
    margin-bottom:  0;
    font-size: 16px;
    color: #7D7D7D;
    font-family: neue-haas-grotesk-text;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    line-height: 1;
  }

  .footer__middle {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: neue-haas-grotesk-text;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__middle__links {
    list-style-type: none;
    margin:  0;
    padding:  0;
  }

  .footer__middle__links__link {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .footer__middle__links__link span {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #000
  }

  .footer__middle__section__label {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .footer__middle__icons {
    display: flex;
    padding-top: 8px;
  }

  .footer__middle__icons__icon {
    margin-right: 16px;
    align-self: center;
  }

  .footer__bottom {
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: neue-haas-grotesk-text;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .footer__bottom__first {
    display: flex;
    align-items: center;
    margin-right: 24px;
  }

  .footer__bottom__first__label {
    margin-left: 8px;
  }

  .footer__bottom__second {
    display: flex;
    align-items: center;
    margin:  0;
  }

  .footer__bottom__third {
    flex: 1 1 0%;
    text-align: right;
  }

  .footer__bottom__third__image {
    display: inline-block;
    height: 20px;
    margin-left: 24px;
    margin-right:  0;
  }

  .footer__bottom__third__image img {
    height: 100%;
  }
}

.header {
  display: none;
  border-color: #ECECEC;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

.header-mobile {
  color: #000;
  background-color: #fff;
  font-family: neue-haas-grotesk-text;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  border-color: #ECECEC;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  height: 80px;
}

.header-mobile__logo {
  height: 28px;
  flex: 1 1 0%;
  text-align: center;
}

.header-mobile__logo img {
  height: 100%;
}

.header-mobile__actions {
  list-style-type: none;
  display: inline-block;
  padding:  0;
  margin:  0;
  font-size: 14px;
  flex: 1 1 0%;
}

.header-mobile__actions--right {
  text-align: right;
}

.header-mobile__actions__action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top:  0;
  padding-bottom:  0;
  padding-left: 4px;
  padding-right: 4px;
  margin:  0;
  position: relative;
  height: 80px;
}

.header-mobile__actions__action a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin:  0;
  position: relative;
}

.header-mobile__actions__action__label {
  margin-top: 8px
}

.header-mobile__actions__action__counter {
  position: absolute;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 4px;
  width: 16px;
  height: 16px;
  line-height: 1.5;
  text-align: center;
  border-radius: 9999px;
  box-sizing: content-box;
  font-size: 11px;
  top: 3px;
  right: 5px;
}

.header-mobile__actions__action--selected {
  border-color: #000;
  border-width: 0;
  border-bottom-width: 3px;
  border-style: solid;
}

.header-mobile__menu {
  background-color: #ECECEC;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-family: neue-haas-grotesk-text;
  color: #000;
  top: 80px;
}

.header-mobile__menu__item {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  text-transform: uppercase;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #B3B3B3;
  padding-top: 28px;
  padding-bottom: 28px;
}

.header-mobile__menu__subitem {
  text-transform: uppercase;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #B3B3B3;
  display: block;
}

.header-mobile__menu__subitem__item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
}

.header-mobile__menu__subitem__subitem {
  background-color: #DBDBDB;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #B3B3B3;
  display: block;
}

@media (min-width: 1280px) {
  .header-mobile {
    display: none;
  }

  .header-mobile__menu {
    display: none;
  }

  .header {
    color: #000;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    font-family: neue-haas-grotesk-text;
    position: relative;
    height: 72px;
  }

  .header__logo {
    margin-right: 24px;
    line-height: 1;
  }

  .header__logo img {
    height: 40px;
  }

  .header__links {
    list-style-type: none;
    display: inline-block;
    padding:  0;
    margin:  0;
    font-size: 18px;
    line-height: 1;
  }

  .header__links__link {
    display: inline-block;
    padding:  0;
    padding-right: 24px;
    margin:  0;
    line-height: 2;
    line-height: 72px;
  }

  .header__links__link--selected {
    padding-bottom: 4px;
    border-color: #000;
    border-width: 0;
    border-bottom-width: 3px;
    border-style: solid;
  }

  .header__actions {
    flex: 1 1 0%;
    list-style-type: none;
    text-align: right;
    display: inline-block;
    padding:  0;
    margin:  0;
    font-size: 18px;
  }

  .header__actions__action {
    display: inline-flex;
    padding:  0;
    margin:  0;
    margin-left: 24px;
    position: relative;
    cursor: pointer;
    line-height: 72px;
  }

  .header__actions__action__label {
    margin-right: 8px;
  }

  .header__actions__action__counter {
    position: absolute;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 4px;
    width: 16px;
    height: 16px;
    line-height: 1.5;
    text-align: center;
    border-radius: 9999px;
    box-sizing: content-box;
    font-size: 11px;
    top: 10px;
    right: -11px;
  }

  .header__menu {
    position: absolute;
    right: 0;
    left: 0;
    background-color: #ECECEC;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 128px;
    padding-right: 128px;
    display: flex;
    line-height: 1.25;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    top: 73px;
  }

  .header__menu__image {
    position: absolute;
    z-index: 0;
    top: 1rem;
    right: 3rem;
    opacity: 0.1;
  }

  .header__menu__image img {
    height: 100%;
  }

  .header__menu__collection {
    list-style-type: none;
    margin:  0;
    padding:  0;
    margin-right: 80px;
    z-index: 10;
  }

  .header__menu__header {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .header__menu__item {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.icon--pointer {
  cursor: pointer;
}

.dropdown {
  font-family: neue-haas-grotesk-text;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  align-items: center;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 165px;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}

.dropdown.active {
  border-color: #000;
  border-width: 2px;
}

.dropdown--small {
  width: auto;
  min-width: 165px;
}

.dropdown--small.open {
  border-color: #000;
  border-width: 2px;
}

.dropdown--small .icon--main {
  margin-left: 12px;
}

.dropdown__label {
  flex: 1 1 0%;
  margin-right: 16px;
}

.dropdown__menu {
  position: absolute;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);;
  left: 0;
  right: 0;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
  z-index: 20;
  overflow: scroll;
  top: 46px;
  max-height: 225px;
}

.dropdown__menu__item {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #DBDBDB;
}

.dropdown__menu__item.checkbox {
  display: flex;
}

.dropdown__menu__item.checkbox .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  margin-right: 12px;
  height: 24px;
  width: 24px;
}

.dropdown__menu__item.checkbox .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dropdown__menu__item:last-of-type {
  border-width: 0;
}

.heading {
  font-family: New-Grotesk-Square;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin:  0;
  padding:  0;
}

.heading--white {
  color: #fff;
}

.heading-1 {
  font-size: 64px;
}

.heading-2 {
  font-size: 48px;
}

.heading-3 {
  font-size: 48px;
}

.heading-4 {
  font-size: 32px;
}

.heading-5 {
  font-size: 24px;
}

.heading-6 {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .heading-1 {
    font-size: 80px;
  }

  .heading-2 {
    font-size: 64px;
  }

  .heading-3 {
    font-size: 48px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .heading-5 {
    font-size: 24px;
  }

  .heading-6 {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .heading-1 {
    font-size: 96px;
  }

  .heading-2 {
    font-size: 80px;
  }

  .heading-3 {
    font-size: 64px;
  }

  .heading-4 {
    font-size: 48px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .heading-6 {
    font-size: 24px;
  }
}

@media (min-width: 1600px) {
  .heading-1 {
    font-size: 96px;
  }

  .heading-2 {
    font-size: 80px;
  }

  .heading-3 {
    font-size: 64px;
  }

  .heading-4 {
    font-size: 48px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .heading-6 {
    font-size: 24px;
  }
}

.categoryHeader {
  font-family: neue-haas-grotesk-text;
  color: #000;
  margin-bottom: 24px;
}

.categoryHeader__heading {
  font-size: 48px;
  margin-bottom: 8px;
  line-height: 1;
}

.categoryHeader__body :first-child {
  margin-top:  0;
}

@media (min-width: 768px) {
  .categoryHeader {
    display: flex;
    margin-bottom: 32px;
  }

  .categoryHeader__heading {
    width: 33.333333%;
    font-size: 64px;
  }

  .categoryHeader__body {
    width: 66.666667%;
    align-self: center;
  }

  .categoryHeader__body p:last-of-type {
    margin-bottom:  0;
  }

  .categoryHeader__toggle-txt {
    display: none;
  }
}

.productTile {
  width: 50%;
  text-align: center;
  position: relative;
  border-color: #CCCCCC;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
}

.productTile:hover {
  background-color: #ECECEC;
}

.productTile:hover .productTile__footer {
  opacity: 1;
}

.productTile--oos .productTile__img {
  opacity: 0.5;
}

.productTile__link {
  display: block;
  padding-top: 40px;
  padding-bottom: 16px;
}

.productTile__imgContainer {
  position: relative;
  margin-bottom: 16px;
}

.productTile__img {
  max-width: 100%;
  height: auto;
  width: 80px;
}

.productTile__name {
  margin-bottom: 8px;
  font-size: 24px;
}

.productTile__features {
  line-height: 1.25;
  list-style-type: none;
  margin:  0;
  padding-left:  0;
}

.productTile__packaging {
  color: #7D7D7D;
  margin-bottom: 8px;
}

.productTile__stockStatus {
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
  width: 100%;
  max-width: 170px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.productTile__stockStatus--oos {
  color: #fff;
  background-color: #7D7D7D;
}

.productTile__qtyToggles {
  display: flex;
  font-family: neue-haas-grotesk-text;
  flex-wrap: wrap;
}

.productTile__qtyToggle {
  padding:  0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  width: 33.333333%;
  height: 40px;
  box-sizing: border-box;
}

.productTile__qtyToggle svg {
  margin-left:  0;
}

.productTile__qtyToggle--plus,
    .productTile__qtyToggle--minus {
  transition: 0.3s;
  cursor: pointer;
}

.productTile__qtyToggle--plus:hover, .productTile__qtyToggle--minus:hover {
  background-color: #000;
  color: #fff;
}

.productTile__qtyToggle--input {
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000 !important;
  width: 33.333333% !important;
  flex-direction: row !important;
  font-family: neue-haas-grotesk-text !important;
  height: 40px !important;
  border-radius: 0 !important;
}

.productTile__price {
  font-family: New-Grotesk-Square;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  font-size: 32px;
}

.productTile__price--old {
  text-decoration: line-through;
  color: #919191;
}

.productTile__price--special {
  color: #E1251B;
}

.productTile button {
  color: #fff;
  display: flex;
  width: 100%;
  height: 40px;
  flex: 1 1 0%;
}

.productTile__icon {
  fill: currentColor;
  order: -9999;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.productTile__footer {
  opacity: 1;
}

@media (min-width: 768px) {
  .productTile {
    width: 25%;
  }

  .productTile__link {
    padding-top: 32px;
  }

  .productTile__qtyToggles {
    flex-wrap: nowrap;
  }

  .productTile__qtyToggle {
    width: 16.666667%;
  }

  .productTile__qtyToggle svg {
    margin-right: 0;
  }

  .productTile__footer {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .productTile {
    width: 20%;
  }

  .productTile__link {
    padding-bottom:  0;
  }
}

.hero--editorial {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  color: #fff;
  text-align: center;
}

.hero--editorial .hero__title {
  position: relative;
}

.hero--editorial .hero__subtitle {
  margin-bottom: 16px;
}

.hero--editorial .hero__body {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.hero--editorial .hero__image {
  margin-top: -28px;
  margin-bottom: 28px;
}

.hero--editorial .hero__image img {
  width: 100%;
}

.hero--editorial .hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.hero--editorial .hero__actions__action {
  margin-right: 16px;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .hero--editorial {
    padding-left: 128px;
    padding-right: 128px;
  }
}

@media (min-width: 1280px) {
  .hero--editorial .hero__image {
    margin-top: -40px;
  }
}

/* Landing ----------------------------------------- */

.hero--landing {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
}

.hero--landing .hero__title {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.hero--landing .hero__subtitle {
  margin-bottom: 16px;
}

.hero--landing .hero__subtitle-curved {
  display: none;
  font-family: neue-haas-grotesk-text;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.hero--landing .hero__body {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.hero--landing .hero__image {
  margin-top: -28px;
  margin-bottom: 28px;
}

.hero--landing .hero__image img {
  width: 100%;
}

.hero--landing .hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.hero--landing .hero__actions__action {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 24px;
  font-size: 24px;
}

.hero--landing .hero__actions--links {
  display: none;
}

.hero--landing .hero__actions--buttons {
  display: flex;
}

@media (min-width: 1024px) {
  .hero--landing .hero__subtitle {
    display: none;
  }

  .hero--landing .hero__subtitle-curved {
    display: inline;
  }

  .hero--landing .hero__subtitle-curved text {
    letter-spacing: 1px;
  }

  .hero--landing .hero__actions--links {
    display: flex;
  }

  .hero--landing .hero__actions__action {
    text-decoration: underline;
  }

  .hero--landing .hero__actions__action:hover, .hero--landing .hero__actions__action:focus{
    text-decoration: none;
  }

  .hero--landing .hero__actions--buttons {
    display: none;
  }
}

.bd-label {
  font-family: neue-haas-grotesk-text;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin:  0;
  padding:  0;
}

.bd-label--white {
  color: #fff;
}

.bd-label--sm {
  font-size: 16px;
}

.bd-label--md {
  font-size: 16px;
}

.bd-label--lg {
  font-size: 18px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .label--lg {
    font-size: 24px;
  }
}

.link {
  font-family: neue-haas-grotesk-text;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.2s;
  cursor: pointer;
}

.link:visited {
  color: #000;
  text-decoration: none;
}

.link:hover {
  color: #000;
  text-decoration: none;
}

.link--blue:visited {
  color: #000;
  text-decoration: none;
}

.link--blue:hover {
  color: #00AFDB;
  text-decoration: none;
}

.link--white {
  color: #fff;
}

.link--white:visited {
  color: #fff;
  text-decoration: none;
}

.link--white:hover {
  color: #fff;
  text-decoration: none;
}

.link--underline {
  text-decoration: underline;
}

.link--underline:visited {
  color: #000;
  text-decoration: underline;
}

.link--underline:hover {
  text-decoration: none;
}

.copy {
  font-family: neue-haas-grotesk-text;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin:  0;
  padding:  0;
}

.copy--large {
  font-size: 18px;
}

.copy--white {
  color: #fff !important;
}

.copy--white a {
  color: #fff !important;
}

.copy a {
  text-decoration: underline !important;
}

.search-modal {
  position: absolute;
  background-color: #fff;
  display: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 10;
  padding-bottom: 32px;
  max-width: 1110px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
}

.search-modal__header {
  display: flex;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.search-modal__content {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}

.search-modal__content__wrapper {
  position: relative;
}

.search-modal__content__input {
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #000;
  width: 100%;
  font-family: New-Grotesk-Square;
  font-size: 64px;
  outline: 0;
  padding-left: 16px;
  outline: none !important;
}

.search-modal__content__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.search-modal__content__input__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.search-modal__content__results {
  display: flex;
  flex-direction: column;
}

.search-modal__content__results__left {
  width: 224px;
}

.search-modal__content__results__centre {
  flex: 1 1 0%;
}

.search-modal__content__results__right {
  width: 260px;
}

.search-modal__content__results__right__image {
  margin-top: 32px;
}

.search-modal__result {
  margin-top: 48px;
}

.search-modal__result__label {
  color: #919191;
  margin-bottom: 24px;
}

.search-modal__suggestion {
  margin-bottom: 12px;
}

.search-modal__page {
  text-decoration: none;
}

.search-modal__page__title {
}

.search-modal__page__url {
  color: #B3B3B3;
  margin-bottom: 8px;
}

.search-modal__category {
  background-color: #000;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: neue-haas-grotesk-text;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-right: 4px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 19px;
}

.search-modal__category:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.search-modal__category:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.search-modal__category:visited {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.search-modal__product {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  cursor: pointer;
}

.search-modal__product__image {
  margin-right: 8px;
}

.search-modal__product__image img {
  width: 80px;
}

.search-modal__link {
  margin-bottom: 8px;
}

.search-modal--open {
  display: block;
}

@media (min-width: 768px) {
  .search-modal__content__results {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .search-modal__content__results__left {
    flex-basis: 50%;
  }

  .search-modal__content__results__centre {
    flex-basis: 50%;
  }

  .search-modal__content__results__right {
  }
}

@media (min-width: 1280px) {
  .search-modal {
    top: 73px;
  }

  .search-modal__header {
    padding-left: 96px;
    padding-right: 32px;
  }

  .search-modal__content {
    padding-left: 96px;
    padding-right: 96px;
  }

  .search-modal__content__results {
    flex-wrap: nowrap;
  }

  .search-modal__content__results__left {
    flex-basis: 75%;
  }

  .search-modal__content__results__centre {
    flex-basis: 100%;
  }

  .search-modal__content__results__right {
    flex-basis: 75%;
  }
}

.minibasket__stepper {
  display: inline-block;
  font-family: League-Gothic;
  letter-spacing: 1px;
  background-color: #ECECEC;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1;
}

.minibasket__stepper__control {
  padding-left: 12px;
  padding-right: 12px;
  padding-top:  0;
  padding-bottom:  0;
  cursor: pointer;
}

.minibasket__stepper__quantity {
  padding-left: 12px;
  padding-right: 12px;
  padding-top:  0;
  padding-bottom:  0;
  border-color: #7D7D7D;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
}

.minibasket__stepper .icon {
  width: 16px;
}

.minibasket__item {
  display: flex;
  font-family: League-Gothic;
  letter-spacing: 1px;
  padding-top: 12px;
  margin-bottom: 12px;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #CCCCCC;
  border-style: solid;
}

.minibasket__item__image {
  margin-right: 8px;
}

.minibasket__item__details__info {
  min-height: 64px;
}

.minibasket__item__details__title {
  font-size: 24px;
  text-transform: uppercase;
}

.minibasket__item__details__price {
  font-size: 18px;
  padding-bottom: 12px;
}

.minibasket__item__details__price--discount {
  color: #FE6058;
  padding-right: 16px;
  text-decoration: line-through;
  display: inline-block;
}

.minibasket__item__details__remove {
  font-size: 16px;
  text-transform: uppercase;
  color: #7D7D7D;
  text-decoration: underline;
  letter-spacing: 1px;
  margin-bottom: 8px;
  cursor: pointer;
}

.minibasket__item__details__quantity__label {
  font-size: 18px;
  margin-right: 12px;
  text-transform: uppercase;
}

.minibasket {
  font-family: League-Gothic;
  letter-spacing: 1px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  height: 100vh;
  text-align: left;
  width: 384px;
}

.minibasket__overlay {
  display: none;
}

.minibasket__overlay--open {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255,255,255, 0.8);
}

.minibasket__header {
  display: flex;
  align-items: center;
  padding: 16px;
}

.minibasket__header__label {
  font-size: 24px;
  margin-right: 8px;
}

.minibasket__header__icon {
  flex: 1;
  text-align: right;
}

.minibasket__header__icon img {
  cursor: pointer;
}

.minibasket__items {
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  flex-grow: 1;
  overflow: auto;
}

.minibasket__footer__total {
  display: flex;
  justify-content: space-between;
  background-color: #3E3E3E;
  color: #fff;
  padding: 16px;
  font-size: 24px;
  text-transform: uppercase;
}

.minibasket__footer__actions {
  background-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.minibasket__footer__actions__buttons {
  display: flex;
}

.minibasket__footer__actions__button {
  margin-left: 8px;
  margin-right: 8px;
  flex: 1 1 0%;
}

.minibasket__footer__actions__link {
  padding-top: 16px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.godull {
  position: fixed;
  opacity: 0.5;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  width: 100%;
  background-color: #fff;
  font-family: neue-haas-grotesk-text;
}

.filters .filters__mobile__footer {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.filters .filters__mobile__footer .filters__column--filters {
  display: flex;
  margin-bottom: 16px;
}

.filters .filters__mobile__footer .pagination {
  margin: 0 auto;
}

.filters__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.filters__column--first {
  width: 50%;
}

.filters__column--second {
  width: 50%;
}

.filters__column--dropdown {
  display: none;
  flex-wrap: wrap;
}

.filters__column--dropdown .dropdown {
  margin-bottom: 8px;
  margin-right: 12px;
}

.filters__column--mobile-filter {
  display: flex;
  padding-right: 8px;
}

.filters__column--filters {
  display: none;
  flex-wrap: wrap;
  padding-top: 12px;
  font-size: 18px;
}

.filters__column--filters .title {
  margin-right: 8px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.filters__column--filters .filters-wrapper {
  display: flex;
}

.filters__column--filters .selected-filter {
  display: flex;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
  background-color: #ECECEC;
}

.filters__column--filters .selected-filter--icon {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.filters__column--sort {
  display: flex;
  justify-content: flex-end;
  padding-left: 8px;
}

.filters__column--pagination {
  display: none;
  flex-direction: column;
  padding-top: 12px;
}

.filters__column .pagination {
  justify-content: flex-end;
}

.filters__column .productcount {
  display: none;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.filters__column .dropdown--small, .filters__column .filter__menu__button--small {
  width: 100%;
  min-width: 100px;
}

.filters__mobile {
  min-height: 650px;
  font-family: neue-haas-grotesk-text;
  z-index: 10;
  max-width: 295px;
}

.filters__mobile__container {
  background-color: #fff;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 20;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
  width: 295px;
  box-sizing: border-box;
}

.filters__mobile__container .filters__mobile__container--header {
  display: flex;
  justify-content: space-around;
  padding-bottom: 24px;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #CCCCCC;
  min-height: 60px;
}

.filters__mobile__container .filters__mobile__container--header .header__action {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.filters__mobile__container .filters__mobile__container--header .header__title {
  width: 60%;
  color: #000;
  font-family: New-Grotesk-Square;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  line-height: 1;
}

.filters__mobile__container .filters__mobile__container--body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.filters__mobile .filter__menu--item {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: capitalize;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #DBDBDB;
}

.filters__mobile .filter__menu--item.main--menu {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.filters__mobile .filter__menu--item.main--menu .label {
  font-size: 18px;
}

.filters__mobile .filter__menu--item.checkbox {
  display: flex;
}

.filters__mobile .filter__menu--item.checkbox .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.filters__mobile .filter__menu--item.checkbox .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}

.filters__mobile .filter_actions button:last-of-type {
  margin-top: 12px;
}

@media (min-width: 1280px) {
  .filters {
    padding-left:  0;
    padding-right:  0;
  }

  .filters__column--first {
    width: 66.666667%;
  }

  .filters__column--second {
    width: 33.333333%;
  }

  .filters__column--mobile-filter {
    display: none;
    padding-right:  0;
  }

  .filters__column .productcount {
    display: flex;
  }

  .filters__column--sort {
    padding-left:  0;
  }

  .filters .filters__column--dropdown {
    display: flex;
  }

  .filters .filters__column--filters .title {
    margin-bottom:  0;
  }

  .filters__mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .filters .filters__column--pagination {
    display: flex;
  }

  .filters .filters__column--filters {
    display: flex;
  }

  .filters .filters__mobile__footer {
    display: none;
  }

  .filters .dropdown--small, .filters .filter__menu__button--small {
    width: auto;
    min-width: 165px;
  }
}

.filter__menu__button {
  font-family: neue-haas-grotesk-text;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  align-items: center;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 256px;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}

.filter__menu__button--small {
  width: auto;
  min-width: 100px;
}

.filter__menu__button--small.open {
  border-color: #000;
  border-width: 2px;
}

.filter__menu__button--small .icon--main {
  margin-left: 12px;
}

.filter__menu__button__label {
  flex: 1 1 0%;
}

.pagination {
  display: flex;
  font-family: neue-haas-grotesk-text;
}

.pagination__item {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #DBDBDB;
}

.pagination__item.active {
  background-color: #000;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.pagination__item.active:hover {
  background-color: #000;
  color: #fff;
}

.pagination__item.more {
  background-color: #fff;
  border-width: 0;
}

.pagination__item.more:hover {
  background-color: #fff;
}

.pagination__item--less {
  margin-right: 8px;
}

.pagination__item:last-of-type {
  margin-left: 8px;
}

.pagination__item:hover {
  background-color: #ECECEC;
}

.productcount {
  font-family: neue-haas-grotesk-text;
  display: flex;
}

.productcount__item {
  width: 40px;
  height: 40px;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  background-color: #ECECEC;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: #ECECEC;
}

.productcount__item.active {
  background-color: #000;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.productcount .title {
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
}

.linebreak {
  display: block;
  background-color: #CCCCCC;
  width: 100%;
  border-width: 0;
  height: 1px;
}

.breadcrumbs {
  font-family: neue-haas-grotesk-text !important;
  color: #3E3E3E !important;
}

.breadcrumbs__list {
  margin:  0;
  padding-left:  0;
  list-style-type: none;
  line-height: 1.5;
}

.breadcrumbs__item {
  display: inline;
  font-weight: 500;
}

.breadcrumbs__item:not(:first-child)::before {
  content: '';
  display: inline-block;
  margin: 0 0.15rem;
  border-right: 2px solid currentColor;
  height: 1em;
  transform: rotate(15deg) translateY(3px);
}

.breadcrumbs__link {
  color: #3E3E3E !important;
  text-decoration: underline !important;
}

.breadcrumbs__link:hover,
        .breadcrumbs__link:active {
  text-decoration: underline;
}

.breadcrumbs [aria-current='page'] {
  text-decoration: none;
  cursor: default;
}

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent !important;
}

.bg-semi-transparent {
  background-color: rgba(0,0,0,0.5) !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray-100 {
  background-color: #F6F6F6 !important;
}

.bg-gray-200 {
  background-color: #ECECEC !important;
}

.bg-gray-300 {
  background-color: #DBDBDB !important;
}

.bg-gray-400 {
  background-color: #CCCCCC !important;
}

.bg-gray-500 {
  background-color: #B3B3B3 !important;
}

.bg-gray-600 {
  background-color: #919191 !important;
}

.bg-gray-700 {
  background-color: #7D7D7D !important;
}

.bg-gray-800 {
  background-color: #3E3E3E !important;
}

.bg-gray-900 {
  background-color: #1C1C1C !important;
}

.bg-blue-200 {
  background-color: #C6F4FF !important;
}

.bg-blue-300 {
  background-color: #95E2F4 !important;
}

.bg-blue-400 {
  background-color: #33C8E9 !important;
}

.bg-blue-500 {
  background-color: #00AFDB !important;
}

.bg-green-200 {
  background-color: #DFE8C1 !important;
}

.bg-green-300 {
  background-color: #BBC890 !important;
}

.bg-green-400 {
  background-color: #9EB54E !important;
}

.bg-green-500 {
  background-color: #789904 !important;
}

.bg-red-200 {
  background-color: #FFD2CF !important;
}

.bg-red-300 {
  background-color: #FF9691 !important;
}

.bg-red-400 {
  background-color: #FE6058 !important;
}

.bg-red-500 {
  background-color: #E1251B !important;
}

.bg-orange-200 {
  background-color: #FFE5D7 !important;
}

.bg-orange-300 {
  background-color: #FFC6A6 !important;
}

.bg-orange-400 {
  background-color: #F7A171 !important;
}

.bg-orange-500 {
  background-color: #F48B50 !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-semi-transparent:hover {
  background-color: rgba(0,0,0,0.5) !important;
}

.hover\:bg-black:hover {
  background-color: #000 !important;
}

.hover\:bg-white:hover {
  background-color: #fff !important;
}

.hover\:bg-gray-100:hover {
  background-color: #F6F6F6 !important;
}

.hover\:bg-gray-200:hover {
  background-color: #ECECEC !important;
}

.hover\:bg-gray-300:hover {
  background-color: #DBDBDB !important;
}

.hover\:bg-gray-400:hover {
  background-color: #CCCCCC !important;
}

.hover\:bg-gray-500:hover {
  background-color: #B3B3B3 !important;
}

.hover\:bg-gray-600:hover {
  background-color: #919191 !important;
}

.hover\:bg-gray-700:hover {
  background-color: #7D7D7D !important;
}

.hover\:bg-gray-800:hover {
  background-color: #3E3E3E !important;
}

.hover\:bg-gray-900:hover {
  background-color: #1C1C1C !important;
}

.hover\:bg-blue-200:hover {
  background-color: #C6F4FF !important;
}

.hover\:bg-blue-300:hover {
  background-color: #95E2F4 !important;
}

.hover\:bg-blue-400:hover {
  background-color: #33C8E9 !important;
}

.hover\:bg-blue-500:hover {
  background-color: #00AFDB !important;
}

.hover\:bg-green-200:hover {
  background-color: #DFE8C1 !important;
}

.hover\:bg-green-300:hover {
  background-color: #BBC890 !important;
}

.hover\:bg-green-400:hover {
  background-color: #9EB54E !important;
}

.hover\:bg-green-500:hover {
  background-color: #789904 !important;
}

.hover\:bg-red-200:hover {
  background-color: #FFD2CF !important;
}

.hover\:bg-red-300:hover {
  background-color: #FF9691 !important;
}

.hover\:bg-red-400:hover {
  background-color: #FE6058 !important;
}

.hover\:bg-red-500:hover {
  background-color: #E1251B !important;
}

.hover\:bg-orange-200:hover {
  background-color: #FFE5D7 !important;
}

.hover\:bg-orange-300:hover {
  background-color: #FFC6A6 !important;
}

.hover\:bg-orange-400:hover {
  background-color: #F7A171 !important;
}

.hover\:bg-orange-500:hover {
  background-color: #F48B50 !important;
}

.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:bg-semi-transparent:focus {
  background-color: rgba(0,0,0,0.5) !important;
}

.focus\:bg-black:focus {
  background-color: #000 !important;
}

.focus\:bg-white:focus {
  background-color: #fff !important;
}

.focus\:bg-gray-100:focus {
  background-color: #F6F6F6 !important;
}

.focus\:bg-gray-200:focus {
  background-color: #ECECEC !important;
}

.focus\:bg-gray-300:focus {
  background-color: #DBDBDB !important;
}

.focus\:bg-gray-400:focus {
  background-color: #CCCCCC !important;
}

.focus\:bg-gray-500:focus {
  background-color: #B3B3B3 !important;
}

.focus\:bg-gray-600:focus {
  background-color: #919191 !important;
}

.focus\:bg-gray-700:focus {
  background-color: #7D7D7D !important;
}

.focus\:bg-gray-800:focus {
  background-color: #3E3E3E !important;
}

.focus\:bg-gray-900:focus {
  background-color: #1C1C1C !important;
}

.focus\:bg-blue-200:focus {
  background-color: #C6F4FF !important;
}

.focus\:bg-blue-300:focus {
  background-color: #95E2F4 !important;
}

.focus\:bg-blue-400:focus {
  background-color: #33C8E9 !important;
}

.focus\:bg-blue-500:focus {
  background-color: #00AFDB !important;
}

.focus\:bg-green-200:focus {
  background-color: #DFE8C1 !important;
}

.focus\:bg-green-300:focus {
  background-color: #BBC890 !important;
}

.focus\:bg-green-400:focus {
  background-color: #9EB54E !important;
}

.focus\:bg-green-500:focus {
  background-color: #789904 !important;
}

.focus\:bg-red-200:focus {
  background-color: #FFD2CF !important;
}

.focus\:bg-red-300:focus {
  background-color: #FF9691 !important;
}

.focus\:bg-red-400:focus {
  background-color: #FE6058 !important;
}

.focus\:bg-red-500:focus {
  background-color: #E1251B !important;
}

.focus\:bg-orange-200:focus {
  background-color: #FFE5D7 !important;
}

.focus\:bg-orange-300:focus {
  background-color: #FFC6A6 !important;
}

.focus\:bg-orange-400:focus {
  background-color: #F7A171 !important;
}

.focus\:bg-orange-500:focus {
  background-color: #F48B50 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-transparent {
  border-color: transparent !important;
}

.border-semi-transparent {
  border-color: rgba(0,0,0,0.5) !important;
}

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray-100 {
  border-color: #F6F6F6 !important;
}

.border-gray-200 {
  border-color: #ECECEC !important;
}

.border-gray-300 {
  border-color: #DBDBDB !important;
}

.border-gray-400 {
  border-color: #CCCCCC !important;
}

.border-gray-500 {
  border-color: #B3B3B3 !important;
}

.border-gray-600 {
  border-color: #919191 !important;
}

.border-gray-700 {
  border-color: #7D7D7D !important;
}

.border-gray-800 {
  border-color: #3E3E3E !important;
}

.border-gray-900 {
  border-color: #1C1C1C !important;
}

.border-blue-200 {
  border-color: #C6F4FF !important;
}

.border-blue-300 {
  border-color: #95E2F4 !important;
}

.border-blue-400 {
  border-color: #33C8E9 !important;
}

.border-blue-500 {
  border-color: #00AFDB !important;
}

.border-green-200 {
  border-color: #DFE8C1 !important;
}

.border-green-300 {
  border-color: #BBC890 !important;
}

.border-green-400 {
  border-color: #9EB54E !important;
}

.border-green-500 {
  border-color: #789904 !important;
}

.border-red-200 {
  border-color: #FFD2CF !important;
}

.border-red-300 {
  border-color: #FF9691 !important;
}

.border-red-400 {
  border-color: #FE6058 !important;
}

.border-red-500 {
  border-color: #E1251B !important;
}

.border-orange-200 {
  border-color: #FFE5D7 !important;
}

.border-orange-300 {
  border-color: #FFC6A6 !important;
}

.border-orange-400 {
  border-color: #F7A171 !important;
}

.border-orange-500 {
  border-color: #F48B50 !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-semi-transparent:hover {
  border-color: rgba(0,0,0,0.5) !important;
}

.hover\:border-black:hover {
  border-color: #000 !important;
}

.hover\:border-white:hover {
  border-color: #fff !important;
}

.hover\:border-gray-100:hover {
  border-color: #F6F6F6 !important;
}

.hover\:border-gray-200:hover {
  border-color: #ECECEC !important;
}

.hover\:border-gray-300:hover {
  border-color: #DBDBDB !important;
}

.hover\:border-gray-400:hover {
  border-color: #CCCCCC !important;
}

.hover\:border-gray-500:hover {
  border-color: #B3B3B3 !important;
}

.hover\:border-gray-600:hover {
  border-color: #919191 !important;
}

.hover\:border-gray-700:hover {
  border-color: #7D7D7D !important;
}

.hover\:border-gray-800:hover {
  border-color: #3E3E3E !important;
}

.hover\:border-gray-900:hover {
  border-color: #1C1C1C !important;
}

.hover\:border-blue-200:hover {
  border-color: #C6F4FF !important;
}

.hover\:border-blue-300:hover {
  border-color: #95E2F4 !important;
}

.hover\:border-blue-400:hover {
  border-color: #33C8E9 !important;
}

.hover\:border-blue-500:hover {
  border-color: #00AFDB !important;
}

.hover\:border-green-200:hover {
  border-color: #DFE8C1 !important;
}

.hover\:border-green-300:hover {
  border-color: #BBC890 !important;
}

.hover\:border-green-400:hover {
  border-color: #9EB54E !important;
}

.hover\:border-green-500:hover {
  border-color: #789904 !important;
}

.hover\:border-red-200:hover {
  border-color: #FFD2CF !important;
}

.hover\:border-red-300:hover {
  border-color: #FF9691 !important;
}

.hover\:border-red-400:hover {
  border-color: #FE6058 !important;
}

.hover\:border-red-500:hover {
  border-color: #E1251B !important;
}

.hover\:border-orange-200:hover {
  border-color: #FFE5D7 !important;
}

.hover\:border-orange-300:hover {
  border-color: #FFC6A6 !important;
}

.hover\:border-orange-400:hover {
  border-color: #F7A171 !important;
}

.hover\:border-orange-500:hover {
  border-color: #F48B50 !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-semi-transparent:focus {
  border-color: rgba(0,0,0,0.5) !important;
}

.focus\:border-black:focus {
  border-color: #000 !important;
}

.focus\:border-white:focus {
  border-color: #fff !important;
}

.focus\:border-gray-100:focus {
  border-color: #F6F6F6 !important;
}

.focus\:border-gray-200:focus {
  border-color: #ECECEC !important;
}

.focus\:border-gray-300:focus {
  border-color: #DBDBDB !important;
}

.focus\:border-gray-400:focus {
  border-color: #CCCCCC !important;
}

.focus\:border-gray-500:focus {
  border-color: #B3B3B3 !important;
}

.focus\:border-gray-600:focus {
  border-color: #919191 !important;
}

.focus\:border-gray-700:focus {
  border-color: #7D7D7D !important;
}

.focus\:border-gray-800:focus {
  border-color: #3E3E3E !important;
}

.focus\:border-gray-900:focus {
  border-color: #1C1C1C !important;
}

.focus\:border-blue-200:focus {
  border-color: #C6F4FF !important;
}

.focus\:border-blue-300:focus {
  border-color: #95E2F4 !important;
}

.focus\:border-blue-400:focus {
  border-color: #33C8E9 !important;
}

.focus\:border-blue-500:focus {
  border-color: #00AFDB !important;
}

.focus\:border-green-200:focus {
  border-color: #DFE8C1 !important;
}

.focus\:border-green-300:focus {
  border-color: #BBC890 !important;
}

.focus\:border-green-400:focus {
  border-color: #9EB54E !important;
}

.focus\:border-green-500:focus {
  border-color: #789904 !important;
}

.focus\:border-red-200:focus {
  border-color: #FFD2CF !important;
}

.focus\:border-red-300:focus {
  border-color: #FF9691 !important;
}

.focus\:border-red-400:focus {
  border-color: #FE6058 !important;
}

.focus\:border-red-500:focus {
  border-color: #E1251B !important;
}

.focus\:border-orange-200:focus {
  border-color: #FFE5D7 !important;
}

.focus\:border-orange-300:focus {
  border-color: #FFC6A6 !important;
}

.focus\:border-orange-400:focus {
  border-color: #F7A171 !important;
}

.focus\:border-orange-500:focus {
  border-color: #F48B50 !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-md {
  border-radius: 4px !important;
}

.rounded-lg {
  border-radius: 8px !important;
}

.rounded-xl {
  border-radius: 16px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-sm {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-r-sm {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-l-sm {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-t-md {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-r-md {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-b-md {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-l-md {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-t-lg {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-r-lg {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-l-lg {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-t-xl {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.rounded-r-xl {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.rounded-b-xl {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-l-xl {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-sm {
  border-top-left-radius: 2px !important;
}

.rounded-tr-sm {
  border-top-right-radius: 2px !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 2px !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 2px !important;
}

.rounded-tl-md {
  border-top-left-radius: 4px !important;
}

.rounded-tr-md {
  border-top-right-radius: 4px !important;
}

.rounded-br-md {
  border-bottom-right-radius: 4px !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 4px !important;
}

.rounded-tl-lg {
  border-top-left-radius: 8px !important;
}

.rounded-tr-lg {
  border-top-right-radius: 8px !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 8px !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 8px !important;
}

.rounded-tl-xl {
  border-top-left-radius: 16px !important;
}

.rounded-tr-xl {
  border-top-right-radius: 16px !important;
}

.rounded-br-xl {
  border-bottom-right-radius: 16px !important;
}

.rounded-bl-xl {
  border-bottom-left-radius: 16px !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-1 {
  border-top-width: 1px !important;
}

.border-r-1 {
  border-right-width: 1px !important;
}

.border-b-1 {
  border-bottom-width: 1px !important;
}

.border-l-1 {
  border-left-width: 1px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-t-3 {
  border-top-width: 3px !important;
}

.border-r-3 {
  border-right-width: 3px !important;
}

.border-b-3 {
  border-bottom-width: 3px !important;
}

.border-l-3 {
  border-left-width: 3px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.table-row {
  display: table-row !important;
}

.table-cell {
  display: table-cell !important;
}

.hidden {
  display: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-no-wrap {
  flex-wrap: nowrap !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-first {
  order: -9999 !important;
}

.order-last {
  order: 9999 !important;
}

.order-none {
  order: 0 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.font-league-gothic {
  font-family: League-Gothic !important;
}

.font-new-grotesk-square {
  font-family: New-Grotesk-Square !important;
}

.font-neue-haas-grotesk {
  font-family: neue-haas-grotesk-text !important;
}

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.hover\:font-hairline:hover {
  font-weight: 100 !important;
}

.hover\:font-thin:hover {
  font-weight: 200 !important;
}

.hover\:font-light:hover {
  font-weight: 300 !important;
}

.hover\:font-normal:hover {
  font-weight: 400 !important;
}

.hover\:font-medium:hover {
  font-weight: 500 !important;
}

.hover\:font-semibold:hover {
  font-weight: 600 !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:font-black:hover {
  font-weight: 900 !important;
}

.focus\:font-hairline:focus {
  font-weight: 100 !important;
}

.focus\:font-thin:focus {
  font-weight: 200 !important;
}

.focus\:font-light:focus {
  font-weight: 300 !important;
}

.focus\:font-normal:focus {
  font-weight: 400 !important;
}

.focus\:font-medium:focus {
  font-weight: 500 !important;
}

.focus\:font-semibold:focus {
  font-weight: 600 !important;
}

.focus\:font-bold:focus {
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus {
  font-weight: 800 !important;
}

.focus\:font-black:focus {
  font-weight: 900 !important;
}

.h-0 {
  height:  0 !important;
}

.h-1 {
  height: 4px !important;
}

.h-2 {
  height: 8px !important;
}

.h-3 {
  height: 12px !important;
}

.h-4 {
  height: 16px !important;
}

.h-5 {
  height: 20px !important;
}

.h-6 {
  height: 24px !important;
}

.h-8 {
  height: 28px !important;
}

.h-10 {
  height: 32px !important;
}

.h-12 {
  height: 40px !important;
}

.h-16 {
  height: 48px !important;
}

.h-20 {
  height: 64px !important;
}

.h-24 {
  height: 80px !important;
}

.h-32 {
  height: 96px !important;
}

.h-40 {
  height: 128px !important;
}

.h-48 {
  height: 160px !important;
}

.h-56 {
  height: 192px !important;
}

.h-64 {
  height: 224px !important;
}

.h-72 {
  height: 256px !important;
}

.h-86 {
  height: 295px !important;
}

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

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.m-0 {
  margin:  0 !important;
}

.m-1 {
  margin: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 12px !important;
}

.m-4 {
  margin: 16px !important;
}

.m-5 {
  margin: 20px !important;
}

.m-6 {
  margin: 24px !important;
}

.m-8 {
  margin: 28px !important;
}

.m-10 {
  margin: 32px !important;
}

.m-12 {
  margin: 40px !important;
}

.m-16 {
  margin: 48px !important;
}

.m-20 {
  margin: 64px !important;
}

.m-24 {
  margin: 80px !important;
}

.m-32 {
  margin: 96px !important;
}

.m-40 {
  margin: 128px !important;
}

.m-48 {
  margin: 160px !important;
}

.m-56 {
  margin: 192px !important;
}

.m-64 {
  margin: 224px !important;
}

.m-72 {
  margin: 256px !important;
}

.m-86 {
  margin: 295px !important;
}

.m-auto {
  margin: auto !important;
}

.-m-0 {
  margin: 0 !important;
}

.-m-1 {
  margin: -4px !important;
}

.-m-2 {
  margin: -8px !important;
}

.-m-3 {
  margin: -12px !important;
}

.-m-4 {
  margin: -16px !important;
}

.-m-5 {
  margin: -20px !important;
}

.-m-6 {
  margin: -24px !important;
}

.-m-8 {
  margin: -28px !important;
}

.-m-10 {
  margin: -32px !important;
}

.-m-12 {
  margin: -40px !important;
}

.-m-16 {
  margin: -48px !important;
}

.-m-20 {
  margin: -64px !important;
}

.-m-24 {
  margin: -80px !important;
}

.-m-32 {
  margin: -96px !important;
}

.-m-40 {
  margin: -128px !important;
}

.-m-48 {
  margin: -160px !important;
}

.-m-56 {
  margin: -192px !important;
}

.-m-64 {
  margin: -224px !important;
}

.-m-72 {
  margin: -256px !important;
}

.-m-86 {
  margin: -295px !important;
}

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

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

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-8 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.mx-8 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.my-10 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mx-10 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-12 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-12 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-16 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mx-16 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-20 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-20 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-24 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx-24 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-32 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mx-32 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.my-40 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.mx-40 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-48 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.mx-48 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.my-56 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}

.mx-56 {
  margin-left: 192px !important;
  margin-right: 192px !important;
}

.my-64 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}

.mx-64 {
  margin-left: 224px !important;
  margin-right: 224px !important;
}

.my-72 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}

.mx-72 {
  margin-left: 256px !important;
  margin-right: 256px !important;
}

.my-86 {
  margin-top: 295px !important;
  margin-bottom: 295px !important;
}

.mx-86 {
  margin-left: 295px !important;
  margin-right: 295px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

.-my-1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.-mx-1 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.-my-2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.-mx-2 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.-my-3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.-mx-3 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.-my-4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.-mx-4 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.-my-5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.-mx-5 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.-my-6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.-mx-6 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.-my-8 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

.-mx-8 {
  margin-left: -28px !important;
  margin-right: -28px !important;
}

.-my-10 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.-mx-10 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.-my-12 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.-mx-12 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.-my-16 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.-mx-16 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.-my-20 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.-mx-20 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}

.-my-24 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.-mx-24 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}

.-my-32 {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.-mx-32 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.-my-40 {
  margin-top: -128px !important;
  margin-bottom: -128px !important;
}

.-mx-40 {
  margin-left: -128px !important;
  margin-right: -128px !important;
}

.-my-48 {
  margin-top: -160px !important;
  margin-bottom: -160px !important;
}

.-mx-48 {
  margin-left: -160px !important;
  margin-right: -160px !important;
}

.-my-56 {
  margin-top: -192px !important;
  margin-bottom: -192px !important;
}

.-mx-56 {
  margin-left: -192px !important;
  margin-right: -192px !important;
}

.-my-64 {
  margin-top: -224px !important;
  margin-bottom: -224px !important;
}

.-mx-64 {
  margin-left: -224px !important;
  margin-right: -224px !important;
}

.-my-72 {
  margin-top: -256px !important;
  margin-bottom: -256px !important;
}

.-mx-72 {
  margin-left: -256px !important;
  margin-right: -256px !important;
}

.-my-86 {
  margin-top: -295px !important;
  margin-bottom: -295px !important;
}

.-mx-86 {
  margin-left: -295px !important;
  margin-right: -295px !important;
}

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

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

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

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

.mt-1 {
  margin-top: 4px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.mt-8 {
  margin-top: 28px !important;
}

.mr-8 {
  margin-right: 28px !important;
}

.mb-8 {
  margin-bottom: 28px !important;
}

.ml-8 {
  margin-left: 28px !important;
}

.mt-10 {
  margin-top: 32px !important;
}

.mr-10 {
  margin-right: 32px !important;
}

.mb-10 {
  margin-bottom: 32px !important;
}

.ml-10 {
  margin-left: 32px !important;
}

.mt-12 {
  margin-top: 40px !important;
}

.mr-12 {
  margin-right: 40px !important;
}

.mb-12 {
  margin-bottom: 40px !important;
}

.ml-12 {
  margin-left: 40px !important;
}

.mt-16 {
  margin-top: 48px !important;
}

.mr-16 {
  margin-right: 48px !important;
}

.mb-16 {
  margin-bottom: 48px !important;
}

.ml-16 {
  margin-left: 48px !important;
}

.mt-20 {
  margin-top: 64px !important;
}

.mr-20 {
  margin-right: 64px !important;
}

.mb-20 {
  margin-bottom: 64px !important;
}

.ml-20 {
  margin-left: 64px !important;
}

.mt-24 {
  margin-top: 80px !important;
}

.mr-24 {
  margin-right: 80px !important;
}

.mb-24 {
  margin-bottom: 80px !important;
}

.ml-24 {
  margin-left: 80px !important;
}

.mt-32 {
  margin-top: 96px !important;
}

.mr-32 {
  margin-right: 96px !important;
}

.mb-32 {
  margin-bottom: 96px !important;
}

.ml-32 {
  margin-left: 96px !important;
}

.mt-40 {
  margin-top: 128px !important;
}

.mr-40 {
  margin-right: 128px !important;
}

.mb-40 {
  margin-bottom: 128px !important;
}

.ml-40 {
  margin-left: 128px !important;
}

.mt-48 {
  margin-top: 160px !important;
}

.mr-48 {
  margin-right: 160px !important;
}

.mb-48 {
  margin-bottom: 160px !important;
}

.ml-48 {
  margin-left: 160px !important;
}

.mt-56 {
  margin-top: 192px !important;
}

.mr-56 {
  margin-right: 192px !important;
}

.mb-56 {
  margin-bottom: 192px !important;
}

.ml-56 {
  margin-left: 192px !important;
}

.mt-64 {
  margin-top: 224px !important;
}

.mr-64 {
  margin-right: 224px !important;
}

.mb-64 {
  margin-bottom: 224px !important;
}

.ml-64 {
  margin-left: 224px !important;
}

.mt-72 {
  margin-top: 256px !important;
}

.mr-72 {
  margin-right: 256px !important;
}

.mb-72 {
  margin-bottom: 256px !important;
}

.ml-72 {
  margin-left: 256px !important;
}

.mt-86 {
  margin-top: 295px !important;
}

.mr-86 {
  margin-right: 295px !important;
}

.mb-86 {
  margin-bottom: 295px !important;
}

.ml-86 {
  margin-left: 295px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

.-mt-1 {
  margin-top: -4px !important;
}

.-mr-1 {
  margin-right: -4px !important;
}

.-mb-1 {
  margin-bottom: -4px !important;
}

.-ml-1 {
  margin-left: -4px !important;
}

.-mt-2 {
  margin-top: -8px !important;
}

.-mr-2 {
  margin-right: -8px !important;
}

.-mb-2 {
  margin-bottom: -8px !important;
}

.-ml-2 {
  margin-left: -8px !important;
}

.-mt-3 {
  margin-top: -12px !important;
}

.-mr-3 {
  margin-right: -12px !important;
}

.-mb-3 {
  margin-bottom: -12px !important;
}

.-ml-3 {
  margin-left: -12px !important;
}

.-mt-4 {
  margin-top: -16px !important;
}

.-mr-4 {
  margin-right: -16px !important;
}

.-mb-4 {
  margin-bottom: -16px !important;
}

.-ml-4 {
  margin-left: -16px !important;
}

.-mt-5 {
  margin-top: -20px !important;
}

.-mr-5 {
  margin-right: -20px !important;
}

.-mb-5 {
  margin-bottom: -20px !important;
}

.-ml-5 {
  margin-left: -20px !important;
}

.-mt-6 {
  margin-top: -24px !important;
}

.-mr-6 {
  margin-right: -24px !important;
}

.-mb-6 {
  margin-bottom: -24px !important;
}

.-ml-6 {
  margin-left: -24px !important;
}

.-mt-8 {
  margin-top: -28px !important;
}

.-mr-8 {
  margin-right: -28px !important;
}

.-mb-8 {
  margin-bottom: -28px !important;
}

.-ml-8 {
  margin-left: -28px !important;
}

.-mt-10 {
  margin-top: -32px !important;
}

.-mr-10 {
  margin-right: -32px !important;
}

.-mb-10 {
  margin-bottom: -32px !important;
}

.-ml-10 {
  margin-left: -32px !important;
}

.-mt-12 {
  margin-top: -40px !important;
}

.-mr-12 {
  margin-right: -40px !important;
}

.-mb-12 {
  margin-bottom: -40px !important;
}

.-ml-12 {
  margin-left: -40px !important;
}

.-mt-16 {
  margin-top: -48px !important;
}

.-mr-16 {
  margin-right: -48px !important;
}

.-mb-16 {
  margin-bottom: -48px !important;
}

.-ml-16 {
  margin-left: -48px !important;
}

.-mt-20 {
  margin-top: -64px !important;
}

.-mr-20 {
  margin-right: -64px !important;
}

.-mb-20 {
  margin-bottom: -64px !important;
}

.-ml-20 {
  margin-left: -64px !important;
}

.-mt-24 {
  margin-top: -80px !important;
}

.-mr-24 {
  margin-right: -80px !important;
}

.-mb-24 {
  margin-bottom: -80px !important;
}

.-ml-24 {
  margin-left: -80px !important;
}

.-mt-32 {
  margin-top: -96px !important;
}

.-mr-32 {
  margin-right: -96px !important;
}

.-mb-32 {
  margin-bottom: -96px !important;
}

.-ml-32 {
  margin-left: -96px !important;
}

.-mt-40 {
  margin-top: -128px !important;
}

.-mr-40 {
  margin-right: -128px !important;
}

.-mb-40 {
  margin-bottom: -128px !important;
}

.-ml-40 {
  margin-left: -128px !important;
}

.-mt-48 {
  margin-top: -160px !important;
}

.-mr-48 {
  margin-right: -160px !important;
}

.-mb-48 {
  margin-bottom: -160px !important;
}

.-ml-48 {
  margin-left: -160px !important;
}

.-mt-56 {
  margin-top: -192px !important;
}

.-mr-56 {
  margin-right: -192px !important;
}

.-mb-56 {
  margin-bottom: -192px !important;
}

.-ml-56 {
  margin-left: -192px !important;
}

.-mt-64 {
  margin-top: -224px !important;
}

.-mr-64 {
  margin-right: -224px !important;
}

.-mb-64 {
  margin-bottom: -224px !important;
}

.-ml-64 {
  margin-left: -224px !important;
}

.-mt-72 {
  margin-top: -256px !important;
}

.-mr-72 {
  margin-right: -256px !important;
}

.-mb-72 {
  margin-bottom: -256px !important;
}

.-ml-72 {
  margin-left: -256px !important;
}

.-mt-86 {
  margin-top: -295px !important;
}

.-mr-86 {
  margin-right: -295px !important;
}

.-mb-86 {
  margin-bottom: -295px !important;
}

.-ml-86 {
  margin-left: -295px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-xxs {
  max-width: 170px !important;
}

.max-w-xs {
  max-width: 320px !important;
}

.max-w-sm {
  max-width: 384px !important;
}

.max-w-md {
  max-width: 448px !important;
}

.max-w-lg {
  max-width: 512px !important;
}

.max-w-xl {
  max-width: 576px !important;
}

.max-w-2xl {
  max-width: 672px !important;
}

.max-w-3xl {
  max-width: 768px !important;
}

.max-w-4xl {
  max-width: 896px !important;
}

.max-w-5xl {
  max-width: 1024px !important;
}

.max-w-6xl {
  max-width: 1152px !important;
}

.max-w-7xl {
  max-width: 1280px !important;
}

.max-w-8xl {
  max-width: 1440px !important;
}

.max-w-9xl {
  max-width: 1600px !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-m-filter {
  max-width: 295px !important;
}

.min-h-0 {
  min-height:  0 !important;
}

.min-h-1 {
  min-height: 4px !important;
}

.min-h-2 {
  min-height: 8px !important;
}

.min-h-3 {
  min-height: 12px !important;
}

.min-h-4 {
  min-height: 16px !important;
}

.min-h-5 {
  min-height: 20px !important;
}

.min-h-6 {
  min-height: 24px !important;
}

.min-h-8 {
  min-height: 28px !important;
}

.min-h-10 {
  min-height: 32px !important;
}

.min-h-12 {
  min-height: 40px !important;
}

.min-h-16 {
  min-height: 48px !important;
}

.min-h-20 {
  min-height: 64px !important;
}

.min-h-24 {
  min-height: 80px !important;
}

.min-h-32 {
  min-height: 96px !important;
}

.min-h-40 {
  min-height: 128px !important;
}

.min-h-48 {
  min-height: 160px !important;
}

.min-h-56 {
  min-height: 192px !important;
}

.min-h-64 {
  min-height: 224px !important;
}

.min-h-72 {
  min-height: 256px !important;
}

.min-h-86 {
  min-height: 295px !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.min-w-165 {
  min-width: 165px !important;
}

.min-w-1\/5 {
  min-width: 20% !important;
}

.min-w-1\/4 {
  min-width: 25% !important;
}

.min-w-1\/2 {
  min-width: 50% !important;
}

.min-w-3\/4 {
  min-width: 75% !important;
}

.min-w-4\/5 {
  min-width: 80% !important;
}

.min-w-full {
  min-width: 100% !important;
}

.object-contain {
  object-fit: contain !important;
}

.object-cover {
  object-fit: cover !important;
}

.object-fill {
  object-fit: fill !important;
}

.object-none {
  object-fit: none !important;
}

.object-scale-down {
  object-fit: scale-down !important;
}

.object-bottom {
  object-position: bottom !important;
}

.object-center {
  object-position: center !important;
}

.object-left {
  object-position: left !important;
}

.object-left-bottom {
  object-position: left bottom !important;
}

.object-left-top {
  object-position: left top !important;
}

.object-right {
  object-position: right !important;
}

.object-right-bottom {
  object-position: right bottom !important;
}

.object-right-top {
  object-position: right top !important;
}

.object-top {
  object-position: top !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-none {
  outline: 0 !important;
}

.focus\:outline-none:focus {
  outline: 0 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.p-0 {
  padding:  0 !important;
}

.p-1 {
  padding: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.p-5 {
  padding: 20px !important;
}

.p-6 {
  padding: 24px !important;
}

.p-8 {
  padding: 28px !important;
}

.p-10 {
  padding: 32px !important;
}

.p-12 {
  padding: 40px !important;
}

.p-16 {
  padding: 48px !important;
}

.p-20 {
  padding: 64px !important;
}

.p-24 {
  padding: 80px !important;
}

.p-32 {
  padding: 96px !important;
}

.p-40 {
  padding: 128px !important;
}

.p-48 {
  padding: 160px !important;
}

.p-56 {
  padding: 192px !important;
}

.p-64 {
  padding: 224px !important;
}

.p-72 {
  padding: 256px !important;
}

.p-86 {
  padding: 295px !important;
}

.py-0 {
  padding-top:  0 !important;
  padding-bottom:  0 !important;
}

.px-0 {
  padding-left:  0 !important;
  padding-right:  0 !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-8 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.px-8 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.py-10 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.px-10 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-12 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-12 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-16 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-16 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-20 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.px-20 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-24 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-24 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-32 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.px-32 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.py-40 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.px-40 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-48 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.px-48 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.py-56 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}

.px-56 {
  padding-left: 192px !important;
  padding-right: 192px !important;
}

.py-64 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}

.px-64 {
  padding-left: 224px !important;
  padding-right: 224px !important;
}

.py-72 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}

.px-72 {
  padding-left: 256px !important;
  padding-right: 256px !important;
}

.py-86 {
  padding-top: 295px !important;
  padding-bottom: 295px !important;
}

.px-86 {
  padding-left: 295px !important;
  padding-right: 295px !important;
}

.pt-0 {
  padding-top:  0 !important;
}

.pr-0 {
  padding-right:  0 !important;
}

.pb-0 {
  padding-bottom:  0 !important;
}

.pl-0 {
  padding-left:  0 !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.pl-3 {
  padding-left: 12px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pr-5 {
  padding-right: 20px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.pl-5 {
  padding-left: 20px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.pl-6 {
  padding-left: 24px !important;
}

.pt-8 {
  padding-top: 28px !important;
}

.pr-8 {
  padding-right: 28px !important;
}

.pb-8 {
  padding-bottom: 28px !important;
}

.pl-8 {
  padding-left: 28px !important;
}

.pt-10 {
  padding-top: 32px !important;
}

.pr-10 {
  padding-right: 32px !important;
}

.pb-10 {
  padding-bottom: 32px !important;
}

.pl-10 {
  padding-left: 32px !important;
}

.pt-12 {
  padding-top: 40px !important;
}

.pr-12 {
  padding-right: 40px !important;
}

.pb-12 {
  padding-bottom: 40px !important;
}

.pl-12 {
  padding-left: 40px !important;
}

.pt-16 {
  padding-top: 48px !important;
}

.pr-16 {
  padding-right: 48px !important;
}

.pb-16 {
  padding-bottom: 48px !important;
}

.pl-16 {
  padding-left: 48px !important;
}

.pt-20 {
  padding-top: 64px !important;
}

.pr-20 {
  padding-right: 64px !important;
}

.pb-20 {
  padding-bottom: 64px !important;
}

.pl-20 {
  padding-left: 64px !important;
}

.pt-24 {
  padding-top: 80px !important;
}

.pr-24 {
  padding-right: 80px !important;
}

.pb-24 {
  padding-bottom: 80px !important;
}

.pl-24 {
  padding-left: 80px !important;
}

.pt-32 {
  padding-top: 96px !important;
}

.pr-32 {
  padding-right: 96px !important;
}

.pb-32 {
  padding-bottom: 96px !important;
}

.pl-32 {
  padding-left: 96px !important;
}

.pt-40 {
  padding-top: 128px !important;
}

.pr-40 {
  padding-right: 128px !important;
}

.pb-40 {
  padding-bottom: 128px !important;
}

.pl-40 {
  padding-left: 128px !important;
}

.pt-48 {
  padding-top: 160px !important;
}

.pr-48 {
  padding-right: 160px !important;
}

.pb-48 {
  padding-bottom: 160px !important;
}

.pl-48 {
  padding-left: 160px !important;
}

.pt-56 {
  padding-top: 192px !important;
}

.pr-56 {
  padding-right: 192px !important;
}

.pb-56 {
  padding-bottom: 192px !important;
}

.pl-56 {
  padding-left: 192px !important;
}

.pt-64 {
  padding-top: 224px !important;
}

.pr-64 {
  padding-right: 224px !important;
}

.pb-64 {
  padding-bottom: 224px !important;
}

.pl-64 {
  padding-left: 224px !important;
}

.pt-72 {
  padding-top: 256px !important;
}

.pr-72 {
  padding-right: 256px !important;
}

.pb-72 {
  padding-bottom: 256px !important;
}

.pl-72 {
  padding-left: 256px !important;
}

.pt-86 {
  padding-top: 295px !important;
}

.pr-86 {
  padding-right: 295px !important;
}

.pb-86 {
  padding-bottom: 295px !important;
}

.pl-86 {
  padding-left: 295px !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-semi-transparent::placeholder {
  color: rgba(0,0,0,0.5) !important;
}

.placeholder-black::placeholder {
  color: #000 !important;
}

.placeholder-white::placeholder {
  color: #fff !important;
}

.placeholder-gray-100::placeholder {
  color: #F6F6F6 !important;
}

.placeholder-gray-200::placeholder {
  color: #ECECEC !important;
}

.placeholder-gray-300::placeholder {
  color: #DBDBDB !important;
}

.placeholder-gray-400::placeholder {
  color: #CCCCCC !important;
}

.placeholder-gray-500::placeholder {
  color: #B3B3B3 !important;
}

.placeholder-gray-600::placeholder {
  color: #919191 !important;
}

.placeholder-gray-700::placeholder {
  color: #7D7D7D !important;
}

.placeholder-gray-800::placeholder {
  color: #3E3E3E !important;
}

.placeholder-gray-900::placeholder {
  color: #1C1C1C !important;
}

.placeholder-blue-200::placeholder {
  color: #C6F4FF !important;
}

.placeholder-blue-300::placeholder {
  color: #95E2F4 !important;
}

.placeholder-blue-400::placeholder {
  color: #33C8E9 !important;
}

.placeholder-blue-500::placeholder {
  color: #00AFDB !important;
}

.placeholder-green-200::placeholder {
  color: #DFE8C1 !important;
}

.placeholder-green-300::placeholder {
  color: #BBC890 !important;
}

.placeholder-green-400::placeholder {
  color: #9EB54E !important;
}

.placeholder-green-500::placeholder {
  color: #789904 !important;
}

.placeholder-red-200::placeholder {
  color: #FFD2CF !important;
}

.placeholder-red-300::placeholder {
  color: #FF9691 !important;
}

.placeholder-red-400::placeholder {
  color: #FE6058 !important;
}

.placeholder-red-500::placeholder {
  color: #E1251B !important;
}

.placeholder-orange-200::placeholder {
  color: #FFE5D7 !important;
}

.placeholder-orange-300::placeholder {
  color: #FFC6A6 !important;
}

.placeholder-orange-400::placeholder {
  color: #F7A171 !important;
}

.placeholder-orange-500::placeholder {
  color: #F48B50 !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-semi-transparent:focus::placeholder {
  color: rgba(0,0,0,0.5) !important;
}

.focus\:placeholder-black:focus::placeholder {
  color: #000 !important;
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff !important;
}

.focus\:placeholder-gray-100:focus::placeholder {
  color: #F6F6F6 !important;
}

.focus\:placeholder-gray-200:focus::placeholder {
  color: #ECECEC !important;
}

.focus\:placeholder-gray-300:focus::placeholder {
  color: #DBDBDB !important;
}

.focus\:placeholder-gray-400:focus::placeholder {
  color: #CCCCCC !important;
}

.focus\:placeholder-gray-500:focus::placeholder {
  color: #B3B3B3 !important;
}

.focus\:placeholder-gray-600:focus::placeholder {
  color: #919191 !important;
}

.focus\:placeholder-gray-700:focus::placeholder {
  color: #7D7D7D !important;
}

.focus\:placeholder-gray-800:focus::placeholder {
  color: #3E3E3E !important;
}

.focus\:placeholder-gray-900:focus::placeholder {
  color: #1C1C1C !important;
}

.focus\:placeholder-blue-200:focus::placeholder {
  color: #C6F4FF !important;
}

.focus\:placeholder-blue-300:focus::placeholder {
  color: #95E2F4 !important;
}

.focus\:placeholder-blue-400:focus::placeholder {
  color: #33C8E9 !important;
}

.focus\:placeholder-blue-500:focus::placeholder {
  color: #00AFDB !important;
}

.focus\:placeholder-green-200:focus::placeholder {
  color: #DFE8C1 !important;
}

.focus\:placeholder-green-300:focus::placeholder {
  color: #BBC890 !important;
}

.focus\:placeholder-green-400:focus::placeholder {
  color: #9EB54E !important;
}

.focus\:placeholder-green-500:focus::placeholder {
  color: #789904 !important;
}

.focus\:placeholder-red-200:focus::placeholder {
  color: #FFD2CF !important;
}

.focus\:placeholder-red-300:focus::placeholder {
  color: #FF9691 !important;
}

.focus\:placeholder-red-400:focus::placeholder {
  color: #FE6058 !important;
}

.focus\:placeholder-red-500:focus::placeholder {
  color: #E1251B !important;
}

.focus\:placeholder-orange-200:focus::placeholder {
  color: #FFE5D7 !important;
}

.focus\:placeholder-orange-300:focus::placeholder {
  color: #FFC6A6 !important;
}

.focus\:placeholder-orange-400:focus::placeholder {
  color: #F7A171 !important;
}

.focus\:placeholder-orange-500:focus::placeholder {
  color: #F48B50 !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}

.inset-x-0 {
  right: 0 !important;
  left: 0 !important;
}

.inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.inset-x-auto {
  right: auto !important;
  left: auto !important;
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.top-auto {
  top: auto !important;
}

.right-auto {
  right: auto !important;
}

.bottom-auto {
  bottom: auto !important;
}

.left-auto {
  left: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner {
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-transparent {
  color: transparent !important;
}

.text-semi-transparent {
  color: rgba(0,0,0,0.5) !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-gray-100 {
  color: #F6F6F6 !important;
}

.text-gray-200 {
  color: #ECECEC !important;
}

.text-gray-300 {
  color: #DBDBDB !important;
}

.text-gray-400 {
  color: #CCCCCC !important;
}

.text-gray-500 {
  color: #B3B3B3 !important;
}

.text-gray-600 {
  color: #919191 !important;
}

.text-gray-700 {
  color: #7D7D7D !important;
}

.text-gray-800 {
  color: #3E3E3E !important;
}

.text-gray-900 {
  color: #1C1C1C !important;
}

.text-blue-200 {
  color: #C6F4FF !important;
}

.text-blue-300 {
  color: #95E2F4 !important;
}

.text-blue-400 {
  color: #33C8E9 !important;
}

.text-blue-500 {
  color: #00AFDB !important;
}

.text-green-200 {
  color: #DFE8C1 !important;
}

.text-green-300 {
  color: #BBC890 !important;
}

.text-green-400 {
  color: #9EB54E !important;
}

.text-green-500 {
  color: #789904 !important;
}

.text-red-200 {
  color: #FFD2CF !important;
}

.text-red-300 {
  color: #FF9691 !important;
}

.text-red-400 {
  color: #FE6058 !important;
}

.text-red-500 {
  color: #E1251B !important;
}

.text-orange-200 {
  color: #FFE5D7 !important;
}

.text-orange-300 {
  color: #FFC6A6 !important;
}

.text-orange-400 {
  color: #F7A171 !important;
}

.text-orange-500 {
  color: #F48B50 !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-semi-transparent:hover {
  color: rgba(0,0,0,0.5) !important;
}

.hover\:text-black:hover {
  color: #000 !important;
}

.hover\:text-white:hover {
  color: #fff !important;
}

.hover\:text-gray-100:hover {
  color: #F6F6F6 !important;
}

.hover\:text-gray-200:hover {
  color: #ECECEC !important;
}

.hover\:text-gray-300:hover {
  color: #DBDBDB !important;
}

.hover\:text-gray-400:hover {
  color: #CCCCCC !important;
}

.hover\:text-gray-500:hover {
  color: #B3B3B3 !important;
}

.hover\:text-gray-600:hover {
  color: #919191 !important;
}

.hover\:text-gray-700:hover {
  color: #7D7D7D !important;
}

.hover\:text-gray-800:hover {
  color: #3E3E3E !important;
}

.hover\:text-gray-900:hover {
  color: #1C1C1C !important;
}

.hover\:text-blue-200:hover {
  color: #C6F4FF !important;
}

.hover\:text-blue-300:hover {
  color: #95E2F4 !important;
}

.hover\:text-blue-400:hover {
  color: #33C8E9 !important;
}

.hover\:text-blue-500:hover {
  color: #00AFDB !important;
}

.hover\:text-green-200:hover {
  color: #DFE8C1 !important;
}

.hover\:text-green-300:hover {
  color: #BBC890 !important;
}

.hover\:text-green-400:hover {
  color: #9EB54E !important;
}

.hover\:text-green-500:hover {
  color: #789904 !important;
}

.hover\:text-red-200:hover {
  color: #FFD2CF !important;
}

.hover\:text-red-300:hover {
  color: #FF9691 !important;
}

.hover\:text-red-400:hover {
  color: #FE6058 !important;
}

.hover\:text-red-500:hover {
  color: #E1251B !important;
}

.hover\:text-orange-200:hover {
  color: #FFE5D7 !important;
}

.hover\:text-orange-300:hover {
  color: #FFC6A6 !important;
}

.hover\:text-orange-400:hover {
  color: #F7A171 !important;
}

.hover\:text-orange-500:hover {
  color: #F48B50 !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-semi-transparent:focus {
  color: rgba(0,0,0,0.5) !important;
}

.focus\:text-black:focus {
  color: #000 !important;
}

.focus\:text-white:focus {
  color: #fff !important;
}

.focus\:text-gray-100:focus {
  color: #F6F6F6 !important;
}

.focus\:text-gray-200:focus {
  color: #ECECEC !important;
}

.focus\:text-gray-300:focus {
  color: #DBDBDB !important;
}

.focus\:text-gray-400:focus {
  color: #CCCCCC !important;
}

.focus\:text-gray-500:focus {
  color: #B3B3B3 !important;
}

.focus\:text-gray-600:focus {
  color: #919191 !important;
}

.focus\:text-gray-700:focus {
  color: #7D7D7D !important;
}

.focus\:text-gray-800:focus {
  color: #3E3E3E !important;
}

.focus\:text-gray-900:focus {
  color: #1C1C1C !important;
}

.focus\:text-blue-200:focus {
  color: #C6F4FF !important;
}

.focus\:text-blue-300:focus {
  color: #95E2F4 !important;
}

.focus\:text-blue-400:focus {
  color: #33C8E9 !important;
}

.focus\:text-blue-500:focus {
  color: #00AFDB !important;
}

.focus\:text-green-200:focus {
  color: #DFE8C1 !important;
}

.focus\:text-green-300:focus {
  color: #BBC890 !important;
}

.focus\:text-green-400:focus {
  color: #9EB54E !important;
}

.focus\:text-green-500:focus {
  color: #789904 !important;
}

.focus\:text-red-200:focus {
  color: #FFD2CF !important;
}

.focus\:text-red-300:focus {
  color: #FF9691 !important;
}

.focus\:text-red-400:focus {
  color: #FE6058 !important;
}

.focus\:text-red-500:focus {
  color: #E1251B !important;
}

.focus\:text-orange-200:focus {
  color: #FFE5D7 !important;
}

.focus\:text-orange-300:focus {
  color: #FFC6A6 !important;
}

.focus\:text-orange-400:focus {
  color: #F7A171 !important;
}

.focus\:text-orange-500:focus {
  color: #F48B50 !important;
}

.text-1 {
  font-size: 14px !important;
}

.text-2 {
  font-size: 16px !important;
}

.text-3 {
  font-size: 18px !important;
}

.text-4 {
  font-size: 24px !important;
}

.text-5 {
  font-size: 32px !important;
}

.text-6 {
  font-size: 48px !important;
}

.text-7 {
  font-size: 64px !important;
}

.text-8 {
  font-size: 80px !important;
}

.text-9 {
  font-size: 96px !important;
}

.text-10 {
  font-size: 112px !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tracking-none {
  letter-spacing: 0 !important;
}

.tracking-sm {
  letter-spacing: 1px !important;
}

.tracking-md {
  letter-spacing: 2px !important;
}

.tracking-lg {
  letter-spacing: 4px !important;
}

.select-none {
  user-select: none !important;
}

.select-text {
  user-select: text !important;
}

.select-all {
  user-select: all !important;
}

.select-auto {
  user-select: auto !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0 {
  width:  0 !important;
}

.w-1 {
  width: 4px !important;
}

.w-2 {
  width: 8px !important;
}

.w-3 {
  width: 12px !important;
}

.w-4 {
  width: 16px !important;
}

.w-5 {
  width: 20px !important;
}

.w-6 {
  width: 24px !important;
}

.w-8 {
  width: 28px !important;
}

.w-10 {
  width: 32px !important;
}

.w-12 {
  width: 40px !important;
}

.w-16 {
  width: 48px !important;
}

.w-20 {
  width: 64px !important;
}

.w-24 {
  width: 80px !important;
}

.w-32 {
  width: 96px !important;
}

.w-40 {
  width: 128px !important;
}

.w-48 {
  width: 160px !important;
}

.w-56 {
  width: 192px !important;
}

.w-64 {
  width: 224px !important;
}

.w-72 {
  width: 256px !important;
}

.w-86 {
  width: 295px !important;
}

.w-auto {
  width: auto !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-2\/4 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-auto {
  z-index: auto !important;
}

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

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

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

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

  .sm\:appearance-none {
    appearance: none !important;
  }

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

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

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

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-semi-transparent {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .sm\:bg-black {
    background-color: #000 !important;
  }

  .sm\:bg-white {
    background-color: #fff !important;
  }

  .sm\:bg-gray-100 {
    background-color: #F6F6F6 !important;
  }

  .sm\:bg-gray-200 {
    background-color: #ECECEC !important;
  }

  .sm\:bg-gray-300 {
    background-color: #DBDBDB !important;
  }

  .sm\:bg-gray-400 {
    background-color: #CCCCCC !important;
  }

  .sm\:bg-gray-500 {
    background-color: #B3B3B3 !important;
  }

  .sm\:bg-gray-600 {
    background-color: #919191 !important;
  }

  .sm\:bg-gray-700 {
    background-color: #7D7D7D !important;
  }

  .sm\:bg-gray-800 {
    background-color: #3E3E3E !important;
  }

  .sm\:bg-gray-900 {
    background-color: #1C1C1C !important;
  }

  .sm\:bg-blue-200 {
    background-color: #C6F4FF !important;
  }

  .sm\:bg-blue-300 {
    background-color: #95E2F4 !important;
  }

  .sm\:bg-blue-400 {
    background-color: #33C8E9 !important;
  }

  .sm\:bg-blue-500 {
    background-color: #00AFDB !important;
  }

  .sm\:bg-green-200 {
    background-color: #DFE8C1 !important;
  }

  .sm\:bg-green-300 {
    background-color: #BBC890 !important;
  }

  .sm\:bg-green-400 {
    background-color: #9EB54E !important;
  }

  .sm\:bg-green-500 {
    background-color: #789904 !important;
  }

  .sm\:bg-red-200 {
    background-color: #FFD2CF !important;
  }

  .sm\:bg-red-300 {
    background-color: #FF9691 !important;
  }

  .sm\:bg-red-400 {
    background-color: #FE6058 !important;
  }

  .sm\:bg-red-500 {
    background-color: #E1251B !important;
  }

  .sm\:bg-orange-200 {
    background-color: #FFE5D7 !important;
  }

  .sm\:bg-orange-300 {
    background-color: #FFC6A6 !important;
  }

  .sm\:bg-orange-400 {
    background-color: #F7A171 !important;
  }

  .sm\:bg-orange-500 {
    background-color: #F48B50 !important;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:bg-semi-transparent:hover {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #F6F6F6 !important;
  }

  .sm\:hover\:bg-gray-200:hover {
    background-color: #ECECEC !important;
  }

  .sm\:hover\:bg-gray-300:hover {
    background-color: #DBDBDB !important;
  }

  .sm\:hover\:bg-gray-400:hover {
    background-color: #CCCCCC !important;
  }

  .sm\:hover\:bg-gray-500:hover {
    background-color: #B3B3B3 !important;
  }

  .sm\:hover\:bg-gray-600:hover {
    background-color: #919191 !important;
  }

  .sm\:hover\:bg-gray-700:hover {
    background-color: #7D7D7D !important;
  }

  .sm\:hover\:bg-gray-800:hover {
    background-color: #3E3E3E !important;
  }

  .sm\:hover\:bg-gray-900:hover {
    background-color: #1C1C1C !important;
  }

  .sm\:hover\:bg-blue-200:hover {
    background-color: #C6F4FF !important;
  }

  .sm\:hover\:bg-blue-300:hover {
    background-color: #95E2F4 !important;
  }

  .sm\:hover\:bg-blue-400:hover {
    background-color: #33C8E9 !important;
  }

  .sm\:hover\:bg-blue-500:hover {
    background-color: #00AFDB !important;
  }

  .sm\:hover\:bg-green-200:hover {
    background-color: #DFE8C1 !important;
  }

  .sm\:hover\:bg-green-300:hover {
    background-color: #BBC890 !important;
  }

  .sm\:hover\:bg-green-400:hover {
    background-color: #9EB54E !important;
  }

  .sm\:hover\:bg-green-500:hover {
    background-color: #789904 !important;
  }

  .sm\:hover\:bg-red-200:hover {
    background-color: #FFD2CF !important;
  }

  .sm\:hover\:bg-red-300:hover {
    background-color: #FF9691 !important;
  }

  .sm\:hover\:bg-red-400:hover {
    background-color: #FE6058 !important;
  }

  .sm\:hover\:bg-red-500:hover {
    background-color: #E1251B !important;
  }

  .sm\:hover\:bg-orange-200:hover {
    background-color: #FFE5D7 !important;
  }

  .sm\:hover\:bg-orange-300:hover {
    background-color: #FFC6A6 !important;
  }

  .sm\:hover\:bg-orange-400:hover {
    background-color: #F7A171 !important;
  }

  .sm\:hover\:bg-orange-500:hover {
    background-color: #F48B50 !important;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:bg-semi-transparent:focus {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:bg-gray-100:focus {
    background-color: #F6F6F6 !important;
  }

  .sm\:focus\:bg-gray-200:focus {
    background-color: #ECECEC !important;
  }

  .sm\:focus\:bg-gray-300:focus {
    background-color: #DBDBDB !important;
  }

  .sm\:focus\:bg-gray-400:focus {
    background-color: #CCCCCC !important;
  }

  .sm\:focus\:bg-gray-500:focus {
    background-color: #B3B3B3 !important;
  }

  .sm\:focus\:bg-gray-600:focus {
    background-color: #919191 !important;
  }

  .sm\:focus\:bg-gray-700:focus {
    background-color: #7D7D7D !important;
  }

  .sm\:focus\:bg-gray-800:focus {
    background-color: #3E3E3E !important;
  }

  .sm\:focus\:bg-gray-900:focus {
    background-color: #1C1C1C !important;
  }

  .sm\:focus\:bg-blue-200:focus {
    background-color: #C6F4FF !important;
  }

  .sm\:focus\:bg-blue-300:focus {
    background-color: #95E2F4 !important;
  }

  .sm\:focus\:bg-blue-400:focus {
    background-color: #33C8E9 !important;
  }

  .sm\:focus\:bg-blue-500:focus {
    background-color: #00AFDB !important;
  }

  .sm\:focus\:bg-green-200:focus {
    background-color: #DFE8C1 !important;
  }

  .sm\:focus\:bg-green-300:focus {
    background-color: #BBC890 !important;
  }

  .sm\:focus\:bg-green-400:focus {
    background-color: #9EB54E !important;
  }

  .sm\:focus\:bg-green-500:focus {
    background-color: #789904 !important;
  }

  .sm\:focus\:bg-red-200:focus {
    background-color: #FFD2CF !important;
  }

  .sm\:focus\:bg-red-300:focus {
    background-color: #FF9691 !important;
  }

  .sm\:focus\:bg-red-400:focus {
    background-color: #FE6058 !important;
  }

  .sm\:focus\:bg-red-500:focus {
    background-color: #E1251B !important;
  }

  .sm\:focus\:bg-orange-200:focus {
    background-color: #FFE5D7 !important;
  }

  .sm\:focus\:bg-orange-300:focus {
    background-color: #FFC6A6 !important;
  }

  .sm\:focus\:bg-orange-400:focus {
    background-color: #F7A171 !important;
  }

  .sm\:focus\:bg-orange-500:focus {
    background-color: #F48B50 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border-separate {
    border-collapse: separate !important;
  }

  .sm\:border-transparent {
    border-color: transparent !important;
  }

  .sm\:border-semi-transparent {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .sm\:border-black {
    border-color: #000 !important;
  }

  .sm\:border-white {
    border-color: #fff !important;
  }

  .sm\:border-gray-100 {
    border-color: #F6F6F6 !important;
  }

  .sm\:border-gray-200 {
    border-color: #ECECEC !important;
  }

  .sm\:border-gray-300 {
    border-color: #DBDBDB !important;
  }

  .sm\:border-gray-400 {
    border-color: #CCCCCC !important;
  }

  .sm\:border-gray-500 {
    border-color: #B3B3B3 !important;
  }

  .sm\:border-gray-600 {
    border-color: #919191 !important;
  }

  .sm\:border-gray-700 {
    border-color: #7D7D7D !important;
  }

  .sm\:border-gray-800 {
    border-color: #3E3E3E !important;
  }

  .sm\:border-gray-900 {
    border-color: #1C1C1C !important;
  }

  .sm\:border-blue-200 {
    border-color: #C6F4FF !important;
  }

  .sm\:border-blue-300 {
    border-color: #95E2F4 !important;
  }

  .sm\:border-blue-400 {
    border-color: #33C8E9 !important;
  }

  .sm\:border-blue-500 {
    border-color: #00AFDB !important;
  }

  .sm\:border-green-200 {
    border-color: #DFE8C1 !important;
  }

  .sm\:border-green-300 {
    border-color: #BBC890 !important;
  }

  .sm\:border-green-400 {
    border-color: #9EB54E !important;
  }

  .sm\:border-green-500 {
    border-color: #789904 !important;
  }

  .sm\:border-red-200 {
    border-color: #FFD2CF !important;
  }

  .sm\:border-red-300 {
    border-color: #FF9691 !important;
  }

  .sm\:border-red-400 {
    border-color: #FE6058 !important;
  }

  .sm\:border-red-500 {
    border-color: #E1251B !important;
  }

  .sm\:border-orange-200 {
    border-color: #FFE5D7 !important;
  }

  .sm\:border-orange-300 {
    border-color: #FFC6A6 !important;
  }

  .sm\:border-orange-400 {
    border-color: #F7A171 !important;
  }

  .sm\:border-orange-500 {
    border-color: #F48B50 !important;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:border-semi-transparent:hover {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:border-gray-100:hover {
    border-color: #F6F6F6 !important;
  }

  .sm\:hover\:border-gray-200:hover {
    border-color: #ECECEC !important;
  }

  .sm\:hover\:border-gray-300:hover {
    border-color: #DBDBDB !important;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #CCCCCC !important;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #B3B3B3 !important;
  }

  .sm\:hover\:border-gray-600:hover {
    border-color: #919191 !important;
  }

  .sm\:hover\:border-gray-700:hover {
    border-color: #7D7D7D !important;
  }

  .sm\:hover\:border-gray-800:hover {
    border-color: #3E3E3E !important;
  }

  .sm\:hover\:border-gray-900:hover {
    border-color: #1C1C1C !important;
  }

  .sm\:hover\:border-blue-200:hover {
    border-color: #C6F4FF !important;
  }

  .sm\:hover\:border-blue-300:hover {
    border-color: #95E2F4 !important;
  }

  .sm\:hover\:border-blue-400:hover {
    border-color: #33C8E9 !important;
  }

  .sm\:hover\:border-blue-500:hover {
    border-color: #00AFDB !important;
  }

  .sm\:hover\:border-green-200:hover {
    border-color: #DFE8C1 !important;
  }

  .sm\:hover\:border-green-300:hover {
    border-color: #BBC890 !important;
  }

  .sm\:hover\:border-green-400:hover {
    border-color: #9EB54E !important;
  }

  .sm\:hover\:border-green-500:hover {
    border-color: #789904 !important;
  }

  .sm\:hover\:border-red-200:hover {
    border-color: #FFD2CF !important;
  }

  .sm\:hover\:border-red-300:hover {
    border-color: #FF9691 !important;
  }

  .sm\:hover\:border-red-400:hover {
    border-color: #FE6058 !important;
  }

  .sm\:hover\:border-red-500:hover {
    border-color: #E1251B !important;
  }

  .sm\:hover\:border-orange-200:hover {
    border-color: #FFE5D7 !important;
  }

  .sm\:hover\:border-orange-300:hover {
    border-color: #FFC6A6 !important;
  }

  .sm\:hover\:border-orange-400:hover {
    border-color: #F7A171 !important;
  }

  .sm\:hover\:border-orange-500:hover {
    border-color: #F48B50 !important;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:border-semi-transparent:focus {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .sm\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:border-gray-100:focus {
    border-color: #F6F6F6 !important;
  }

  .sm\:focus\:border-gray-200:focus {
    border-color: #ECECEC !important;
  }

  .sm\:focus\:border-gray-300:focus {
    border-color: #DBDBDB !important;
  }

  .sm\:focus\:border-gray-400:focus {
    border-color: #CCCCCC !important;
  }

  .sm\:focus\:border-gray-500:focus {
    border-color: #B3B3B3 !important;
  }

  .sm\:focus\:border-gray-600:focus {
    border-color: #919191 !important;
  }

  .sm\:focus\:border-gray-700:focus {
    border-color: #7D7D7D !important;
  }

  .sm\:focus\:border-gray-800:focus {
    border-color: #3E3E3E !important;
  }

  .sm\:focus\:border-gray-900:focus {
    border-color: #1C1C1C !important;
  }

  .sm\:focus\:border-blue-200:focus {
    border-color: #C6F4FF !important;
  }

  .sm\:focus\:border-blue-300:focus {
    border-color: #95E2F4 !important;
  }

  .sm\:focus\:border-blue-400:focus {
    border-color: #33C8E9 !important;
  }

  .sm\:focus\:border-blue-500:focus {
    border-color: #00AFDB !important;
  }

  .sm\:focus\:border-green-200:focus {
    border-color: #DFE8C1 !important;
  }

  .sm\:focus\:border-green-300:focus {
    border-color: #BBC890 !important;
  }

  .sm\:focus\:border-green-400:focus {
    border-color: #9EB54E !important;
  }

  .sm\:focus\:border-green-500:focus {
    border-color: #789904 !important;
  }

  .sm\:focus\:border-red-200:focus {
    border-color: #FFD2CF !important;
  }

  .sm\:focus\:border-red-300:focus {
    border-color: #FF9691 !important;
  }

  .sm\:focus\:border-red-400:focus {
    border-color: #FE6058 !important;
  }

  .sm\:focus\:border-red-500:focus {
    border-color: #E1251B !important;
  }

  .sm\:focus\:border-orange-200:focus {
    border-color: #FFE5D7 !important;
  }

  .sm\:focus\:border-orange-300:focus {
    border-color: #FFC6A6 !important;
  }

  .sm\:focus\:border-orange-400:focus {
    border-color: #F7A171 !important;
  }

  .sm\:focus\:border-orange-500:focus {
    border-color: #F48B50 !important;
  }

  .sm\:rounded-sm {
    border-radius: 2px !important;
  }

  .sm\:rounded-md {
    border-radius: 4px !important;
  }

  .sm\:rounded-lg {
    border-radius: 8px !important;
  }

  .sm\:rounded-xl {
    border-radius: 16px !important;
  }

  .sm\:rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 2px !important;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 2px !important;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 2px !important;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 2px !important;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 4px !important;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 8px !important;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 8px !important;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 8px !important;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 8px !important;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 16px !important;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 16px !important;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 16px !important;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 16px !important;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-double {
    border-style: double !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:border-0 {
    border-width: 0 !important;
  }

  .sm\:border-1 {
    border-width: 1px !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-3 {
    border-width: 3px !important;
  }

  .sm\:border {
    border-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\:border-t-1 {
    border-top-width: 1px !important;
  }

  .sm\:border-r-1 {
    border-right-width: 1px !important;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l-1 {
    border-left-width: 1px !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-t-3 {
    border-top-width: 3px !important;
  }

  .sm\:border-r-3 {
    border-right-width: 3px !important;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .sm\:border-l-3 {
    border-left-width: 3px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:cursor-auto {
    cursor: auto !important;
  }

  .sm\:cursor-default {
    cursor: default !important;
  }

  .sm\:cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:cursor-wait {
    cursor: wait !important;
  }

  .sm\:cursor-text {
    cursor: text !important;
  }

  .sm\:cursor-move {
    cursor: move !important;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:inline-flex {
    display: inline-flex !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:items-end {
    align-items: flex-end !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:items-baseline {
    align-items: baseline !important;
  }

  .sm\:items-stretch {
    align-items: stretch !important;
  }

  .sm\:self-auto {
    align-self: auto !important;
  }

  .sm\:self-start {
    align-self: flex-start !important;
  }

  .sm\:self-end {
    align-self: flex-end !important;
  }

  .sm\:self-center {
    align-self: center !important;
  }

  .sm\:self-stretch {
    align-self: stretch !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-between {
    justify-content: space-between !important;
  }

  .sm\:justify-around {
    justify-content: space-around !important;
  }

  .sm\:content-center {
    align-content: center !important;
  }

  .sm\:content-start {
    align-content: flex-start !important;
  }

  .sm\:content-end {
    align-content: flex-end !important;
  }

  .sm\:content-between {
    align-content: space-between !important;
  }

  .sm\:content-around {
    align-content: space-around !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    flex: none !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:order-1 {
    order: 1 !important;
  }

  .sm\:order-2 {
    order: 2 !important;
  }

  .sm\:order-3 {
    order: 3 !important;
  }

  .sm\:order-4 {
    order: 4 !important;
  }

  .sm\:order-5 {
    order: 5 !important;
  }

  .sm\:order-6 {
    order: 6 !important;
  }

  .sm\:order-7 {
    order: 7 !important;
  }

  .sm\:order-8 {
    order: 8 !important;
  }

  .sm\:order-9 {
    order: 9 !important;
  }

  .sm\:order-10 {
    order: 10 !important;
  }

  .sm\:order-11 {
    order: 11 !important;
  }

  .sm\:order-12 {
    order: 12 !important;
  }

  .sm\:order-first {
    order: -9999 !important;
  }

  .sm\:order-last {
    order: 9999 !important;
  }

  .sm\:order-none {
    order: 0 !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:font-league-gothic {
    font-family: League-Gothic !important;
  }

  .sm\:font-new-grotesk-square {
    font-family: New-Grotesk-Square !important;
  }

  .sm\:font-neue-haas-grotesk {
    font-family: neue-haas-grotesk-text !important;
  }

  .sm\:font-hairline {
    font-weight: 100 !important;
  }

  .sm\:font-thin {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:font-normal {
    font-weight: 400 !important;
  }

  .sm\:font-medium {
    font-weight: 500 !important;
  }

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .sm\:h-0 {
    height:  0 !important;
  }

  .sm\:h-1 {
    height: 4px !important;
  }

  .sm\:h-2 {
    height: 8px !important;
  }

  .sm\:h-3 {
    height: 12px !important;
  }

  .sm\:h-4 {
    height: 16px !important;
  }

  .sm\:h-5 {
    height: 20px !important;
  }

  .sm\:h-6 {
    height: 24px !important;
  }

  .sm\:h-8 {
    height: 28px !important;
  }

  .sm\:h-10 {
    height: 32px !important;
  }

  .sm\:h-12 {
    height: 40px !important;
  }

  .sm\:h-16 {
    height: 48px !important;
  }

  .sm\:h-20 {
    height: 64px !important;
  }

  .sm\:h-24 {
    height: 80px !important;
  }

  .sm\:h-32 {
    height: 96px !important;
  }

  .sm\:h-40 {
    height: 128px !important;
  }

  .sm\:h-48 {
    height: 160px !important;
  }

  .sm\:h-56 {
    height: 192px !important;
  }

  .sm\:h-64 {
    height: 224px !important;
  }

  .sm\:h-72 {
    height: 256px !important;
  }

  .sm\:h-86 {
    height: 295px !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:leading-snug {
    line-height: 1.375 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:list-inside {
    list-style-position: inside !important;
  }

  .sm\:list-outside {
    list-style-position: outside !important;
  }

  .sm\:list-none {
    list-style-type: none !important;
  }

  .sm\:list-disc {
    list-style-type: disc !important;
  }

  .sm\:list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:m-0 {
    margin:  0 !important;
  }

  .sm\:m-1 {
    margin: 4px !important;
  }

  .sm\:m-2 {
    margin: 8px !important;
  }

  .sm\:m-3 {
    margin: 12px !important;
  }

  .sm\:m-4 {
    margin: 16px !important;
  }

  .sm\:m-5 {
    margin: 20px !important;
  }

  .sm\:m-6 {
    margin: 24px !important;
  }

  .sm\:m-8 {
    margin: 28px !important;
  }

  .sm\:m-10 {
    margin: 32px !important;
  }

  .sm\:m-12 {
    margin: 40px !important;
  }

  .sm\:m-16 {
    margin: 48px !important;
  }

  .sm\:m-20 {
    margin: 64px !important;
  }

  .sm\:m-24 {
    margin: 80px !important;
  }

  .sm\:m-32 {
    margin: 96px !important;
  }

  .sm\:m-40 {
    margin: 128px !important;
  }

  .sm\:m-48 {
    margin: 160px !important;
  }

  .sm\:m-56 {
    margin: 192px !important;
  }

  .sm\:m-64 {
    margin: 224px !important;
  }

  .sm\:m-72 {
    margin: 256px !important;
  }

  .sm\:m-86 {
    margin: 295px !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:-m-0 {
    margin: 0 !important;
  }

  .sm\:-m-1 {
    margin: -4px !important;
  }

  .sm\:-m-2 {
    margin: -8px !important;
  }

  .sm\:-m-3 {
    margin: -12px !important;
  }

  .sm\:-m-4 {
    margin: -16px !important;
  }

  .sm\:-m-5 {
    margin: -20px !important;
  }

  .sm\:-m-6 {
    margin: -24px !important;
  }

  .sm\:-m-8 {
    margin: -28px !important;
  }

  .sm\:-m-10 {
    margin: -32px !important;
  }

  .sm\:-m-12 {
    margin: -40px !important;
  }

  .sm\:-m-16 {
    margin: -48px !important;
  }

  .sm\:-m-20 {
    margin: -64px !important;
  }

  .sm\:-m-24 {
    margin: -80px !important;
  }

  .sm\:-m-32 {
    margin: -96px !important;
  }

  .sm\:-m-40 {
    margin: -128px !important;
  }

  .sm\:-m-48 {
    margin: -160px !important;
  }

  .sm\:-m-56 {
    margin: -192px !important;
  }

  .sm\:-m-64 {
    margin: -224px !important;
  }

  .sm\:-m-72 {
    margin: -256px !important;
  }

  .sm\:-m-86 {
    margin: -295px !important;
  }

  .sm\:my-0 {
    margin-top:  0 !important;
    margin-bottom:  0 !important;
  }

  .sm\:mx-0 {
    margin-left:  0 !important;
    margin-right:  0 !important;
  }

  .sm\:my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .sm\:mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .sm\:my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .sm\:mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .sm\:my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .sm\:mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sm\:my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sm\:mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sm\:my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .sm\:mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .sm\:my-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .sm\:mx-8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .sm\:my-10 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:mx-10 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:my-12 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:mx-12 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:my-16 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:mx-16 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:my-20 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .sm\:mx-20 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .sm\:my-24 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:mx-24 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:my-32 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .sm\:mx-32 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .sm\:my-40 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .sm\:mx-40 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .sm\:my-48 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .sm\:mx-48 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .sm\:my-56 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }

  .sm\:mx-56 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }

  .sm\:my-64 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }

  .sm\:mx-64 {
    margin-left: 224px !important;
    margin-right: 224px !important;
  }

  .sm\:my-72 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .sm\:mx-72 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .sm\:my-86 {
    margin-top: 295px !important;
    margin-bottom: 295px !important;
  }

  .sm\:mx-86 {
    margin-left: 295px !important;
    margin-right: 295px !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:-my-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .sm\:-mx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .sm\:-my-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .sm\:-mx-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .sm\:-my-3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .sm\:-mx-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .sm\:-my-4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .sm\:-mx-4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .sm\:-my-5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .sm\:-mx-5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .sm\:-my-6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .sm\:-mx-6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .sm\:-my-8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .sm\:-mx-8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .sm\:-my-10 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .sm\:-mx-10 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .sm\:-my-12 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .sm\:-mx-12 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .sm\:-my-16 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .sm\:-mx-16 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .sm\:-my-20 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .sm\:-mx-20 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .sm\:-my-24 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .sm\:-mx-24 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .sm\:-my-32 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .sm\:-mx-32 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .sm\:-my-40 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .sm\:-mx-40 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .sm\:-my-48 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .sm\:-mx-48 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .sm\:-my-56 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
  }

  .sm\:-mx-56 {
    margin-left: -192px !important;
    margin-right: -192px !important;
  }

  .sm\:-my-64 {
    margin-top: -224px !important;
    margin-bottom: -224px !important;
  }

  .sm\:-mx-64 {
    margin-left: -224px !important;
    margin-right: -224px !important;
  }

  .sm\:-my-72 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .sm\:-mx-72 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .sm\:-my-86 {
    margin-top: -295px !important;
    margin-bottom: -295px !important;
  }

  .sm\:-mx-86 {
    margin-left: -295px !important;
    margin-right: -295px !important;
  }

  .sm\:mt-0 {
    margin-top:  0 !important;
  }

  .sm\:mr-0 {
    margin-right:  0 !important;
  }

  .sm\:mb-0 {
    margin-bottom:  0 !important;
  }

  .sm\:ml-0 {
    margin-left:  0 !important;
  }

  .sm\:mt-1 {
    margin-top: 4px !important;
  }

  .sm\:mr-1 {
    margin-right: 4px !important;
  }

  .sm\:mb-1 {
    margin-bottom: 4px !important;
  }

  .sm\:ml-1 {
    margin-left: 4px !important;
  }

  .sm\:mt-2 {
    margin-top: 8px !important;
  }

  .sm\:mr-2 {
    margin-right: 8px !important;
  }

  .sm\:mb-2 {
    margin-bottom: 8px !important;
  }

  .sm\:ml-2 {
    margin-left: 8px !important;
  }

  .sm\:mt-3 {
    margin-top: 12px !important;
  }

  .sm\:mr-3 {
    margin-right: 12px !important;
  }

  .sm\:mb-3 {
    margin-bottom: 12px !important;
  }

  .sm\:ml-3 {
    margin-left: 12px !important;
  }

  .sm\:mt-4 {
    margin-top: 16px !important;
  }

  .sm\:mr-4 {
    margin-right: 16px !important;
  }

  .sm\:mb-4 {
    margin-bottom: 16px !important;
  }

  .sm\:ml-4 {
    margin-left: 16px !important;
  }

  .sm\:mt-5 {
    margin-top: 20px !important;
  }

  .sm\:mr-5 {
    margin-right: 20px !important;
  }

  .sm\:mb-5 {
    margin-bottom: 20px !important;
  }

  .sm\:ml-5 {
    margin-left: 20px !important;
  }

  .sm\:mt-6 {
    margin-top: 24px !important;
  }

  .sm\:mr-6 {
    margin-right: 24px !important;
  }

  .sm\:mb-6 {
    margin-bottom: 24px !important;
  }

  .sm\:ml-6 {
    margin-left: 24px !important;
  }

  .sm\:mt-8 {
    margin-top: 28px !important;
  }

  .sm\:mr-8 {
    margin-right: 28px !important;
  }

  .sm\:mb-8 {
    margin-bottom: 28px !important;
  }

  .sm\:ml-8 {
    margin-left: 28px !important;
  }

  .sm\:mt-10 {
    margin-top: 32px !important;
  }

  .sm\:mr-10 {
    margin-right: 32px !important;
  }

  .sm\:mb-10 {
    margin-bottom: 32px !important;
  }

  .sm\:ml-10 {
    margin-left: 32px !important;
  }

  .sm\:mt-12 {
    margin-top: 40px !important;
  }

  .sm\:mr-12 {
    margin-right: 40px !important;
  }

  .sm\:mb-12 {
    margin-bottom: 40px !important;
  }

  .sm\:ml-12 {
    margin-left: 40px !important;
  }

  .sm\:mt-16 {
    margin-top: 48px !important;
  }

  .sm\:mr-16 {
    margin-right: 48px !important;
  }

  .sm\:mb-16 {
    margin-bottom: 48px !important;
  }

  .sm\:ml-16 {
    margin-left: 48px !important;
  }

  .sm\:mt-20 {
    margin-top: 64px !important;
  }

  .sm\:mr-20 {
    margin-right: 64px !important;
  }

  .sm\:mb-20 {
    margin-bottom: 64px !important;
  }

  .sm\:ml-20 {
    margin-left: 64px !important;
  }

  .sm\:mt-24 {
    margin-top: 80px !important;
  }

  .sm\:mr-24 {
    margin-right: 80px !important;
  }

  .sm\:mb-24 {
    margin-bottom: 80px !important;
  }

  .sm\:ml-24 {
    margin-left: 80px !important;
  }

  .sm\:mt-32 {
    margin-top: 96px !important;
  }

  .sm\:mr-32 {
    margin-right: 96px !important;
  }

  .sm\:mb-32 {
    margin-bottom: 96px !important;
  }

  .sm\:ml-32 {
    margin-left: 96px !important;
  }

  .sm\:mt-40 {
    margin-top: 128px !important;
  }

  .sm\:mr-40 {
    margin-right: 128px !important;
  }

  .sm\:mb-40 {
    margin-bottom: 128px !important;
  }

  .sm\:ml-40 {
    margin-left: 128px !important;
  }

  .sm\:mt-48 {
    margin-top: 160px !important;
  }

  .sm\:mr-48 {
    margin-right: 160px !important;
  }

  .sm\:mb-48 {
    margin-bottom: 160px !important;
  }

  .sm\:ml-48 {
    margin-left: 160px !important;
  }

  .sm\:mt-56 {
    margin-top: 192px !important;
  }

  .sm\:mr-56 {
    margin-right: 192px !important;
  }

  .sm\:mb-56 {
    margin-bottom: 192px !important;
  }

  .sm\:ml-56 {
    margin-left: 192px !important;
  }

  .sm\:mt-64 {
    margin-top: 224px !important;
  }

  .sm\:mr-64 {
    margin-right: 224px !important;
  }

  .sm\:mb-64 {
    margin-bottom: 224px !important;
  }

  .sm\:ml-64 {
    margin-left: 224px !important;
  }

  .sm\:mt-72 {
    margin-top: 256px !important;
  }

  .sm\:mr-72 {
    margin-right: 256px !important;
  }

  .sm\:mb-72 {
    margin-bottom: 256px !important;
  }

  .sm\:ml-72 {
    margin-left: 256px !important;
  }

  .sm\:mt-86 {
    margin-top: 295px !important;
  }

  .sm\:mr-86 {
    margin-right: 295px !important;
  }

  .sm\:mb-86 {
    margin-bottom: 295px !important;
  }

  .sm\:ml-86 {
    margin-left: 295px !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:-mt-0 {
    margin-top: 0 !important;
  }

  .sm\:-mr-0 {
    margin-right: 0 !important;
  }

  .sm\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:-ml-0 {
    margin-left: 0 !important;
  }

  .sm\:-mt-1 {
    margin-top: -4px !important;
  }

  .sm\:-mr-1 {
    margin-right: -4px !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -4px !important;
  }

  .sm\:-ml-1 {
    margin-left: -4px !important;
  }

  .sm\:-mt-2 {
    margin-top: -8px !important;
  }

  .sm\:-mr-2 {
    margin-right: -8px !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -8px !important;
  }

  .sm\:-ml-2 {
    margin-left: -8px !important;
  }

  .sm\:-mt-3 {
    margin-top: -12px !important;
  }

  .sm\:-mr-3 {
    margin-right: -12px !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -12px !important;
  }

  .sm\:-ml-3 {
    margin-left: -12px !important;
  }

  .sm\:-mt-4 {
    margin-top: -16px !important;
  }

  .sm\:-mr-4 {
    margin-right: -16px !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -16px !important;
  }

  .sm\:-ml-4 {
    margin-left: -16px !important;
  }

  .sm\:-mt-5 {
    margin-top: -20px !important;
  }

  .sm\:-mr-5 {
    margin-right: -20px !important;
  }

  .sm\:-mb-5 {
    margin-bottom: -20px !important;
  }

  .sm\:-ml-5 {
    margin-left: -20px !important;
  }

  .sm\:-mt-6 {
    margin-top: -24px !important;
  }

  .sm\:-mr-6 {
    margin-right: -24px !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -24px !important;
  }

  .sm\:-ml-6 {
    margin-left: -24px !important;
  }

  .sm\:-mt-8 {
    margin-top: -28px !important;
  }

  .sm\:-mr-8 {
    margin-right: -28px !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -28px !important;
  }

  .sm\:-ml-8 {
    margin-left: -28px !important;
  }

  .sm\:-mt-10 {
    margin-top: -32px !important;
  }

  .sm\:-mr-10 {
    margin-right: -32px !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -32px !important;
  }

  .sm\:-ml-10 {
    margin-left: -32px !important;
  }

  .sm\:-mt-12 {
    margin-top: -40px !important;
  }

  .sm\:-mr-12 {
    margin-right: -40px !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -40px !important;
  }

  .sm\:-ml-12 {
    margin-left: -40px !important;
  }

  .sm\:-mt-16 {
    margin-top: -48px !important;
  }

  .sm\:-mr-16 {
    margin-right: -48px !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -48px !important;
  }

  .sm\:-ml-16 {
    margin-left: -48px !important;
  }

  .sm\:-mt-20 {
    margin-top: -64px !important;
  }

  .sm\:-mr-20 {
    margin-right: -64px !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -64px !important;
  }

  .sm\:-ml-20 {
    margin-left: -64px !important;
  }

  .sm\:-mt-24 {
    margin-top: -80px !important;
  }

  .sm\:-mr-24 {
    margin-right: -80px !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -80px !important;
  }

  .sm\:-ml-24 {
    margin-left: -80px !important;
  }

  .sm\:-mt-32 {
    margin-top: -96px !important;
  }

  .sm\:-mr-32 {
    margin-right: -96px !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -96px !important;
  }

  .sm\:-ml-32 {
    margin-left: -96px !important;
  }

  .sm\:-mt-40 {
    margin-top: -128px !important;
  }

  .sm\:-mr-40 {
    margin-right: -128px !important;
  }

  .sm\:-mb-40 {
    margin-bottom: -128px !important;
  }

  .sm\:-ml-40 {
    margin-left: -128px !important;
  }

  .sm\:-mt-48 {
    margin-top: -160px !important;
  }

  .sm\:-mr-48 {
    margin-right: -160px !important;
  }

  .sm\:-mb-48 {
    margin-bottom: -160px !important;
  }

  .sm\:-ml-48 {
    margin-left: -160px !important;
  }

  .sm\:-mt-56 {
    margin-top: -192px !important;
  }

  .sm\:-mr-56 {
    margin-right: -192px !important;
  }

  .sm\:-mb-56 {
    margin-bottom: -192px !important;
  }

  .sm\:-ml-56 {
    margin-left: -192px !important;
  }

  .sm\:-mt-64 {
    margin-top: -224px !important;
  }

  .sm\:-mr-64 {
    margin-right: -224px !important;
  }

  .sm\:-mb-64 {
    margin-bottom: -224px !important;
  }

  .sm\:-ml-64 {
    margin-left: -224px !important;
  }

  .sm\:-mt-72 {
    margin-top: -256px !important;
  }

  .sm\:-mr-72 {
    margin-right: -256px !important;
  }

  .sm\:-mb-72 {
    margin-bottom: -256px !important;
  }

  .sm\:-ml-72 {
    margin-left: -256px !important;
  }

  .sm\:-mt-86 {
    margin-top: -295px !important;
  }

  .sm\:-mr-86 {
    margin-right: -295px !important;
  }

  .sm\:-mb-86 {
    margin-bottom: -295px !important;
  }

  .sm\:-ml-86 {
    margin-left: -295px !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-w-xxs {
    max-width: 170px !important;
  }

  .sm\:max-w-xs {
    max-width: 320px !important;
  }

  .sm\:max-w-sm {
    max-width: 384px !important;
  }

  .sm\:max-w-md {
    max-width: 448px !important;
  }

  .sm\:max-w-lg {
    max-width: 512px !important;
  }

  .sm\:max-w-xl {
    max-width: 576px !important;
  }

  .sm\:max-w-2xl {
    max-width: 672px !important;
  }

  .sm\:max-w-3xl {
    max-width: 768px !important;
  }

  .sm\:max-w-4xl {
    max-width: 896px !important;
  }

  .sm\:max-w-5xl {
    max-width: 1024px !important;
  }

  .sm\:max-w-6xl {
    max-width: 1152px !important;
  }

  .sm\:max-w-7xl {
    max-width: 1280px !important;
  }

  .sm\:max-w-8xl {
    max-width: 1440px !important;
  }

  .sm\:max-w-9xl {
    max-width: 1600px !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:max-w-m-filter {
    max-width: 295px !important;
  }

  .sm\:min-h-0 {
    min-height:  0 !important;
  }

  .sm\:min-h-1 {
    min-height: 4px !important;
  }

  .sm\:min-h-2 {
    min-height: 8px !important;
  }

  .sm\:min-h-3 {
    min-height: 12px !important;
  }

  .sm\:min-h-4 {
    min-height: 16px !important;
  }

  .sm\:min-h-5 {
    min-height: 20px !important;
  }

  .sm\:min-h-6 {
    min-height: 24px !important;
  }

  .sm\:min-h-8 {
    min-height: 28px !important;
  }

  .sm\:min-h-10 {
    min-height: 32px !important;
  }

  .sm\:min-h-12 {
    min-height: 40px !important;
  }

  .sm\:min-h-16 {
    min-height: 48px !important;
  }

  .sm\:min-h-20 {
    min-height: 64px !important;
  }

  .sm\:min-h-24 {
    min-height: 80px !important;
  }

  .sm\:min-h-32 {
    min-height: 96px !important;
  }

  .sm\:min-h-40 {
    min-height: 128px !important;
  }

  .sm\:min-h-48 {
    min-height: 160px !important;
  }

  .sm\:min-h-56 {
    min-height: 192px !important;
  }

  .sm\:min-h-64 {
    min-height: 224px !important;
  }

  .sm\:min-h-72 {
    min-height: 256px !important;
  }

  .sm\:min-h-86 {
    min-height: 295px !important;
  }

  .sm\:min-w-0 {
    min-width: 0 !important;
  }

  .sm\:min-w-100 {
    min-width: 100px !important;
  }

  .sm\:min-w-165 {
    min-width: 165px !important;
  }

  .sm\:min-w-1\/5 {
    min-width: 20% !important;
  }

  .sm\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .sm\:min-w-1\/2 {
    min-width: 50% !important;
  }

  .sm\:min-w-3\/4 {
    min-width: 75% !important;
  }

  .sm\:min-w-4\/5 {
    min-width: 80% !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:object-contain {
    object-fit: contain !important;
  }

  .sm\:object-cover {
    object-fit: cover !important;
  }

  .sm\:object-fill {
    object-fit: fill !important;
  }

  .sm\:object-none {
    object-fit: none !important;
  }

  .sm\:object-scale-down {
    object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    object-position: bottom !important;
  }

  .sm\:object-center {
    object-position: center !important;
  }

  .sm\:object-left {
    object-position: left !important;
  }

  .sm\:object-left-bottom {
    object-position: left bottom !important;
  }

  .sm\:object-left-top {
    object-position: left top !important;
  }

  .sm\:object-right {
    object-position: right !important;
  }

  .sm\:object-right-bottom {
    object-position: right bottom !important;
  }

  .sm\:object-right-top {
    object-position: right top !important;
  }

  .sm\:object-top {
    object-position: top !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:outline-none {
    outline: 0 !important;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:p-0 {
    padding:  0 !important;
  }

  .sm\:p-1 {
    padding: 4px !important;
  }

  .sm\:p-2 {
    padding: 8px !important;
  }

  .sm\:p-3 {
    padding: 12px !important;
  }

  .sm\:p-4 {
    padding: 16px !important;
  }

  .sm\:p-5 {
    padding: 20px !important;
  }

  .sm\:p-6 {
    padding: 24px !important;
  }

  .sm\:p-8 {
    padding: 28px !important;
  }

  .sm\:p-10 {
    padding: 32px !important;
  }

  .sm\:p-12 {
    padding: 40px !important;
  }

  .sm\:p-16 {
    padding: 48px !important;
  }

  .sm\:p-20 {
    padding: 64px !important;
  }

  .sm\:p-24 {
    padding: 80px !important;
  }

  .sm\:p-32 {
    padding: 96px !important;
  }

  .sm\:p-40 {
    padding: 128px !important;
  }

  .sm\:p-48 {
    padding: 160px !important;
  }

  .sm\:p-56 {
    padding: 192px !important;
  }

  .sm\:p-64 {
    padding: 224px !important;
  }

  .sm\:p-72 {
    padding: 256px !important;
  }

  .sm\:p-86 {
    padding: 295px !important;
  }

  .sm\:py-0 {
    padding-top:  0 !important;
    padding-bottom:  0 !important;
  }

  .sm\:px-0 {
    padding-left:  0 !important;
    padding-right:  0 !important;
  }

  .sm\:py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .sm\:px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .sm\:py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .sm\:px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .sm\:py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .sm\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sm\:px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sm\:py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .sm\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:py-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .sm\:px-8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .sm\:py-10 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:px-10 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:py-12 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:px-12 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:py-16 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:px-16 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:py-20 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sm\:px-20 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .sm\:py-24 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:px-24 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:py-32 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .sm\:px-32 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .sm\:py-40 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .sm\:px-40 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .sm\:py-48 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .sm\:px-48 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .sm\:py-56 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }

  .sm\:px-56 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }

  .sm\:py-64 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }

  .sm\:px-64 {
    padding-left: 224px !important;
    padding-right: 224px !important;
  }

  .sm\:py-72 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .sm\:px-72 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .sm\:py-86 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
  }

  .sm\:px-86 {
    padding-left: 295px !important;
    padding-right: 295px !important;
  }

  .sm\:pt-0 {
    padding-top:  0 !important;
  }

  .sm\:pr-0 {
    padding-right:  0 !important;
  }

  .sm\:pb-0 {
    padding-bottom:  0 !important;
  }

  .sm\:pl-0 {
    padding-left:  0 !important;
  }

  .sm\:pt-1 {
    padding-top: 4px !important;
  }

  .sm\:pr-1 {
    padding-right: 4px !important;
  }

  .sm\:pb-1 {
    padding-bottom: 4px !important;
  }

  .sm\:pl-1 {
    padding-left: 4px !important;
  }

  .sm\:pt-2 {
    padding-top: 8px !important;
  }

  .sm\:pr-2 {
    padding-right: 8px !important;
  }

  .sm\:pb-2 {
    padding-bottom: 8px !important;
  }

  .sm\:pl-2 {
    padding-left: 8px !important;
  }

  .sm\:pt-3 {
    padding-top: 12px !important;
  }

  .sm\:pr-3 {
    padding-right: 12px !important;
  }

  .sm\:pb-3 {
    padding-bottom: 12px !important;
  }

  .sm\:pl-3 {
    padding-left: 12px !important;
  }

  .sm\:pt-4 {
    padding-top: 16px !important;
  }

  .sm\:pr-4 {
    padding-right: 16px !important;
  }

  .sm\:pb-4 {
    padding-bottom: 16px !important;
  }

  .sm\:pl-4 {
    padding-left: 16px !important;
  }

  .sm\:pt-5 {
    padding-top: 20px !important;
  }

  .sm\:pr-5 {
    padding-right: 20px !important;
  }

  .sm\:pb-5 {
    padding-bottom: 20px !important;
  }

  .sm\:pl-5 {
    padding-left: 20px !important;
  }

  .sm\:pt-6 {
    padding-top: 24px !important;
  }

  .sm\:pr-6 {
    padding-right: 24px !important;
  }

  .sm\:pb-6 {
    padding-bottom: 24px !important;
  }

  .sm\:pl-6 {
    padding-left: 24px !important;
  }

  .sm\:pt-8 {
    padding-top: 28px !important;
  }

  .sm\:pr-8 {
    padding-right: 28px !important;
  }

  .sm\:pb-8 {
    padding-bottom: 28px !important;
  }

  .sm\:pl-8 {
    padding-left: 28px !important;
  }

  .sm\:pt-10 {
    padding-top: 32px !important;
  }

  .sm\:pr-10 {
    padding-right: 32px !important;
  }

  .sm\:pb-10 {
    padding-bottom: 32px !important;
  }

  .sm\:pl-10 {
    padding-left: 32px !important;
  }

  .sm\:pt-12 {
    padding-top: 40px !important;
  }

  .sm\:pr-12 {
    padding-right: 40px !important;
  }

  .sm\:pb-12 {
    padding-bottom: 40px !important;
  }

  .sm\:pl-12 {
    padding-left: 40px !important;
  }

  .sm\:pt-16 {
    padding-top: 48px !important;
  }

  .sm\:pr-16 {
    padding-right: 48px !important;
  }

  .sm\:pb-16 {
    padding-bottom: 48px !important;
  }

  .sm\:pl-16 {
    padding-left: 48px !important;
  }

  .sm\:pt-20 {
    padding-top: 64px !important;
  }

  .sm\:pr-20 {
    padding-right: 64px !important;
  }

  .sm\:pb-20 {
    padding-bottom: 64px !important;
  }

  .sm\:pl-20 {
    padding-left: 64px !important;
  }

  .sm\:pt-24 {
    padding-top: 80px !important;
  }

  .sm\:pr-24 {
    padding-right: 80px !important;
  }

  .sm\:pb-24 {
    padding-bottom: 80px !important;
  }

  .sm\:pl-24 {
    padding-left: 80px !important;
  }

  .sm\:pt-32 {
    padding-top: 96px !important;
  }

  .sm\:pr-32 {
    padding-right: 96px !important;
  }

  .sm\:pb-32 {
    padding-bottom: 96px !important;
  }

  .sm\:pl-32 {
    padding-left: 96px !important;
  }

  .sm\:pt-40 {
    padding-top: 128px !important;
  }

  .sm\:pr-40 {
    padding-right: 128px !important;
  }

  .sm\:pb-40 {
    padding-bottom: 128px !important;
  }

  .sm\:pl-40 {
    padding-left: 128px !important;
  }

  .sm\:pt-48 {
    padding-top: 160px !important;
  }

  .sm\:pr-48 {
    padding-right: 160px !important;
  }

  .sm\:pb-48 {
    padding-bottom: 160px !important;
  }

  .sm\:pl-48 {
    padding-left: 160px !important;
  }

  .sm\:pt-56 {
    padding-top: 192px !important;
  }

  .sm\:pr-56 {
    padding-right: 192px !important;
  }

  .sm\:pb-56 {
    padding-bottom: 192px !important;
  }

  .sm\:pl-56 {
    padding-left: 192px !important;
  }

  .sm\:pt-64 {
    padding-top: 224px !important;
  }

  .sm\:pr-64 {
    padding-right: 224px !important;
  }

  .sm\:pb-64 {
    padding-bottom: 224px !important;
  }

  .sm\:pl-64 {
    padding-left: 224px !important;
  }

  .sm\:pt-72 {
    padding-top: 256px !important;
  }

  .sm\:pr-72 {
    padding-right: 256px !important;
  }

  .sm\:pb-72 {
    padding-bottom: 256px !important;
  }

  .sm\:pl-72 {
    padding-left: 256px !important;
  }

  .sm\:pt-86 {
    padding-top: 295px !important;
  }

  .sm\:pr-86 {
    padding-right: 295px !important;
  }

  .sm\:pb-86 {
    padding-bottom: 295px !important;
  }

  .sm\:pl-86 {
    padding-left: 295px !important;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-semi-transparent::placeholder {
    color: rgba(0,0,0,0.5) !important;
  }

  .sm\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .sm\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .sm\:placeholder-gray-100::placeholder {
    color: #F6F6F6 !important;
  }

  .sm\:placeholder-gray-200::placeholder {
    color: #ECECEC !important;
  }

  .sm\:placeholder-gray-300::placeholder {
    color: #DBDBDB !important;
  }

  .sm\:placeholder-gray-400::placeholder {
    color: #CCCCCC !important;
  }

  .sm\:placeholder-gray-500::placeholder {
    color: #B3B3B3 !important;
  }

  .sm\:placeholder-gray-600::placeholder {
    color: #919191 !important;
  }

  .sm\:placeholder-gray-700::placeholder {
    color: #7D7D7D !important;
  }

  .sm\:placeholder-gray-800::placeholder {
    color: #3E3E3E !important;
  }

  .sm\:placeholder-gray-900::placeholder {
    color: #1C1C1C !important;
  }

  .sm\:placeholder-blue-200::placeholder {
    color: #C6F4FF !important;
  }

  .sm\:placeholder-blue-300::placeholder {
    color: #95E2F4 !important;
  }

  .sm\:placeholder-blue-400::placeholder {
    color: #33C8E9 !important;
  }

  .sm\:placeholder-blue-500::placeholder {
    color: #00AFDB !important;
  }

  .sm\:placeholder-green-200::placeholder {
    color: #DFE8C1 !important;
  }

  .sm\:placeholder-green-300::placeholder {
    color: #BBC890 !important;
  }

  .sm\:placeholder-green-400::placeholder {
    color: #9EB54E !important;
  }

  .sm\:placeholder-green-500::placeholder {
    color: #789904 !important;
  }

  .sm\:placeholder-red-200::placeholder {
    color: #FFD2CF !important;
  }

  .sm\:placeholder-red-300::placeholder {
    color: #FF9691 !important;
  }

  .sm\:placeholder-red-400::placeholder {
    color: #FE6058 !important;
  }

  .sm\:placeholder-red-500::placeholder {
    color: #E1251B !important;
  }

  .sm\:placeholder-orange-200::placeholder {
    color: #FFE5D7 !important;
  }

  .sm\:placeholder-orange-300::placeholder {
    color: #FFC6A6 !important;
  }

  .sm\:placeholder-orange-400::placeholder {
    color: #F7A171 !important;
  }

  .sm\:placeholder-orange-500::placeholder {
    color: #F48B50 !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-semi-transparent:focus::placeholder {
    color: rgba(0,0,0,0.5) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    color: #F6F6F6 !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    color: #ECECEC !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    color: #DBDBDB !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    color: #CCCCCC !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    color: #B3B3B3 !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    color: #919191 !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    color: #7D7D7D !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    color: #3E3E3E !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1C1C1C !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    color: #C6F4FF !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    color: #95E2F4 !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    color: #33C8E9 !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    color: #00AFDB !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    color: #DFE8C1 !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    color: #BBC890 !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    color: #9EB54E !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    color: #789904 !important;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    color: #FFD2CF !important;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    color: #FF9691 !important;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    color: #FE6058 !important;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    color: #E1251B !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder {
    color: #FFE5D7 !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder {
    color: #FFC6A6 !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder {
    color: #F7A171 !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder {
    color: #F48B50 !important;
  }

  .sm\:pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: sticky !important;
  }

  .sm\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .sm\:top-0 {
    top: 0 !important;
  }

  .sm\:right-0 {
    right: 0 !important;
  }

  .sm\:bottom-0 {
    bottom: 0 !important;
  }

  .sm\:left-0 {
    left: 0 !important;
  }

  .sm\:top-auto {
    top: auto !important;
  }

  .sm\:right-auto {
    right: auto !important;
  }

  .sm\:bottom-auto {
    bottom: auto !important;
  }

  .sm\:left-auto {
    left: auto !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .sm\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .sm\:fill-current {
    fill: currentColor !important;
  }

  .sm\:stroke-current {
    stroke: currentColor !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-semi-transparent {
    color: rgba(0,0,0,0.5) !important;
  }

  .sm\:text-black {
    color: #000 !important;
  }

  .sm\:text-white {
    color: #fff !important;
  }

  .sm\:text-gray-100 {
    color: #F6F6F6 !important;
  }

  .sm\:text-gray-200 {
    color: #ECECEC !important;
  }

  .sm\:text-gray-300 {
    color: #DBDBDB !important;
  }

  .sm\:text-gray-400 {
    color: #CCCCCC !important;
  }

  .sm\:text-gray-500 {
    color: #B3B3B3 !important;
  }

  .sm\:text-gray-600 {
    color: #919191 !important;
  }

  .sm\:text-gray-700 {
    color: #7D7D7D !important;
  }

  .sm\:text-gray-800 {
    color: #3E3E3E !important;
  }

  .sm\:text-gray-900 {
    color: #1C1C1C !important;
  }

  .sm\:text-blue-200 {
    color: #C6F4FF !important;
  }

  .sm\:text-blue-300 {
    color: #95E2F4 !important;
  }

  .sm\:text-blue-400 {
    color: #33C8E9 !important;
  }

  .sm\:text-blue-500 {
    color: #00AFDB !important;
  }

  .sm\:text-green-200 {
    color: #DFE8C1 !important;
  }

  .sm\:text-green-300 {
    color: #BBC890 !important;
  }

  .sm\:text-green-400 {
    color: #9EB54E !important;
  }

  .sm\:text-green-500 {
    color: #789904 !important;
  }

  .sm\:text-red-200 {
    color: #FFD2CF !important;
  }

  .sm\:text-red-300 {
    color: #FF9691 !important;
  }

  .sm\:text-red-400 {
    color: #FE6058 !important;
  }

  .sm\:text-red-500 {
    color: #E1251B !important;
  }

  .sm\:text-orange-200 {
    color: #FFE5D7 !important;
  }

  .sm\:text-orange-300 {
    color: #FFC6A6 !important;
  }

  .sm\:text-orange-400 {
    color: #F7A171 !important;
  }

  .sm\:text-orange-500 {
    color: #F48B50 !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-semi-transparent:hover {
    color: rgba(0,0,0,0.5) !important;
  }

  .sm\:hover\:text-black:hover {
    color: #000 !important;
  }

  .sm\:hover\:text-white:hover {
    color: #fff !important;
  }

  .sm\:hover\:text-gray-100:hover {
    color: #F6F6F6 !important;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #ECECEC !important;
  }

  .sm\:hover\:text-gray-300:hover {
    color: #DBDBDB !important;
  }

  .sm\:hover\:text-gray-400:hover {
    color: #CCCCCC !important;
  }

  .sm\:hover\:text-gray-500:hover {
    color: #B3B3B3 !important;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #919191 !important;
  }

  .sm\:hover\:text-gray-700:hover {
    color: #7D7D7D !important;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #3E3E3E !important;
  }

  .sm\:hover\:text-gray-900:hover {
    color: #1C1C1C !important;
  }

  .sm\:hover\:text-blue-200:hover {
    color: #C6F4FF !important;
  }

  .sm\:hover\:text-blue-300:hover {
    color: #95E2F4 !important;
  }

  .sm\:hover\:text-blue-400:hover {
    color: #33C8E9 !important;
  }

  .sm\:hover\:text-blue-500:hover {
    color: #00AFDB !important;
  }

  .sm\:hover\:text-green-200:hover {
    color: #DFE8C1 !important;
  }

  .sm\:hover\:text-green-300:hover {
    color: #BBC890 !important;
  }

  .sm\:hover\:text-green-400:hover {
    color: #9EB54E !important;
  }

  .sm\:hover\:text-green-500:hover {
    color: #789904 !important;
  }

  .sm\:hover\:text-red-200:hover {
    color: #FFD2CF !important;
  }

  .sm\:hover\:text-red-300:hover {
    color: #FF9691 !important;
  }

  .sm\:hover\:text-red-400:hover {
    color: #FE6058 !important;
  }

  .sm\:hover\:text-red-500:hover {
    color: #E1251B !important;
  }

  .sm\:hover\:text-orange-200:hover {
    color: #FFE5D7 !important;
  }

  .sm\:hover\:text-orange-300:hover {
    color: #FFC6A6 !important;
  }

  .sm\:hover\:text-orange-400:hover {
    color: #F7A171 !important;
  }

  .sm\:hover\:text-orange-500:hover {
    color: #F48B50 !important;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:text-semi-transparent:focus {
    color: rgba(0,0,0,0.5) !important;
  }

  .sm\:focus\:text-black:focus {
    color: #000 !important;
  }

  .sm\:focus\:text-white:focus {
    color: #fff !important;
  }

  .sm\:focus\:text-gray-100:focus {
    color: #F6F6F6 !important;
  }

  .sm\:focus\:text-gray-200:focus {
    color: #ECECEC !important;
  }

  .sm\:focus\:text-gray-300:focus {
    color: #DBDBDB !important;
  }

  .sm\:focus\:text-gray-400:focus {
    color: #CCCCCC !important;
  }

  .sm\:focus\:text-gray-500:focus {
    color: #B3B3B3 !important;
  }

  .sm\:focus\:text-gray-600:focus {
    color: #919191 !important;
  }

  .sm\:focus\:text-gray-700:focus {
    color: #7D7D7D !important;
  }

  .sm\:focus\:text-gray-800:focus {
    color: #3E3E3E !important;
  }

  .sm\:focus\:text-gray-900:focus {
    color: #1C1C1C !important;
  }

  .sm\:focus\:text-blue-200:focus {
    color: #C6F4FF !important;
  }

  .sm\:focus\:text-blue-300:focus {
    color: #95E2F4 !important;
  }

  .sm\:focus\:text-blue-400:focus {
    color: #33C8E9 !important;
  }

  .sm\:focus\:text-blue-500:focus {
    color: #00AFDB !important;
  }

  .sm\:focus\:text-green-200:focus {
    color: #DFE8C1 !important;
  }

  .sm\:focus\:text-green-300:focus {
    color: #BBC890 !important;
  }

  .sm\:focus\:text-green-400:focus {
    color: #9EB54E !important;
  }

  .sm\:focus\:text-green-500:focus {
    color: #789904 !important;
  }

  .sm\:focus\:text-red-200:focus {
    color: #FFD2CF !important;
  }

  .sm\:focus\:text-red-300:focus {
    color: #FF9691 !important;
  }

  .sm\:focus\:text-red-400:focus {
    color: #FE6058 !important;
  }

  .sm\:focus\:text-red-500:focus {
    color: #E1251B !important;
  }

  .sm\:focus\:text-orange-200:focus {
    color: #FFE5D7 !important;
  }

  .sm\:focus\:text-orange-300:focus {
    color: #FFC6A6 !important;
  }

  .sm\:focus\:text-orange-400:focus {
    color: #F7A171 !important;
  }

  .sm\:focus\:text-orange-500:focus {
    color: #F48B50 !important;
  }

  .sm\:text-1 {
    font-size: 14px !important;
  }

  .sm\:text-2 {
    font-size: 16px !important;
  }

  .sm\:text-3 {
    font-size: 18px !important;
  }

  .sm\:text-4 {
    font-size: 24px !important;
  }

  .sm\:text-5 {
    font-size: 32px !important;
  }

  .sm\:text-6 {
    font-size: 48px !important;
  }

  .sm\:text-7 {
    font-size: 64px !important;
  }

  .sm\:text-8 {
    font-size: 80px !important;
  }

  .sm\:text-9 {
    font-size: 96px !important;
  }

  .sm\:text-10 {
    font-size: 112px !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:not-italic {
    font-style: normal !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tracking-none {
    letter-spacing: 0 !important;
  }

  .sm\:tracking-sm {
    letter-spacing: 1px !important;
  }

  .sm\:tracking-md {
    letter-spacing: 2px !important;
  }

  .sm\:tracking-lg {
    letter-spacing: 4px !important;
  }

  .sm\:select-none {
    user-select: none !important;
  }

  .sm\:select-text {
    user-select: text !important;
  }

  .sm\:select-all {
    user-select: all !important;
  }

  .sm\:select-auto {
    user-select: auto !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words {
    overflow-wrap: break-word !important;
  }

  .sm\:break-all {
    word-break: break-all !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-0 {
    width:  0 !important;
  }

  .sm\:w-1 {
    width: 4px !important;
  }

  .sm\:w-2 {
    width: 8px !important;
  }

  .sm\:w-3 {
    width: 12px !important;
  }

  .sm\:w-4 {
    width: 16px !important;
  }

  .sm\:w-5 {
    width: 20px !important;
  }

  .sm\:w-6 {
    width: 24px !important;
  }

  .sm\:w-8 {
    width: 28px !important;
  }

  .sm\:w-10 {
    width: 32px !important;
  }

  .sm\:w-12 {
    width: 40px !important;
  }

  .sm\:w-16 {
    width: 48px !important;
  }

  .sm\:w-20 {
    width: 64px !important;
  }

  .sm\:w-24 {
    width: 80px !important;
  }

  .sm\:w-32 {
    width: 96px !important;
  }

  .sm\:w-40 {
    width: 128px !important;
  }

  .sm\:w-48 {
    width: 160px !important;
  }

  .sm\:w-56 {
    width: 192px !important;
  }

  .sm\:w-64 {
    width: 224px !important;
  }

  .sm\:w-72 {
    width: 256px !important;
  }

  .sm\:w-86 {
    width: 295px !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-2\/4 {
    width: 50% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:w-3\/6 {
    width: 50% !important;
  }

  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:w-3\/12 {
    width: 25% !important;
  }

  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }
}

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

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

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

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

  .md\:appearance-none {
    appearance: none !important;
  }

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

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

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

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-semi-transparent {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .md\:bg-black {
    background-color: #000 !important;
  }

  .md\:bg-white {
    background-color: #fff !important;
  }

  .md\:bg-gray-100 {
    background-color: #F6F6F6 !important;
  }

  .md\:bg-gray-200 {
    background-color: #ECECEC !important;
  }

  .md\:bg-gray-300 {
    background-color: #DBDBDB !important;
  }

  .md\:bg-gray-400 {
    background-color: #CCCCCC !important;
  }

  .md\:bg-gray-500 {
    background-color: #B3B3B3 !important;
  }

  .md\:bg-gray-600 {
    background-color: #919191 !important;
  }

  .md\:bg-gray-700 {
    background-color: #7D7D7D !important;
  }

  .md\:bg-gray-800 {
    background-color: #3E3E3E !important;
  }

  .md\:bg-gray-900 {
    background-color: #1C1C1C !important;
  }

  .md\:bg-blue-200 {
    background-color: #C6F4FF !important;
  }

  .md\:bg-blue-300 {
    background-color: #95E2F4 !important;
  }

  .md\:bg-blue-400 {
    background-color: #33C8E9 !important;
  }

  .md\:bg-blue-500 {
    background-color: #00AFDB !important;
  }

  .md\:bg-green-200 {
    background-color: #DFE8C1 !important;
  }

  .md\:bg-green-300 {
    background-color: #BBC890 !important;
  }

  .md\:bg-green-400 {
    background-color: #9EB54E !important;
  }

  .md\:bg-green-500 {
    background-color: #789904 !important;
  }

  .md\:bg-red-200 {
    background-color: #FFD2CF !important;
  }

  .md\:bg-red-300 {
    background-color: #FF9691 !important;
  }

  .md\:bg-red-400 {
    background-color: #FE6058 !important;
  }

  .md\:bg-red-500 {
    background-color: #E1251B !important;
  }

  .md\:bg-orange-200 {
    background-color: #FFE5D7 !important;
  }

  .md\:bg-orange-300 {
    background-color: #FFC6A6 !important;
  }

  .md\:bg-orange-400 {
    background-color: #F7A171 !important;
  }

  .md\:bg-orange-500 {
    background-color: #F48B50 !important;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:bg-semi-transparent:hover {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #F6F6F6 !important;
  }

  .md\:hover\:bg-gray-200:hover {
    background-color: #ECECEC !important;
  }

  .md\:hover\:bg-gray-300:hover {
    background-color: #DBDBDB !important;
  }

  .md\:hover\:bg-gray-400:hover {
    background-color: #CCCCCC !important;
  }

  .md\:hover\:bg-gray-500:hover {
    background-color: #B3B3B3 !important;
  }

  .md\:hover\:bg-gray-600:hover {
    background-color: #919191 !important;
  }

  .md\:hover\:bg-gray-700:hover {
    background-color: #7D7D7D !important;
  }

  .md\:hover\:bg-gray-800:hover {
    background-color: #3E3E3E !important;
  }

  .md\:hover\:bg-gray-900:hover {
    background-color: #1C1C1C !important;
  }

  .md\:hover\:bg-blue-200:hover {
    background-color: #C6F4FF !important;
  }

  .md\:hover\:bg-blue-300:hover {
    background-color: #95E2F4 !important;
  }

  .md\:hover\:bg-blue-400:hover {
    background-color: #33C8E9 !important;
  }

  .md\:hover\:bg-blue-500:hover {
    background-color: #00AFDB !important;
  }

  .md\:hover\:bg-green-200:hover {
    background-color: #DFE8C1 !important;
  }

  .md\:hover\:bg-green-300:hover {
    background-color: #BBC890 !important;
  }

  .md\:hover\:bg-green-400:hover {
    background-color: #9EB54E !important;
  }

  .md\:hover\:bg-green-500:hover {
    background-color: #789904 !important;
  }

  .md\:hover\:bg-red-200:hover {
    background-color: #FFD2CF !important;
  }

  .md\:hover\:bg-red-300:hover {
    background-color: #FF9691 !important;
  }

  .md\:hover\:bg-red-400:hover {
    background-color: #FE6058 !important;
  }

  .md\:hover\:bg-red-500:hover {
    background-color: #E1251B !important;
  }

  .md\:hover\:bg-orange-200:hover {
    background-color: #FFE5D7 !important;
  }

  .md\:hover\:bg-orange-300:hover {
    background-color: #FFC6A6 !important;
  }

  .md\:hover\:bg-orange-400:hover {
    background-color: #F7A171 !important;
  }

  .md\:hover\:bg-orange-500:hover {
    background-color: #F48B50 !important;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:bg-semi-transparent:focus {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .md\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .md\:focus\:bg-gray-100:focus {
    background-color: #F6F6F6 !important;
  }

  .md\:focus\:bg-gray-200:focus {
    background-color: #ECECEC !important;
  }

  .md\:focus\:bg-gray-300:focus {
    background-color: #DBDBDB !important;
  }

  .md\:focus\:bg-gray-400:focus {
    background-color: #CCCCCC !important;
  }

  .md\:focus\:bg-gray-500:focus {
    background-color: #B3B3B3 !important;
  }

  .md\:focus\:bg-gray-600:focus {
    background-color: #919191 !important;
  }

  .md\:focus\:bg-gray-700:focus {
    background-color: #7D7D7D !important;
  }

  .md\:focus\:bg-gray-800:focus {
    background-color: #3E3E3E !important;
  }

  .md\:focus\:bg-gray-900:focus {
    background-color: #1C1C1C !important;
  }

  .md\:focus\:bg-blue-200:focus {
    background-color: #C6F4FF !important;
  }

  .md\:focus\:bg-blue-300:focus {
    background-color: #95E2F4 !important;
  }

  .md\:focus\:bg-blue-400:focus {
    background-color: #33C8E9 !important;
  }

  .md\:focus\:bg-blue-500:focus {
    background-color: #00AFDB !important;
  }

  .md\:focus\:bg-green-200:focus {
    background-color: #DFE8C1 !important;
  }

  .md\:focus\:bg-green-300:focus {
    background-color: #BBC890 !important;
  }

  .md\:focus\:bg-green-400:focus {
    background-color: #9EB54E !important;
  }

  .md\:focus\:bg-green-500:focus {
    background-color: #789904 !important;
  }

  .md\:focus\:bg-red-200:focus {
    background-color: #FFD2CF !important;
  }

  .md\:focus\:bg-red-300:focus {
    background-color: #FF9691 !important;
  }

  .md\:focus\:bg-red-400:focus {
    background-color: #FE6058 !important;
  }

  .md\:focus\:bg-red-500:focus {
    background-color: #E1251B !important;
  }

  .md\:focus\:bg-orange-200:focus {
    background-color: #FFE5D7 !important;
  }

  .md\:focus\:bg-orange-300:focus {
    background-color: #FFC6A6 !important;
  }

  .md\:focus\:bg-orange-400:focus {
    background-color: #F7A171 !important;
  }

  .md\:focus\:bg-orange-500:focus {
    background-color: #F48B50 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-separate {
    border-collapse: separate !important;
  }

  .md\:border-transparent {
    border-color: transparent !important;
  }

  .md\:border-semi-transparent {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .md\:border-black {
    border-color: #000 !important;
  }

  .md\:border-white {
    border-color: #fff !important;
  }

  .md\:border-gray-100 {
    border-color: #F6F6F6 !important;
  }

  .md\:border-gray-200 {
    border-color: #ECECEC !important;
  }

  .md\:border-gray-300 {
    border-color: #DBDBDB !important;
  }

  .md\:border-gray-400 {
    border-color: #CCCCCC !important;
  }

  .md\:border-gray-500 {
    border-color: #B3B3B3 !important;
  }

  .md\:border-gray-600 {
    border-color: #919191 !important;
  }

  .md\:border-gray-700 {
    border-color: #7D7D7D !important;
  }

  .md\:border-gray-800 {
    border-color: #3E3E3E !important;
  }

  .md\:border-gray-900 {
    border-color: #1C1C1C !important;
  }

  .md\:border-blue-200 {
    border-color: #C6F4FF !important;
  }

  .md\:border-blue-300 {
    border-color: #95E2F4 !important;
  }

  .md\:border-blue-400 {
    border-color: #33C8E9 !important;
  }

  .md\:border-blue-500 {
    border-color: #00AFDB !important;
  }

  .md\:border-green-200 {
    border-color: #DFE8C1 !important;
  }

  .md\:border-green-300 {
    border-color: #BBC890 !important;
  }

  .md\:border-green-400 {
    border-color: #9EB54E !important;
  }

  .md\:border-green-500 {
    border-color: #789904 !important;
  }

  .md\:border-red-200 {
    border-color: #FFD2CF !important;
  }

  .md\:border-red-300 {
    border-color: #FF9691 !important;
  }

  .md\:border-red-400 {
    border-color: #FE6058 !important;
  }

  .md\:border-red-500 {
    border-color: #E1251B !important;
  }

  .md\:border-orange-200 {
    border-color: #FFE5D7 !important;
  }

  .md\:border-orange-300 {
    border-color: #FFC6A6 !important;
  }

  .md\:border-orange-400 {
    border-color: #F7A171 !important;
  }

  .md\:border-orange-500 {
    border-color: #F48B50 !important;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:border-semi-transparent:hover {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .md\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .md\:hover\:border-gray-100:hover {
    border-color: #F6F6F6 !important;
  }

  .md\:hover\:border-gray-200:hover {
    border-color: #ECECEC !important;
  }

  .md\:hover\:border-gray-300:hover {
    border-color: #DBDBDB !important;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #CCCCCC !important;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #B3B3B3 !important;
  }

  .md\:hover\:border-gray-600:hover {
    border-color: #919191 !important;
  }

  .md\:hover\:border-gray-700:hover {
    border-color: #7D7D7D !important;
  }

  .md\:hover\:border-gray-800:hover {
    border-color: #3E3E3E !important;
  }

  .md\:hover\:border-gray-900:hover {
    border-color: #1C1C1C !important;
  }

  .md\:hover\:border-blue-200:hover {
    border-color: #C6F4FF !important;
  }

  .md\:hover\:border-blue-300:hover {
    border-color: #95E2F4 !important;
  }

  .md\:hover\:border-blue-400:hover {
    border-color: #33C8E9 !important;
  }

  .md\:hover\:border-blue-500:hover {
    border-color: #00AFDB !important;
  }

  .md\:hover\:border-green-200:hover {
    border-color: #DFE8C1 !important;
  }

  .md\:hover\:border-green-300:hover {
    border-color: #BBC890 !important;
  }

  .md\:hover\:border-green-400:hover {
    border-color: #9EB54E !important;
  }

  .md\:hover\:border-green-500:hover {
    border-color: #789904 !important;
  }

  .md\:hover\:border-red-200:hover {
    border-color: #FFD2CF !important;
  }

  .md\:hover\:border-red-300:hover {
    border-color: #FF9691 !important;
  }

  .md\:hover\:border-red-400:hover {
    border-color: #FE6058 !important;
  }

  .md\:hover\:border-red-500:hover {
    border-color: #E1251B !important;
  }

  .md\:hover\:border-orange-200:hover {
    border-color: #FFE5D7 !important;
  }

  .md\:hover\:border-orange-300:hover {
    border-color: #FFC6A6 !important;
  }

  .md\:hover\:border-orange-400:hover {
    border-color: #F7A171 !important;
  }

  .md\:hover\:border-orange-500:hover {
    border-color: #F48B50 !important;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:border-semi-transparent:focus {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .md\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .md\:focus\:border-gray-100:focus {
    border-color: #F6F6F6 !important;
  }

  .md\:focus\:border-gray-200:focus {
    border-color: #ECECEC !important;
  }

  .md\:focus\:border-gray-300:focus {
    border-color: #DBDBDB !important;
  }

  .md\:focus\:border-gray-400:focus {
    border-color: #CCCCCC !important;
  }

  .md\:focus\:border-gray-500:focus {
    border-color: #B3B3B3 !important;
  }

  .md\:focus\:border-gray-600:focus {
    border-color: #919191 !important;
  }

  .md\:focus\:border-gray-700:focus {
    border-color: #7D7D7D !important;
  }

  .md\:focus\:border-gray-800:focus {
    border-color: #3E3E3E !important;
  }

  .md\:focus\:border-gray-900:focus {
    border-color: #1C1C1C !important;
  }

  .md\:focus\:border-blue-200:focus {
    border-color: #C6F4FF !important;
  }

  .md\:focus\:border-blue-300:focus {
    border-color: #95E2F4 !important;
  }

  .md\:focus\:border-blue-400:focus {
    border-color: #33C8E9 !important;
  }

  .md\:focus\:border-blue-500:focus {
    border-color: #00AFDB !important;
  }

  .md\:focus\:border-green-200:focus {
    border-color: #DFE8C1 !important;
  }

  .md\:focus\:border-green-300:focus {
    border-color: #BBC890 !important;
  }

  .md\:focus\:border-green-400:focus {
    border-color: #9EB54E !important;
  }

  .md\:focus\:border-green-500:focus {
    border-color: #789904 !important;
  }

  .md\:focus\:border-red-200:focus {
    border-color: #FFD2CF !important;
  }

  .md\:focus\:border-red-300:focus {
    border-color: #FF9691 !important;
  }

  .md\:focus\:border-red-400:focus {
    border-color: #FE6058 !important;
  }

  .md\:focus\:border-red-500:focus {
    border-color: #E1251B !important;
  }

  .md\:focus\:border-orange-200:focus {
    border-color: #FFE5D7 !important;
  }

  .md\:focus\:border-orange-300:focus {
    border-color: #FFC6A6 !important;
  }

  .md\:focus\:border-orange-400:focus {
    border-color: #F7A171 !important;
  }

  .md\:focus\:border-orange-500:focus {
    border-color: #F48B50 !important;
  }

  .md\:rounded-sm {
    border-radius: 2px !important;
  }

  .md\:rounded-md {
    border-radius: 4px !important;
  }

  .md\:rounded-lg {
    border-radius: 8px !important;
  }

  .md\:rounded-xl {
    border-radius: 16px !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 2px !important;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 2px !important;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 2px !important;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 2px !important;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 4px !important;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 8px !important;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 8px !important;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 8px !important;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 8px !important;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 16px !important;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 16px !important;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 16px !important;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 16px !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-double {
    border-style: double !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-0 {
    border-width: 0 !important;
  }

  .md\:border-1 {
    border-width: 1px !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-3 {
    border-width: 3px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:border-t-1 {
    border-top-width: 1px !important;
  }

  .md\:border-r-1 {
    border-right-width: 1px !important;
  }

  .md\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .md\:border-l-1 {
    border-left-width: 1px !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-3 {
    border-top-width: 3px !important;
  }

  .md\:border-r-3 {
    border-right-width: 3px !important;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .md\:border-l-3 {
    border-left-width: 3px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-text {
    cursor: text !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:inline-flex {
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:items-baseline {
    align-items: baseline !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:self-auto {
    align-self: auto !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:self-stretch {
    align-self: stretch !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-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:content-center {
    align-content: center !important;
  }

  .md\:content-start {
    align-content: flex-start !important;
  }

  .md\:content-end {
    align-content: flex-end !important;
  }

  .md\:content-between {
    align-content: space-between !important;
  }

  .md\:content-around {
    align-content: space-around !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:flex-none {
    flex: none !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:flex-grow {
    flex-grow: 1 !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:order-4 {
    order: 4 !important;
  }

  .md\:order-5 {
    order: 5 !important;
  }

  .md\:order-6 {
    order: 6 !important;
  }

  .md\:order-7 {
    order: 7 !important;
  }

  .md\:order-8 {
    order: 8 !important;
  }

  .md\:order-9 {
    order: 9 !important;
  }

  .md\:order-10 {
    order: 10 !important;
  }

  .md\:order-11 {
    order: 11 !important;
  }

  .md\:order-12 {
    order: 12 !important;
  }

  .md\:order-first {
    order: -9999 !important;
  }

  .md\:order-last {
    order: 9999 !important;
  }

  .md\:order-none {
    order: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:font-league-gothic {
    font-family: League-Gothic !important;
  }

  .md\:font-new-grotesk-square {
    font-family: New-Grotesk-Square !important;
  }

  .md\:font-neue-haas-grotesk {
    font-family: neue-haas-grotesk-text !important;
  }

  .md\:font-hairline {
    font-weight: 100 !important;
  }

  .md\:font-thin {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .md\:h-0 {
    height:  0 !important;
  }

  .md\:h-1 {
    height: 4px !important;
  }

  .md\:h-2 {
    height: 8px !important;
  }

  .md\:h-3 {
    height: 12px !important;
  }

  .md\:h-4 {
    height: 16px !important;
  }

  .md\:h-5 {
    height: 20px !important;
  }

  .md\:h-6 {
    height: 24px !important;
  }

  .md\:h-8 {
    height: 28px !important;
  }

  .md\:h-10 {
    height: 32px !important;
  }

  .md\:h-12 {
    height: 40px !important;
  }

  .md\:h-16 {
    height: 48px !important;
  }

  .md\:h-20 {
    height: 64px !important;
  }

  .md\:h-24 {
    height: 80px !important;
  }

  .md\:h-32 {
    height: 96px !important;
  }

  .md\:h-40 {
    height: 128px !important;
  }

  .md\:h-48 {
    height: 160px !important;
  }

  .md\:h-56 {
    height: 192px !important;
  }

  .md\:h-64 {
    height: 224px !important;
  }

  .md\:h-72 {
    height: 256px !important;
  }

  .md\:h-86 {
    height: 295px !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-snug {
    line-height: 1.375 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none !important;
  }

  .md\:list-disc {
    list-style-type: disc !important;
  }

  .md\:list-decimal {
    list-style-type: decimal !important;
  }

  .md\:m-0 {
    margin:  0 !important;
  }

  .md\:m-1 {
    margin: 4px !important;
  }

  .md\:m-2 {
    margin: 8px !important;
  }

  .md\:m-3 {
    margin: 12px !important;
  }

  .md\:m-4 {
    margin: 16px !important;
  }

  .md\:m-5 {
    margin: 20px !important;
  }

  .md\:m-6 {
    margin: 24px !important;
  }

  .md\:m-8 {
    margin: 28px !important;
  }

  .md\:m-10 {
    margin: 32px !important;
  }

  .md\:m-12 {
    margin: 40px !important;
  }

  .md\:m-16 {
    margin: 48px !important;
  }

  .md\:m-20 {
    margin: 64px !important;
  }

  .md\:m-24 {
    margin: 80px !important;
  }

  .md\:m-32 {
    margin: 96px !important;
  }

  .md\:m-40 {
    margin: 128px !important;
  }

  .md\:m-48 {
    margin: 160px !important;
  }

  .md\:m-56 {
    margin: 192px !important;
  }

  .md\:m-64 {
    margin: 224px !important;
  }

  .md\:m-72 {
    margin: 256px !important;
  }

  .md\:m-86 {
    margin: 295px !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:-m-0 {
    margin: 0 !important;
  }

  .md\:-m-1 {
    margin: -4px !important;
  }

  .md\:-m-2 {
    margin: -8px !important;
  }

  .md\:-m-3 {
    margin: -12px !important;
  }

  .md\:-m-4 {
    margin: -16px !important;
  }

  .md\:-m-5 {
    margin: -20px !important;
  }

  .md\:-m-6 {
    margin: -24px !important;
  }

  .md\:-m-8 {
    margin: -28px !important;
  }

  .md\:-m-10 {
    margin: -32px !important;
  }

  .md\:-m-12 {
    margin: -40px !important;
  }

  .md\:-m-16 {
    margin: -48px !important;
  }

  .md\:-m-20 {
    margin: -64px !important;
  }

  .md\:-m-24 {
    margin: -80px !important;
  }

  .md\:-m-32 {
    margin: -96px !important;
  }

  .md\:-m-40 {
    margin: -128px !important;
  }

  .md\:-m-48 {
    margin: -160px !important;
  }

  .md\:-m-56 {
    margin: -192px !important;
  }

  .md\:-m-64 {
    margin: -224px !important;
  }

  .md\:-m-72 {
    margin: -256px !important;
  }

  .md\:-m-86 {
    margin: -295px !important;
  }

  .md\:my-0 {
    margin-top:  0 !important;
    margin-bottom:  0 !important;
  }

  .md\:mx-0 {
    margin-left:  0 !important;
    margin-right:  0 !important;
  }

  .md\:my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .md\:mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .md\:my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .md\:mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .md\:my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .md\:mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .md\:my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md\:mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .md\:my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .md\:mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .md\:my-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .md\:mx-8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .md\:my-10 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:mx-10 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:my-12 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:mx-12 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:my-16 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:mx-16 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:my-20 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .md\:mx-20 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .md\:my-24 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:mx-24 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:my-32 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .md\:mx-32 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .md\:my-40 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .md\:mx-40 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .md\:my-48 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .md\:mx-48 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .md\:my-56 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }

  .md\:mx-56 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }

  .md\:my-64 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }

  .md\:mx-64 {
    margin-left: 224px !important;
    margin-right: 224px !important;
  }

  .md\:my-72 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .md\:mx-72 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .md\:my-86 {
    margin-top: 295px !important;
    margin-bottom: 295px !important;
  }

  .md\:mx-86 {
    margin-left: 295px !important;
    margin-right: 295px !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:-my-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .md\:-mx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .md\:-my-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .md\:-mx-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .md\:-my-3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .md\:-mx-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .md\:-my-4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .md\:-mx-4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .md\:-my-5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .md\:-mx-5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .md\:-my-6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .md\:-mx-6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .md\:-my-8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .md\:-mx-8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .md\:-my-10 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .md\:-mx-10 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .md\:-my-12 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .md\:-mx-12 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .md\:-my-16 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .md\:-mx-16 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .md\:-my-20 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .md\:-mx-20 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .md\:-my-24 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .md\:-mx-24 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .md\:-my-32 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .md\:-mx-32 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .md\:-my-40 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .md\:-mx-40 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .md\:-my-48 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .md\:-mx-48 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .md\:-my-56 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
  }

  .md\:-mx-56 {
    margin-left: -192px !important;
    margin-right: -192px !important;
  }

  .md\:-my-64 {
    margin-top: -224px !important;
    margin-bottom: -224px !important;
  }

  .md\:-mx-64 {
    margin-left: -224px !important;
    margin-right: -224px !important;
  }

  .md\:-my-72 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .md\:-mx-72 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .md\:-my-86 {
    margin-top: -295px !important;
    margin-bottom: -295px !important;
  }

  .md\:-mx-86 {
    margin-left: -295px !important;
    margin-right: -295px !important;
  }

  .md\:mt-0 {
    margin-top:  0 !important;
  }

  .md\:mr-0 {
    margin-right:  0 !important;
  }

  .md\:mb-0 {
    margin-bottom:  0 !important;
  }

  .md\:ml-0 {
    margin-left:  0 !important;
  }

  .md\:mt-1 {
    margin-top: 4px !important;
  }

  .md\:mr-1 {
    margin-right: 4px !important;
  }

  .md\:mb-1 {
    margin-bottom: 4px !important;
  }

  .md\:ml-1 {
    margin-left: 4px !important;
  }

  .md\:mt-2 {
    margin-top: 8px !important;
  }

  .md\:mr-2 {
    margin-right: 8px !important;
  }

  .md\:mb-2 {
    margin-bottom: 8px !important;
  }

  .md\:ml-2 {
    margin-left: 8px !important;
  }

  .md\:mt-3 {
    margin-top: 12px !important;
  }

  .md\:mr-3 {
    margin-right: 12px !important;
  }

  .md\:mb-3 {
    margin-bottom: 12px !important;
  }

  .md\:ml-3 {
    margin-left: 12px !important;
  }

  .md\:mt-4 {
    margin-top: 16px !important;
  }

  .md\:mr-4 {
    margin-right: 16px !important;
  }

  .md\:mb-4 {
    margin-bottom: 16px !important;
  }

  .md\:ml-4 {
    margin-left: 16px !important;
  }

  .md\:mt-5 {
    margin-top: 20px !important;
  }

  .md\:mr-5 {
    margin-right: 20px !important;
  }

  .md\:mb-5 {
    margin-bottom: 20px !important;
  }

  .md\:ml-5 {
    margin-left: 20px !important;
  }

  .md\:mt-6 {
    margin-top: 24px !important;
  }

  .md\:mr-6 {
    margin-right: 24px !important;
  }

  .md\:mb-6 {
    margin-bottom: 24px !important;
  }

  .md\:ml-6 {
    margin-left: 24px !important;
  }

  .md\:mt-8 {
    margin-top: 28px !important;
  }

  .md\:mr-8 {
    margin-right: 28px !important;
  }

  .md\:mb-8 {
    margin-bottom: 28px !important;
  }

  .md\:ml-8 {
    margin-left: 28px !important;
  }

  .md\:mt-10 {
    margin-top: 32px !important;
  }

  .md\:mr-10 {
    margin-right: 32px !important;
  }

  .md\:mb-10 {
    margin-bottom: 32px !important;
  }

  .md\:ml-10 {
    margin-left: 32px !important;
  }

  .md\:mt-12 {
    margin-top: 40px !important;
  }

  .md\:mr-12 {
    margin-right: 40px !important;
  }

  .md\:mb-12 {
    margin-bottom: 40px !important;
  }

  .md\:ml-12 {
    margin-left: 40px !important;
  }

  .md\:mt-16 {
    margin-top: 48px !important;
  }

  .md\:mr-16 {
    margin-right: 48px !important;
  }

  .md\:mb-16 {
    margin-bottom: 48px !important;
  }

  .md\:ml-16 {
    margin-left: 48px !important;
  }

  .md\:mt-20 {
    margin-top: 64px !important;
  }

  .md\:mr-20 {
    margin-right: 64px !important;
  }

  .md\:mb-20 {
    margin-bottom: 64px !important;
  }

  .md\:ml-20 {
    margin-left: 64px !important;
  }

  .md\:mt-24 {
    margin-top: 80px !important;
  }

  .md\:mr-24 {
    margin-right: 80px !important;
  }

  .md\:mb-24 {
    margin-bottom: 80px !important;
  }

  .md\:ml-24 {
    margin-left: 80px !important;
  }

  .md\:mt-32 {
    margin-top: 96px !important;
  }

  .md\:mr-32 {
    margin-right: 96px !important;
  }

  .md\:mb-32 {
    margin-bottom: 96px !important;
  }

  .md\:ml-32 {
    margin-left: 96px !important;
  }

  .md\:mt-40 {
    margin-top: 128px !important;
  }

  .md\:mr-40 {
    margin-right: 128px !important;
  }

  .md\:mb-40 {
    margin-bottom: 128px !important;
  }

  .md\:ml-40 {
    margin-left: 128px !important;
  }

  .md\:mt-48 {
    margin-top: 160px !important;
  }

  .md\:mr-48 {
    margin-right: 160px !important;
  }

  .md\:mb-48 {
    margin-bottom: 160px !important;
  }

  .md\:ml-48 {
    margin-left: 160px !important;
  }

  .md\:mt-56 {
    margin-top: 192px !important;
  }

  .md\:mr-56 {
    margin-right: 192px !important;
  }

  .md\:mb-56 {
    margin-bottom: 192px !important;
  }

  .md\:ml-56 {
    margin-left: 192px !important;
  }

  .md\:mt-64 {
    margin-top: 224px !important;
  }

  .md\:mr-64 {
    margin-right: 224px !important;
  }

  .md\:mb-64 {
    margin-bottom: 224px !important;
  }

  .md\:ml-64 {
    margin-left: 224px !important;
  }

  .md\:mt-72 {
    margin-top: 256px !important;
  }

  .md\:mr-72 {
    margin-right: 256px !important;
  }

  .md\:mb-72 {
    margin-bottom: 256px !important;
  }

  .md\:ml-72 {
    margin-left: 256px !important;
  }

  .md\:mt-86 {
    margin-top: 295px !important;
  }

  .md\:mr-86 {
    margin-right: 295px !important;
  }

  .md\:mb-86 {
    margin-bottom: 295px !important;
  }

  .md\:ml-86 {
    margin-left: 295px !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:-mt-0 {
    margin-top: 0 !important;
  }

  .md\:-mr-0 {
    margin-right: 0 !important;
  }

  .md\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:-ml-0 {
    margin-left: 0 !important;
  }

  .md\:-mt-1 {
    margin-top: -4px !important;
  }

  .md\:-mr-1 {
    margin-right: -4px !important;
  }

  .md\:-mb-1 {
    margin-bottom: -4px !important;
  }

  .md\:-ml-1 {
    margin-left: -4px !important;
  }

  .md\:-mt-2 {
    margin-top: -8px !important;
  }

  .md\:-mr-2 {
    margin-right: -8px !important;
  }

  .md\:-mb-2 {
    margin-bottom: -8px !important;
  }

  .md\:-ml-2 {
    margin-left: -8px !important;
  }

  .md\:-mt-3 {
    margin-top: -12px !important;
  }

  .md\:-mr-3 {
    margin-right: -12px !important;
  }

  .md\:-mb-3 {
    margin-bottom: -12px !important;
  }

  .md\:-ml-3 {
    margin-left: -12px !important;
  }

  .md\:-mt-4 {
    margin-top: -16px !important;
  }

  .md\:-mr-4 {
    margin-right: -16px !important;
  }

  .md\:-mb-4 {
    margin-bottom: -16px !important;
  }

  .md\:-ml-4 {
    margin-left: -16px !important;
  }

  .md\:-mt-5 {
    margin-top: -20px !important;
  }

  .md\:-mr-5 {
    margin-right: -20px !important;
  }

  .md\:-mb-5 {
    margin-bottom: -20px !important;
  }

  .md\:-ml-5 {
    margin-left: -20px !important;
  }

  .md\:-mt-6 {
    margin-top: -24px !important;
  }

  .md\:-mr-6 {
    margin-right: -24px !important;
  }

  .md\:-mb-6 {
    margin-bottom: -24px !important;
  }

  .md\:-ml-6 {
    margin-left: -24px !important;
  }

  .md\:-mt-8 {
    margin-top: -28px !important;
  }

  .md\:-mr-8 {
    margin-right: -28px !important;
  }

  .md\:-mb-8 {
    margin-bottom: -28px !important;
  }

  .md\:-ml-8 {
    margin-left: -28px !important;
  }

  .md\:-mt-10 {
    margin-top: -32px !important;
  }

  .md\:-mr-10 {
    margin-right: -32px !important;
  }

  .md\:-mb-10 {
    margin-bottom: -32px !important;
  }

  .md\:-ml-10 {
    margin-left: -32px !important;
  }

  .md\:-mt-12 {
    margin-top: -40px !important;
  }

  .md\:-mr-12 {
    margin-right: -40px !important;
  }

  .md\:-mb-12 {
    margin-bottom: -40px !important;
  }

  .md\:-ml-12 {
    margin-left: -40px !important;
  }

  .md\:-mt-16 {
    margin-top: -48px !important;
  }

  .md\:-mr-16 {
    margin-right: -48px !important;
  }

  .md\:-mb-16 {
    margin-bottom: -48px !important;
  }

  .md\:-ml-16 {
    margin-left: -48px !important;
  }

  .md\:-mt-20 {
    margin-top: -64px !important;
  }

  .md\:-mr-20 {
    margin-right: -64px !important;
  }

  .md\:-mb-20 {
    margin-bottom: -64px !important;
  }

  .md\:-ml-20 {
    margin-left: -64px !important;
  }

  .md\:-mt-24 {
    margin-top: -80px !important;
  }

  .md\:-mr-24 {
    margin-right: -80px !important;
  }

  .md\:-mb-24 {
    margin-bottom: -80px !important;
  }

  .md\:-ml-24 {
    margin-left: -80px !important;
  }

  .md\:-mt-32 {
    margin-top: -96px !important;
  }

  .md\:-mr-32 {
    margin-right: -96px !important;
  }

  .md\:-mb-32 {
    margin-bottom: -96px !important;
  }

  .md\:-ml-32 {
    margin-left: -96px !important;
  }

  .md\:-mt-40 {
    margin-top: -128px !important;
  }

  .md\:-mr-40 {
    margin-right: -128px !important;
  }

  .md\:-mb-40 {
    margin-bottom: -128px !important;
  }

  .md\:-ml-40 {
    margin-left: -128px !important;
  }

  .md\:-mt-48 {
    margin-top: -160px !important;
  }

  .md\:-mr-48 {
    margin-right: -160px !important;
  }

  .md\:-mb-48 {
    margin-bottom: -160px !important;
  }

  .md\:-ml-48 {
    margin-left: -160px !important;
  }

  .md\:-mt-56 {
    margin-top: -192px !important;
  }

  .md\:-mr-56 {
    margin-right: -192px !important;
  }

  .md\:-mb-56 {
    margin-bottom: -192px !important;
  }

  .md\:-ml-56 {
    margin-left: -192px !important;
  }

  .md\:-mt-64 {
    margin-top: -224px !important;
  }

  .md\:-mr-64 {
    margin-right: -224px !important;
  }

  .md\:-mb-64 {
    margin-bottom: -224px !important;
  }

  .md\:-ml-64 {
    margin-left: -224px !important;
  }

  .md\:-mt-72 {
    margin-top: -256px !important;
  }

  .md\:-mr-72 {
    margin-right: -256px !important;
  }

  .md\:-mb-72 {
    margin-bottom: -256px !important;
  }

  .md\:-ml-72 {
    margin-left: -256px !important;
  }

  .md\:-mt-86 {
    margin-top: -295px !important;
  }

  .md\:-mr-86 {
    margin-right: -295px !important;
  }

  .md\:-mb-86 {
    margin-bottom: -295px !important;
  }

  .md\:-ml-86 {
    margin-left: -295px !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-w-xxs {
    max-width: 170px !important;
  }

  .md\:max-w-xs {
    max-width: 320px !important;
  }

  .md\:max-w-sm {
    max-width: 384px !important;
  }

  .md\:max-w-md {
    max-width: 448px !important;
  }

  .md\:max-w-lg {
    max-width: 512px !important;
  }

  .md\:max-w-xl {
    max-width: 576px !important;
  }

  .md\:max-w-2xl {
    max-width: 672px !important;
  }

  .md\:max-w-3xl {
    max-width: 768px !important;
  }

  .md\:max-w-4xl {
    max-width: 896px !important;
  }

  .md\:max-w-5xl {
    max-width: 1024px !important;
  }

  .md\:max-w-6xl {
    max-width: 1152px !important;
  }

  .md\:max-w-7xl {
    max-width: 1280px !important;
  }

  .md\:max-w-8xl {
    max-width: 1440px !important;
  }

  .md\:max-w-9xl {
    max-width: 1600px !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-m-filter {
    max-width: 295px !important;
  }

  .md\:min-h-0 {
    min-height:  0 !important;
  }

  .md\:min-h-1 {
    min-height: 4px !important;
  }

  .md\:min-h-2 {
    min-height: 8px !important;
  }

  .md\:min-h-3 {
    min-height: 12px !important;
  }

  .md\:min-h-4 {
    min-height: 16px !important;
  }

  .md\:min-h-5 {
    min-height: 20px !important;
  }

  .md\:min-h-6 {
    min-height: 24px !important;
  }

  .md\:min-h-8 {
    min-height: 28px !important;
  }

  .md\:min-h-10 {
    min-height: 32px !important;
  }

  .md\:min-h-12 {
    min-height: 40px !important;
  }

  .md\:min-h-16 {
    min-height: 48px !important;
  }

  .md\:min-h-20 {
    min-height: 64px !important;
  }

  .md\:min-h-24 {
    min-height: 80px !important;
  }

  .md\:min-h-32 {
    min-height: 96px !important;
  }

  .md\:min-h-40 {
    min-height: 128px !important;
  }

  .md\:min-h-48 {
    min-height: 160px !important;
  }

  .md\:min-h-56 {
    min-height: 192px !important;
  }

  .md\:min-h-64 {
    min-height: 224px !important;
  }

  .md\:min-h-72 {
    min-height: 256px !important;
  }

  .md\:min-h-86 {
    min-height: 295px !important;
  }

  .md\:min-w-0 {
    min-width: 0 !important;
  }

  .md\:min-w-100 {
    min-width: 100px !important;
  }

  .md\:min-w-165 {
    min-width: 165px !important;
  }

  .md\:min-w-1\/5 {
    min-width: 20% !important;
  }

  .md\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .md\:min-w-1\/2 {
    min-width: 50% !important;
  }

  .md\:min-w-3\/4 {
    min-width: 75% !important;
  }

  .md\:min-w-4\/5 {
    min-width: 80% !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:object-contain {
    object-fit: contain !important;
  }

  .md\:object-cover {
    object-fit: cover !important;
  }

  .md\:object-fill {
    object-fit: fill !important;
  }

  .md\:object-none {
    object-fit: none !important;
  }

  .md\:object-scale-down {
    object-fit: scale-down !important;
  }

  .md\:object-bottom {
    object-position: bottom !important;
  }

  .md\:object-center {
    object-position: center !important;
  }

  .md\:object-left {
    object-position: left !important;
  }

  .md\:object-left-bottom {
    object-position: left bottom !important;
  }

  .md\:object-left-top {
    object-position: left top !important;
  }

  .md\:object-right {
    object-position: right !important;
  }

  .md\:object-right-bottom {
    object-position: right bottom !important;
  }

  .md\:object-right-top {
    object-position: right top !important;
  }

  .md\:object-top {
    object-position: top !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:outline-none {
    outline: 0 !important;
  }

  .md\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:p-0 {
    padding:  0 !important;
  }

  .md\:p-1 {
    padding: 4px !important;
  }

  .md\:p-2 {
    padding: 8px !important;
  }

  .md\:p-3 {
    padding: 12px !important;
  }

  .md\:p-4 {
    padding: 16px !important;
  }

  .md\:p-5 {
    padding: 20px !important;
  }

  .md\:p-6 {
    padding: 24px !important;
  }

  .md\:p-8 {
    padding: 28px !important;
  }

  .md\:p-10 {
    padding: 32px !important;
  }

  .md\:p-12 {
    padding: 40px !important;
  }

  .md\:p-16 {
    padding: 48px !important;
  }

  .md\:p-20 {
    padding: 64px !important;
  }

  .md\:p-24 {
    padding: 80px !important;
  }

  .md\:p-32 {
    padding: 96px !important;
  }

  .md\:p-40 {
    padding: 128px !important;
  }

  .md\:p-48 {
    padding: 160px !important;
  }

  .md\:p-56 {
    padding: 192px !important;
  }

  .md\:p-64 {
    padding: 224px !important;
  }

  .md\:p-72 {
    padding: 256px !important;
  }

  .md\:p-86 {
    padding: 295px !important;
  }

  .md\:py-0 {
    padding-top:  0 !important;
    padding-bottom:  0 !important;
  }

  .md\:px-0 {
    padding-left:  0 !important;
    padding-right:  0 !important;
  }

  .md\:py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .md\:px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .md\:py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .md\:px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .md\:py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md\:px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md\:py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .md\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:py-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .md\:px-8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .md\:py-10 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:px-10 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:py-12 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:px-12 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:py-16 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:px-16 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:py-20 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .md\:px-20 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .md\:py-24 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:px-24 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:py-32 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .md\:px-32 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .md\:py-40 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .md\:px-40 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .md\:py-48 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .md\:px-48 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .md\:py-56 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }

  .md\:px-56 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }

  .md\:py-64 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }

  .md\:px-64 {
    padding-left: 224px !important;
    padding-right: 224px !important;
  }

  .md\:py-72 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .md\:px-72 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .md\:py-86 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
  }

  .md\:px-86 {
    padding-left: 295px !important;
    padding-right: 295px !important;
  }

  .md\:pt-0 {
    padding-top:  0 !important;
  }

  .md\:pr-0 {
    padding-right:  0 !important;
  }

  .md\:pb-0 {
    padding-bottom:  0 !important;
  }

  .md\:pl-0 {
    padding-left:  0 !important;
  }

  .md\:pt-1 {
    padding-top: 4px !important;
  }

  .md\:pr-1 {
    padding-right: 4px !important;
  }

  .md\:pb-1 {
    padding-bottom: 4px !important;
  }

  .md\:pl-1 {
    padding-left: 4px !important;
  }

  .md\:pt-2 {
    padding-top: 8px !important;
  }

  .md\:pr-2 {
    padding-right: 8px !important;
  }

  .md\:pb-2 {
    padding-bottom: 8px !important;
  }

  .md\:pl-2 {
    padding-left: 8px !important;
  }

  .md\:pt-3 {
    padding-top: 12px !important;
  }

  .md\:pr-3 {
    padding-right: 12px !important;
  }

  .md\:pb-3 {
    padding-bottom: 12px !important;
  }

  .md\:pl-3 {
    padding-left: 12px !important;
  }

  .md\:pt-4 {
    padding-top: 16px !important;
  }

  .md\:pr-4 {
    padding-right: 16px !important;
  }

  .md\:pb-4 {
    padding-bottom: 16px !important;
  }

  .md\:pl-4 {
    padding-left: 16px !important;
  }

  .md\:pt-5 {
    padding-top: 20px !important;
  }

  .md\:pr-5 {
    padding-right: 20px !important;
  }

  .md\:pb-5 {
    padding-bottom: 20px !important;
  }

  .md\:pl-5 {
    padding-left: 20px !important;
  }

  .md\:pt-6 {
    padding-top: 24px !important;
  }

  .md\:pr-6 {
    padding-right: 24px !important;
  }

  .md\:pb-6 {
    padding-bottom: 24px !important;
  }

  .md\:pl-6 {
    padding-left: 24px !important;
  }

  .md\:pt-8 {
    padding-top: 28px !important;
  }

  .md\:pr-8 {
    padding-right: 28px !important;
  }

  .md\:pb-8 {
    padding-bottom: 28px !important;
  }

  .md\:pl-8 {
    padding-left: 28px !important;
  }

  .md\:pt-10 {
    padding-top: 32px !important;
  }

  .md\:pr-10 {
    padding-right: 32px !important;
  }

  .md\:pb-10 {
    padding-bottom: 32px !important;
  }

  .md\:pl-10 {
    padding-left: 32px !important;
  }

  .md\:pt-12 {
    padding-top: 40px !important;
  }

  .md\:pr-12 {
    padding-right: 40px !important;
  }

  .md\:pb-12 {
    padding-bottom: 40px !important;
  }

  .md\:pl-12 {
    padding-left: 40px !important;
  }

  .md\:pt-16 {
    padding-top: 48px !important;
  }

  .md\:pr-16 {
    padding-right: 48px !important;
  }

  .md\:pb-16 {
    padding-bottom: 48px !important;
  }

  .md\:pl-16 {
    padding-left: 48px !important;
  }

  .md\:pt-20 {
    padding-top: 64px !important;
  }

  .md\:pr-20 {
    padding-right: 64px !important;
  }

  .md\:pb-20 {
    padding-bottom: 64px !important;
  }

  .md\:pl-20 {
    padding-left: 64px !important;
  }

  .md\:pt-24 {
    padding-top: 80px !important;
  }

  .md\:pr-24 {
    padding-right: 80px !important;
  }

  .md\:pb-24 {
    padding-bottom: 80px !important;
  }

  .md\:pl-24 {
    padding-left: 80px !important;
  }

  .md\:pt-32 {
    padding-top: 96px !important;
  }

  .md\:pr-32 {
    padding-right: 96px !important;
  }

  .md\:pb-32 {
    padding-bottom: 96px !important;
  }

  .md\:pl-32 {
    padding-left: 96px !important;
  }

  .md\:pt-40 {
    padding-top: 128px !important;
  }

  .md\:pr-40 {
    padding-right: 128px !important;
  }

  .md\:pb-40 {
    padding-bottom: 128px !important;
  }

  .md\:pl-40 {
    padding-left: 128px !important;
  }

  .md\:pt-48 {
    padding-top: 160px !important;
  }

  .md\:pr-48 {
    padding-right: 160px !important;
  }

  .md\:pb-48 {
    padding-bottom: 160px !important;
  }

  .md\:pl-48 {
    padding-left: 160px !important;
  }

  .md\:pt-56 {
    padding-top: 192px !important;
  }

  .md\:pr-56 {
    padding-right: 192px !important;
  }

  .md\:pb-56 {
    padding-bottom: 192px !important;
  }

  .md\:pl-56 {
    padding-left: 192px !important;
  }

  .md\:pt-64 {
    padding-top: 224px !important;
  }

  .md\:pr-64 {
    padding-right: 224px !important;
  }

  .md\:pb-64 {
    padding-bottom: 224px !important;
  }

  .md\:pl-64 {
    padding-left: 224px !important;
  }

  .md\:pt-72 {
    padding-top: 256px !important;
  }

  .md\:pr-72 {
    padding-right: 256px !important;
  }

  .md\:pb-72 {
    padding-bottom: 256px !important;
  }

  .md\:pl-72 {
    padding-left: 256px !important;
  }

  .md\:pt-86 {
    padding-top: 295px !important;
  }

  .md\:pr-86 {
    padding-right: 295px !important;
  }

  .md\:pb-86 {
    padding-bottom: 295px !important;
  }

  .md\:pl-86 {
    padding-left: 295px !important;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:placeholder-semi-transparent::placeholder {
    color: rgba(0,0,0,0.5) !important;
  }

  .md\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .md\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .md\:placeholder-gray-100::placeholder {
    color: #F6F6F6 !important;
  }

  .md\:placeholder-gray-200::placeholder {
    color: #ECECEC !important;
  }

  .md\:placeholder-gray-300::placeholder {
    color: #DBDBDB !important;
  }

  .md\:placeholder-gray-400::placeholder {
    color: #CCCCCC !important;
  }

  .md\:placeholder-gray-500::placeholder {
    color: #B3B3B3 !important;
  }

  .md\:placeholder-gray-600::placeholder {
    color: #919191 !important;
  }

  .md\:placeholder-gray-700::placeholder {
    color: #7D7D7D !important;
  }

  .md\:placeholder-gray-800::placeholder {
    color: #3E3E3E !important;
  }

  .md\:placeholder-gray-900::placeholder {
    color: #1C1C1C !important;
  }

  .md\:placeholder-blue-200::placeholder {
    color: #C6F4FF !important;
  }

  .md\:placeholder-blue-300::placeholder {
    color: #95E2F4 !important;
  }

  .md\:placeholder-blue-400::placeholder {
    color: #33C8E9 !important;
  }

  .md\:placeholder-blue-500::placeholder {
    color: #00AFDB !important;
  }

  .md\:placeholder-green-200::placeholder {
    color: #DFE8C1 !important;
  }

  .md\:placeholder-green-300::placeholder {
    color: #BBC890 !important;
  }

  .md\:placeholder-green-400::placeholder {
    color: #9EB54E !important;
  }

  .md\:placeholder-green-500::placeholder {
    color: #789904 !important;
  }

  .md\:placeholder-red-200::placeholder {
    color: #FFD2CF !important;
  }

  .md\:placeholder-red-300::placeholder {
    color: #FF9691 !important;
  }

  .md\:placeholder-red-400::placeholder {
    color: #FE6058 !important;
  }

  .md\:placeholder-red-500::placeholder {
    color: #E1251B !important;
  }

  .md\:placeholder-orange-200::placeholder {
    color: #FFE5D7 !important;
  }

  .md\:placeholder-orange-300::placeholder {
    color: #FFC6A6 !important;
  }

  .md\:placeholder-orange-400::placeholder {
    color: #F7A171 !important;
  }

  .md\:placeholder-orange-500::placeholder {
    color: #F48B50 !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-semi-transparent:focus::placeholder {
    color: rgba(0,0,0,0.5) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    color: #F6F6F6 !important;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    color: #ECECEC !important;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    color: #DBDBDB !important;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    color: #CCCCCC !important;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    color: #B3B3B3 !important;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    color: #919191 !important;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    color: #7D7D7D !important;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    color: #3E3E3E !important;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1C1C1C !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    color: #C6F4FF !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    color: #95E2F4 !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    color: #33C8E9 !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    color: #00AFDB !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    color: #DFE8C1 !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    color: #BBC890 !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    color: #9EB54E !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    color: #789904 !important;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    color: #FFD2CF !important;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    color: #FF9691 !important;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    color: #FE6058 !important;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    color: #E1251B !important;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    color: #FFE5D7 !important;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    color: #FFC6A6 !important;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    color: #F7A171 !important;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    color: #F48B50 !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .md\:top-0 {
    top: 0 !important;
  }

  .md\:right-0 {
    right: 0 !important;
  }

  .md\:bottom-0 {
    bottom: 0 !important;
  }

  .md\:left-0 {
    left: 0 !important;
  }

  .md\:top-auto {
    top: auto !important;
  }

  .md\:right-auto {
    right: auto !important;
  }

  .md\:bottom-auto {
    bottom: auto !important;
  }

  .md\:left-auto {
    left: auto !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .md\:fill-current {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-semi-transparent {
    color: rgba(0,0,0,0.5) !important;
  }

  .md\:text-black {
    color: #000 !important;
  }

  .md\:text-white {
    color: #fff !important;
  }

  .md\:text-gray-100 {
    color: #F6F6F6 !important;
  }

  .md\:text-gray-200 {
    color: #ECECEC !important;
  }

  .md\:text-gray-300 {
    color: #DBDBDB !important;
  }

  .md\:text-gray-400 {
    color: #CCCCCC !important;
  }

  .md\:text-gray-500 {
    color: #B3B3B3 !important;
  }

  .md\:text-gray-600 {
    color: #919191 !important;
  }

  .md\:text-gray-700 {
    color: #7D7D7D !important;
  }

  .md\:text-gray-800 {
    color: #3E3E3E !important;
  }

  .md\:text-gray-900 {
    color: #1C1C1C !important;
  }

  .md\:text-blue-200 {
    color: #C6F4FF !important;
  }

  .md\:text-blue-300 {
    color: #95E2F4 !important;
  }

  .md\:text-blue-400 {
    color: #33C8E9 !important;
  }

  .md\:text-blue-500 {
    color: #00AFDB !important;
  }

  .md\:text-green-200 {
    color: #DFE8C1 !important;
  }

  .md\:text-green-300 {
    color: #BBC890 !important;
  }

  .md\:text-green-400 {
    color: #9EB54E !important;
  }

  .md\:text-green-500 {
    color: #789904 !important;
  }

  .md\:text-red-200 {
    color: #FFD2CF !important;
  }

  .md\:text-red-300 {
    color: #FF9691 !important;
  }

  .md\:text-red-400 {
    color: #FE6058 !important;
  }

  .md\:text-red-500 {
    color: #E1251B !important;
  }

  .md\:text-orange-200 {
    color: #FFE5D7 !important;
  }

  .md\:text-orange-300 {
    color: #FFC6A6 !important;
  }

  .md\:text-orange-400 {
    color: #F7A171 !important;
  }

  .md\:text-orange-500 {
    color: #F48B50 !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-semi-transparent:hover {
    color: rgba(0,0,0,0.5) !important;
  }

  .md\:hover\:text-black:hover {
    color: #000 !important;
  }

  .md\:hover\:text-white:hover {
    color: #fff !important;
  }

  .md\:hover\:text-gray-100:hover {
    color: #F6F6F6 !important;
  }

  .md\:hover\:text-gray-200:hover {
    color: #ECECEC !important;
  }

  .md\:hover\:text-gray-300:hover {
    color: #DBDBDB !important;
  }

  .md\:hover\:text-gray-400:hover {
    color: #CCCCCC !important;
  }

  .md\:hover\:text-gray-500:hover {
    color: #B3B3B3 !important;
  }

  .md\:hover\:text-gray-600:hover {
    color: #919191 !important;
  }

  .md\:hover\:text-gray-700:hover {
    color: #7D7D7D !important;
  }

  .md\:hover\:text-gray-800:hover {
    color: #3E3E3E !important;
  }

  .md\:hover\:text-gray-900:hover {
    color: #1C1C1C !important;
  }

  .md\:hover\:text-blue-200:hover {
    color: #C6F4FF !important;
  }

  .md\:hover\:text-blue-300:hover {
    color: #95E2F4 !important;
  }

  .md\:hover\:text-blue-400:hover {
    color: #33C8E9 !important;
  }

  .md\:hover\:text-blue-500:hover {
    color: #00AFDB !important;
  }

  .md\:hover\:text-green-200:hover {
    color: #DFE8C1 !important;
  }

  .md\:hover\:text-green-300:hover {
    color: #BBC890 !important;
  }

  .md\:hover\:text-green-400:hover {
    color: #9EB54E !important;
  }

  .md\:hover\:text-green-500:hover {
    color: #789904 !important;
  }

  .md\:hover\:text-red-200:hover {
    color: #FFD2CF !important;
  }

  .md\:hover\:text-red-300:hover {
    color: #FF9691 !important;
  }

  .md\:hover\:text-red-400:hover {
    color: #FE6058 !important;
  }

  .md\:hover\:text-red-500:hover {
    color: #E1251B !important;
  }

  .md\:hover\:text-orange-200:hover {
    color: #FFE5D7 !important;
  }

  .md\:hover\:text-orange-300:hover {
    color: #FFC6A6 !important;
  }

  .md\:hover\:text-orange-400:hover {
    color: #F7A171 !important;
  }

  .md\:hover\:text-orange-500:hover {
    color: #F48B50 !important;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:text-semi-transparent:focus {
    color: rgba(0,0,0,0.5) !important;
  }

  .md\:focus\:text-black:focus {
    color: #000 !important;
  }

  .md\:focus\:text-white:focus {
    color: #fff !important;
  }

  .md\:focus\:text-gray-100:focus {
    color: #F6F6F6 !important;
  }

  .md\:focus\:text-gray-200:focus {
    color: #ECECEC !important;
  }

  .md\:focus\:text-gray-300:focus {
    color: #DBDBDB !important;
  }

  .md\:focus\:text-gray-400:focus {
    color: #CCCCCC !important;
  }

  .md\:focus\:text-gray-500:focus {
    color: #B3B3B3 !important;
  }

  .md\:focus\:text-gray-600:focus {
    color: #919191 !important;
  }

  .md\:focus\:text-gray-700:focus {
    color: #7D7D7D !important;
  }

  .md\:focus\:text-gray-800:focus {
    color: #3E3E3E !important;
  }

  .md\:focus\:text-gray-900:focus {
    color: #1C1C1C !important;
  }

  .md\:focus\:text-blue-200:focus {
    color: #C6F4FF !important;
  }

  .md\:focus\:text-blue-300:focus {
    color: #95E2F4 !important;
  }

  .md\:focus\:text-blue-400:focus {
    color: #33C8E9 !important;
  }

  .md\:focus\:text-blue-500:focus {
    color: #00AFDB !important;
  }

  .md\:focus\:text-green-200:focus {
    color: #DFE8C1 !important;
  }

  .md\:focus\:text-green-300:focus {
    color: #BBC890 !important;
  }

  .md\:focus\:text-green-400:focus {
    color: #9EB54E !important;
  }

  .md\:focus\:text-green-500:focus {
    color: #789904 !important;
  }

  .md\:focus\:text-red-200:focus {
    color: #FFD2CF !important;
  }

  .md\:focus\:text-red-300:focus {
    color: #FF9691 !important;
  }

  .md\:focus\:text-red-400:focus {
    color: #FE6058 !important;
  }

  .md\:focus\:text-red-500:focus {
    color: #E1251B !important;
  }

  .md\:focus\:text-orange-200:focus {
    color: #FFE5D7 !important;
  }

  .md\:focus\:text-orange-300:focus {
    color: #FFC6A6 !important;
  }

  .md\:focus\:text-orange-400:focus {
    color: #F7A171 !important;
  }

  .md\:focus\:text-orange-500:focus {
    color: #F48B50 !important;
  }

  .md\:text-1 {
    font-size: 14px !important;
  }

  .md\:text-2 {
    font-size: 16px !important;
  }

  .md\:text-3 {
    font-size: 18px !important;
  }

  .md\:text-4 {
    font-size: 24px !important;
  }

  .md\:text-5 {
    font-size: 32px !important;
  }

  .md\:text-6 {
    font-size: 48px !important;
  }

  .md\:text-7 {
    font-size: 64px !important;
  }

  .md\:text-8 {
    font-size: 80px !important;
  }

  .md\:text-9 {
    font-size: 96px !important;
  }

  .md\:text-10 {
    font-size: 112px !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tracking-none {
    letter-spacing: 0 !important;
  }

  .md\:tracking-sm {
    letter-spacing: 1px !important;
  }

  .md\:tracking-md {
    letter-spacing: 2px !important;
  }

  .md\:tracking-lg {
    letter-spacing: 4px !important;
  }

  .md\:select-none {
    user-select: none !important;
  }

  .md\:select-text {
    user-select: text !important;
  }

  .md\:select-all {
    user-select: all !important;
  }

  .md\:select-auto {
    user-select: auto !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    overflow-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-0 {
    width:  0 !important;
  }

  .md\:w-1 {
    width: 4px !important;
  }

  .md\:w-2 {
    width: 8px !important;
  }

  .md\:w-3 {
    width: 12px !important;
  }

  .md\:w-4 {
    width: 16px !important;
  }

  .md\:w-5 {
    width: 20px !important;
  }

  .md\:w-6 {
    width: 24px !important;
  }

  .md\:w-8 {
    width: 28px !important;
  }

  .md\:w-10 {
    width: 32px !important;
  }

  .md\:w-12 {
    width: 40px !important;
  }

  .md\:w-16 {
    width: 48px !important;
  }

  .md\:w-20 {
    width: 64px !important;
  }

  .md\:w-24 {
    width: 80px !important;
  }

  .md\:w-32 {
    width: 96px !important;
  }

  .md\:w-40 {
    width: 128px !important;
  }

  .md\:w-48 {
    width: 160px !important;
  }

  .md\:w-56 {
    width: 192px !important;
  }

  .md\:w-64 {
    width: 224px !important;
  }

  .md\:w-72 {
    width: 256px !important;
  }

  .md\:w-86 {
    width: 295px !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }
}

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

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

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

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

  .lg\:appearance-none {
    appearance: none !important;
  }

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

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

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

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-semi-transparent {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .lg\:bg-black {
    background-color: #000 !important;
  }

  .lg\:bg-white {
    background-color: #fff !important;
  }

  .lg\:bg-gray-100 {
    background-color: #F6F6F6 !important;
  }

  .lg\:bg-gray-200 {
    background-color: #ECECEC !important;
  }

  .lg\:bg-gray-300 {
    background-color: #DBDBDB !important;
  }

  .lg\:bg-gray-400 {
    background-color: #CCCCCC !important;
  }

  .lg\:bg-gray-500 {
    background-color: #B3B3B3 !important;
  }

  .lg\:bg-gray-600 {
    background-color: #919191 !important;
  }

  .lg\:bg-gray-700 {
    background-color: #7D7D7D !important;
  }

  .lg\:bg-gray-800 {
    background-color: #3E3E3E !important;
  }

  .lg\:bg-gray-900 {
    background-color: #1C1C1C !important;
  }

  .lg\:bg-blue-200 {
    background-color: #C6F4FF !important;
  }

  .lg\:bg-blue-300 {
    background-color: #95E2F4 !important;
  }

  .lg\:bg-blue-400 {
    background-color: #33C8E9 !important;
  }

  .lg\:bg-blue-500 {
    background-color: #00AFDB !important;
  }

  .lg\:bg-green-200 {
    background-color: #DFE8C1 !important;
  }

  .lg\:bg-green-300 {
    background-color: #BBC890 !important;
  }

  .lg\:bg-green-400 {
    background-color: #9EB54E !important;
  }

  .lg\:bg-green-500 {
    background-color: #789904 !important;
  }

  .lg\:bg-red-200 {
    background-color: #FFD2CF !important;
  }

  .lg\:bg-red-300 {
    background-color: #FF9691 !important;
  }

  .lg\:bg-red-400 {
    background-color: #FE6058 !important;
  }

  .lg\:bg-red-500 {
    background-color: #E1251B !important;
  }

  .lg\:bg-orange-200 {
    background-color: #FFE5D7 !important;
  }

  .lg\:bg-orange-300 {
    background-color: #FFC6A6 !important;
  }

  .lg\:bg-orange-400 {
    background-color: #F7A171 !important;
  }

  .lg\:bg-orange-500 {
    background-color: #F48B50 !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-semi-transparent:hover {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #F6F6F6 !important;
  }

  .lg\:hover\:bg-gray-200:hover {
    background-color: #ECECEC !important;
  }

  .lg\:hover\:bg-gray-300:hover {
    background-color: #DBDBDB !important;
  }

  .lg\:hover\:bg-gray-400:hover {
    background-color: #CCCCCC !important;
  }

  .lg\:hover\:bg-gray-500:hover {
    background-color: #B3B3B3 !important;
  }

  .lg\:hover\:bg-gray-600:hover {
    background-color: #919191 !important;
  }

  .lg\:hover\:bg-gray-700:hover {
    background-color: #7D7D7D !important;
  }

  .lg\:hover\:bg-gray-800:hover {
    background-color: #3E3E3E !important;
  }

  .lg\:hover\:bg-gray-900:hover {
    background-color: #1C1C1C !important;
  }

  .lg\:hover\:bg-blue-200:hover {
    background-color: #C6F4FF !important;
  }

  .lg\:hover\:bg-blue-300:hover {
    background-color: #95E2F4 !important;
  }

  .lg\:hover\:bg-blue-400:hover {
    background-color: #33C8E9 !important;
  }

  .lg\:hover\:bg-blue-500:hover {
    background-color: #00AFDB !important;
  }

  .lg\:hover\:bg-green-200:hover {
    background-color: #DFE8C1 !important;
  }

  .lg\:hover\:bg-green-300:hover {
    background-color: #BBC890 !important;
  }

  .lg\:hover\:bg-green-400:hover {
    background-color: #9EB54E !important;
  }

  .lg\:hover\:bg-green-500:hover {
    background-color: #789904 !important;
  }

  .lg\:hover\:bg-red-200:hover {
    background-color: #FFD2CF !important;
  }

  .lg\:hover\:bg-red-300:hover {
    background-color: #FF9691 !important;
  }

  .lg\:hover\:bg-red-400:hover {
    background-color: #FE6058 !important;
  }

  .lg\:hover\:bg-red-500:hover {
    background-color: #E1251B !important;
  }

  .lg\:hover\:bg-orange-200:hover {
    background-color: #FFE5D7 !important;
  }

  .lg\:hover\:bg-orange-300:hover {
    background-color: #FFC6A6 !important;
  }

  .lg\:hover\:bg-orange-400:hover {
    background-color: #F7A171 !important;
  }

  .lg\:hover\:bg-orange-500:hover {
    background-color: #F48B50 !important;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:bg-semi-transparent:focus {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:bg-gray-100:focus {
    background-color: #F6F6F6 !important;
  }

  .lg\:focus\:bg-gray-200:focus {
    background-color: #ECECEC !important;
  }

  .lg\:focus\:bg-gray-300:focus {
    background-color: #DBDBDB !important;
  }

  .lg\:focus\:bg-gray-400:focus {
    background-color: #CCCCCC !important;
  }

  .lg\:focus\:bg-gray-500:focus {
    background-color: #B3B3B3 !important;
  }

  .lg\:focus\:bg-gray-600:focus {
    background-color: #919191 !important;
  }

  .lg\:focus\:bg-gray-700:focus {
    background-color: #7D7D7D !important;
  }

  .lg\:focus\:bg-gray-800:focus {
    background-color: #3E3E3E !important;
  }

  .lg\:focus\:bg-gray-900:focus {
    background-color: #1C1C1C !important;
  }

  .lg\:focus\:bg-blue-200:focus {
    background-color: #C6F4FF !important;
  }

  .lg\:focus\:bg-blue-300:focus {
    background-color: #95E2F4 !important;
  }

  .lg\:focus\:bg-blue-400:focus {
    background-color: #33C8E9 !important;
  }

  .lg\:focus\:bg-blue-500:focus {
    background-color: #00AFDB !important;
  }

  .lg\:focus\:bg-green-200:focus {
    background-color: #DFE8C1 !important;
  }

  .lg\:focus\:bg-green-300:focus {
    background-color: #BBC890 !important;
  }

  .lg\:focus\:bg-green-400:focus {
    background-color: #9EB54E !important;
  }

  .lg\:focus\:bg-green-500:focus {
    background-color: #789904 !important;
  }

  .lg\:focus\:bg-red-200:focus {
    background-color: #FFD2CF !important;
  }

  .lg\:focus\:bg-red-300:focus {
    background-color: #FF9691 !important;
  }

  .lg\:focus\:bg-red-400:focus {
    background-color: #FE6058 !important;
  }

  .lg\:focus\:bg-red-500:focus {
    background-color: #E1251B !important;
  }

  .lg\:focus\:bg-orange-200:focus {
    background-color: #FFE5D7 !important;
  }

  .lg\:focus\:bg-orange-300:focus {
    background-color: #FFC6A6 !important;
  }

  .lg\:focus\:bg-orange-400:focus {
    background-color: #F7A171 !important;
  }

  .lg\:focus\:bg-orange-500:focus {
    background-color: #F48B50 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-separate {
    border-collapse: separate !important;
  }

  .lg\:border-transparent {
    border-color: transparent !important;
  }

  .lg\:border-semi-transparent {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .lg\:border-black {
    border-color: #000 !important;
  }

  .lg\:border-white {
    border-color: #fff !important;
  }

  .lg\:border-gray-100 {
    border-color: #F6F6F6 !important;
  }

  .lg\:border-gray-200 {
    border-color: #ECECEC !important;
  }

  .lg\:border-gray-300 {
    border-color: #DBDBDB !important;
  }

  .lg\:border-gray-400 {
    border-color: #CCCCCC !important;
  }

  .lg\:border-gray-500 {
    border-color: #B3B3B3 !important;
  }

  .lg\:border-gray-600 {
    border-color: #919191 !important;
  }

  .lg\:border-gray-700 {
    border-color: #7D7D7D !important;
  }

  .lg\:border-gray-800 {
    border-color: #3E3E3E !important;
  }

  .lg\:border-gray-900 {
    border-color: #1C1C1C !important;
  }

  .lg\:border-blue-200 {
    border-color: #C6F4FF !important;
  }

  .lg\:border-blue-300 {
    border-color: #95E2F4 !important;
  }

  .lg\:border-blue-400 {
    border-color: #33C8E9 !important;
  }

  .lg\:border-blue-500 {
    border-color: #00AFDB !important;
  }

  .lg\:border-green-200 {
    border-color: #DFE8C1 !important;
  }

  .lg\:border-green-300 {
    border-color: #BBC890 !important;
  }

  .lg\:border-green-400 {
    border-color: #9EB54E !important;
  }

  .lg\:border-green-500 {
    border-color: #789904 !important;
  }

  .lg\:border-red-200 {
    border-color: #FFD2CF !important;
  }

  .lg\:border-red-300 {
    border-color: #FF9691 !important;
  }

  .lg\:border-red-400 {
    border-color: #FE6058 !important;
  }

  .lg\:border-red-500 {
    border-color: #E1251B !important;
  }

  .lg\:border-orange-200 {
    border-color: #FFE5D7 !important;
  }

  .lg\:border-orange-300 {
    border-color: #FFC6A6 !important;
  }

  .lg\:border-orange-400 {
    border-color: #F7A171 !important;
  }

  .lg\:border-orange-500 {
    border-color: #F48B50 !important;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:border-semi-transparent:hover {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:border-gray-100:hover {
    border-color: #F6F6F6 !important;
  }

  .lg\:hover\:border-gray-200:hover {
    border-color: #ECECEC !important;
  }

  .lg\:hover\:border-gray-300:hover {
    border-color: #DBDBDB !important;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #CCCCCC !important;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #B3B3B3 !important;
  }

  .lg\:hover\:border-gray-600:hover {
    border-color: #919191 !important;
  }

  .lg\:hover\:border-gray-700:hover {
    border-color: #7D7D7D !important;
  }

  .lg\:hover\:border-gray-800:hover {
    border-color: #3E3E3E !important;
  }

  .lg\:hover\:border-gray-900:hover {
    border-color: #1C1C1C !important;
  }

  .lg\:hover\:border-blue-200:hover {
    border-color: #C6F4FF !important;
  }

  .lg\:hover\:border-blue-300:hover {
    border-color: #95E2F4 !important;
  }

  .lg\:hover\:border-blue-400:hover {
    border-color: #33C8E9 !important;
  }

  .lg\:hover\:border-blue-500:hover {
    border-color: #00AFDB !important;
  }

  .lg\:hover\:border-green-200:hover {
    border-color: #DFE8C1 !important;
  }

  .lg\:hover\:border-green-300:hover {
    border-color: #BBC890 !important;
  }

  .lg\:hover\:border-green-400:hover {
    border-color: #9EB54E !important;
  }

  .lg\:hover\:border-green-500:hover {
    border-color: #789904 !important;
  }

  .lg\:hover\:border-red-200:hover {
    border-color: #FFD2CF !important;
  }

  .lg\:hover\:border-red-300:hover {
    border-color: #FF9691 !important;
  }

  .lg\:hover\:border-red-400:hover {
    border-color: #FE6058 !important;
  }

  .lg\:hover\:border-red-500:hover {
    border-color: #E1251B !important;
  }

  .lg\:hover\:border-orange-200:hover {
    border-color: #FFE5D7 !important;
  }

  .lg\:hover\:border-orange-300:hover {
    border-color: #FFC6A6 !important;
  }

  .lg\:hover\:border-orange-400:hover {
    border-color: #F7A171 !important;
  }

  .lg\:hover\:border-orange-500:hover {
    border-color: #F48B50 !important;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:border-semi-transparent:focus {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .lg\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:border-gray-100:focus {
    border-color: #F6F6F6 !important;
  }

  .lg\:focus\:border-gray-200:focus {
    border-color: #ECECEC !important;
  }

  .lg\:focus\:border-gray-300:focus {
    border-color: #DBDBDB !important;
  }

  .lg\:focus\:border-gray-400:focus {
    border-color: #CCCCCC !important;
  }

  .lg\:focus\:border-gray-500:focus {
    border-color: #B3B3B3 !important;
  }

  .lg\:focus\:border-gray-600:focus {
    border-color: #919191 !important;
  }

  .lg\:focus\:border-gray-700:focus {
    border-color: #7D7D7D !important;
  }

  .lg\:focus\:border-gray-800:focus {
    border-color: #3E3E3E !important;
  }

  .lg\:focus\:border-gray-900:focus {
    border-color: #1C1C1C !important;
  }

  .lg\:focus\:border-blue-200:focus {
    border-color: #C6F4FF !important;
  }

  .lg\:focus\:border-blue-300:focus {
    border-color: #95E2F4 !important;
  }

  .lg\:focus\:border-blue-400:focus {
    border-color: #33C8E9 !important;
  }

  .lg\:focus\:border-blue-500:focus {
    border-color: #00AFDB !important;
  }

  .lg\:focus\:border-green-200:focus {
    border-color: #DFE8C1 !important;
  }

  .lg\:focus\:border-green-300:focus {
    border-color: #BBC890 !important;
  }

  .lg\:focus\:border-green-400:focus {
    border-color: #9EB54E !important;
  }

  .lg\:focus\:border-green-500:focus {
    border-color: #789904 !important;
  }

  .lg\:focus\:border-red-200:focus {
    border-color: #FFD2CF !important;
  }

  .lg\:focus\:border-red-300:focus {
    border-color: #FF9691 !important;
  }

  .lg\:focus\:border-red-400:focus {
    border-color: #FE6058 !important;
  }

  .lg\:focus\:border-red-500:focus {
    border-color: #E1251B !important;
  }

  .lg\:focus\:border-orange-200:focus {
    border-color: #FFE5D7 !important;
  }

  .lg\:focus\:border-orange-300:focus {
    border-color: #FFC6A6 !important;
  }

  .lg\:focus\:border-orange-400:focus {
    border-color: #F7A171 !important;
  }

  .lg\:focus\:border-orange-500:focus {
    border-color: #F48B50 !important;
  }

  .lg\:rounded-sm {
    border-radius: 2px !important;
  }

  .lg\:rounded-md {
    border-radius: 4px !important;
  }

  .lg\:rounded-lg {
    border-radius: 8px !important;
  }

  .lg\:rounded-xl {
    border-radius: 16px !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 2px !important;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 2px !important;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 2px !important;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 2px !important;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 4px !important;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 8px !important;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 8px !important;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 8px !important;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 8px !important;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 16px !important;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 16px !important;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 16px !important;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 16px !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-double {
    border-style: double !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-0 {
    border-width: 0 !important;
  }

  .lg\:border-1 {
    border-width: 1px !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-3 {
    border-width: 3px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:border-t-1 {
    border-top-width: 1px !important;
  }

  .lg\:border-r-1 {
    border-right-width: 1px !important;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l-1 {
    border-left-width: 1px !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-3 {
    border-top-width: 3px !important;
  }

  .lg\:border-r-3 {
    border-right-width: 3px !important;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .lg\:border-l-3 {
    border-left-width: 3px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-text {
    cursor: text !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:inline-flex {
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:items-baseline {
    align-items: baseline !important;
  }

  .lg\:items-stretch {
    align-items: stretch !important;
  }

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:self-center {
    align-self: center !important;
  }

  .lg\:self-stretch {
    align-self: stretch !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-between {
    justify-content: space-between !important;
  }

  .lg\:justify-around {
    justify-content: space-around !important;
  }

  .lg\:content-center {
    align-content: center !important;
  }

  .lg\:content-start {
    align-content: flex-start !important;
  }

  .lg\:content-end {
    align-content: flex-end !important;
  }

  .lg\:content-between {
    align-content: space-between !important;
  }

  .lg\:content-around {
    align-content: space-around !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    flex: none !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:order-3 {
    order: 3 !important;
  }

  .lg\:order-4 {
    order: 4 !important;
  }

  .lg\:order-5 {
    order: 5 !important;
  }

  .lg\:order-6 {
    order: 6 !important;
  }

  .lg\:order-7 {
    order: 7 !important;
  }

  .lg\:order-8 {
    order: 8 !important;
  }

  .lg\:order-9 {
    order: 9 !important;
  }

  .lg\:order-10 {
    order: 10 !important;
  }

  .lg\:order-11 {
    order: 11 !important;
  }

  .lg\:order-12 {
    order: 12 !important;
  }

  .lg\:order-first {
    order: -9999 !important;
  }

  .lg\:order-last {
    order: 9999 !important;
  }

  .lg\:order-none {
    order: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:font-league-gothic {
    font-family: League-Gothic !important;
  }

  .lg\:font-new-grotesk-square {
    font-family: New-Grotesk-Square !important;
  }

  .lg\:font-neue-haas-grotesk {
    font-family: neue-haas-grotesk-text !important;
  }

  .lg\:font-hairline {
    font-weight: 100 !important;
  }

  .lg\:font-thin {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .lg\:h-0 {
    height:  0 !important;
  }

  .lg\:h-1 {
    height: 4px !important;
  }

  .lg\:h-2 {
    height: 8px !important;
  }

  .lg\:h-3 {
    height: 12px !important;
  }

  .lg\:h-4 {
    height: 16px !important;
  }

  .lg\:h-5 {
    height: 20px !important;
  }

  .lg\:h-6 {
    height: 24px !important;
  }

  .lg\:h-8 {
    height: 28px !important;
  }

  .lg\:h-10 {
    height: 32px !important;
  }

  .lg\:h-12 {
    height: 40px !important;
  }

  .lg\:h-16 {
    height: 48px !important;
  }

  .lg\:h-20 {
    height: 64px !important;
  }

  .lg\:h-24 {
    height: 80px !important;
  }

  .lg\:h-32 {
    height: 96px !important;
  }

  .lg\:h-40 {
    height: 128px !important;
  }

  .lg\:h-48 {
    height: 160px !important;
  }

  .lg\:h-56 {
    height: 192px !important;
  }

  .lg\:h-64 {
    height: 224px !important;
  }

  .lg\:h-72 {
    height: 256px !important;
  }

  .lg\:h-86 {
    height: 295px !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none !important;
  }

  .lg\:list-disc {
    list-style-type: disc !important;
  }

  .lg\:list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:m-0 {
    margin:  0 !important;
  }

  .lg\:m-1 {
    margin: 4px !important;
  }

  .lg\:m-2 {
    margin: 8px !important;
  }

  .lg\:m-3 {
    margin: 12px !important;
  }

  .lg\:m-4 {
    margin: 16px !important;
  }

  .lg\:m-5 {
    margin: 20px !important;
  }

  .lg\:m-6 {
    margin: 24px !important;
  }

  .lg\:m-8 {
    margin: 28px !important;
  }

  .lg\:m-10 {
    margin: 32px !important;
  }

  .lg\:m-12 {
    margin: 40px !important;
  }

  .lg\:m-16 {
    margin: 48px !important;
  }

  .lg\:m-20 {
    margin: 64px !important;
  }

  .lg\:m-24 {
    margin: 80px !important;
  }

  .lg\:m-32 {
    margin: 96px !important;
  }

  .lg\:m-40 {
    margin: 128px !important;
  }

  .lg\:m-48 {
    margin: 160px !important;
  }

  .lg\:m-56 {
    margin: 192px !important;
  }

  .lg\:m-64 {
    margin: 224px !important;
  }

  .lg\:m-72 {
    margin: 256px !important;
  }

  .lg\:m-86 {
    margin: 295px !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:-m-0 {
    margin: 0 !important;
  }

  .lg\:-m-1 {
    margin: -4px !important;
  }

  .lg\:-m-2 {
    margin: -8px !important;
  }

  .lg\:-m-3 {
    margin: -12px !important;
  }

  .lg\:-m-4 {
    margin: -16px !important;
  }

  .lg\:-m-5 {
    margin: -20px !important;
  }

  .lg\:-m-6 {
    margin: -24px !important;
  }

  .lg\:-m-8 {
    margin: -28px !important;
  }

  .lg\:-m-10 {
    margin: -32px !important;
  }

  .lg\:-m-12 {
    margin: -40px !important;
  }

  .lg\:-m-16 {
    margin: -48px !important;
  }

  .lg\:-m-20 {
    margin: -64px !important;
  }

  .lg\:-m-24 {
    margin: -80px !important;
  }

  .lg\:-m-32 {
    margin: -96px !important;
  }

  .lg\:-m-40 {
    margin: -128px !important;
  }

  .lg\:-m-48 {
    margin: -160px !important;
  }

  .lg\:-m-56 {
    margin: -192px !important;
  }

  .lg\:-m-64 {
    margin: -224px !important;
  }

  .lg\:-m-72 {
    margin: -256px !important;
  }

  .lg\:-m-86 {
    margin: -295px !important;
  }

  .lg\:my-0 {
    margin-top:  0 !important;
    margin-bottom:  0 !important;
  }

  .lg\:mx-0 {
    margin-left:  0 !important;
    margin-right:  0 !important;
  }

  .lg\:my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .lg\:mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .lg\:my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .lg\:mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .lg\:my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lg\:mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lg\:my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .lg\:mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .lg\:my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lg\:mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lg\:my-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .lg\:mx-8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .lg\:my-10 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:mx-10 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:my-12 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:mx-12 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:my-16 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:mx-16 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:my-20 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lg\:mx-20 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lg\:my-24 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:mx-24 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:my-32 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .lg\:mx-32 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .lg\:my-40 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .lg\:mx-40 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .lg\:my-48 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .lg\:mx-48 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .lg\:my-56 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }

  .lg\:mx-56 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }

  .lg\:my-64 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }

  .lg\:mx-64 {
    margin-left: 224px !important;
    margin-right: 224px !important;
  }

  .lg\:my-72 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .lg\:mx-72 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .lg\:my-86 {
    margin-top: 295px !important;
    margin-bottom: 295px !important;
  }

  .lg\:mx-86 {
    margin-left: 295px !important;
    margin-right: 295px !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:-my-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .lg\:-mx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .lg\:-my-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .lg\:-mx-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .lg\:-my-3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .lg\:-mx-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .lg\:-my-4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .lg\:-mx-4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .lg\:-my-5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .lg\:-mx-5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .lg\:-my-6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .lg\:-mx-6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .lg\:-my-8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .lg\:-mx-8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .lg\:-my-10 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .lg\:-mx-10 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .lg\:-my-12 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .lg\:-mx-12 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .lg\:-my-16 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .lg\:-mx-16 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .lg\:-my-20 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .lg\:-mx-20 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .lg\:-my-24 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .lg\:-mx-24 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .lg\:-my-32 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .lg\:-mx-32 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .lg\:-my-40 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .lg\:-mx-40 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .lg\:-my-48 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .lg\:-mx-48 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .lg\:-my-56 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
  }

  .lg\:-mx-56 {
    margin-left: -192px !important;
    margin-right: -192px !important;
  }

  .lg\:-my-64 {
    margin-top: -224px !important;
    margin-bottom: -224px !important;
  }

  .lg\:-mx-64 {
    margin-left: -224px !important;
    margin-right: -224px !important;
  }

  .lg\:-my-72 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .lg\:-mx-72 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .lg\:-my-86 {
    margin-top: -295px !important;
    margin-bottom: -295px !important;
  }

  .lg\:-mx-86 {
    margin-left: -295px !important;
    margin-right: -295px !important;
  }

  .lg\:mt-0 {
    margin-top:  0 !important;
  }

  .lg\:mr-0 {
    margin-right:  0 !important;
  }

  .lg\:mb-0 {
    margin-bottom:  0 !important;
  }

  .lg\:ml-0 {
    margin-left:  0 !important;
  }

  .lg\:mt-1 {
    margin-top: 4px !important;
  }

  .lg\:mr-1 {
    margin-right: 4px !important;
  }

  .lg\:mb-1 {
    margin-bottom: 4px !important;
  }

  .lg\:ml-1 {
    margin-left: 4px !important;
  }

  .lg\:mt-2 {
    margin-top: 8px !important;
  }

  .lg\:mr-2 {
    margin-right: 8px !important;
  }

  .lg\:mb-2 {
    margin-bottom: 8px !important;
  }

  .lg\:ml-2 {
    margin-left: 8px !important;
  }

  .lg\:mt-3 {
    margin-top: 12px !important;
  }

  .lg\:mr-3 {
    margin-right: 12px !important;
  }

  .lg\:mb-3 {
    margin-bottom: 12px !important;
  }

  .lg\:ml-3 {
    margin-left: 12px !important;
  }

  .lg\:mt-4 {
    margin-top: 16px !important;
  }

  .lg\:mr-4 {
    margin-right: 16px !important;
  }

  .lg\:mb-4 {
    margin-bottom: 16px !important;
  }

  .lg\:ml-4 {
    margin-left: 16px !important;
  }

  .lg\:mt-5 {
    margin-top: 20px !important;
  }

  .lg\:mr-5 {
    margin-right: 20px !important;
  }

  .lg\:mb-5 {
    margin-bottom: 20px !important;
  }

  .lg\:ml-5 {
    margin-left: 20px !important;
  }

  .lg\:mt-6 {
    margin-top: 24px !important;
  }

  .lg\:mr-6 {
    margin-right: 24px !important;
  }

  .lg\:mb-6 {
    margin-bottom: 24px !important;
  }

  .lg\:ml-6 {
    margin-left: 24px !important;
  }

  .lg\:mt-8 {
    margin-top: 28px !important;
  }

  .lg\:mr-8 {
    margin-right: 28px !important;
  }

  .lg\:mb-8 {
    margin-bottom: 28px !important;
  }

  .lg\:ml-8 {
    margin-left: 28px !important;
  }

  .lg\:mt-10 {
    margin-top: 32px !important;
  }

  .lg\:mr-10 {
    margin-right: 32px !important;
  }

  .lg\:mb-10 {
    margin-bottom: 32px !important;
  }

  .lg\:ml-10 {
    margin-left: 32px !important;
  }

  .lg\:mt-12 {
    margin-top: 40px !important;
  }

  .lg\:mr-12 {
    margin-right: 40px !important;
  }

  .lg\:mb-12 {
    margin-bottom: 40px !important;
  }

  .lg\:ml-12 {
    margin-left: 40px !important;
  }

  .lg\:mt-16 {
    margin-top: 48px !important;
  }

  .lg\:mr-16 {
    margin-right: 48px !important;
  }

  .lg\:mb-16 {
    margin-bottom: 48px !important;
  }

  .lg\:ml-16 {
    margin-left: 48px !important;
  }

  .lg\:mt-20 {
    margin-top: 64px !important;
  }

  .lg\:mr-20 {
    margin-right: 64px !important;
  }

  .lg\:mb-20 {
    margin-bottom: 64px !important;
  }

  .lg\:ml-20 {
    margin-left: 64px !important;
  }

  .lg\:mt-24 {
    margin-top: 80px !important;
  }

  .lg\:mr-24 {
    margin-right: 80px !important;
  }

  .lg\:mb-24 {
    margin-bottom: 80px !important;
  }

  .lg\:ml-24 {
    margin-left: 80px !important;
  }

  .lg\:mt-32 {
    margin-top: 96px !important;
  }

  .lg\:mr-32 {
    margin-right: 96px !important;
  }

  .lg\:mb-32 {
    margin-bottom: 96px !important;
  }

  .lg\:ml-32 {
    margin-left: 96px !important;
  }

  .lg\:mt-40 {
    margin-top: 128px !important;
  }

  .lg\:mr-40 {
    margin-right: 128px !important;
  }

  .lg\:mb-40 {
    margin-bottom: 128px !important;
  }

  .lg\:ml-40 {
    margin-left: 128px !important;
  }

  .lg\:mt-48 {
    margin-top: 160px !important;
  }

  .lg\:mr-48 {
    margin-right: 160px !important;
  }

  .lg\:mb-48 {
    margin-bottom: 160px !important;
  }

  .lg\:ml-48 {
    margin-left: 160px !important;
  }

  .lg\:mt-56 {
    margin-top: 192px !important;
  }

  .lg\:mr-56 {
    margin-right: 192px !important;
  }

  .lg\:mb-56 {
    margin-bottom: 192px !important;
  }

  .lg\:ml-56 {
    margin-left: 192px !important;
  }

  .lg\:mt-64 {
    margin-top: 224px !important;
  }

  .lg\:mr-64 {
    margin-right: 224px !important;
  }

  .lg\:mb-64 {
    margin-bottom: 224px !important;
  }

  .lg\:ml-64 {
    margin-left: 224px !important;
  }

  .lg\:mt-72 {
    margin-top: 256px !important;
  }

  .lg\:mr-72 {
    margin-right: 256px !important;
  }

  .lg\:mb-72 {
    margin-bottom: 256px !important;
  }

  .lg\:ml-72 {
    margin-left: 256px !important;
  }

  .lg\:mt-86 {
    margin-top: 295px !important;
  }

  .lg\:mr-86 {
    margin-right: 295px !important;
  }

  .lg\:mb-86 {
    margin-bottom: 295px !important;
  }

  .lg\:ml-86 {
    margin-left: 295px !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:-mt-0 {
    margin-top: 0 !important;
  }

  .lg\:-mr-0 {
    margin-right: 0 !important;
  }

  .lg\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:-ml-0 {
    margin-left: 0 !important;
  }

  .lg\:-mt-1 {
    margin-top: -4px !important;
  }

  .lg\:-mr-1 {
    margin-right: -4px !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -4px !important;
  }

  .lg\:-ml-1 {
    margin-left: -4px !important;
  }

  .lg\:-mt-2 {
    margin-top: -8px !important;
  }

  .lg\:-mr-2 {
    margin-right: -8px !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -8px !important;
  }

  .lg\:-ml-2 {
    margin-left: -8px !important;
  }

  .lg\:-mt-3 {
    margin-top: -12px !important;
  }

  .lg\:-mr-3 {
    margin-right: -12px !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -12px !important;
  }

  .lg\:-ml-3 {
    margin-left: -12px !important;
  }

  .lg\:-mt-4 {
    margin-top: -16px !important;
  }

  .lg\:-mr-4 {
    margin-right: -16px !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -16px !important;
  }

  .lg\:-ml-4 {
    margin-left: -16px !important;
  }

  .lg\:-mt-5 {
    margin-top: -20px !important;
  }

  .lg\:-mr-5 {
    margin-right: -20px !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -20px !important;
  }

  .lg\:-ml-5 {
    margin-left: -20px !important;
  }

  .lg\:-mt-6 {
    margin-top: -24px !important;
  }

  .lg\:-mr-6 {
    margin-right: -24px !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -24px !important;
  }

  .lg\:-ml-6 {
    margin-left: -24px !important;
  }

  .lg\:-mt-8 {
    margin-top: -28px !important;
  }

  .lg\:-mr-8 {
    margin-right: -28px !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -28px !important;
  }

  .lg\:-ml-8 {
    margin-left: -28px !important;
  }

  .lg\:-mt-10 {
    margin-top: -32px !important;
  }

  .lg\:-mr-10 {
    margin-right: -32px !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -32px !important;
  }

  .lg\:-ml-10 {
    margin-left: -32px !important;
  }

  .lg\:-mt-12 {
    margin-top: -40px !important;
  }

  .lg\:-mr-12 {
    margin-right: -40px !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -40px !important;
  }

  .lg\:-ml-12 {
    margin-left: -40px !important;
  }

  .lg\:-mt-16 {
    margin-top: -48px !important;
  }

  .lg\:-mr-16 {
    margin-right: -48px !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -48px !important;
  }

  .lg\:-ml-16 {
    margin-left: -48px !important;
  }

  .lg\:-mt-20 {
    margin-top: -64px !important;
  }

  .lg\:-mr-20 {
    margin-right: -64px !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -64px !important;
  }

  .lg\:-ml-20 {
    margin-left: -64px !important;
  }

  .lg\:-mt-24 {
    margin-top: -80px !important;
  }

  .lg\:-mr-24 {
    margin-right: -80px !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -80px !important;
  }

  .lg\:-ml-24 {
    margin-left: -80px !important;
  }

  .lg\:-mt-32 {
    margin-top: -96px !important;
  }

  .lg\:-mr-32 {
    margin-right: -96px !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -96px !important;
  }

  .lg\:-ml-32 {
    margin-left: -96px !important;
  }

  .lg\:-mt-40 {
    margin-top: -128px !important;
  }

  .lg\:-mr-40 {
    margin-right: -128px !important;
  }

  .lg\:-mb-40 {
    margin-bottom: -128px !important;
  }

  .lg\:-ml-40 {
    margin-left: -128px !important;
  }

  .lg\:-mt-48 {
    margin-top: -160px !important;
  }

  .lg\:-mr-48 {
    margin-right: -160px !important;
  }

  .lg\:-mb-48 {
    margin-bottom: -160px !important;
  }

  .lg\:-ml-48 {
    margin-left: -160px !important;
  }

  .lg\:-mt-56 {
    margin-top: -192px !important;
  }

  .lg\:-mr-56 {
    margin-right: -192px !important;
  }

  .lg\:-mb-56 {
    margin-bottom: -192px !important;
  }

  .lg\:-ml-56 {
    margin-left: -192px !important;
  }

  .lg\:-mt-64 {
    margin-top: -224px !important;
  }

  .lg\:-mr-64 {
    margin-right: -224px !important;
  }

  .lg\:-mb-64 {
    margin-bottom: -224px !important;
  }

  .lg\:-ml-64 {
    margin-left: -224px !important;
  }

  .lg\:-mt-72 {
    margin-top: -256px !important;
  }

  .lg\:-mr-72 {
    margin-right: -256px !important;
  }

  .lg\:-mb-72 {
    margin-bottom: -256px !important;
  }

  .lg\:-ml-72 {
    margin-left: -256px !important;
  }

  .lg\:-mt-86 {
    margin-top: -295px !important;
  }

  .lg\:-mr-86 {
    margin-right: -295px !important;
  }

  .lg\:-mb-86 {
    margin-bottom: -295px !important;
  }

  .lg\:-ml-86 {
    margin-left: -295px !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-w-xxs {
    max-width: 170px !important;
  }

  .lg\:max-w-xs {
    max-width: 320px !important;
  }

  .lg\:max-w-sm {
    max-width: 384px !important;
  }

  .lg\:max-w-md {
    max-width: 448px !important;
  }

  .lg\:max-w-lg {
    max-width: 512px !important;
  }

  .lg\:max-w-xl {
    max-width: 576px !important;
  }

  .lg\:max-w-2xl {
    max-width: 672px !important;
  }

  .lg\:max-w-3xl {
    max-width: 768px !important;
  }

  .lg\:max-w-4xl {
    max-width: 896px !important;
  }

  .lg\:max-w-5xl {
    max-width: 1024px !important;
  }

  .lg\:max-w-6xl {
    max-width: 1152px !important;
  }

  .lg\:max-w-7xl {
    max-width: 1280px !important;
  }

  .lg\:max-w-8xl {
    max-width: 1440px !important;
  }

  .lg\:max-w-9xl {
    max-width: 1600px !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-m-filter {
    max-width: 295px !important;
  }

  .lg\:min-h-0 {
    min-height:  0 !important;
  }

  .lg\:min-h-1 {
    min-height: 4px !important;
  }

  .lg\:min-h-2 {
    min-height: 8px !important;
  }

  .lg\:min-h-3 {
    min-height: 12px !important;
  }

  .lg\:min-h-4 {
    min-height: 16px !important;
  }

  .lg\:min-h-5 {
    min-height: 20px !important;
  }

  .lg\:min-h-6 {
    min-height: 24px !important;
  }

  .lg\:min-h-8 {
    min-height: 28px !important;
  }

  .lg\:min-h-10 {
    min-height: 32px !important;
  }

  .lg\:min-h-12 {
    min-height: 40px !important;
  }

  .lg\:min-h-16 {
    min-height: 48px !important;
  }

  .lg\:min-h-20 {
    min-height: 64px !important;
  }

  .lg\:min-h-24 {
    min-height: 80px !important;
  }

  .lg\:min-h-32 {
    min-height: 96px !important;
  }

  .lg\:min-h-40 {
    min-height: 128px !important;
  }

  .lg\:min-h-48 {
    min-height: 160px !important;
  }

  .lg\:min-h-56 {
    min-height: 192px !important;
  }

  .lg\:min-h-64 {
    min-height: 224px !important;
  }

  .lg\:min-h-72 {
    min-height: 256px !important;
  }

  .lg\:min-h-86 {
    min-height: 295px !important;
  }

  .lg\:min-w-0 {
    min-width: 0 !important;
  }

  .lg\:min-w-100 {
    min-width: 100px !important;
  }

  .lg\:min-w-165 {
    min-width: 165px !important;
  }

  .lg\:min-w-1\/5 {
    min-width: 20% !important;
  }

  .lg\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .lg\:min-w-1\/2 {
    min-width: 50% !important;
  }

  .lg\:min-w-3\/4 {
    min-width: 75% !important;
  }

  .lg\:min-w-4\/5 {
    min-width: 80% !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:object-contain {
    object-fit: contain !important;
  }

  .lg\:object-cover {
    object-fit: cover !important;
  }

  .lg\:object-fill {
    object-fit: fill !important;
  }

  .lg\:object-none {
    object-fit: none !important;
  }

  .lg\:object-scale-down {
    object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    object-position: bottom !important;
  }

  .lg\:object-center {
    object-position: center !important;
  }

  .lg\:object-left {
    object-position: left !important;
  }

  .lg\:object-left-bottom {
    object-position: left bottom !important;
  }

  .lg\:object-left-top {
    object-position: left top !important;
  }

  .lg\:object-right {
    object-position: right !important;
  }

  .lg\:object-right-bottom {
    object-position: right bottom !important;
  }

  .lg\:object-right-top {
    object-position: right top !important;
  }

  .lg\:object-top {
    object-position: top !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:outline-none {
    outline: 0 !important;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:p-0 {
    padding:  0 !important;
  }

  .lg\:p-1 {
    padding: 4px !important;
  }

  .lg\:p-2 {
    padding: 8px !important;
  }

  .lg\:p-3 {
    padding: 12px !important;
  }

  .lg\:p-4 {
    padding: 16px !important;
  }

  .lg\:p-5 {
    padding: 20px !important;
  }

  .lg\:p-6 {
    padding: 24px !important;
  }

  .lg\:p-8 {
    padding: 28px !important;
  }

  .lg\:p-10 {
    padding: 32px !important;
  }

  .lg\:p-12 {
    padding: 40px !important;
  }

  .lg\:p-16 {
    padding: 48px !important;
  }

  .lg\:p-20 {
    padding: 64px !important;
  }

  .lg\:p-24 {
    padding: 80px !important;
  }

  .lg\:p-32 {
    padding: 96px !important;
  }

  .lg\:p-40 {
    padding: 128px !important;
  }

  .lg\:p-48 {
    padding: 160px !important;
  }

  .lg\:p-56 {
    padding: 192px !important;
  }

  .lg\:p-64 {
    padding: 224px !important;
  }

  .lg\:p-72 {
    padding: 256px !important;
  }

  .lg\:p-86 {
    padding: 295px !important;
  }

  .lg\:py-0 {
    padding-top:  0 !important;
    padding-bottom:  0 !important;
  }

  .lg\:px-0 {
    padding-left:  0 !important;
    padding-right:  0 !important;
  }

  .lg\:py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .lg\:px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .lg\:py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .lg\:px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .lg\:py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lg\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lg\:py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .lg\:px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lg\:py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:py-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .lg\:px-8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .lg\:py-10 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:px-10 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:py-12 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:px-12 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:py-16 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:px-16 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:py-20 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lg\:px-20 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:py-24 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:px-24 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:py-32 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .lg\:px-32 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .lg\:py-40 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .lg\:px-40 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .lg\:py-48 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .lg\:px-48 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .lg\:py-56 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }

  .lg\:px-56 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }

  .lg\:py-64 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }

  .lg\:px-64 {
    padding-left: 224px !important;
    padding-right: 224px !important;
  }

  .lg\:py-72 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .lg\:px-72 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .lg\:py-86 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
  }

  .lg\:px-86 {
    padding-left: 295px !important;
    padding-right: 295px !important;
  }

  .lg\:pt-0 {
    padding-top:  0 !important;
  }

  .lg\:pr-0 {
    padding-right:  0 !important;
  }

  .lg\:pb-0 {
    padding-bottom:  0 !important;
  }

  .lg\:pl-0 {
    padding-left:  0 !important;
  }

  .lg\:pt-1 {
    padding-top: 4px !important;
  }

  .lg\:pr-1 {
    padding-right: 4px !important;
  }

  .lg\:pb-1 {
    padding-bottom: 4px !important;
  }

  .lg\:pl-1 {
    padding-left: 4px !important;
  }

  .lg\:pt-2 {
    padding-top: 8px !important;
  }

  .lg\:pr-2 {
    padding-right: 8px !important;
  }

  .lg\:pb-2 {
    padding-bottom: 8px !important;
  }

  .lg\:pl-2 {
    padding-left: 8px !important;
  }

  .lg\:pt-3 {
    padding-top: 12px !important;
  }

  .lg\:pr-3 {
    padding-right: 12px !important;
  }

  .lg\:pb-3 {
    padding-bottom: 12px !important;
  }

  .lg\:pl-3 {
    padding-left: 12px !important;
  }

  .lg\:pt-4 {
    padding-top: 16px !important;
  }

  .lg\:pr-4 {
    padding-right: 16px !important;
  }

  .lg\:pb-4 {
    padding-bottom: 16px !important;
  }

  .lg\:pl-4 {
    padding-left: 16px !important;
  }

  .lg\:pt-5 {
    padding-top: 20px !important;
  }

  .lg\:pr-5 {
    padding-right: 20px !important;
  }

  .lg\:pb-5 {
    padding-bottom: 20px !important;
  }

  .lg\:pl-5 {
    padding-left: 20px !important;
  }

  .lg\:pt-6 {
    padding-top: 24px !important;
  }

  .lg\:pr-6 {
    padding-right: 24px !important;
  }

  .lg\:pb-6 {
    padding-bottom: 24px !important;
  }

  .lg\:pl-6 {
    padding-left: 24px !important;
  }

  .lg\:pt-8 {
    padding-top: 28px !important;
  }

  .lg\:pr-8 {
    padding-right: 28px !important;
  }

  .lg\:pb-8 {
    padding-bottom: 28px !important;
  }

  .lg\:pl-8 {
    padding-left: 28px !important;
  }

  .lg\:pt-10 {
    padding-top: 32px !important;
  }

  .lg\:pr-10 {
    padding-right: 32px !important;
  }

  .lg\:pb-10 {
    padding-bottom: 32px !important;
  }

  .lg\:pl-10 {
    padding-left: 32px !important;
  }

  .lg\:pt-12 {
    padding-top: 40px !important;
  }

  .lg\:pr-12 {
    padding-right: 40px !important;
  }

  .lg\:pb-12 {
    padding-bottom: 40px !important;
  }

  .lg\:pl-12 {
    padding-left: 40px !important;
  }

  .lg\:pt-16 {
    padding-top: 48px !important;
  }

  .lg\:pr-16 {
    padding-right: 48px !important;
  }

  .lg\:pb-16 {
    padding-bottom: 48px !important;
  }

  .lg\:pl-16 {
    padding-left: 48px !important;
  }

  .lg\:pt-20 {
    padding-top: 64px !important;
  }

  .lg\:pr-20 {
    padding-right: 64px !important;
  }

  .lg\:pb-20 {
    padding-bottom: 64px !important;
  }

  .lg\:pl-20 {
    padding-left: 64px !important;
  }

  .lg\:pt-24 {
    padding-top: 80px !important;
  }

  .lg\:pr-24 {
    padding-right: 80px !important;
  }

  .lg\:pb-24 {
    padding-bottom: 80px !important;
  }

  .lg\:pl-24 {
    padding-left: 80px !important;
  }

  .lg\:pt-32 {
    padding-top: 96px !important;
  }

  .lg\:pr-32 {
    padding-right: 96px !important;
  }

  .lg\:pb-32 {
    padding-bottom: 96px !important;
  }

  .lg\:pl-32 {
    padding-left: 96px !important;
  }

  .lg\:pt-40 {
    padding-top: 128px !important;
  }

  .lg\:pr-40 {
    padding-right: 128px !important;
  }

  .lg\:pb-40 {
    padding-bottom: 128px !important;
  }

  .lg\:pl-40 {
    padding-left: 128px !important;
  }

  .lg\:pt-48 {
    padding-top: 160px !important;
  }

  .lg\:pr-48 {
    padding-right: 160px !important;
  }

  .lg\:pb-48 {
    padding-bottom: 160px !important;
  }

  .lg\:pl-48 {
    padding-left: 160px !important;
  }

  .lg\:pt-56 {
    padding-top: 192px !important;
  }

  .lg\:pr-56 {
    padding-right: 192px !important;
  }

  .lg\:pb-56 {
    padding-bottom: 192px !important;
  }

  .lg\:pl-56 {
    padding-left: 192px !important;
  }

  .lg\:pt-64 {
    padding-top: 224px !important;
  }

  .lg\:pr-64 {
    padding-right: 224px !important;
  }

  .lg\:pb-64 {
    padding-bottom: 224px !important;
  }

  .lg\:pl-64 {
    padding-left: 224px !important;
  }

  .lg\:pt-72 {
    padding-top: 256px !important;
  }

  .lg\:pr-72 {
    padding-right: 256px !important;
  }

  .lg\:pb-72 {
    padding-bottom: 256px !important;
  }

  .lg\:pl-72 {
    padding-left: 256px !important;
  }

  .lg\:pt-86 {
    padding-top: 295px !important;
  }

  .lg\:pr-86 {
    padding-right: 295px !important;
  }

  .lg\:pb-86 {
    padding-bottom: 295px !important;
  }

  .lg\:pl-86 {
    padding-left: 295px !important;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-semi-transparent::placeholder {
    color: rgba(0,0,0,0.5) !important;
  }

  .lg\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .lg\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .lg\:placeholder-gray-100::placeholder {
    color: #F6F6F6 !important;
  }

  .lg\:placeholder-gray-200::placeholder {
    color: #ECECEC !important;
  }

  .lg\:placeholder-gray-300::placeholder {
    color: #DBDBDB !important;
  }

  .lg\:placeholder-gray-400::placeholder {
    color: #CCCCCC !important;
  }

  .lg\:placeholder-gray-500::placeholder {
    color: #B3B3B3 !important;
  }

  .lg\:placeholder-gray-600::placeholder {
    color: #919191 !important;
  }

  .lg\:placeholder-gray-700::placeholder {
    color: #7D7D7D !important;
  }

  .lg\:placeholder-gray-800::placeholder {
    color: #3E3E3E !important;
  }

  .lg\:placeholder-gray-900::placeholder {
    color: #1C1C1C !important;
  }

  .lg\:placeholder-blue-200::placeholder {
    color: #C6F4FF !important;
  }

  .lg\:placeholder-blue-300::placeholder {
    color: #95E2F4 !important;
  }

  .lg\:placeholder-blue-400::placeholder {
    color: #33C8E9 !important;
  }

  .lg\:placeholder-blue-500::placeholder {
    color: #00AFDB !important;
  }

  .lg\:placeholder-green-200::placeholder {
    color: #DFE8C1 !important;
  }

  .lg\:placeholder-green-300::placeholder {
    color: #BBC890 !important;
  }

  .lg\:placeholder-green-400::placeholder {
    color: #9EB54E !important;
  }

  .lg\:placeholder-green-500::placeholder {
    color: #789904 !important;
  }

  .lg\:placeholder-red-200::placeholder {
    color: #FFD2CF !important;
  }

  .lg\:placeholder-red-300::placeholder {
    color: #FF9691 !important;
  }

  .lg\:placeholder-red-400::placeholder {
    color: #FE6058 !important;
  }

  .lg\:placeholder-red-500::placeholder {
    color: #E1251B !important;
  }

  .lg\:placeholder-orange-200::placeholder {
    color: #FFE5D7 !important;
  }

  .lg\:placeholder-orange-300::placeholder {
    color: #FFC6A6 !important;
  }

  .lg\:placeholder-orange-400::placeholder {
    color: #F7A171 !important;
  }

  .lg\:placeholder-orange-500::placeholder {
    color: #F48B50 !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-semi-transparent:focus::placeholder {
    color: rgba(0,0,0,0.5) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    color: #F6F6F6 !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    color: #ECECEC !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    color: #DBDBDB !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    color: #CCCCCC !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    color: #B3B3B3 !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    color: #919191 !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    color: #7D7D7D !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    color: #3E3E3E !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1C1C1C !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    color: #C6F4FF !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    color: #95E2F4 !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    color: #33C8E9 !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    color: #00AFDB !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    color: #DFE8C1 !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    color: #BBC890 !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    color: #9EB54E !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    color: #789904 !important;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    color: #FFD2CF !important;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    color: #FF9691 !important;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    color: #FE6058 !important;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    color: #E1251B !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    color: #FFE5D7 !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    color: #FFC6A6 !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    color: #F7A171 !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    color: #F48B50 !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .lg\:top-0 {
    top: 0 !important;
  }

  .lg\:right-0 {
    right: 0 !important;
  }

  .lg\:bottom-0 {
    bottom: 0 !important;
  }

  .lg\:left-0 {
    left: 0 !important;
  }

  .lg\:top-auto {
    top: auto !important;
  }

  .lg\:right-auto {
    right: auto !important;
  }

  .lg\:bottom-auto {
    bottom: auto !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .lg\:fill-current {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-semi-transparent {
    color: rgba(0,0,0,0.5) !important;
  }

  .lg\:text-black {
    color: #000 !important;
  }

  .lg\:text-white {
    color: #fff !important;
  }

  .lg\:text-gray-100 {
    color: #F6F6F6 !important;
  }

  .lg\:text-gray-200 {
    color: #ECECEC !important;
  }

  .lg\:text-gray-300 {
    color: #DBDBDB !important;
  }

  .lg\:text-gray-400 {
    color: #CCCCCC !important;
  }

  .lg\:text-gray-500 {
    color: #B3B3B3 !important;
  }

  .lg\:text-gray-600 {
    color: #919191 !important;
  }

  .lg\:text-gray-700 {
    color: #7D7D7D !important;
  }

  .lg\:text-gray-800 {
    color: #3E3E3E !important;
  }

  .lg\:text-gray-900 {
    color: #1C1C1C !important;
  }

  .lg\:text-blue-200 {
    color: #C6F4FF !important;
  }

  .lg\:text-blue-300 {
    color: #95E2F4 !important;
  }

  .lg\:text-blue-400 {
    color: #33C8E9 !important;
  }

  .lg\:text-blue-500 {
    color: #00AFDB !important;
  }

  .lg\:text-green-200 {
    color: #DFE8C1 !important;
  }

  .lg\:text-green-300 {
    color: #BBC890 !important;
  }

  .lg\:text-green-400 {
    color: #9EB54E !important;
  }

  .lg\:text-green-500 {
    color: #789904 !important;
  }

  .lg\:text-red-200 {
    color: #FFD2CF !important;
  }

  .lg\:text-red-300 {
    color: #FF9691 !important;
  }

  .lg\:text-red-400 {
    color: #FE6058 !important;
  }

  .lg\:text-red-500 {
    color: #E1251B !important;
  }

  .lg\:text-orange-200 {
    color: #FFE5D7 !important;
  }

  .lg\:text-orange-300 {
    color: #FFC6A6 !important;
  }

  .lg\:text-orange-400 {
    color: #F7A171 !important;
  }

  .lg\:text-orange-500 {
    color: #F48B50 !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-semi-transparent:hover {
    color: rgba(0,0,0,0.5) !important;
  }

  .lg\:hover\:text-black:hover {
    color: #000 !important;
  }

  .lg\:hover\:text-white:hover {
    color: #fff !important;
  }

  .lg\:hover\:text-gray-100:hover {
    color: #F6F6F6 !important;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #ECECEC !important;
  }

  .lg\:hover\:text-gray-300:hover {
    color: #DBDBDB !important;
  }

  .lg\:hover\:text-gray-400:hover {
    color: #CCCCCC !important;
  }

  .lg\:hover\:text-gray-500:hover {
    color: #B3B3B3 !important;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #919191 !important;
  }

  .lg\:hover\:text-gray-700:hover {
    color: #7D7D7D !important;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #3E3E3E !important;
  }

  .lg\:hover\:text-gray-900:hover {
    color: #1C1C1C !important;
  }

  .lg\:hover\:text-blue-200:hover {
    color: #C6F4FF !important;
  }

  .lg\:hover\:text-blue-300:hover {
    color: #95E2F4 !important;
  }

  .lg\:hover\:text-blue-400:hover {
    color: #33C8E9 !important;
  }

  .lg\:hover\:text-blue-500:hover {
    color: #00AFDB !important;
  }

  .lg\:hover\:text-green-200:hover {
    color: #DFE8C1 !important;
  }

  .lg\:hover\:text-green-300:hover {
    color: #BBC890 !important;
  }

  .lg\:hover\:text-green-400:hover {
    color: #9EB54E !important;
  }

  .lg\:hover\:text-green-500:hover {
    color: #789904 !important;
  }

  .lg\:hover\:text-red-200:hover {
    color: #FFD2CF !important;
  }

  .lg\:hover\:text-red-300:hover {
    color: #FF9691 !important;
  }

  .lg\:hover\:text-red-400:hover {
    color: #FE6058 !important;
  }

  .lg\:hover\:text-red-500:hover {
    color: #E1251B !important;
  }

  .lg\:hover\:text-orange-200:hover {
    color: #FFE5D7 !important;
  }

  .lg\:hover\:text-orange-300:hover {
    color: #FFC6A6 !important;
  }

  .lg\:hover\:text-orange-400:hover {
    color: #F7A171 !important;
  }

  .lg\:hover\:text-orange-500:hover {
    color: #F48B50 !important;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:text-semi-transparent:focus {
    color: rgba(0,0,0,0.5) !important;
  }

  .lg\:focus\:text-black:focus {
    color: #000 !important;
  }

  .lg\:focus\:text-white:focus {
    color: #fff !important;
  }

  .lg\:focus\:text-gray-100:focus {
    color: #F6F6F6 !important;
  }

  .lg\:focus\:text-gray-200:focus {
    color: #ECECEC !important;
  }

  .lg\:focus\:text-gray-300:focus {
    color: #DBDBDB !important;
  }

  .lg\:focus\:text-gray-400:focus {
    color: #CCCCCC !important;
  }

  .lg\:focus\:text-gray-500:focus {
    color: #B3B3B3 !important;
  }

  .lg\:focus\:text-gray-600:focus {
    color: #919191 !important;
  }

  .lg\:focus\:text-gray-700:focus {
    color: #7D7D7D !important;
  }

  .lg\:focus\:text-gray-800:focus {
    color: #3E3E3E !important;
  }

  .lg\:focus\:text-gray-900:focus {
    color: #1C1C1C !important;
  }

  .lg\:focus\:text-blue-200:focus {
    color: #C6F4FF !important;
  }

  .lg\:focus\:text-blue-300:focus {
    color: #95E2F4 !important;
  }

  .lg\:focus\:text-blue-400:focus {
    color: #33C8E9 !important;
  }

  .lg\:focus\:text-blue-500:focus {
    color: #00AFDB !important;
  }

  .lg\:focus\:text-green-200:focus {
    color: #DFE8C1 !important;
  }

  .lg\:focus\:text-green-300:focus {
    color: #BBC890 !important;
  }

  .lg\:focus\:text-green-400:focus {
    color: #9EB54E !important;
  }

  .lg\:focus\:text-green-500:focus {
    color: #789904 !important;
  }

  .lg\:focus\:text-red-200:focus {
    color: #FFD2CF !important;
  }

  .lg\:focus\:text-red-300:focus {
    color: #FF9691 !important;
  }

  .lg\:focus\:text-red-400:focus {
    color: #FE6058 !important;
  }

  .lg\:focus\:text-red-500:focus {
    color: #E1251B !important;
  }

  .lg\:focus\:text-orange-200:focus {
    color: #FFE5D7 !important;
  }

  .lg\:focus\:text-orange-300:focus {
    color: #FFC6A6 !important;
  }

  .lg\:focus\:text-orange-400:focus {
    color: #F7A171 !important;
  }

  .lg\:focus\:text-orange-500:focus {
    color: #F48B50 !important;
  }

  .lg\:text-1 {
    font-size: 14px !important;
  }

  .lg\:text-2 {
    font-size: 16px !important;
  }

  .lg\:text-3 {
    font-size: 18px !important;
  }

  .lg\:text-4 {
    font-size: 24px !important;
  }

  .lg\:text-5 {
    font-size: 32px !important;
  }

  .lg\:text-6 {
    font-size: 48px !important;
  }

  .lg\:text-7 {
    font-size: 64px !important;
  }

  .lg\:text-8 {
    font-size: 80px !important;
  }

  .lg\:text-9 {
    font-size: 96px !important;
  }

  .lg\:text-10 {
    font-size: 112px !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tracking-none {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-sm {
    letter-spacing: 1px !important;
  }

  .lg\:tracking-md {
    letter-spacing: 2px !important;
  }

  .lg\:tracking-lg {
    letter-spacing: 4px !important;
  }

  .lg\:select-none {
    user-select: none !important;
  }

  .lg\:select-text {
    user-select: text !important;
  }

  .lg\:select-all {
    user-select: all !important;
  }

  .lg\:select-auto {
    user-select: auto !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    overflow-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-0 {
    width:  0 !important;
  }

  .lg\:w-1 {
    width: 4px !important;
  }

  .lg\:w-2 {
    width: 8px !important;
  }

  .lg\:w-3 {
    width: 12px !important;
  }

  .lg\:w-4 {
    width: 16px !important;
  }

  .lg\:w-5 {
    width: 20px !important;
  }

  .lg\:w-6 {
    width: 24px !important;
  }

  .lg\:w-8 {
    width: 28px !important;
  }

  .lg\:w-10 {
    width: 32px !important;
  }

  .lg\:w-12 {
    width: 40px !important;
  }

  .lg\:w-16 {
    width: 48px !important;
  }

  .lg\:w-20 {
    width: 64px !important;
  }

  .lg\:w-24 {
    width: 80px !important;
  }

  .lg\:w-32 {
    width: 96px !important;
  }

  .lg\:w-40 {
    width: 128px !important;
  }

  .lg\:w-48 {
    width: 160px !important;
  }

  .lg\:w-56 {
    width: 192px !important;
  }

  .lg\:w-64 {
    width: 224px !important;
  }

  .lg\:w-72 {
    width: 256px !important;
  }

  .lg\:w-86 {
    width: 295px !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

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

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }
}

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

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

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

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

  .xl\:appearance-none {
    appearance: none !important;
  }

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

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

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

  .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .xl\:bg-semi-transparent {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .xl\:bg-black {
    background-color: #000 !important;
  }

  .xl\:bg-white {
    background-color: #fff !important;
  }

  .xl\:bg-gray-100 {
    background-color: #F6F6F6 !important;
  }

  .xl\:bg-gray-200 {
    background-color: #ECECEC !important;
  }

  .xl\:bg-gray-300 {
    background-color: #DBDBDB !important;
  }

  .xl\:bg-gray-400 {
    background-color: #CCCCCC !important;
  }

  .xl\:bg-gray-500 {
    background-color: #B3B3B3 !important;
  }

  .xl\:bg-gray-600 {
    background-color: #919191 !important;
  }

  .xl\:bg-gray-700 {
    background-color: #7D7D7D !important;
  }

  .xl\:bg-gray-800 {
    background-color: #3E3E3E !important;
  }

  .xl\:bg-gray-900 {
    background-color: #1C1C1C !important;
  }

  .xl\:bg-blue-200 {
    background-color: #C6F4FF !important;
  }

  .xl\:bg-blue-300 {
    background-color: #95E2F4 !important;
  }

  .xl\:bg-blue-400 {
    background-color: #33C8E9 !important;
  }

  .xl\:bg-blue-500 {
    background-color: #00AFDB !important;
  }

  .xl\:bg-green-200 {
    background-color: #DFE8C1 !important;
  }

  .xl\:bg-green-300 {
    background-color: #BBC890 !important;
  }

  .xl\:bg-green-400 {
    background-color: #9EB54E !important;
  }

  .xl\:bg-green-500 {
    background-color: #789904 !important;
  }

  .xl\:bg-red-200 {
    background-color: #FFD2CF !important;
  }

  .xl\:bg-red-300 {
    background-color: #FF9691 !important;
  }

  .xl\:bg-red-400 {
    background-color: #FE6058 !important;
  }

  .xl\:bg-red-500 {
    background-color: #E1251B !important;
  }

  .xl\:bg-orange-200 {
    background-color: #FFE5D7 !important;
  }

  .xl\:bg-orange-300 {
    background-color: #FFC6A6 !important;
  }

  .xl\:bg-orange-400 {
    background-color: #F7A171 !important;
  }

  .xl\:bg-orange-500 {
    background-color: #F48B50 !important;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:bg-semi-transparent:hover {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #F6F6F6 !important;
  }

  .xl\:hover\:bg-gray-200:hover {
    background-color: #ECECEC !important;
  }

  .xl\:hover\:bg-gray-300:hover {
    background-color: #DBDBDB !important;
  }

  .xl\:hover\:bg-gray-400:hover {
    background-color: #CCCCCC !important;
  }

  .xl\:hover\:bg-gray-500:hover {
    background-color: #B3B3B3 !important;
  }

  .xl\:hover\:bg-gray-600:hover {
    background-color: #919191 !important;
  }

  .xl\:hover\:bg-gray-700:hover {
    background-color: #7D7D7D !important;
  }

  .xl\:hover\:bg-gray-800:hover {
    background-color: #3E3E3E !important;
  }

  .xl\:hover\:bg-gray-900:hover {
    background-color: #1C1C1C !important;
  }

  .xl\:hover\:bg-blue-200:hover {
    background-color: #C6F4FF !important;
  }

  .xl\:hover\:bg-blue-300:hover {
    background-color: #95E2F4 !important;
  }

  .xl\:hover\:bg-blue-400:hover {
    background-color: #33C8E9 !important;
  }

  .xl\:hover\:bg-blue-500:hover {
    background-color: #00AFDB !important;
  }

  .xl\:hover\:bg-green-200:hover {
    background-color: #DFE8C1 !important;
  }

  .xl\:hover\:bg-green-300:hover {
    background-color: #BBC890 !important;
  }

  .xl\:hover\:bg-green-400:hover {
    background-color: #9EB54E !important;
  }

  .xl\:hover\:bg-green-500:hover {
    background-color: #789904 !important;
  }

  .xl\:hover\:bg-red-200:hover {
    background-color: #FFD2CF !important;
  }

  .xl\:hover\:bg-red-300:hover {
    background-color: #FF9691 !important;
  }

  .xl\:hover\:bg-red-400:hover {
    background-color: #FE6058 !important;
  }

  .xl\:hover\:bg-red-500:hover {
    background-color: #E1251B !important;
  }

  .xl\:hover\:bg-orange-200:hover {
    background-color: #FFE5D7 !important;
  }

  .xl\:hover\:bg-orange-300:hover {
    background-color: #FFC6A6 !important;
  }

  .xl\:hover\:bg-orange-400:hover {
    background-color: #F7A171 !important;
  }

  .xl\:hover\:bg-orange-500:hover {
    background-color: #F48B50 !important;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:bg-semi-transparent:focus {
    background-color: rgba(0,0,0,0.5) !important;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:bg-gray-100:focus {
    background-color: #F6F6F6 !important;
  }

  .xl\:focus\:bg-gray-200:focus {
    background-color: #ECECEC !important;
  }

  .xl\:focus\:bg-gray-300:focus {
    background-color: #DBDBDB !important;
  }

  .xl\:focus\:bg-gray-400:focus {
    background-color: #CCCCCC !important;
  }

  .xl\:focus\:bg-gray-500:focus {
    background-color: #B3B3B3 !important;
  }

  .xl\:focus\:bg-gray-600:focus {
    background-color: #919191 !important;
  }

  .xl\:focus\:bg-gray-700:focus {
    background-color: #7D7D7D !important;
  }

  .xl\:focus\:bg-gray-800:focus {
    background-color: #3E3E3E !important;
  }

  .xl\:focus\:bg-gray-900:focus {
    background-color: #1C1C1C !important;
  }

  .xl\:focus\:bg-blue-200:focus {
    background-color: #C6F4FF !important;
  }

  .xl\:focus\:bg-blue-300:focus {
    background-color: #95E2F4 !important;
  }

  .xl\:focus\:bg-blue-400:focus {
    background-color: #33C8E9 !important;
  }

  .xl\:focus\:bg-blue-500:focus {
    background-color: #00AFDB !important;
  }

  .xl\:focus\:bg-green-200:focus {
    background-color: #DFE8C1 !important;
  }

  .xl\:focus\:bg-green-300:focus {
    background-color: #BBC890 !important;
  }

  .xl\:focus\:bg-green-400:focus {
    background-color: #9EB54E !important;
  }

  .xl\:focus\:bg-green-500:focus {
    background-color: #789904 !important;
  }

  .xl\:focus\:bg-red-200:focus {
    background-color: #FFD2CF !important;
  }

  .xl\:focus\:bg-red-300:focus {
    background-color: #FF9691 !important;
  }

  .xl\:focus\:bg-red-400:focus {
    background-color: #FE6058 !important;
  }

  .xl\:focus\:bg-red-500:focus {
    background-color: #E1251B !important;
  }

  .xl\:focus\:bg-orange-200:focus {
    background-color: #FFE5D7 !important;
  }

  .xl\:focus\:bg-orange-300:focus {
    background-color: #FFC6A6 !important;
  }

  .xl\:focus\:bg-orange-400:focus {
    background-color: #F7A171 !important;
  }

  .xl\:focus\:bg-orange-500:focus {
    background-color: #F48B50 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:border-separate {
    border-collapse: separate !important;
  }

  .xl\:border-transparent {
    border-color: transparent !important;
  }

  .xl\:border-semi-transparent {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .xl\:border-black {
    border-color: #000 !important;
  }

  .xl\:border-white {
    border-color: #fff !important;
  }

  .xl\:border-gray-100 {
    border-color: #F6F6F6 !important;
  }

  .xl\:border-gray-200 {
    border-color: #ECECEC !important;
  }

  .xl\:border-gray-300 {
    border-color: #DBDBDB !important;
  }

  .xl\:border-gray-400 {
    border-color: #CCCCCC !important;
  }

  .xl\:border-gray-500 {
    border-color: #B3B3B3 !important;
  }

  .xl\:border-gray-600 {
    border-color: #919191 !important;
  }

  .xl\:border-gray-700 {
    border-color: #7D7D7D !important;
  }

  .xl\:border-gray-800 {
    border-color: #3E3E3E !important;
  }

  .xl\:border-gray-900 {
    border-color: #1C1C1C !important;
  }

  .xl\:border-blue-200 {
    border-color: #C6F4FF !important;
  }

  .xl\:border-blue-300 {
    border-color: #95E2F4 !important;
  }

  .xl\:border-blue-400 {
    border-color: #33C8E9 !important;
  }

  .xl\:border-blue-500 {
    border-color: #00AFDB !important;
  }

  .xl\:border-green-200 {
    border-color: #DFE8C1 !important;
  }

  .xl\:border-green-300 {
    border-color: #BBC890 !important;
  }

  .xl\:border-green-400 {
    border-color: #9EB54E !important;
  }

  .xl\:border-green-500 {
    border-color: #789904 !important;
  }

  .xl\:border-red-200 {
    border-color: #FFD2CF !important;
  }

  .xl\:border-red-300 {
    border-color: #FF9691 !important;
  }

  .xl\:border-red-400 {
    border-color: #FE6058 !important;
  }

  .xl\:border-red-500 {
    border-color: #E1251B !important;
  }

  .xl\:border-orange-200 {
    border-color: #FFE5D7 !important;
  }

  .xl\:border-orange-300 {
    border-color: #FFC6A6 !important;
  }

  .xl\:border-orange-400 {
    border-color: #F7A171 !important;
  }

  .xl\:border-orange-500 {
    border-color: #F48B50 !important;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:border-semi-transparent:hover {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:border-gray-100:hover {
    border-color: #F6F6F6 !important;
  }

  .xl\:hover\:border-gray-200:hover {
    border-color: #ECECEC !important;
  }

  .xl\:hover\:border-gray-300:hover {
    border-color: #DBDBDB !important;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #CCCCCC !important;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #B3B3B3 !important;
  }

  .xl\:hover\:border-gray-600:hover {
    border-color: #919191 !important;
  }

  .xl\:hover\:border-gray-700:hover {
    border-color: #7D7D7D !important;
  }

  .xl\:hover\:border-gray-800:hover {
    border-color: #3E3E3E !important;
  }

  .xl\:hover\:border-gray-900:hover {
    border-color: #1C1C1C !important;
  }

  .xl\:hover\:border-blue-200:hover {
    border-color: #C6F4FF !important;
  }

  .xl\:hover\:border-blue-300:hover {
    border-color: #95E2F4 !important;
  }

  .xl\:hover\:border-blue-400:hover {
    border-color: #33C8E9 !important;
  }

  .xl\:hover\:border-blue-500:hover {
    border-color: #00AFDB !important;
  }

  .xl\:hover\:border-green-200:hover {
    border-color: #DFE8C1 !important;
  }

  .xl\:hover\:border-green-300:hover {
    border-color: #BBC890 !important;
  }

  .xl\:hover\:border-green-400:hover {
    border-color: #9EB54E !important;
  }

  .xl\:hover\:border-green-500:hover {
    border-color: #789904 !important;
  }

  .xl\:hover\:border-red-200:hover {
    border-color: #FFD2CF !important;
  }

  .xl\:hover\:border-red-300:hover {
    border-color: #FF9691 !important;
  }

  .xl\:hover\:border-red-400:hover {
    border-color: #FE6058 !important;
  }

  .xl\:hover\:border-red-500:hover {
    border-color: #E1251B !important;
  }

  .xl\:hover\:border-orange-200:hover {
    border-color: #FFE5D7 !important;
  }

  .xl\:hover\:border-orange-300:hover {
    border-color: #FFC6A6 !important;
  }

  .xl\:hover\:border-orange-400:hover {
    border-color: #F7A171 !important;
  }

  .xl\:hover\:border-orange-500:hover {
    border-color: #F48B50 !important;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:border-semi-transparent:focus {
    border-color: rgba(0,0,0,0.5) !important;
  }

  .xl\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:border-gray-100:focus {
    border-color: #F6F6F6 !important;
  }

  .xl\:focus\:border-gray-200:focus {
    border-color: #ECECEC !important;
  }

  .xl\:focus\:border-gray-300:focus {
    border-color: #DBDBDB !important;
  }

  .xl\:focus\:border-gray-400:focus {
    border-color: #CCCCCC !important;
  }

  .xl\:focus\:border-gray-500:focus {
    border-color: #B3B3B3 !important;
  }

  .xl\:focus\:border-gray-600:focus {
    border-color: #919191 !important;
  }

  .xl\:focus\:border-gray-700:focus {
    border-color: #7D7D7D !important;
  }

  .xl\:focus\:border-gray-800:focus {
    border-color: #3E3E3E !important;
  }

  .xl\:focus\:border-gray-900:focus {
    border-color: #1C1C1C !important;
  }

  .xl\:focus\:border-blue-200:focus {
    border-color: #C6F4FF !important;
  }

  .xl\:focus\:border-blue-300:focus {
    border-color: #95E2F4 !important;
  }

  .xl\:focus\:border-blue-400:focus {
    border-color: #33C8E9 !important;
  }

  .xl\:focus\:border-blue-500:focus {
    border-color: #00AFDB !important;
  }

  .xl\:focus\:border-green-200:focus {
    border-color: #DFE8C1 !important;
  }

  .xl\:focus\:border-green-300:focus {
    border-color: #BBC890 !important;
  }

  .xl\:focus\:border-green-400:focus {
    border-color: #9EB54E !important;
  }

  .xl\:focus\:border-green-500:focus {
    border-color: #789904 !important;
  }

  .xl\:focus\:border-red-200:focus {
    border-color: #FFD2CF !important;
  }

  .xl\:focus\:border-red-300:focus {
    border-color: #FF9691 !important;
  }

  .xl\:focus\:border-red-400:focus {
    border-color: #FE6058 !important;
  }

  .xl\:focus\:border-red-500:focus {
    border-color: #E1251B !important;
  }

  .xl\:focus\:border-orange-200:focus {
    border-color: #FFE5D7 !important;
  }

  .xl\:focus\:border-orange-300:focus {
    border-color: #FFC6A6 !important;
  }

  .xl\:focus\:border-orange-400:focus {
    border-color: #F7A171 !important;
  }

  .xl\:focus\:border-orange-500:focus {
    border-color: #F48B50 !important;
  }

  .xl\:rounded-sm {
    border-radius: 2px !important;
  }

  .xl\:rounded-md {
    border-radius: 4px !important;
  }

  .xl\:rounded-lg {
    border-radius: 8px !important;
  }

  .xl\:rounded-xl {
    border-radius: 16px !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 2px !important;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 2px !important;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 2px !important;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 2px !important;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 4px !important;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 8px !important;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 8px !important;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 8px !important;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 8px !important;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 16px !important;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 16px !important;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 16px !important;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 16px !important;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-double {
    border-style: double !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-0 {
    border-width: 0 !important;
  }

  .xl\:border-1 {
    border-width: 1px !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-3 {
    border-width: 3px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\:border-t-1 {
    border-top-width: 1px !important;
  }

  .xl\:border-r-1 {
    border-right-width: 1px !important;
  }

  .xl\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l-1 {
    border-left-width: 1px !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-t-3 {
    border-top-width: 3px !important;
  }

  .xl\:border-r-3 {
    border-right-width: 3px !important;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .xl\:border-l-3 {
    border-left-width: 3px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:cursor-auto {
    cursor: auto !important;
  }

  .xl\:cursor-default {
    cursor: default !important;
  }

  .xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:cursor-wait {
    cursor: wait !important;
  }

  .xl\:cursor-text {
    cursor: text !important;
  }

  .xl\:cursor-move {
    cursor: move !important;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:inline-flex {
    display: inline-flex !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xl\:items-start {
    align-items: flex-start !important;
  }

  .xl\:items-end {
    align-items: flex-end !important;
  }

  .xl\:items-center {
    align-items: center !important;
  }

  .xl\:items-baseline {
    align-items: baseline !important;
  }

  .xl\:items-stretch {
    align-items: stretch !important;
  }

  .xl\:self-auto {
    align-self: auto !important;
  }

  .xl\:self-start {
    align-self: flex-start !important;
  }

  .xl\:self-end {
    align-self: flex-end !important;
  }

  .xl\:self-center {
    align-self: center !important;
  }

  .xl\:self-stretch {
    align-self: stretch !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-between {
    justify-content: space-between !important;
  }

  .xl\:justify-around {
    justify-content: space-around !important;
  }

  .xl\:content-center {
    align-content: center !important;
  }

  .xl\:content-start {
    align-content: flex-start !important;
  }

  .xl\:content-end {
    align-content: flex-end !important;
  }

  .xl\:content-between {
    align-content: space-between !important;
  }

  .xl\:content-around {
    align-content: space-around !important;
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    flex: none !important;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:order-3 {
    order: 3 !important;
  }

  .xl\:order-4 {
    order: 4 !important;
  }

  .xl\:order-5 {
    order: 5 !important;
  }

  .xl\:order-6 {
    order: 6 !important;
  }

  .xl\:order-7 {
    order: 7 !important;
  }

  .xl\:order-8 {
    order: 8 !important;
  }

  .xl\:order-9 {
    order: 9 !important;
  }

  .xl\:order-10 {
    order: 10 !important;
  }

  .xl\:order-11 {
    order: 11 !important;
  }

  .xl\:order-12 {
    order: 12 !important;
  }

  .xl\:order-first {
    order: -9999 !important;
  }

  .xl\:order-last {
    order: 9999 !important;
  }

  .xl\:order-none {
    order: 0 !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:font-league-gothic {
    font-family: League-Gothic !important;
  }

  .xl\:font-new-grotesk-square {
    font-family: New-Grotesk-Square !important;
  }

  .xl\:font-neue-haas-grotesk {
    font-family: neue-haas-grotesk-text !important;
  }

  .xl\:font-hairline {
    font-weight: 100 !important;
  }

  .xl\:font-thin {
    font-weight: 200 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .xl\:h-0 {
    height:  0 !important;
  }

  .xl\:h-1 {
    height: 4px !important;
  }

  .xl\:h-2 {
    height: 8px !important;
  }

  .xl\:h-3 {
    height: 12px !important;
  }

  .xl\:h-4 {
    height: 16px !important;
  }

  .xl\:h-5 {
    height: 20px !important;
  }

  .xl\:h-6 {
    height: 24px !important;
  }

  .xl\:h-8 {
    height: 28px !important;
  }

  .xl\:h-10 {
    height: 32px !important;
  }

  .xl\:h-12 {
    height: 40px !important;
  }

  .xl\:h-16 {
    height: 48px !important;
  }

  .xl\:h-20 {
    height: 64px !important;
  }

  .xl\:h-24 {
    height: 80px !important;
  }

  .xl\:h-32 {
    height: 96px !important;
  }

  .xl\:h-40 {
    height: 128px !important;
  }

  .xl\:h-48 {
    height: 160px !important;
  }

  .xl\:h-56 {
    height: 192px !important;
  }

  .xl\:h-64 {
    height: 224px !important;
  }

  .xl\:h-72 {
    height: 256px !important;
  }

  .xl\:h-86 {
    height: 295px !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:leading-snug {
    line-height: 1.375 !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:leading-loose {
    line-height: 2 !important;
  }

  .xl\:list-inside {
    list-style-position: inside !important;
  }

  .xl\:list-outside {
    list-style-position: outside !important;
  }

  .xl\:list-none {
    list-style-type: none !important;
  }

  .xl\:list-disc {
    list-style-type: disc !important;
  }

  .xl\:list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:m-0 {
    margin:  0 !important;
  }

  .xl\:m-1 {
    margin: 4px !important;
  }

  .xl\:m-2 {
    margin: 8px !important;
  }

  .xl\:m-3 {
    margin: 12px !important;
  }

  .xl\:m-4 {
    margin: 16px !important;
  }

  .xl\:m-5 {
    margin: 20px !important;
  }

  .xl\:m-6 {
    margin: 24px !important;
  }

  .xl\:m-8 {
    margin: 28px !important;
  }

  .xl\:m-10 {
    margin: 32px !important;
  }

  .xl\:m-12 {
    margin: 40px !important;
  }

  .xl\:m-16 {
    margin: 48px !important;
  }

  .xl\:m-20 {
    margin: 64px !important;
  }

  .xl\:m-24 {
    margin: 80px !important;
  }

  .xl\:m-32 {
    margin: 96px !important;
  }

  .xl\:m-40 {
    margin: 128px !important;
  }

  .xl\:m-48 {
    margin: 160px !important;
  }

  .xl\:m-56 {
    margin: 192px !important;
  }

  .xl\:m-64 {
    margin: 224px !important;
  }

  .xl\:m-72 {
    margin: 256px !important;
  }

  .xl\:m-86 {
    margin: 295px !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:-m-0 {
    margin: 0 !important;
  }

  .xl\:-m-1 {
    margin: -4px !important;
  }

  .xl\:-m-2 {
    margin: -8px !important;
  }

  .xl\:-m-3 {
    margin: -12px !important;
  }

  .xl\:-m-4 {
    margin: -16px !important;
  }

  .xl\:-m-5 {
    margin: -20px !important;
  }

  .xl\:-m-6 {
    margin: -24px !important;
  }

  .xl\:-m-8 {
    margin: -28px !important;
  }

  .xl\:-m-10 {
    margin: -32px !important;
  }

  .xl\:-m-12 {
    margin: -40px !important;
  }

  .xl\:-m-16 {
    margin: -48px !important;
  }

  .xl\:-m-20 {
    margin: -64px !important;
  }

  .xl\:-m-24 {
    margin: -80px !important;
  }

  .xl\:-m-32 {
    margin: -96px !important;
  }

  .xl\:-m-40 {
    margin: -128px !important;
  }

  .xl\:-m-48 {
    margin: -160px !important;
  }

  .xl\:-m-56 {
    margin: -192px !important;
  }

  .xl\:-m-64 {
    margin: -224px !important;
  }

  .xl\:-m-72 {
    margin: -256px !important;
  }

  .xl\:-m-86 {
    margin: -295px !important;
  }

  .xl\:my-0 {
    margin-top:  0 !important;
    margin-bottom:  0 !important;
  }

  .xl\:mx-0 {
    margin-left:  0 !important;
    margin-right:  0 !important;
  }

  .xl\:my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .xl\:mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .xl\:my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .xl\:mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .xl\:my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xl\:mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xl\:my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xl\:mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xl\:my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xl\:mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xl\:my-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .xl\:mx-8 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .xl\:my-10 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:mx-10 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:my-12 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:mx-12 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:my-16 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:mx-16 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:my-20 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xl\:mx-20 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xl\:my-24 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:mx-24 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:my-32 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .xl\:mx-32 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .xl\:my-40 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .xl\:mx-40 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }

  .xl\:my-48 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .xl\:mx-48 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .xl\:my-56 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }

  .xl\:mx-56 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }

  .xl\:my-64 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }

  .xl\:mx-64 {
    margin-left: 224px !important;
    margin-right: 224px !important;
  }

  .xl\:my-72 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .xl\:mx-72 {
    margin-left: 256px !important;
    margin-right: 256px !important;
  }

  .xl\:my-86 {
    margin-top: 295px !important;
    margin-bottom: 295px !important;
  }

  .xl\:mx-86 {
    margin-left: 295px !important;
    margin-right: 295px !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:-my-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .xl\:-mx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .xl\:-my-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xl\:-mx-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xl\:-my-3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .xl\:-mx-3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .xl\:-my-4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xl\:-mx-4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xl\:-my-5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xl\:-mx-5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xl\:-my-6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xl\:-mx-6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xl\:-my-8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .xl\:-mx-8 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .xl\:-my-10 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xl\:-mx-10 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xl\:-my-12 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xl\:-mx-12 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xl\:-my-16 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xl\:-mx-16 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xl\:-my-20 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xl\:-mx-20 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xl\:-my-24 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xl\:-mx-24 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xl\:-my-32 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .xl\:-mx-32 {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .xl\:-my-40 {
    margin-top: -128px !important;
    margin-bottom: -128px !important;
  }

  .xl\:-mx-40 {
    margin-left: -128px !important;
    margin-right: -128px !important;
  }

  .xl\:-my-48 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .xl\:-mx-48 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .xl\:-my-56 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
  }

  .xl\:-mx-56 {
    margin-left: -192px !important;
    margin-right: -192px !important;
  }

  .xl\:-my-64 {
    margin-top: -224px !important;
    margin-bottom: -224px !important;
  }

  .xl\:-mx-64 {
    margin-left: -224px !important;
    margin-right: -224px !important;
  }

  .xl\:-my-72 {
    margin-top: -256px !important;
    margin-bottom: -256px !important;
  }

  .xl\:-mx-72 {
    margin-left: -256px !important;
    margin-right: -256px !important;
  }

  .xl\:-my-86 {
    margin-top: -295px !important;
    margin-bottom: -295px !important;
  }

  .xl\:-mx-86 {
    margin-left: -295px !important;
    margin-right: -295px !important;
  }

  .xl\:mt-0 {
    margin-top:  0 !important;
  }

  .xl\:mr-0 {
    margin-right:  0 !important;
  }

  .xl\:mb-0 {
    margin-bottom:  0 !important;
  }

  .xl\:ml-0 {
    margin-left:  0 !important;
  }

  .xl\:mt-1 {
    margin-top: 4px !important;
  }

  .xl\:mr-1 {
    margin-right: 4px !important;
  }

  .xl\:mb-1 {
    margin-bottom: 4px !important;
  }

  .xl\:ml-1 {
    margin-left: 4px !important;
  }

  .xl\:mt-2 {
    margin-top: 8px !important;
  }

  .xl\:mr-2 {
    margin-right: 8px !important;
  }

  .xl\:mb-2 {
    margin-bottom: 8px !important;
  }

  .xl\:ml-2 {
    margin-left: 8px !important;
  }

  .xl\:mt-3 {
    margin-top: 12px !important;
  }

  .xl\:mr-3 {
    margin-right: 12px !important;
  }

  .xl\:mb-3 {
    margin-bottom: 12px !important;
  }

  .xl\:ml-3 {
    margin-left: 12px !important;
  }

  .xl\:mt-4 {
    margin-top: 16px !important;
  }

  .xl\:mr-4 {
    margin-right: 16px !important;
  }

  .xl\:mb-4 {
    margin-bottom: 16px !important;
  }

  .xl\:ml-4 {
    margin-left: 16px !important;
  }

  .xl\:mt-5 {
    margin-top: 20px !important;
  }

  .xl\:mr-5 {
    margin-right: 20px !important;
  }

  .xl\:mb-5 {
    margin-bottom: 20px !important;
  }

  .xl\:ml-5 {
    margin-left: 20px !important;
  }

  .xl\:mt-6 {
    margin-top: 24px !important;
  }

  .xl\:mr-6 {
    margin-right: 24px !important;
  }

  .xl\:mb-6 {
    margin-bottom: 24px !important;
  }

  .xl\:ml-6 {
    margin-left: 24px !important;
  }

  .xl\:mt-8 {
    margin-top: 28px !important;
  }

  .xl\:mr-8 {
    margin-right: 28px !important;
  }

  .xl\:mb-8 {
    margin-bottom: 28px !important;
  }

  .xl\:ml-8 {
    margin-left: 28px !important;
  }

  .xl\:mt-10 {
    margin-top: 32px !important;
  }

  .xl\:mr-10 {
    margin-right: 32px !important;
  }

  .xl\:mb-10 {
    margin-bottom: 32px !important;
  }

  .xl\:ml-10 {
    margin-left: 32px !important;
  }

  .xl\:mt-12 {
    margin-top: 40px !important;
  }

  .xl\:mr-12 {
    margin-right: 40px !important;
  }

  .xl\:mb-12 {
    margin-bottom: 40px !important;
  }

  .xl\:ml-12 {
    margin-left: 40px !important;
  }

  .xl\:mt-16 {
    margin-top: 48px !important;
  }

  .xl\:mr-16 {
    margin-right: 48px !important;
  }

  .xl\:mb-16 {
    margin-bottom: 48px !important;
  }

  .xl\:ml-16 {
    margin-left: 48px !important;
  }

  .xl\:mt-20 {
    margin-top: 64px !important;
  }

  .xl\:mr-20 {
    margin-right: 64px !important;
  }

  .xl\:mb-20 {
    margin-bottom: 64px !important;
  }

  .xl\:ml-20 {
    margin-left: 64px !important;
  }

  .xl\:mt-24 {
    margin-top: 80px !important;
  }

  .xl\:mr-24 {
    margin-right: 80px !important;
  }

  .xl\:mb-24 {
    margin-bottom: 80px !important;
  }

  .xl\:ml-24 {
    margin-left: 80px !important;
  }

  .xl\:mt-32 {
    margin-top: 96px !important;
  }

  .xl\:mr-32 {
    margin-right: 96px !important;
  }

  .xl\:mb-32 {
    margin-bottom: 96px !important;
  }

  .xl\:ml-32 {
    margin-left: 96px !important;
  }

  .xl\:mt-40 {
    margin-top: 128px !important;
  }

  .xl\:mr-40 {
    margin-right: 128px !important;
  }

  .xl\:mb-40 {
    margin-bottom: 128px !important;
  }

  .xl\:ml-40 {
    margin-left: 128px !important;
  }

  .xl\:mt-48 {
    margin-top: 160px !important;
  }

  .xl\:mr-48 {
    margin-right: 160px !important;
  }

  .xl\:mb-48 {
    margin-bottom: 160px !important;
  }

  .xl\:ml-48 {
    margin-left: 160px !important;
  }

  .xl\:mt-56 {
    margin-top: 192px !important;
  }

  .xl\:mr-56 {
    margin-right: 192px !important;
  }

  .xl\:mb-56 {
    margin-bottom: 192px !important;
  }

  .xl\:ml-56 {
    margin-left: 192px !important;
  }

  .xl\:mt-64 {
    margin-top: 224px !important;
  }

  .xl\:mr-64 {
    margin-right: 224px !important;
  }

  .xl\:mb-64 {
    margin-bottom: 224px !important;
  }

  .xl\:ml-64 {
    margin-left: 224px !important;
  }

  .xl\:mt-72 {
    margin-top: 256px !important;
  }

  .xl\:mr-72 {
    margin-right: 256px !important;
  }

  .xl\:mb-72 {
    margin-bottom: 256px !important;
  }

  .xl\:ml-72 {
    margin-left: 256px !important;
  }

  .xl\:mt-86 {
    margin-top: 295px !important;
  }

  .xl\:mr-86 {
    margin-right: 295px !important;
  }

  .xl\:mb-86 {
    margin-bottom: 295px !important;
  }

  .xl\:ml-86 {
    margin-left: 295px !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:-mt-0 {
    margin-top: 0 !important;
  }

  .xl\:-mr-0 {
    margin-right: 0 !important;
  }

  .xl\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:-ml-0 {
    margin-left: 0 !important;
  }

  .xl\:-mt-1 {
    margin-top: -4px !important;
  }

  .xl\:-mr-1 {
    margin-right: -4px !important;
  }

  .xl\:-mb-1 {
    margin-bottom: -4px !important;
  }

  .xl\:-ml-1 {
    margin-left: -4px !important;
  }

  .xl\:-mt-2 {
    margin-top: -8px !important;
  }

  .xl\:-mr-2 {
    margin-right: -8px !important;
  }

  .xl\:-mb-2 {
    margin-bottom: -8px !important;
  }

  .xl\:-ml-2 {
    margin-left: -8px !important;
  }

  .xl\:-mt-3 {
    margin-top: -12px !important;
  }

  .xl\:-mr-3 {
    margin-right: -12px !important;
  }

  .xl\:-mb-3 {
    margin-bottom: -12px !important;
  }

  .xl\:-ml-3 {
    margin-left: -12px !important;
  }

  .xl\:-mt-4 {
    margin-top: -16px !important;
  }

  .xl\:-mr-4 {
    margin-right: -16px !important;
  }

  .xl\:-mb-4 {
    margin-bottom: -16px !important;
  }

  .xl\:-ml-4 {
    margin-left: -16px !important;
  }

  .xl\:-mt-5 {
    margin-top: -20px !important;
  }

  .xl\:-mr-5 {
    margin-right: -20px !important;
  }

  .xl\:-mb-5 {
    margin-bottom: -20px !important;
  }

  .xl\:-ml-5 {
    margin-left: -20px !important;
  }

  .xl\:-mt-6 {
    margin-top: -24px !important;
  }

  .xl\:-mr-6 {
    margin-right: -24px !important;
  }

  .xl\:-mb-6 {
    margin-bottom: -24px !important;
  }

  .xl\:-ml-6 {
    margin-left: -24px !important;
  }

  .xl\:-mt-8 {
    margin-top: -28px !important;
  }

  .xl\:-mr-8 {
    margin-right: -28px !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -28px !important;
  }

  .xl\:-ml-8 {
    margin-left: -28px !important;
  }

  .xl\:-mt-10 {
    margin-top: -32px !important;
  }

  .xl\:-mr-10 {
    margin-right: -32px !important;
  }

  .xl\:-mb-10 {
    margin-bottom: -32px !important;
  }

  .xl\:-ml-10 {
    margin-left: -32px !important;
  }

  .xl\:-mt-12 {
    margin-top: -40px !important;
  }

  .xl\:-mr-12 {
    margin-right: -40px !important;
  }

  .xl\:-mb-12 {
    margin-bottom: -40px !important;
  }

  .xl\:-ml-12 {
    margin-left: -40px !important;
  }

  .xl\:-mt-16 {
    margin-top: -48px !important;
  }

  .xl\:-mr-16 {
    margin-right: -48px !important;
  }

  .xl\:-mb-16 {
    margin-bottom: -48px !important;
  }

  .xl\:-ml-16 {
    margin-left: -48px !important;
  }

  .xl\:-mt-20 {
    margin-top: -64px !important;
  }

  .xl\:-mr-20 {
    margin-right: -64px !important;
  }

  .xl\:-mb-20 {
    margin-bottom: -64px !important;
  }

  .xl\:-ml-20 {
    margin-left: -64px !important;
  }

  .xl\:-mt-24 {
    margin-top: -80px !important;
  }

  .xl\:-mr-24 {
    margin-right: -80px !important;
  }

  .xl\:-mb-24 {
    margin-bottom: -80px !important;
  }

  .xl\:-ml-24 {
    margin-left: -80px !important;
  }

  .xl\:-mt-32 {
    margin-top: -96px !important;
  }

  .xl\:-mr-32 {
    margin-right: -96px !important;
  }

  .xl\:-mb-32 {
    margin-bottom: -96px !important;
  }

  .xl\:-ml-32 {
    margin-left: -96px !important;
  }

  .xl\:-mt-40 {
    margin-top: -128px !important;
  }

  .xl\:-mr-40 {
    margin-right: -128px !important;
  }

  .xl\:-mb-40 {
    margin-bottom: -128px !important;
  }

  .xl\:-ml-40 {
    margin-left: -128px !important;
  }

  .xl\:-mt-48 {
    margin-top: -160px !important;
  }

  .xl\:-mr-48 {
    margin-right: -160px !important;
  }

  .xl\:-mb-48 {
    margin-bottom: -160px !important;
  }

  .xl\:-ml-48 {
    margin-left: -160px !important;
  }

  .xl\:-mt-56 {
    margin-top: -192px !important;
  }

  .xl\:-mr-56 {
    margin-right: -192px !important;
  }

  .xl\:-mb-56 {
    margin-bottom: -192px !important;
  }

  .xl\:-ml-56 {
    margin-left: -192px !important;
  }

  .xl\:-mt-64 {
    margin-top: -224px !important;
  }

  .xl\:-mr-64 {
    margin-right: -224px !important;
  }

  .xl\:-mb-64 {
    margin-bottom: -224px !important;
  }

  .xl\:-ml-64 {
    margin-left: -224px !important;
  }

  .xl\:-mt-72 {
    margin-top: -256px !important;
  }

  .xl\:-mr-72 {
    margin-right: -256px !important;
  }

  .xl\:-mb-72 {
    margin-bottom: -256px !important;
  }

  .xl\:-ml-72 {
    margin-left: -256px !important;
  }

  .xl\:-mt-86 {
    margin-top: -295px !important;
  }

  .xl\:-mr-86 {
    margin-right: -295px !important;
  }

  .xl\:-mb-86 {
    margin-bottom: -295px !important;
  }

  .xl\:-ml-86 {
    margin-left: -295px !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-w-xxs {
    max-width: 170px !important;
  }

  .xl\:max-w-xs {
    max-width: 320px !important;
  }

  .xl\:max-w-sm {
    max-width: 384px !important;
  }

  .xl\:max-w-md {
    max-width: 448px !important;
  }

  .xl\:max-w-lg {
    max-width: 512px !important;
  }

  .xl\:max-w-xl {
    max-width: 576px !important;
  }

  .xl\:max-w-2xl {
    max-width: 672px !important;
  }

  .xl\:max-w-3xl {
    max-width: 768px !important;
  }

  .xl\:max-w-4xl {
    max-width: 896px !important;
  }

  .xl\:max-w-5xl {
    max-width: 1024px !important;
  }

  .xl\:max-w-6xl {
    max-width: 1152px !important;
  }

  .xl\:max-w-7xl {
    max-width: 1280px !important;
  }

  .xl\:max-w-8xl {
    max-width: 1440px !important;
  }

  .xl\:max-w-9xl {
    max-width: 1600px !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:max-w-m-filter {
    max-width: 295px !important;
  }

  .xl\:min-h-0 {
    min-height:  0 !important;
  }

  .xl\:min-h-1 {
    min-height: 4px !important;
  }

  .xl\:min-h-2 {
    min-height: 8px !important;
  }

  .xl\:min-h-3 {
    min-height: 12px !important;
  }

  .xl\:min-h-4 {
    min-height: 16px !important;
  }

  .xl\:min-h-5 {
    min-height: 20px !important;
  }

  .xl\:min-h-6 {
    min-height: 24px !important;
  }

  .xl\:min-h-8 {
    min-height: 28px !important;
  }

  .xl\:min-h-10 {
    min-height: 32px !important;
  }

  .xl\:min-h-12 {
    min-height: 40px !important;
  }

  .xl\:min-h-16 {
    min-height: 48px !important;
  }

  .xl\:min-h-20 {
    min-height: 64px !important;
  }

  .xl\:min-h-24 {
    min-height: 80px !important;
  }

  .xl\:min-h-32 {
    min-height: 96px !important;
  }

  .xl\:min-h-40 {
    min-height: 128px !important;
  }

  .xl\:min-h-48 {
    min-height: 160px !important;
  }

  .xl\:min-h-56 {
    min-height: 192px !important;
  }

  .xl\:min-h-64 {
    min-height: 224px !important;
  }

  .xl\:min-h-72 {
    min-height: 256px !important;
  }

  .xl\:min-h-86 {
    min-height: 295px !important;
  }

  .xl\:min-w-0 {
    min-width: 0 !important;
  }

  .xl\:min-w-100 {
    min-width: 100px !important;
  }

  .xl\:min-w-165 {
    min-width: 165px !important;
  }

  .xl\:min-w-1\/5 {
    min-width: 20% !important;
  }

  .xl\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .xl\:min-w-1\/2 {
    min-width: 50% !important;
  }

  .xl\:min-w-3\/4 {
    min-width: 75% !important;
  }

  .xl\:min-w-4\/5 {
    min-width: 80% !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:object-contain {
    object-fit: contain !important;
  }

  .xl\:object-cover {
    object-fit: cover !important;
  }

  .xl\:object-fill {
    object-fit: fill !important;
  }

  .xl\:object-none {
    object-fit: none !important;
  }

  .xl\:object-scale-down {
    object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    object-position: bottom !important;
  }

  .xl\:object-center {
    object-position: center !important;
  }

  .xl\:object-left {
    object-position: left !important;
  }

  .xl\:object-left-bottom {
    object-position: left bottom !important;
  }

  .xl\:object-left-top {
    object-position: left top !important;
  }

  .xl\:object-right {
    object-position: right !important;
  }

  .xl\:object-right-bottom {
    object-position: right bottom !important;
  }

  .xl\:object-right-top {
    object-position: right top !important;
  }

  .xl\:object-top {
    object-position: top !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:outline-none {
    outline: 0 !important;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:p-0 {
    padding:  0 !important;
  }

  .xl\:p-1 {
    padding: 4px !important;
  }

  .xl\:p-2 {
    padding: 8px !important;
  }

  .xl\:p-3 {
    padding: 12px !important;
  }

  .xl\:p-4 {
    padding: 16px !important;
  }

  .xl\:p-5 {
    padding: 20px !important;
  }

  .xl\:p-6 {
    padding: 24px !important;
  }

  .xl\:p-8 {
    padding: 28px !important;
  }

  .xl\:p-10 {
    padding: 32px !important;
  }

  .xl\:p-12 {
    padding: 40px !important;
  }

  .xl\:p-16 {
    padding: 48px !important;
  }

  .xl\:p-20 {
    padding: 64px !important;
  }

  .xl\:p-24 {
    padding: 80px !important;
  }

  .xl\:p-32 {
    padding: 96px !important;
  }

  .xl\:p-40 {
    padding: 128px !important;
  }

  .xl\:p-48 {
    padding: 160px !important;
  }

  .xl\:p-56 {
    padding: 192px !important;
  }

  .xl\:p-64 {
    padding: 224px !important;
  }

  .xl\:p-72 {
    padding: 256px !important;
  }

  .xl\:p-86 {
    padding: 295px !important;
  }

  .xl\:py-0 {
    padding-top:  0 !important;
    padding-bottom:  0 !important;
  }

  .xl\:px-0 {
    padding-left:  0 !important;
    padding-right:  0 !important;
  }

  .xl\:py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .xl\:px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .xl\:py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .xl\:px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .xl\:py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xl\:px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xl\:py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xl\:px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xl\:py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xl\:px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xl\:py-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .xl\:px-8 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .xl\:py-10 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:px-10 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:py-12 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:px-12 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:py-16 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:px-16 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:py-20 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xl\:px-20 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:py-24 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:px-24 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:py-32 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xl\:px-32 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .xl\:py-40 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xl\:px-40 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xl\:py-48 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .xl\:px-48 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .xl\:py-56 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }

  .xl\:px-56 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }

  .xl\:py-64 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }

  .xl\:px-64 {
    padding-left: 224px !important;
    padding-right: 224px !important;
  }

  .xl\:py-72 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .xl\:px-72 {
    padding-left: 256px !important;
    padding-right: 256px !important;
  }

  .xl\:py-86 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
  }

  .xl\:px-86 {
    padding-left: 295px !important;
    padding-right: 295px !important;
  }

  .xl\:pt-0 {
    padding-top:  0 !important;
  }

  .xl\:pr-0 {
    padding-right:  0 !important;
  }

  .xl\:pb-0 {
    padding-bottom:  0 !important;
  }

  .xl\:pl-0 {
    padding-left:  0 !important;
  }

  .xl\:pt-1 {
    padding-top: 4px !important;
  }

  .xl\:pr-1 {
    padding-right: 4px !important;
  }

  .xl\:pb-1 {
    padding-bottom: 4px !important;
  }

  .xl\:pl-1 {
    padding-left: 4px !important;
  }

  .xl\:pt-2 {
    padding-top: 8px !important;
  }

  .xl\:pr-2 {
    padding-right: 8px !important;
  }

  .xl\:pb-2 {
    padding-bottom: 8px !important;
  }

  .xl\:pl-2 {
    padding-left: 8px !important;
  }

  .xl\:pt-3 {
    padding-top: 12px !important;
  }

  .xl\:pr-3 {
    padding-right: 12px !important;
  }

  .xl\:pb-3 {
    padding-bottom: 12px !important;
  }

  .xl\:pl-3 {
    padding-left: 12px !important;
  }

  .xl\:pt-4 {
    padding-top: 16px !important;
  }

  .xl\:pr-4 {
    padding-right: 16px !important;
  }

  .xl\:pb-4 {
    padding-bottom: 16px !important;
  }

  .xl\:pl-4 {
    padding-left: 16px !important;
  }

  .xl\:pt-5 {
    padding-top: 20px !important;
  }

  .xl\:pr-5 {
    padding-right: 20px !important;
  }

  .xl\:pb-5 {
    padding-bottom: 20px !important;
  }

  .xl\:pl-5 {
    padding-left: 20px !important;
  }

  .xl\:pt-6 {
    padding-top: 24px !important;
  }

  .xl\:pr-6 {
    padding-right: 24px !important;
  }

  .xl\:pb-6 {
    padding-bottom: 24px !important;
  }

  .xl\:pl-6 {
    padding-left: 24px !important;
  }

  .xl\:pt-8 {
    padding-top: 28px !important;
  }

  .xl\:pr-8 {
    padding-right: 28px !important;
  }

  .xl\:pb-8 {
    padding-bottom: 28px !important;
  }

  .xl\:pl-8 {
    padding-left: 28px !important;
  }

  .xl\:pt-10 {
    padding-top: 32px !important;
  }

  .xl\:pr-10 {
    padding-right: 32px !important;
  }

  .xl\:pb-10 {
    padding-bottom: 32px !important;
  }

  .xl\:pl-10 {
    padding-left: 32px !important;
  }

  .xl\:pt-12 {
    padding-top: 40px !important;
  }

  .xl\:pr-12 {
    padding-right: 40px !important;
  }

  .xl\:pb-12 {
    padding-bottom: 40px !important;
  }

  .xl\:pl-12 {
    padding-left: 40px !important;
  }

  .xl\:pt-16 {
    padding-top: 48px !important;
  }

  .xl\:pr-16 {
    padding-right: 48px !important;
  }

  .xl\:pb-16 {
    padding-bottom: 48px !important;
  }

  .xl\:pl-16 {
    padding-left: 48px !important;
  }

  .xl\:pt-20 {
    padding-top: 64px !important;
  }

  .xl\:pr-20 {
    padding-right: 64px !important;
  }

  .xl\:pb-20 {
    padding-bottom: 64px !important;
  }

  .xl\:pl-20 {
    padding-left: 64px !important;
  }

  .xl\:pt-24 {
    padding-top: 80px !important;
  }

  .xl\:pr-24 {
    padding-right: 80px !important;
  }

  .xl\:pb-24 {
    padding-bottom: 80px !important;
  }

  .xl\:pl-24 {
    padding-left: 80px !important;
  }

  .xl\:pt-32 {
    padding-top: 96px !important;
  }

  .xl\:pr-32 {
    padding-right: 96px !important;
  }

  .xl\:pb-32 {
    padding-bottom: 96px !important;
  }

  .xl\:pl-32 {
    padding-left: 96px !important;
  }

  .xl\:pt-40 {
    padding-top: 128px !important;
  }

  .xl\:pr-40 {
    padding-right: 128px !important;
  }

  .xl\:pb-40 {
    padding-bottom: 128px !important;
  }

  .xl\:pl-40 {
    padding-left: 128px !important;
  }

  .xl\:pt-48 {
    padding-top: 160px !important;
  }

  .xl\:pr-48 {
    padding-right: 160px !important;
  }

  .xl\:pb-48 {
    padding-bottom: 160px !important;
  }

  .xl\:pl-48 {
    padding-left: 160px !important;
  }

  .xl\:pt-56 {
    padding-top: 192px !important;
  }

  .xl\:pr-56 {
    padding-right: 192px !important;
  }

  .xl\:pb-56 {
    padding-bottom: 192px !important;
  }

  .xl\:pl-56 {
    padding-left: 192px !important;
  }

  .xl\:pt-64 {
    padding-top: 224px !important;
  }

  .xl\:pr-64 {
    padding-right: 224px !important;
  }

  .xl\:pb-64 {
    padding-bottom: 224px !important;
  }

  .xl\:pl-64 {
    padding-left: 224px !important;
  }

  .xl\:pt-72 {
    padding-top: 256px !important;
  }

  .xl\:pr-72 {
    padding-right: 256px !important;
  }

  .xl\:pb-72 {
    padding-bottom: 256px !important;
  }

  .xl\:pl-72 {
    padding-left: 256px !important;
  }

  .xl\:pt-86 {
    padding-top: 295px !important;
  }

  .xl\:pr-86 {
    padding-right: 295px !important;
  }

  .xl\:pb-86 {
    padding-bottom: 295px !important;
  }

  .xl\:pl-86 {
    padding-left: 295px !important;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-semi-transparent::placeholder {
    color: rgba(0,0,0,0.5) !important;
  }

  .xl\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .xl\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .xl\:placeholder-gray-100::placeholder {
    color: #F6F6F6 !important;
  }

  .xl\:placeholder-gray-200::placeholder {
    color: #ECECEC !important;
  }

  .xl\:placeholder-gray-300::placeholder {
    color: #DBDBDB !important;
  }

  .xl\:placeholder-gray-400::placeholder {
    color: #CCCCCC !important;
  }

  .xl\:placeholder-gray-500::placeholder {
    color: #B3B3B3 !important;
  }

  .xl\:placeholder-gray-600::placeholder {
    color: #919191 !important;
  }

  .xl\:placeholder-gray-700::placeholder {
    color: #7D7D7D !important;
  }

  .xl\:placeholder-gray-800::placeholder {
    color: #3E3E3E !important;
  }

  .xl\:placeholder-gray-900::placeholder {
    color: #1C1C1C !important;
  }

  .xl\:placeholder-blue-200::placeholder {
    color: #C6F4FF !important;
  }

  .xl\:placeholder-blue-300::placeholder {
    color: #95E2F4 !important;
  }

  .xl\:placeholder-blue-400::placeholder {
    color: #33C8E9 !important;
  }

  .xl\:placeholder-blue-500::placeholder {
    color: #00AFDB !important;
  }

  .xl\:placeholder-green-200::placeholder {
    color: #DFE8C1 !important;
  }

  .xl\:placeholder-green-300::placeholder {
    color: #BBC890 !important;
  }

  .xl\:placeholder-green-400::placeholder {
    color: #9EB54E !important;
  }

  .xl\:placeholder-green-500::placeholder {
    color: #789904 !important;
  }

  .xl\:placeholder-red-200::placeholder {
    color: #FFD2CF !important;
  }

  .xl\:placeholder-red-300::placeholder {
    color: #FF9691 !important;
  }

  .xl\:placeholder-red-400::placeholder {
    color: #FE6058 !important;
  }

  .xl\:placeholder-red-500::placeholder {
    color: #E1251B !important;
  }

  .xl\:placeholder-orange-200::placeholder {
    color: #FFE5D7 !important;
  }

  .xl\:placeholder-orange-300::placeholder {
    color: #FFC6A6 !important;
  }

  .xl\:placeholder-orange-400::placeholder {
    color: #F7A171 !important;
  }

  .xl\:placeholder-orange-500::placeholder {
    color: #F48B50 !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-semi-transparent:focus::placeholder {
    color: rgba(0,0,0,0.5) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #F6F6F6 !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #ECECEC !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #DBDBDB !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #CCCCCC !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #B3B3B3 !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #919191 !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #7D7D7D !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #3E3E3E !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1C1C1C !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #C6F4FF !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #95E2F4 !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #33C8E9 !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #00AFDB !important;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    color: #DFE8C1 !important;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    color: #BBC890 !important;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    color: #9EB54E !important;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    color: #789904 !important;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    color: #FFD2CF !important;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    color: #FF9691 !important;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    color: #FE6058 !important;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    color: #E1251B !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder {
    color: #FFE5D7 !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder {
    color: #FFC6A6 !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder {
    color: #F7A171 !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder {
    color: #F48B50 !important;
  }

  .xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:sticky {
    position: sticky !important;
  }

  .xl\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .xl\:top-0 {
    top: 0 !important;
  }

  .xl\:right-0 {
    right: 0 !important;
  }

  .xl\:bottom-0 {
    bottom: 0 !important;
  }

  .xl\:left-0 {
    left: 0 !important;
  }

  .xl\:top-auto {
    top: auto !important;
  }

  .xl\:right-auto {
    right: auto !important;
  }

  .xl\:bottom-auto {
    bottom: auto !important;
  }

  .xl\:left-auto {
    left: auto !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); !important;
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); !important;
  }

  .xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(56, 88, 96, 1) !important;
  }

  .xl\:fill-current {
    fill: currentColor !important;
  }

  .xl\:stroke-current {
    stroke: currentColor !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-semi-transparent {
    color: rgba(0,0,0,0.5) !important;
  }

  .xl\:text-black {
    color: #000 !important;
  }

  .xl\:text-white {
    color: #fff !important;
  }

  .xl\:text-gray-100 {
    color: #F6F6F6 !important;
  }

  .xl\:text-gray-200 {
    color: #ECECEC !important;
  }

  .xl\:text-gray-300 {
    color: #DBDBDB !important;
  }

  .xl\:text-gray-400 {
    color: #CCCCCC !important;
  }

  .xl\:text-gray-500 {
    color: #B3B3B3 !important;
  }

  .xl\:text-gray-600 {
    color: #919191 !important;
  }

  .xl\:text-gray-700 {
    color: #7D7D7D !important;
  }

  .xl\:text-gray-800 {
    color: #3E3E3E !important;
  }

  .xl\:text-gray-900 {
    color: #1C1C1C !important;
  }

  .xl\:text-blue-200 {
    color: #C6F4FF !important;
  }

  .xl\:text-blue-300 {
    color: #95E2F4 !important;
  }

  .xl\:text-blue-400 {
    color: #33C8E9 !important;
  }

  .xl\:text-blue-500 {
    color: #00AFDB !important;
  }

  .xl\:text-green-200 {
    color: #DFE8C1 !important;
  }

  .xl\:text-green-300 {
    color: #BBC890 !important;
  }

  .xl\:text-green-400 {
    color: #9EB54E !important;
  }

  .xl\:text-green-500 {
    color: #789904 !important;
  }

  .xl\:text-red-200 {
    color: #FFD2CF !important;
  }

  .xl\:text-red-300 {
    color: #FF9691 !important;
  }

  .xl\:text-red-400 {
    color: #FE6058 !important;
  }

  .xl\:text-red-500 {
    color: #E1251B !important;
  }

  .xl\:text-orange-200 {
    color: #FFE5D7 !important;
  }

  .xl\:text-orange-300 {
    color: #FFC6A6 !important;
  }

  .xl\:text-orange-400 {
    color: #F7A171 !important;
  }

  .xl\:text-orange-500 {
    color: #F48B50 !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-semi-transparent:hover {
    color: rgba(0,0,0,0.5) !important;
  }

  .xl\:hover\:text-black:hover {
    color: #000 !important;
  }

  .xl\:hover\:text-white:hover {
    color: #fff !important;
  }

  .xl\:hover\:text-gray-100:hover {
    color: #F6F6F6 !important;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #ECECEC !important;
  }

  .xl\:hover\:text-gray-300:hover {
    color: #DBDBDB !important;
  }

  .xl\:hover\:text-gray-400:hover {
    color: #CCCCCC !important;
  }

  .xl\:hover\:text-gray-500:hover {
    color: #B3B3B3 !important;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #919191 !important;
  }

  .xl\:hover\:text-gray-700:hover {
    color: #7D7D7D !important;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #3E3E3E !important;
  }

  .xl\:hover\:text-gray-900:hover {
    color: #1C1C1C !important;
  }

  .xl\:hover\:text-blue-200:hover {
    color: #C6F4FF !important;
  }

  .xl\:hover\:text-blue-300:hover {
    color: #95E2F4 !important;
  }

  .xl\:hover\:text-blue-400:hover {
    color: #33C8E9 !important;
  }

  .xl\:hover\:text-blue-500:hover {
    color: #00AFDB !important;
  }

  .xl\:hover\:text-green-200:hover {
    color: #DFE8C1 !important;
  }

  .xl\:hover\:text-green-300:hover {
    color: #BBC890 !important;
  }

  .xl\:hover\:text-green-400:hover {
    color: #9EB54E !important;
  }

  .xl\:hover\:text-green-500:hover {
    color: #789904 !important;
  }

  .xl\:hover\:text-red-200:hover {
    color: #FFD2CF !important;
  }

  .xl\:hover\:text-red-300:hover {
    color: #FF9691 !important;
  }

  .xl\:hover\:text-red-400:hover {
    color: #FE6058 !important;
  }

  .xl\:hover\:text-red-500:hover {
    color: #E1251B !important;
  }

  .xl\:hover\:text-orange-200:hover {
    color: #FFE5D7 !important;
  }

  .xl\:hover\:text-orange-300:hover {
    color: #FFC6A6 !important;
  }

  .xl\:hover\:text-orange-400:hover {
    color: #F7A171 !important;
  }

  .xl\:hover\:text-orange-500:hover {
    color: #F48B50 !important;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:text-semi-transparent:focus {
    color: rgba(0,0,0,0.5) !important;
  }

  .xl\:focus\:text-black:focus {
    color: #000 !important;
  }

  .xl\:focus\:text-white:focus {
    color: #fff !important;
  }

  .xl\:focus\:text-gray-100:focus {
    color: #F6F6F6 !important;
  }

  .xl\:focus\:text-gray-200:focus {
    color: #ECECEC !important;
  }

  .xl\:focus\:text-gray-300:focus {
    color: #DBDBDB !important;
  }

  .xl\:focus\:text-gray-400:focus {
    color: #CCCCCC !important;
  }

  .xl\:focus\:text-gray-500:focus {
    color: #B3B3B3 !important;
  }

  .xl\:focus\:text-gray-600:focus {
    color: #919191 !important;
  }

  .xl\:focus\:text-gray-700:focus {
    color: #7D7D7D !important;
  }

  .xl\:focus\:text-gray-800:focus {
    color: #3E3E3E !important;
  }

  .xl\:focus\:text-gray-900:focus {
    color: #1C1C1C !important;
  }

  .xl\:focus\:text-blue-200:focus {
    color: #C6F4FF !important;
  }

  .xl\:focus\:text-blue-300:focus {
    color: #95E2F4 !important;
  }

  .xl\:focus\:text-blue-400:focus {
    color: #33C8E9 !important;
  }

  .xl\:focus\:text-blue-500:focus {
    color: #00AFDB !important;
  }

  .xl\:focus\:text-green-200:focus {
    color: #DFE8C1 !important;
  }

  .xl\:focus\:text-green-300:focus {
    color: #BBC890 !important;
  }

  .xl\:focus\:text-green-400:focus {
    color: #9EB54E !important;
  }

  .xl\:focus\:text-green-500:focus {
    color: #789904 !important;
  }

  .xl\:focus\:text-red-200:focus {
    color: #FFD2CF !important;
  }

  .xl\:focus\:text-red-300:focus {
    color: #FF9691 !important;
  }

  .xl\:focus\:text-red-400:focus {
    color: #FE6058 !important;
  }

  .xl\:focus\:text-red-500:focus {
    color: #E1251B !important;
  }

  .xl\:focus\:text-orange-200:focus {
    color: #FFE5D7 !important;
  }

  .xl\:focus\:text-orange-300:focus {
    color: #FFC6A6 !important;
  }

  .xl\:focus\:text-orange-400:focus {
    color: #F7A171 !important;
  }

  .xl\:focus\:text-orange-500:focus {
    color: #F48B50 !important;
  }

  .xl\:text-1 {
    font-size: 14px !important;
  }

  .xl\:text-2 {
    font-size: 16px !important;
  }

  .xl\:text-3 {
    font-size: 18px !important;
  }

  .xl\:text-4 {
    font-size: 24px !important;
  }

  .xl\:text-5 {
    font-size: 32px !important;
  }

  .xl\:text-6 {
    font-size: 48px !important;
  }

  .xl\:text-7 {
    font-size: 64px !important;
  }

  .xl\:text-8 {
    font-size: 80px !important;
  }

  .xl\:text-9 {
    font-size: 96px !important;
  }

  .xl\:text-10 {
    font-size: 112px !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:not-italic {
    font-style: normal !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tracking-none {
    letter-spacing: 0 !important;
  }

  .xl\:tracking-sm {
    letter-spacing: 1px !important;
  }

  .xl\:tracking-md {
    letter-spacing: 2px !important;
  }

  .xl\:tracking-lg {
    letter-spacing: 4px !important;
  }

  .xl\:select-none {
    user-select: none !important;
  }

  .xl\:select-text {
    user-select: text !important;
  }

  .xl\:select-all {
    user-select: all !important;
  }

  .xl\:select-auto {
    user-select: auto !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words {
    overflow-wrap: break-word !important;
  }

  .xl\:break-all {
    word-break: break-all !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-0 {
    width:  0 !important;
  }

  .xl\:w-1 {
    width: 4px !important;
  }

  .xl\:w-2 {
    width: 8px !important;
  }

  .xl\:w-3 {
    width: 12px !important;
  }

  .xl\:w-4 {
    width: 16px !important;
  }

  .xl\:w-5 {
    width: 20px !important;
  }

  .xl\:w-6 {
    width: 24px !important;
  }

  .xl\:w-8 {
    width: 28px !important;
  }

  .xl\:w-10 {
    width: 32px !important;
  }

  .xl\:w-12 {
    width: 40px !important;
  }

  .xl\:w-16 {
    width: 48px !important;
  }

  .xl\:w-20 {
    width: 64px !important;
  }

  .xl\:w-24 {
    width: 80px !important;
  }

  .xl\:w-32 {
    width: 96px !important;
  }

  .xl\:w-40 {
    width: 128px !important;
  }

  .xl\:w-48 {
    width: 160px !important;
  }

  .xl\:w-56 {
    width: 192px !important;
  }

  .xl\:w-64 {
    width: 224px !important;
  }

  .xl\:w-72 {
    width: 256px !important;
  }

  .xl\:w-86 {
    width: 295px !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-2\/4 {
    width: 50% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:w-3\/6 {
    width: 50% !important;
  }

  .xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:w-3\/12 {
    width: 25% !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:w-6\/12 {
    width: 50% !important;
  }

  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:w-9\/12 {
    width: 75% !important;
  }

  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }
}
