

/* Start:/local/style.css?17677375492466*/
.basket-share .basket-item__img-container{
    display: inline-block;
    max-width: 104px;
    max-height: 104px;
    width: 100%;
    height: auto;
    transition: 300ms all ease;
}

.basket-share td.basket-item__product {
    display: flex;
    align-items: center;
}

.basket-share table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

.basket-share tr{
border: 1px solid #dddddd;
text-align: left;

}

.basket-share tbody:nth-child(n+2) tr{
background-color: #fff;
}
.basket-share .basket-item__content{
    max-width: 548px;
}
.basket-share .basket-item__content-title{
    font-size: 16px;
    font-weight: 700;
    color: #595454 !important;
}
.basket-share .basket-item__content-description{
    font-size: 12px;
}
.basket-share td {
    padding: 10px 24px 10px 20px;
}

.basket-item__count,
.basket-item__price,
.basket-item__prices{
    display: flex;
    flex-direction: row !important;
    font-size: 18px;
    color: var(--silver);
    font-weight: 700;
}
.basket-item__count-title,
.basket-item__price-title,
.basket-item__prices-title{
    display: block;
}

.basket-share .row {
    background: white;
    border: 1px solid #dddddd;
}

.basket-share .basket-item__img-container{
    margin: 20px 0;
}
.share-btn{
    margin-left: 10px
}

.share-btn-container{
    display:block !important;
}

.share-btn{
    margin-bottom: 10px
}


.submit-share{
    min-width: 27px;
}

.basket-sumbit-btn.btn-semi.btn {
    margin-left: 5px;
}

.basket-submits{
    display: flex;
}



@media(min-width:480px){
    .basket-sumbit-btn.btn-semi.btn {
        margin-left: 24px;
    }
}

@media(min-width:720px){
    .share-btn-container{
        display:flex !important;
    }
    .share-btn{
        margin-bottom: 0px
    }
}

@media(min-width:1024px){
   
    .basket-share tr{
        border: 1px solid #dddddd;
        text-align: left;
        margin: 10px 20px;
    }

    .basket-share td.basket-item__product {
        display: grid;
        grid-template-columns: 1fr 5fr;
        gap: 20px;
        align-items: center;
    }

    .basket-item__count-title,
    .basket-item__price-title,
    .basket-item__prices-title{
        display: none;
    }
    .basket-item__count-value,
    .basket-item__price-value,
    .basket-item__prices-value{
        display: block !important;
        white-space: nowrap;
    }

    .basket-item__count,
    .basket-item__price,
    .basket-item__prices{
        display: revert;
    }
}


/* End */


/* Start:/bitrix/templates/.default/components/arturgolubev/search.title/search/style.css?176773760813637*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

/* .bx-searchtitle {
	margin: 10px 0 0;
} */
.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 59;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	/* padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important; */
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* .bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
} */
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	/* background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%); */
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	/* width: 1%; */
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/upload/img/header-search-btn.svg) center center no-repeat;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 25px;
	width: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/* .bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
} */


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/.default/components/arturgolubev/search.title/search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/bitrix/templates/.default/components/arturgolubev/search.title/search/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	/* border-radius: 2px; */
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	font-weight: bold;
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	padding-left: 39px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}





/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/bitrix/templates/.default/components/arturgolubev/search.title/search/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:var(--blue);
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/.default/components/arturgolubev/search.title/search/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: var(--blue);
	border-color: var(--blue);
}
/* .bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #62B52F;
	border-color: #62B52F;
	color: #FFF;
} */
/* .bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
} */
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue {
	/* border:1px solid #62B52F; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}

.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#62B52F;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#62B52F;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #62B52F;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/.default/components/arturgolubev/search.title/search/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/.default/components/arturgolubev/search.title/search/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green {
	/* border:1px solid #159ebb; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/.default/components/arturgolubev/search.title/search/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-red {
	/*border:1px solid #E22B2B; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/.default/components/arturgolubev/search.title/search/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow {
	/* border:1px solid #F9A91D; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.compare.list/compare_V1/style.css?17677376081265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/header_catalog/style.css?17677376087796*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }





/* .wrapper-boxes {
	
  }
  
  .box {
	position: relative;
	margin: 5px;
	width: 100px;
	height: 100px;
	background-color: orange;
	border-radius: 3px;
  }
  
  button {
	width: 550px;
	line-height: 40px;
	background-color: orange;
	border: 4px solid #fff;
	color: #fff;
  }
  
  .box:after {
	counter-increment: albumList;
	content: counter(albumList);
	position: absolute;
	top: 10%;
	left: 10%;
	padding: 4% 7%;
	border-radius: 5%;
	border: 1px solid lightgray;
	text-align: center;
	background-color: white;
	font-size: 2vw;
	font-weight: bold;
	font-family: monospace;
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.33) inset;
  } */
/* End */


/* Start:/bitrix/templates/new-kwatt/styles.css?1767737620348*/
.client-info-wrapper{
    transition: all 0.5s;
}

.aside-submenu{
    display: unset !important;
    opacity: 0;
    visibility: hidden;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}

.aside-panel__item:hover .aside-submenu{
    display: unset !important;
    opacity: 1;
    visibility: visible;
}

.btn{
    height: fit-content;
}
/* End */


/* Start:/bitrix/templates/new-kwatt/template_styles.css?17677376091622476*/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button:focus {
  color:white;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type=" "] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: none;
  /* outline: 5px auto -webkit-focus-ring-color; */
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.debug-screens::before{
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}

@media (min-width: 320px){
  .debug-screens::before{
    content: 'screen: xs';
  }
}

@media (min-width: 480px){
  .debug-screens::before{
    content: 'screen: sm';
  }
}

@media (min-width: 720px){
  .debug-screens::before{
    content: 'screen: md';
  }
}

@media (min-width: 1024px){
  .debug-screens::before{
    content: 'screen: lg';
  }
}

@media (min-width: 1280px){
  .debug-screens::before{
    content: 'screen: xl';
  }
}

@media (min-width: 1400px){
  .debug-screens::before{
    content: 'screen: xxl';
  }
}

@media (min-width: 1600px){
  .debug-screens::before{
    content: 'screen: xxxl';
  }
}

.container{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  width:100%;
}

@media (min-width: 320px){
  .container{
    max-width: 100%;
  }
}

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

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

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

@media (min-width: 1280px){
  .container{
    max-width: 1244px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

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

@media (min-width: 1600px){
  .container{
    max-width: 1601px;
  }
}
.appearance-none{
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

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

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

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

.bg-clip-border{
  background-clip: border-box !important;
}

.bg-clip-padding{
  background-clip: padding-box !important;
}

.bg-clip-content{
  background-clip: content-box !important;
}

.bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-black{
  background-color: var(--black) !important;
}

.bg-white{
  background-color: var(--white) !important;
}

.bg-blue{
  background-color: var(--blue) !important;
}

.bg-apple{
  background-color: var(--apple) !important;
}

.bg-don-juan{
  background-color: var(--don-juan) !important;
}

.bg-alabaster{
  background-color: var(--alabaster) !important;
}

.bg-gray{
  background-color: var(--gray) !important;
}

.bg-concrete{
  background-color: var(--concrete) !important;
}

.bg-silver{
  background-color: var(--silver) !important;
}

.bg-gallery{
  background-color: var(--gallery) !important;
}

.bg-alizarin{
  background-color: var(--alizarin) !important;
}

.bg-sunset{
  background-color: var(--sunset) !important;
}

.bg-curious-blue{
  background-color: var(--curious-blue) !important;
}

.bg-mustard{
  background-color: var(--mustard) !important;
}

.bg-alto{
  background-color: var(--alto) !important;
}

.bg-catsk{
  background-color: var(--catsk) !important;
}

.hover\:bg-black:hover{
  background-color: var(--black) !important;
}

.hover\:bg-white:hover{
  background-color: var(--white) !important;
}

.hover\:bg-blue:hover{
  background-color: var(--blue) !important;
}

.hover\:bg-apple:hover{
  background-color: var(--apple) !important;
}

.hover\:bg-don-juan:hover{
  background-color: var(--don-juan) !important;
}

.hover\:bg-alabaster:hover{
  background-color: var(--alabaster) !important;
}

.hover\:bg-gray:hover{
  background-color: var(--gray) !important;
}

.hover\:bg-concrete:hover{
  background-color: var(--concrete) !important;
}

.hover\:bg-silver:hover{
  background-color: var(--silver) !important;
}

.hover\:bg-gallery:hover{
  background-color: var(--gallery) !important;
}

.hover\:bg-alizarin:hover{
  background-color: var(--alizarin) !important;
}

.hover\:bg-sunset:hover{
  background-color: var(--sunset) !important;
}

.hover\:bg-curious-blue:hover{
  background-color: var(--curious-blue) !important;
}

.hover\:bg-mustard:hover{
  background-color: var(--mustard) !important;
}

.hover\:bg-alto:hover{
  background-color: var(--alto) !important;
}

.hover\:bg-catsk:hover{
  background-color: var(--catsk) !important;
}

.focus\:bg-black:focus{
  background-color: var(--black) !important;
}

.focus\:bg-white:focus{
  background-color: var(--white) !important;
}

.focus\:bg-blue:focus{
  background-color: var(--blue) !important;
}

.focus\:bg-apple:focus{
  background-color: var(--apple) !important;
}

.focus\:bg-don-juan:focus{
  background-color: var(--don-juan) !important;
}

.focus\:bg-alabaster:focus{
  background-color: var(--alabaster) !important;
}

.focus\:bg-gray:focus{
  background-color: var(--gray) !important;
}

.focus\:bg-concrete:focus{
  background-color: var(--concrete) !important;
}

.focus\:bg-silver:focus{
  background-color: var(--silver) !important;
}

.focus\:bg-gallery:focus{
  background-color: var(--gallery) !important;
}

.focus\:bg-alizarin:focus{
  background-color: var(--alizarin) !important;
}

.focus\:bg-sunset:focus{
  background-color: var(--sunset) !important;
}

.focus\:bg-curious-blue:focus{
  background-color: var(--curious-blue) !important;
}

.focus\:bg-mustard:focus{
  background-color: var(--mustard) !important;
}

.focus\:bg-alto:focus{
  background-color: var(--alto) !important;
}

.focus\:bg-catsk:focus{
  background-color: var(--catsk) !important;
}

.bg-none{
  background-image: none !important;
}

.bg-gradient-to-t{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: -o-linear-gradient(bottom, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tr{
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
  background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
  background-image: -o-linear-gradient(left, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-br{
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
  background-image: -o-linear-gradient(top left, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: -o-linear-gradient(top, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: -o-linear-gradient(top right, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-l{
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
  background-image: -o-linear-gradient(right, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.from-black{
  --gradient-from-color: var(--black) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-white{
  --gradient-from-color: var(--white) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-blue{
  --gradient-from-color: var(--blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-apple{
  --gradient-from-color: var(--apple) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-don-juan{
  --gradient-from-color: var(--don-juan) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-alabaster{
  --gradient-from-color: var(--alabaster) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-gray{
  --gradient-from-color: var(--gray) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-concrete{
  --gradient-from-color: var(--concrete) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-silver{
  --gradient-from-color: var(--silver) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-gallery{
  --gradient-from-color: var(--gallery) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-alizarin{
  --gradient-from-color: var(--alizarin) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-sunset{
  --gradient-from-color: var(--sunset) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-curious-blue{
  --gradient-from-color: var(--curious-blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-mustard{
  --gradient-from-color: var(--mustard) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-alto{
  --gradient-from-color: var(--alto) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-catsk{
  --gradient-from-color: var(--catsk) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-black{
  --gradient-via-color: var(--black) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-white{
  --gradient-via-color: var(--white) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-blue{
  --gradient-via-color: var(--blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-apple{
  --gradient-via-color: var(--apple) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-don-juan{
  --gradient-via-color: var(--don-juan) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-alabaster{
  --gradient-via-color: var(--alabaster) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-gray{
  --gradient-via-color: var(--gray) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-concrete{
  --gradient-via-color: var(--concrete) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-silver{
  --gradient-via-color: var(--silver) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-gallery{
  --gradient-via-color: var(--gallery) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-alizarin{
  --gradient-via-color: var(--alizarin) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-sunset{
  --gradient-via-color: var(--sunset) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-curious-blue{
  --gradient-via-color: var(--curious-blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-mustard{
  --gradient-via-color: var(--mustard) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-alto{
  --gradient-via-color: var(--alto) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-catsk{
  --gradient-via-color: var(--catsk) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.to-black{
  --gradient-to-color: var(--black) !important;
}

.to-white{
  --gradient-to-color: var(--white) !important;
}

.to-blue{
  --gradient-to-color: var(--blue) !important;
}

.to-apple{
  --gradient-to-color: var(--apple) !important;
}

.to-don-juan{
  --gradient-to-color: var(--don-juan) !important;
}

.to-alabaster{
  --gradient-to-color: var(--alabaster) !important;
}

.to-gray{
  --gradient-to-color: var(--gray) !important;
}

.to-concrete{
  --gradient-to-color: var(--concrete) !important;
}

.to-silver{
  --gradient-to-color: var(--silver) !important;
}

.to-gallery{
  --gradient-to-color: var(--gallery) !important;
}

.to-alizarin{
  --gradient-to-color: var(--alizarin) !important;
}

.to-sunset{
  --gradient-to-color: var(--sunset) !important;
}

.to-curious-blue{
  --gradient-to-color: var(--curious-blue) !important;
}

.to-mustard{
  --gradient-to-color: var(--mustard) !important;
}

.to-alto{
  --gradient-to-color: var(--alto) !important;
}

.to-catsk{
  --gradient-to-color: var(--catsk) !important;
}

.hover\:from-black:hover{
  --gradient-from-color: var(--black) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-white:hover{
  --gradient-from-color: var(--white) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-blue:hover{
  --gradient-from-color: var(--blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-apple:hover{
  --gradient-from-color: var(--apple) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-don-juan:hover{
  --gradient-from-color: var(--don-juan) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-alabaster:hover{
  --gradient-from-color: var(--alabaster) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gray:hover{
  --gradient-from-color: var(--gray) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-concrete:hover{
  --gradient-from-color: var(--concrete) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-silver:hover{
  --gradient-from-color: var(--silver) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gallery:hover{
  --gradient-from-color: var(--gallery) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-alizarin:hover{
  --gradient-from-color: var(--alizarin) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-sunset:hover{
  --gradient-from-color: var(--sunset) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-curious-blue:hover{
  --gradient-from-color: var(--curious-blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-mustard:hover{
  --gradient-from-color: var(--mustard) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-alto:hover{
  --gradient-from-color: var(--alto) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-catsk:hover{
  --gradient-from-color: var(--catsk) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-black:hover{
  --gradient-via-color: var(--black) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-white:hover{
  --gradient-via-color: var(--white) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-blue:hover{
  --gradient-via-color: var(--blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-apple:hover{
  --gradient-via-color: var(--apple) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-don-juan:hover{
  --gradient-via-color: var(--don-juan) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-alabaster:hover{
  --gradient-via-color: var(--alabaster) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gray:hover{
  --gradient-via-color: var(--gray) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-concrete:hover{
  --gradient-via-color: var(--concrete) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-silver:hover{
  --gradient-via-color: var(--silver) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gallery:hover{
  --gradient-via-color: var(--gallery) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-alizarin:hover{
  --gradient-via-color: var(--alizarin) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-sunset:hover{
  --gradient-via-color: var(--sunset) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-curious-blue:hover{
  --gradient-via-color: var(--curious-blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-mustard:hover{
  --gradient-via-color: var(--mustard) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-alto:hover{
  --gradient-via-color: var(--alto) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-catsk:hover{
  --gradient-via-color: var(--catsk) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:to-black:hover{
  --gradient-to-color: var(--black) !important;
}

.hover\:to-white:hover{
  --gradient-to-color: var(--white) !important;
}

.hover\:to-blue:hover{
  --gradient-to-color: var(--blue) !important;
}

.hover\:to-apple:hover{
  --gradient-to-color: var(--apple) !important;
}

.hover\:to-don-juan:hover{
  --gradient-to-color: var(--don-juan) !important;
}

.hover\:to-alabaster:hover{
  --gradient-to-color: var(--alabaster) !important;
}

.hover\:to-gray:hover{
  --gradient-to-color: var(--gray) !important;
}

.hover\:to-concrete:hover{
  --gradient-to-color: var(--concrete) !important;
}

.hover\:to-silver:hover{
  --gradient-to-color: var(--silver) !important;
}

.hover\:to-gallery:hover{
  --gradient-to-color: var(--gallery) !important;
}

.hover\:to-alizarin:hover{
  --gradient-to-color: var(--alizarin) !important;
}

.hover\:to-sunset:hover{
  --gradient-to-color: var(--sunset) !important;
}

.hover\:to-curious-blue:hover{
  --gradient-to-color: var(--curious-blue) !important;
}

.hover\:to-mustard:hover{
  --gradient-to-color: var(--mustard) !important;
}

.hover\:to-alto:hover{
  --gradient-to-color: var(--alto) !important;
}

.hover\:to-catsk:hover{
  --gradient-to-color: var(--catsk) !important;
}

.focus\:from-black:focus{
  --gradient-from-color: var(--black) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-white:focus{
  --gradient-from-color: var(--white) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-blue:focus{
  --gradient-from-color: var(--blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-apple:focus{
  --gradient-from-color: var(--apple) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-don-juan:focus{
  --gradient-from-color: var(--don-juan) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-alabaster:focus{
  --gradient-from-color: var(--alabaster) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gray:focus{
  --gradient-from-color: var(--gray) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-concrete:focus{
  --gradient-from-color: var(--concrete) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-silver:focus{
  --gradient-from-color: var(--silver) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gallery:focus{
  --gradient-from-color: var(--gallery) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-alizarin:focus{
  --gradient-from-color: var(--alizarin) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-sunset:focus{
  --gradient-from-color: var(--sunset) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-curious-blue:focus{
  --gradient-from-color: var(--curious-blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-mustard:focus{
  --gradient-from-color: var(--mustard) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-alto:focus{
  --gradient-from-color: var(--alto) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-catsk:focus{
  --gradient-from-color: var(--catsk) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-black:focus{
  --gradient-via-color: var(--black) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-white:focus{
  --gradient-via-color: var(--white) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-blue:focus{
  --gradient-via-color: var(--blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-apple:focus{
  --gradient-via-color: var(--apple) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-don-juan:focus{
  --gradient-via-color: var(--don-juan) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-alabaster:focus{
  --gradient-via-color: var(--alabaster) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gray:focus{
  --gradient-via-color: var(--gray) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-concrete:focus{
  --gradient-via-color: var(--concrete) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-silver:focus{
  --gradient-via-color: var(--silver) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gallery:focus{
  --gradient-via-color: var(--gallery) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-alizarin:focus{
  --gradient-via-color: var(--alizarin) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-sunset:focus{
  --gradient-via-color: var(--sunset) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-curious-blue:focus{
  --gradient-via-color: var(--curious-blue) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-mustard:focus{
  --gradient-via-color: var(--mustard) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-alto:focus{
  --gradient-via-color: var(--alto) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-catsk:focus{
  --gradient-via-color: var(--catsk) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:to-black:focus{
  --gradient-to-color: var(--black) !important;
}

.focus\:to-white:focus{
  --gradient-to-color: var(--white) !important;
}

.focus\:to-blue:focus{
  --gradient-to-color: var(--blue) !important;
}

.focus\:to-apple:focus{
  --gradient-to-color: var(--apple) !important;
}

.focus\:to-don-juan:focus{
  --gradient-to-color: var(--don-juan) !important;
}

.focus\:to-alabaster:focus{
  --gradient-to-color: var(--alabaster) !important;
}

.focus\:to-gray:focus{
  --gradient-to-color: var(--gray) !important;
}

.focus\:to-concrete:focus{
  --gradient-to-color: var(--concrete) !important;
}

.focus\:to-silver:focus{
  --gradient-to-color: var(--silver) !important;
}

.focus\:to-gallery:focus{
  --gradient-to-color: var(--gallery) !important;
}

.focus\:to-alizarin:focus{
  --gradient-to-color: var(--alizarin) !important;
}

.focus\:to-sunset:focus{
  --gradient-to-color: var(--sunset) !important;
}

.focus\:to-curious-blue:focus{
  --gradient-to-color: var(--curious-blue) !important;
}

.focus\:to-mustard:focus{
  --gradient-to-color: var(--mustard) !important;
}

.focus\:to-alto:focus{
  --gradient-to-color: var(--alto) !important;
}

.focus\:to-catsk:focus{
  --gradient-to-color: var(--catsk) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-black{
  border-color: var(--black) !important;
}

.border-white{
  border-color: var(--white) !important;
}

.border-blue{
  border-color: var(--blue) !important;
}

.border-apple{
  border-color: var(--apple) !important;
}

.border-don-juan{
  border-color: var(--don-juan) !important;
}

.border-alabaster{
  border-color: var(--alabaster) !important;
}

.border-gray{
  border-color: var(--gray) !important;
}

.border-concrete{
  border-color: var(--concrete) !important;
}

.border-silver{
  border-color: var(--silver) !important;
}

.border-gallery{
  border-color: var(--gallery) !important;
}

.border-alizarin{
  border-color: var(--alizarin) !important;
}

.border-sunset{
  border-color: var(--sunset) !important;
}

.border-curious-blue{
  border-color: var(--curious-blue) !important;
}

.border-mustard{
  border-color: var(--mustard) !important;
}

.border-alto{
  border-color: var(--alto) !important;
}

.border-catsk{
  border-color: var(--catsk) !important;
}

.hover\:border-black:hover{
  border-color: var(--black) !important;
}

.hover\:border-white:hover{
  border-color: var(--white) !important;
}

.hover\:border-blue:hover{
  border-color: var(--blue) !important;
}

.hover\:border-apple:hover{
  border-color: var(--apple) !important;
}

.hover\:border-don-juan:hover{
  border-color: var(--don-juan) !important;
}

.hover\:border-alabaster:hover{
  border-color: var(--alabaster) !important;
}

.hover\:border-gray:hover{
  border-color: var(--gray) !important;
}

.hover\:border-concrete:hover{
  border-color: var(--concrete) !important;
}

.hover\:border-silver:hover{
  border-color: var(--silver) !important;
}

.hover\:border-gallery:hover{
  border-color: var(--gallery) !important;
}

.hover\:border-alizarin:hover{
  border-color: var(--alizarin) !important;
}

.hover\:border-sunset:hover{
  border-color: var(--sunset) !important;
}

.hover\:border-curious-blue:hover{
  border-color: var(--curious-blue) !important;
}

.hover\:border-mustard:hover{
  border-color: var(--mustard) !important;
}

.hover\:border-alto:hover{
  border-color: var(--alto) !important;
}

.hover\:border-catsk:hover{
  border-color: var(--catsk) !important;
}

.focus\:border-black:focus{
  border-color: var(--black) !important;
}

.focus\:border-white:focus{
  border-color: var(--white) !important;
}

.focus\:border-blue:focus{
  border-color: var(--blue) !important;
}

.focus\:border-apple:focus{
  border-color: var(--apple) !important;
}

.focus\:border-don-juan:focus{
  border-color: var(--don-juan) !important;
}

.focus\:border-alabaster:focus{
  border-color: var(--alabaster) !important;
}

.focus\:border-gray:focus{
  border-color: var(--gray) !important;
}

.focus\:border-concrete:focus{
  border-color: var(--concrete) !important;
}

.focus\:border-silver:focus{
  border-color: var(--silver) !important;
}

.focus\:border-gallery:focus{
  border-color: var(--gallery) !important;
}

.focus\:border-alizarin:focus{
  border-color: var(--alizarin) !important;
}

.focus\:border-sunset:focus{
  border-color: var(--sunset) !important;
}

.focus\:border-curious-blue:focus{
  border-color: var(--curious-blue) !important;
}

.focus\:border-mustard:focus{
  border-color: var(--mustard) !important;
}

.focus\:border-alto:focus{
  border-color: var(--alto) !important;
}

.focus\:border-catsk:focus{
  border-color: var(--catsk) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-none{
  border-radius: 0 !important;
}

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

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

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

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

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

.rounded-2xl{
  border-radius: 1rem !important;
}

.rounded-3xl{
  border-radius: 1.5rem !important;
}

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

.rounded-t-none{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

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

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

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

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

.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

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

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

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

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

.rounded-tl-none{
  border-top-left-radius: 0 !important;
}

.rounded-tr-none{
  border-top-right-radius: 0 !important;
}

.rounded-br-none{
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none{
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border{
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.box-content{
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

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

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

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

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

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

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

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

.block{
  display: block !important;
}

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

.inline{
  display: inline !important;
}

.flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.table{
  display: table !important;
}

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

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

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

.table-column-group{
  display: table-column-group !important;
}

.table-footer-group{
  display: table-footer-group !important;
}

.table-header-group{
  display: table-header-group !important;
}

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

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

.flow-root{
  display: flow-root !important;
}

.grid{
  display: grid !important;
}

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

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

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

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

.flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-col-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.place-items-auto{
  place-items: auto !important;
}

.place-items-start{
  place-items: start !important;
}

.place-items-end{
  place-items: end !important;
}

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

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

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

.place-content-start{
  place-content: start !important;
}

.place-content-end{
  place-content: end !important;
}

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

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

.place-content-evenly{
  place-content: space-evenly !important;
}

.place-content-stretch{
  place-content: stretch !important;
}

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

.place-self-start{
  place-self: start !important;
}

.place-self-end{
  place-self: end !important;
}

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

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

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

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

.items-center{
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.items-baseline{
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.items-stretch{
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.content-center{
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

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

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

.content-between{
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.content-around{
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.content-evenly{
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
}

.self-auto{
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.self-center{
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.self-stretch{
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.justify-items-auto{
  justify-items: auto !important;
}

.justify-items-start{
  justify-items: start !important;
}

.justify-items-end{
  justify-items: end !important;
}

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

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

.justify-start{
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end{
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center{
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-between{
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around{
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-evenly{
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

.justify-self-start{
  justify-self: start !important;
}

.justify-self-end{
  justify-self: end !important;
}

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

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

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

.flex-auto{
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

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

.flex-none{
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.flex-grow-0{
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow{
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.order-1{
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2{
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3{
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4{
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5{
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-6{
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.order-7{
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.order-8{
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.order-9{
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.order-10{
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.order-11{
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.order-12{
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

.order-first{
  -webkit-box-ordinal-group: -9998 !important;
      -ms-flex-order: -9999 !important;
          order: -9999 !important;
}

.order-last{
  -webkit-box-ordinal-group: 10000 !important;
      -ms-flex-order: 9999 !important;
          order: 9999 !important;
}

.order-none{
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

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

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

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

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

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

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

.clear-both{
  clear: both !important;
}

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

.font-sans{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-0{
  height: 0px !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-7{
  height: 28px !important;
}

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

.h-9{
  height: 36px !important;
}

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

.h-11{
  height: 44px !important;
}

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

.h-13{
  height: 52px !important;
}

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

.h-15{
  height: 60px !important;
}

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

.h-17{
  height: 68px !important;
}

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

.h-19{
  height: 76px !important;
}

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

.h-21{
  height: 84px !important;
}

.h-22{
  height: 88px !important;
}

.h-23{
  height: 92px !important;
}

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

.h-25{
  height: 100px !important;
}

.h-26{
  height: 104px !important;
}

.h-27{
  height: 108px !important;
}

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

.h-29{
  height: 116px !important;
}

.h-30{
  height: 120px !important;
}

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

.h-full{
  height: 100% !important;
}

.h-screen{
  height: 100vh !important;
}

.h-fit{
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.text-sm{
  font-size: 14px !important;
}

.text-base{
  font-size: 16px !important;
}

.text-lg{
  font-size: 18px !important;
}

.text-2lg{
  font-size: 20px !important;
}

.text-3lg{
  font-size: 24px !important;
}

.text-xl{
  font-size: 36px !important;
}

.text-2xl{
  font-size: 40px !important;
}

.leading-3{
  line-height: .75rem !important;
}

.leading-4{
  line-height: 1rem !important;
}

.leading-5{
  line-height: 1.25rem !important;
}

.leading-6{
  line-height: 1.5rem !important;
}

.leading-7{
  line-height: 1.75rem !important;
}

.leading-8{
  line-height: 2rem !important;
}

.leading-9{
  line-height: 2.25rem !important;
}

.leading-10{
  line-height: 2.5rem !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-tight{
  line-height: 1.2 !important;
}

.leading-snug{
  line-height: 1.375 !important;
}

.leading-normal{
  line-height: 1.5 !important;
}

.leading-relaxed{
  line-height: 1.6 !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: 0px !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-7{
  margin: 28px !important;
}

.m-8{
  margin: 32px !important;
}

.m-9{
  margin: 36px !important;
}

.m-10{
  margin: 40px !important;
}

.m-11{
  margin: 44px !important;
}

.m-12{
  margin: 48px !important;
}

.m-13{
  margin: 52px !important;
}

.m-14{
  margin: 56px !important;
}

.m-15{
  margin: 60px !important;
}

.m-16{
  margin: 64px !important;
}

.m-17{
  margin: 68px !important;
}

.m-18{
  margin: 72px !important;
}

.m-19{
  margin: 76px !important;
}

.m-20{
  margin: 80px !important;
}

.m-21{
  margin: 84px !important;
}

.m-22{
  margin: 88px !important;
}

.m-23{
  margin: 92px !important;
}

.m-24{
  margin: 96px !important;
}

.m-25{
  margin: 100px !important;
}

.m-26{
  margin: 104px !important;
}

.m-27{
  margin: 108px !important;
}

.m-28{
  margin: 112px !important;
}

.m-29{
  margin: 116px !important;
}

.m-30{
  margin: 120px !important;
}

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

.-m-0{
  margin: 0px !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-7{
  margin: -28px !important;
}

.-m-8{
  margin: -32px !important;
}

.-m-9{
  margin: -36px !important;
}

.-m-10{
  margin: -40px !important;
}

.-m-11{
  margin: -44px !important;
}

.-m-12{
  margin: -48px !important;
}

.-m-13{
  margin: -52px !important;
}

.-m-14{
  margin: -56px !important;
}

.-m-15{
  margin: -60px !important;
}

.-m-16{
  margin: -64px !important;
}

.-m-17{
  margin: -68px !important;
}

.-m-18{
  margin: -72px !important;
}

.-m-19{
  margin: -76px !important;
}

.-m-20{
  margin: -80px !important;
}

.-m-21{
  margin: -84px !important;
}

.-m-22{
  margin: -88px !important;
}

.-m-23{
  margin: -92px !important;
}

.-m-24{
  margin: -96px !important;
}

.-m-25{
  margin: -100px !important;
}

.-m-26{
  margin: -104px !important;
}

.-m-27{
  margin: -108px !important;
}

.-m-28{
  margin: -112px !important;
}

.-m-29{
  margin: -116px !important;
}

.-m-30{
  margin: -120px !important;
}

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

.mx-0{
  margin-left: 0px !important;
  margin-right: 0px !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-7{
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-30{
  margin-left: 120px !important;
  margin-right: 120px !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: 0px !important;
  margin-bottom: 0px !important;
}

.-mx-0{
  margin-left: 0px !important;
  margin-right: 0px !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-7{
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0{
  margin-left: 0px !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-7{
  margin-top: 28px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-30{
  margin-left: 120px !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: 0px !important;
}

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

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

.-ml-0{
  margin-left: 0px !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-7{
  margin-top: -28px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-full{
  max-height: 100% !important;
}

.max-h-screen{
  max-height: 100vh !important;
}

.max-w-none{
  max-width: none !important;
}

.max-w-xs{
  max-width: 20rem !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

.max-w-2xl{
  max-width: 42rem !important;
}

.max-w-3xl{
  max-width: 48rem !important;
}

.max-w-4xl{
  max-width: 56rem !important;
}

.max-w-5xl{
  max-width: 64rem !important;
}

.max-w-6xl{
  max-width: 72rem !important;
}

.max-w-full{
  max-width: 100% !important;
}

.max-w-screen-xs{
  max-width: 320px !important;
}

.max-w-screen-sm{
  max-width: 480px !important;
}

.max-w-screen-md{
  max-width: 720px !important;
}

.max-w-screen-lg{
  max-width: 1024px !important;
}

.max-w-screen-xl{
  max-width: 1280px !important;
}

.max-w-screen-xxl{
  max-width: 1400px !important;
}

.max-w-screen-xxxl{
  max-width: 1600px !important;
}

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

.min-h-full{
  min-height: 100% !important;
}

.min-h-screen{
  min-height: 100vh !important;
}

.min-w-0{
  min-width: 0 !important;
}

.min-w-full{
  min-width: 100% !important;
}

.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

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

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

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

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

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.overflow-y-hidden{
  overflow-y: hidden !important;
}

.overflow-x-visible{
  overflow-x: visible !important;
}

.overflow-y-visible{
  overflow-y: visible !important;
}

.overflow-x-scroll{
  overflow-x: scroll !important;
}

.overflow-y-scroll{
  overflow-y: scroll !important;
}

.scrolling-touch{
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto{
  -webkit-overflow-scrolling: auto !important;
}

.overscroll-auto{
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain{
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none{
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none{
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none{
  overscroll-behavior-x: none !important;
}

.p-0{
  padding: 0px !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-7{
  padding: 28px !important;
}

.p-8{
  padding: 32px !important;
}

.p-9{
  padding: 36px !important;
}

.p-10{
  padding: 40px !important;
}

.p-11{
  padding: 44px !important;
}

.p-12{
  padding: 48px !important;
}

.p-13{
  padding: 52px !important;
}

.p-14{
  padding: 56px !important;
}

.p-15{
  padding: 60px !important;
}

.p-16{
  padding: 64px !important;
}

.p-17{
  padding: 68px !important;
}

.p-18{
  padding: 72px !important;
}

.p-19{
  padding: 76px !important;
}

.p-20{
  padding: 80px !important;
}

.p-21{
  padding: 84px !important;
}

.p-22{
  padding: 88px !important;
}

.p-23{
  padding: 92px !important;
}

.p-24{
  padding: 96px !important;
}

.p-25{
  padding: 100px !important;
}

.p-26{
  padding: 104px !important;
}

.p-27{
  padding: 108px !important;
}

.p-28{
  padding: 112px !important;
}

.p-29{
  padding: 116px !important;
}

.p-30{
  padding: 120px !important;
}

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

.px-0{
  padding-left: 0px !important;
  padding-right: 0px !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-7{
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0{
  padding-left: 0px !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-7{
  padding-top: 28px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.placeholder-black::-webkit-input-placeholder{
  color: var(--black) !important;
}

.placeholder-black::-moz-placeholder{
  color: var(--black) !important;
}

.placeholder-black:-ms-input-placeholder{
  color: var(--black) !important;
}

.placeholder-black::-ms-input-placeholder{
  color: var(--black) !important;
}

.placeholder-black::placeholder{
  color: var(--black) !important;
}

.placeholder-white::-webkit-input-placeholder{
  color: var(--white) !important;
}

.placeholder-white::-moz-placeholder{
  color: var(--white) !important;
}

.placeholder-white:-ms-input-placeholder{
  color: var(--white) !important;
}

.placeholder-white::-ms-input-placeholder{
  color: var(--white) !important;
}

.placeholder-white::placeholder{
  color: var(--white) !important;
}

.placeholder-blue::-webkit-input-placeholder{
  color: var(--blue) !important;
}

.placeholder-blue::-moz-placeholder{
  color: var(--blue) !important;
}

.placeholder-blue:-ms-input-placeholder{
  color: var(--blue) !important;
}

.placeholder-blue::-ms-input-placeholder{
  color: var(--blue) !important;
}

.placeholder-blue::placeholder{
  color: var(--blue) !important;
}

.placeholder-apple::-webkit-input-placeholder{
  color: var(--apple) !important;
}

.placeholder-apple::-moz-placeholder{
  color: var(--apple) !important;
}

.placeholder-apple:-ms-input-placeholder{
  color: var(--apple) !important;
}

.placeholder-apple::-ms-input-placeholder{
  color: var(--apple) !important;
}

.placeholder-apple::placeholder{
  color: var(--apple) !important;
}

.placeholder-don-juan::-webkit-input-placeholder{
  color: var(--don-juan) !important;
}

.placeholder-don-juan::-moz-placeholder{
  color: var(--don-juan) !important;
}

.placeholder-don-juan:-ms-input-placeholder{
  color: var(--don-juan) !important;
}

.placeholder-don-juan::-ms-input-placeholder{
  color: var(--don-juan) !important;
}

.placeholder-don-juan::placeholder{
  color: var(--don-juan) !important;
}

.placeholder-alabaster::-webkit-input-placeholder{
  color: var(--alabaster) !important;
}

.placeholder-alabaster::-moz-placeholder{
  color: var(--alabaster) !important;
}

.placeholder-alabaster:-ms-input-placeholder{
  color: var(--alabaster) !important;
}

.placeholder-alabaster::-ms-input-placeholder{
  color: var(--alabaster) !important;
}

.placeholder-alabaster::placeholder{
  color: var(--alabaster) !important;
}

.placeholder-gray::-webkit-input-placeholder{
  color: var(--gray) !important;
}

.placeholder-gray::-moz-placeholder{
  color: var(--gray) !important;
}

.placeholder-gray:-ms-input-placeholder{
  color: var(--gray) !important;
}

.placeholder-gray::-ms-input-placeholder{
  color: var(--gray) !important;
}

.placeholder-gray::placeholder{
  color: var(--gray) !important;
}

.placeholder-concrete::-webkit-input-placeholder{
  color: var(--concrete) !important;
}

.placeholder-concrete::-moz-placeholder{
  color: var(--concrete) !important;
}

.placeholder-concrete:-ms-input-placeholder{
  color: var(--concrete) !important;
}

.placeholder-concrete::-ms-input-placeholder{
  color: var(--concrete) !important;
}

.placeholder-concrete::placeholder{
  color: var(--concrete) !important;
}

.placeholder-silver::-webkit-input-placeholder{
  color: var(--silver) !important;
}

.placeholder-silver::-moz-placeholder{
  color: var(--silver) !important;
}

.placeholder-silver:-ms-input-placeholder{
  color: var(--silver) !important;
}

.placeholder-silver::-ms-input-placeholder{
  color: var(--silver) !important;
}

.placeholder-silver::placeholder{
  color: var(--silver) !important;
}

.placeholder-gallery::-webkit-input-placeholder{
  color: var(--gallery) !important;
}

.placeholder-gallery::-moz-placeholder{
  color: var(--gallery) !important;
}

.placeholder-gallery:-ms-input-placeholder{
  color: var(--gallery) !important;
}

.placeholder-gallery::-ms-input-placeholder{
  color: var(--gallery) !important;
}

.placeholder-gallery::placeholder{
  color: var(--gallery) !important;
}

.placeholder-alizarin::-webkit-input-placeholder{
  color: var(--alizarin) !important;
}

.placeholder-alizarin::-moz-placeholder{
  color: var(--alizarin) !important;
}

.placeholder-alizarin:-ms-input-placeholder{
  color: var(--alizarin) !important;
}

.placeholder-alizarin::-ms-input-placeholder{
  color: var(--alizarin) !important;
}

.placeholder-alizarin::placeholder{
  color: var(--alizarin) !important;
}

.placeholder-sunset::-webkit-input-placeholder{
  color: var(--sunset) !important;
}

.placeholder-sunset::-moz-placeholder{
  color: var(--sunset) !important;
}

.placeholder-sunset:-ms-input-placeholder{
  color: var(--sunset) !important;
}

.placeholder-sunset::-ms-input-placeholder{
  color: var(--sunset) !important;
}

.placeholder-sunset::placeholder{
  color: var(--sunset) !important;
}

.placeholder-curious-blue::-webkit-input-placeholder{
  color: var(--curious-blue) !important;
}

.placeholder-curious-blue::-moz-placeholder{
  color: var(--curious-blue) !important;
}

.placeholder-curious-blue:-ms-input-placeholder{
  color: var(--curious-blue) !important;
}

.placeholder-curious-blue::-ms-input-placeholder{
  color: var(--curious-blue) !important;
}

.placeholder-curious-blue::placeholder{
  color: var(--curious-blue) !important;
}

.placeholder-mustard::-webkit-input-placeholder{
  color: var(--mustard) !important;
}

.placeholder-mustard::-moz-placeholder{
  color: var(--mustard) !important;
}

.placeholder-mustard:-ms-input-placeholder{
  color: var(--mustard) !important;
}

.placeholder-mustard::-ms-input-placeholder{
  color: var(--mustard) !important;
}

.placeholder-mustard::placeholder{
  color: var(--mustard) !important;
}

.placeholder-alto::-webkit-input-placeholder{
  color: var(--alto) !important;
}

.placeholder-alto::-moz-placeholder{
  color: var(--alto) !important;
}

.placeholder-alto:-ms-input-placeholder{
  color: var(--alto) !important;
}

.placeholder-alto::-ms-input-placeholder{
  color: var(--alto) !important;
}

.placeholder-alto::placeholder{
  color: var(--alto) !important;
}

.placeholder-catsk::-webkit-input-placeholder{
  color: var(--catsk) !important;
}

.placeholder-catsk::-moz-placeholder{
  color: var(--catsk) !important;
}

.placeholder-catsk:-ms-input-placeholder{
  color: var(--catsk) !important;
}

.placeholder-catsk::-ms-input-placeholder{
  color: var(--catsk) !important;
}

.placeholder-catsk::placeholder{
  color: var(--catsk) !important;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  color: var(--black) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  color: var(--black) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  color: var(--black) !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  color: var(--black) !important;
}

.focus\:placeholder-black:focus::placeholder{
  color: var(--black) !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  color: var(--white) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  color: var(--white) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  color: var(--white) !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  color: var(--white) !important;
}

.focus\:placeholder-white:focus::placeholder{
  color: var(--white) !important;
}

.focus\:placeholder-blue:focus::-webkit-input-placeholder{
  color: var(--blue) !important;
}

.focus\:placeholder-blue:focus::-moz-placeholder{
  color: var(--blue) !important;
}

.focus\:placeholder-blue:focus:-ms-input-placeholder{
  color: var(--blue) !important;
}

.focus\:placeholder-blue:focus::-ms-input-placeholder{
  color: var(--blue) !important;
}

.focus\:placeholder-blue:focus::placeholder{
  color: var(--blue) !important;
}

.focus\:placeholder-apple:focus::-webkit-input-placeholder{
  color: var(--apple) !important;
}

.focus\:placeholder-apple:focus::-moz-placeholder{
  color: var(--apple) !important;
}

.focus\:placeholder-apple:focus:-ms-input-placeholder{
  color: var(--apple) !important;
}

.focus\:placeholder-apple:focus::-ms-input-placeholder{
  color: var(--apple) !important;
}

.focus\:placeholder-apple:focus::placeholder{
  color: var(--apple) !important;
}

.focus\:placeholder-don-juan:focus::-webkit-input-placeholder{
  color: var(--don-juan) !important;
}

.focus\:placeholder-don-juan:focus::-moz-placeholder{
  color: var(--don-juan) !important;
}

.focus\:placeholder-don-juan:focus:-ms-input-placeholder{
  color: var(--don-juan) !important;
}

.focus\:placeholder-don-juan:focus::-ms-input-placeholder{
  color: var(--don-juan) !important;
}

.focus\:placeholder-don-juan:focus::placeholder{
  color: var(--don-juan) !important;
}

.focus\:placeholder-alabaster:focus::-webkit-input-placeholder{
  color: var(--alabaster) !important;
}

.focus\:placeholder-alabaster:focus::-moz-placeholder{
  color: var(--alabaster) !important;
}

.focus\:placeholder-alabaster:focus:-ms-input-placeholder{
  color: var(--alabaster) !important;
}

.focus\:placeholder-alabaster:focus::-ms-input-placeholder{
  color: var(--alabaster) !important;
}

.focus\:placeholder-alabaster:focus::placeholder{
  color: var(--alabaster) !important;
}

.focus\:placeholder-gray:focus::-webkit-input-placeholder{
  color: var(--gray) !important;
}

.focus\:placeholder-gray:focus::-moz-placeholder{
  color: var(--gray) !important;
}

.focus\:placeholder-gray:focus:-ms-input-placeholder{
  color: var(--gray) !important;
}

.focus\:placeholder-gray:focus::-ms-input-placeholder{
  color: var(--gray) !important;
}

.focus\:placeholder-gray:focus::placeholder{
  color: var(--gray) !important;
}

.focus\:placeholder-concrete:focus::-webkit-input-placeholder{
  color: var(--concrete) !important;
}

.focus\:placeholder-concrete:focus::-moz-placeholder{
  color: var(--concrete) !important;
}

.focus\:placeholder-concrete:focus:-ms-input-placeholder{
  color: var(--concrete) !important;
}

.focus\:placeholder-concrete:focus::-ms-input-placeholder{
  color: var(--concrete) !important;
}

.focus\:placeholder-concrete:focus::placeholder{
  color: var(--concrete) !important;
}

.focus\:placeholder-silver:focus::-webkit-input-placeholder{
  color: var(--silver) !important;
}

.focus\:placeholder-silver:focus::-moz-placeholder{
  color: var(--silver) !important;
}

.focus\:placeholder-silver:focus:-ms-input-placeholder{
  color: var(--silver) !important;
}

.focus\:placeholder-silver:focus::-ms-input-placeholder{
  color: var(--silver) !important;
}

.focus\:placeholder-silver:focus::placeholder{
  color: var(--silver) !important;
}

.focus\:placeholder-gallery:focus::-webkit-input-placeholder{
  color: var(--gallery) !important;
}

.focus\:placeholder-gallery:focus::-moz-placeholder{
  color: var(--gallery) !important;
}

.focus\:placeholder-gallery:focus:-ms-input-placeholder{
  color: var(--gallery) !important;
}

.focus\:placeholder-gallery:focus::-ms-input-placeholder{
  color: var(--gallery) !important;
}

.focus\:placeholder-gallery:focus::placeholder{
  color: var(--gallery) !important;
}

.focus\:placeholder-alizarin:focus::-webkit-input-placeholder{
  color: var(--alizarin) !important;
}

.focus\:placeholder-alizarin:focus::-moz-placeholder{
  color: var(--alizarin) !important;
}

.focus\:placeholder-alizarin:focus:-ms-input-placeholder{
  color: var(--alizarin) !important;
}

.focus\:placeholder-alizarin:focus::-ms-input-placeholder{
  color: var(--alizarin) !important;
}

.focus\:placeholder-alizarin:focus::placeholder{
  color: var(--alizarin) !important;
}

.focus\:placeholder-sunset:focus::-webkit-input-placeholder{
  color: var(--sunset) !important;
}

.focus\:placeholder-sunset:focus::-moz-placeholder{
  color: var(--sunset) !important;
}

.focus\:placeholder-sunset:focus:-ms-input-placeholder{
  color: var(--sunset) !important;
}

.focus\:placeholder-sunset:focus::-ms-input-placeholder{
  color: var(--sunset) !important;
}

.focus\:placeholder-sunset:focus::placeholder{
  color: var(--sunset) !important;
}

.focus\:placeholder-curious-blue:focus::-webkit-input-placeholder{
  color: var(--curious-blue) !important;
}

.focus\:placeholder-curious-blue:focus::-moz-placeholder{
  color: var(--curious-blue) !important;
}

.focus\:placeholder-curious-blue:focus:-ms-input-placeholder{
  color: var(--curious-blue) !important;
}

.focus\:placeholder-curious-blue:focus::-ms-input-placeholder{
  color: var(--curious-blue) !important;
}

.focus\:placeholder-curious-blue:focus::placeholder{
  color: var(--curious-blue) !important;
}

.focus\:placeholder-mustard:focus::-webkit-input-placeholder{
  color: var(--mustard) !important;
}

.focus\:placeholder-mustard:focus::-moz-placeholder{
  color: var(--mustard) !important;
}

.focus\:placeholder-mustard:focus:-ms-input-placeholder{
  color: var(--mustard) !important;
}

.focus\:placeholder-mustard:focus::-ms-input-placeholder{
  color: var(--mustard) !important;
}

.focus\:placeholder-mustard:focus::placeholder{
  color: var(--mustard) !important;
}

.focus\:placeholder-alto:focus::-webkit-input-placeholder{
  color: var(--alto) !important;
}

.focus\:placeholder-alto:focus::-moz-placeholder{
  color: var(--alto) !important;
}

.focus\:placeholder-alto:focus:-ms-input-placeholder{
  color: var(--alto) !important;
}

.focus\:placeholder-alto:focus::-ms-input-placeholder{
  color: var(--alto) !important;
}

.focus\:placeholder-alto:focus::placeholder{
  color: var(--alto) !important;
}

.focus\:placeholder-catsk:focus::-webkit-input-placeholder{
  color: var(--catsk) !important;
}

.focus\:placeholder-catsk:focus::-moz-placeholder{
  color: var(--catsk) !important;
}

.focus\:placeholder-catsk:focus:-ms-input-placeholder{
  color: var(--catsk) !important;
}

.focus\:placeholder-catsk:focus::-ms-input-placeholder{
  color: var(--catsk) !important;
}

.focus\:placeholder-catsk:focus::placeholder{
  color: var(--catsk) !important;
}

.placeholder-opacity-0::-webkit-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

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

.placeholder-opacity-25::-webkit-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

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

.placeholder-opacity-50::-webkit-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

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

.placeholder-opacity-75::-webkit-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

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

.placeholder-opacity-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

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

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0 !important;
}

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

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

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

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

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

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

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

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

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

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

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

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

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

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

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

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
}

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

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

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

.pointer-events-none{
  pointer-events: none !important;
}

.pointer-events-auto{
  pointer-events: auto !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}

.inset-0{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-y-0{
  top: 0 !important;
  bottom: 0 !important;
}

.inset-x-0{
  right: 0 !important;
  left: 0 !important;
}

.inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.inset-x-auto{
  right: auto !important;
  left: auto !important;
}

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

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

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

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

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

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

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

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

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

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

.shadow-xs{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.hover\:shadow-xs:hover{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-sm:hover{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow:hover{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus\:shadow-xs:focus{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-sm:focus{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow:focus{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-lg:focus{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:shadow-2xl:focus{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-outline:focus{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fill-current{
  fill: currentColor !important;
}

.stroke-current{
  stroke: currentColor !important;
}

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

.stroke-1{
  stroke-width: 1 !important;
}

.stroke-2{
  stroke-width: 2 !important;
}

.table-auto{
  table-layout: auto !important;
}

.table-fixed{
  table-layout: fixed !important;
}

.text-left{
  text-align: left !important;
}

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

.text-right{
  text-align: right !important;
}

.text-justify{
  text-align: justify !important;
}

.text-black{
  color: var(--black) !important;
}

.text-white{
  color: var(--white) !important;
}

.text-blue{
  color: var(--blue) !important;
}

.text-apple{
  color: var(--apple) !important;
}

.text-don-juan{
  color: var(--don-juan) !important;
}

.text-alabaster{
  color: var(--alabaster) !important;
}

.text-gray{
  color: var(--gray) !important;
}

.text-concrete{
  color: var(--concrete) !important;
}

.text-silver{
  color: var(--silver) !important;
}

.text-gallery{
  color: var(--gallery) !important;
}

.text-alizarin{
  color: var(--alizarin) !important;
}

.text-sunset{
  color: var(--sunset) !important;
}

.text-curious-blue{
  color: var(--curious-blue) !important;
}

.text-mustard{
  color: var(--mustard) !important;
}

.text-alto{
  color: var(--alto) !important;
}

.text-catsk{
  color: var(--catsk) !important;
}

.hover\:text-black:hover{
  color: var(--black) !important;
}

.hover\:text-white:hover{
  color: var(--white) !important;
}

.hover\:text-blue:hover{
  color: var(--blue) !important;
}

.hover\:text-apple:hover{
  color: var(--apple) !important;
}

.hover\:text-don-juan:hover{
  color: var(--don-juan) !important;
}

.hover\:text-alabaster:hover{
  color: var(--alabaster) !important;
}

.hover\:text-gray:hover{
  color: var(--gray) !important;
}

.hover\:text-concrete:hover{
  color: var(--concrete) !important;
}

.hover\:text-silver:hover{
  color: var(--silver) !important;
}

.hover\:text-gallery:hover{
  color: var(--gallery) !important;
}

.hover\:text-alizarin:hover{
  color: var(--alizarin) !important;
}

.hover\:text-sunset:hover{
  color: var(--sunset) !important;
}

.hover\:text-curious-blue:hover{
  color: var(--curious-blue) !important;
}

.hover\:text-mustard:hover{
  color: var(--mustard) !important;
}

.hover\:text-alto:hover{
  color: var(--alto) !important;
}

.hover\:text-catsk:hover{
  color: var(--catsk) !important;
}

.focus\:text-black:focus{
  color: var(--black) !important;
}

.focus\:text-white:focus{
  color: var(--white) !important;
}

.focus\:text-blue:focus{
  color: var(--blue) !important;
}

.focus\:text-apple:focus{
  color: var(--apple) !important;
}

.focus\:text-don-juan:focus{
  color: var(--don-juan) !important;
}

.focus\:text-alabaster:focus{
  color: var(--alabaster) !important;
}

.focus\:text-gray:focus{
  color: var(--gray) !important;
}

.focus\:text-concrete:focus{
  color: var(--concrete) !important;
}

.focus\:text-silver:focus{
  color: var(--silver) !important;
}

.focus\:text-gallery:focus{
  color: var(--gallery) !important;
}

.focus\:text-alizarin:focus{
  color: var(--alizarin) !important;
}

.focus\:text-sunset:focus{
  color: var(--sunset) !important;
}

.focus\:text-curious-blue:focus{
  color: var(--curious-blue) !important;
}

.focus\:text-mustard:focus{
  color: var(--mustard) !important;
}

.focus\:text-alto:focus{
  color: var(--alto) !important;
}

.focus\:text-catsk:focus{
  color: var(--catsk) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.italic{
  font-style: italic !important;
}

.not-italic{
  font-style: normal !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.normal-case{
  text-transform: none !important;
}

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

.line-through{
  text-decoration: line-through !important;
}

.no-underline{
  text-decoration: none !important;
}

.hover\:underline:hover{
  text-decoration: underline !important;
}

.hover\:line-through:hover{
  text-decoration: line-through !important;
}

.hover\:no-underline:hover{
  text-decoration: none !important;
}

.focus\:underline:focus{
  text-decoration: underline !important;
}

.focus\:line-through:focus{
  text-decoration: line-through !important;
}

.focus\:no-underline:focus{
  text-decoration: none !important;
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.normal-nums{
  font-variant-numeric: normal !important;
}

.ordinal{
  --font-variant-numeric-ordinal: ordinal !important;
}

.slashed-zero{
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.lining-nums{
  --font-variant-numeric-figure: lining-nums !important;
}

.oldstyle-nums{
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.proportional-nums{
  --font-variant-numeric-spacing: proportional-nums !important;
}

.tabular-nums{
  --font-variant-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions{
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions{
  --font-variant-numeric-fraction: stacked-fractions !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0 !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

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

.align-top{
  vertical-align: top !important;
}

.align-middle{
  vertical-align: middle !important;
}

.align-bottom{
  vertical-align: bottom !important;
}

.align-text-top{
  vertical-align: text-top !important;
}

.align-text-bottom{
  vertical-align: text-bottom !important;
}

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-no-wrap{
  white-space: nowrap !important;
}

.whitespace-pre{
  white-space: pre !important;
}

.whitespace-pre-line{
  white-space: pre-line !important;
}

.whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.break-normal{
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

.truncate{
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0{
  width: 0px !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-7{
  width: 28px !important;
}

.w-8{
  width: 32px !important;
}

.w-9{
  width: 36px !important;
}

.w-10{
  width: 40px !important;
}

.w-11{
  width: 44px !important;
}

.w-12{
  width: 48px !important;
}

.w-13{
  width: 52px !important;
}

.w-14{
  width: 56px !important;
}

.w-15{
  width: 60px !important;
}

.w-16{
  width: 64px !important;
}

.w-17{
  width: 68px !important;
}

.w-18{
  width: 72px !important;
}

.w-19{
  width: 76px !important;
}

.w-20{
  width: 80px !important;
}

.w-21{
  width: 84px !important;
}

.w-22{
  width: 88px !important;
}

.w-23{
  width: 92px !important;
}

.w-24{
  width: 96px !important;
}

.w-25{
  width: 100px !important;
}

.w-26{
  width: 104px !important;
}

.w-27{
  width: 108px !important;
}

.w-28{
  width: 112px !important;
}

.w-29{
  width: 116px !important;
}

.w-30{
  width: 120px !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;
}

.w-fit{
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.z-0{
  z-index: 0 !important;
}

.z-10{
  z-index: 10 !important;
}

.z-20{
  z-index: 20 !important;
}

.z-30{
  z-index: 30 !important;
}

.z-40{
  z-index: 40 !important;
}

.z-50{
  z-index: 50 !important;
}

.z-auto{
  z-index: auto !important;
}

.gap-0{
  grid-gap: 0px !important;
  gap: 0px !important;
}

.gap-1{
  grid-gap: 4px !important;
  gap: 4px !important;
}

.gap-2{
  grid-gap: 8px !important;
  gap: 8px !important;
}

.gap-3{
  grid-gap: 12px !important;
  gap: 12px !important;
}

.gap-4{
  grid-gap: 16px !important;
  gap: 16px !important;
}

.gap-5{
  grid-gap: 20px !important;
  gap: 20px !important;
}

.gap-6{
  grid-gap: 24px !important;
  gap: 24px !important;
}

.gap-7{
  grid-gap: 28px !important;
  gap: 28px !important;
}

.gap-8{
  grid-gap: 32px !important;
  gap: 32px !important;
}

.gap-9{
  grid-gap: 36px !important;
  gap: 36px !important;
}

.gap-10{
  grid-gap: 40px !important;
  gap: 40px !important;
}

.gap-11{
  grid-gap: 44px !important;
  gap: 44px !important;
}

.gap-12{
  grid-gap: 48px !important;
  gap: 48px !important;
}

.gap-13{
  grid-gap: 52px !important;
  gap: 52px !important;
}

.gap-14{
  grid-gap: 56px !important;
  gap: 56px !important;
}

.gap-15{
  grid-gap: 60px !important;
  gap: 60px !important;
}

.gap-16{
  grid-gap: 64px !important;
  gap: 64px !important;
}

.gap-17{
  grid-gap: 68px !important;
  gap: 68px !important;
}

.gap-18{
  grid-gap: 72px !important;
  gap: 72px !important;
}

.gap-19{
  grid-gap: 76px !important;
  gap: 76px !important;
}

.gap-20{
  grid-gap: 80px !important;
  gap: 80px !important;
}

.gap-21{
  grid-gap: 84px !important;
  gap: 84px !important;
}

.gap-22{
  grid-gap: 88px !important;
  gap: 88px !important;
}

.gap-23{
  grid-gap: 92px !important;
  gap: 92px !important;
}

.gap-24{
  grid-gap: 96px !important;
  gap: 96px !important;
}

.gap-25{
  grid-gap: 100px !important;
  gap: 100px !important;
}

.gap-26{
  grid-gap: 104px !important;
  gap: 104px !important;
}

.gap-27{
  grid-gap: 108px !important;
  gap: 108px !important;
}

.gap-28{
  grid-gap: 112px !important;
  gap: 112px !important;
}

.gap-29{
  grid-gap: 116px !important;
  gap: 116px !important;
}

.gap-30{
  grid-gap: 120px !important;
  gap: 120px !important;
}

.gap-x-0{
  grid-column-gap: 0px !important;
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !important;
}

.gap-x-1{
  grid-column-gap: 4px !important;
  -webkit-column-gap: 4px !important;
     -moz-column-gap: 4px !important;
          column-gap: 4px !important;
}

.gap-x-2{
  grid-column-gap: 8px !important;
  -webkit-column-gap: 8px !important;
     -moz-column-gap: 8px !important;
          column-gap: 8px !important;
}

.gap-x-3{
  grid-column-gap: 12px !important;
  -webkit-column-gap: 12px !important;
     -moz-column-gap: 12px !important;
          column-gap: 12px !important;
}

.gap-x-4{
  grid-column-gap: 16px !important;
  -webkit-column-gap: 16px !important;
     -moz-column-gap: 16px !important;
          column-gap: 16px !important;
}

.gap-x-5{
  grid-column-gap: 20px !important;
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
}

.gap-x-6{
  grid-column-gap: 24px !important;
  -webkit-column-gap: 24px !important;
     -moz-column-gap: 24px !important;
          column-gap: 24px !important;
}

.gap-x-7{
  grid-column-gap: 28px !important;
  -webkit-column-gap: 28px !important;
     -moz-column-gap: 28px !important;
          column-gap: 28px !important;
}

.gap-x-8{
  grid-column-gap: 32px !important;
  -webkit-column-gap: 32px !important;
     -moz-column-gap: 32px !important;
          column-gap: 32px !important;
}

.gap-x-9{
  grid-column-gap: 36px !important;
  -webkit-column-gap: 36px !important;
     -moz-column-gap: 36px !important;
          column-gap: 36px !important;
}

.gap-x-10{
  grid-column-gap: 40px !important;
  -webkit-column-gap: 40px !important;
     -moz-column-gap: 40px !important;
          column-gap: 40px !important;
}

.gap-x-11{
  grid-column-gap: 44px !important;
  -webkit-column-gap: 44px !important;
     -moz-column-gap: 44px !important;
          column-gap: 44px !important;
}

.gap-x-12{
  grid-column-gap: 48px !important;
  -webkit-column-gap: 48px !important;
     -moz-column-gap: 48px !important;
          column-gap: 48px !important;
}

.gap-x-13{
  grid-column-gap: 52px !important;
  -webkit-column-gap: 52px !important;
     -moz-column-gap: 52px !important;
          column-gap: 52px !important;
}

.gap-x-14{
  grid-column-gap: 56px !important;
  -webkit-column-gap: 56px !important;
     -moz-column-gap: 56px !important;
          column-gap: 56px !important;
}

.gap-x-15{
  grid-column-gap: 60px !important;
  -webkit-column-gap: 60px !important;
     -moz-column-gap: 60px !important;
          column-gap: 60px !important;
}

.gap-x-16{
  grid-column-gap: 64px !important;
  -webkit-column-gap: 64px !important;
     -moz-column-gap: 64px !important;
          column-gap: 64px !important;
}

.gap-x-17{
  grid-column-gap: 68px !important;
  -webkit-column-gap: 68px !important;
     -moz-column-gap: 68px !important;
          column-gap: 68px !important;
}

.gap-x-18{
  grid-column-gap: 72px !important;
  -webkit-column-gap: 72px !important;
     -moz-column-gap: 72px !important;
          column-gap: 72px !important;
}

.gap-x-19{
  grid-column-gap: 76px !important;
  -webkit-column-gap: 76px !important;
     -moz-column-gap: 76px !important;
          column-gap: 76px !important;
}

.gap-x-20{
  grid-column-gap: 80px !important;
  -webkit-column-gap: 80px !important;
     -moz-column-gap: 80px !important;
          column-gap: 80px !important;
}

.gap-x-21{
  grid-column-gap: 84px !important;
  -webkit-column-gap: 84px !important;
     -moz-column-gap: 84px !important;
          column-gap: 84px !important;
}

.gap-x-22{
  grid-column-gap: 88px !important;
  -webkit-column-gap: 88px !important;
     -moz-column-gap: 88px !important;
          column-gap: 88px !important;
}

.gap-x-23{
  grid-column-gap: 92px !important;
  -webkit-column-gap: 92px !important;
     -moz-column-gap: 92px !important;
          column-gap: 92px !important;
}

.gap-x-24{
  grid-column-gap: 96px !important;
  -webkit-column-gap: 96px !important;
     -moz-column-gap: 96px !important;
          column-gap: 96px !important;
}

.gap-x-25{
  grid-column-gap: 100px !important;
  -webkit-column-gap: 100px !important;
     -moz-column-gap: 100px !important;
          column-gap: 100px !important;
}

.gap-x-26{
  grid-column-gap: 104px !important;
  -webkit-column-gap: 104px !important;
     -moz-column-gap: 104px !important;
          column-gap: 104px !important;
}

.gap-x-27{
  grid-column-gap: 108px !important;
  -webkit-column-gap: 108px !important;
     -moz-column-gap: 108px !important;
          column-gap: 108px !important;
}

.gap-x-28{
  grid-column-gap: 112px !important;
  -webkit-column-gap: 112px !important;
     -moz-column-gap: 112px !important;
          column-gap: 112px !important;
}

.gap-x-29{
  grid-column-gap: 116px !important;
  -webkit-column-gap: 116px !important;
     -moz-column-gap: 116px !important;
          column-gap: 116px !important;
}

.gap-x-30{
  grid-column-gap: 120px !important;
  -webkit-column-gap: 120px !important;
     -moz-column-gap: 120px !important;
          column-gap: 120px !important;
}

.gap-y-0{
  grid-row-gap: 0px !important;
  row-gap: 0px !important;
}

.gap-y-1{
  grid-row-gap: 4px !important;
  row-gap: 4px !important;
}

.gap-y-2{
  grid-row-gap: 8px !important;
  row-gap: 8px !important;
}

.gap-y-3{
  grid-row-gap: 12px !important;
  row-gap: 12px !important;
}

.gap-y-4{
  grid-row-gap: 16px !important;
  row-gap: 16px !important;
}

.gap-y-5{
  grid-row-gap: 20px !important;
  row-gap: 20px !important;
}

.gap-y-6{
  grid-row-gap: 24px !important;
  row-gap: 24px !important;
}

.gap-y-7{
  grid-row-gap: 28px !important;
  row-gap: 28px !important;
}

.gap-y-8{
  grid-row-gap: 32px !important;
  row-gap: 32px !important;
}

.gap-y-9{
  grid-row-gap: 36px !important;
  row-gap: 36px !important;
}

.gap-y-10{
  grid-row-gap: 40px !important;
  row-gap: 40px !important;
}

.gap-y-11{
  grid-row-gap: 44px !important;
  row-gap: 44px !important;
}

.gap-y-12{
  grid-row-gap: 48px !important;
  row-gap: 48px !important;
}

.gap-y-13{
  grid-row-gap: 52px !important;
  row-gap: 52px !important;
}

.gap-y-14{
  grid-row-gap: 56px !important;
  row-gap: 56px !important;
}

.gap-y-15{
  grid-row-gap: 60px !important;
  row-gap: 60px !important;
}

.gap-y-16{
  grid-row-gap: 64px !important;
  row-gap: 64px !important;
}

.gap-y-17{
  grid-row-gap: 68px !important;
  row-gap: 68px !important;
}

.gap-y-18{
  grid-row-gap: 72px !important;
  row-gap: 72px !important;
}

.gap-y-19{
  grid-row-gap: 76px !important;
  row-gap: 76px !important;
}

.gap-y-20{
  grid-row-gap: 80px !important;
  row-gap: 80px !important;
}

.gap-y-21{
  grid-row-gap: 84px !important;
  row-gap: 84px !important;
}

.gap-y-22{
  grid-row-gap: 88px !important;
  row-gap: 88px !important;
}

.gap-y-23{
  grid-row-gap: 92px !important;
  row-gap: 92px !important;
}

.gap-y-24{
  grid-row-gap: 96px !important;
  row-gap: 96px !important;
}

.gap-y-25{
  grid-row-gap: 100px !important;
  row-gap: 100px !important;
}

.gap-y-26{
  grid-row-gap: 104px !important;
  row-gap: 104px !important;
}

.gap-y-27{
  grid-row-gap: 108px !important;
  row-gap: 108px !important;
}

.gap-y-28{
  grid-row-gap: 112px !important;
  row-gap: 112px !important;
}

.gap-y-29{
  grid-row-gap: 116px !important;
  row-gap: 116px !important;
}

.gap-y-30{
  grid-row-gap: 120px !important;
  row-gap: 120px !important;
}

.grid-flow-row{
  grid-auto-flow: row !important;
}

.grid-flow-col{
  grid-auto-flow: column !important;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none{
  grid-template-columns: none !important;
}

.auto-cols-auto{
  grid-auto-columns: auto !important;
}

.auto-cols-min{
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max{
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !important;
}

.col-auto{
  grid-column: auto !important;
}

.col-span-1{
  grid-column: span 1 / span 1 !important;
}

.col-span-2{
  grid-column: span 2 / span 2 !important;
}

.col-span-3{
  grid-column: span 3 / span 3 !important;
}

.col-span-4{
  grid-column: span 4 / span 4 !important;
}

.col-span-5{
  grid-column: span 5 / span 5 !important;
}

.col-span-6{
  grid-column: span 6 / span 6 !important;
}

.col-span-7{
  grid-column: span 7 / span 7 !important;
}

.col-span-8{
  grid-column: span 8 / span 8 !important;
}

.col-span-9{
  grid-column: span 9 / span 9 !important;
}

.col-span-10{
  grid-column: span 10 / span 10 !important;
}

.col-span-11{
  grid-column: span 11 / span 11 !important;
}

.col-span-12{
  grid-column: span 12 / span 12 !important;
}

.col-span-full{
  grid-column: 1 / -1 !important;
}

.col-start-1{
  grid-column-start: 1 !important;
}

.col-start-2{
  grid-column-start: 2 !important;
}

.col-start-3{
  grid-column-start: 3 !important;
}

.col-start-4{
  grid-column-start: 4 !important;
}

.col-start-5{
  grid-column-start: 5 !important;
}

.col-start-6{
  grid-column-start: 6 !important;
}

.col-start-7{
  grid-column-start: 7 !important;
}

.col-start-8{
  grid-column-start: 8 !important;
}

.col-start-9{
  grid-column-start: 9 !important;
}

.col-start-10{
  grid-column-start: 10 !important;
}

.col-start-11{
  grid-column-start: 11 !important;
}

.col-start-12{
  grid-column-start: 12 !important;
}

.col-start-13{
  grid-column-start: 13 !important;
}

.col-start-auto{
  grid-column-start: auto !important;
}

.col-end-1{
  grid-column-end: 1 !important;
}

.col-end-2{
  grid-column-end: 2 !important;
}

.col-end-3{
  grid-column-end: 3 !important;
}

.col-end-4{
  grid-column-end: 4 !important;
}

.col-end-5{
  grid-column-end: 5 !important;
}

.col-end-6{
  grid-column-end: 6 !important;
}

.col-end-7{
  grid-column-end: 7 !important;
}

.col-end-8{
  grid-column-end: 8 !important;
}

.col-end-9{
  grid-column-end: 9 !important;
}

.col-end-10{
  grid-column-end: 10 !important;
}

.col-end-11{
  grid-column-end: 11 !important;
}

.col-end-12{
  grid-column-end: 12 !important;
}

.col-end-13{
  grid-column-end: 13 !important;
}

.col-end-auto{
  grid-column-end: auto !important;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none{
  grid-template-rows: none !important;
}

.auto-rows-auto{
  grid-auto-rows: auto !important;
}

.auto-rows-min{
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !important;
}

.row-auto{
  grid-row: auto !important;
}

.row-span-1{
  grid-row: span 1 / span 1 !important;
}

.row-span-2{
  grid-row: span 2 / span 2 !important;
}

.row-span-3{
  grid-row: span 3 / span 3 !important;
}

.row-span-4{
  grid-row: span 4 / span 4 !important;
}

.row-span-5{
  grid-row: span 5 / span 5 !important;
}

.row-span-6{
  grid-row: span 6 / span 6 !important;
}

.row-span-full{
  grid-row: 1 / -1 !important;
}

.row-start-1{
  grid-row-start: 1 !important;
}

.row-start-2{
  grid-row-start: 2 !important;
}

.row-start-3{
  grid-row-start: 3 !important;
}

.row-start-4{
  grid-row-start: 4 !important;
}

.row-start-5{
  grid-row-start: 5 !important;
}

.row-start-6{
  grid-row-start: 6 !important;
}

.row-start-7{
  grid-row-start: 7 !important;
}

.row-start-auto{
  grid-row-start: auto !important;
}

.row-end-1{
  grid-row-end: 1 !important;
}

.row-end-2{
  grid-row-end: 2 !important;
}

.row-end-3{
  grid-row-end: 3 !important;
}

.row-end-4{
  grid-row-end: 4 !important;
}

.row-end-5{
  grid-row-end: 5 !important;
}

.row-end-6{
  grid-row-end: 6 !important;
}

.row-end-7{
  grid-row-end: 7 !important;
}

.row-end-auto{
  grid-row-end: auto !important;
}
.transition-none{
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}

.transition-all{
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
}

.transition-colors{
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  -o-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity{
  -webkit-transition-property: opacity !important;
  -o-transition-property: opacity !important;
  transition-property: opacity !important;
}

.transition-shadow{
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  -o-transition-property: box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  -o-transition-property: transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
}

.ease-linear{
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease-in{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75{
  -webkit-transition-duration: 75ms !important;
       -o-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

.duration-100{
  -webkit-transition-duration: 100ms !important;
       -o-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.duration-150{
  -webkit-transition-duration: 150ms !important;
       -o-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.duration-200{
  -webkit-transition-duration: 200ms !important;
       -o-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.duration-300{
  -webkit-transition-duration: 300ms !important;
       -o-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.duration-500{
  -webkit-transition-duration: 500ms !important;
       -o-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.duration-700{
  -webkit-transition-duration: 700ms !important;
       -o-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.duration-1000{
  -webkit-transition-duration: 1000ms !important;
       -o-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

.delay-75{
  -webkit-transition-delay: 75ms !important;
       -o-transition-delay: 75ms !important;
          transition-delay: 75ms !important;
}

.delay-100{
  -webkit-transition-delay: 100ms !important;
       -o-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.delay-150{
  -webkit-transition-delay: 150ms !important;
       -o-transition-delay: 150ms !important;
          transition-delay: 150ms !important;
}

.delay-200{
  -webkit-transition-delay: 200ms !important;
       -o-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.delay-300{
  -webkit-transition-delay: 300ms !important;
       -o-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.delay-500{
  -webkit-transition-delay: 500ms !important;
       -o-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.delay-700{
  -webkit-transition-delay: 700ms !important;
       -o-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.delay-1000{
  -webkit-transition-delay: 1000ms !important;
       -o-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  -webkit-animation: none !important;
          animation: none !important;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce{
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */

@font-face {
  font-family: 'swiper-icons';

  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! nouislider - 14.6.2 - 9/16/2020 */

.noUi-target,.noUi-target *{
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-user-select:none;
  -ms-touch-action:none;
  touch-action:none;
  -ms-user-select:none;
  -moz-user-select:none;
  user-select:none;
  -webkit-box-sizing:border-box;
          box-sizing:border-box
}

.noUi-target{
  position:relative
}

.noUi-base,.noUi-connects{
  width:100%;
  height:100%;
  position:relative;
  z-index:1
}

.noUi-connects{
  overflow:hidden;
  z-index:0
}

.noUi-connect,.noUi-origin{
  will-change:transform;
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  -ms-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -webkit-transform-style:preserve-3d;
  transform-origin:0 0;
  -webkit-transform-style:flat;
          transform-style:flat
}

.noUi-connect{
  height:100%;
  width:100%
}

.noUi-origin{
  height:10%;
  width:10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{
  left:0;
  right:auto
}

.noUi-vertical .noUi-origin{
  width:0
}

.noUi-horizontal .noUi-origin{
  height:0
}

.noUi-handle{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  position:absolute
}

.noUi-touch-area{
  height:100%;
  width:100%
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{
  -webkit-transition:transform .3s;
  -webkit-transition:-webkit-transform .3s;
  transition:-webkit-transform .3s;
  -o-transition:transform .3s;
  transition:transform .3s;
  transition:transform .3s, -webkit-transform .3s
}

.noUi-state-drag *{
  cursor:inherit!important
}

.noUi-horizontal{
  height:18px
}

.noUi-horizontal .noUi-handle{
  width:34px;
  height:28px;
  right:-17px;
  top:-6px
}

.noUi-vertical{
  width:18px
}

.noUi-vertical .noUi-handle{
  width:28px;
  height:34px;
  right:-6px;
  top:-17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{
  left:-17px;
  right:auto
}

.noUi-target{
  background:#FAFAFA;
  border-radius:4px;
  border:1px solid #D3D3D3;
  -webkit-box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
          box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB
}

.noUi-connects{
  border-radius:3px
}

.noUi-connect{
  background:#3FB8AF
}

.noUi-draggable{
  cursor:ew-resize
}

.noUi-vertical .noUi-draggable{
  cursor:ns-resize
}

.noUi-handle{
  border:1px solid #D9D9D9;
  border-radius:3px;
  background:#FFF;
  cursor:default;
  -webkit-box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
          box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB
}

.noUi-active{
  -webkit-box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
          box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}

.noUi-handle:after,.noUi-handle:before{
  content:"";
  display:block;
  position:absolute;
  height:14px;
  width:1px;
  background:#E8E7E6;
  left:14px;
  top:6px
}

.noUi-handle:after{
  left:17px
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{
  width:14px;
  height:1px;
  left:6px;
  top:14px
}

.noUi-vertical .noUi-handle:after{
  top:17px
}

[disabled] .noUi-connect{
  background:#B8B8B8
}

[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{
  cursor:not-allowed
}

.noUi-pips,.noUi-pips *{
  -webkit-box-sizing:border-box;
          box-sizing:border-box
}

.noUi-pips{
  position:absolute;
  color:#999
}

.noUi-value{
  position:absolute;
  white-space:nowrap;
  text-align:center
}

.noUi-value-sub{
  color:#ccc;
  font-size:10px
}

.noUi-marker{
  position:absolute;
  background:#CCC
}

.noUi-marker-sub{
  background:#AAA
}

.noUi-marker-large{
  background:#AAA
}

.noUi-pips-horizontal{
  padding:10px 0;
  height:80px;
  top:100%;
  left:0;
  width:100%
}

.noUi-value-horizontal{
  -webkit-transform:translate(-50%,50%);
  -ms-transform:translate(-50%,50%);
      transform:translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal{
  -webkit-transform:translate(50%,50%);
  -ms-transform:translate(50%,50%);
      transform:translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker{
  margin-left:-1px;
  width:2px;
  height:5px
}

.noUi-marker-horizontal.noUi-marker-sub{
  height:10px
}

.noUi-marker-horizontal.noUi-marker-large{
  height:15px
}

.noUi-pips-vertical{
  padding:0 10px;
  height:100%;
  top:0;
  left:100%
}

.noUi-value-vertical{
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
      transform:translate(0,-50%);
  padding-left:25px
}

.noUi-rtl .noUi-value-vertical{
  -webkit-transform:translate(0,50%);
  -ms-transform:translate(0,50%);
      transform:translate(0,50%)
}

.noUi-marker-vertical.noUi-marker{
  width:5px;
  height:2px;
  margin-top:-1px
}

.noUi-marker-vertical.noUi-marker-sub{
  width:10px
}

.noUi-marker-vertical.noUi-marker-large{
  width:15px
}

.noUi-tooltip{
  display:block;
  position:absolute;
  border:1px solid #D9D9D9;
  border-radius:3px;
  background:#fff;
  color:#000;
  padding:5px;
  text-align:center;
  white-space:nowrap
}

.noUi-horizontal .noUi-tooltip{
  -webkit-transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
      transform:translate(-50%,0);
  left:50%;
  bottom:120%
}

.noUi-vertical .noUi-tooltip{
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
      transform:translate(0,-50%);
  top:50%;
  right:120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip{
  -webkit-transform:translate(50%,0);
  -ms-transform:translate(50%,0);
      transform:translate(50%,0);
  left:auto;
  bottom:10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip{
  -webkit-transform:translate(0,-18px);
  -ms-transform:translate(0,-18px);
      transform:translate(0,-18px);
  top:auto;
  right:28px
}

:root{
  --apple: #62B52F;
  --don-juan: #595454;
  --gray: #EEEEEE;
  --concrete:#F3F3F3;
  --silver: #A3A3A3;
  --gallery: #EAEAEA;
  --alizarin: #DE2727;
  --blue: #1771F1;
  --curious-blue: #3B97DA;
  --alabaster: #F9F9F9;
  --black: #332E2E;
  --white: #fff;
  --sunset: #FF543E;
  --mustard: #FFDD55;
  --alto:#CFCFCF;
  --catsk:#EAF0F4
}

body{
  font-family:'Roboto Condensed', sans-serif;
  font-weight:400
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline
}

a{
  text-decoration:none
}

a:active,a:hover{
  outline:0
}

ul,li{
  list-style-type:none;
  margin:0;
  padding:0
}

h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal
}

html{
  -webkit-box-sizing:border-box;
          box-sizing:border-box
}

*,*:before,*:after{
  -webkit-box-sizing:border-box;
          box-sizing:border-box
}

:focus{
  outline:0
}

img,audio,video{
  max-width:100%;
  height:auto
}

audio,canvas,iframe,video,img,svg{
  vertical-align:middle
}

iframe{
  border:0
}

textarea{
  resize:none;
  overflow:auto;
  vertical-align:top;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none
}

input,textarea,select,button{
  outline:none;
  border:none;
  font-size:100%;
  margin:0
}

button,input{
  line-height:normal
}

table{
  border-collapse:collapse;
  border-spacing:0
}

td,th{
  padding:0;
  text-align:left
}

.aside-panel{
  --panel-width: 78px;
  position: -webkit-sticky;
  position: sticky;
  display: none;
  z-index: 60;
  position:sticky;
  top:0;
  min-width:var(--panel-width);
  max-width:var(--panel-width);
  min-height:100vh
}

@media (min-width: 1024px){
  .aside-panel{
    display: block
  }
}

.aside-panel__list{
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 60
}

.aside-panel__item{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display:flex;
}

.aside-panel__item img{
  width:38px;
  height:38px;
}

.aside-panel__item div a{
  display:block !important;
  /* padding-left:20px; */
}

/* .aside-panel__item div img{
  display:none !important;
} */

.aside-panel__item a{
  /* display:none; */
}

.aside-panel__item:hover .aside-submenu{
  display: block
}

.aside-submenu__item {
  display:flex;
  align-items:center;
  width:100%;
}

.aside-submenu__item span {
  width:100%;
}

.aside-panel__bg{
  display: none;
  position: fixed;
  top: 0;
  z-index: 50;
  left:var(--panel-width);
  width:calc(100vw - var(--panel-width));
  height:100vh;
  background:#332E2E;
  opacity:0.2
}

.aside-panel__bg_active{
  display: block
}

.aside-submenu{
  display: none;
  position: fixed;
  top: 0;
  z-index: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: var(--white);
  width:100vw;
  max-width:830px;
  left:var(--panel-width);
  border:1px solid #F3F3F3
}

.aside-submenu__title{
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px
}

.aside-submenu__img{
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px
}

.aside-submenu__grid{
  display: grid;
  grid-template-columns:1fr 1fr;
  -webkit-column-gap:46px;
  -moz-column-gap:46px;
  column-gap:46px;
  row-gap:20px;
  /* overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
  scrollbar-width: thin;  */
}

.blog-card__img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height:210px
}

.blog-card__content{
  padding-top: 12px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: var(--white)
}

.blog-card__title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing:0.02em
}

.blog-card__caption{
  margin-bottom: 20px
}

.breadcrumbs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 32px;
}
.breadcrumbsNew{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 32px;
}

@media (max-width: 1024px){
  .breadcrumbsNew{
    white-space: nowrap;
	  overflow: hidden!important;
    align-items: flex-end;
  }
}

.breadcrumbs__item{
  color: var(--silver);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.breadcrumbs__item:not(:last-child){
  margin-right: 12px
}

.breadcrumbs__link{
  color: var(--blue)
}

.breadcrumbs__link::after{
  margin-left: 8px;
  content:url("/upload/img/breadcrumbs-icon.svg")
}

.btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  background-color: var(--blue);
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue);
  white-space: nowrap;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor:pointer;
  outline:none;
}

.btn:hover img {
  filter:invert(80%) sepia(89%) saturate(398%) hue-rotate(391deg) brightness(513%) contrast(92%);
}

.btn:hover path {
  fill:var(--mustard);
}

.btn:active,.btn:focus {
  outline:none !important;
  color:var(--mustard);
}

.btn_rounded{
  border-radius: 1.5rem
}

.btn-semi{
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem
}

.btn_white{
  color: var(--blue);
  background-color: var(--white)
}

.btn_small{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px
}

.btn_ex-small{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px
}

.btn_fit {
  max-width:fit-content !important;
  max-width:-moz-fit-available !important;
}

@media (min-width: 320px){
  .btn_ex-small{
    padding-left: 8px;
    padding-right: 8px
  }
}

.btn_white-blue{
  background-color: var(--white);
  color: var(--blue);
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue);
  border-width:2px
}

.btn_white-blue:hover {
  color: var(--mustard);
  background-color: var(--blue);
}

@media (min-width: 320px){
  .btn span{
    font-size:14px
  }
}

@media (min-width: 320px){
  .btn_sm-size{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width:93px;
    max-height:19px;
    margin-bottom:5px
  }
}

@media (min-width: 720px){
  .btn_sm-size{
    max-width:123px;
    max-height:30px;
    margin-bottom:0px
  }
}

.btn_basket span::before{
  content:url("/upload/img/delivery-info-btn-img.svg")
}

.btn_basket span::before{
  margin-right: 4px
}

@media (min-width: 720px){
  .btn_basket span{
    font-size:16px
  }
}

.btn_info span{
  margin-left: 4px
}

.btn_main{
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem
}

.btn:hover {
  color:var(--mustard);
}

.btn svg {
  overflow: visible;
}

.btn_promo{
  margin-left: 16px;
  height:46px
}

.header-search__btn {
  vertical-align: middle;
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .btn{
      max-width:123px
    }
  }
}

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 520;
  transition: .3s all;
}

.modal {
  display:flex;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
  height:100%;
  position:absolute;
  left:0px;
  z-index: 530; /* Должен быть выше чем у подложки*/
  box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s all;
  overflow:hidden;
}

.modal.active,
.overlay.active{
  opacity: 1;
  visibility: visible;
  overflow-y:scroll;
}
.modal.active {
  display:flex;
  height:100%;
}

.modal__cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #444;
  cursor: pointer;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 400;
  top: 42px;
  left:0;
}

.dropdown-content-mob {
  display: none;
  top: 90px;
  width:100%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.s1mp {
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray);
  background-color: var(--white)
}

.card{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray);
  background-color: var(--white)
}

.card_rounded_tr-bl{
  border-top-right-radius:12px;
  border-bottom-left-radius:12px
}

.catalog-box {
  display:flex;
  width:100%;
}

.catalog-main-section{
  width: 100%;
  justify-content: center;
  /* display: grid; */
}

.catalog{
  display: grid;
  gap:20px;
}

@media (max-width: 719px) {
.catalog {
    max-width: 100%;
    display: flex;
    flex-flow: column;
    align-items:center;
  }
}

@media (min-width: 719px) {
.catalog {
    max-width: 100%;
  }
}

@media (min-width: 720px){
  .catalog{
    grid-template-columns:282px minmax(0, 1fr)
  }
}

.filter-box {
  height:100% !important;
  width:100% !important;
}

.sticky {
	position: fixed;
	padding-top:10px !important;
  z-index: 59;
  width:100% !important;
}
.stop {
  position: relative;
  z-index: 59;
}

.catalog__filter{
  max-width:282px;
}

@media screen and (max-width:720px) {
.filter-scroll {
  max-height:100vh;
  scrollbar-width: thin;
  scrollbar-color: #1771F1 var(--gray);
  }
  .side-panel {
    height:100%;
  }
  .filter {
    height:100% !important;
  }
}

/* @media screen and (max-width:720px) {
  .filter-scroll {
    overflow-y: scroll;
  }
}


.filter-scroll::-webkit-scrollbar-thumb {
  background-color: var(--blue);
}


.filter-scroll:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

.filter-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
} */

@media (max-width: 720px) {
  .catalog__filter {
    max-width: 100%;
    width:100%;
    max-height:100%;
  }
}
.main__goods-space{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main__goods-grid{
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .main__goods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
  }
}

@media (max-width: 719px) {
  .main__goods-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

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

@media (min-width: 1280px){
  .main__goods-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media (min-width: 1600px){
  .main__goods-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}




.catalog__goods-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap:30px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .catalog__goods-grid {
    justify-items: center;
  }
}

@media (min-width: 1024px){
  .catalog__goods-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 1280px){
  .catalog__goods-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 1600px){
  .catalog__goods-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:14px;
  }
}

@media (min-width: 1920px){
  .catalog__goods-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap:14px;
  }
}


.load-more-container div {
  
}
.load-more-container div:after {
}
.load-more-container div a {
display:none;
}
@media(min-width:1920px){
.load-more-container div a:nth-child(-n+10) {
  display:flex;
}
}

@media(min-width:1600px){
  .load-more-container div a:nth-child(-n+8) {
    display:flex;
  }
}

@media(min-width:1280px) {
  @media screen and (max-width:1599px){
  .load-more-container div a:nth-child(-n+9) {
    display:flex;
  }
}
}

@media(min-width:320px){
  @media screen and (max-width:1279px){
  .load-more-container div a:nth-child(-n+8) {
    display:flex;
  }
}
}


.load-more-container .load-more-btn {
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
}

.load-more-btn::after{
  display: block;
  position: absolute;
  left: 0;
  content:'';
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
  top:50%;
  width:100%;
  height:1px;
  background:#CFCFCF;
  z-index:1
}
.load-more-container .load-more-btn .loaded {
  display: none;
}
.load-more-container #load-more {
  display: none;
}

.load-more-container #load-more:checked ~ div a{
  display:flex;
}
.load-more-container #load-more:checked ~ .load-more-btn .loaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--blue);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--alabaster);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 2;
  width: -moz-fit-content;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-color: var(--alto);
  border-radius: 1.5em;
  border-style:solid;
}
.load-more-container #load-more:checked ~ .load-more-btn .loaded img {
  transform: rotate(180deg);
}
.load-more-container #load-more:checked ~ .load-more-btn .unloaded {
  display: none;
}
.unloaded {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--blue);
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--alabaster);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 2;
    width: -moz-fit-content;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-color: var(--alto);
    border-radius: 1.5em;
    border-style:solid;
}

.catalog__sections-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap:30px;
  width:100%;
}

@media (max-width: 1023px) {
  .catalog__sections-grid {
    justify-items: center;
  }
}

@media (min-width: 1024px){
  .catalog__sections-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 1280px){
  .catalog__sections-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 1600px){
  .catalog__sections-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:14px;
  }
}

.catalog__sections-show-more{
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

.catalog__sections-show-more::after{
  display: block;
  position: absolute;
  left: 0;
  content:'';
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
  top:50%;
  width:100%;
  height:1px;
  background:#CFCFCF;
  z-index:1
}

.catalog__sections-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--blue);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--alabaster);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index:2
}

.sections-card{
  padding: 12px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width:282px;
  width: 100%;
  }
  @media (min-width: 320px){
    @media screen and (max-width: 719px){
      .sections-card{
        max-width:448px;
      }
    }
  }
  
  @media (min-width: 720px){
    @media screen and (max-width: 1023px){
      .sections-card{
        max-width:330px;
      }
  
    }
  }
  
  @media (min-width: 1024px){
    @media screen and (max-width: 1279px){
      .sections-card{
        max-width:280px;
      }
    }
  }
  
  @media (min-width: 1280px){
    @media screen and (max-width: 1600px){
      .sections-card{
        max-width:266px;
      }
    }
  }
  
  @media (min-width: 320px){
    @media screen and (max-width: 719px){
      .sections-card{
        max-width:448px;
      }
    }
  }
  
.sections-card__img{
  -o-object-fit: cover;
     object-fit: cover;
  height:120px
}

.sections-card__title{
  font-size: 18px;
  color: var(--don-juan);
  margin-top: 12px
}

.catalog-pages{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px
}

.pages-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--don-juan)
}

.page-list-item{
  margin-right: 12px
}

.page-list-item_active{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: var(--blue);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width:24px;
  height:24px
}

.catalog-features{
  margin-left:18px
}

.catalog-feature-list{
  list-style-type:disc;
  color:blue
}

.catalog-feature-list p{
  color:#000000
}

.filter{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.filter-range{
  width: 100%;
  margin-bottom: 8px
}

.filter-range__input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width:104px
}

.filter-range__inputs-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px
}

.filter-range .noUi-horizontal{
  height:2px
}

.filter-range .noUi-horizontal .noUi-handle{
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  border-color: var(--blue);
  background-color: var(--white);
  -webkit-box-shadow: none;
          box-shadow: none;
  right:-9px;
  top:-5px
}

.filter-range .noUi-horizontal .noUi-handle::before,.filter-range .noUi-horizontal .noUi-handle::after{
  content:none
}

.filter-range .noUi-target{
  background-color: var(--silver);
  border-style: none;
  -webkit-box-shadow: none;
          box-shadow: none
}

.filter-range .noUi-connect{
  background-color: var(--blue)
}

.filter__field{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.filter__field_active .filter__field-title {
  color:var(--blue);
}

.filter__field_active,.filter__field:not(:last-child){
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--gallery)
}

.filter__field_active .filter__field-panel,.filter__field:not(:last-child) .filter__field-panel{
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--gallery)
}

.filter__field_active .filter__field-body{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.filter__field_active .filter__field-button{
  -webkit-transform:rotate(360deg);
      -ms-transform:rotate(360deg);
          transform:rotate(360deg)
}

.filter__field-title{
  font-size: 14px;
  cursor:pointer;
  font-weight:400;
}

.filter__field-panel,.filter__field-body{
  font-weight: 300;
  padding: 12px;
  font-size:14px;
}

.filter__field-panel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.filter__field-button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: rotate(180deg);
}

.filter__field-button::before{
  content:url("/upload/img/arrow-up.svg")
}

.filter__field-body{
  display: none
}

.custom-checkbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer
}

.comparison-checkbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer
}

.custom-checkbox__checkbox{
  position:absolute;
  clip:rect(0 0 0 0);
  width:1px;
  height:1px;
  margin:-1px
}

.comparison-checkbox__checkbox{
  position:absolute;
  clip:rect(0 0 0 0);
  width:1px;
  height:1px;
  margin:-1px
}

.custom-checkbox__checkbox:checked ~ .custom-checkbox__mark::after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  content:url("/upload/img/checkbox-icon_active.svg")
}

.comparison-checkbox__checkbox:checked ~ .comparison-checkbox__mark::after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  content:url("/upload/img/bar-chart-active.svg")
}

.comparison-checkbox__checkbox:checked ~ .comparison {
  color:var(--blue);
}

.custom-checkbox__label{
  margin-top:2px;
  margin-left:4px
}

.custom-checkbox__mark{
  width:22px;
  height:22px;
  position:relative
}

.custom-checkbox__mark::before{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  content:url("/upload/img/checkbox-icon_inactive.svg")
}

.comparison-checkbox__mark::before{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  content:url("/upload/img/bar-chart.svg")
}

.shop-label_compare:hover .comparison-checkbox__mark::before {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  content:url("/upload/img/bar-chart-active.svg");
}

.footer{
  background-color: var(--black);
  color: var(--white);
  padding-top: 56px;
  padding-bottom: 28px
}

.footer__body{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media (min-width: 480px){
  .footer__body{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
  }
}

.footer__nav{
  display: none;
  color: var(--silver);
  grid-auto-flow:column;
  gap:45px
}

@media (min-width: 1280px){
  .footer__nav{
    display: grid
  }
}

@media (min-width: 1400px){
  .footer__nav{
    gap:75px
  }
}

.footer__bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--silver);
  margin-top: 28px
}

.header{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px
}

.header-wrapper{
  display: grid;
  grid-template-columns:auto auto auto;
  gap:20px
}

@media (min-width: 1600px){
  .header-wrapper{
    grid-template-columns:auto 58% auto;
    gap:30px
  }
}

.header__logo-img{
  max-height:45px
}

@media (min-width: 1600px){
  .header__logo-img{
    max-height:58px
  }
}

.header__cell{
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-rows:1fr 1fr
}

.header-city{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          /* align-items: center; */
  padding-bottom: 4px;
  position: relative;
}


.header-select {
  background-color:var(--alabaster);
}

.header-nav{
  margin-left: 56px;
  margin-right: 56px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}

@media screen and (max-width: 1600px){
  .header-nav{
    margin-left: 24px;
    margin-right: 24px
  }
}

@media (min-width: 1400px){
  .header-nav{
    display: block
  }
}

.header__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  flex-direction:row;
}
@media (max-width: 1400px){
  .header__list{
    flex-direction:column;
  }
}

.header-nav li:first-child    {
  display:none;
}

.header-tools{
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow:column;
  gap:10px
}

@media (min-width: 1600px){
  .header-tools{
    gap:16px
  }
}

.header-mobile-search {
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-width: 1px;
border-color: var(--gallery);
background-color: var(--concrete);
height: 52px;
padding-left: 16px;
padding-right: 16px;
border-radius:60px
}
.header-mobile-search__input{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--apple);
  background-color: var(--concrete);
  border-style: none;
  height:100%;
}

.header-mobile-search__input::-webkit-input-placeholder{
  color: var(--apple)
}

.header-mobile-search__input::-moz-placeholder{
  color: var(--apple)
}

.header-mobile-search__input:-ms-input-placeholder{
  color: var(--apple)
}

.header-mobile-search__input::-ms-input-placeholder{
  color: var(--apple)
}

.header-mobile-search__input::placeholder{
  color: var(--apple)
}

.header-search{
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-color: var(--gallery);
  background-color: var(--concrete);
  height: 52px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius:60px
}

.header-search__input{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--apple);
  background-color: var(--concrete);
  border-style: none
}

.header-search__input::-webkit-input-placeholder{
  color: var(--apple)
}

.header-search__input::-moz-placeholder{
  color: var(--apple)
}

.header-search__input:-ms-input-placeholder{
  color: var(--apple)
}

.header-search__input::-ms-input-placeholder{
  color: var(--apple)
}

.header-search__input::placeholder{
  color: var(--apple)
}

@media (min-width: 720px){
  .header-search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.header-basket{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.header-basket__body{
  position: relative
}

.header-basket__price{
  margin-left: 12px;
  font-weight: 700;
  display: none
}

@media (min-width: 480px){
  .header-basket__price{
    display: block
  }
}

@media (min-width: 1600px){
  .header-basket__price{
    font-size: 18px
  }
}

.header-basket__counter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--alizarin);
  border-radius: 9999px;
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform:translate(-40%, -50%);
      -ms-transform:translate(-40%, -50%);
          transform:translate(-40%, -50%);
  width:20px;
  height:20px
}

.header-basket__counter::after{
  font-size: 14px;
  color: var(--white);
  content:attr(data-count)
}

.wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wrapper-page{
  background-color: var(--alabaster);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1
}

.wrapper-content{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom:100px
}

.input-counter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--gallery);
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
  height:30px
}

.input-counter__control{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width:22px;
  margin:0 1px
}

.input-counter__input{
  background-color: var(--concrete);
  padding-left: 8px;
  padding-right: 8px;
  width:48px
}

.input{
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--don-juan)
}

.input_concrete{
  background-color: var(--concrete)
}

.input_rounded{
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery)
}

.input_rounded_tr-bl{
  border-top-right-radius:12px;
  border-bottom-left-radius:12px
}

@media (min-width: 1400px){
  .main-banner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
  }
}

@media (min-width: 480px) {
  .main-banner-container {
      max-width: 444px;
  }
  }

@media (min-width: 720px) {
  .main-banner-container {
      max-width: 720px;
  }
  }

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

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

@media (min-width: 1400px) {
.main-banner-container {
    max-width: 100%;
}
}

@media (max-width: 1400px){
  .main-banner-container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;  
  }
}

.main-banner-side-block{
  margin-left: 24px;
  margin-top: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  gap:26px;
  grid-template-columns: auto;
}

@media (min-width: 1400px){
  .main-banner-side-block{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width:440px;
    max-height:100%;
    /* width:100%; */
    height:auto;
    display: grid;
  grid-template-columns: auto;
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 1399px){
    .main-banner-side-block{
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 0px;
      margin-right: 0px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top:26px;
      grid-auto-flow: column;
    }
  }
}

@media (min-width: 1920px){
  .main-banner-container{
    justify-content:center;
  }
}

.main-banner-side-box{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width:440px;
  max-height:100%;
  width:100%;
  height:100%;
  overflow:hidden;
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
  .main-banner-side-box{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* max-width:210px;
    max-height:121px; */
  }
  }
}


@media (min-width: 720px){
  /* .main-banner-side-box{
    max-width:329px;
    max-height:188px 
  }*/
}

@media (min-width: 720px){
  @media screen and (max-width: 1399px){
    .main-banner-side-box{
      max-width:562px;
      max-height:314px;
      width:100%;
      height:100%;
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1399px){
    .main-banner-side-box{
      max-width:562px;
      max-height:316px;
      width:100%;
      height:100%;
    }
  }
}

@media (min-width: 1400px){
  .main-banner-side-box{
    max-width:440px;
    max-height:100%;
    width:100%;
  }
}

@media (min-width: 1600px){
  .main-banner-side-box{
    max-width:440px;
    max-height:260px;
    height:100%;
    width:100%;
  }
}

.side-img {
  max-width:440px;
  width:100%;
  max-height:260px;
  height:100%;
}

@media (min-width: 480px){
  @media screen and (max-width: 1400px){
    .side-img{
      max-width:562px;
      max-height:316px;

    }
  }
}

.main-banner-side-box_first{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-image:url("/upload/img/main-banner-side-block-img-1.png"); */
  background-position:center
}

.main-banner-side-box_second{
  /* margin-top: 26px; */
}

@media (min-width: 480px){
  @media screen and (max-width: 719px){
    .main-banner-side-box_second{
      /* margin-top: 26px; */
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1279px){
    .main-banner-side-box_second{
      /* margin-left: 30px; */
    }
  }
}

@media (min-width: 1400px){
  .swiper-container{
    max-width:1374px;
    max-height:546px
  }
}

.main-banner-side-info{
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1400px){
  .main-banner-side-info{
    font-size:32px;
    max-width:225px
  }
}

@media (min-width: 1024px){
  .main-banner-side-info span{
    font-size:56px
  }
}

@media (min-width: 320px){
  .main-banner-side-info span{
    font-size:32px
  }
}

.main-banner-side-info p{
  @media (min-width: 320px){
  }
}

@media (min-width: 720px){
  .main-banner-side-info p{
    font-size:20px;
    width:150px
  }
}

@media (min-width: 1024px){
  .main-banner-side-info p{
    font-size:32px;
    width:200px
  }
}

.main-banner-side-info-box{
  margin-left: 28px;
  padding-top: 24px;
  padding-bottom: 24px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .main-banner-side-info-box{
      margin-left: 12px
    }
  }
}

.banner-side-img{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:252px
}

@media (min-width: 320px){
  .banner-side-img{
    max-height:100px;
    max-width:100px
  }
}

@media (min-width: 720px){
  .banner-side-img{
    max-width:155px;
    max-height:177px
  }
}

@media (min-width: 1024px){
  .banner-side-img{
    max-width:250px;
    max-height:250px
  }
}

.banner-side-img-2{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:100%;
  @media (min-width: 320px){
  }
  @media (min-width: 720px){
  }
}

@media (min-width: 1024px){
  .banner-side-img-2{
    max-height:250px
  }
}

.shop-features-wrapper{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: grid;
  padding-top: 80px;
  padding-bottom: 56px;
  width:100%;
  gap:30px;
  justify-items:center;
}

@media (min-width: 1024px){
  .shop-features-wrapper{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap:30px;
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .shop-features-wrapper{
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:30px
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-features-wrapper{
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:30px
    }
  }
}

.feature-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  position: relative;
  color: var(--white);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  max-width:282px;
  max-height: 78px;
  width:100%;
}

/* @media (min-width: 1280px){
  .feature-container{
    max-width:282px;
    max-height:78px;
    width:282px
  }
} */

/* @media (min-width: 1280px){
  @media screen and (max-width: 1599px){
    .feature-container{
      max-width:210px;
      max-height:73px
    }
  }
} */

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .feature-container{
      /* max-width:180px; */
      max-height:91px;
      width:100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023){
    .feature-container{
      max-width:210px;
      max-height:73px
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .feature-container{
      max-width:210px;
      max-height:72px;
      height:72px;
    }
  }
}

.feature-container_blue{
  background-image:url("/upload/img/feature-1-bg.svg")
}

.feature-container_pink{
  background-image:url("/upload/img/feature-2-bg.svg")
}

.feature-container_purple{
  background-image:url("/upload/img/feature-3-bg.svg")
}

.feature-container_green{
  background-image:url("/upload/img/feature-4-bg.svg")
}

.feature-img{
  top:-39px;
  left:-35px;
  z-index:10;
  margin-top:-50px;
  max-width:91px
}

@media (min-width: 320px){
  .feature-img{
    max-width:47px;
    max-height:47px;
    margin-top:0px
  }
}

/* @media (min-width: 1024px){
  .feature-img{
    max-width:63px;
    max-height:63px;
    margin-top:0px
  }
} */

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .feature-img{
      max-width:47px;
      max-height:47px;
      margin-top:0px;
    }
  }
}

@media (min-width: 1280px){
    .feature-img{
      max-width:64px;
      max-height:64px;
      width:91px;
      height:91px;
      margin-top:0px;
      position: relative;
      left: 0px;
      top: -22px;
  }
}
@media (min-width: 1480px){
  .feature-img{
    max-width:80px;
    max-height:80px;
    width:91px;
    height:91px;
    margin-top:0px;
    position: relative;
    left: 0px;
    top: -22px;
}
}

.feature-info{
  margin-left: 12px;
  margin-right: 12px;
  width:100%
}

@media (min-width: 1280px){
  .feature-info{
    margin-left: -4px;
    margin-right: 12px
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .feature-info{
      font-size:14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 56px;
      padding-left: 8px
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .feature-info{
      margin-left: 8px;
      margin-right: 8px;
      font-size:14px;
    }
  }
}

.shop-main-panel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--black);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .shop-main-panel{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

@media (min-width: 1280px){
  .shop-main-panel{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }
}

.shop-main-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:100%
}

@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .shop-main-container{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.shop-main-container h1{
  color: var(--black);
  font-size: 36px;
  width:100%
}

.shop-main-sort{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          min-width: fit-content;
}


@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-main-sort{
      margin-top: 60px;
      width:100%
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1279px){
    .shop-main-sort{
      margin-top: 24px;
      width:100%
    }
  }
}

@media (min-width: 1280px){
    .shop-main-sort{
      justify-content:flex-end;
      width:100%;
  }
}

.shop-main-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

.shop-sort-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.shop-sort-list a{
  color: var(--silver)
}

.shop-main-all{
  font-weight: 300;
  color:var(--silver);
}

.shop-goods-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  background-repeat: no-repeat;
  width:100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          grid-template-columns: repeat(5, minmax(0, 1fr));
}



@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-goods-section{
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

@media screen and (max-width: 1600px){
  .shop-goods-section{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1280px){
  .shop-goods-section{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1280px){
    .shop-goods-section{
              gap:8%;
    }
  }
}

@media screen and (max-width: 1024px){
  .shop-goods-section{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 720px){
  .shop-goods-section{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1600px){
  .shop-goods-section{
    gap:3%;
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1400px){
    .shop-goods-section{
      gap:4%;
    }
  }
}

@media (min-width: 1400px){
  @media screen and (max-width: 1600px){
    .shop-goods-section{
      gap:7%;
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1024px){
    .shop-goods-section{
      gap:5%;
    }
  }
}


.shop-top {
  width:100%;
}

/* .shop-top:not(:first-child){
  margin-left:24px;
} */

@media (min-width: 320px){
  @media screen and (max-width: 719px){

    .shop-top:not(:first-child){
      display:none
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .shop-top{
      max-width:330px;
      max-height:100%;
      width:100%;
    }

    .shop-top:not(:nth-child(-n+2)){
      display:none
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .shop-top{
      width:280px;
      max-height:100%;
    }

    .shop-top:not(:nth-child(-n+3)){
      display:none
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1600px){
    .shop-top:not(:nth-child(-n+4)){
      display:none;
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-top{
      max-width:100%;
      max-height:100%;
      width:100%;
    }

    .shop-top:not(:nth-child(-n+2)){
      display:none
    }
  }
}





.shop-goods-card{
  width: 100%;
  height:100%;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
  position: relative;
  max-width:282px;
  max-height:100%
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-goods-card{
      max-width:448px;
      max-height:100%;
    }

    .shop-goods-card:not(:first-child){
      display:none
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .shop-goods-card{
      max-width:330px;
      max-height:100%;
    }

    /* .shop-goods-card:not(:nth-child(-n+2)){
      display:none
    } */
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .shop-goods-card{
      max-width:280px;
      max-height:100%;
    }

    /* .shop-goods-card:not(:nth-child(-n+3)){
      display:none
    } */
  }
}

@media (min-width: 1600px){
  .shop-goods-card{
    max-width:282px;
    max-height:100%;
    width:100%;
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1600px){
    .shop-goods-card{
      width:266px;
      max-height:100%;
    }

    /* .shop-goods-card:not(:nth-child(-n+4)){
      display:none
    } */
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-goods-card{
      max-width:330px;
      max-height:500px
    }

    /* .shop-goods-card:not(:nth-child(-n+2)){
      display:none
    } */
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-goods-card_catalog-mobile{
      max-width:448px;
      max-height:100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }

    .shop-goods-card_catalog-mobile{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex
    }

    .shop-goods-card_catalog-mobile:not(:first-child){
      margin-top: 24px
    }
  }
}

@media screen and (max-width:1024px) {
  .news-item {
    width:100%;
    display:flex;
    justify-content:center;
  }
  }

.shop-goods-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left:auto;
  margin-right:auto;
  max-width: 278px;
  max-height: 280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

.shop-goods-image-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:254px
}

.shop-goods-img{
  max-width:254px;
  max-height: 254px;
  /* width: auto;
  height: auto; */
}

.shop-goods-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top:12px;
  left:12px;
  width:calc(100% - 24px)
}

@media (min-width: 320px){
  @media screen and (max-width: 1919px){
    .shop-goods-top_mobile{
      display:none
    }
  }
}

.shop-goods-labels{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 12px;
  z-index:50;
  width:95%
}

.shop-goods-labels .shop-label:not(:last-child){
  margin-right: 8px
}

.shop-label{
  color: var(--white);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  position: relative;
  font-weight: 300
}

.shop-label_hit{
  background-color: var(--sunset)
}

.shop-label_recomended{
  background-color: var(--curious-blue)
}

.shop-label_compare{
  position: absolute;
  right:0px
}

.shop-goods-info{
  width: -webkit-fill-content;
  width: -moz-available;
  padding-bottom: 24px;
  margin-left: 15px;
  margin-right: 15px
}

.shop-goods-info_code{
  color: var(--silver);
  font-weight:300
}

.shop-goods-info_name{
  color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  height: 94px;
}

.shop-goods-info_available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--silver);
  font-weight:300
}

.shop-goods-info_unavailable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--silver);
  font-weight:300;
  align-items: center;
  max-height:22px;
}

.shop-goods-info_available:before{
  content:url("/upload/img/shop-available.svg");
  display: flex;
  align-items:center;
}

.shop-goods-info_unavailable:before{
  content:url("/upload/img/x.svg");
  display: flex;
  align-items:center;
  
}

.shop-goods-info_available_catalog-green{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: var(--black);
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--mustard);
  border-width:2px;
  border-color:#62B52F
}

.shop-goods-info_unavailable_catalog-red{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--mustard);
  border-width:2px;
  border-color:#FF543E
}

.shop-goods-info_price{
  font-weight:700;
  font-size:24px;
}

.available-check{
  margin-left:10px
}

.shop-goods-buttons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top:12px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-goods-buttons_mobile{
      display: grid;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      grid-template-areas:"count basket" "click click"
    }
  }
}

.shop-catalog-elem {
  gap:none;
  display:flex;
  width:100%;
}

.shop-catalog-container{
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  grid-template:"one two four"  "one three four";
  width:100%;
  width: -moz-available;
  height:100%;
  margin-bottom:80px;

}

@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .shop-catalog-container{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
              margin-top:20px;
    }
  }
}

@media screen and (max-width: 1279px){
  .shop-catalog-container{
            margin-top:20px;
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1599px){
    .shop-catalog-container{
      grid-template:"one four" "two three";
      gap:26px
    }
  }
}

@media (min-width: 1600px){
  .shop-catalog-container{
    gap:26px
  }
}

.shop-catalog-menu{
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
  position: relative;
  background-repeat: no-repeat;
  height:100%;
  width:100%;
  max-width:493px;
  background-position:bottom 0px right 0px;
  align-content:space-between;
  gap:30px;
}

@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .shop-catalog-menu:not(:first-child){
      margin-top: 28px
    }
  }
}

.shop-catalog-menu_big{
  max-height:100%;
  max-width:100%;
  width:100%;
  width: -moz-available;
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-catalog-menu_big{
      min-width:100%;
      max-height:100%;
      width: -moz-available;
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .shop-catalog-menu_big{
      max-width:800px;
      max-height:100%;
      width: -moz-available;
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1400px){
    .shop-catalog-menu_big{
      max-width:562px;
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .shop-catalog-menu_big{
      max-width:100%;
      max-height:100%;
      width: -moz-available;
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1599px){
    .shop-catalog-menu_big{
      max-width:100%;
      max-height:100%;
      width:100%;
      width: -moz-available;
    }
  }
}


.shop-catalog-menu_small{
  max-height:100%;
  max-width:493px;
  width:100%;
  width: -moz-available;
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .shop-catalog-menu_small{
      max-width:448px;
      max-height:100%;
      width: -moz-available;
      width:100%;
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .shop-catalog-menu_small{
      max-width:800px;
      max-height:100%;
      width: -moz-available;
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .shop-catalog-menu_small{
      max-width:100%;
      max-height:100%;
      width: -moz-available;
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1919px){
    .shop-catalog-menu_small{
      max-width:100%;
      max-height:100%;
      width:100%;
      width: -moz-available;
    }
  }
}

@media screen and (min-width: 1600px){
  .shop-catalog-menu_small{
    width:493px;
  }
}

@media screen and (min-width: 1600px){
  .shop-catalog-menu_big{
    max-width:562px;
  }
}

.shop-catalog-menu:hover{
  color: var(--concrete);
  background-color:#204eae
}

.shop-catalog-menu:hover li{
  color: var(--white)
}

.shop-catalog-menu a:hover {
  color: #FFDD55
}

.shop-catalog-menu:hover .shop-hover{
  -webkit-filter:invert(355%) sepia(153%) saturate(677%) hue-rotate(369deg) brightness(129%) contrast(102%);
          filter:invert(355%) sepia(153%) saturate(677%) hue-rotate(369deg) brightness(129%) contrast(102%)
}

.shop-catalog-menu:hover .shop-catalog-bottom p{
  color:var(--mustard);
}

.shop-catalog-menu:hover .shop-catalog-bottom img{
  /* -webkit-filter:invert(49%) sepia(28%) saturate(3468%) hue-rotate(117deg) brightness(295%) contrast(102%); */
  filter: invert(150%) sepia(269%) saturate(378%) hue-rotate(371deg) brightness(113%) contrast(102%);
}

.shop-hover {
  position:absolute;
  top:12px;
  left:14px;
  height:51px;
  filter:invert(35%) sepia(92%) saturate(1098%) hue-rotate(193deg) brightness(92%) contrast(105%);
}

@media screen and (min-width:1600px) {
.catalog-long-title {
top:24px;
}
}

@media(min-width:1280px) {
  @media screen and (max-width:1400px){
    .catalog-long-title {
      top:24px;
     }
}
}

@media screen and (max-width:720px){
  .catalog-long-title {
   top:34px;
  }
  .total-items:last-child{
    margin:0 !important;
  }
}

.shop-catalog-menu_first{
  display: flex;
  grid-area:one;
  flex-direction:column;
  align-items:flex-start;
  justify-content: space-between;
}

.shop-catalog-menu_second{
  display: flex;
  grid-area:two;
  flex-direction:column;
  align-items:flex-start;
  justify-content: space-between;
}

.shop-catalog-menu_third{
  display: flex;
  grid-area:three;
  flex-direction:column;
  align-items:flex-start;
  justify-content: space-between;
}

@media (min-width: 320px){
  @media screen and (max-width: 1919px){
    .shop-catalog-menu_third{
      margin-top: 0px
    }
  }
}

.shop-catalog-menu_fourth{
  display: flex;
  grid-area:four;
  flex-direction:column;
  align-items:flex-start;
  justify-content: space-between;
}

.shop-bg-catalog{
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  position: absolute;
  bottom:0px;
  right:0px;
  z-index:50;
  max-width:120px;
  width:100%;
}

.shop-catalog-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  z-index:50
}

.shop-catalog-img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.shop-catalog-name{
  font-weight: 700;
  font-size: 18px;
  margin-left: 12px;
  z-index:50;
}

.shop-catalog-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
  padding-left: 28px;
  padding-right: 28px;
  z-index:50
}

.shop-catalog-list{
  font-size: 18px;
  color: var(--don-juan);
  z-index:50
}

.catalog-item:not(:last-child){
  margin-bottom: 12px
}

.catalog-item:before{
  margin-right: 8px;
  content:url("/upload/img/shop-catalog-list-item.svg")
}

.shop-catalog-bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: var(--blue);
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 24px;
  padding-bottom: 24px
}

.shop-catalog-bottom p{
  margin-right: 12px
}

.contacts-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width:100%;
  /* grid-template-columns: auto 300px; */
}

@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .contacts-section{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

/* @media screen and (max-width: 1024px){
  .contacts-section{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
} */

.location-container{
  display:block
}

.location-container #map-btn-1:checked ~ #c-oz{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex
}

.location-container #map-btn-2:checked ~ #c-voskr{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex
}

.location-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  color:black;
}

.city-switch-box{
  display: block;
  color: var(--don-juan);
  padding-top: 8px;
}

.city-voskr{
  margin-left: 40px
}

.location-map-body{
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  contain:content;
  width:1200px;
  height:498px;
  margin-top:14px
}

@media (min-width:320px) {
  @media screen and (max-width:400px) {
    .location-map-body {
      max-width:360px !important;
    }
  }
@media screen and (max-width: 480px){
  .location-map-body{
    max-width: 360px;
  }
}
}

  @media screen and (max-width: 719px){
    .location-map-body{
      max-width:400px;
      max-height:498px;
      width:100%
    }
  }

@media (min-width: 720px){
  @media screen and (max-width: 1279px){
    .location-map-body{
      max-width:1029px;
      max-height:498px;
      width:auto
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1399px){
    .location-map-body{
      max-width:860px;
    }
  }
}

@media (min-width: 1600px){
  @media screen and (max-width: 1979px){
    .location-map-body{
      max-width:1180px;
      max-height:498px
    }
  }
}

@media (min-width: 1400px){
  @media screen and (max-width: 1600px){
    .location-map-body{
      max-width:960px;
      max-height:498px
    }
  }
}

/* @media (min-width: 1600px){
  .location-map-body{
    max-width:906px;
    max-height:498px
  }
} */

.location-map-tab{
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  contain:content
}

.location-info-box{
  position: absolute;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
  max-width:271px;
  max-height:340px;
  top:24px;
  left:21px;
  z-index:10;
  width:100%;
  height:100%
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .location-info-box{
      display:none
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1024px){
    .location-info-box{
      max-width:271px;
      max-height:340px
    }
  }
}

.location-info-text{
  margin-top: 16px;
  margin-left: 20px;
  margin-right: 20px
}

.location-info-text span{
  color: var(--silver)
}

.location-info-text a{
  color: var(--blue)
}

.location-info-text p{
  color: var(--don-juan)
}

.location-info-item:not(:first-child){
  margin-top: 8px
}

.location-place{
  width:100%;
  height:100%
}


/* @media (min-width: 1400px){
  @media screen and (max-width: 1600px){
    .delivery-container{
      max-width:689px;
    }
  }
} */

/* @media (min-width: 1280px){
  .delivery-container{
    margin-top: 0px;
    margin-left:26px;
  }
} */

.delivery-container {
  max-width:280px;
}

@media screen and (max-width:1280px) {
  .delivery-container {
  max-width:100%;
  }
}

delivery-title h2{
  font-size: 36px
}

.delivery-title-img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin-left: 32px;
  margin-right: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  color: var(--black);
}

.delivery-title-img span{
  margin-left: 18px;
  text-transform: uppercase;
  color:black;
}

.pickup-box{
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: var(--gallery);
  background-repeat: no-repeat;
  margin-top: 54px;
  position: relative;
  background-image:url("/upload/img/pickup-bg-img.png");
  /* max-width:594px;
  max-height:234px; */
  width:100%;
  background-size:cover;
  background-position: center;
}

.pickup-box .delivery-title-img img,
.delivery-box .delivery-title-img img
 {
  margin-right:24px;
  width:38px;
  height:38px;
}

  @media screen and (max-width: 1280px){
    .pickup-box{
      height:100%;
    }
  }

@media (min-width: 720px){
  .pickup-box{
    max-width:100%;
    max-height:100%
  }
}

.pickup-text{
  margin-left: 32px;
  margin-right: 32px;
  color: var(--don-juan);
  max-width:562px
}

@media (max-width: 1280px){
  .pickup-text{
    max-width:100%;
  }
}

.pickup-buttons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.button-pickup-point{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  position: relative;
  background-repeat: no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius:3.75em;
  height:30px;
  max-width:100%;

}

.button-pickup-point:hover img {
  filter:invert(80%) sepia(89%) saturate(398%) hue-rotate(391deg) brightness(513%) contrast(92%);
}


@media (min-width: 320px){
  .button-pickup-point{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.button-pickup-faq{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  background-color: var(--alizarin);
  position: relative;
  background-repeat: no-repeat;
  border-radius:3.75em;
  max-height:30px;
  height:30px;
  max-width:100%
}

.button-pickup-faq:hover img {
  filter:invert(80%) sepia(89%) saturate(398%) hue-rotate(391deg) brightness(513%) contrast(92%);
}

.delivery-box{
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: var(--gallery);
  background-repeat: no-repeat;
  margin-top: 28px;
  background-image:url("/upload/img/delivery-bg-img.png");
  max-width:594px;
  max-height:234px;
  width:100%;
  height:234px;
  background-size:cover
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .delivery-box{
      max-width:449px;
      max-height:242px
    }
  }
}

@media (min-width: 720px){
  .delivery-box{
    max-width:100%;
    max-height:100%
  }
}

.delivery-services{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.delivery-services_item{
  margin-left: 24px
}

.main-btn-img{
  margin-right: 4px
}

.main-panel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px
}

.info-nav-item{
  color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.info-nav-item:not(:first-child){
  margin-left: 8px
}

.info-nav-item:not(:first-child):before{
  content:url("/upload/img/info-nav-item-img.svg")
}

.info-nav-item:not(:first-child) a{
  margin-left: 8px
}

.info-nav-item:last-child a{
  color: var(--silver)
}

.client-main-title h1{
  font-weight: 700;
  color: var(--black);
  margin-bottom: 36px;
  font-size:36px
}

.client-info-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px
}

@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .client-info-section{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.client-info-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery)
}

@media (min-width: 1280px){
  .client-info-wrapper{
    max-width:490px;
    max-height:393px;
    width:100%;
    height:393px
  }

  .client-info-wrapper:not(:first-child){
    margin-left: 16px
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .client-info-wrapper{
      max-height:100%;
      max-height:100%
    }

    .client-info-wrapper:not(:first-child){
      margin-top: 16px
    }
  }
}

.client-info-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 28px;
  margin-bottom: 28px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.client-info-wrapper:hover {
  background:#204eae;
  color:var(--white) !important;
  
}


.client-info-block span{
  font-weight: 700;
  font-size:24px
}

.client-info-block p{
  margin-bottom: 16px;
  font-size: 16px;
  margin-top: 8px
}

.client-info-page-img{
  max-width:84px;
  max-height:84px;
  margin-bottom:16px
}

.client-info-bottom h3{
  font-weight: 700;
  margin-bottom: 8px;
  font-size:24px
}

.client-info-bottom p{
  color: var(--don-juan)
}

.return-info-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .return-info-section{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.return-info-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .return-info-wrapper{
      margin-bottom: 32px
    }
  }
}

.return-info-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.return-info-block span{
  font-weight: 700;
  margin-left: 32px;
  font-size:24px
}

.return-info-page-img{
  max-width:86px;
  max-height:86px;
  background-image:url("/upload/img/return-info-check.svg")
}

.return-img-box{
  position:relative
}

.return-info-check{
  position:absolute;
  top:65%;
  left:55%
}

.return-text-block h3{
  font-weight: 700;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px
}

.return-text-block p{
  font-size: 18px;
  color: var(--don-juan);
  margin-top: 12px;
  margin-bottom: 12px
}

.return-info-top{
  margin-bottom: 24px
}

.return-info-list{
  margin-top: 32px;
  margin-bottom: 32px
}

.return-text-num-item{
  color: var(--don-juan);
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style:decimal
}

.return-text-blue-item{
  color: var(--don-juan);
  margin-top: 12px;
  margin-bottom: 12px
}

.return-text-blue-item p{
  margin-left: 8px;
  margin-right: 8px
}

.return-text-blue-item p:before{
  content:url("/upload/img/return-info-list-blue.svg");
  margin-right:8px
}

.return-client-bottom-title{
  max-width:1020px
}

.return-client-bottom-title h2{
  color: var(--curious-blue);
  font-size:24px
}

.return-client-bottom-text p{
  font-size: 18px;
  color: var(--don-juan);
  margin-top: 24px;
  margin-bottom: 24px
}

.contacts-page-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contacts-page-title h2{
  font-weight: 700;
  font-size:24px
}

.contacts-page-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .contacts-page-section{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.contacts-page-info-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
  color: var(--don-juan);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width:780px;
  /* max-height:234px; */
  width:100%;
  /* height:234px */
}

.contacts-page-info-wrapper span{
  font-size: 18px;
  font-weight: 700
}

.contacts-page-info-wrapper:not(:first-child){
  margin-left: 28px
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .contacts-page-info-wrapper:not(:first-child){
      margin-top: 24px;
      margin-left: 0px
    }
  }
}

.contacts-page-info-box{
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 24px;
  margin-bottom: 24px;
  height:100%;
  display:block;
}

.contacts-page-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px
}

.contacts-page-item p{
  margin-left: 8px
}

.contacts-page-item_first{
  max-width:510px
}

.contacts-page-item_second{
  max-width:540px
}

.contacts-page-img-1{
  max-width:27px;
  max-height:27px;
  width:100%;
  height:27px
}

.contacts-page-img-2{
  max-width:27px;
  max-height:20px;
  width:100%
}

.contacts-page-info{
  color: var(--curious-blue);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contacts-page-info_item{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contacts-page-info_item a{
  margin-left: 20px
}

.contacts-page-info_item:not(:first-child){
  margin-left: 44px
}

.contacts-page-phone{
  max-width:20px;
  max-height:20px
}

.contacts-page-email{
  max-width:20px;
  max-height:20px
}

.contacts-page-map{
  margin-top: 24px;
  margin-bottom: 24px;
  width:100%;
  height:622px
}

.contacts-page-map-tab{
  width:100%;
  height:622px
}

.contacts-page-requisite{
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
  margin-top: 24px;
  margin-bottom: 80px;
  padding: 20px 36px;
}

@media screen and (max-width:720px){
  .contacts-page-requisite {
  padding:4px;
  }
}

.contacts-requisite-title h2{
  font-weight: 700;
  font-size:24px
}

.contacts-page-sheet{
  color: var(--don-juan);
  vertical-align:middle;
  width:-webkit-fill-available;
  width:-moz-fit-available;
  width:100%;

}

.contacts-page-sheet table{
  width:100%
}

.contacts-page-sheet tr{
  border-width:0px;
  height:45px;
  vertical-align:middle
}

.contacts-page-sheet td{
  border-width:0px;
  vertical-align:middle;
  padding-left:10px
}

.contacts-page-sheet th{
  border-width:1px;
  width:20px;
  vertical-align:middle;
  padding-left:10px
}

.gallery-page-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.gallery-page-box{
  display:grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap:30px;
  place-items: center;
}

@media (min-width: 1024px){
    .gallery-page-box{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px){
    .gallery-page-box{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1600px){
  .gallery-page-box{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.gallery-page-item{
  max-width:358px;
  max-height:358px
}

.gallery-page-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gallery-page-nav-item{
  font-size: 18px
}

.gallery-page-nav-item_active{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  background-color: var(--blue);
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue);
  white-space: nowrap;
  background-repeat: no-repeat;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem
}

.gallery-page-nav-item.is-active{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  background-color: var(--blue);
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue);
  white-space: nowrap;
  background-repeat: no-repeat;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem
}

.catalog-card-upper-section{
  background-color: var(--white);
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.catalog-card-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .catalog-card-wrapper{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1919px){
    .catalog-card-wrapper{
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }
  }
}

.catalog-card-img{
  position: relative;
  width:100%
}

.catalog-card-img__more {
  max-width:200px;
  max-height:90px;
  border-width:1px;
}

.catalog-card-img__more-box {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  display:grid;
}

@media screen and (max-width:720px){
  .catalog-card-img__more-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


.product-item-detail-slider-images-container {
  max-height:520px;
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .catalog-card-img{
      margin-bottom: 80px;
      max-width:100%
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1919px){
    .catalog-card-img{
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px;
      max-width:100%
    }
  }
}

.catalog-img-placeholder{
  margin-left:0px;
  margin-top:0px
}

@media (min-width: 320px){
  @media screen and (max-width: 1919px){
    .catalog-img-placeholder{
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 0px;
      margin-bottom: 0px
    }
  }
}

.catalog-card-info{
  max-width:580px;
  max-height:100%
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .catalog-card-info{
      max-width:100%;
      max-height:100%
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .catalog-card-info{
      max-width:400px;
      max-height:100%
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1919px){
    .catalog-card-info{
      max-width:536px;
      max-height:100%
    }
  }
}

.catalog-card-more{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  margin-top: 12px
}

.catalog-card-more span{
  color: var(--blue);
  margin-left: 4px;
  margin-right: 16px
}

.catalog-card-more p{
  color: var(--silver);
}

.catalog-card-more__main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px
}

.shop-goods-info_code_card{
  margin-bottom: 12px
}

.catalog-card-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.catalog-card-price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px
}

.price{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px
}

.comparison{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--silver);
  font-weight: 300
}

.comparison p{
  margin-left: 12px;
  margin-right: 12px
}

.comparison-img{
  margin-left: 4px;
  margin-right: 4px
}

.catalog-available{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around
}

.catalog-card-btn{
  max-height:46px;
  grid-area:basket
}

.catalog-card-btn p{
  margin-left: 4px;
  margin-right: 4px
}

.input-counter_large{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  margin-bottom: 20px;
  width:125px;
  height:46px;
  grid-area:count
}

.click{
  grid-area:click;
  max-width:100%
}

.click:hover {
  background-color:var(--blue);
}

.click:hover img {
  filter:invert(74%) sepia(100%) saturate(297%) hue-rotate(367deg) brightness(130%) contrast(104%) !important;
}


@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .click{
      margin-left: 0px;
      margin-right: 0px
    }
  }
}

.catalog-available-border{
  border-style: solid;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width:3px;
  border-color:#62B52F;
}

.catalog-unavailable-border{
  border-style: solid;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width:3px;
  border-color:#FF543E;
  max-height: 100%;
}

.filter-handler-new-left {
  left: 0;
  border-width: 1px;
  border-radius: 9999px;
  border-color: var(--blue);
  background-color: var(--white);
}

.filter-handler-new-right {
  right: 0;
  border-width: 1px;
  border-radius: 9999px;
  border-color: var(--blue);
  background-color: var(--white);
}

.filter-slider-top {
  z-index: 80;
  background: var(--blue);
}

.filter-slider-base {
  z-index: 70;
  background: var(--silver);
}

.catalog-available-border span{
  color: var(--blue)
}

.catalog-goods-buttons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top:12px;
  justify-content: space-between;
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .catalog-goods-buttons_mobile{
      display: grid;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      grid-template-areas:"count basket" "click click"
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1280px){
    .catalog-goods-buttons_mobile{
      display: grid;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      grid-template-areas:"count basket" "click click"
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .catalog-goods-buttons_mobile{
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start
    }
  }
}

.catalog-card-delivery{
  margin-top: 28px
}

.catalog-card-delivery h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px
}

.catalog-card-delivery-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.catalog-delivery-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-color: var(--alto);
  border-radius: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 8px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height:44px;
  width:100%
}

.catalog-delivery-box p{
  margin-right: 4px
}

.catalog-delivery-box:last-child {
  margin-right:0px;
}

.catalog-card-section-info{
  position: relative;
  margin-top:48px;
}

.catalog-card-section-info 

.catalog-card-section-item{
  max-width:138px;
  max-height:36px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .catalog-card-section-item{
      max-width:138px;
      max-height:26px
    }
  }
}

.catalog-card-section-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top:-15px;
  left:22px;
  width:370px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .catalog-card-section-nav{
      max-width:85%
    }
  }
}

.tab-1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
  color: var(--don-juan)
}

.tab-1 h3{
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px
}

.tab-1_features{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .tab-1_features{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.tab-1_info{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.catalog-feature-item ::before{
  margin-right: 4px;
  content:url("/assets/img/info-nav-img-active.svg")
}

.param__prop{
  position:relative;
  display:block;
  overflow:hidden
}

.param__prop:after{
  content:'';
  position:absolute;
  margin-left:.3em;
  bottom:.35em;
  width:100%;
  border-bottom:.1em dotted
}

.param__value{
  float:right;
  padding-left:.2em
}

.catalog-info-feature{
  max-width:470px;
  max-height:364px;
  width:100%
}

.catalog-info-feature:not(:last-child){
  margin-right: 36px
}

.feature__item{
  color: var(--don-juan)
}

.title-h2{
  font-weight: 700;
  margin-top: 44px;
  font-size:24px
}

.tabs{
}

.tabs__nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.tabs__nav-catalog{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top:-15px;
  left:22px;
  width:auto;
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .tabs__nav-catalog{
      max-width:90%
    }
  }
}

.tabs__link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--don-juan);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gallery);
  white-space: nowrap;
  background-repeat: no-repeat;
  max-width:138px;
  max-height:36px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .tabs__link{
      max-width:138px;
      max-height:26px
    }
  }
}

.tabs__link:not(:last-child){
  margin-right: 12px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .tabs__link:not(:last-child){
      margin-left: 4px;
      margin-right: 4px;
      padding-left: 4px;
      padding-right: 4px
    }
  }
}

.tabs__link-map{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--don-juan);
  border-color: var(--blue);
  border-width:0px;
  background-color:none
}

.tabs__link-shop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--silver);
  border-color: var(--blue);
  border-width:0px;
  background-color:none
}

.tabs__link_active{
  background-color: var(--concrete);
  color: var(--blue) !important;
  border-bottom-width:2px;
  cursor:default
}

.tabs__link_active_map-active{
  color: var(--don-juan);
  background-color: var(--alabaster)
}

.tabs__link_active_shop-active{
  color: var(--silver);
  background-color: var(--alabaster)
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .tabs__link_active_shop-active a{
      margin-left: 0px;
      margin-right: 0px
    }
  }
}

.tabs__link:not(.tabs__link_active):hover,.tabs__link:not(.tabs__link_active):focus{
  color: var(--blue);
  background-color: var(--concrete)
}

.tabs__link-map:not(.tabs__link_active):hover,.tabs__link-map:not(.tabs__link_active):focus{
  color: var(--don-juan);
  background-color: var(--alabaster)
}

.tabs__link-shop:not(.tabs__link_active):hover,.tabs__link-shop:not(.tabs__link_active):focus{
  color: var(--silver);
  background-color: var(--alabaster)
}

.tabs__content-shop{
  width:100%
}

.tabs__pane{
  display:none
}

.tabs__pane_show{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.basket-items{
  color: var(--silver);
  background-color: var(--catsk);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height:100%
}

.basket-items span{
  color: var(--curious-blue)
}

.basket-upper{
  height:78px
}
.basket-upper h5 {
  padding: 0px 20px;
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .basket-upper{
      display:none
    }
  }
}

.basket-item-card{
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray);
  height:158px
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .basket-item-card{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height:100%
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .basket-item-card{
      padding-left: 24px;
      padding-right: 24px
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1919px){
    .basket-item-card{
      height:185px
    }
  }
}

.basket-item{
  color: var(--don-juan);
  font-weight: 700;
  @media (min-width: 1600px){
  }
}

.basket-item_img{
  margin-left: 20px;
  margin-right: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
  max-width:104px;
  max-height:104px;
  width:100%
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .basket-item_img{
      display: flex;
      justify-content: center;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 84px
    }
  }

  @media screen and (max-width: 719px){
    .basket-item_img{
      max-width:114px;
      max-height:114px
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .basket-item_img{
      max-width:122px;
      max-height:122px
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1919px){
    .basket-item_img{
      margin-top: 40px
    }
  }
}

.basket-item_info{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width:548px
}

.basket-item_info span{
  color: var(--silver);
  font-weight: 400
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .basket-item_info{
      max-width:198px
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1599px){
    .basket-item_info{
      max-width:285px
    }
  }
}

.basket-item_price{
  font-size: 18px
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .basket-item_price{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 12px;
      margin-bottom: 12px
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 1024px){
    .basket-item_trash{
      margin-bottom: 16px
    }
  }
}

.basket-item_mobile{
  display:none
}

@media (min-width: 320px){
  @media screen and (max-width: 1024px){
    .basket-item_mobile{
      display: block
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 1024px){
    .basket-item_code{
      display:none
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 580px){
    /* .basket-item-input{
      position: absolute;
      top:123px
    } */
  }
}

@media (min-width: 580px){
  @media screen and (max-width: 1024px){
    /* .basket-item-input{
      position: absolute;
      top:190px
    } */
  }
}

.basket-item-input_payment{
  position: relative
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .basket-mobile-code{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 24px;
      display:flex;
      justify-content:space-between;
      width:100%
    }
  }
}

.basket-card{
  width:100%
}

.basket-card th{
  font-weight: 400;
  vertical-align:middle
}

.basket-card th:first-child{
  padding-left: 20px
}

.basket-card td:first-child{
  padding-left: 20px
}

@media (min-width: 320px){
  @media screen and (max-width: 1024px){
    .basket-card td:first-child{
      padding-left: 0px
    }
  }
}

.basket-card tr{
  position: relative
}

.basket-card td{
  vertical-align:middle
}

.basket-item-main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media (min-width: 320px){
  @media (max-width: 1023px){
    .basket-item-main{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.mobile-item-price{
  color: var(--silver);
  display:none;
  justify-content:center;
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .mobile-item-price{
      margin-right: 8px;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      margin-left: 8px;
    }
  }
}

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

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .basket-box-item{
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: center;
      width:280px
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .basket-box-item{
      max-width:77px
    }
  }
}

.promo-item-card{
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray)
}

.promo-item-card h3{
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size:24px
}

.promo-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 52px;
  margin-bottom: 52px;
  background-color:#E2EBEC;
  height:100%
}

.promo-box h3{
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size:24px
}

@media screen and (max-width: 480px){
  .promo-box {
    margin: 0px !important;
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .promo-box{
      margin-top: 52px;
      margin-bottom: 8px;
      margin-left: 24px;
      margin-right: 24px
    }

    .promo-box h3{
      margin-left: 12px
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .promo-box{
      margin-left: 36px;
      margin-right: 36px
    }

    .promo-box h3{
      margin-left: 36px
    }
  }
}

@media (min-width: 1024px){
  .promo-box{
    margin-left: 44px;
    margin-right: 44px
  }

  .promo-box h3{
    margin-left: 44px;
    margin-right: 44px
  }
}

.promo-search{
  width:306px;
  height:46px
}

.promo-search_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .promo-search{
      max-width:171px
    }
  }
}

.promo-search-box{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .promo-search-box{
    }
  }
}

@media (min-width: 1280px){
  .promo-search-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
  }
}

.promo-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--don-juan);
  font-size: 18px;
  font-style:italic
}

.promo-info p{
  max-width:360px
}

.promo-info span{
  font-style:normal
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .promo-info{
      margin-left: 0px;
      margin-right: 0px
    }

    .promo-info p{
      display:none
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1279px){
    .promo-info{
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 28px
    }
  }

  .promo-info p{
    max-width:248px
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .promo-info p{
      display:none
    }
  }
}

@media (min-width: 1280px){
  .promo-info{
    margin-left: 12px
  }

  .promo-info p{
    max-width:340px
  }
}

.promo-info_mobile{
  color: var(--don-juan);
  font-style: italic;
  font-size: 18px;
  display:none
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .promo-info_mobile{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 80px
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .promo-info_mobile{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 48px
    }
  }
}

.promo-faq{
  color: var(--curious-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px
}

.promo-faq span{
  margin-left: 12px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .promo-faq{
      margin-top: 24px;
      margin-bottom: 24px
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1279px){
    .promo-faq{
      margin-right: 12px
    }
  }
}

@media (min-width: 1280px){
  @media screen and (max-width: 1919px){
    .promo-faq{
      margin-left: 0px;
      margin-right: 0px
    }
  }
}

.promo_first{
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

@media screen and (max-width: 480px){
    .promo_first{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0px;
      margin-right: 0px
    }
  }

@media (min-width: 480px){
  @media screen and (max-width: 719px){
    .promo_first{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 12px;
      margin-right: 12px;
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .promo_first{
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 44px;
      margin-right: 44px
    }
  }
}

@media (min-width: 1280px){
  .promo_first{
    margin-left: 44px;
    margin-right: 44px
  }
}

.promo-bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px
}
@media (max-width: 480px){
  .promo-bottom{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .promo-bottom{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 24px;
      margin-right: 24px;
      -webkit-box-align:normal;
          -ms-flex-align:normal;
              align-items:normal
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .promo-bottom{
      margin-left: 36px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .promo-bottom{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0px;
      margin-right: 0px
    }
  }
}

.promo-bottom-alert{
  font-weight: 300;
  color:#F26231;
  max-width:400px
}

@media (min-width: 320px){
  @media screen and (max-width: 1024px){
    .promo-bottom-alert{
      max-width:610px;
    }
  }
}

.basket-bottom-total{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 44px;
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .basket-bottom-total{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align:normal;
          -ms-flex-align:normal;
              align-items:normal
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .basket-bottom-total{
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-item-align: end;
    }
  }
}

.total-items{
  font-size: 18px;
  color: var(--silver)
}

.total-items span{
  color: var(--black);
  font-size: 36px;
  font-weight: 700;
  margin-left: 8px
}

.total-items{
  margin-right: 100px
}

.total-items:last-child{
  margin-right: 44px
}

@media (min-width: 720px){
  @media screen and (max-width: 1279px){

  }
}

.basket-sumbit-btn-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 36px;
  margin-top: 36px
}

.basket-sumbit-btn:hover img {
  filter: invert(80%) sepia(89%) saturate(398%) hue-rotate(340deg) brightness(413%) contrast(92%);
}

.basket-sumbit-btn:hover a {
  color: var(--mustard);
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .basket-sumbit-btn-box{
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start
    }
  }
}

@media (min-width: 1024px){
  .basket-sumbit-btn-box{
    margin-right: 44px
  }
}

.basket-promo-search{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-color: var(--gallery);
  background-color: var(--concrete);
  height: 52px;
  padding-left: 16px;
  padding-right: 16px
}

.basket-promo-search textarea {
  height:20px;
}

.card-btns {
  display: flex;
  justify-content: flex-end;
  width:100%;
}

.basket-promo-search_input{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--apple);
  background-color: var(--concrete);
  border-style: none;
  font-style: italic
}

.basket-promo-search_input::-webkit-input-placeholder{
  color: var(--apple)
}

.basket-promo-search_input::-moz-placeholder{
  color: var(--apple)
}

.basket-promo-search_input:-ms-input-placeholder{
  color: var(--apple)
}

.basket-promo-search_input::-ms-input-placeholder{
  color: var(--apple)
}

.basket-promo-search_input::placeholder{
  color: var(--apple)
}

.basket-promo-search_delivery-point{
  max-width:1035px;
  width:100%
}

.basket-promo-search_personal{
  width:1000px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .basket-sumbit-btn{
      margin-left: 24px;
      max-width:100%
    }
  }
}

@media (min-width: 1024px){
  .basket-item_trash{
    margin-left:36px
  }
}

.trash_icon{
background-image: url('/upload/img/trash-icon.svg');
position: relative;
cursor: pointer;
width:25px;
}

.section-page-main{
  display: grid;
  background-color: var(--white);
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-flow:dense;
  content:contain
}

.section-page-main .section-page-box div a {
  font-weight:400 !important;
  text-transform: none;
}
.section-page-box a {
  font-size:15px;
}

.section-page-box a:hover {
  color:var(--blue);
}

.section-page-main ul div img {
  display:none !important;
}

.section-page-box img {
  display:block;
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .section-page-main{
      grid-template-columns:repeat(3,minmax(0,1fr));
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .section-page-main{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .section-page-main{
      grid-template-columns:repeat(3,minmax(0,1fr));
    }
  }
}

.section-page-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height:auto !important;
  font-weight:700;
  text-transform: uppercase;
}
.section-page-main ul div::before{
  content: "•";
  display:flex;
  flex-direction:row;
  margin-right:4px;
}
.section-page-box ul div {
  flex-direction: row;
  display:flex;
}
.section-page-box h2{
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px
}

.section-page-box img{
  max-width:48px;
  max-height:48px;
  width:48px;
  height:48px;
}

.section-page-list{
  margin-left: 8px
}

.payment-basket-section{
  margin-bottom: 28px
}

.payment-basket-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--catsk);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size:20px;
  height:78px;
  justify-content: space-between;
}

.payment-basket-box h2 {
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.payment-basket-box span{
  font-weight: 700;
  color: var(--blue);
  margin-left: 20px;
  margin-right: 20px
}

.payment-basket-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  background-color: var(--white);
  border-top-width: 1px;
  border-style: solid;
  border-color: var(--gray)
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .payment-basket-item{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.basket-items-box-pay{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .basket-items-box-pay{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.delivery-method{
  background-color: var(--white);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 0px;
  border-style: solid;
  border-color: var(--gray);
  padding-bottom: 12px;
  height:100%;
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .delivery-method{
      grid-template-columns: repeat(1, minmax(0, 1fr));
      height:100%;
    }
  }
}

.delivery-method-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px
}

.none-class {
  display:none;
}

.order-main-section {
  display: flex;
  flex-direction: column;
}

.delivery-img-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width:142px;
  height:63px;
  background: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .delivery-img-item{
      width:60px;
      height:48px;
    }
  }
}

.label-text {
  margin-left: 12px;
  max-width: 90%;
  font-size: 18px;
  font-weight: 700;
  color: var(--don-juan);
}

.delivery-checkbox{
  margin-left: 20px
}

.delivery-checker{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--don-juan) !important;
  width:100%;
  padding-left: 25px;
  max-height: 50px;
}

.delivery-checker p{
  margin-left: 12px;
  max-width:90%
}

.delivery-checker input{
  width:24px;
  height:24px
}

.delivery-checker_time{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.delivery-checker_time span{
  font-weight: 700;
  color: var(--don-juan);
  font-size: 16px;
  margin-left: 20px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .delivery-checker_time span{
      display:none
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .delivery-checker_time{
      margin-top: 12px
    }
  }
}

.delivery-checker_checker{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 1400px){
  .delivery-checker_more{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }
}

.delivery-checker-img{
  margin-left: 40px;
  margin-right: 8px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .delivery-checker-img{
      display:none
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .delivery-checker-img{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0px;
      margin-right: 0px
    }
  }
}

.delivery-point-cheker{
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height:210px
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .delivery-point-cheker{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height:100%
    }
  }
}

.delivery-point-img-item{
  margin-right: 36px;
  width:40px;
  height:50px
}

.delivery-page-pic {
 max-height:55px; 
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .delivery-point-img-item{
      display:none
    }
  }
}

.delivery-point-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .delivery-point-item{
      margin-top: 16px;
      margin-left: 0px;
      margin-right: 0px
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .delivery-point-item{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

.delivery-method-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--white);
  border-width: 0px;
  border-style: solid;
  border-color: var(--gray);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  height:100%
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .delivery-method-box{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 8px;
      padding-right: 8px
    }
  }
}

.delivery-address{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 36px
}

.delivery-address p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  color: var(--don-juan)
}

.delivery-address p:before{
  margin-right: 8px;
  content:url("/upload/img/checkbox-icon_active.svg")
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .delivery-address{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
    }
  }
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .delivery-address_add{
      margin-top: 12px
    }
  }
}

@media (min-width: 720px){
  .delivery-address_add{
    margin-left: 8px
  }
}

.my-delivery-address{
  color: var(--silver);
  font-size: 18px;
  margin-bottom: 12px
}

.my-delivery-address_item :not(:last-child){
  margin-bottom: 12px
}

.delivery-payment-method{
  background-color: var(--white);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray);
  height:210px
}

.delivery-payment-method_cash{
  margin-left: 44px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .delivery-payment-method{
      grid-template-columns: repeat(1, minmax(0, 1fr))
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1023px){
    .delivery-payment-method{
      grid-template-columns: repeat(2, minmax(0, 1fr))
    }
  }
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:30px;
}
@media screen and (max-width:1024px) {
  .delivery-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.delivery-payment-method_info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  color: var(--silver)
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .delivery-payment-method_info{
      display:none
    }
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1399px){
    .delivery-payment-method_info{
      width:380px
    }
  }
}

.personal-data-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  height:100%;
  width:100%;
}
@media screen and (max-width:720px){
  .personal-data-box {
    padding-left: 12px;
      padding-right: 12px;
  }
}
@media screen and (max-width:480px){
  .personal-data-box {
    font-size:14px !important;
  }
}
@media (min-width: 320px){
  @media screen and (max-width: 1279px){
    .personal-data-box{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height:100%
    }
  }
}

.personal-data{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 18px;
  font-weight: 700;
  color: var(--don-juan);
  width:100%;
  margin-top:10px;
}

.personal-data input{
  width:24px;
  height:24px
}

.personal-data span{
  color:var(--sunset);
}

.personal-data_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  color: var(--don-juan);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:90%
}

.personal-data_item span{
  color: var(--sunset);
  margin-left: 0px;
  margin-right: 0px
}

.personal-data_item:first-child{
  margin-top: 12px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .personal-data_item{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 12px;
      margin-bottom: 12px
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1279px){
    .personal-data_item{
      margin-top: 12px;
      height:100%
    }
  }
}

.personal-data_form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.personal-data_checker{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px
}

.personal-data_checker p{
  margin-left: 12px
}

@media (min-width: 720px){
  @media screen and (max-width: 1279px){
    .personal-data_checker{
      margin-left: 0px;
      margin-right: 0px
    }

    .personal-data_checker:first-child{
      margin-right: 44px
    }
  }
}

.personal-data_field{
  margin-left: 48px;
  max-width:624px;
  width:100%
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .personal-data_field{
      margin-left: 0px;
      margin-right: 0px
    }
  }
}

.personal-data_required{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
  margin-bottom: 15px;
  margin-right: 24px;
}

.personal-data_required__lk{
  flex-direction:column !important;
  justify-content:space-between !important;

}

.personal-data_required span{
  color: var(--sunset)
}

@media (min-width: 320px){
  @media screen and (max-width: 1023px){
    .personal-data_required{
      margin-top: 12px
    }
  }
}

@media screen and (max-width:1024px){
  .personal-data_required {
    margin-left:32px;
  }
}

@media (min-width: 1024px){
  @media screen and (max-width: 1279px){
    .personal-data_required{
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }
  }
}

.personal-data_licence{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  font-weight: 300;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width:240px
}

.personal-data_licence p{
  margin-left: 16px
}

.personal-data_licence span{
  color: var(--curious-blue)
}

.personal-data_required-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end
}

.personal-data_required-top p span{
  color: var(--sunset)
}

.personal-data_type{
  width:100%
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .personal-data_type{
      font-size: 16px;
      width:100%
    }
  }
}

@media (min-width: 720px){
  @media screen and (max-width: 1279px){
    .personal-data_type{
      width:100%;
    }
  }
}

.personal-data_comt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:340px
}

@media (min-width: 320px){
  @media screen and (max-width: 719px){
    .personal-data_comt{
      margin-bottom: 12px
    }
  }
}

.your-order{
  color: var(--don-juan);
  background-color: var(--catsk);
  position: relative
}

.your-order_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px
}

.your-order_item:last-child{
  font-weight: 700
}

.your-order_item:not(:last-child){
  margin-bottom: 12px
}

.your-order_item:last-child{
  margin-top: 20px;
  margin-bottom: 40px
}

.your-order_item span{
  font-size:24px
}

.your-order_bottom{
  color: var(--catsk);
  background:white;
  width:0px;
  height:0px;
  border-left:50px solid transparent;
  border-right:50px solid transparent;
  border-bottom:50px solid transparent;
  border-top:50px solid
}

.your-order_tooth{
  height:17px;
  width:100%;
  bottom:-13px;
  right:1px;
  background-image:url("/upload/img/tooth.svg");
  position:absolute
}

.your-order_sumbit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

.your-order_sumbit a:hover {
  color: var(--mustard);
}

.your-order_btn{
  max-height:60px;
  max-width:242px;
  width:242px
}

.pay-section_main-info{
  font-size: 18px;
  /* background-image: url(/upload/img/WalletPayment.svg); */
  background-position-x: right;
  background-position-y: top;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:1024px){
  .pay-section_main-info {
background-image:none;
  }
}

.pay-section_main-info p {
  max-width:720px;
  color:var(--don-juan);
}

.pay-section_list-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  flex-direction:column;
}

@media screen and (max-width:720px){
  .pay-section_list-item {
    flex-direction:column;
  }
  .pay-section_list-info {
    margin-left:0px !important;
  }
}

.pay-section_list-img{
  max-width:98px;
  max-height:98px;
  width:100%
}

.pay-section_list-info{
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.pay-section_list-info h3{
  color: var(--don-juan);
  font-weight: 700
}

.pay-section {
  font-size:18px;
}

.pay-section span{
  color: var(--curious-blue);
  font-size:24px
}

.title-blue{
  color: var(--blue);
  font-size:24px
}

.title{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px
}

@media (min-width: 320px){
  .xs\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

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

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

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

  .xs\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xs\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xs\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xs\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xs\:bg-black{
    background-color: var(--black) !important;
  }

  .xs\:bg-white{
    background-color: var(--white) !important;
  }

  .xs\:bg-blue{
    background-color: var(--blue) !important;
  }

  .xs\:bg-apple{
    background-color: var(--apple) !important;
  }

  .xs\:bg-don-juan{
    background-color: var(--don-juan) !important;
  }

  .xs\:bg-alabaster{
    background-color: var(--alabaster) !important;
  }

  .xs\:bg-gray{
    background-color: var(--gray) !important;
  }

  .xs\:bg-concrete{
    background-color: var(--concrete) !important;
  }

  .xs\:bg-silver{
    background-color: var(--silver) !important;
  }

  .xs\:bg-gallery{
    background-color: var(--gallery) !important;
  }

  .xs\:bg-alizarin{
    background-color: var(--alizarin) !important;
  }

  .xs\:bg-sunset{
    background-color: var(--sunset) !important;
  }

  .xs\:bg-curious-blue{
    background-color: var(--curious-blue) !important;
  }

  .xs\:bg-mustard{
    background-color: var(--mustard) !important;
  }

  .xs\:bg-alto{
    background-color: var(--alto) !important;
  }

  .xs\:bg-catsk{
    background-color: var(--catsk) !important;
  }

  .xs\:hover\:bg-black:hover{
    background-color: var(--black) !important;
  }

  .xs\:hover\:bg-white:hover{
    background-color: var(--white) !important;
  }

  .xs\:hover\:bg-blue:hover{
    background-color: var(--blue) !important;
  }

  .xs\:hover\:bg-apple:hover{
    background-color: var(--apple) !important;
  }

  .xs\:hover\:bg-don-juan:hover{
    background-color: var(--don-juan) !important;
  }

  .xs\:hover\:bg-alabaster:hover{
    background-color: var(--alabaster) !important;
  }

  .xs\:hover\:bg-gray:hover{
    background-color: var(--gray) !important;
  }

  .xs\:hover\:bg-concrete:hover{
    background-color: var(--concrete) !important;
  }

  .xs\:hover\:bg-silver:hover{
    background-color: var(--silver) !important;
  }

  .xs\:hover\:bg-gallery:hover{
    background-color: var(--gallery) !important;
  }

  .xs\:hover\:bg-alizarin:hover{
    background-color: var(--alizarin) !important;
  }

  .xs\:hover\:bg-sunset:hover{
    background-color: var(--sunset) !important;
  }

  .xs\:hover\:bg-curious-blue:hover{
    background-color: var(--curious-blue) !important;
  }

  .xs\:hover\:bg-mustard:hover{
    background-color: var(--mustard) !important;
  }

  .xs\:hover\:bg-alto:hover{
    background-color: var(--alto) !important;
  }

  .xs\:hover\:bg-catsk:hover{
    background-color: var(--catsk) !important;
  }

  .xs\:focus\:bg-black:focus{
    background-color: var(--black) !important;
  }

  .xs\:focus\:bg-white:focus{
    background-color: var(--white) !important;
  }

  .xs\:focus\:bg-blue:focus{
    background-color: var(--blue) !important;
  }

  .xs\:focus\:bg-apple:focus{
    background-color: var(--apple) !important;
  }

  .xs\:focus\:bg-don-juan:focus{
    background-color: var(--don-juan) !important;
  }

  .xs\:focus\:bg-alabaster:focus{
    background-color: var(--alabaster) !important;
  }

  .xs\:focus\:bg-gray:focus{
    background-color: var(--gray) !important;
  }

  .xs\:focus\:bg-concrete:focus{
    background-color: var(--concrete) !important;
  }

  .xs\:focus\:bg-silver:focus{
    background-color: var(--silver) !important;
  }

  .xs\:focus\:bg-gallery:focus{
    background-color: var(--gallery) !important;
  }

  .xs\:focus\:bg-alizarin:focus{
    background-color: var(--alizarin) !important;
  }

  .xs\:focus\:bg-sunset:focus{
    background-color: var(--sunset) !important;
  }

  .xs\:focus\:bg-curious-blue:focus{
    background-color: var(--curious-blue) !important;
  }

  .xs\:focus\:bg-mustard:focus{
    background-color: var(--mustard) !important;
  }

  .xs\:focus\:bg-alto:focus{
    background-color: var(--alto) !important;
  }

  .xs\:focus\:bg-catsk:focus{
    background-color: var(--catsk) !important;
  }

  .xs\:bg-none{
    background-image: none !important;
  }

  .xs\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xs\:from-black{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-white{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-blue{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-apple{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-don-juan{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-alabaster{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-gray{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-concrete{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-silver{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-gallery{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-alizarin{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-sunset{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-curious-blue{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-mustard{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-alto{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-catsk{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-black{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-white{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-blue{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-apple{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-don-juan{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-alabaster{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-gray{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-concrete{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-silver{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-gallery{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-alizarin{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-sunset{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-curious-blue{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-mustard{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-alto{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-catsk{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:to-black{
    --gradient-to-color: var(--black) !important;
  }

  .xs\:to-white{
    --gradient-to-color: var(--white) !important;
  }

  .xs\:to-blue{
    --gradient-to-color: var(--blue) !important;
  }

  .xs\:to-apple{
    --gradient-to-color: var(--apple) !important;
  }

  .xs\:to-don-juan{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xs\:to-alabaster{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xs\:to-gray{
    --gradient-to-color: var(--gray) !important;
  }

  .xs\:to-concrete{
    --gradient-to-color: var(--concrete) !important;
  }

  .xs\:to-silver{
    --gradient-to-color: var(--silver) !important;
  }

  .xs\:to-gallery{
    --gradient-to-color: var(--gallery) !important;
  }

  .xs\:to-alizarin{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xs\:to-sunset{
    --gradient-to-color: var(--sunset) !important;
  }

  .xs\:to-curious-blue{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xs\:to-mustard{
    --gradient-to-color: var(--mustard) !important;
  }

  .xs\:to-alto{
    --gradient-to-color: var(--alto) !important;
  }

  .xs\:to-catsk{
    --gradient-to-color: var(--catsk) !important;
  }

  .xs\:hover\:from-black:hover{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-white:hover{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-blue:hover{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-apple:hover{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-don-juan:hover{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-alabaster:hover{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-gray:hover{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-concrete:hover{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-silver:hover{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-gallery:hover{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-alizarin:hover{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-sunset:hover{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-curious-blue:hover{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-mustard:hover{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-alto:hover{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-catsk:hover{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-black:hover{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-white:hover{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-blue:hover{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-apple:hover{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-don-juan:hover{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-alabaster:hover{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-gray:hover{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-concrete:hover{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-silver:hover{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-gallery:hover{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-alizarin:hover{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-sunset:hover{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-curious-blue:hover{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-mustard:hover{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-alto:hover{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-catsk:hover{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:to-black:hover{
    --gradient-to-color: var(--black) !important;
  }

  .xs\:hover\:to-white:hover{
    --gradient-to-color: var(--white) !important;
  }

  .xs\:hover\:to-blue:hover{
    --gradient-to-color: var(--blue) !important;
  }

  .xs\:hover\:to-apple:hover{
    --gradient-to-color: var(--apple) !important;
  }

  .xs\:hover\:to-don-juan:hover{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xs\:hover\:to-alabaster:hover{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xs\:hover\:to-gray:hover{
    --gradient-to-color: var(--gray) !important;
  }

  .xs\:hover\:to-concrete:hover{
    --gradient-to-color: var(--concrete) !important;
  }

  .xs\:hover\:to-silver:hover{
    --gradient-to-color: var(--silver) !important;
  }

  .xs\:hover\:to-gallery:hover{
    --gradient-to-color: var(--gallery) !important;
  }

  .xs\:hover\:to-alizarin:hover{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xs\:hover\:to-sunset:hover{
    --gradient-to-color: var(--sunset) !important;
  }

  .xs\:hover\:to-curious-blue:hover{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xs\:hover\:to-mustard:hover{
    --gradient-to-color: var(--mustard) !important;
  }

  .xs\:hover\:to-alto:hover{
    --gradient-to-color: var(--alto) !important;
  }

  .xs\:hover\:to-catsk:hover{
    --gradient-to-color: var(--catsk) !important;
  }

  .xs\:focus\:from-black:focus{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-white:focus{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-blue:focus{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-apple:focus{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-don-juan:focus{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-alabaster:focus{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-gray:focus{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-concrete:focus{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-silver:focus{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-gallery:focus{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-alizarin:focus{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-sunset:focus{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-curious-blue:focus{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-mustard:focus{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-alto:focus{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-catsk:focus{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-black:focus{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-white:focus{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-blue:focus{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-apple:focus{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-don-juan:focus{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-alabaster:focus{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-gray:focus{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-concrete:focus{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-silver:focus{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-gallery:focus{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-alizarin:focus{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-sunset:focus{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-curious-blue:focus{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-mustard:focus{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-alto:focus{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-catsk:focus{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:to-black:focus{
    --gradient-to-color: var(--black) !important;
  }

  .xs\:focus\:to-white:focus{
    --gradient-to-color: var(--white) !important;
  }

  .xs\:focus\:to-blue:focus{
    --gradient-to-color: var(--blue) !important;
  }

  .xs\:focus\:to-apple:focus{
    --gradient-to-color: var(--apple) !important;
  }

  .xs\:focus\:to-don-juan:focus{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xs\:focus\:to-alabaster:focus{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xs\:focus\:to-gray:focus{
    --gradient-to-color: var(--gray) !important;
  }

  .xs\:focus\:to-concrete:focus{
    --gradient-to-color: var(--concrete) !important;
  }

  .xs\:focus\:to-silver:focus{
    --gradient-to-color: var(--silver) !important;
  }

  .xs\:focus\:to-gallery:focus{
    --gradient-to-color: var(--gallery) !important;
  }

  .xs\:focus\:to-alizarin:focus{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xs\:focus\:to-sunset:focus{
    --gradient-to-color: var(--sunset) !important;
  }

  .xs\:focus\:to-curious-blue:focus{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xs\:focus\:to-mustard:focus{
    --gradient-to-color: var(--mustard) !important;
  }

  .xs\:focus\:to-alto:focus{
    --gradient-to-color: var(--alto) !important;
  }

  .xs\:focus\:to-catsk:focus{
    --gradient-to-color: var(--catsk) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:border-black{
    border-color: var(--black) !important;
  }

  .xs\:border-white{
    border-color: var(--white) !important;
  }

  .xs\:border-blue{
    border-color: var(--blue) !important;
  }

  .xs\:border-apple{
    border-color: var(--apple) !important;
  }

  .xs\:border-don-juan{
    border-color: var(--don-juan) !important;
  }

  .xs\:border-alabaster{
    border-color: var(--alabaster) !important;
  }

  .xs\:border-gray{
    border-color: var(--gray) !important;
  }

  .xs\:border-concrete{
    border-color: var(--concrete) !important;
  }

  .xs\:border-silver{
    border-color: var(--silver) !important;
  }

  .xs\:border-gallery{
    border-color: var(--gallery) !important;
  }

  .xs\:border-alizarin{
    border-color: var(--alizarin) !important;
  }

  .xs\:border-sunset{
    border-color: var(--sunset) !important;
  }

  .xs\:border-curious-blue{
    border-color: var(--curious-blue) !important;
  }

  .xs\:border-mustard{
    border-color: var(--mustard) !important;
  }

  .xs\:border-alto{
    border-color: var(--alto) !important;
  }

  .xs\:border-catsk{
    border-color: var(--catsk) !important;
  }

  .xs\:hover\:border-black:hover{
    border-color: var(--black) !important;
  }

  .xs\:hover\:border-white:hover{
    border-color: var(--white) !important;
  }

  .xs\:hover\:border-blue:hover{
    border-color: var(--blue) !important;
  }

  .xs\:hover\:border-apple:hover{
    border-color: var(--apple) !important;
  }

  .xs\:hover\:border-don-juan:hover{
    border-color: var(--don-juan) !important;
  }

  .xs\:hover\:border-alabaster:hover{
    border-color: var(--alabaster) !important;
  }

  .xs\:hover\:border-gray:hover{
    border-color: var(--gray) !important;
  }

  .xs\:hover\:border-concrete:hover{
    border-color: var(--concrete) !important;
  }

  .xs\:hover\:border-silver:hover{
    border-color: var(--silver) !important;
  }

  .xs\:hover\:border-gallery:hover{
    border-color: var(--gallery) !important;
  }

  .xs\:hover\:border-alizarin:hover{
    border-color: var(--alizarin) !important;
  }

  .xs\:hover\:border-sunset:hover{
    border-color: var(--sunset) !important;
  }

  .xs\:hover\:border-curious-blue:hover{
    border-color: var(--curious-blue) !important;
  }

  .xs\:hover\:border-mustard:hover{
    border-color: var(--mustard) !important;
  }

  .xs\:hover\:border-alto:hover{
    border-color: var(--alto) !important;
  }

  .xs\:hover\:border-catsk:hover{
    border-color: var(--catsk) !important;
  }

  .xs\:focus\:border-black:focus{
    border-color: var(--black) !important;
  }

  .xs\:focus\:border-white:focus{
    border-color: var(--white) !important;
  }

  .xs\:focus\:border-blue:focus{
    border-color: var(--blue) !important;
  }

  .xs\:focus\:border-apple:focus{
    border-color: var(--apple) !important;
  }

  .xs\:focus\:border-don-juan:focus{
    border-color: var(--don-juan) !important;
  }

  .xs\:focus\:border-alabaster:focus{
    border-color: var(--alabaster) !important;
  }

  .xs\:focus\:border-gray:focus{
    border-color: var(--gray) !important;
  }

  .xs\:focus\:border-concrete:focus{
    border-color: var(--concrete) !important;
  }

  .xs\:focus\:border-silver:focus{
    border-color: var(--silver) !important;
  }

  .xs\:focus\:border-gallery:focus{
    border-color: var(--gallery) !important;
  }

  .xs\:focus\:border-alizarin:focus{
    border-color: var(--alizarin) !important;
  }

  .xs\:focus\:border-sunset:focus{
    border-color: var(--sunset) !important;
  }

  .xs\:focus\:border-curious-blue:focus{
    border-color: var(--curious-blue) !important;
  }

  .xs\:focus\:border-mustard:focus{
    border-color: var(--mustard) !important;
  }

  .xs\:focus\:border-alto:focus{
    border-color: var(--alto) !important;
  }

  .xs\:focus\:border-catsk:focus{
    border-color: var(--catsk) !important;
  }

  .xs\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xs\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xs\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xs\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xs\:border-opacity-100{
    --border-opacity: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .xs\:rounded-none{
    border-radius: 0 !important;
  }

  .xs\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xs\:rounded{
    border-radius: 0.25rem !important;
  }

  .xs\:rounded-md{
    border-radius: 0.375rem !important;
  }

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

  .xs\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xs\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xs\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

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

  .xs\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xs\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xs\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

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

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

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

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

  .xs\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xs\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xs\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xs\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xs\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xs\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xs\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xs\:border-4{
    border-width: 4px !important;
  }

  .xs\:border-8{
    border-width: 8px !important;
  }

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

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

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

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

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

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

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

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

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

  .xs\:border-t-4{
    border-top-width: 4px !important;
  }

  .xs\:border-r-4{
    border-right-width: 4px !important;
  }

  .xs\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xs\:border-l-4{
    border-left-width: 4px !important;
  }

  .xs\:border-t-8{
    border-top-width: 8px !important;
  }

  .xs\:border-r-8{
    border-right-width: 8px !important;
  }

  .xs\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xs\:border-l-8{
    border-left-width: 8px !important;
  }

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

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

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

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

  .xs\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xs\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

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

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

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

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

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

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

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

  .xs\:block{
    display: block !important;
  }

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

  .xs\:inline{
    display: inline !important;
  }

  .xs\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xs\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xs\:table{
    display: table !important;
  }

  .xs\:table-caption{
    display: table-caption !important;
  }

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

  .xs\:table-column{
    display: table-column !important;
  }

  .xs\:table-column-group{
    display: table-column-group !important;
  }

  .xs\:table-footer-group{
    display: table-footer-group !important;
  }

  .xs\:table-header-group{
    display: table-header-group !important;
  }

  .xs\:table-row-group{
    display: table-row-group !important;
  }

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

  .xs\:flow-root{
    display: flow-root !important;
  }

  .xs\:grid{
    display: grid !important;
  }

  .xs\:inline-grid{
    display: inline-grid !important;
  }

  .xs\:contents{
    display: contents !important;
  }

  .xs\:hidden{
    display: none !important;
  }

  .xs\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .xs\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xs\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xs\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xs\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

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

  .xs\:place-items-auto{
    place-items: auto !important;
  }

  .xs\:place-items-start{
    place-items: start !important;
  }

  .xs\:place-items-end{
    place-items: end !important;
  }

  .xs\:place-items-center{
    place-items: center !important;
  }

  .xs\:place-items-stretch{
    place-items: stretch !important;
  }

  .xs\:place-content-center{
    place-content: center !important;
  }

  .xs\:place-content-start{
    place-content: start !important;
  }

  .xs\:place-content-end{
    place-content: end !important;
  }

  .xs\:place-content-between{
    place-content: space-between !important;
  }

  .xs\:place-content-around{
    place-content: space-around !important;
  }

  .xs\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xs\:place-content-stretch{
    place-content: stretch !important;
  }

  .xs\:place-self-auto{
    place-self: auto !important;
  }

  .xs\:place-self-start{
    place-self: start !important;
  }

  .xs\:place-self-end{
    place-self: end !important;
  }

  .xs\:place-self-center{
    place-self: center !important;
  }

  .xs\:place-self-stretch{
    place-self: stretch !important;
  }

  .xs\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xs\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xs\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xs\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xs\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xs\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xs\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xs\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xs\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xs\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xs\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xs\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xs\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xs\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xs\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xs\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xs\:justify-items-auto{
    justify-items: auto !important;
  }

  .xs\:justify-items-start{
    justify-items: start !important;
  }

  .xs\:justify-items-end{
    justify-items: end !important;
  }

  .xs\:justify-items-center{
    justify-items: center !important;
  }

  .xs\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xs\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xs\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xs\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xs\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xs\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xs\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .xs\:justify-self-auto{
    justify-self: auto !important;
  }

  .xs\:justify-self-start{
    justify-self: start !important;
  }

  .xs\:justify-self-end{
    justify-self: end !important;
  }

  .xs\:justify-self-center{
    justify-self: center !important;
  }

  .xs\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xs\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xs\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xs\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xs\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xs\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xs\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xs\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xs\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xs\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xs\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xs\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xs\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xs\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xs\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xs\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xs\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xs\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xs\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xs\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xs\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xs\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xs\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xs\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

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

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

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

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

  .xs\:clear-left{
    clear: left !important;
  }

  .xs\:clear-right{
    clear: right !important;
  }

  .xs\:clear-both{
    clear: both !important;
  }

  .xs\:clear-none{
    clear: none !important;
  }

  .xs\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xs\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xs\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

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

  .xs\:font-thin{
    font-weight: 200 !important;
  }

  .xs\:font-light{
    font-weight: 300 !important;
  }

  .xs\:font-normal{
    font-weight: 400 !important;
  }

  .xs\:font-medium{
    font-weight: 500 !important;
  }

  .xs\:font-semibold{
    font-weight: 600 !important;
  }

  .xs\:font-bold{
    font-weight: 700 !important;
  }

  .xs\:font-extrabold{
    font-weight: 800 !important;
  }

  .xs\:font-black{
    font-weight: 900 !important;
  }

  .xs\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xs\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xs\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xs\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xs\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xs\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xs\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xs\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xs\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xs\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xs\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xs\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xs\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xs\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xs\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xs\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xs\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xs\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xs\:h-0{
    height: 0px !important;
  }

  .xs\:h-1{
    height: 4px !important;
  }

  .xs\:h-2{
    height: 8px !important;
  }

  .xs\:h-3{
    height: 12px !important;
  }

  .xs\:h-4{
    height: 16px !important;
  }

  .xs\:h-5{
    height: 20px !important;
  }

  .xs\:h-6{
    height: 24px !important;
  }

  .xs\:h-7{
    height: 28px !important;
  }

  .xs\:h-8{
    height: 32px !important;
  }

  .xs\:h-9{
    height: 36px !important;
  }

  .xs\:h-10{
    height: 40px !important;
  }

  .xs\:h-11{
    height: 44px !important;
  }

  .xs\:h-12{
    height: 48px !important;
  }

  .xs\:h-13{
    height: 52px !important;
  }

  .xs\:h-14{
    height: 56px !important;
  }

  .xs\:h-15{
    height: 60px !important;
  }

  .xs\:h-16{
    height: 64px !important;
  }

  .xs\:h-17{
    height: 68px !important;
  }

  .xs\:h-18{
    height: 72px !important;
  }

  .xs\:h-19{
    height: 76px !important;
  }

  .xs\:h-20{
    height: 80px !important;
  }

  .xs\:h-21{
    height: 84px !important;
  }

  .xs\:h-22{
    height: 88px !important;
  }

  .xs\:h-23{
    height: 92px !important;
  }

  .xs\:h-24{
    height: 96px !important;
  }

  .xs\:h-25{
    height: 100px !important;
  }

  .xs\:h-26{
    height: 104px !important;
  }

  .xs\:h-27{
    height: 108px !important;
  }

  .xs\:h-28{
    height: 112px !important;
  }

  .xs\:h-29{
    height: 116px !important;
  }

  .xs\:h-30{
    height: 120px !important;
  }

  .xs\:h-auto{
    height: auto !important;
  }

  .xs\:h-full{
    height: 100% !important;
  }

  .xs\:h-screen{
    height: 100vh !important;
  }

  .xs\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .xs\:text-sm{
    font-size: 14px !important;
  }

  .xs\:text-base{
    font-size: 16px !important;
  }

  .xs\:text-lg{
    font-size: 18px !important;
  }

  .xs\:text-2lg{
    font-size: 20px !important;
  }

  .xs\:text-3lg{
    font-size: 24px !important;
  }

  .xs\:text-xl{
    font-size: 36px !important;
  }

  .xs\:text-2xl{
    font-size: 40px !important;
  }

  .xs\:leading-3{
    line-height: .75rem !important;
  }

  .xs\:leading-4{
    line-height: 1rem !important;
  }

  .xs\:leading-5{
    line-height: 1.25rem !important;
  }

  .xs\:leading-6{
    line-height: 1.5rem !important;
  }

  .xs\:leading-7{
    line-height: 1.75rem !important;
  }

  .xs\:leading-8{
    line-height: 2rem !important;
  }

  .xs\:leading-9{
    line-height: 2.25rem !important;
  }

  .xs\:leading-10{
    line-height: 2.5rem !important;
  }

  .xs\:leading-none{
    line-height: 1 !important;
  }

  .xs\:leading-tight{
    line-height: 1.2 !important;
  }

  .xs\:leading-snug{
    line-height: 1.375 !important;
  }

  .xs\:leading-normal{
    line-height: 1.5 !important;
  }

  .xs\:leading-relaxed{
    line-height: 1.6 !important;
  }

  .xs\:leading-loose{
    line-height: 2 !important;
  }

  .xs\:list-inside{
    list-style-position: inside !important;
  }

  .xs\:list-outside{
    list-style-position: outside !important;
  }

  .xs\:list-none{
    list-style-type: none !important;
  }

  .xs\:list-disc{
    list-style-type: disc !important;
  }

  .xs\:list-decimal{
    list-style-type: decimal !important;
  }

  .xs\:m-0{
    margin: 0px !important;
  }

  .xs\:m-1{
    margin: 4px !important;
  }

  .xs\:m-2{
    margin: 8px !important;
  }

  .xs\:m-3{
    margin: 12px !important;
  }

  .xs\:m-4{
    margin: 16px !important;
  }

  .xs\:m-5{
    margin: 20px !important;
  }

  .xs\:m-6{
    margin: 24px !important;
  }

  .xs\:m-7{
    margin: 28px !important;
  }

  .xs\:m-8{
    margin: 32px !important;
  }

  .xs\:m-9{
    margin: 36px !important;
  }

  .xs\:m-10{
    margin: 40px !important;
  }

  .xs\:m-11{
    margin: 44px !important;
  }

  .xs\:m-12{
    margin: 48px !important;
  }

  .xs\:m-13{
    margin: 52px !important;
  }

  .xs\:m-14{
    margin: 56px !important;
  }

  .xs\:m-15{
    margin: 60px !important;
  }

  .xs\:m-16{
    margin: 64px !important;
  }

  .xs\:m-17{
    margin: 68px !important;
  }

  .xs\:m-18{
    margin: 72px !important;
  }

  .xs\:m-19{
    margin: 76px !important;
  }

  .xs\:m-20{
    margin: 80px !important;
  }

  .xs\:m-21{
    margin: 84px !important;
  }

  .xs\:m-22{
    margin: 88px !important;
  }

  .xs\:m-23{
    margin: 92px !important;
  }

  .xs\:m-24{
    margin: 96px !important;
  }

  .xs\:m-25{
    margin: 100px !important;
  }

  .xs\:m-26{
    margin: 104px !important;
  }

  .xs\:m-27{
    margin: 108px !important;
  }

  .xs\:m-28{
    margin: 112px !important;
  }

  .xs\:m-29{
    margin: 116px !important;
  }

  .xs\:m-30{
    margin: 120px !important;
  }

  .xs\:m-auto{
    margin: auto !important;
  }

  .xs\:-m-0{
    margin: 0px !important;
  }

  .xs\:-m-1{
    margin: -4px !important;
  }

  .xs\:-m-2{
    margin: -8px !important;
  }

  .xs\:-m-3{
    margin: -12px !important;
  }

  .xs\:-m-4{
    margin: -16px !important;
  }

  .xs\:-m-5{
    margin: -20px !important;
  }

  .xs\:-m-6{
    margin: -24px !important;
  }

  .xs\:-m-7{
    margin: -28px !important;
  }

  .xs\:-m-8{
    margin: -32px !important;
  }

  .xs\:-m-9{
    margin: -36px !important;
  }

  .xs\:-m-10{
    margin: -40px !important;
  }

  .xs\:-m-11{
    margin: -44px !important;
  }

  .xs\:-m-12{
    margin: -48px !important;
  }

  .xs\:-m-13{
    margin: -52px !important;
  }

  .xs\:-m-14{
    margin: -56px !important;
  }

  .xs\:-m-15{
    margin: -60px !important;
  }

  .xs\:-m-16{
    margin: -64px !important;
  }

  .xs\:-m-17{
    margin: -68px !important;
  }

  .xs\:-m-18{
    margin: -72px !important;
  }

  .xs\:-m-19{
    margin: -76px !important;
  }

  .xs\:-m-20{
    margin: -80px !important;
  }

  .xs\:-m-21{
    margin: -84px !important;
  }

  .xs\:-m-22{
    margin: -88px !important;
  }

  .xs\:-m-23{
    margin: -92px !important;
  }

  .xs\:-m-24{
    margin: -96px !important;
  }

  .xs\:-m-25{
    margin: -100px !important;
  }

  .xs\:-m-26{
    margin: -104px !important;
  }

  .xs\:-m-27{
    margin: -108px !important;
  }

  .xs\:-m-28{
    margin: -112px !important;
  }

  .xs\:-m-29{
    margin: -116px !important;
  }

  .xs\:-m-30{
    margin: -120px !important;
  }

  .xs\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:my-1{
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .xs\:mx-1{
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .xs\:my-2{
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xs\:mx-2{
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xs\:my-3{
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .xs\:mx-3{
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .xs\:my-4{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xs\:mx-4{
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xs\:my-5{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xs\:mx-5{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xs\:my-6{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xs\:mx-6{
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xs\:my-7{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .xs\:mx-7{
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .xs\:my-8{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xs\:mx-8{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xs\:my-9{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xs\:mx-9{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xs\:my-10{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xs\:mx-10{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xs\:my-11{
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xs\:mx-11{
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xs\:my-12{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xs\:mx-12{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xs\:my-13{
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .xs\:mx-13{
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .xs\:my-14{
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xs\:mx-14{
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xs\:my-15{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xs\:mx-15{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xs\:my-16{
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xs\:mx-16{
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xs\:my-17{
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .xs\:mx-17{
    margin-left: 68px !important;
    margin-right: 68px !important;
  }

  .xs\:my-18{
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xs\:mx-18{
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xs\:my-19{
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .xs\:mx-19{
    margin-left: 76px !important;
    margin-right: 76px !important;
  }

  .xs\:my-20{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xs\:mx-20{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xs\:my-21{
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .xs\:mx-21{
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .xs\:my-22{
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xs\:mx-22{
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xs\:my-23{
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .xs\:mx-23{
    margin-left: 92px !important;
    margin-right: 92px !important;
  }

  .xs\:my-24{
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .xs\:mx-24{
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .xs\:my-25{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xs\:mx-25{
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xs\:my-26{
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .xs\:mx-26{
    margin-left: 104px !important;
    margin-right: 104px !important;
  }

  .xs\:my-27{
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .xs\:mx-27{
    margin-left: 108px !important;
    margin-right: 108px !important;
  }

  .xs\:my-28{
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .xs\:mx-28{
    margin-left: 112px !important;
    margin-right: 112px !important;
  }

  .xs\:my-29{
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .xs\:mx-29{
    margin-left: 116px !important;
    margin-right: 116px !important;
  }

  .xs\:my-30{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xs\:mx-30{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xs\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xs\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xs\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:-my-1{
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .xs\:-mx-1{
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .xs\:-my-2{
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xs\:-mx-2{
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xs\:-my-3{
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .xs\:-mx-3{
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .xs\:-my-4{
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xs\:-mx-4{
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xs\:-my-5{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xs\:-mx-5{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xs\:-my-6{
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xs\:-mx-6{
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xs\:-my-7{
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .xs\:-mx-7{
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .xs\:-my-8{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xs\:-mx-8{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xs\:-my-9{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xs\:-mx-9{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xs\:-my-10{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xs\:-mx-10{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xs\:-my-11{
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xs\:-mx-11{
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xs\:-my-12{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xs\:-mx-12{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xs\:-my-13{
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .xs\:-mx-13{
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .xs\:-my-14{
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .xs\:-mx-14{
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .xs\:-my-15{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xs\:-mx-15{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xs\:-my-16{
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xs\:-mx-16{
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xs\:-my-17{
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }

  .xs\:-mx-17{
    margin-left: -68px !important;
    margin-right: -68px !important;
  }

  .xs\:-my-18{
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xs\:-mx-18{
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xs\:-my-19{
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }

  .xs\:-mx-19{
    margin-left: -76px !important;
    margin-right: -76px !important;
  }

  .xs\:-my-20{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xs\:-mx-20{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xs\:-my-21{
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .xs\:-mx-21{
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .xs\:-my-22{
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .xs\:-mx-22{
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .xs\:-my-23{
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }

  .xs\:-mx-23{
    margin-left: -92px !important;
    margin-right: -92px !important;
  }

  .xs\:-my-24{
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .xs\:-mx-24{
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .xs\:-my-25{
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xs\:-mx-25{
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xs\:-my-26{
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }

  .xs\:-mx-26{
    margin-left: -104px !important;
    margin-right: -104px !important;
  }

  .xs\:-my-27{
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }

  .xs\:-mx-27{
    margin-left: -108px !important;
    margin-right: -108px !important;
  }

  .xs\:-my-28{
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .xs\:-mx-28{
    margin-left: -112px !important;
    margin-right: -112px !important;
  }

  .xs\:-my-29{
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }

  .xs\:-mx-29{
    margin-left: -116px !important;
    margin-right: -116px !important;
  }

  .xs\:-my-30{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xs\:-mx-30{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xs\:mt-0{
    margin-top: 0px !important;
  }

  .xs\:mr-0{
    margin-right: 0px !important;
  }

  .xs\:mb-0{
    margin-bottom: 0px !important;
  }

  .xs\:ml-0{
    margin-left: 0px !important;
  }

  .xs\:mt-1{
    margin-top: 4px !important;
  }

  .xs\:mr-1{
    margin-right: 4px !important;
  }

  .xs\:mb-1{
    margin-bottom: 4px !important;
  }

  .xs\:ml-1{
    margin-left: 4px !important;
  }

  .xs\:mt-2{
    margin-top: 8px !important;
  }

  .xs\:mr-2{
    margin-right: 8px !important;
  }

  .xs\:mb-2{
    margin-bottom: 8px !important;
  }

  .xs\:ml-2{
    margin-left: 8px !important;
  }

  .xs\:mt-3{
    margin-top: 12px !important;
  }

  .xs\:mr-3{
    margin-right: 12px !important;
  }

  .xs\:mb-3{
    margin-bottom: 12px !important;
  }

  .xs\:ml-3{
    margin-left: 12px !important;
  }

  .xs\:mt-4{
    margin-top: 16px !important;
  }

  .xs\:mr-4{
    margin-right: 16px !important;
  }

  .xs\:mb-4{
    margin-bottom: 16px !important;
  }

  .xs\:ml-4{
    margin-left: 16px !important;
  }

  .xs\:mt-5{
    margin-top: 20px !important;
  }

  .xs\:mr-5{
    margin-right: 20px !important;
  }

  .xs\:mb-5{
    margin-bottom: 20px !important;
  }

  .xs\:ml-5{
    margin-left: 20px !important;
  }

  .xs\:mt-6{
    margin-top: 24px !important;
  }

  .xs\:mr-6{
    margin-right: 24px !important;
  }

  .xs\:mb-6{
    margin-bottom: 24px !important;
  }

  .xs\:ml-6{
    margin-left: 24px !important;
  }

  .xs\:mt-7{
    margin-top: 28px !important;
  }

  .xs\:mr-7{
    margin-right: 28px !important;
  }

  .xs\:mb-7{
    margin-bottom: 28px !important;
  }

  .xs\:ml-7{
    margin-left: 28px !important;
  }

  .xs\:mt-8{
    margin-top: 32px !important;
  }

  .xs\:mr-8{
    margin-right: 32px !important;
  }

  .xs\:mb-8{
    margin-bottom: 32px !important;
  }

  .xs\:ml-8{
    margin-left: 32px !important;
  }

  .xs\:mt-9{
    margin-top: 36px !important;
  }

  .xs\:mr-9{
    margin-right: 36px !important;
  }

  .xs\:mb-9{
    margin-bottom: 36px !important;
  }

  .xs\:ml-9{
    margin-left: 36px !important;
  }

  .xs\:mt-10{
    margin-top: 40px !important;
  }

  .xs\:mr-10{
    margin-right: 40px !important;
  }

  .xs\:mb-10{
    margin-bottom: 40px !important;
  }

  .xs\:ml-10{
    margin-left: 40px !important;
  }

  .xs\:mt-11{
    margin-top: 44px !important;
  }

  .xs\:mr-11{
    margin-right: 44px !important;
  }

  .xs\:mb-11{
    margin-bottom: 44px !important;
  }

  .xs\:ml-11{
    margin-left: 44px !important;
  }

  .xs\:mt-12{
    margin-top: 48px !important;
  }

  .xs\:mr-12{
    margin-right: 48px !important;
  }

  .xs\:mb-12{
    margin-bottom: 48px !important;
  }

  .xs\:ml-12{
    margin-left: 48px !important;
  }

  .xs\:mt-13{
    margin-top: 52px !important;
  }

  .xs\:mr-13{
    margin-right: 52px !important;
  }

  .xs\:mb-13{
    margin-bottom: 52px !important;
  }

  .xs\:ml-13{
    margin-left: 52px !important;
  }

  .xs\:mt-14{
    margin-top: 56px !important;
  }

  .xs\:mr-14{
    margin-right: 56px !important;
  }

  .xs\:mb-14{
    margin-bottom: 56px !important;
  }

  .xs\:ml-14{
    margin-left: 56px !important;
  }

  .xs\:mt-15{
    margin-top: 60px !important;
  }

  .xs\:mr-15{
    margin-right: 60px !important;
  }

  .xs\:mb-15{
    margin-bottom: 60px !important;
  }

  .xs\:ml-15{
    margin-left: 60px !important;
  }

  .xs\:mt-16{
    margin-top: 64px !important;
  }

  .xs\:mr-16{
    margin-right: 64px !important;
  }

  .xs\:mb-16{
    margin-bottom: 64px !important;
  }

  .xs\:ml-16{
    margin-left: 64px !important;
  }

  .xs\:mt-17{
    margin-top: 68px !important;
  }

  .xs\:mr-17{
    margin-right: 68px !important;
  }

  .xs\:mb-17{
    margin-bottom: 68px !important;
  }

  .xs\:ml-17{
    margin-left: 68px !important;
  }

  .xs\:mt-18{
    margin-top: 72px !important;
  }

  .xs\:mr-18{
    margin-right: 72px !important;
  }

  .xs\:mb-18{
    margin-bottom: 72px !important;
  }

  .xs\:ml-18{
    margin-left: 72px !important;
  }

  .xs\:mt-19{
    margin-top: 76px !important;
  }

  .xs\:mr-19{
    margin-right: 76px !important;
  }

  .xs\:mb-19{
    margin-bottom: 76px !important;
  }

  .xs\:ml-19{
    margin-left: 76px !important;
  }

  .xs\:mt-20{
    margin-top: 80px !important;
  }

  .xs\:mr-20{
    margin-right: 80px !important;
  }

  .xs\:mb-20{
    margin-bottom: 80px !important;
  }

  .xs\:ml-20{
    margin-left: 80px !important;
  }

  .xs\:mt-21{
    margin-top: 84px !important;
  }

  .xs\:mr-21{
    margin-right: 84px !important;
  }

  .xs\:mb-21{
    margin-bottom: 84px !important;
  }

  .xs\:ml-21{
    margin-left: 84px !important;
  }

  .xs\:mt-22{
    margin-top: 88px !important;
  }

  .xs\:mr-22{
    margin-right: 88px !important;
  }

  .xs\:mb-22{
    margin-bottom: 88px !important;
  }

  .xs\:ml-22{
    margin-left: 88px !important;
  }

  .xs\:mt-23{
    margin-top: 92px !important;
  }

  .xs\:mr-23{
    margin-right: 92px !important;
  }

  .xs\:mb-23{
    margin-bottom: 92px !important;
  }

  .xs\:ml-23{
    margin-left: 92px !important;
  }

  .xs\:mt-24{
    margin-top: 96px !important;
  }

  .xs\:mr-24{
    margin-right: 96px !important;
  }

  .xs\:mb-24{
    margin-bottom: 96px !important;
  }

  .xs\:ml-24{
    margin-left: 96px !important;
  }

  .xs\:mt-25{
    margin-top: 100px !important;
  }

  .xs\:mr-25{
    margin-right: 100px !important;
  }

  .xs\:mb-25{
    margin-bottom: 100px !important;
  }

  .xs\:ml-25{
    margin-left: 100px !important;
  }

  .xs\:mt-26{
    margin-top: 104px !important;
  }

  .xs\:mr-26{
    margin-right: 104px !important;
  }

  .xs\:mb-26{
    margin-bottom: 104px !important;
  }

  .xs\:ml-26{
    margin-left: 104px !important;
  }

  .xs\:mt-27{
    margin-top: 108px !important;
  }

  .xs\:mr-27{
    margin-right: 108px !important;
  }

  .xs\:mb-27{
    margin-bottom: 108px !important;
  }

  .xs\:ml-27{
    margin-left: 108px !important;
  }

  .xs\:mt-28{
    margin-top: 112px !important;
  }

  .xs\:mr-28{
    margin-right: 112px !important;
  }

  .xs\:mb-28{
    margin-bottom: 112px !important;
  }

  .xs\:ml-28{
    margin-left: 112px !important;
  }

  .xs\:mt-29{
    margin-top: 116px !important;
  }

  .xs\:mr-29{
    margin-right: 116px !important;
  }

  .xs\:mb-29{
    margin-bottom: 116px !important;
  }

  .xs\:ml-29{
    margin-left: 116px !important;
  }

  .xs\:mt-30{
    margin-top: 120px !important;
  }

  .xs\:mr-30{
    margin-right: 120px !important;
  }

  .xs\:mb-30{
    margin-bottom: 120px !important;
  }

  .xs\:ml-30{
    margin-left: 120px !important;
  }

  .xs\:mt-auto{
    margin-top: auto !important;
  }

  .xs\:mr-auto{
    margin-right: auto !important;
  }

  .xs\:mb-auto{
    margin-bottom: auto !important;
  }

  .xs\:ml-auto{
    margin-left: auto !important;
  }

  .xs\:-mt-0{
    margin-top: 0px !important;
  }

  .xs\:-mr-0{
    margin-right: 0px !important;
  }

  .xs\:-mb-0{
    margin-bottom: 0px !important;
  }

  .xs\:-ml-0{
    margin-left: 0px !important;
  }

  .xs\:-mt-1{
    margin-top: -4px !important;
  }

  .xs\:-mr-1{
    margin-right: -4px !important;
  }

  .xs\:-mb-1{
    margin-bottom: -4px !important;
  }

  .xs\:-ml-1{
    margin-left: -4px !important;
  }

  .xs\:-mt-2{
    margin-top: -8px !important;
  }

  .xs\:-mr-2{
    margin-right: -8px !important;
  }

  .xs\:-mb-2{
    margin-bottom: -8px !important;
  }

  .xs\:-ml-2{
    margin-left: -8px !important;
  }

  .xs\:-mt-3{
    margin-top: -12px !important;
  }

  .xs\:-mr-3{
    margin-right: -12px !important;
  }

  .xs\:-mb-3{
    margin-bottom: -12px !important;
  }

  .xs\:-ml-3{
    margin-left: -12px !important;
  }

  .xs\:-mt-4{
    margin-top: -16px !important;
  }

  .xs\:-mr-4{
    margin-right: -16px !important;
  }

  .xs\:-mb-4{
    margin-bottom: -16px !important;
  }

  .xs\:-ml-4{
    margin-left: -16px !important;
  }

  .xs\:-mt-5{
    margin-top: -20px !important;
  }

  .xs\:-mr-5{
    margin-right: -20px !important;
  }

  .xs\:-mb-5{
    margin-bottom: -20px !important;
  }

  .xs\:-ml-5{
    margin-left: -20px !important;
  }

  .xs\:-mt-6{
    margin-top: -24px !important;
  }

  .xs\:-mr-6{
    margin-right: -24px !important;
  }

  .xs\:-mb-6{
    margin-bottom: -24px !important;
  }

  .xs\:-ml-6{
    margin-left: -24px !important;
  }

  .xs\:-mt-7{
    margin-top: -28px !important;
  }

  .xs\:-mr-7{
    margin-right: -28px !important;
  }

  .xs\:-mb-7{
    margin-bottom: -28px !important;
  }

  .xs\:-ml-7{
    margin-left: -28px !important;
  }

  .xs\:-mt-8{
    margin-top: -32px !important;
  }

  .xs\:-mr-8{
    margin-right: -32px !important;
  }

  .xs\:-mb-8{
    margin-bottom: -32px !important;
  }

  .xs\:-ml-8{
    margin-left: -32px !important;
  }

  .xs\:-mt-9{
    margin-top: -36px !important;
  }

  .xs\:-mr-9{
    margin-right: -36px !important;
  }

  .xs\:-mb-9{
    margin-bottom: -36px !important;
  }

  .xs\:-ml-9{
    margin-left: -36px !important;
  }

  .xs\:-mt-10{
    margin-top: -40px !important;
  }

  .xs\:-mr-10{
    margin-right: -40px !important;
  }

  .xs\:-mb-10{
    margin-bottom: -40px !important;
  }

  .xs\:-ml-10{
    margin-left: -40px !important;
  }

  .xs\:-mt-11{
    margin-top: -44px !important;
  }

  .xs\:-mr-11{
    margin-right: -44px !important;
  }

  .xs\:-mb-11{
    margin-bottom: -44px !important;
  }

  .xs\:-ml-11{
    margin-left: -44px !important;
  }

  .xs\:-mt-12{
    margin-top: -48px !important;
  }

  .xs\:-mr-12{
    margin-right: -48px !important;
  }

  .xs\:-mb-12{
    margin-bottom: -48px !important;
  }

  .xs\:-ml-12{
    margin-left: -48px !important;
  }

  .xs\:-mt-13{
    margin-top: -52px !important;
  }

  .xs\:-mr-13{
    margin-right: -52px !important;
  }

  .xs\:-mb-13{
    margin-bottom: -52px !important;
  }

  .xs\:-ml-13{
    margin-left: -52px !important;
  }

  .xs\:-mt-14{
    margin-top: -56px !important;
  }

  .xs\:-mr-14{
    margin-right: -56px !important;
  }

  .xs\:-mb-14{
    margin-bottom: -56px !important;
  }

  .xs\:-ml-14{
    margin-left: -56px !important;
  }

  .xs\:-mt-15{
    margin-top: -60px !important;
  }

  .xs\:-mr-15{
    margin-right: -60px !important;
  }

  .xs\:-mb-15{
    margin-bottom: -60px !important;
  }

  .xs\:-ml-15{
    margin-left: -60px !important;
  }

  .xs\:-mt-16{
    margin-top: -64px !important;
  }

  .xs\:-mr-16{
    margin-right: -64px !important;
  }

  .xs\:-mb-16{
    margin-bottom: -64px !important;
  }

  .xs\:-ml-16{
    margin-left: -64px !important;
  }

  .xs\:-mt-17{
    margin-top: -68px !important;
  }

  .xs\:-mr-17{
    margin-right: -68px !important;
  }

  .xs\:-mb-17{
    margin-bottom: -68px !important;
  }

  .xs\:-ml-17{
    margin-left: -68px !important;
  }

  .xs\:-mt-18{
    margin-top: -72px !important;
  }

  .xs\:-mr-18{
    margin-right: -72px !important;
  }

  .xs\:-mb-18{
    margin-bottom: -72px !important;
  }

  .xs\:-ml-18{
    margin-left: -72px !important;
  }

  .xs\:-mt-19{
    margin-top: -76px !important;
  }

  .xs\:-mr-19{
    margin-right: -76px !important;
  }

  .xs\:-mb-19{
    margin-bottom: -76px !important;
  }

  .xs\:-ml-19{
    margin-left: -76px !important;
  }

  .xs\:-mt-20{
    margin-top: -80px !important;
  }

  .xs\:-mr-20{
    margin-right: -80px !important;
  }

  .xs\:-mb-20{
    margin-bottom: -80px !important;
  }

  .xs\:-ml-20{
    margin-left: -80px !important;
  }

  .xs\:-mt-21{
    margin-top: -84px !important;
  }

  .xs\:-mr-21{
    margin-right: -84px !important;
  }

  .xs\:-mb-21{
    margin-bottom: -84px !important;
  }

  .xs\:-ml-21{
    margin-left: -84px !important;
  }

  .xs\:-mt-22{
    margin-top: -88px !important;
  }

  .xs\:-mr-22{
    margin-right: -88px !important;
  }

  .xs\:-mb-22{
    margin-bottom: -88px !important;
  }

  .xs\:-ml-22{
    margin-left: -88px !important;
  }

  .xs\:-mt-23{
    margin-top: -92px !important;
  }

  .xs\:-mr-23{
    margin-right: -92px !important;
  }

  .xs\:-mb-23{
    margin-bottom: -92px !important;
  }

  .xs\:-ml-23{
    margin-left: -92px !important;
  }

  .xs\:-mt-24{
    margin-top: -96px !important;
  }

  .xs\:-mr-24{
    margin-right: -96px !important;
  }

  .xs\:-mb-24{
    margin-bottom: -96px !important;
  }

  .xs\:-ml-24{
    margin-left: -96px !important;
  }

  .xs\:-mt-25{
    margin-top: -100px !important;
  }

  .xs\:-mr-25{
    margin-right: -100px !important;
  }

  .xs\:-mb-25{
    margin-bottom: -100px !important;
  }

  .xs\:-ml-25{
    margin-left: -100px !important;
  }

  .xs\:-mt-26{
    margin-top: -104px !important;
  }

  .xs\:-mr-26{
    margin-right: -104px !important;
  }

  .xs\:-mb-26{
    margin-bottom: -104px !important;
  }

  .xs\:-ml-26{
    margin-left: -104px !important;
  }

  .xs\:-mt-27{
    margin-top: -108px !important;
  }

  .xs\:-mr-27{
    margin-right: -108px !important;
  }

  .xs\:-mb-27{
    margin-bottom: -108px !important;
  }

  .xs\:-ml-27{
    margin-left: -108px !important;
  }

  .xs\:-mt-28{
    margin-top: -112px !important;
  }

  .xs\:-mr-28{
    margin-right: -112px !important;
  }

  .xs\:-mb-28{
    margin-bottom: -112px !important;
  }

  .xs\:-ml-28{
    margin-left: -112px !important;
  }

  .xs\:-mt-29{
    margin-top: -116px !important;
  }

  .xs\:-mr-29{
    margin-right: -116px !important;
  }

  .xs\:-mb-29{
    margin-bottom: -116px !important;
  }

  .xs\:-ml-29{
    margin-left: -116px !important;
  }

  .xs\:-mt-30{
    margin-top: -120px !important;
  }

  .xs\:-mr-30{
    margin-right: -120px !important;
  }

  .xs\:-mb-30{
    margin-bottom: -120px !important;
  }

  .xs\:-ml-30{
    margin-left: -120px !important;
  }

  .xs\:max-h-full{
    max-height: 100% !important;
  }

  .xs\:max-h-screen{
    max-height: 100vh !important;
  }

  .xs\:max-w-none{
    max-width: none !important;
  }

  .xs\:max-w-xs{
    max-width: 20rem !important;
  }

  .xs\:max-w-sm{
    max-width: 24rem !important;
  }

  .xs\:max-w-md{
    max-width: 28rem !important;
  }

  .xs\:max-w-lg{
    max-width: 32rem !important;
  }

  .xs\:max-w-xl{
    max-width: 36rem !important;
  }

  .xs\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xs\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xs\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xs\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xs\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xs\:max-w-full{
    max-width: 100% !important;
  }

  .xs\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .xs\:max-w-screen-sm{
    max-width: 480px !important;
  }

  .xs\:max-w-screen-md{
    max-width: 720px !important;
  }

  .xs\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xs\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xs\:max-w-screen-xxl{
    max-width: 1400px !important;
  }

  .xs\:max-w-screen-xxxl{
    max-width: 1600px !important;
  }

  .xs\:min-h-0{
    min-height: 0 !important;
  }

  .xs\:min-h-full{
    min-height: 100% !important;
  }

  .xs\:min-h-screen{
    min-height: 100vh !important;
  }

  .xs\:min-w-0{
    min-width: 0 !important;
  }

  .xs\:min-w-full{
    min-width: 100% !important;
  }

  .xs\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xs\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xs\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xs\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xs\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xs\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xs\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xs\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xs\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xs\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xs\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xs\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xs\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xs\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xs\:opacity-0{
    opacity: 0 !important;
  }

  .xs\:opacity-25{
    opacity: 0.25 !important;
  }

  .xs\:opacity-50{
    opacity: 0.5 !important;
  }

  .xs\:opacity-75{
    opacity: 0.75 !important;
  }

  .xs\:opacity-100{
    opacity: 1 !important;
  }

  .xs\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xs\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xs\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xs\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xs\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xs\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xs\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xs\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xs\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xs\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xs\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:overflow-auto{
    overflow: auto !important;
  }

  .xs\:overflow-hidden{
    overflow: hidden !important;
  }

  .xs\:overflow-visible{
    overflow: visible !important;
  }

  .xs\:overflow-scroll{
    overflow: scroll !important;
  }

  .xs\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xs\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xs\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xs\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xs\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xs\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xs\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xs\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xs\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xs\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xs\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xs\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xs\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xs\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xs\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xs\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xs\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xs\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xs\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xs\:p-0{
    padding: 0px !important;
  }

  .xs\:p-1{
    padding: 4px !important;
  }

  .xs\:p-2{
    padding: 8px !important;
  }

  .xs\:p-3{
    padding: 12px !important;
  }

  .xs\:p-4{
    padding: 16px !important;
  }

  .xs\:p-5{
    padding: 20px !important;
  }

  .xs\:p-6{
    padding: 24px !important;
  }

  .xs\:p-7{
    padding: 28px !important;
  }

  .xs\:p-8{
    padding: 32px !important;
  }

  .xs\:p-9{
    padding: 36px !important;
  }

  .xs\:p-10{
    padding: 40px !important;
  }

  .xs\:p-11{
    padding: 44px !important;
  }

  .xs\:p-12{
    padding: 48px !important;
  }

  .xs\:p-13{
    padding: 52px !important;
  }

  .xs\:p-14{
    padding: 56px !important;
  }

  .xs\:p-15{
    padding: 60px !important;
  }

  .xs\:p-16{
    padding: 64px !important;
  }

  .xs\:p-17{
    padding: 68px !important;
  }

  .xs\:p-18{
    padding: 72px !important;
  }

  .xs\:p-19{
    padding: 76px !important;
  }

  .xs\:p-20{
    padding: 80px !important;
  }

  .xs\:p-21{
    padding: 84px !important;
  }

  .xs\:p-22{
    padding: 88px !important;
  }

  .xs\:p-23{
    padding: 92px !important;
  }

  .xs\:p-24{
    padding: 96px !important;
  }

  .xs\:p-25{
    padding: 100px !important;
  }

  .xs\:p-26{
    padding: 104px !important;
  }

  .xs\:p-27{
    padding: 108px !important;
  }

  .xs\:p-28{
    padding: 112px !important;
  }

  .xs\:p-29{
    padding: 116px !important;
  }

  .xs\:p-30{
    padding: 120px !important;
  }

  .xs\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xs\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xs\:py-1{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .xs\:px-1{
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .xs\:py-2{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xs\:px-2{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xs\:py-3{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .xs\:px-3{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .xs\:py-4{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xs\:px-4{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xs\:py-5{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xs\:px-5{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xs\:py-6{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xs\:px-6{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xs\:py-7{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .xs\:px-7{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .xs\:py-8{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xs\:px-8{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xs\:py-9{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xs\:px-9{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xs\:py-10{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xs\:px-10{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xs\:py-11{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xs\:px-11{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xs\:py-12{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xs\:px-12{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xs\:py-13{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .xs\:px-13{
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .xs\:py-14{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xs\:px-14{
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xs\:py-15{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xs\:px-15{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xs\:py-16{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xs\:px-16{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xs\:py-17{
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .xs\:px-17{
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .xs\:py-18{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xs\:px-18{
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xs\:py-19{
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .xs\:px-19{
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .xs\:py-20{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xs\:px-20{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xs\:py-21{
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .xs\:px-21{
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .xs\:py-22{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .xs\:px-22{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }

  .xs\:py-23{
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .xs\:px-23{
    padding-left: 92px !important;
    padding-right: 92px !important;
  }

  .xs\:py-24{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xs\:px-24{
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .xs\:py-25{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xs\:px-25{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xs\:py-26{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .xs\:px-26{
    padding-left: 104px !important;
    padding-right: 104px !important;
  }

  .xs\:py-27{
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .xs\:px-27{
    padding-left: 108px !important;
    padding-right: 108px !important;
  }

  .xs\:py-28{
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .xs\:px-28{
    padding-left: 112px !important;
    padding-right: 112px !important;
  }

  .xs\:py-29{
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .xs\:px-29{
    padding-left: 116px !important;
    padding-right: 116px !important;
  }

  .xs\:py-30{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xs\:px-30{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xs\:pt-0{
    padding-top: 0px !important;
  }

  .xs\:pr-0{
    padding-right: 0px !important;
  }

  .xs\:pb-0{
    padding-bottom: 0px !important;
  }

  .xs\:pl-0{
    padding-left: 0px !important;
  }

  .xs\:pt-1{
    padding-top: 4px !important;
  }

  .xs\:pr-1{
    padding-right: 4px !important;
  }

  .xs\:pb-1{
    padding-bottom: 4px !important;
  }

  .xs\:pl-1{
    padding-left: 4px !important;
  }

  .xs\:pt-2{
    padding-top: 8px !important;
  }

  .xs\:pr-2{
    padding-right: 8px !important;
  }

  .xs\:pb-2{
    padding-bottom: 8px !important;
  }

  .xs\:pl-2{
    padding-left: 8px !important;
  }

  .xs\:pt-3{
    padding-top: 12px !important;
  }

  .xs\:pr-3{
    padding-right: 12px !important;
  }

  .xs\:pb-3{
    padding-bottom: 12px !important;
  }

  .xs\:pl-3{
    padding-left: 12px !important;
  }

  .xs\:pt-4{
    padding-top: 16px !important;
  }

  .xs\:pr-4{
    padding-right: 16px !important;
  }

  .xs\:pb-4{
    padding-bottom: 16px !important;
  }

  .xs\:pl-4{
    padding-left: 16px !important;
  }

  .xs\:pt-5{
    padding-top: 20px !important;
  }

  .xs\:pr-5{
    padding-right: 20px !important;
  }

  .xs\:pb-5{
    padding-bottom: 20px !important;
  }

  .xs\:pl-5{
    padding-left: 20px !important;
  }

  .xs\:pt-6{
    padding-top: 24px !important;
  }

  .xs\:pr-6{
    padding-right: 24px !important;
  }

  .xs\:pb-6{
    padding-bottom: 24px !important;
  }

  .xs\:pl-6{
    padding-left: 24px !important;
  }

  .xs\:pt-7{
    padding-top: 28px !important;
  }

  .xs\:pr-7{
    padding-right: 28px !important;
  }

  .xs\:pb-7{
    padding-bottom: 28px !important;
  }

  .xs\:pl-7{
    padding-left: 28px !important;
  }

  .xs\:pt-8{
    padding-top: 32px !important;
  }

  .xs\:pr-8{
    padding-right: 32px !important;
  }

  .xs\:pb-8{
    padding-bottom: 32px !important;
  }

  .xs\:pl-8{
    padding-left: 32px !important;
  }

  .xs\:pt-9{
    padding-top: 36px !important;
  }

  .xs\:pr-9{
    padding-right: 36px !important;
  }

  .xs\:pb-9{
    padding-bottom: 36px !important;
  }

  .xs\:pl-9{
    padding-left: 36px !important;
  }

  .xs\:pt-10{
    padding-top: 40px !important;
  }

  .xs\:pr-10{
    padding-right: 40px !important;
  }

  .xs\:pb-10{
    padding-bottom: 40px !important;
  }

  .xs\:pl-10{
    padding-left: 40px !important;
  }

  .xs\:pt-11{
    padding-top: 44px !important;
  }

  .xs\:pr-11{
    padding-right: 44px !important;
  }

  .xs\:pb-11{
    padding-bottom: 44px !important;
  }

  .xs\:pl-11{
    padding-left: 44px !important;
  }

  .xs\:pt-12{
    padding-top: 48px !important;
  }

  .xs\:pr-12{
    padding-right: 48px !important;
  }

  .xs\:pb-12{
    padding-bottom: 48px !important;
  }

  .xs\:pl-12{
    padding-left: 48px !important;
  }

  .xs\:pt-13{
    padding-top: 52px !important;
  }

  .xs\:pr-13{
    padding-right: 52px !important;
  }

  .xs\:pb-13{
    padding-bottom: 52px !important;
  }

  .xs\:pl-13{
    padding-left: 52px !important;
  }

  .xs\:pt-14{
    padding-top: 56px !important;
  }

  .xs\:pr-14{
    padding-right: 56px !important;
  }

  .xs\:pb-14{
    padding-bottom: 56px !important;
  }

  .xs\:pl-14{
    padding-left: 56px !important;
  }

  .xs\:pt-15{
    padding-top: 60px !important;
  }

  .xs\:pr-15{
    padding-right: 60px !important;
  }

  .xs\:pb-15{
    padding-bottom: 60px !important;
  }

  .xs\:pl-15{
    padding-left: 60px !important;
  }

  .xs\:pt-16{
    padding-top: 64px !important;
  }

  .xs\:pr-16{
    padding-right: 64px !important;
  }

  .xs\:pb-16{
    padding-bottom: 64px !important;
  }

  .xs\:pl-16{
    padding-left: 64px !important;
  }

  .xs\:pt-17{
    padding-top: 68px !important;
  }

  .xs\:pr-17{
    padding-right: 68px !important;
  }

  .xs\:pb-17{
    padding-bottom: 68px !important;
  }

  .xs\:pl-17{
    padding-left: 68px !important;
  }

  .xs\:pt-18{
    padding-top: 72px !important;
  }

  .xs\:pr-18{
    padding-right: 72px !important;
  }

  .xs\:pb-18{
    padding-bottom: 72px !important;
  }

  .xs\:pl-18{
    padding-left: 72px !important;
  }

  .xs\:pt-19{
    padding-top: 76px !important;
  }

  .xs\:pr-19{
    padding-right: 76px !important;
  }

  .xs\:pb-19{
    padding-bottom: 76px !important;
  }

  .xs\:pl-19{
    padding-left: 76px !important;
  }

  .xs\:pt-20{
    padding-top: 80px !important;
  }

  .xs\:pr-20{
    padding-right: 80px !important;
  }

  .xs\:pb-20{
    padding-bottom: 80px !important;
  }

  .xs\:pl-20{
    padding-left: 80px !important;
  }

  .xs\:pt-21{
    padding-top: 84px !important;
  }

  .xs\:pr-21{
    padding-right: 84px !important;
  }

  .xs\:pb-21{
    padding-bottom: 84px !important;
  }

  .xs\:pl-21{
    padding-left: 84px !important;
  }

  .xs\:pt-22{
    padding-top: 88px !important;
  }

  .xs\:pr-22{
    padding-right: 88px !important;
  }

  .xs\:pb-22{
    padding-bottom: 88px !important;
  }

  .xs\:pl-22{
    padding-left: 88px !important;
  }

  .xs\:pt-23{
    padding-top: 92px !important;
  }

  .xs\:pr-23{
    padding-right: 92px !important;
  }

  .xs\:pb-23{
    padding-bottom: 92px !important;
  }

  .xs\:pl-23{
    padding-left: 92px !important;
  }

  .xs\:pt-24{
    padding-top: 96px !important;
  }

  .xs\:pr-24{
    padding-right: 96px !important;
  }

  .xs\:pb-24{
    padding-bottom: 96px !important;
  }

  .xs\:pl-24{
    padding-left: 96px !important;
  }

  .xs\:pt-25{
    padding-top: 100px !important;
  }

  .xs\:pr-25{
    padding-right: 100px !important;
  }

  .xs\:pb-25{
    padding-bottom: 100px !important;
  }

  .xs\:pl-25{
    padding-left: 100px !important;
  }

  .xs\:pt-26{
    padding-top: 104px !important;
  }

  .xs\:pr-26{
    padding-right: 104px !important;
  }

  .xs\:pb-26{
    padding-bottom: 104px !important;
  }

  .xs\:pl-26{
    padding-left: 104px !important;
  }

  .xs\:pt-27{
    padding-top: 108px !important;
  }

  .xs\:pr-27{
    padding-right: 108px !important;
  }

  .xs\:pb-27{
    padding-bottom: 108px !important;
  }

  .xs\:pl-27{
    padding-left: 108px !important;
  }

  .xs\:pt-28{
    padding-top: 112px !important;
  }

  .xs\:pr-28{
    padding-right: 112px !important;
  }

  .xs\:pb-28{
    padding-bottom: 112px !important;
  }

  .xs\:pl-28{
    padding-left: 112px !important;
  }

  .xs\:pt-29{
    padding-top: 116px !important;
  }

  .xs\:pr-29{
    padding-right: 116px !important;
  }

  .xs\:pb-29{
    padding-bottom: 116px !important;
  }

  .xs\:pl-29{
    padding-left: 116px !important;
  }

  .xs\:pt-30{
    padding-top: 120px !important;
  }

  .xs\:pr-30{
    padding-right: 120px !important;
  }

  .xs\:pb-30{
    padding-bottom: 120px !important;
  }

  .xs\:pl-30{
    padding-left: 120px !important;
  }

  .xs\:placeholder-black::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .xs\:placeholder-black::-moz-placeholder{
    color: var(--black) !important;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xs\:placeholder-black::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xs\:placeholder-black::placeholder{
    color: var(--black) !important;
  }

  .xs\:placeholder-white::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .xs\:placeholder-white::-moz-placeholder{
    color: var(--white) !important;
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xs\:placeholder-white::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xs\:placeholder-white::placeholder{
    color: var(--white) !important;
  }

  .xs\:placeholder-blue::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .xs\:placeholder-blue::-moz-placeholder{
    color: var(--blue) !important;
  }

  .xs\:placeholder-blue:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xs\:placeholder-blue::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xs\:placeholder-blue::placeholder{
    color: var(--blue) !important;
  }

  .xs\:placeholder-apple::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .xs\:placeholder-apple::-moz-placeholder{
    color: var(--apple) !important;
  }

  .xs\:placeholder-apple:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xs\:placeholder-apple::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xs\:placeholder-apple::placeholder{
    color: var(--apple) !important;
  }

  .xs\:placeholder-don-juan::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:placeholder-don-juan::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:placeholder-don-juan:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:placeholder-don-juan::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:placeholder-don-juan::placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:placeholder-alabaster::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:placeholder-alabaster::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:placeholder-alabaster:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:placeholder-alabaster::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:placeholder-alabaster::placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:placeholder-gray::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .xs\:placeholder-gray::-moz-placeholder{
    color: var(--gray) !important;
  }

  .xs\:placeholder-gray:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xs\:placeholder-gray::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xs\:placeholder-gray::placeholder{
    color: var(--gray) !important;
  }

  .xs\:placeholder-concrete::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .xs\:placeholder-concrete::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .xs\:placeholder-concrete:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xs\:placeholder-concrete::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xs\:placeholder-concrete::placeholder{
    color: var(--concrete) !important;
  }

  .xs\:placeholder-silver::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .xs\:placeholder-silver::-moz-placeholder{
    color: var(--silver) !important;
  }

  .xs\:placeholder-silver:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xs\:placeholder-silver::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xs\:placeholder-silver::placeholder{
    color: var(--silver) !important;
  }

  .xs\:placeholder-gallery::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .xs\:placeholder-gallery::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .xs\:placeholder-gallery:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xs\:placeholder-gallery::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xs\:placeholder-gallery::placeholder{
    color: var(--gallery) !important;
  }

  .xs\:placeholder-alizarin::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:placeholder-alizarin::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:placeholder-alizarin:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:placeholder-alizarin::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:placeholder-alizarin::placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:placeholder-sunset::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .xs\:placeholder-sunset::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .xs\:placeholder-sunset:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xs\:placeholder-sunset::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xs\:placeholder-sunset::placeholder{
    color: var(--sunset) !important;
  }

  .xs\:placeholder-curious-blue::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:placeholder-curious-blue::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:placeholder-curious-blue:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:placeholder-curious-blue::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:placeholder-curious-blue::placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:placeholder-mustard::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .xs\:placeholder-mustard::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .xs\:placeholder-mustard:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xs\:placeholder-mustard::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xs\:placeholder-mustard::placeholder{
    color: var(--mustard) !important;
  }

  .xs\:placeholder-alto::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .xs\:placeholder-alto::-moz-placeholder{
    color: var(--alto) !important;
  }

  .xs\:placeholder-alto:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xs\:placeholder-alto::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xs\:placeholder-alto::placeholder{
    color: var(--alto) !important;
  }

  .xs\:placeholder-catsk::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .xs\:placeholder-catsk::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .xs\:placeholder-catsk:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xs\:placeholder-catsk::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xs\:placeholder-catsk::placeholder{
    color: var(--catsk) !important;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--black) !important;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    color: var(--black) !important;
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--white) !important;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    color: var(--white) !important;
  }

  .xs\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .xs\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: var(--blue) !important;
  }

  .xs\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xs\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xs\:focus\:placeholder-blue:focus::placeholder{
    color: var(--blue) !important;
  }

  .xs\:focus\:placeholder-apple:focus::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .xs\:focus\:placeholder-apple:focus::-moz-placeholder{
    color: var(--apple) !important;
  }

  .xs\:focus\:placeholder-apple:focus:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xs\:focus\:placeholder-apple:focus::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xs\:focus\:placeholder-apple:focus::placeholder{
    color: var(--apple) !important;
  }

  .xs\:focus\:placeholder-don-juan:focus::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:focus\:placeholder-don-juan:focus::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:focus\:placeholder-don-juan:focus:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:focus\:placeholder-don-juan:focus::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:focus\:placeholder-don-juan:focus::placeholder{
    color: var(--don-juan) !important;
  }

  .xs\:focus\:placeholder-alabaster:focus::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:focus\:placeholder-alabaster:focus::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:focus\:placeholder-alabaster:focus:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:focus\:placeholder-alabaster:focus::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:focus\:placeholder-alabaster:focus::placeholder{
    color: var(--alabaster) !important;
  }

  .xs\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .xs\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: var(--gray) !important;
  }

  .xs\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xs\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xs\:focus\:placeholder-gray:focus::placeholder{
    color: var(--gray) !important;
  }

  .xs\:focus\:placeholder-concrete:focus::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .xs\:focus\:placeholder-concrete:focus::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .xs\:focus\:placeholder-concrete:focus:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xs\:focus\:placeholder-concrete:focus::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xs\:focus\:placeholder-concrete:focus::placeholder{
    color: var(--concrete) !important;
  }

  .xs\:focus\:placeholder-silver:focus::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .xs\:focus\:placeholder-silver:focus::-moz-placeholder{
    color: var(--silver) !important;
  }

  .xs\:focus\:placeholder-silver:focus:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xs\:focus\:placeholder-silver:focus::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xs\:focus\:placeholder-silver:focus::placeholder{
    color: var(--silver) !important;
  }

  .xs\:focus\:placeholder-gallery:focus::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .xs\:focus\:placeholder-gallery:focus::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .xs\:focus\:placeholder-gallery:focus:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xs\:focus\:placeholder-gallery:focus::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xs\:focus\:placeholder-gallery:focus::placeholder{
    color: var(--gallery) !important;
  }

  .xs\:focus\:placeholder-alizarin:focus::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:focus\:placeholder-alizarin:focus::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:focus\:placeholder-alizarin:focus:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:focus\:placeholder-alizarin:focus::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:focus\:placeholder-alizarin:focus::placeholder{
    color: var(--alizarin) !important;
  }

  .xs\:focus\:placeholder-sunset:focus::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .xs\:focus\:placeholder-sunset:focus::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .xs\:focus\:placeholder-sunset:focus:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xs\:focus\:placeholder-sunset:focus::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xs\:focus\:placeholder-sunset:focus::placeholder{
    color: var(--sunset) !important;
  }

  .xs\:focus\:placeholder-curious-blue:focus::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:focus\:placeholder-curious-blue:focus::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:focus\:placeholder-curious-blue:focus:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:focus\:placeholder-curious-blue:focus::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:focus\:placeholder-curious-blue:focus::placeholder{
    color: var(--curious-blue) !important;
  }

  .xs\:focus\:placeholder-mustard:focus::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .xs\:focus\:placeholder-mustard:focus::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .xs\:focus\:placeholder-mustard:focus:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xs\:focus\:placeholder-mustard:focus::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xs\:focus\:placeholder-mustard:focus::placeholder{
    color: var(--mustard) !important;
  }

  .xs\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .xs\:focus\:placeholder-alto:focus::-moz-placeholder{
    color: var(--alto) !important;
  }

  .xs\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xs\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xs\:focus\:placeholder-alto:focus::placeholder{
    color: var(--alto) !important;
  }

  .xs\:focus\:placeholder-catsk:focus::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .xs\:focus\:placeholder-catsk:focus::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .xs\:focus\:placeholder-catsk:focus:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xs\:focus\:placeholder-catsk:focus::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xs\:focus\:placeholder-catsk:focus::placeholder{
    color: var(--catsk) !important;
  }

  .xs\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:pointer-events-none{
    pointer-events: none !important;
  }

  .xs\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xs\:static{
    position: static !important;
  }

  .xs\:fixed{
    position: fixed !important;
  }

  .xs\:absolute{
    position: absolute !important;
  }

  .xs\:relative{
    position: relative !important;
  }

  .xs\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xs\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xs\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xs\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xs\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xs\:top-0{
    top: 0 !important;
  }

  .xs\:right-0{
    right: 0 !important;
  }

  .xs\:bottom-0{
    bottom: 0 !important;
  }

  .xs\:left-0{
    left: 0 !important;
  }

  .xs\:top-auto{
    top: auto !important;
  }

  .xs\:right-auto{
    right: auto !important;
  }

  .xs\:bottom-auto{
    bottom: auto !important;
  }

  .xs\:left-auto{
    left: auto !important;
  }

  .xs\:resize-none{
    resize: none !important;
  }

  .xs\:resize-y{
    resize: vertical !important;
  }

  .xs\:resize-x{
    resize: horizontal !important;
  }

  .xs\:resize{
    resize: both !important;
  }

  .xs\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xs\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xs\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xs\:fill-current{
    fill: currentColor !important;
  }

  .xs\:stroke-current{
    stroke: currentColor !important;
  }

  .xs\:stroke-0{
    stroke-width: 0 !important;
  }

  .xs\:stroke-1{
    stroke-width: 1 !important;
  }

  .xs\:stroke-2{
    stroke-width: 2 !important;
  }

  .xs\:table-auto{
    table-layout: auto !important;
  }

  .xs\:table-fixed{
    table-layout: fixed !important;
  }

  .xs\:text-left{
    text-align: left !important;
  }

  .xs\:text-center{
    text-align: center !important;
  }

  .xs\:text-right{
    text-align: right !important;
  }

  .xs\:text-justify{
    text-align: justify !important;
  }

  .xs\:text-black{
    color: var(--black) !important;
  }

  .xs\:text-white{
    color: var(--white) !important;
  }

  .xs\:text-blue{
    color: var(--blue) !important;
  }

  .xs\:text-apple{
    color: var(--apple) !important;
  }

  .xs\:text-don-juan{
    color: var(--don-juan) !important;
  }

  .xs\:text-alabaster{
    color: var(--alabaster) !important;
  }

  .xs\:text-gray{
    color: var(--gray) !important;
  }

  .xs\:text-concrete{
    color: var(--concrete) !important;
  }

  .xs\:text-silver{
    color: var(--silver) !important;
  }

  .xs\:text-gallery{
    color: var(--gallery) !important;
  }

  .xs\:text-alizarin{
    color: var(--alizarin) !important;
  }

  .xs\:text-sunset{
    color: var(--sunset) !important;
  }

  .xs\:text-curious-blue{
    color: var(--curious-blue) !important;
  }

  .xs\:text-mustard{
    color: var(--mustard) !important;
  }

  .xs\:text-alto{
    color: var(--alto) !important;
  }

  .xs\:text-catsk{
    color: var(--catsk) !important;
  }

  .xs\:hover\:text-black:hover{
    color: var(--black) !important;
  }

  .xs\:hover\:text-white:hover{
    color: var(--white) !important;
  }

  .xs\:hover\:text-blue:hover{
    color: var(--blue) !important;
  }

  .xs\:hover\:text-apple:hover{
    color: var(--apple) !important;
  }

  .xs\:hover\:text-don-juan:hover{
    color: var(--don-juan) !important;
  }

  .xs\:hover\:text-alabaster:hover{
    color: var(--alabaster) !important;
  }

  .xs\:hover\:text-gray:hover{
    color: var(--gray) !important;
  }

  .xs\:hover\:text-concrete:hover{
    color: var(--concrete) !important;
  }

  .xs\:hover\:text-silver:hover{
    color: var(--silver) !important;
  }

  .xs\:hover\:text-gallery:hover{
    color: var(--gallery) !important;
  }

  .xs\:hover\:text-alizarin:hover{
    color: var(--alizarin) !important;
  }

  .xs\:hover\:text-sunset:hover{
    color: var(--sunset) !important;
  }

  .xs\:hover\:text-curious-blue:hover{
    color: var(--curious-blue) !important;
  }

  .xs\:hover\:text-mustard:hover{
    color: var(--mustard) !important;
  }

  .xs\:hover\:text-alto:hover{
    color: var(--alto) !important;
  }

  .xs\:hover\:text-catsk:hover{
    color: var(--catsk) !important;
  }

  .xs\:focus\:text-black:focus{
    color: var(--black) !important;
  }

  .xs\:focus\:text-white:focus{
    color: var(--white) !important;
  }

  .xs\:focus\:text-blue:focus{
    color: var(--blue) !important;
  }

  .xs\:focus\:text-apple:focus{
    color: var(--apple) !important;
  }

  .xs\:focus\:text-don-juan:focus{
    color: var(--don-juan) !important;
  }

  .xs\:focus\:text-alabaster:focus{
    color: var(--alabaster) !important;
  }

  .xs\:focus\:text-gray:focus{
    color: var(--gray) !important;
  }

  .xs\:focus\:text-concrete:focus{
    color: var(--concrete) !important;
  }

  .xs\:focus\:text-silver:focus{
    color: var(--silver) !important;
  }

  .xs\:focus\:text-gallery:focus{
    color: var(--gallery) !important;
  }

  .xs\:focus\:text-alizarin:focus{
    color: var(--alizarin) !important;
  }

  .xs\:focus\:text-sunset:focus{
    color: var(--sunset) !important;
  }

  .xs\:focus\:text-curious-blue:focus{
    color: var(--curious-blue) !important;
  }

  .xs\:focus\:text-mustard:focus{
    color: var(--mustard) !important;
  }

  .xs\:focus\:text-alto:focus{
    color: var(--alto) !important;
  }

  .xs\:focus\:text-catsk:focus{
    color: var(--catsk) !important;
  }

  .xs\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xs\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xs\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xs\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xs\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xs\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xs\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xs\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xs\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xs\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xs\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xs\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xs\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xs\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xs\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xs\:italic{
    font-style: italic !important;
  }

  .xs\:not-italic{
    font-style: normal !important;
  }

  .xs\:uppercase{
    text-transform: uppercase !important;
  }

  .xs\:lowercase{
    text-transform: lowercase !important;
  }

  .xs\:capitalize{
    text-transform: capitalize !important;
  }

  .xs\:normal-case{
    text-transform: none !important;
  }

  .xs\:underline{
    text-decoration: underline !important;
  }

  .xs\:line-through{
    text-decoration: line-through !important;
  }

  .xs\:no-underline{
    text-decoration: none !important;
  }

  .xs\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xs\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xs\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xs\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xs\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xs\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xs\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xs\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xs\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xs\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xs\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xs\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xs\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xs\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xs\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xs\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xs\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xs\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xs\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xs\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xs\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xs\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xs\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xs\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xs\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xs\:align-baseline{
    vertical-align: baseline !important;
  }

  .xs\:align-top{
    vertical-align: top !important;
  }

  .xs\:align-middle{
    vertical-align: middle !important;
  }

  .xs\:align-bottom{
    vertical-align: bottom !important;
  }

  .xs\:align-text-top{
    vertical-align: text-top !important;
  }

  .xs\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xs\:visible{
    visibility: visible !important;
  }

  .xs\:invisible{
    visibility: hidden !important;
  }

  .xs\:whitespace-normal{
    white-space: normal !important;
  }

  .xs\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xs\:whitespace-pre{
    white-space: pre !important;
  }

  .xs\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xs\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xs\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xs\:break-all{
    word-break: break-all !important;
  }

  .xs\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:w-0{
    width: 0px !important;
  }

  .xs\:w-1{
    width: 4px !important;
  }

  .xs\:w-2{
    width: 8px !important;
  }

  .xs\:w-3{
    width: 12px !important;
  }

  .xs\:w-4{
    width: 16px !important;
  }

  .xs\:w-5{
    width: 20px !important;
  }

  .xs\:w-6{
    width: 24px !important;
  }

  .xs\:w-7{
    width: 28px !important;
  }

  .xs\:w-8{
    width: 32px !important;
  }

  .xs\:w-9{
    width: 36px !important;
  }

  .xs\:w-10{
    width: 40px !important;
  }

  .xs\:w-11{
    width: 44px !important;
  }

  .xs\:w-12{
    width: 48px !important;
  }

  .xs\:w-13{
    width: 52px !important;
  }

  .xs\:w-14{
    width: 56px !important;
  }

  .xs\:w-15{
    width: 60px !important;
  }

  .xs\:w-16{
    width: 64px !important;
  }

  .xs\:w-17{
    width: 68px !important;
  }

  .xs\:w-18{
    width: 72px !important;
  }

  .xs\:w-19{
    width: 76px !important;
  }

  .xs\:w-20{
    width: 80px !important;
  }

  .xs\:w-21{
    width: 84px !important;
  }

  .xs\:w-22{
    width: 88px !important;
  }

  .xs\:w-23{
    width: 92px !important;
  }

  .xs\:w-24{
    width: 96px !important;
  }

  .xs\:w-25{
    width: 100px !important;
  }

  .xs\:w-26{
    width: 104px !important;
  }

  .xs\:w-27{
    width: 108px !important;
  }

  .xs\:w-28{
    width: 112px !important;
  }

  .xs\:w-29{
    width: 116px !important;
  }

  .xs\:w-30{
    width: 120px !important;
  }

  .xs\:w-auto{
    width: auto !important;
  }

  .xs\:w-1\/2{
    width: 50% !important;
  }

  .xs\:w-1\/3{
    width: 33.333333% !important;
  }

  .xs\:w-2\/3{
    width: 66.666667% !important;
  }

  .xs\:w-1\/4{
    width: 25% !important;
  }

  .xs\:w-2\/4{
    width: 50% !important;
  }

  .xs\:w-3\/4{
    width: 75% !important;
  }

  .xs\:w-1\/5{
    width: 20% !important;
  }

  .xs\:w-2\/5{
    width: 40% !important;
  }

  .xs\:w-3\/5{
    width: 60% !important;
  }

  .xs\:w-4\/5{
    width: 80% !important;
  }

  .xs\:w-1\/6{
    width: 16.666667% !important;
  }

  .xs\:w-2\/6{
    width: 33.333333% !important;
  }

  .xs\:w-3\/6{
    width: 50% !important;
  }

  .xs\:w-4\/6{
    width: 66.666667% !important;
  }

  .xs\:w-5\/6{
    width: 83.333333% !important;
  }

  .xs\:w-1\/12{
    width: 8.333333% !important;
  }

  .xs\:w-2\/12{
    width: 16.666667% !important;
  }

  .xs\:w-3\/12{
    width: 25% !important;
  }

  .xs\:w-4\/12{
    width: 33.333333% !important;
  }

  .xs\:w-5\/12{
    width: 41.666667% !important;
  }

  .xs\:w-6\/12{
    width: 50% !important;
  }

  .xs\:w-7\/12{
    width: 58.333333% !important;
  }

  .xs\:w-8\/12{
    width: 66.666667% !important;
  }

  .xs\:w-9\/12{
    width: 75% !important;
  }

  .xs\:w-10\/12{
    width: 83.333333% !important;
  }

  .xs\:w-11\/12{
    width: 91.666667% !important;
  }

  .xs\:w-full{
    width: 100% !important;
  }

  .xs\:w-screen{
    width: 100vw !important;
  }

  .xs\:w-fit{
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .xs\:z-0{
    z-index: 0 !important;
  }

  .xs\:z-10{
    z-index: 10 !important;
  }

  .xs\:z-20{
    z-index: 20 !important;
  }

  .xs\:z-30{
    z-index: 30 !important;
  }

  .xs\:z-40{
    z-index: 40 !important;
  }

  .xs\:z-50{
    z-index: 50 !important;
  }

  .xs\:z-auto{
    z-index: auto !important;
  }

  .xs\:gap-0{
    grid-gap: 0px !important;
    gap: 0px !important;
  }

  .xs\:gap-1{
    grid-gap: 4px !important;
    gap: 4px !important;
  }

  .xs\:gap-2{
    grid-gap: 8px !important;
    gap: 8px !important;
  }

  .xs\:gap-3{
    grid-gap: 12px !important;
    gap: 12px !important;
  }

  .xs\:gap-4{
    grid-gap: 16px !important;
    gap: 16px !important;
  }

  .xs\:gap-5{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .xs\:gap-6{
    grid-gap: 24px !important;
    gap: 24px !important;
  }

  .xs\:gap-7{
    grid-gap: 28px !important;
    gap: 28px !important;
  }

  .xs\:gap-8{
    grid-gap: 32px !important;
    gap: 32px !important;
  }

  .xs\:gap-9{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .xs\:gap-10{
    grid-gap: 40px !important;
    gap: 40px !important;
  }

  .xs\:gap-11{
    grid-gap: 44px !important;
    gap: 44px !important;
  }

  .xs\:gap-12{
    grid-gap: 48px !important;
    gap: 48px !important;
  }

  .xs\:gap-13{
    grid-gap: 52px !important;
    gap: 52px !important;
  }

  .xs\:gap-14{
    grid-gap: 56px !important;
    gap: 56px !important;
  }

  .xs\:gap-15{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .xs\:gap-16{
    grid-gap: 64px !important;
    gap: 64px !important;
  }

  .xs\:gap-17{
    grid-gap: 68px !important;
    gap: 68px !important;
  }

  .xs\:gap-18{
    grid-gap: 72px !important;
    gap: 72px !important;
  }

  .xs\:gap-19{
    grid-gap: 76px !important;
    gap: 76px !important;
  }

  .xs\:gap-20{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .xs\:gap-21{
    grid-gap: 84px !important;
    gap: 84px !important;
  }

  .xs\:gap-22{
    grid-gap: 88px !important;
    gap: 88px !important;
  }

  .xs\:gap-23{
    grid-gap: 92px !important;
    gap: 92px !important;
  }

  .xs\:gap-24{
    grid-gap: 96px !important;
    gap: 96px !important;
  }

  .xs\:gap-25{
    grid-gap: 100px !important;
    gap: 100px !important;
  }

  .xs\:gap-26{
    grid-gap: 104px !important;
    gap: 104px !important;
  }

  .xs\:gap-27{
    grid-gap: 108px !important;
    gap: 108px !important;
  }

  .xs\:gap-28{
    grid-gap: 112px !important;
    gap: 112px !important;
  }

  .xs\:gap-29{
    grid-gap: 116px !important;
    gap: 116px !important;
  }

  .xs\:gap-30{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .xs\:gap-x-0{
    grid-column-gap: 0px !important;
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .xs\:gap-x-1{
    grid-column-gap: 4px !important;
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
  }

  .xs\:gap-x-2{
    grid-column-gap: 8px !important;
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }

  .xs\:gap-x-3{
    grid-column-gap: 12px !important;
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }

  .xs\:gap-x-4{
    grid-column-gap: 16px !important;
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }

  .xs\:gap-x-5{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }

  .xs\:gap-x-6{
    grid-column-gap: 24px !important;
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }

  .xs\:gap-x-7{
    grid-column-gap: 28px !important;
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
  }

  .xs\:gap-x-8{
    grid-column-gap: 32px !important;
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }

  .xs\:gap-x-9{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
  }

  .xs\:gap-x-10{
    grid-column-gap: 40px !important;
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }

  .xs\:gap-x-11{
    grid-column-gap: 44px !important;
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
  }

  .xs\:gap-x-12{
    grid-column-gap: 48px !important;
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }

  .xs\:gap-x-13{
    grid-column-gap: 52px !important;
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
  }

  .xs\:gap-x-14{
    grid-column-gap: 56px !important;
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }

  .xs\:gap-x-15{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }

  .xs\:gap-x-16{
    grid-column-gap: 64px !important;
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }

  .xs\:gap-x-17{
    grid-column-gap: 68px !important;
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
  }

  .xs\:gap-x-18{
    grid-column-gap: 72px !important;
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }

  .xs\:gap-x-19{
    grid-column-gap: 76px !important;
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
  }

  .xs\:gap-x-20{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xs\:gap-x-21{
    grid-column-gap: 84px !important;
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
  }

  .xs\:gap-x-22{
    grid-column-gap: 88px !important;
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }

  .xs\:gap-x-23{
    grid-column-gap: 92px !important;
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
  }

  .xs\:gap-x-24{
    grid-column-gap: 96px !important;
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }

  .xs\:gap-x-25{
    grid-column-gap: 100px !important;
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
  }

  .xs\:gap-x-26{
    grid-column-gap: 104px !important;
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }

  .xs\:gap-x-27{
    grid-column-gap: 108px !important;
    -webkit-column-gap: 108px !important;
       -moz-column-gap: 108px !important;
            column-gap: 108px !important;
  }

  .xs\:gap-x-28{
    grid-column-gap: 112px !important;
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }

  .xs\:gap-x-29{
    grid-column-gap: 116px !important;
    -webkit-column-gap: 116px !important;
       -moz-column-gap: 116px !important;
            column-gap: 116px !important;
  }

  .xs\:gap-x-30{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }

  .xs\:gap-y-0{
    grid-row-gap: 0px !important;
    row-gap: 0px !important;
  }

  .xs\:gap-y-1{
    grid-row-gap: 4px !important;
    row-gap: 4px !important;
  }

  .xs\:gap-y-2{
    grid-row-gap: 8px !important;
    row-gap: 8px !important;
  }

  .xs\:gap-y-3{
    grid-row-gap: 12px !important;
    row-gap: 12px !important;
  }

  .xs\:gap-y-4{
    grid-row-gap: 16px !important;
    row-gap: 16px !important;
  }

  .xs\:gap-y-5{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xs\:gap-y-6{
    grid-row-gap: 24px !important;
    row-gap: 24px !important;
  }

  .xs\:gap-y-7{
    grid-row-gap: 28px !important;
    row-gap: 28px !important;
  }

  .xs\:gap-y-8{
    grid-row-gap: 32px !important;
    row-gap: 32px !important;
  }

  .xs\:gap-y-9{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xs\:gap-y-10{
    grid-row-gap: 40px !important;
    row-gap: 40px !important;
  }

  .xs\:gap-y-11{
    grid-row-gap: 44px !important;
    row-gap: 44px !important;
  }

  .xs\:gap-y-12{
    grid-row-gap: 48px !important;
    row-gap: 48px !important;
  }

  .xs\:gap-y-13{
    grid-row-gap: 52px !important;
    row-gap: 52px !important;
  }

  .xs\:gap-y-14{
    grid-row-gap: 56px !important;
    row-gap: 56px !important;
  }

  .xs\:gap-y-15{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xs\:gap-y-16{
    grid-row-gap: 64px !important;
    row-gap: 64px !important;
  }

  .xs\:gap-y-17{
    grid-row-gap: 68px !important;
    row-gap: 68px !important;
  }

  .xs\:gap-y-18{
    grid-row-gap: 72px !important;
    row-gap: 72px !important;
  }

  .xs\:gap-y-19{
    grid-row-gap: 76px !important;
    row-gap: 76px !important;
  }

  .xs\:gap-y-20{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xs\:gap-y-21{
    grid-row-gap: 84px !important;
    row-gap: 84px !important;
  }

  .xs\:gap-y-22{
    grid-row-gap: 88px !important;
    row-gap: 88px !important;
  }

  .xs\:gap-y-23{
    grid-row-gap: 92px !important;
    row-gap: 92px !important;
  }

  .xs\:gap-y-24{
    grid-row-gap: 96px !important;
    row-gap: 96px !important;
  }

  .xs\:gap-y-25{
    grid-row-gap: 100px !important;
    row-gap: 100px !important;
  }

  .xs\:gap-y-26{
    grid-row-gap: 104px !important;
    row-gap: 104px !important;
  }

  .xs\:gap-y-27{
    grid-row-gap: 108px !important;
    row-gap: 108px !important;
  }

  .xs\:gap-y-28{
    grid-row-gap: 112px !important;
    row-gap: 112px !important;
  }

  .xs\:gap-y-29{
    grid-row-gap: 116px !important;
    row-gap: 116px !important;
  }

  .xs\:gap-y-30{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xs\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xs\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xs\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xs\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xs\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xs\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xs\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xs\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xs\:col-auto{
    grid-column: auto !important;
  }

  .xs\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xs\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xs\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xs\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xs\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xs\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xs\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xs\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xs\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xs\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xs\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xs\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xs\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xs\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xs\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xs\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xs\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xs\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xs\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xs\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xs\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xs\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xs\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xs\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xs\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xs\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xs\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xs\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xs\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xs\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xs\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xs\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xs\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xs\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xs\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xs\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xs\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xs\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xs\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xs\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xs\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xs\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xs\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xs\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xs\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xs\:row-auto{
    grid-row: auto !important;
  }

  .xs\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xs\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xs\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xs\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xs\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xs\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xs\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xs\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xs\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xs\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xs\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xs\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xs\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xs\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xs\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xs\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xs\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xs\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xs\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xs\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xs\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xs\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xs\:row-end-auto{
    grid-row-end: auto !important;
  }
  .xs\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .xs\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
  }

  .xs\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xs\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xs\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xs\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xs\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xs\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xs\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xs\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xs\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xs\:duration-75{
    -webkit-transition-duration: 75ms !important;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xs\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xs\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xs\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xs\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xs\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xs\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xs\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xs\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xs\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xs\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xs\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xs\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xs\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xs\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xs\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xs\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xs\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xs\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 480px){
  .sm\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:bg-fixed{
    background-attachment: fixed !important;
  }

  .sm\:bg-local{
    background-attachment: local !important;
  }

  .sm\:bg-scroll{
    background-attachment: scroll !important;
  }

  .sm\:bg-clip-border{
    background-clip: border-box !important;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .sm\:bg-clip-content{
    background-clip: content-box !important;
  }

  .sm\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:bg-black{
    background-color: var(--black) !important;
  }

  .sm\:bg-white{
    background-color: var(--white) !important;
  }

  .sm\:bg-blue{
    background-color: var(--blue) !important;
  }

  .sm\:bg-apple{
    background-color: var(--apple) !important;
  }

  .sm\:bg-don-juan{
    background-color: var(--don-juan) !important;
  }

  .sm\:bg-alabaster{
    background-color: var(--alabaster) !important;
  }

  .sm\:bg-gray{
    background-color: var(--gray) !important;
  }

  .sm\:bg-concrete{
    background-color: var(--concrete) !important;
  }

  .sm\:bg-silver{
    background-color: var(--silver) !important;
  }

  .sm\:bg-gallery{
    background-color: var(--gallery) !important;
  }

  .sm\:bg-alizarin{
    background-color: var(--alizarin) !important;
  }

  .sm\:bg-sunset{
    background-color: var(--sunset) !important;
  }

  .sm\:bg-curious-blue{
    background-color: var(--curious-blue) !important;
  }

  .sm\:bg-mustard{
    background-color: var(--mustard) !important;
  }

  .sm\:bg-alto{
    background-color: var(--alto) !important;
  }

  .sm\:bg-catsk{
    background-color: var(--catsk) !important;
  }

  .sm\:hover\:bg-black:hover{
    background-color: var(--black) !important;
  }

  .sm\:hover\:bg-white:hover{
    background-color: var(--white) !important;
  }

  .sm\:hover\:bg-blue:hover{
    background-color: var(--blue) !important;
  }

  .sm\:hover\:bg-apple:hover{
    background-color: var(--apple) !important;
  }

  .sm\:hover\:bg-don-juan:hover{
    background-color: var(--don-juan) !important;
  }

  .sm\:hover\:bg-alabaster:hover{
    background-color: var(--alabaster) !important;
  }

  .sm\:hover\:bg-gray:hover{
    background-color: var(--gray) !important;
  }

  .sm\:hover\:bg-concrete:hover{
    background-color: var(--concrete) !important;
  }

  .sm\:hover\:bg-silver:hover{
    background-color: var(--silver) !important;
  }

  .sm\:hover\:bg-gallery:hover{
    background-color: var(--gallery) !important;
  }

  .sm\:hover\:bg-alizarin:hover{
    background-color: var(--alizarin) !important;
  }

  .sm\:hover\:bg-sunset:hover{
    background-color: var(--sunset) !important;
  }

  .sm\:hover\:bg-curious-blue:hover{
    background-color: var(--curious-blue) !important;
  }

  .sm\:hover\:bg-mustard:hover{
    background-color: var(--mustard) !important;
  }

  .sm\:hover\:bg-alto:hover{
    background-color: var(--alto) !important;
  }

  .sm\:hover\:bg-catsk:hover{
    background-color: var(--catsk) !important;
  }

  .sm\:focus\:bg-black:focus{
    background-color: var(--black) !important;
  }

  .sm\:focus\:bg-white:focus{
    background-color: var(--white) !important;
  }

  .sm\:focus\:bg-blue:focus{
    background-color: var(--blue) !important;
  }

  .sm\:focus\:bg-apple:focus{
    background-color: var(--apple) !important;
  }

  .sm\:focus\:bg-don-juan:focus{
    background-color: var(--don-juan) !important;
  }

  .sm\:focus\:bg-alabaster:focus{
    background-color: var(--alabaster) !important;
  }

  .sm\:focus\:bg-gray:focus{
    background-color: var(--gray) !important;
  }

  .sm\:focus\:bg-concrete:focus{
    background-color: var(--concrete) !important;
  }

  .sm\:focus\:bg-silver:focus{
    background-color: var(--silver) !important;
  }

  .sm\:focus\:bg-gallery:focus{
    background-color: var(--gallery) !important;
  }

  .sm\:focus\:bg-alizarin:focus{
    background-color: var(--alizarin) !important;
  }

  .sm\:focus\:bg-sunset:focus{
    background-color: var(--sunset) !important;
  }

  .sm\:focus\:bg-curious-blue:focus{
    background-color: var(--curious-blue) !important;
  }

  .sm\:focus\:bg-mustard:focus{
    background-color: var(--mustard) !important;
  }

  .sm\:focus\:bg-alto:focus{
    background-color: var(--alto) !important;
  }

  .sm\:focus\:bg-catsk:focus{
    background-color: var(--catsk) !important;
  }

  .sm\:bg-none{
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .sm\:from-black{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-white{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-blue{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-apple{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-don-juan{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-alabaster{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-gray{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-concrete{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-silver{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-gallery{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-alizarin{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-sunset{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-curious-blue{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-mustard{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-alto{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-catsk{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-black{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-white{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-blue{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-apple{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-don-juan{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-alabaster{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gray{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-concrete{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-silver{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gallery{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-alizarin{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-sunset{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-curious-blue{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-mustard{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-alto{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-catsk{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:to-black{
    --gradient-to-color: var(--black) !important;
  }

  .sm\:to-white{
    --gradient-to-color: var(--white) !important;
  }

  .sm\:to-blue{
    --gradient-to-color: var(--blue) !important;
  }

  .sm\:to-apple{
    --gradient-to-color: var(--apple) !important;
  }

  .sm\:to-don-juan{
    --gradient-to-color: var(--don-juan) !important;
  }

  .sm\:to-alabaster{
    --gradient-to-color: var(--alabaster) !important;
  }

  .sm\:to-gray{
    --gradient-to-color: var(--gray) !important;
  }

  .sm\:to-concrete{
    --gradient-to-color: var(--concrete) !important;
  }

  .sm\:to-silver{
    --gradient-to-color: var(--silver) !important;
  }

  .sm\:to-gallery{
    --gradient-to-color: var(--gallery) !important;
  }

  .sm\:to-alizarin{
    --gradient-to-color: var(--alizarin) !important;
  }

  .sm\:to-sunset{
    --gradient-to-color: var(--sunset) !important;
  }

  .sm\:to-curious-blue{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .sm\:to-mustard{
    --gradient-to-color: var(--mustard) !important;
  }

  .sm\:to-alto{
    --gradient-to-color: var(--alto) !important;
  }

  .sm\:to-catsk{
    --gradient-to-color: var(--catsk) !important;
  }

  .sm\:hover\:from-black:hover{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-white:hover{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-blue:hover{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-apple:hover{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-don-juan:hover{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-alabaster:hover{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gray:hover{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-concrete:hover{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-silver:hover{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gallery:hover{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-alizarin:hover{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-sunset:hover{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-curious-blue:hover{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-mustard:hover{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-alto:hover{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-catsk:hover{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-black:hover{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-white:hover{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-blue:hover{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-apple:hover{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-don-juan:hover{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-alabaster:hover{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gray:hover{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-concrete:hover{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-silver:hover{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gallery:hover{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-alizarin:hover{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-sunset:hover{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-curious-blue:hover{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-mustard:hover{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-alto:hover{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-catsk:hover{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:to-black:hover{
    --gradient-to-color: var(--black) !important;
  }

  .sm\:hover\:to-white:hover{
    --gradient-to-color: var(--white) !important;
  }

  .sm\:hover\:to-blue:hover{
    --gradient-to-color: var(--blue) !important;
  }

  .sm\:hover\:to-apple:hover{
    --gradient-to-color: var(--apple) !important;
  }

  .sm\:hover\:to-don-juan:hover{
    --gradient-to-color: var(--don-juan) !important;
  }

  .sm\:hover\:to-alabaster:hover{
    --gradient-to-color: var(--alabaster) !important;
  }

  .sm\:hover\:to-gray:hover{
    --gradient-to-color: var(--gray) !important;
  }

  .sm\:hover\:to-concrete:hover{
    --gradient-to-color: var(--concrete) !important;
  }

  .sm\:hover\:to-silver:hover{
    --gradient-to-color: var(--silver) !important;
  }

  .sm\:hover\:to-gallery:hover{
    --gradient-to-color: var(--gallery) !important;
  }

  .sm\:hover\:to-alizarin:hover{
    --gradient-to-color: var(--alizarin) !important;
  }

  .sm\:hover\:to-sunset:hover{
    --gradient-to-color: var(--sunset) !important;
  }

  .sm\:hover\:to-curious-blue:hover{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .sm\:hover\:to-mustard:hover{
    --gradient-to-color: var(--mustard) !important;
  }

  .sm\:hover\:to-alto:hover{
    --gradient-to-color: var(--alto) !important;
  }

  .sm\:hover\:to-catsk:hover{
    --gradient-to-color: var(--catsk) !important;
  }

  .sm\:focus\:from-black:focus{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-white:focus{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-blue:focus{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-apple:focus{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-don-juan:focus{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-alabaster:focus{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gray:focus{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-concrete:focus{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-silver:focus{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gallery:focus{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-alizarin:focus{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-sunset:focus{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-curious-blue:focus{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-mustard:focus{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-alto:focus{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-catsk:focus{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-black:focus{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-white:focus{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-blue:focus{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-apple:focus{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-don-juan:focus{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-alabaster:focus{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gray:focus{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-concrete:focus{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-silver:focus{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gallery:focus{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-alizarin:focus{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-sunset:focus{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-curious-blue:focus{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-mustard:focus{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-alto:focus{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-catsk:focus{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:to-black:focus{
    --gradient-to-color: var(--black) !important;
  }

  .sm\:focus\:to-white:focus{
    --gradient-to-color: var(--white) !important;
  }

  .sm\:focus\:to-blue:focus{
    --gradient-to-color: var(--blue) !important;
  }

  .sm\:focus\:to-apple:focus{
    --gradient-to-color: var(--apple) !important;
  }

  .sm\:focus\:to-don-juan:focus{
    --gradient-to-color: var(--don-juan) !important;
  }

  .sm\:focus\:to-alabaster:focus{
    --gradient-to-color: var(--alabaster) !important;
  }

  .sm\:focus\:to-gray:focus{
    --gradient-to-color: var(--gray) !important;
  }

  .sm\:focus\:to-concrete:focus{
    --gradient-to-color: var(--concrete) !important;
  }

  .sm\:focus\:to-silver:focus{
    --gradient-to-color: var(--silver) !important;
  }

  .sm\:focus\:to-gallery:focus{
    --gradient-to-color: var(--gallery) !important;
  }

  .sm\:focus\:to-alizarin:focus{
    --gradient-to-color: var(--alizarin) !important;
  }

  .sm\:focus\:to-sunset:focus{
    --gradient-to-color: var(--sunset) !important;
  }

  .sm\:focus\:to-curious-blue:focus{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .sm\:focus\:to-mustard:focus{
    --gradient-to-color: var(--mustard) !important;
  }

  .sm\:focus\:to-alto:focus{
    --gradient-to-color: var(--alto) !important;
  }

  .sm\:focus\:to-catsk:focus{
    --gradient-to-color: var(--catsk) !important;
  }

  .sm\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .sm\:bg-bottom{
    background-position: bottom !important;
  }

  .sm\:bg-center{
    background-position: center !important;
  }

  .sm\:bg-left{
    background-position: left !important;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .sm\:bg-left-top{
    background-position: left top !important;
  }

  .sm\:bg-right{
    background-position: right !important;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .sm\:bg-right-top{
    background-position: right top !important;
  }

  .sm\:bg-top{
    background-position: top !important;
  }

  .sm\:bg-repeat{
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round{
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space{
    background-repeat: space !important;
  }

  .sm\:bg-auto{
    background-size: auto !important;
  }

  .sm\:bg-cover{
    background-size: cover !important;
  }

  .sm\:bg-contain{
    background-size: contain !important;
  }

  .sm\:border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:border-separate{
    border-collapse: separate !important;
  }

  .sm\:border-black{
    border-color: var(--black) !important;
  }

  .sm\:border-white{
    border-color: var(--white) !important;
  }

  .sm\:border-blue{
    border-color: var(--blue) !important;
  }

  .sm\:border-apple{
    border-color: var(--apple) !important;
  }

  .sm\:border-don-juan{
    border-color: var(--don-juan) !important;
  }

  .sm\:border-alabaster{
    border-color: var(--alabaster) !important;
  }

  .sm\:border-gray{
    border-color: var(--gray) !important;
  }

  .sm\:border-concrete{
    border-color: var(--concrete) !important;
  }

  .sm\:border-silver{
    border-color: var(--silver) !important;
  }

  .sm\:border-gallery{
    border-color: var(--gallery) !important;
  }

  .sm\:border-alizarin{
    border-color: var(--alizarin) !important;
  }

  .sm\:border-sunset{
    border-color: var(--sunset) !important;
  }

  .sm\:border-curious-blue{
    border-color: var(--curious-blue) !important;
  }

  .sm\:border-mustard{
    border-color: var(--mustard) !important;
  }

  .sm\:border-alto{
    border-color: var(--alto) !important;
  }

  .sm\:border-catsk{
    border-color: var(--catsk) !important;
  }

  .sm\:hover\:border-black:hover{
    border-color: var(--black) !important;
  }

  .sm\:hover\:border-white:hover{
    border-color: var(--white) !important;
  }

  .sm\:hover\:border-blue:hover{
    border-color: var(--blue) !important;
  }

  .sm\:hover\:border-apple:hover{
    border-color: var(--apple) !important;
  }

  .sm\:hover\:border-don-juan:hover{
    border-color: var(--don-juan) !important;
  }

  .sm\:hover\:border-alabaster:hover{
    border-color: var(--alabaster) !important;
  }

  .sm\:hover\:border-gray:hover{
    border-color: var(--gray) !important;
  }

  .sm\:hover\:border-concrete:hover{
    border-color: var(--concrete) !important;
  }

  .sm\:hover\:border-silver:hover{
    border-color: var(--silver) !important;
  }

  .sm\:hover\:border-gallery:hover{
    border-color: var(--gallery) !important;
  }

  .sm\:hover\:border-alizarin:hover{
    border-color: var(--alizarin) !important;
  }

  .sm\:hover\:border-sunset:hover{
    border-color: var(--sunset) !important;
  }

  .sm\:hover\:border-curious-blue:hover{
    border-color: var(--curious-blue) !important;
  }

  .sm\:hover\:border-mustard:hover{
    border-color: var(--mustard) !important;
  }

  .sm\:hover\:border-alto:hover{
    border-color: var(--alto) !important;
  }

  .sm\:hover\:border-catsk:hover{
    border-color: var(--catsk) !important;
  }

  .sm\:focus\:border-black:focus{
    border-color: var(--black) !important;
  }

  .sm\:focus\:border-white:focus{
    border-color: var(--white) !important;
  }

  .sm\:focus\:border-blue:focus{
    border-color: var(--blue) !important;
  }

  .sm\:focus\:border-apple:focus{
    border-color: var(--apple) !important;
  }

  .sm\:focus\:border-don-juan:focus{
    border-color: var(--don-juan) !important;
  }

  .sm\:focus\:border-alabaster:focus{
    border-color: var(--alabaster) !important;
  }

  .sm\:focus\:border-gray:focus{
    border-color: var(--gray) !important;
  }

  .sm\:focus\:border-concrete:focus{
    border-color: var(--concrete) !important;
  }

  .sm\:focus\:border-silver:focus{
    border-color: var(--silver) !important;
  }

  .sm\:focus\:border-gallery:focus{
    border-color: var(--gallery) !important;
  }

  .sm\:focus\:border-alizarin:focus{
    border-color: var(--alizarin) !important;
  }

  .sm\:focus\:border-sunset:focus{
    border-color: var(--sunset) !important;
  }

  .sm\:focus\:border-curious-blue:focus{
    border-color: var(--curious-blue) !important;
  }

  .sm\:focus\:border-mustard:focus{
    border-color: var(--mustard) !important;
  }

  .sm\:focus\:border-alto:focus{
    border-color: var(--alto) !important;
  }

  .sm\:focus\:border-catsk:focus{
    border-color: var(--catsk) !important;
  }

  .sm\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .sm\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .sm\:rounded-none{
    border-radius: 0 !important;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm\:rounded{
    border-radius: 0.25rem !important;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .sm\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .sm\:rounded-full{
    border-radius: 9999px !important;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-solid{
    border-style: solid !important;
  }

  .sm\:border-dashed{
    border-style: dashed !important;
  }

  .sm\:border-dotted{
    border-style: dotted !important;
  }

  .sm\:border-double{
    border-style: double !important;
  }

  .sm\:border-none{
    border-style: none !important;
  }

  .sm\:border-0{
    border-width: 0 !important;
  }

  .sm\:border-2{
    border-width: 2px !important;
  }

  .sm\:border-4{
    border-width: 4px !important;
  }

  .sm\:border-8{
    border-width: 8px !important;
  }

  .sm\:border{
    border-width: 1px !important;
  }

  .sm\:border-t-0{
    border-top-width: 0 !important;
  }

  .sm\:border-r-0{
    border-right-width: 0 !important;
  }

  .sm\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0{
    border-left-width: 0 !important;
  }

  .sm\:border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:border-t{
    border-top-width: 1px !important;
  }

  .sm\:border-r{
    border-right-width: 1px !important;
  }

  .sm\:border-b{
    border-bottom-width: 1px !important;
  }

  .sm\:border-l{
    border-left-width: 1px !important;
  }

  .sm\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .sm\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .sm\:cursor-auto{
    cursor: auto !important;
  }

  .sm\:cursor-default{
    cursor: default !important;
  }

  .sm\:cursor-pointer{
    cursor: pointer !important;
  }

  .sm\:cursor-wait{
    cursor: wait !important;
  }

  .sm\:cursor-text{
    cursor: text !important;
  }

  .sm\:cursor-move{
    cursor: move !important;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:inline{
    display: inline !important;
  }

  .sm\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sm\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .sm\:table{
    display: table !important;
  }

  .sm\:table-caption{
    display: table-caption !important;
  }

  .sm\:table-cell{
    display: table-cell !important;
  }

  .sm\:table-column{
    display: table-column !important;
  }

  .sm\:table-column-group{
    display: table-column-group !important;
  }

  .sm\:table-footer-group{
    display: table-footer-group !important;
  }

  .sm\:table-header-group{
    display: table-header-group !important;
  }

  .sm\:table-row-group{
    display: table-row-group !important;
  }

  .sm\:table-row{
    display: table-row !important;
  }

  .sm\:flow-root{
    display: flow-root !important;
  }

  .sm\:grid{
    display: grid !important;
  }

  .sm\:inline-grid{
    display: inline-grid !important;
  }

  .sm\:contents{
    display: contents !important;
  }

  .sm\:hidden{
    display: none !important;
  }

  .sm\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .sm\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .sm\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .sm\:place-items-auto{
    place-items: auto !important;
  }

  .sm\:place-items-start{
    place-items: start !important;
  }

  .sm\:place-items-end{
    place-items: end !important;
  }

  .sm\:place-items-center{
    place-items: center !important;
  }

  .sm\:place-items-stretch{
    place-items: stretch !important;
  }

  .sm\:place-content-center{
    place-content: center !important;
  }

  .sm\:place-content-start{
    place-content: start !important;
  }

  .sm\:place-content-end{
    place-content: end !important;
  }

  .sm\:place-content-between{
    place-content: space-between !important;
  }

  .sm\:place-content-around{
    place-content: space-around !important;
  }

  .sm\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch{
    place-content: stretch !important;
  }

  .sm\:place-self-auto{
    place-self: auto !important;
  }

  .sm\:place-self-start{
    place-self: start !important;
  }

  .sm\:place-self-end{
    place-self: end !important;
  }

  .sm\:place-self-center{
    place-self: center !important;
  }

  .sm\:place-self-stretch{
    place-self: stretch !important;
  }

  .sm\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .sm\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .sm\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .sm\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .sm\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .sm\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .sm\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .sm\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .sm\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .sm\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .sm\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .sm\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .sm\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .sm\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .sm\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .sm\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .sm\:justify-items-auto{
    justify-items: auto !important;
  }

  .sm\:justify-items-start{
    justify-items: start !important;
  }

  .sm\:justify-items-end{
    justify-items: end !important;
  }

  .sm\:justify-items-center{
    justify-items: center !important;
  }

  .sm\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .sm\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .sm\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .sm\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .sm\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .sm\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .sm\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .sm\:justify-self-auto{
    justify-self: auto !important;
  }

  .sm\:justify-self-start{
    justify-self: start !important;
  }

  .sm\:justify-self-end{
    justify-self: end !important;
  }

  .sm\:justify-self-center{
    justify-self: center !important;
  }

  .sm\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .sm\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .sm\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .sm\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .sm\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .sm\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .sm\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .sm\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .sm\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .sm\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .sm\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .sm\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .sm\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .sm\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .sm\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .sm\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .sm\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .sm\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .sm\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .sm\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .sm\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .sm\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .sm\:float-right{
    float: right !important;
  }

  .sm\:float-left{
    float: left !important;
  }

  .sm\:float-none{
    float: none !important;
  }

  .sm\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:clear-left{
    clear: left !important;
  }

  .sm\:clear-right{
    clear: right !important;
  }

  .sm\:clear-both{
    clear: both !important;
  }

  .sm\:clear-none{
    clear: none !important;
  }

  .sm\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:font-hairline{
    font-weight: 100 !important;
  }

  .sm\:font-thin{
    font-weight: 200 !important;
  }

  .sm\:font-light{
    font-weight: 300 !important;
  }

  .sm\:font-normal{
    font-weight: 400 !important;
  }

  .sm\:font-medium{
    font-weight: 500 !important;
  }

  .sm\:font-semibold{
    font-weight: 600 !important;
  }

  .sm\:font-bold{
    font-weight: 700 !important;
  }

  .sm\:font-extrabold{
    font-weight: 800 !important;
  }

  .sm\:font-black{
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .sm\:h-0{
    height: 0px !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-7{
    height: 28px !important;
  }

  .sm\:h-8{
    height: 32px !important;
  }

  .sm\:h-9{
    height: 36px !important;
  }

  .sm\:h-10{
    height: 40px !important;
  }

  .sm\:h-11{
    height: 44px !important;
  }

  .sm\:h-12{
    height: 48px !important;
  }

  .sm\:h-13{
    height: 52px !important;
  }

  .sm\:h-14{
    height: 56px !important;
  }

  .sm\:h-15{
    height: 60px !important;
  }

  .sm\:h-16{
    height: 64px !important;
  }

  .sm\:h-17{
    height: 68px !important;
  }

  .sm\:h-18{
    height: 72px !important;
  }

  .sm\:h-19{
    height: 76px !important;
  }

  .sm\:h-20{
    height: 80px !important;
  }

  .sm\:h-21{
    height: 84px !important;
  }

  .sm\:h-22{
    height: 88px !important;
  }

  .sm\:h-23{
    height: 92px !important;
  }

  .sm\:h-24{
    height: 96px !important;
  }

  .sm\:h-25{
    height: 100px !important;
  }

  .sm\:h-26{
    height: 104px !important;
  }

  .sm\:h-27{
    height: 108px !important;
  }

  .sm\:h-28{
    height: 112px !important;
  }

  .sm\:h-29{
    height: 116px !important;
  }

  .sm\:h-30{
    height: 120px !important;
  }

  .sm\:h-auto{
    height: auto !important;
  }

  .sm\:h-full{
    height: 100% !important;
  }

  .sm\:h-screen{
    height: 100vh !important;
  }

  .sm\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .sm\:text-sm{
    font-size: 14px !important;
  }

  .sm\:text-base{
    font-size: 16px !important;
  }

  .sm\:text-lg{
    font-size: 18px !important;
  }

  .sm\:text-2lg{
    font-size: 20px !important;
  }

  .sm\:text-3lg{
    font-size: 24px !important;
  }

  .sm\:text-xl{
    font-size: 36px !important;
  }

  .sm\:text-2xl{
    font-size: 40px !important;
  }

  .sm\:leading-3{
    line-height: .75rem !important;
  }

  .sm\:leading-4{
    line-height: 1rem !important;
  }

  .sm\:leading-5{
    line-height: 1.25rem !important;
  }

  .sm\:leading-6{
    line-height: 1.5rem !important;
  }

  .sm\:leading-7{
    line-height: 1.75rem !important;
  }

  .sm\:leading-8{
    line-height: 2rem !important;
  }

  .sm\:leading-9{
    line-height: 2.25rem !important;
  }

  .sm\:leading-10{
    line-height: 2.5rem !important;
  }

  .sm\:leading-none{
    line-height: 1 !important;
  }

  .sm\:leading-tight{
    line-height: 1.2 !important;
  }

  .sm\:leading-snug{
    line-height: 1.375 !important;
  }

  .sm\:leading-normal{
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed{
    line-height: 1.6 !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: 0px !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-7{
    margin: 28px !important;
  }

  .sm\:m-8{
    margin: 32px !important;
  }

  .sm\:m-9{
    margin: 36px !important;
  }

  .sm\:m-10{
    margin: 40px !important;
  }

  .sm\:m-11{
    margin: 44px !important;
  }

  .sm\:m-12{
    margin: 48px !important;
  }

  .sm\:m-13{
    margin: 52px !important;
  }

  .sm\:m-14{
    margin: 56px !important;
  }

  .sm\:m-15{
    margin: 60px !important;
  }

  .sm\:m-16{
    margin: 64px !important;
  }

  .sm\:m-17{
    margin: 68px !important;
  }

  .sm\:m-18{
    margin: 72px !important;
  }

  .sm\:m-19{
    margin: 76px !important;
  }

  .sm\:m-20{
    margin: 80px !important;
  }

  .sm\:m-21{
    margin: 84px !important;
  }

  .sm\:m-22{
    margin: 88px !important;
  }

  .sm\:m-23{
    margin: 92px !important;
  }

  .sm\:m-24{
    margin: 96px !important;
  }

  .sm\:m-25{
    margin: 100px !important;
  }

  .sm\:m-26{
    margin: 104px !important;
  }

  .sm\:m-27{
    margin: 108px !important;
  }

  .sm\:m-28{
    margin: 112px !important;
  }

  .sm\:m-29{
    margin: 116px !important;
  }

  .sm\:m-30{
    margin: 120px !important;
  }

  .sm\:m-auto{
    margin: auto !important;
  }

  .sm\:-m-0{
    margin: 0px !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-7{
    margin: -28px !important;
  }

  .sm\:-m-8{
    margin: -32px !important;
  }

  .sm\:-m-9{
    margin: -36px !important;
  }

  .sm\:-m-10{
    margin: -40px !important;
  }

  .sm\:-m-11{
    margin: -44px !important;
  }

  .sm\:-m-12{
    margin: -48px !important;
  }

  .sm\:-m-13{
    margin: -52px !important;
  }

  .sm\:-m-14{
    margin: -56px !important;
  }

  .sm\:-m-15{
    margin: -60px !important;
  }

  .sm\:-m-16{
    margin: -64px !important;
  }

  .sm\:-m-17{
    margin: -68px !important;
  }

  .sm\:-m-18{
    margin: -72px !important;
  }

  .sm\:-m-19{
    margin: -76px !important;
  }

  .sm\:-m-20{
    margin: -80px !important;
  }

  .sm\:-m-21{
    margin: -84px !important;
  }

  .sm\:-m-22{
    margin: -88px !important;
  }

  .sm\:-m-23{
    margin: -92px !important;
  }

  .sm\:-m-24{
    margin: -96px !important;
  }

  .sm\:-m-25{
    margin: -100px !important;
  }

  .sm\:-m-26{
    margin: -104px !important;
  }

  .sm\:-m-27{
    margin: -108px !important;
  }

  .sm\:-m-28{
    margin: -112px !important;
  }

  .sm\:-m-29{
    margin: -116px !important;
  }

  .sm\:-m-30{
    margin: -120px !important;
  }

  .sm\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !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-7{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .sm\:mx-7{
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .sm\:my-8{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:mx-8{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:my-9{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .sm\:mx-9{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .sm\:my-10{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:mx-10{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:my-11{
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .sm\:mx-11{
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .sm\:my-12{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:mx-12{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:my-13{
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .sm\:mx-13{
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .sm\:my-14{
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .sm\:mx-14{
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .sm\:my-15{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .sm\:mx-15{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .sm\:my-16{
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .sm\:mx-16{
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .sm\:my-17{
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .sm\:mx-17{
    margin-left: 68px !important;
    margin-right: 68px !important;
  }

  .sm\:my-18{
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .sm\:mx-18{
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .sm\:my-19{
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .sm\:mx-19{
    margin-left: 76px !important;
    margin-right: 76px !important;
  }

  .sm\:my-20{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:mx-20{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:my-21{
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .sm\:mx-21{
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .sm\:my-22{
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .sm\:mx-22{
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .sm\:my-23{
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .sm\:mx-23{
    margin-left: 92px !important;
    margin-right: 92px !important;
  }

  .sm\:my-24{
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .sm\:mx-24{
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .sm\:my-25{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .sm\:mx-25{
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .sm\:my-26{
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .sm\:mx-26{
    margin-left: 104px !important;
    margin-right: 104px !important;
  }

  .sm\:my-27{
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .sm\:mx-27{
    margin-left: 108px !important;
    margin-right: 108px !important;
  }

  .sm\:my-28{
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .sm\:mx-28{
    margin-left: 112px !important;
    margin-right: 112px !important;
  }

  .sm\:my-29{
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .sm\:mx-29{
    margin-left: 116px !important;
    margin-right: 116px !important;
  }

  .sm\:my-30{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .sm\:mx-30{
    margin-left: 120px !important;
    margin-right: 120px !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: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !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-7{
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .sm\:-mx-7{
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .sm\:-my-8{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .sm\:-mx-8{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .sm\:-my-9{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .sm\:-mx-9{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .sm\:-my-10{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .sm\:-mx-10{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .sm\:-my-11{
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .sm\:-mx-11{
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .sm\:-my-12{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .sm\:-mx-12{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .sm\:-my-13{
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .sm\:-mx-13{
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .sm\:-my-14{
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .sm\:-mx-14{
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .sm\:-my-15{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .sm\:-mx-15{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .sm\:-my-16{
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .sm\:-mx-16{
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .sm\:-my-17{
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }

  .sm\:-mx-17{
    margin-left: -68px !important;
    margin-right: -68px !important;
  }

  .sm\:-my-18{
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .sm\:-mx-18{
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .sm\:-my-19{
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }

  .sm\:-mx-19{
    margin-left: -76px !important;
    margin-right: -76px !important;
  }

  .sm\:-my-20{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .sm\:-mx-20{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .sm\:-my-21{
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .sm\:-mx-21{
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .sm\:-my-22{
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .sm\:-mx-22{
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .sm\:-my-23{
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }

  .sm\:-mx-23{
    margin-left: -92px !important;
    margin-right: -92px !important;
  }

  .sm\:-my-24{
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .sm\:-mx-24{
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .sm\:-my-25{
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .sm\:-mx-25{
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .sm\:-my-26{
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }

  .sm\:-mx-26{
    margin-left: -104px !important;
    margin-right: -104px !important;
  }

  .sm\:-my-27{
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }

  .sm\:-mx-27{
    margin-left: -108px !important;
    margin-right: -108px !important;
  }

  .sm\:-my-28{
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .sm\:-mx-28{
    margin-left: -112px !important;
    margin-right: -112px !important;
  }

  .sm\:-my-29{
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }

  .sm\:-mx-29{
    margin-left: -116px !important;
    margin-right: -116px !important;
  }

  .sm\:-my-30{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .sm\:-mx-30{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .sm\:mt-0{
    margin-top: 0px !important;
  }

  .sm\:mr-0{
    margin-right: 0px !important;
  }

  .sm\:mb-0{
    margin-bottom: 0px !important;
  }

  .sm\:ml-0{
    margin-left: 0px !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-7{
    margin-top: 28px !important;
  }

  .sm\:mr-7{
    margin-right: 28px !important;
  }

  .sm\:mb-7{
    margin-bottom: 28px !important;
  }

  .sm\:ml-7{
    margin-left: 28px !important;
  }

  .sm\:mt-8{
    margin-top: 32px !important;
  }

  .sm\:mr-8{
    margin-right: 32px !important;
  }

  .sm\:mb-8{
    margin-bottom: 32px !important;
  }

  .sm\:ml-8{
    margin-left: 32px !important;
  }

  .sm\:mt-9{
    margin-top: 36px !important;
  }

  .sm\:mr-9{
    margin-right: 36px !important;
  }

  .sm\:mb-9{
    margin-bottom: 36px !important;
  }

  .sm\:ml-9{
    margin-left: 36px !important;
  }

  .sm\:mt-10{
    margin-top: 40px !important;
  }

  .sm\:mr-10{
    margin-right: 40px !important;
  }

  .sm\:mb-10{
    margin-bottom: 40px !important;
  }

  .sm\:ml-10{
    margin-left: 40px !important;
  }

  .sm\:mt-11{
    margin-top: 44px !important;
  }

  .sm\:mr-11{
    margin-right: 44px !important;
  }

  .sm\:mb-11{
    margin-bottom: 44px !important;
  }

  .sm\:ml-11{
    margin-left: 44px !important;
  }

  .sm\:mt-12{
    margin-top: 48px !important;
  }

  .sm\:mr-12{
    margin-right: 48px !important;
  }

  .sm\:mb-12{
    margin-bottom: 48px !important;
  }

  .sm\:ml-12{
    margin-left: 48px !important;
  }

  .sm\:mt-13{
    margin-top: 52px !important;
  }

  .sm\:mr-13{
    margin-right: 52px !important;
  }

  .sm\:mb-13{
    margin-bottom: 52px !important;
  }

  .sm\:ml-13{
    margin-left: 52px !important;
  }

  .sm\:mt-14{
    margin-top: 56px !important;
  }

  .sm\:mr-14{
    margin-right: 56px !important;
  }

  .sm\:mb-14{
    margin-bottom: 56px !important;
  }

  .sm\:ml-14{
    margin-left: 56px !important;
  }

  .sm\:mt-15{
    margin-top: 60px !important;
  }

  .sm\:mr-15{
    margin-right: 60px !important;
  }

  .sm\:mb-15{
    margin-bottom: 60px !important;
  }

  .sm\:ml-15{
    margin-left: 60px !important;
  }

  .sm\:mt-16{
    margin-top: 64px !important;
  }

  .sm\:mr-16{
    margin-right: 64px !important;
  }

  .sm\:mb-16{
    margin-bottom: 64px !important;
  }

  .sm\:ml-16{
    margin-left: 64px !important;
  }

  .sm\:mt-17{
    margin-top: 68px !important;
  }

  .sm\:mr-17{
    margin-right: 68px !important;
  }

  .sm\:mb-17{
    margin-bottom: 68px !important;
  }

  .sm\:ml-17{
    margin-left: 68px !important;
  }

  .sm\:mt-18{
    margin-top: 72px !important;
  }

  .sm\:mr-18{
    margin-right: 72px !important;
  }

  .sm\:mb-18{
    margin-bottom: 72px !important;
  }

  .sm\:ml-18{
    margin-left: 72px !important;
  }

  .sm\:mt-19{
    margin-top: 76px !important;
  }

  .sm\:mr-19{
    margin-right: 76px !important;
  }

  .sm\:mb-19{
    margin-bottom: 76px !important;
  }

  .sm\:ml-19{
    margin-left: 76px !important;
  }

  .sm\:mt-20{
    margin-top: 80px !important;
  }

  .sm\:mr-20{
    margin-right: 80px !important;
  }

  .sm\:mb-20{
    margin-bottom: 80px !important;
  }

  .sm\:ml-20{
    margin-left: 80px !important;
  }

  .sm\:mt-21{
    margin-top: 84px !important;
  }

  .sm\:mr-21{
    margin-right: 84px !important;
  }

  .sm\:mb-21{
    margin-bottom: 84px !important;
  }

  .sm\:ml-21{
    margin-left: 84px !important;
  }

  .sm\:mt-22{
    margin-top: 88px !important;
  }

  .sm\:mr-22{
    margin-right: 88px !important;
  }

  .sm\:mb-22{
    margin-bottom: 88px !important;
  }

  .sm\:ml-22{
    margin-left: 88px !important;
  }

  .sm\:mt-23{
    margin-top: 92px !important;
  }

  .sm\:mr-23{
    margin-right: 92px !important;
  }

  .sm\:mb-23{
    margin-bottom: 92px !important;
  }

  .sm\:ml-23{
    margin-left: 92px !important;
  }

  .sm\:mt-24{
    margin-top: 96px !important;
  }

  .sm\:mr-24{
    margin-right: 96px !important;
  }

  .sm\:mb-24{
    margin-bottom: 96px !important;
  }

  .sm\:ml-24{
    margin-left: 96px !important;
  }

  .sm\:mt-25{
    margin-top: 100px !important;
  }

  .sm\:mr-25{
    margin-right: 100px !important;
  }

  .sm\:mb-25{
    margin-bottom: 100px !important;
  }

  .sm\:ml-25{
    margin-left: 100px !important;
  }

  .sm\:mt-26{
    margin-top: 104px !important;
  }

  .sm\:mr-26{
    margin-right: 104px !important;
  }

  .sm\:mb-26{
    margin-bottom: 104px !important;
  }

  .sm\:ml-26{
    margin-left: 104px !important;
  }

  .sm\:mt-27{
    margin-top: 108px !important;
  }

  .sm\:mr-27{
    margin-right: 108px !important;
  }

  .sm\:mb-27{
    margin-bottom: 108px !important;
  }

  .sm\:ml-27{
    margin-left: 108px !important;
  }

  .sm\:mt-28{
    margin-top: 112px !important;
  }

  .sm\:mr-28{
    margin-right: 112px !important;
  }

  .sm\:mb-28{
    margin-bottom: 112px !important;
  }

  .sm\:ml-28{
    margin-left: 112px !important;
  }

  .sm\:mt-29{
    margin-top: 116px !important;
  }

  .sm\:mr-29{
    margin-right: 116px !important;
  }

  .sm\:mb-29{
    margin-bottom: 116px !important;
  }

  .sm\:ml-29{
    margin-left: 116px !important;
  }

  .sm\:mt-30{
    margin-top: 120px !important;
  }

  .sm\:mr-30{
    margin-right: 120px !important;
  }

  .sm\:mb-30{
    margin-bottom: 120px !important;
  }

  .sm\:ml-30{
    margin-left: 120px !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: 0px !important;
  }

  .sm\:-mr-0{
    margin-right: 0px !important;
  }

  .sm\:-mb-0{
    margin-bottom: 0px !important;
  }

  .sm\:-ml-0{
    margin-left: 0px !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-7{
    margin-top: -28px !important;
  }

  .sm\:-mr-7{
    margin-right: -28px !important;
  }

  .sm\:-mb-7{
    margin-bottom: -28px !important;
  }

  .sm\:-ml-7{
    margin-left: -28px !important;
  }

  .sm\:-mt-8{
    margin-top: -32px !important;
  }

  .sm\:-mr-8{
    margin-right: -32px !important;
  }

  .sm\:-mb-8{
    margin-bottom: -32px !important;
  }

  .sm\:-ml-8{
    margin-left: -32px !important;
  }

  .sm\:-mt-9{
    margin-top: -36px !important;
  }

  .sm\:-mr-9{
    margin-right: -36px !important;
  }

  .sm\:-mb-9{
    margin-bottom: -36px !important;
  }

  .sm\:-ml-9{
    margin-left: -36px !important;
  }

  .sm\:-mt-10{
    margin-top: -40px !important;
  }

  .sm\:-mr-10{
    margin-right: -40px !important;
  }

  .sm\:-mb-10{
    margin-bottom: -40px !important;
  }

  .sm\:-ml-10{
    margin-left: -40px !important;
  }

  .sm\:-mt-11{
    margin-top: -44px !important;
  }

  .sm\:-mr-11{
    margin-right: -44px !important;
  }

  .sm\:-mb-11{
    margin-bottom: -44px !important;
  }

  .sm\:-ml-11{
    margin-left: -44px !important;
  }

  .sm\:-mt-12{
    margin-top: -48px !important;
  }

  .sm\:-mr-12{
    margin-right: -48px !important;
  }

  .sm\:-mb-12{
    margin-bottom: -48px !important;
  }

  .sm\:-ml-12{
    margin-left: -48px !important;
  }

  .sm\:-mt-13{
    margin-top: -52px !important;
  }

  .sm\:-mr-13{
    margin-right: -52px !important;
  }

  .sm\:-mb-13{
    margin-bottom: -52px !important;
  }

  .sm\:-ml-13{
    margin-left: -52px !important;
  }

  .sm\:-mt-14{
    margin-top: -56px !important;
  }

  .sm\:-mr-14{
    margin-right: -56px !important;
  }

  .sm\:-mb-14{
    margin-bottom: -56px !important;
  }

  .sm\:-ml-14{
    margin-left: -56px !important;
  }

  .sm\:-mt-15{
    margin-top: -60px !important;
  }

  .sm\:-mr-15{
    margin-right: -60px !important;
  }

  .sm\:-mb-15{
    margin-bottom: -60px !important;
  }

  .sm\:-ml-15{
    margin-left: -60px !important;
  }

  .sm\:-mt-16{
    margin-top: -64px !important;
  }

  .sm\:-mr-16{
    margin-right: -64px !important;
  }

  .sm\:-mb-16{
    margin-bottom: -64px !important;
  }

  .sm\:-ml-16{
    margin-left: -64px !important;
  }

  .sm\:-mt-17{
    margin-top: -68px !important;
  }

  .sm\:-mr-17{
    margin-right: -68px !important;
  }

  .sm\:-mb-17{
    margin-bottom: -68px !important;
  }

  .sm\:-ml-17{
    margin-left: -68px !important;
  }

  .sm\:-mt-18{
    margin-top: -72px !important;
  }

  .sm\:-mr-18{
    margin-right: -72px !important;
  }

  .sm\:-mb-18{
    margin-bottom: -72px !important;
  }

  .sm\:-ml-18{
    margin-left: -72px !important;
  }

  .sm\:-mt-19{
    margin-top: -76px !important;
  }

  .sm\:-mr-19{
    margin-right: -76px !important;
  }

  .sm\:-mb-19{
    margin-bottom: -76px !important;
  }

  .sm\:-ml-19{
    margin-left: -76px !important;
  }

  .sm\:-mt-20{
    margin-top: -80px !important;
  }

  .sm\:-mr-20{
    margin-right: -80px !important;
  }

  .sm\:-mb-20{
    margin-bottom: -80px !important;
  }

  .sm\:-ml-20{
    margin-left: -80px !important;
  }

  .sm\:-mt-21{
    margin-top: -84px !important;
  }

  .sm\:-mr-21{
    margin-right: -84px !important;
  }

  .sm\:-mb-21{
    margin-bottom: -84px !important;
  }

  .sm\:-ml-21{
    margin-left: -84px !important;
  }

  .sm\:-mt-22{
    margin-top: -88px !important;
  }

  .sm\:-mr-22{
    margin-right: -88px !important;
  }

  .sm\:-mb-22{
    margin-bottom: -88px !important;
  }

  .sm\:-ml-22{
    margin-left: -88px !important;
  }

  .sm\:-mt-23{
    margin-top: -92px !important;
  }

  .sm\:-mr-23{
    margin-right: -92px !important;
  }

  .sm\:-mb-23{
    margin-bottom: -92px !important;
  }

  .sm\:-ml-23{
    margin-left: -92px !important;
  }

  .sm\:-mt-24{
    margin-top: -96px !important;
  }

  .sm\:-mr-24{
    margin-right: -96px !important;
  }

  .sm\:-mb-24{
    margin-bottom: -96px !important;
  }

  .sm\:-ml-24{
    margin-left: -96px !important;
  }

  .sm\:-mt-25{
    margin-top: -100px !important;
  }

  .sm\:-mr-25{
    margin-right: -100px !important;
  }

  .sm\:-mb-25{
    margin-bottom: -100px !important;
  }

  .sm\:-ml-25{
    margin-left: -100px !important;
  }

  .sm\:-mt-26{
    margin-top: -104px !important;
  }

  .sm\:-mr-26{
    margin-right: -104px !important;
  }

  .sm\:-mb-26{
    margin-bottom: -104px !important;
  }

  .sm\:-ml-26{
    margin-left: -104px !important;
  }

  .sm\:-mt-27{
    margin-top: -108px !important;
  }

  .sm\:-mr-27{
    margin-right: -108px !important;
  }

  .sm\:-mb-27{
    margin-bottom: -108px !important;
  }

  .sm\:-ml-27{
    margin-left: -108px !important;
  }

  .sm\:-mt-28{
    margin-top: -112px !important;
  }

  .sm\:-mr-28{
    margin-right: -112px !important;
  }

  .sm\:-mb-28{
    margin-bottom: -112px !important;
  }

  .sm\:-ml-28{
    margin-left: -112px !important;
  }

  .sm\:-mt-29{
    margin-top: -116px !important;
  }

  .sm\:-mr-29{
    margin-right: -116px !important;
  }

  .sm\:-mb-29{
    margin-bottom: -116px !important;
  }

  .sm\:-ml-29{
    margin-left: -116px !important;
  }

  .sm\:-mt-30{
    margin-top: -120px !important;
  }

  .sm\:-mr-30{
    margin-right: -120px !important;
  }

  .sm\:-mb-30{
    margin-bottom: -120px !important;
  }

  .sm\:-ml-30{
    margin-left: -120px !important;
  }

  .sm\:max-h-full{
    max-height: 100% !important;
  }

  .sm\:max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:max-w-none{
    max-width: none !important;
  }

  .sm\:max-w-xs{
    max-width: 20rem !important;
  }

  .sm\:max-w-sm{
    max-width: 24rem !important;
  }

  .sm\:max-w-md{
    max-width: 28rem !important;
  }

  .sm\:max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:max-w-full{
    max-width: 100% !important;
  }

  .sm\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .sm\:max-w-screen-sm{
    max-width: 480px !important;
  }

  .sm\:max-w-screen-md{
    max-width: 720px !important;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .sm\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .sm\:max-w-screen-xxl{
    max-width: 1400px !important;
  }

  .sm\:max-w-screen-xxxl{
    max-width: 1600px !important;
  }

  .sm\:min-h-0{
    min-height: 0 !important;
  }

  .sm\:min-h-full{
    min-height: 100% !important;
  }

  .sm\:min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:min-w-0{
    min-width: 0 !important;
  }

  .sm\:min-w-full{
    min-width: 100% !important;
  }

  .sm\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:opacity-0{
    opacity: 0 !important;
  }

  .sm\:opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:opacity-100{
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:overflow-auto{
    overflow: auto !important;
  }

  .sm\:overflow-hidden{
    overflow: hidden !important;
  }

  .sm\:overflow-visible{
    overflow: visible !important;
  }

  .sm\:overflow-scroll{
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .sm\:p-0{
    padding: 0px !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-7{
    padding: 28px !important;
  }

  .sm\:p-8{
    padding: 32px !important;
  }

  .sm\:p-9{
    padding: 36px !important;
  }

  .sm\:p-10{
    padding: 40px !important;
  }

  .sm\:p-11{
    padding: 44px !important;
  }

  .sm\:p-12{
    padding: 48px !important;
  }

  .sm\:p-13{
    padding: 52px !important;
  }

  .sm\:p-14{
    padding: 56px !important;
  }

  .sm\:p-15{
    padding: 60px !important;
  }

  .sm\:p-16{
    padding: 64px !important;
  }

  .sm\:p-17{
    padding: 68px !important;
  }

  .sm\:p-18{
    padding: 72px !important;
  }

  .sm\:p-19{
    padding: 76px !important;
  }

  .sm\:p-20{
    padding: 80px !important;
  }

  .sm\:p-21{
    padding: 84px !important;
  }

  .sm\:p-22{
    padding: 88px !important;
  }

  .sm\:p-23{
    padding: 92px !important;
  }

  .sm\:p-24{
    padding: 96px !important;
  }

  .sm\:p-25{
    padding: 100px !important;
  }

  .sm\:p-26{
    padding: 104px !important;
  }

  .sm\:p-27{
    padding: 108px !important;
  }

  .sm\:p-28{
    padding: 112px !important;
  }

  .sm\:p-29{
    padding: 116px !important;
  }

  .sm\:p-30{
    padding: 120px !important;
  }

  .sm\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !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-7{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .sm\:px-7{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .sm\:py-8{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:px-8{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:py-9{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .sm\:px-9{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .sm\:py-10{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:px-10{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:py-11{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .sm\:px-11{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .sm\:py-12{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:px-12{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:py-13{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .sm\:px-13{
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .sm\:py-14{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .sm\:px-14{
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .sm\:py-15{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .sm\:px-15{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .sm\:py-16{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sm\:px-16{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .sm\:py-17{
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .sm\:px-17{
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .sm\:py-18{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .sm\:px-18{
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .sm\:py-19{
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .sm\:px-19{
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .sm\:py-20{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:px-20{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:py-21{
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .sm\:px-21{
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .sm\:py-22{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .sm\:px-22{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }

  .sm\:py-23{
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .sm\:px-23{
    padding-left: 92px !important;
    padding-right: 92px !important;
  }

  .sm\:py-24{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .sm\:px-24{
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .sm\:py-25{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .sm\:px-25{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .sm\:py-26{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .sm\:px-26{
    padding-left: 104px !important;
    padding-right: 104px !important;
  }

  .sm\:py-27{
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .sm\:px-27{
    padding-left: 108px !important;
    padding-right: 108px !important;
  }

  .sm\:py-28{
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .sm\:px-28{
    padding-left: 112px !important;
    padding-right: 112px !important;
  }

  .sm\:py-29{
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .sm\:px-29{
    padding-left: 116px !important;
    padding-right: 116px !important;
  }

  .sm\:py-30{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .sm\:px-30{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .sm\:pt-0{
    padding-top: 0px !important;
  }

  .sm\:pr-0{
    padding-right: 0px !important;
  }

  .sm\:pb-0{
    padding-bottom: 0px !important;
  }

  .sm\:pl-0{
    padding-left: 0px !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-7{
    padding-top: 28px !important;
  }

  .sm\:pr-7{
    padding-right: 28px !important;
  }

  .sm\:pb-7{
    padding-bottom: 28px !important;
  }

  .sm\:pl-7{
    padding-left: 28px !important;
  }

  .sm\:pt-8{
    padding-top: 32px !important;
  }

  .sm\:pr-8{
    padding-right: 32px !important;
  }

  .sm\:pb-8{
    padding-bottom: 32px !important;
  }

  .sm\:pl-8{
    padding-left: 32px !important;
  }

  .sm\:pt-9{
    padding-top: 36px !important;
  }

  .sm\:pr-9{
    padding-right: 36px !important;
  }

  .sm\:pb-9{
    padding-bottom: 36px !important;
  }

  .sm\:pl-9{
    padding-left: 36px !important;
  }

  .sm\:pt-10{
    padding-top: 40px !important;
  }

  .sm\:pr-10{
    padding-right: 40px !important;
  }

  .sm\:pb-10{
    padding-bottom: 40px !important;
  }

  .sm\:pl-10{
    padding-left: 40px !important;
  }

  .sm\:pt-11{
    padding-top: 44px !important;
  }

  .sm\:pr-11{
    padding-right: 44px !important;
  }

  .sm\:pb-11{
    padding-bottom: 44px !important;
  }

  .sm\:pl-11{
    padding-left: 44px !important;
  }

  .sm\:pt-12{
    padding-top: 48px !important;
  }

  .sm\:pr-12{
    padding-right: 48px !important;
  }

  .sm\:pb-12{
    padding-bottom: 48px !important;
  }

  .sm\:pl-12{
    padding-left: 48px !important;
  }

  .sm\:pt-13{
    padding-top: 52px !important;
  }

  .sm\:pr-13{
    padding-right: 52px !important;
  }

  .sm\:pb-13{
    padding-bottom: 52px !important;
  }

  .sm\:pl-13{
    padding-left: 52px !important;
  }

  .sm\:pt-14{
    padding-top: 56px !important;
  }

  .sm\:pr-14{
    padding-right: 56px !important;
  }

  .sm\:pb-14{
    padding-bottom: 56px !important;
  }

  .sm\:pl-14{
    padding-left: 56px !important;
  }

  .sm\:pt-15{
    padding-top: 60px !important;
  }

  .sm\:pr-15{
    padding-right: 60px !important;
  }

  .sm\:pb-15{
    padding-bottom: 60px !important;
  }

  .sm\:pl-15{
    padding-left: 60px !important;
  }

  .sm\:pt-16{
    padding-top: 64px !important;
  }

  .sm\:pr-16{
    padding-right: 64px !important;
  }

  .sm\:pb-16{
    padding-bottom: 64px !important;
  }

  .sm\:pl-16{
    padding-left: 64px !important;
  }

  .sm\:pt-17{
    padding-top: 68px !important;
  }

  .sm\:pr-17{
    padding-right: 68px !important;
  }

  .sm\:pb-17{
    padding-bottom: 68px !important;
  }

  .sm\:pl-17{
    padding-left: 68px !important;
  }

  .sm\:pt-18{
    padding-top: 72px !important;
  }

  .sm\:pr-18{
    padding-right: 72px !important;
  }

  .sm\:pb-18{
    padding-bottom: 72px !important;
  }

  .sm\:pl-18{
    padding-left: 72px !important;
  }

  .sm\:pt-19{
    padding-top: 76px !important;
  }

  .sm\:pr-19{
    padding-right: 76px !important;
  }

  .sm\:pb-19{
    padding-bottom: 76px !important;
  }

  .sm\:pl-19{
    padding-left: 76px !important;
  }

  .sm\:pt-20{
    padding-top: 80px !important;
  }

  .sm\:pr-20{
    padding-right: 80px !important;
  }

  .sm\:pb-20{
    padding-bottom: 80px !important;
  }

  .sm\:pl-20{
    padding-left: 80px !important;
  }

  .sm\:pt-21{
    padding-top: 84px !important;
  }

  .sm\:pr-21{
    padding-right: 84px !important;
  }

  .sm\:pb-21{
    padding-bottom: 84px !important;
  }

  .sm\:pl-21{
    padding-left: 84px !important;
  }

  .sm\:pt-22{
    padding-top: 88px !important;
  }

  .sm\:pr-22{
    padding-right: 88px !important;
  }

  .sm\:pb-22{
    padding-bottom: 88px !important;
  }

  .sm\:pl-22{
    padding-left: 88px !important;
  }

  .sm\:pt-23{
    padding-top: 92px !important;
  }

  .sm\:pr-23{
    padding-right: 92px !important;
  }

  .sm\:pb-23{
    padding-bottom: 92px !important;
  }

  .sm\:pl-23{
    padding-left: 92px !important;
  }

  .sm\:pt-24{
    padding-top: 96px !important;
  }

  .sm\:pr-24{
    padding-right: 96px !important;
  }

  .sm\:pb-24{
    padding-bottom: 96px !important;
  }

  .sm\:pl-24{
    padding-left: 96px !important;
  }

  .sm\:pt-25{
    padding-top: 100px !important;
  }

  .sm\:pr-25{
    padding-right: 100px !important;
  }

  .sm\:pb-25{
    padding-bottom: 100px !important;
  }

  .sm\:pl-25{
    padding-left: 100px !important;
  }

  .sm\:pt-26{
    padding-top: 104px !important;
  }

  .sm\:pr-26{
    padding-right: 104px !important;
  }

  .sm\:pb-26{
    padding-bottom: 104px !important;
  }

  .sm\:pl-26{
    padding-left: 104px !important;
  }

  .sm\:pt-27{
    padding-top: 108px !important;
  }

  .sm\:pr-27{
    padding-right: 108px !important;
  }

  .sm\:pb-27{
    padding-bottom: 108px !important;
  }

  .sm\:pl-27{
    padding-left: 108px !important;
  }

  .sm\:pt-28{
    padding-top: 112px !important;
  }

  .sm\:pr-28{
    padding-right: 112px !important;
  }

  .sm\:pb-28{
    padding-bottom: 112px !important;
  }

  .sm\:pl-28{
    padding-left: 112px !important;
  }

  .sm\:pt-29{
    padding-top: 116px !important;
  }

  .sm\:pr-29{
    padding-right: 116px !important;
  }

  .sm\:pb-29{
    padding-bottom: 116px !important;
  }

  .sm\:pl-29{
    padding-left: 116px !important;
  }

  .sm\:pt-30{
    padding-top: 120px !important;
  }

  .sm\:pr-30{
    padding-right: 120px !important;
  }

  .sm\:pb-30{
    padding-bottom: 120px !important;
  }

  .sm\:pl-30{
    padding-left: 120px !important;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .sm\:placeholder-black::-moz-placeholder{
    color: var(--black) !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .sm\:placeholder-black::placeholder{
    color: var(--black) !important;
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .sm\:placeholder-white::-moz-placeholder{
    color: var(--white) !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .sm\:placeholder-white::placeholder{
    color: var(--white) !important;
  }

  .sm\:placeholder-blue::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .sm\:placeholder-blue::-moz-placeholder{
    color: var(--blue) !important;
  }

  .sm\:placeholder-blue:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .sm\:placeholder-blue::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .sm\:placeholder-blue::placeholder{
    color: var(--blue) !important;
  }

  .sm\:placeholder-apple::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .sm\:placeholder-apple::-moz-placeholder{
    color: var(--apple) !important;
  }

  .sm\:placeholder-apple:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .sm\:placeholder-apple::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .sm\:placeholder-apple::placeholder{
    color: var(--apple) !important;
  }

  .sm\:placeholder-don-juan::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:placeholder-don-juan::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:placeholder-don-juan:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:placeholder-don-juan::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:placeholder-don-juan::placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:placeholder-alabaster::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:placeholder-alabaster::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:placeholder-alabaster:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:placeholder-alabaster::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:placeholder-alabaster::placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:placeholder-gray::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .sm\:placeholder-gray::-moz-placeholder{
    color: var(--gray) !important;
  }

  .sm\:placeholder-gray:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .sm\:placeholder-gray::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .sm\:placeholder-gray::placeholder{
    color: var(--gray) !important;
  }

  .sm\:placeholder-concrete::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .sm\:placeholder-concrete::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .sm\:placeholder-concrete:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .sm\:placeholder-concrete::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .sm\:placeholder-concrete::placeholder{
    color: var(--concrete) !important;
  }

  .sm\:placeholder-silver::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .sm\:placeholder-silver::-moz-placeholder{
    color: var(--silver) !important;
  }

  .sm\:placeholder-silver:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .sm\:placeholder-silver::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .sm\:placeholder-silver::placeholder{
    color: var(--silver) !important;
  }

  .sm\:placeholder-gallery::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .sm\:placeholder-gallery::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .sm\:placeholder-gallery:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .sm\:placeholder-gallery::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .sm\:placeholder-gallery::placeholder{
    color: var(--gallery) !important;
  }

  .sm\:placeholder-alizarin::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:placeholder-alizarin::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:placeholder-alizarin:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:placeholder-alizarin::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:placeholder-alizarin::placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:placeholder-sunset::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .sm\:placeholder-sunset::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .sm\:placeholder-sunset:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .sm\:placeholder-sunset::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .sm\:placeholder-sunset::placeholder{
    color: var(--sunset) !important;
  }

  .sm\:placeholder-curious-blue::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:placeholder-curious-blue::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:placeholder-curious-blue:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:placeholder-curious-blue::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:placeholder-curious-blue::placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:placeholder-mustard::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .sm\:placeholder-mustard::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .sm\:placeholder-mustard:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .sm\:placeholder-mustard::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .sm\:placeholder-mustard::placeholder{
    color: var(--mustard) !important;
  }

  .sm\:placeholder-alto::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .sm\:placeholder-alto::-moz-placeholder{
    color: var(--alto) !important;
  }

  .sm\:placeholder-alto:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .sm\:placeholder-alto::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .sm\:placeholder-alto::placeholder{
    color: var(--alto) !important;
  }

  .sm\:placeholder-catsk::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .sm\:placeholder-catsk::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .sm\:placeholder-catsk:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .sm\:placeholder-catsk::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .sm\:placeholder-catsk::placeholder{
    color: var(--catsk) !important;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--black) !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    color: var(--black) !important;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--white) !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    color: var(--white) !important;
  }

  .sm\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: var(--blue) !important;
  }

  .sm\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .sm\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .sm\:focus\:placeholder-blue:focus::placeholder{
    color: var(--blue) !important;
  }

  .sm\:focus\:placeholder-apple:focus::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .sm\:focus\:placeholder-apple:focus::-moz-placeholder{
    color: var(--apple) !important;
  }

  .sm\:focus\:placeholder-apple:focus:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .sm\:focus\:placeholder-apple:focus::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .sm\:focus\:placeholder-apple:focus::placeholder{
    color: var(--apple) !important;
  }

  .sm\:focus\:placeholder-don-juan:focus::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:focus\:placeholder-don-juan:focus::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:focus\:placeholder-don-juan:focus:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:focus\:placeholder-don-juan:focus::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:focus\:placeholder-don-juan:focus::placeholder{
    color: var(--don-juan) !important;
  }

  .sm\:focus\:placeholder-alabaster:focus::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:focus\:placeholder-alabaster:focus::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:focus\:placeholder-alabaster:focus:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:focus\:placeholder-alabaster:focus::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:focus\:placeholder-alabaster:focus::placeholder{
    color: var(--alabaster) !important;
  }

  .sm\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .sm\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: var(--gray) !important;
  }

  .sm\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .sm\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .sm\:focus\:placeholder-gray:focus::placeholder{
    color: var(--gray) !important;
  }

  .sm\:focus\:placeholder-concrete:focus::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .sm\:focus\:placeholder-concrete:focus::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .sm\:focus\:placeholder-concrete:focus:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .sm\:focus\:placeholder-concrete:focus::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .sm\:focus\:placeholder-concrete:focus::placeholder{
    color: var(--concrete) !important;
  }

  .sm\:focus\:placeholder-silver:focus::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .sm\:focus\:placeholder-silver:focus::-moz-placeholder{
    color: var(--silver) !important;
  }

  .sm\:focus\:placeholder-silver:focus:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .sm\:focus\:placeholder-silver:focus::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .sm\:focus\:placeholder-silver:focus::placeholder{
    color: var(--silver) !important;
  }

  .sm\:focus\:placeholder-gallery:focus::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .sm\:focus\:placeholder-gallery:focus::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .sm\:focus\:placeholder-gallery:focus:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .sm\:focus\:placeholder-gallery:focus::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .sm\:focus\:placeholder-gallery:focus::placeholder{
    color: var(--gallery) !important;
  }

  .sm\:focus\:placeholder-alizarin:focus::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:focus\:placeholder-alizarin:focus::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:focus\:placeholder-alizarin:focus:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:focus\:placeholder-alizarin:focus::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:focus\:placeholder-alizarin:focus::placeholder{
    color: var(--alizarin) !important;
  }

  .sm\:focus\:placeholder-sunset:focus::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .sm\:focus\:placeholder-sunset:focus::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .sm\:focus\:placeholder-sunset:focus:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .sm\:focus\:placeholder-sunset:focus::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .sm\:focus\:placeholder-sunset:focus::placeholder{
    color: var(--sunset) !important;
  }

  .sm\:focus\:placeholder-curious-blue:focus::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:focus\:placeholder-curious-blue:focus::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:focus\:placeholder-curious-blue:focus:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:focus\:placeholder-curious-blue:focus::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:focus\:placeholder-curious-blue:focus::placeholder{
    color: var(--curious-blue) !important;
  }

  .sm\:focus\:placeholder-mustard:focus::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .sm\:focus\:placeholder-mustard:focus::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .sm\:focus\:placeholder-mustard:focus:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .sm\:focus\:placeholder-mustard:focus::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .sm\:focus\:placeholder-mustard:focus::placeholder{
    color: var(--mustard) !important;
  }

  .sm\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .sm\:focus\:placeholder-alto:focus::-moz-placeholder{
    color: var(--alto) !important;
  }

  .sm\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .sm\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .sm\:focus\:placeholder-alto:focus::placeholder{
    color: var(--alto) !important;
  }

  .sm\:focus\:placeholder-catsk:focus::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .sm\:focus\:placeholder-catsk:focus::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .sm\:focus\:placeholder-catsk:focus:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .sm\:focus\:placeholder-catsk:focus::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .sm\:focus\:placeholder-catsk:focus::placeholder{
    color: var(--catsk) !important;
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm\:static{
    position: static !important;
  }

  .sm\:fixed{
    position: fixed !important;
  }

  .sm\:absolute{
    position: absolute !important;
  }

  .sm\:relative{
    position: relative !important;
  }

  .sm\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .sm\:top-0{
    top: 0 !important;
  }

  .sm\:right-0{
    right: 0 !important;
  }

  .sm\:bottom-0{
    bottom: 0 !important;
  }

  .sm\:left-0{
    left: 0 !important;
  }

  .sm\:top-auto{
    top: auto !important;
  }

  .sm\:right-auto{
    right: auto !important;
  }

  .sm\:bottom-auto{
    bottom: auto !important;
  }

  .sm\:left-auto{
    left: auto !important;
  }

  .sm\:resize-none{
    resize: none !important;
  }

  .sm\:resize-y{
    resize: vertical !important;
  }

  .sm\:resize-x{
    resize: horizontal !important;
  }

  .sm\:resize{
    resize: both !important;
  }

  .sm\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:fill-current{
    fill: currentColor !important;
  }

  .sm\:stroke-current{
    stroke: currentColor !important;
  }

  .sm\:stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:stroke-2{
    stroke-width: 2 !important;
  }

  .sm\:table-auto{
    table-layout: auto !important;
  }

  .sm\:table-fixed{
    table-layout: fixed !important;
  }

  .sm\:text-left{
    text-align: left !important;
  }

  .sm\:text-center{
    text-align: center !important;
  }

  .sm\:text-right{
    text-align: right !important;
  }

  .sm\:text-justify{
    text-align: justify !important;
  }

  .sm\:text-black{
    color: var(--black) !important;
  }

  .sm\:text-white{
    color: var(--white) !important;
  }

  .sm\:text-blue{
    color: var(--blue) !important;
  }

  .sm\:text-apple{
    color: var(--apple) !important;
  }

  .sm\:text-don-juan{
    color: var(--don-juan) !important;
  }

  .sm\:text-alabaster{
    color: var(--alabaster) !important;
  }

  .sm\:text-gray{
    color: var(--gray) !important;
  }

  .sm\:text-concrete{
    color: var(--concrete) !important;
  }

  .sm\:text-silver{
    color: var(--silver) !important;
  }

  .sm\:text-gallery{
    color: var(--gallery) !important;
  }

  .sm\:text-alizarin{
    color: var(--alizarin) !important;
  }

  .sm\:text-sunset{
    color: var(--sunset) !important;
  }

  .sm\:text-curious-blue{
    color: var(--curious-blue) !important;
  }

  .sm\:text-mustard{
    color: var(--mustard) !important;
  }

  .sm\:text-alto{
    color: var(--alto) !important;
  }

  .sm\:text-catsk{
    color: var(--catsk) !important;
  }

  .sm\:hover\:text-black:hover{
    color: var(--black) !important;
  }

  .sm\:hover\:text-white:hover{
    color: var(--white) !important;
  }

  .sm\:hover\:text-blue:hover{
    color: var(--blue) !important;
  }

  .sm\:hover\:text-apple:hover{
    color: var(--apple) !important;
  }

  .sm\:hover\:text-don-juan:hover{
    color: var(--don-juan) !important;
  }

  .sm\:hover\:text-alabaster:hover{
    color: var(--alabaster) !important;
  }

  .sm\:hover\:text-gray:hover{
    color: var(--gray) !important;
  }

  .sm\:hover\:text-concrete:hover{
    color: var(--concrete) !important;
  }

  .sm\:hover\:text-silver:hover{
    color: var(--silver) !important;
  }

  .sm\:hover\:text-gallery:hover{
    color: var(--gallery) !important;
  }

  .sm\:hover\:text-alizarin:hover{
    color: var(--alizarin) !important;
  }

  .sm\:hover\:text-sunset:hover{
    color: var(--sunset) !important;
  }

  .sm\:hover\:text-curious-blue:hover{
    color: var(--curious-blue) !important;
  }

  .sm\:hover\:text-mustard:hover{
    color: var(--mustard) !important;
  }

  .sm\:hover\:text-alto:hover{
    color: var(--alto) !important;
  }

  .sm\:hover\:text-catsk:hover{
    color: var(--catsk) !important;
  }

  .sm\:focus\:text-black:focus{
    color: var(--black) !important;
  }

  .sm\:focus\:text-white:focus{
    color: var(--white) !important;
  }

  .sm\:focus\:text-blue:focus{
    color: var(--blue) !important;
  }

  .sm\:focus\:text-apple:focus{
    color: var(--apple) !important;
  }

  .sm\:focus\:text-don-juan:focus{
    color: var(--don-juan) !important;
  }

  .sm\:focus\:text-alabaster:focus{
    color: var(--alabaster) !important;
  }

  .sm\:focus\:text-gray:focus{
    color: var(--gray) !important;
  }

  .sm\:focus\:text-concrete:focus{
    color: var(--concrete) !important;
  }

  .sm\:focus\:text-silver:focus{
    color: var(--silver) !important;
  }

  .sm\:focus\:text-gallery:focus{
    color: var(--gallery) !important;
  }

  .sm\:focus\:text-alizarin:focus{
    color: var(--alizarin) !important;
  }

  .sm\:focus\:text-sunset:focus{
    color: var(--sunset) !important;
  }

  .sm\:focus\:text-curious-blue:focus{
    color: var(--curious-blue) !important;
  }

  .sm\:focus\:text-mustard:focus{
    color: var(--mustard) !important;
  }

  .sm\:focus\:text-alto:focus{
    color: var(--alto) !important;
  }

  .sm\:focus\:text-catsk:focus{
    color: var(--catsk) !important;
  }

  .sm\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .sm\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .sm\:italic{
    font-style: italic !important;
  }

  .sm\:not-italic{
    font-style: normal !important;
  }

  .sm\:uppercase{
    text-transform: uppercase !important;
  }

  .sm\:lowercase{
    text-transform: lowercase !important;
  }

  .sm\:capitalize{
    text-transform: capitalize !important;
  }

  .sm\:normal-case{
    text-transform: none !important;
  }

  .sm\:underline{
    text-decoration: underline !important;
  }

  .sm\:line-through{
    text-decoration: line-through !important;
  }

  .sm\:no-underline{
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .sm\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .sm\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:align-baseline{
    vertical-align: baseline !important;
  }

  .sm\:align-top{
    vertical-align: top !important;
  }

  .sm\:align-middle{
    vertical-align: middle !important;
  }

  .sm\:align-bottom{
    vertical-align: bottom !important;
  }

  .sm\:align-text-top{
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .sm\:visible{
    visibility: visible !important;
  }

  .sm\:invisible{
    visibility: hidden !important;
  }

  .sm\:whitespace-normal{
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre{
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .sm\:break-all{
    word-break: break-all !important;
  }

  .sm\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-0{
    width: 0px !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-7{
    width: 28px !important;
  }

  .sm\:w-8{
    width: 32px !important;
  }

  .sm\:w-9{
    width: 36px !important;
  }

  .sm\:w-10{
    width: 40px !important;
  }

  .sm\:w-11{
    width: 44px !important;
  }

  .sm\:w-12{
    width: 48px !important;
  }

  .sm\:w-13{
    width: 52px !important;
  }

  .sm\:w-14{
    width: 56px !important;
  }

  .sm\:w-15{
    width: 60px !important;
  }

  .sm\:w-16{
    width: 64px !important;
  }

  .sm\:w-17{
    width: 68px !important;
  }

  .sm\:w-18{
    width: 72px !important;
  }

  .sm\:w-19{
    width: 76px !important;
  }

  .sm\:w-20{
    width: 80px !important;
  }

  .sm\:w-21{
    width: 84px !important;
  }

  .sm\:w-22{
    width: 88px !important;
  }

  .sm\:w-23{
    width: 92px !important;
  }

  .sm\:w-24{
    width: 96px !important;
  }

  .sm\:w-25{
    width: 100px !important;
  }

  .sm\:w-26{
    width: 104px !important;
  }

  .sm\:w-27{
    width: 108px !important;
  }

  .sm\:w-28{
    width: 112px !important;
  }

  .sm\:w-29{
    width: 116px !important;
  }

  .sm\:w-30{
    width: 120px !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\:w-fit{
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .sm\:z-0{
    z-index: 0 !important;
  }

  .sm\:z-10{
    z-index: 10 !important;
  }

  .sm\:z-20{
    z-index: 20 !important;
  }

  .sm\:z-30{
    z-index: 30 !important;
  }

  .sm\:z-40{
    z-index: 40 !important;
  }

  .sm\:z-50{
    z-index: 50 !important;
  }

  .sm\:z-auto{
    z-index: auto !important;
  }

  .sm\:gap-0{
    grid-gap: 0px !important;
    gap: 0px !important;
  }

  .sm\:gap-1{
    grid-gap: 4px !important;
    gap: 4px !important;
  }

  .sm\:gap-2{
    grid-gap: 8px !important;
    gap: 8px !important;
  }

  .sm\:gap-3{
    grid-gap: 12px !important;
    gap: 12px !important;
  }

  .sm\:gap-4{
    grid-gap: 16px !important;
    gap: 16px !important;
  }

  .sm\:gap-5{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .sm\:gap-6{
    grid-gap: 24px !important;
    gap: 24px !important;
  }

  .sm\:gap-7{
    grid-gap: 28px !important;
    gap: 28px !important;
  }

  .sm\:gap-8{
    grid-gap: 32px !important;
    gap: 32px !important;
  }

  .sm\:gap-9{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .sm\:gap-10{
    grid-gap: 40px !important;
    gap: 40px !important;
  }

  .sm\:gap-11{
    grid-gap: 44px !important;
    gap: 44px !important;
  }

  .sm\:gap-12{
    grid-gap: 48px !important;
    gap: 48px !important;
  }

  .sm\:gap-13{
    grid-gap: 52px !important;
    gap: 52px !important;
  }

  .sm\:gap-14{
    grid-gap: 56px !important;
    gap: 56px !important;
  }

  .sm\:gap-15{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .sm\:gap-16{
    grid-gap: 64px !important;
    gap: 64px !important;
  }

  .sm\:gap-17{
    grid-gap: 68px !important;
    gap: 68px !important;
  }

  .sm\:gap-18{
    grid-gap: 72px !important;
    gap: 72px !important;
  }

  .sm\:gap-19{
    grid-gap: 76px !important;
    gap: 76px !important;
  }

  .sm\:gap-20{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .sm\:gap-21{
    grid-gap: 84px !important;
    gap: 84px !important;
  }

  .sm\:gap-22{
    grid-gap: 88px !important;
    gap: 88px !important;
  }

  .sm\:gap-23{
    grid-gap: 92px !important;
    gap: 92px !important;
  }

  .sm\:gap-24{
    grid-gap: 96px !important;
    gap: 96px !important;
  }

  .sm\:gap-25{
    grid-gap: 100px !important;
    gap: 100px !important;
  }

  .sm\:gap-26{
    grid-gap: 104px !important;
    gap: 104px !important;
  }

  .sm\:gap-27{
    grid-gap: 108px !important;
    gap: 108px !important;
  }

  .sm\:gap-28{
    grid-gap: 112px !important;
    gap: 112px !important;
  }

  .sm\:gap-29{
    grid-gap: 116px !important;
    gap: 116px !important;
  }

  .sm\:gap-30{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .sm\:gap-x-0{
    grid-column-gap: 0px !important;
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .sm\:gap-x-1{
    grid-column-gap: 4px !important;
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
  }

  .sm\:gap-x-2{
    grid-column-gap: 8px !important;
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }

  .sm\:gap-x-3{
    grid-column-gap: 12px !important;
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }

  .sm\:gap-x-4{
    grid-column-gap: 16px !important;
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }

  .sm\:gap-x-5{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }

  .sm\:gap-x-6{
    grid-column-gap: 24px !important;
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }

  .sm\:gap-x-7{
    grid-column-gap: 28px !important;
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
  }

  .sm\:gap-x-8{
    grid-column-gap: 32px !important;
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }

  .sm\:gap-x-9{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
  }

  .sm\:gap-x-10{
    grid-column-gap: 40px !important;
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }

  .sm\:gap-x-11{
    grid-column-gap: 44px !important;
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
  }

  .sm\:gap-x-12{
    grid-column-gap: 48px !important;
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }

  .sm\:gap-x-13{
    grid-column-gap: 52px !important;
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
  }

  .sm\:gap-x-14{
    grid-column-gap: 56px !important;
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }

  .sm\:gap-x-15{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }

  .sm\:gap-x-16{
    grid-column-gap: 64px !important;
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }

  .sm\:gap-x-17{
    grid-column-gap: 68px !important;
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
  }

  .sm\:gap-x-18{
    grid-column-gap: 72px !important;
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }

  .sm\:gap-x-19{
    grid-column-gap: 76px !important;
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
  }

  .sm\:gap-x-20{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .sm\:gap-x-21{
    grid-column-gap: 84px !important;
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
  }

  .sm\:gap-x-22{
    grid-column-gap: 88px !important;
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }

  .sm\:gap-x-23{
    grid-column-gap: 92px !important;
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
  }

  .sm\:gap-x-24{
    grid-column-gap: 96px !important;
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }

  .sm\:gap-x-25{
    grid-column-gap: 100px !important;
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
  }

  .sm\:gap-x-26{
    grid-column-gap: 104px !important;
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }

  .sm\:gap-x-27{
    grid-column-gap: 108px !important;
    -webkit-column-gap: 108px !important;
       -moz-column-gap: 108px !important;
            column-gap: 108px !important;
  }

  .sm\:gap-x-28{
    grid-column-gap: 112px !important;
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }

  .sm\:gap-x-29{
    grid-column-gap: 116px !important;
    -webkit-column-gap: 116px !important;
       -moz-column-gap: 116px !important;
            column-gap: 116px !important;
  }

  .sm\:gap-x-30{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }

  .sm\:gap-y-0{
    grid-row-gap: 0px !important;
    row-gap: 0px !important;
  }

  .sm\:gap-y-1{
    grid-row-gap: 4px !important;
    row-gap: 4px !important;
  }

  .sm\:gap-y-2{
    grid-row-gap: 8px !important;
    row-gap: 8px !important;
  }

  .sm\:gap-y-3{
    grid-row-gap: 12px !important;
    row-gap: 12px !important;
  }

  .sm\:gap-y-4{
    grid-row-gap: 16px !important;
    row-gap: 16px !important;
  }

  .sm\:gap-y-5{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .sm\:gap-y-6{
    grid-row-gap: 24px !important;
    row-gap: 24px !important;
  }

  .sm\:gap-y-7{
    grid-row-gap: 28px !important;
    row-gap: 28px !important;
  }

  .sm\:gap-y-8{
    grid-row-gap: 32px !important;
    row-gap: 32px !important;
  }

  .sm\:gap-y-9{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .sm\:gap-y-10{
    grid-row-gap: 40px !important;
    row-gap: 40px !important;
  }

  .sm\:gap-y-11{
    grid-row-gap: 44px !important;
    row-gap: 44px !important;
  }

  .sm\:gap-y-12{
    grid-row-gap: 48px !important;
    row-gap: 48px !important;
  }

  .sm\:gap-y-13{
    grid-row-gap: 52px !important;
    row-gap: 52px !important;
  }

  .sm\:gap-y-14{
    grid-row-gap: 56px !important;
    row-gap: 56px !important;
  }

  .sm\:gap-y-15{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .sm\:gap-y-16{
    grid-row-gap: 64px !important;
    row-gap: 64px !important;
  }

  .sm\:gap-y-17{
    grid-row-gap: 68px !important;
    row-gap: 68px !important;
  }

  .sm\:gap-y-18{
    grid-row-gap: 72px !important;
    row-gap: 72px !important;
  }

  .sm\:gap-y-19{
    grid-row-gap: 76px !important;
    row-gap: 76px !important;
  }

  .sm\:gap-y-20{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .sm\:gap-y-21{
    grid-row-gap: 84px !important;
    row-gap: 84px !important;
  }

  .sm\:gap-y-22{
    grid-row-gap: 88px !important;
    row-gap: 88px !important;
  }

  .sm\:gap-y-23{
    grid-row-gap: 92px !important;
    row-gap: 92px !important;
  }

  .sm\:gap-y-24{
    grid-row-gap: 96px !important;
    row-gap: 96px !important;
  }

  .sm\:gap-y-25{
    grid-row-gap: 100px !important;
    row-gap: 100px !important;
  }

  .sm\:gap-y-26{
    grid-row-gap: 104px !important;
    row-gap: 104px !important;
  }

  .sm\:gap-y-27{
    grid-row-gap: 108px !important;
    row-gap: 108px !important;
  }

  .sm\:gap-y-28{
    grid-row-gap: 112px !important;
    row-gap: 112px !important;
  }

  .sm\:gap-y-29{
    grid-row-gap: 116px !important;
    row-gap: 116px !important;
  }

  .sm\:gap-y-30{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .sm\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:col-auto{
    grid-column: auto !important;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1{
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2{
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3{
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4{
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5{
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6{
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7{
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8{
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9{
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10{
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11{
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12{
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13{
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto{
    grid-column-start: auto !important;
  }

  .sm\:col-end-1{
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2{
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3{
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4{
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5{
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6{
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7{
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8{
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9{
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10{
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11{
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12{
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13{
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto{
    grid-column-end: auto !important;
  }

  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .sm\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:row-auto{
    grid-row: auto !important;
  }

  .sm\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1{
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2{
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3{
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4{
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5{
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6{
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7{
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto{
    grid-row-start: auto !important;
  }

  .sm\:row-end-1{
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2{
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3{
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4{
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5{
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6{
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7{
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto{
    grid-row-end: auto !important;
  }
  .sm\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .sm\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
  }

  .sm\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .sm\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .sm\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .sm\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .sm\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .sm\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:duration-75{
    -webkit-transition-duration: 75ms !important;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .sm\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .sm\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .sm\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .sm\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .sm\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .sm\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .sm\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .sm\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .sm\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .sm\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .sm\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .sm\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .sm\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .sm\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .sm\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 720px){
  .md\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:bg-fixed{
    background-attachment: fixed !important;
  }

  .md\:bg-local{
    background-attachment: local !important;
  }

  .md\:bg-scroll{
    background-attachment: scroll !important;
  }

  .md\:bg-clip-border{
    background-clip: border-box !important;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .md\:bg-clip-content{
    background-clip: content-box !important;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:bg-black{
    background-color: var(--black) !important;
  }

  .md\:bg-white{
    background-color: var(--white) !important;
  }

  .md\:bg-blue{
    background-color: var(--blue) !important;
  }

  .md\:bg-apple{
    background-color: var(--apple) !important;
  }

  .md\:bg-don-juan{
    background-color: var(--don-juan) !important;
  }

  .md\:bg-alabaster{
    background-color: var(--alabaster) !important;
  }

  .md\:bg-gray{
    background-color: var(--gray) !important;
  }

  .md\:bg-concrete{
    background-color: var(--concrete) !important;
  }

  .md\:bg-silver{
    background-color: var(--silver) !important;
  }

  .md\:bg-gallery{
    background-color: var(--gallery) !important;
  }

  .md\:bg-alizarin{
    background-color: var(--alizarin) !important;
  }

  .md\:bg-sunset{
    background-color: var(--sunset) !important;
  }

  .md\:bg-curious-blue{
    background-color: var(--curious-blue) !important;
  }

  .md\:bg-mustard{
    background-color: var(--mustard) !important;
  }

  .md\:bg-alto{
    background-color: var(--alto) !important;
  }

  .md\:bg-catsk{
    background-color: var(--catsk) !important;
  }

  .md\:hover\:bg-black:hover{
    background-color: var(--black) !important;
  }

  .md\:hover\:bg-white:hover{
    background-color: var(--white) !important;
  }

  .md\:hover\:bg-blue:hover{
    background-color: var(--blue) !important;
  }

  .md\:hover\:bg-apple:hover{
    background-color: var(--apple) !important;
  }

  .md\:hover\:bg-don-juan:hover{
    background-color: var(--don-juan) !important;
  }

  .md\:hover\:bg-alabaster:hover{
    background-color: var(--alabaster) !important;
  }

  .md\:hover\:bg-gray:hover{
    background-color: var(--gray) !important;
  }

  .md\:hover\:bg-concrete:hover{
    background-color: var(--concrete) !important;
  }

  .md\:hover\:bg-silver:hover{
    background-color: var(--silver) !important;
  }

  .md\:hover\:bg-gallery:hover{
    background-color: var(--gallery) !important;
  }

  .md\:hover\:bg-alizarin:hover{
    background-color: var(--alizarin) !important;
  }

  .md\:hover\:bg-sunset:hover{
    background-color: var(--sunset) !important;
  }

  .md\:hover\:bg-curious-blue:hover{
    background-color: var(--curious-blue) !important;
  }

  .md\:hover\:bg-mustard:hover{
    background-color: var(--mustard) !important;
  }

  .md\:hover\:bg-alto:hover{
    background-color: var(--alto) !important;
  }

  .md\:hover\:bg-catsk:hover{
    background-color: var(--catsk) !important;
  }

  .md\:focus\:bg-black:focus{
    background-color: var(--black) !important;
  }

  .md\:focus\:bg-white:focus{
    background-color: var(--white) !important;
  }

  .md\:focus\:bg-blue:focus{
    background-color: var(--blue) !important;
  }

  .md\:focus\:bg-apple:focus{
    background-color: var(--apple) !important;
  }

  .md\:focus\:bg-don-juan:focus{
    background-color: var(--don-juan) !important;
  }

  .md\:focus\:bg-alabaster:focus{
    background-color: var(--alabaster) !important;
  }

  .md\:focus\:bg-gray:focus{
    background-color: var(--gray) !important;
  }

  .md\:focus\:bg-concrete:focus{
    background-color: var(--concrete) !important;
  }

  .md\:focus\:bg-silver:focus{
    background-color: var(--silver) !important;
  }

  .md\:focus\:bg-gallery:focus{
    background-color: var(--gallery) !important;
  }

  .md\:focus\:bg-alizarin:focus{
    background-color: var(--alizarin) !important;
  }

  .md\:focus\:bg-sunset:focus{
    background-color: var(--sunset) !important;
  }

  .md\:focus\:bg-curious-blue:focus{
    background-color: var(--curious-blue) !important;
  }

  .md\:focus\:bg-mustard:focus{
    background-color: var(--mustard) !important;
  }

  .md\:focus\:bg-alto:focus{
    background-color: var(--alto) !important;
  }

  .md\:focus\:bg-catsk:focus{
    background-color: var(--catsk) !important;
  }

  .md\:bg-none{
    background-image: none !important;
  }

  .md\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .md\:from-black{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-white{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-blue{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-apple{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-don-juan{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-alabaster{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-gray{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-concrete{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-silver{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-gallery{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-alizarin{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-sunset{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-curious-blue{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-mustard{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-alto{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-catsk{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-black{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-white{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-blue{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-apple{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-don-juan{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-alabaster{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gray{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-concrete{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-silver{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gallery{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-alizarin{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-sunset{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-curious-blue{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-mustard{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-alto{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-catsk{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:to-black{
    --gradient-to-color: var(--black) !important;
  }

  .md\:to-white{
    --gradient-to-color: var(--white) !important;
  }

  .md\:to-blue{
    --gradient-to-color: var(--blue) !important;
  }

  .md\:to-apple{
    --gradient-to-color: var(--apple) !important;
  }

  .md\:to-don-juan{
    --gradient-to-color: var(--don-juan) !important;
  }

  .md\:to-alabaster{
    --gradient-to-color: var(--alabaster) !important;
  }

  .md\:to-gray{
    --gradient-to-color: var(--gray) !important;
  }

  .md\:to-concrete{
    --gradient-to-color: var(--concrete) !important;
  }

  .md\:to-silver{
    --gradient-to-color: var(--silver) !important;
  }

  .md\:to-gallery{
    --gradient-to-color: var(--gallery) !important;
  }

  .md\:to-alizarin{
    --gradient-to-color: var(--alizarin) !important;
  }

  .md\:to-sunset{
    --gradient-to-color: var(--sunset) !important;
  }

  .md\:to-curious-blue{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .md\:to-mustard{
    --gradient-to-color: var(--mustard) !important;
  }

  .md\:to-alto{
    --gradient-to-color: var(--alto) !important;
  }

  .md\:to-catsk{
    --gradient-to-color: var(--catsk) !important;
  }

  .md\:hover\:from-black:hover{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-white:hover{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-blue:hover{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-apple:hover{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-don-juan:hover{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-alabaster:hover{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gray:hover{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-concrete:hover{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-silver:hover{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gallery:hover{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-alizarin:hover{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-sunset:hover{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-curious-blue:hover{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-mustard:hover{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-alto:hover{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-catsk:hover{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-black:hover{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-white:hover{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-blue:hover{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-apple:hover{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-don-juan:hover{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-alabaster:hover{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gray:hover{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-concrete:hover{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-silver:hover{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gallery:hover{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-alizarin:hover{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-sunset:hover{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-curious-blue:hover{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-mustard:hover{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-alto:hover{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-catsk:hover{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:to-black:hover{
    --gradient-to-color: var(--black) !important;
  }

  .md\:hover\:to-white:hover{
    --gradient-to-color: var(--white) !important;
  }

  .md\:hover\:to-blue:hover{
    --gradient-to-color: var(--blue) !important;
  }

  .md\:hover\:to-apple:hover{
    --gradient-to-color: var(--apple) !important;
  }

  .md\:hover\:to-don-juan:hover{
    --gradient-to-color: var(--don-juan) !important;
  }

  .md\:hover\:to-alabaster:hover{
    --gradient-to-color: var(--alabaster) !important;
  }

  .md\:hover\:to-gray:hover{
    --gradient-to-color: var(--gray) !important;
  }

  .md\:hover\:to-concrete:hover{
    --gradient-to-color: var(--concrete) !important;
  }

  .md\:hover\:to-silver:hover{
    --gradient-to-color: var(--silver) !important;
  }

  .md\:hover\:to-gallery:hover{
    --gradient-to-color: var(--gallery) !important;
  }

  .md\:hover\:to-alizarin:hover{
    --gradient-to-color: var(--alizarin) !important;
  }

  .md\:hover\:to-sunset:hover{
    --gradient-to-color: var(--sunset) !important;
  }

  .md\:hover\:to-curious-blue:hover{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .md\:hover\:to-mustard:hover{
    --gradient-to-color: var(--mustard) !important;
  }

  .md\:hover\:to-alto:hover{
    --gradient-to-color: var(--alto) !important;
  }

  .md\:hover\:to-catsk:hover{
    --gradient-to-color: var(--catsk) !important;
  }

  .md\:focus\:from-black:focus{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-white:focus{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-blue:focus{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-apple:focus{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-don-juan:focus{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-alabaster:focus{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gray:focus{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-concrete:focus{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-silver:focus{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gallery:focus{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-alizarin:focus{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-sunset:focus{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-curious-blue:focus{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-mustard:focus{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-alto:focus{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-catsk:focus{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-black:focus{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-white:focus{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-blue:focus{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-apple:focus{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-don-juan:focus{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-alabaster:focus{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gray:focus{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-concrete:focus{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-silver:focus{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gallery:focus{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-alizarin:focus{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-sunset:focus{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-curious-blue:focus{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-mustard:focus{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-alto:focus{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-catsk:focus{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:to-black:focus{
    --gradient-to-color: var(--black) !important;
  }

  .md\:focus\:to-white:focus{
    --gradient-to-color: var(--white) !important;
  }

  .md\:focus\:to-blue:focus{
    --gradient-to-color: var(--blue) !important;
  }

  .md\:focus\:to-apple:focus{
    --gradient-to-color: var(--apple) !important;
  }

  .md\:focus\:to-don-juan:focus{
    --gradient-to-color: var(--don-juan) !important;
  }

  .md\:focus\:to-alabaster:focus{
    --gradient-to-color: var(--alabaster) !important;
  }

  .md\:focus\:to-gray:focus{
    --gradient-to-color: var(--gray) !important;
  }

  .md\:focus\:to-concrete:focus{
    --gradient-to-color: var(--concrete) !important;
  }

  .md\:focus\:to-silver:focus{
    --gradient-to-color: var(--silver) !important;
  }

  .md\:focus\:to-gallery:focus{
    --gradient-to-color: var(--gallery) !important;
  }

  .md\:focus\:to-alizarin:focus{
    --gradient-to-color: var(--alizarin) !important;
  }

  .md\:focus\:to-sunset:focus{
    --gradient-to-color: var(--sunset) !important;
  }

  .md\:focus\:to-curious-blue:focus{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .md\:focus\:to-mustard:focus{
    --gradient-to-color: var(--mustard) !important;
  }

  .md\:focus\:to-alto:focus{
    --gradient-to-color: var(--alto) !important;
  }

  .md\:focus\:to-catsk:focus{
    --gradient-to-color: var(--catsk) !important;
  }

  .md\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .md\:bg-bottom{
    background-position: bottom !important;
  }

  .md\:bg-center{
    background-position: center !important;
  }

  .md\:bg-left{
    background-position: left !important;
  }

  .md\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .md\:bg-left-top{
    background-position: left top !important;
  }

  .md\:bg-right{
    background-position: right !important;
  }

  .md\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .md\:bg-right-top{
    background-position: right top !important;
  }

  .md\:bg-top{
    background-position: top !important;
  }

  .md\:bg-repeat{
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round{
    background-repeat: round !important;
  }

  .md\:bg-repeat-space{
    background-repeat: space !important;
  }

  .md\:bg-auto{
    background-size: auto !important;
  }

  .md\:bg-cover{
    background-size: cover !important;
  }

  .md\:bg-contain{
    background-size: contain !important;
  }

  .md\:border-collapse{
    border-collapse: collapse !important;
  }

  .md\:border-separate{
    border-collapse: separate !important;
  }

  .md\:border-black{
    border-color: var(--black) !important;
  }

  .md\:border-white{
    border-color: var(--white) !important;
  }

  .md\:border-blue{
    border-color: var(--blue) !important;
  }

  .md\:border-apple{
    border-color: var(--apple) !important;
  }

  .md\:border-don-juan{
    border-color: var(--don-juan) !important;
  }

  .md\:border-alabaster{
    border-color: var(--alabaster) !important;
  }

  .md\:border-gray{
    border-color: var(--gray) !important;
  }

  .md\:border-concrete{
    border-color: var(--concrete) !important;
  }

  .md\:border-silver{
    border-color: var(--silver) !important;
  }

  .md\:border-gallery{
    border-color: var(--gallery) !important;
  }

  .md\:border-alizarin{
    border-color: var(--alizarin) !important;
  }

  .md\:border-sunset{
    border-color: var(--sunset) !important;
  }

  .md\:border-curious-blue{
    border-color: var(--curious-blue) !important;
  }

  .md\:border-mustard{
    border-color: var(--mustard) !important;
  }

  .md\:border-alto{
    border-color: var(--alto) !important;
  }

  .md\:border-catsk{
    border-color: var(--catsk) !important;
  }

  .md\:hover\:border-black:hover{
    border-color: var(--black) !important;
  }

  .md\:hover\:border-white:hover{
    border-color: var(--white) !important;
  }

  .md\:hover\:border-blue:hover{
    border-color: var(--blue) !important;
  }

  .md\:hover\:border-apple:hover{
    border-color: var(--apple) !important;
  }

  .md\:hover\:border-don-juan:hover{
    border-color: var(--don-juan) !important;
  }

  .md\:hover\:border-alabaster:hover{
    border-color: var(--alabaster) !important;
  }

  .md\:hover\:border-gray:hover{
    border-color: var(--gray) !important;
  }

  .md\:hover\:border-concrete:hover{
    border-color: var(--concrete) !important;
  }

  .md\:hover\:border-silver:hover{
    border-color: var(--silver) !important;
  }

  .md\:hover\:border-gallery:hover{
    border-color: var(--gallery) !important;
  }

  .md\:hover\:border-alizarin:hover{
    border-color: var(--alizarin) !important;
  }

  .md\:hover\:border-sunset:hover{
    border-color: var(--sunset) !important;
  }

  .md\:hover\:border-curious-blue:hover{
    border-color: var(--curious-blue) !important;
  }

  .md\:hover\:border-mustard:hover{
    border-color: var(--mustard) !important;
  }

  .md\:hover\:border-alto:hover{
    border-color: var(--alto) !important;
  }

  .md\:hover\:border-catsk:hover{
    border-color: var(--catsk) !important;
  }

  .md\:focus\:border-black:focus{
    border-color: var(--black) !important;
  }

  .md\:focus\:border-white:focus{
    border-color: var(--white) !important;
  }

  .md\:focus\:border-blue:focus{
    border-color: var(--blue) !important;
  }

  .md\:focus\:border-apple:focus{
    border-color: var(--apple) !important;
  }

  .md\:focus\:border-don-juan:focus{
    border-color: var(--don-juan) !important;
  }

  .md\:focus\:border-alabaster:focus{
    border-color: var(--alabaster) !important;
  }

  .md\:focus\:border-gray:focus{
    border-color: var(--gray) !important;
  }

  .md\:focus\:border-concrete:focus{
    border-color: var(--concrete) !important;
  }

  .md\:focus\:border-silver:focus{
    border-color: var(--silver) !important;
  }

  .md\:focus\:border-gallery:focus{
    border-color: var(--gallery) !important;
  }

  .md\:focus\:border-alizarin:focus{
    border-color: var(--alizarin) !important;
  }

  .md\:focus\:border-sunset:focus{
    border-color: var(--sunset) !important;
  }

  .md\:focus\:border-curious-blue:focus{
    border-color: var(--curious-blue) !important;
  }

  .md\:focus\:border-mustard:focus{
    border-color: var(--mustard) !important;
  }

  .md\:focus\:border-alto:focus{
    border-color: var(--alto) !important;
  }

  .md\:focus\:border-catsk:focus{
    border-color: var(--catsk) !important;
  }

  .md\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .md\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .md\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .md\:rounded-none{
    border-radius: 0 !important;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md\:rounded{
    border-radius: 0.25rem !important;
  }

  .md\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .md\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .md\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .md\:rounded-full{
    border-radius: 9999px !important;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid{
    border-style: solid !important;
  }

  .md\:border-dashed{
    border-style: dashed !important;
  }

  .md\:border-dotted{
    border-style: dotted !important;
  }

  .md\:border-double{
    border-style: double !important;
  }

  .md\:border-none{
    border-style: none !important;
  }

  .md\:border-0{
    border-width: 0 !important;
  }

  .md\:border-2{
    border-width: 2px !important;
  }

  .md\:border-4{
    border-width: 4px !important;
  }

  .md\:border-8{
    border-width: 8px !important;
  }

  .md\:border{
    border-width: 1px !important;
  }

  .md\:border-t-0{
    border-top-width: 0 !important;
  }

  .md\:border-r-0{
    border-right-width: 0 !important;
  }

  .md\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0{
    border-left-width: 0 !important;
  }

  .md\:border-t-2{
    border-top-width: 2px !important;
  }

  .md\:border-r-2{
    border-right-width: 2px !important;
  }

  .md\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2{
    border-left-width: 2px !important;
  }

  .md\:border-t-4{
    border-top-width: 4px !important;
  }

  .md\:border-r-4{
    border-right-width: 4px !important;
  }

  .md\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4{
    border-left-width: 4px !important;
  }

  .md\:border-t-8{
    border-top-width: 8px !important;
  }

  .md\:border-r-8{
    border-right-width: 8px !important;
  }

  .md\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8{
    border-left-width: 8px !important;
  }

  .md\:border-t{
    border-top-width: 1px !important;
  }

  .md\:border-r{
    border-right-width: 1px !important;
  }

  .md\:border-b{
    border-bottom-width: 1px !important;
  }

  .md\:border-l{
    border-left-width: 1px !important;
  }

  .md\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .md\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .md\:cursor-auto{
    cursor: auto !important;
  }

  .md\:cursor-default{
    cursor: default !important;
  }

  .md\:cursor-pointer{
    cursor: pointer !important;
  }

  .md\:cursor-wait{
    cursor: wait !important;
  }

  .md\:cursor-text{
    cursor: text !important;
  }

  .md\:cursor-move{
    cursor: move !important;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:inline{
    display: inline !important;
  }

  .md\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .md\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .md\:table{
    display: table !important;
  }

  .md\:table-caption{
    display: table-caption !important;
  }

  .md\:table-cell{
    display: table-cell !important;
  }

  .md\:table-column{
    display: table-column !important;
  }

  .md\:table-column-group{
    display: table-column-group !important;
  }

  .md\:table-footer-group{
    display: table-footer-group !important;
  }

  .md\:table-header-group{
    display: table-header-group !important;
  }

  .md\:table-row-group{
    display: table-row-group !important;
  }

  .md\:table-row{
    display: table-row !important;
  }

  .md\:flow-root{
    display: flow-root !important;
  }

  .md\:grid{
    display: grid !important;
  }

  .md\:inline-grid{
    display: inline-grid !important;
  }

  .md\:contents{
    display: contents !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .md\:place-items-auto{
    place-items: auto !important;
  }

  .md\:place-items-start{
    place-items: start !important;
  }

  .md\:place-items-end{
    place-items: end !important;
  }

  .md\:place-items-center{
    place-items: center !important;
  }

  .md\:place-items-stretch{
    place-items: stretch !important;
  }

  .md\:place-content-center{
    place-content: center !important;
  }

  .md\:place-content-start{
    place-content: start !important;
  }

  .md\:place-content-end{
    place-content: end !important;
  }

  .md\:place-content-between{
    place-content: space-between !important;
  }

  .md\:place-content-around{
    place-content: space-around !important;
  }

  .md\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch{
    place-content: stretch !important;
  }

  .md\:place-self-auto{
    place-self: auto !important;
  }

  .md\:place-self-start{
    place-self: start !important;
  }

  .md\:place-self-end{
    place-self: end !important;
  }

  .md\:place-self-center{
    place-self: center !important;
  }

  .md\:place-self-stretch{
    place-self: stretch !important;
  }

  .md\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .md\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .md\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .md\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .md\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .md\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .md\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .md\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .md\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .md\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .md\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .md\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .md\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .md\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .md\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .md\:justify-items-auto{
    justify-items: auto !important;
  }

  .md\:justify-items-start{
    justify-items: start !important;
  }

  .md\:justify-items-end{
    justify-items: end !important;
  }

  .md\:justify-items-center{
    justify-items: center !important;
  }

  .md\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .md\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .md\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .md\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .md\:justify-self-auto{
    justify-self: auto !important;
  }

  .md\:justify-self-start{
    justify-self: start !important;
  }

  .md\:justify-self-end{
    justify-self: end !important;
  }

  .md\:justify-self-center{
    justify-self: center !important;
  }

  .md\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .md\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .md\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .md\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .md\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .md\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .md\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .md\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .md\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .md\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .md\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .md\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .md\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .md\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .md\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .md\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .md\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .md\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .md\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .md\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .md\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .md\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .md\:float-right{
    float: right !important;
  }

  .md\:float-left{
    float: left !important;
  }

  .md\:float-none{
    float: none !important;
  }

  .md\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:clear-left{
    clear: left !important;
  }

  .md\:clear-right{
    clear: right !important;
  }

  .md\:clear-both{
    clear: both !important;
  }

  .md\:clear-none{
    clear: none !important;
  }

  .md\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:font-hairline{
    font-weight: 100 !important;
  }

  .md\:font-thin{
    font-weight: 200 !important;
  }

  .md\:font-light{
    font-weight: 300 !important;
  }

  .md\:font-normal{
    font-weight: 400 !important;
  }

  .md\:font-medium{
    font-weight: 500 !important;
  }

  .md\:font-semibold{
    font-weight: 600 !important;
  }

  .md\:font-bold{
    font-weight: 700 !important;
  }

  .md\:font-extrabold{
    font-weight: 800 !important;
  }

  .md\:font-black{
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .md\:h-0{
    height: 0px !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-7{
    height: 28px !important;
  }

  .md\:h-8{
    height: 32px !important;
  }

  .md\:h-9{
    height: 36px !important;
  }

  .md\:h-10{
    height: 40px !important;
  }

  .md\:h-11{
    height: 44px !important;
  }

  .md\:h-12{
    height: 48px !important;
  }

  .md\:h-13{
    height: 52px !important;
  }

  .md\:h-14{
    height: 56px !important;
  }

  .md\:h-15{
    height: 60px !important;
  }

  .md\:h-16{
    height: 64px !important;
  }

  .md\:h-17{
    height: 68px !important;
  }

  .md\:h-18{
    height: 72px !important;
  }

  .md\:h-19{
    height: 76px !important;
  }

  .md\:h-20{
    height: 80px !important;
  }

  .md\:h-21{
    height: 84px !important;
  }

  .md\:h-22{
    height: 88px !important;
  }

  .md\:h-23{
    height: 92px !important;
  }

  .md\:h-24{
    height: 96px !important;
  }

  .md\:h-25{
    height: 100px !important;
  }

  .md\:h-26{
    height: 104px !important;
  }

  .md\:h-27{
    height: 108px !important;
  }

  .md\:h-28{
    height: 112px !important;
  }

  .md\:h-29{
    height: 116px !important;
  }

  .md\:h-30{
    height: 120px !important;
  }

  .md\:h-auto{
    height: auto !important;
  }

  .md\:h-full{
    height: 100% !important;
  }

  .md\:h-screen{
    height: 100vh !important;
  }

  .md\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .md\:text-sm{
    font-size: 14px !important;
  }

  .md\:text-base{
    font-size: 16px !important;
  }

  .md\:text-lg{
    font-size: 18px !important;
  }

  .md\:text-2lg{
    font-size: 20px !important;
  }

  .md\:text-3lg{
    font-size: 24px !important;
  }

  .md\:text-xl{
    font-size: 36px !important;
  }

  .md\:text-2xl{
    font-size: 40px !important;
  }

  .md\:leading-3{
    line-height: .75rem !important;
  }

  .md\:leading-4{
    line-height: 1rem !important;
  }

  .md\:leading-5{
    line-height: 1.25rem !important;
  }

  .md\:leading-6{
    line-height: 1.5rem !important;
  }

  .md\:leading-7{
    line-height: 1.75rem !important;
  }

  .md\:leading-8{
    line-height: 2rem !important;
  }

  .md\:leading-9{
    line-height: 2.25rem !important;
  }

  .md\:leading-10{
    line-height: 2.5rem !important;
  }

  .md\:leading-none{
    line-height: 1 !important;
  }

  .md\:leading-tight{
    line-height: 1.2 !important;
  }

  .md\:leading-snug{
    line-height: 1.375 !important;
  }

  .md\:leading-normal{
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed{
    line-height: 1.6 !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: 0px !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-7{
    margin: 28px !important;
  }

  .md\:m-8{
    margin: 32px !important;
  }

  .md\:m-9{
    margin: 36px !important;
  }

  .md\:m-10{
    margin: 40px !important;
  }

  .md\:m-11{
    margin: 44px !important;
  }

  .md\:m-12{
    margin: 48px !important;
  }

  .md\:m-13{
    margin: 52px !important;
  }

  .md\:m-14{
    margin: 56px !important;
  }

  .md\:m-15{
    margin: 60px !important;
  }

  .md\:m-16{
    margin: 64px !important;
  }

  .md\:m-17{
    margin: 68px !important;
  }

  .md\:m-18{
    margin: 72px !important;
  }

  .md\:m-19{
    margin: 76px !important;
  }

  .md\:m-20{
    margin: 80px !important;
  }

  .md\:m-21{
    margin: 84px !important;
  }

  .md\:m-22{
    margin: 88px !important;
  }

  .md\:m-23{
    margin: 92px !important;
  }

  .md\:m-24{
    margin: 96px !important;
  }

  .md\:m-25{
    margin: 100px !important;
  }

  .md\:m-26{
    margin: 104px !important;
  }

  .md\:m-27{
    margin: 108px !important;
  }

  .md\:m-28{
    margin: 112px !important;
  }

  .md\:m-29{
    margin: 116px !important;
  }

  .md\:m-30{
    margin: 120px !important;
  }

  .md\:m-auto{
    margin: auto !important;
  }

  .md\:-m-0{
    margin: 0px !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-7{
    margin: -28px !important;
  }

  .md\:-m-8{
    margin: -32px !important;
  }

  .md\:-m-9{
    margin: -36px !important;
  }

  .md\:-m-10{
    margin: -40px !important;
  }

  .md\:-m-11{
    margin: -44px !important;
  }

  .md\:-m-12{
    margin: -48px !important;
  }

  .md\:-m-13{
    margin: -52px !important;
  }

  .md\:-m-14{
    margin: -56px !important;
  }

  .md\:-m-15{
    margin: -60px !important;
  }

  .md\:-m-16{
    margin: -64px !important;
  }

  .md\:-m-17{
    margin: -68px !important;
  }

  .md\:-m-18{
    margin: -72px !important;
  }

  .md\:-m-19{
    margin: -76px !important;
  }

  .md\:-m-20{
    margin: -80px !important;
  }

  .md\:-m-21{
    margin: -84px !important;
  }

  .md\:-m-22{
    margin: -88px !important;
  }

  .md\:-m-23{
    margin: -92px !important;
  }

  .md\:-m-24{
    margin: -96px !important;
  }

  .md\:-m-25{
    margin: -100px !important;
  }

  .md\:-m-26{
    margin: -104px !important;
  }

  .md\:-m-27{
    margin: -108px !important;
  }

  .md\:-m-28{
    margin: -112px !important;
  }

  .md\:-m-29{
    margin: -116px !important;
  }

  .md\:-m-30{
    margin: -120px !important;
  }

  .md\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !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-7{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .md\:mx-7{
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .md\:my-8{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:mx-8{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:my-9{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .md\:mx-9{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .md\:my-10{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:mx-10{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:my-11{
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .md\:mx-11{
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .md\:my-12{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:mx-12{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:my-13{
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .md\:mx-13{
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .md\:my-14{
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .md\:mx-14{
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .md\:my-15{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .md\:mx-15{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .md\:my-16{
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .md\:mx-16{
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .md\:my-17{
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .md\:mx-17{
    margin-left: 68px !important;
    margin-right: 68px !important;
  }

  .md\:my-18{
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .md\:mx-18{
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .md\:my-19{
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .md\:mx-19{
    margin-left: 76px !important;
    margin-right: 76px !important;
  }

  .md\:my-20{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:mx-20{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:my-21{
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .md\:mx-21{
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .md\:my-22{
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .md\:mx-22{
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .md\:my-23{
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .md\:mx-23{
    margin-left: 92px !important;
    margin-right: 92px !important;
  }

  .md\:my-24{
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .md\:mx-24{
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .md\:my-25{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .md\:mx-25{
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .md\:my-26{
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .md\:mx-26{
    margin-left: 104px !important;
    margin-right: 104px !important;
  }

  .md\:my-27{
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .md\:mx-27{
    margin-left: 108px !important;
    margin-right: 108px !important;
  }

  .md\:my-28{
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .md\:mx-28{
    margin-left: 112px !important;
    margin-right: 112px !important;
  }

  .md\:my-29{
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .md\:mx-29{
    margin-left: 116px !important;
    margin-right: 116px !important;
  }

  .md\:my-30{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .md\:mx-30{
    margin-left: 120px !important;
    margin-right: 120px !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: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !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-7{
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .md\:-mx-7{
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .md\:-my-8{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .md\:-mx-8{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .md\:-my-9{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .md\:-mx-9{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .md\:-my-10{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .md\:-mx-10{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .md\:-my-11{
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .md\:-mx-11{
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .md\:-my-12{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .md\:-mx-12{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .md\:-my-13{
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .md\:-mx-13{
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .md\:-my-14{
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .md\:-mx-14{
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .md\:-my-15{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .md\:-mx-15{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .md\:-my-16{
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .md\:-mx-16{
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .md\:-my-17{
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }

  .md\:-mx-17{
    margin-left: -68px !important;
    margin-right: -68px !important;
  }

  .md\:-my-18{
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .md\:-mx-18{
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .md\:-my-19{
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }

  .md\:-mx-19{
    margin-left: -76px !important;
    margin-right: -76px !important;
  }

  .md\:-my-20{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .md\:-mx-20{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .md\:-my-21{
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .md\:-mx-21{
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .md\:-my-22{
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .md\:-mx-22{
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .md\:-my-23{
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }

  .md\:-mx-23{
    margin-left: -92px !important;
    margin-right: -92px !important;
  }

  .md\:-my-24{
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .md\:-mx-24{
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .md\:-my-25{
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .md\:-mx-25{
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .md\:-my-26{
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }

  .md\:-mx-26{
    margin-left: -104px !important;
    margin-right: -104px !important;
  }

  .md\:-my-27{
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }

  .md\:-mx-27{
    margin-left: -108px !important;
    margin-right: -108px !important;
  }

  .md\:-my-28{
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .md\:-mx-28{
    margin-left: -112px !important;
    margin-right: -112px !important;
  }

  .md\:-my-29{
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }

  .md\:-mx-29{
    margin-left: -116px !important;
    margin-right: -116px !important;
  }

  .md\:-my-30{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .md\:-mx-30{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .md\:mt-0{
    margin-top: 0px !important;
  }

  .md\:mr-0{
    margin-right: 0px !important;
  }

  .md\:mb-0{
    margin-bottom: 0px !important;
  }

  .md\:ml-0{
    margin-left: 0px !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-7{
    margin-top: 28px !important;
  }

  .md\:mr-7{
    margin-right: 28px !important;
  }

  .md\:mb-7{
    margin-bottom: 28px !important;
  }

  .md\:ml-7{
    margin-left: 28px !important;
  }

  .md\:mt-8{
    margin-top: 32px !important;
  }

  .md\:mr-8{
    margin-right: 32px !important;
  }

  .md\:mb-8{
    margin-bottom: 32px !important;
  }

  .md\:ml-8{
    margin-left: 32px !important;
  }

  .md\:mt-9{
    margin-top: 36px !important;
  }

  .md\:mr-9{
    margin-right: 36px !important;
  }

  .md\:mb-9{
    margin-bottom: 36px !important;
  }

  .md\:ml-9{
    margin-left: 36px !important;
  }

  .md\:mt-10{
    margin-top: 40px !important;
  }

  .md\:mr-10{
    margin-right: 40px !important;
  }

  .md\:mb-10{
    margin-bottom: 40px !important;
  }

  .md\:ml-10{
    margin-left: 40px !important;
  }

  .md\:mt-11{
    margin-top: 44px !important;
  }

  .md\:mr-11{
    margin-right: 44px !important;
  }

  .md\:mb-11{
    margin-bottom: 44px !important;
  }

  .md\:ml-11{
    margin-left: 44px !important;
  }

  .md\:mt-12{
    margin-top: 48px !important;
  }

  .md\:mr-12{
    margin-right: 48px !important;
  }

  .md\:mb-12{
    margin-bottom: 48px !important;
  }

  .md\:ml-12{
    margin-left: 48px !important;
  }

  .md\:mt-13{
    margin-top: 52px !important;
  }

  .md\:mr-13{
    margin-right: 52px !important;
  }

  .md\:mb-13{
    margin-bottom: 52px !important;
  }

  .md\:ml-13{
    margin-left: 52px !important;
  }

  .md\:mt-14{
    margin-top: 56px !important;
  }

  .md\:mr-14{
    margin-right: 56px !important;
  }

  .md\:mb-14{
    margin-bottom: 56px !important;
  }

  .md\:ml-14{
    margin-left: 56px !important;
  }

  .md\:mt-15{
    margin-top: 60px !important;
  }

  .md\:mr-15{
    margin-right: 60px !important;
  }

  .md\:mb-15{
    margin-bottom: 60px !important;
  }

  .md\:ml-15{
    margin-left: 60px !important;
  }

  .md\:mt-16{
    margin-top: 64px !important;
  }

  .md\:mr-16{
    margin-right: 64px !important;
  }

  .md\:mb-16{
    margin-bottom: 64px !important;
  }

  .md\:ml-16{
    margin-left: 64px !important;
  }

  .md\:mt-17{
    margin-top: 68px !important;
  }

  .md\:mr-17{
    margin-right: 68px !important;
  }

  .md\:mb-17{
    margin-bottom: 68px !important;
  }

  .md\:ml-17{
    margin-left: 68px !important;
  }

  .md\:mt-18{
    margin-top: 72px !important;
  }

  .md\:mr-18{
    margin-right: 72px !important;
  }

  .md\:mb-18{
    margin-bottom: 72px !important;
  }

  .md\:ml-18{
    margin-left: 72px !important;
  }

  .md\:mt-19{
    margin-top: 76px !important;
  }

  .md\:mr-19{
    margin-right: 76px !important;
  }

  .md\:mb-19{
    margin-bottom: 76px !important;
  }

  .md\:ml-19{
    margin-left: 76px !important;
  }

  .md\:mt-20{
    margin-top: 80px !important;
  }

  .md\:mr-20{
    margin-right: 80px !important;
  }

  .md\:mb-20{
    margin-bottom: 80px !important;
  }

  .md\:ml-20{
    margin-left: 80px !important;
  }

  .md\:mt-21{
    margin-top: 84px !important;
  }

  .md\:mr-21{
    margin-right: 84px !important;
  }

  .md\:mb-21{
    margin-bottom: 84px !important;
  }

  .md\:ml-21{
    margin-left: 84px !important;
  }

  .md\:mt-22{
    margin-top: 88px !important;
  }

  .md\:mr-22{
    margin-right: 88px !important;
  }

  .md\:mb-22{
    margin-bottom: 88px !important;
  }

  .md\:ml-22{
    margin-left: 88px !important;
  }

  .md\:mt-23{
    margin-top: 92px !important;
  }

  .md\:mr-23{
    margin-right: 92px !important;
  }

  .md\:mb-23{
    margin-bottom: 92px !important;
  }

  .md\:ml-23{
    margin-left: 92px !important;
  }

  .md\:mt-24{
    margin-top: 96px !important;
  }

  .md\:mr-24{
    margin-right: 96px !important;
  }

  .md\:mb-24{
    margin-bottom: 96px !important;
  }

  .md\:ml-24{
    margin-left: 96px !important;
  }

  .md\:mt-25{
    margin-top: 100px !important;
  }

  .md\:mr-25{
    margin-right: 100px !important;
  }

  .md\:mb-25{
    margin-bottom: 100px !important;
  }

  .md\:ml-25{
    margin-left: 100px !important;
  }

  .md\:mt-26{
    margin-top: 104px !important;
  }

  .md\:mr-26{
    margin-right: 104px !important;
  }

  .md\:mb-26{
    margin-bottom: 104px !important;
  }

  .md\:ml-26{
    margin-left: 104px !important;
  }

  .md\:mt-27{
    margin-top: 108px !important;
  }

  .md\:mr-27{
    margin-right: 108px !important;
  }

  .md\:mb-27{
    margin-bottom: 108px !important;
  }

  .md\:ml-27{
    margin-left: 108px !important;
  }

  .md\:mt-28{
    margin-top: 112px !important;
  }

  .md\:mr-28{
    margin-right: 112px !important;
  }

  .md\:mb-28{
    margin-bottom: 112px !important;
  }

  .md\:ml-28{
    margin-left: 112px !important;
  }

  .md\:mt-29{
    margin-top: 116px !important;
  }

  .md\:mr-29{
    margin-right: 116px !important;
  }

  .md\:mb-29{
    margin-bottom: 116px !important;
  }

  .md\:ml-29{
    margin-left: 116px !important;
  }

  .md\:mt-30{
    margin-top: 120px !important;
  }

  .md\:mr-30{
    margin-right: 120px !important;
  }

  .md\:mb-30{
    margin-bottom: 120px !important;
  }

  .md\:ml-30{
    margin-left: 120px !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: 0px !important;
  }

  .md\:-mr-0{
    margin-right: 0px !important;
  }

  .md\:-mb-0{
    margin-bottom: 0px !important;
  }

  .md\:-ml-0{
    margin-left: 0px !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-7{
    margin-top: -28px !important;
  }

  .md\:-mr-7{
    margin-right: -28px !important;
  }

  .md\:-mb-7{
    margin-bottom: -28px !important;
  }

  .md\:-ml-7{
    margin-left: -28px !important;
  }

  .md\:-mt-8{
    margin-top: -32px !important;
  }

  .md\:-mr-8{
    margin-right: -32px !important;
  }

  .md\:-mb-8{
    margin-bottom: -32px !important;
  }

  .md\:-ml-8{
    margin-left: -32px !important;
  }

  .md\:-mt-9{
    margin-top: -36px !important;
  }

  .md\:-mr-9{
    margin-right: -36px !important;
  }

  .md\:-mb-9{
    margin-bottom: -36px !important;
  }

  .md\:-ml-9{
    margin-left: -36px !important;
  }

  .md\:-mt-10{
    margin-top: -40px !important;
  }

  .md\:-mr-10{
    margin-right: -40px !important;
  }

  .md\:-mb-10{
    margin-bottom: -40px !important;
  }

  .md\:-ml-10{
    margin-left: -40px !important;
  }

  .md\:-mt-11{
    margin-top: -44px !important;
  }

  .md\:-mr-11{
    margin-right: -44px !important;
  }

  .md\:-mb-11{
    margin-bottom: -44px !important;
  }

  .md\:-ml-11{
    margin-left: -44px !important;
  }

  .md\:-mt-12{
    margin-top: -48px !important;
  }

  .md\:-mr-12{
    margin-right: -48px !important;
  }

  .md\:-mb-12{
    margin-bottom: -48px !important;
  }

  .md\:-ml-12{
    margin-left: -48px !important;
  }

  .md\:-mt-13{
    margin-top: -52px !important;
  }

  .md\:-mr-13{
    margin-right: -52px !important;
  }

  .md\:-mb-13{
    margin-bottom: -52px !important;
  }

  .md\:-ml-13{
    margin-left: -52px !important;
  }

  .md\:-mt-14{
    margin-top: -56px !important;
  }

  .md\:-mr-14{
    margin-right: -56px !important;
  }

  .md\:-mb-14{
    margin-bottom: -56px !important;
  }

  .md\:-ml-14{
    margin-left: -56px !important;
  }

  .md\:-mt-15{
    margin-top: -60px !important;
  }

  .md\:-mr-15{
    margin-right: -60px !important;
  }

  .md\:-mb-15{
    margin-bottom: -60px !important;
  }

  .md\:-ml-15{
    margin-left: -60px !important;
  }

  .md\:-mt-16{
    margin-top: -64px !important;
  }

  .md\:-mr-16{
    margin-right: -64px !important;
  }

  .md\:-mb-16{
    margin-bottom: -64px !important;
  }

  .md\:-ml-16{
    margin-left: -64px !important;
  }

  .md\:-mt-17{
    margin-top: -68px !important;
  }

  .md\:-mr-17{
    margin-right: -68px !important;
  }

  .md\:-mb-17{
    margin-bottom: -68px !important;
  }

  .md\:-ml-17{
    margin-left: -68px !important;
  }

  .md\:-mt-18{
    margin-top: -72px !important;
  }

  .md\:-mr-18{
    margin-right: -72px !important;
  }

  .md\:-mb-18{
    margin-bottom: -72px !important;
  }

  .md\:-ml-18{
    margin-left: -72px !important;
  }

  .md\:-mt-19{
    margin-top: -76px !important;
  }

  .md\:-mr-19{
    margin-right: -76px !important;
  }

  .md\:-mb-19{
    margin-bottom: -76px !important;
  }

  .md\:-ml-19{
    margin-left: -76px !important;
  }

  .md\:-mt-20{
    margin-top: -80px !important;
  }

  .md\:-mr-20{
    margin-right: -80px !important;
  }

  .md\:-mb-20{
    margin-bottom: -80px !important;
  }

  .md\:-ml-20{
    margin-left: -80px !important;
  }

  .md\:-mt-21{
    margin-top: -84px !important;
  }

  .md\:-mr-21{
    margin-right: -84px !important;
  }

  .md\:-mb-21{
    margin-bottom: -84px !important;
  }

  .md\:-ml-21{
    margin-left: -84px !important;
  }

  .md\:-mt-22{
    margin-top: -88px !important;
  }

  .md\:-mr-22{
    margin-right: -88px !important;
  }

  .md\:-mb-22{
    margin-bottom: -88px !important;
  }

  .md\:-ml-22{
    margin-left: -88px !important;
  }

  .md\:-mt-23{
    margin-top: -92px !important;
  }

  .md\:-mr-23{
    margin-right: -92px !important;
  }

  .md\:-mb-23{
    margin-bottom: -92px !important;
  }

  .md\:-ml-23{
    margin-left: -92px !important;
  }

  .md\:-mt-24{
    margin-top: -96px !important;
  }

  .md\:-mr-24{
    margin-right: -96px !important;
  }

  .md\:-mb-24{
    margin-bottom: -96px !important;
  }

  .md\:-ml-24{
    margin-left: -96px !important;
  }

  .md\:-mt-25{
    margin-top: -100px !important;
  }

  .md\:-mr-25{
    margin-right: -100px !important;
  }

  .md\:-mb-25{
    margin-bottom: -100px !important;
  }

  .md\:-ml-25{
    margin-left: -100px !important;
  }

  .md\:-mt-26{
    margin-top: -104px !important;
  }

  .md\:-mr-26{
    margin-right: -104px !important;
  }

  .md\:-mb-26{
    margin-bottom: -104px !important;
  }

  .md\:-ml-26{
    margin-left: -104px !important;
  }

  .md\:-mt-27{
    margin-top: -108px !important;
  }

  .md\:-mr-27{
    margin-right: -108px !important;
  }

  .md\:-mb-27{
    margin-bottom: -108px !important;
  }

  .md\:-ml-27{
    margin-left: -108px !important;
  }

  .md\:-mt-28{
    margin-top: -112px !important;
  }

  .md\:-mr-28{
    margin-right: -112px !important;
  }

  .md\:-mb-28{
    margin-bottom: -112px !important;
  }

  .md\:-ml-28{
    margin-left: -112px !important;
  }

  .md\:-mt-29{
    margin-top: -116px !important;
  }

  .md\:-mr-29{
    margin-right: -116px !important;
  }

  .md\:-mb-29{
    margin-bottom: -116px !important;
  }

  .md\:-ml-29{
    margin-left: -116px !important;
  }

  .md\:-mt-30{
    margin-top: -120px !important;
  }

  .md\:-mr-30{
    margin-right: -120px !important;
  }

  .md\:-mb-30{
    margin-bottom: -120px !important;
  }

  .md\:-ml-30{
    margin-left: -120px !important;
  }

  .md\:max-h-full{
    max-height: 100% !important;
  }

  .md\:max-h-screen{
    max-height: 100vh !important;
  }

  .md\:max-w-none{
    max-width: none !important;
  }

  .md\:max-w-xs{
    max-width: 20rem !important;
  }

  .md\:max-w-sm{
    max-width: 24rem !important;
  }

  .md\:max-w-md{
    max-width: 28rem !important;
  }

  .md\:max-w-lg{
    max-width: 32rem !important;
  }

  .md\:max-w-xl{
    max-width: 36rem !important;
  }

  .md\:max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:max-w-full{
    max-width: 100% !important;
  }

  .md\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .md\:max-w-screen-sm{
    max-width: 480px !important;
  }

  .md\:max-w-screen-md{
    max-width: 720px !important;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .md\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .md\:max-w-screen-xxl{
    max-width: 1400px !important;
  }

  .md\:max-w-screen-xxxl{
    max-width: 1600px !important;
  }

  .md\:min-h-0{
    min-height: 0 !important;
  }

  .md\:min-h-full{
    min-height: 100% !important;
  }

  .md\:min-h-screen{
    min-height: 100vh !important;
  }

  .md\:min-w-0{
    min-width: 0 !important;
  }

  .md\:min-w-full{
    min-width: 100% !important;
  }

  .md\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:opacity-0{
    opacity: 0 !important;
  }

  .md\:opacity-25{
    opacity: 0.25 !important;
  }

  .md\:opacity-50{
    opacity: 0.5 !important;
  }

  .md\:opacity-75{
    opacity: 0.75 !important;
  }

  .md\:opacity-100{
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:overflow-auto{
    overflow: auto !important;
  }

  .md\:overflow-hidden{
    overflow: hidden !important;
  }

  .md\:overflow-visible{
    overflow: visible !important;
  }

  .md\:overflow-scroll{
    overflow: scroll !important;
  }

  .md\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .md\:p-0{
    padding: 0px !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-7{
    padding: 28px !important;
  }

  .md\:p-8{
    padding: 32px !important;
  }

  .md\:p-9{
    padding: 36px !important;
  }

  .md\:p-10{
    padding: 40px !important;
  }

  .md\:p-11{
    padding: 44px !important;
  }

  .md\:p-12{
    padding: 48px !important;
  }

  .md\:p-13{
    padding: 52px !important;
  }

  .md\:p-14{
    padding: 56px !important;
  }

  .md\:p-15{
    padding: 60px !important;
  }

  .md\:p-16{
    padding: 64px !important;
  }

  .md\:p-17{
    padding: 68px !important;
  }

  .md\:p-18{
    padding: 72px !important;
  }

  .md\:p-19{
    padding: 76px !important;
  }

  .md\:p-20{
    padding: 80px !important;
  }

  .md\:p-21{
    padding: 84px !important;
  }

  .md\:p-22{
    padding: 88px !important;
  }

  .md\:p-23{
    padding: 92px !important;
  }

  .md\:p-24{
    padding: 96px !important;
  }

  .md\:p-25{
    padding: 100px !important;
  }

  .md\:p-26{
    padding: 104px !important;
  }

  .md\:p-27{
    padding: 108px !important;
  }

  .md\:p-28{
    padding: 112px !important;
  }

  .md\:p-29{
    padding: 116px !important;
  }

  .md\:p-30{
    padding: 120px !important;
  }

  .md\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !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-7{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .md\:px-7{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .md\:py-8{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:px-8{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:py-9{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .md\:px-9{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .md\:py-10{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:px-10{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:py-11{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .md\:px-11{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .md\:py-12{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:px-12{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:py-13{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .md\:px-13{
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .md\:py-14{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .md\:px-14{
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .md\:py-15{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .md\:px-15{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .md\:py-16{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .md\:px-16{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .md\:py-17{
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .md\:px-17{
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .md\:py-18{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .md\:px-18{
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .md\:py-19{
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .md\:px-19{
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .md\:py-20{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:px-20{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:py-21{
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .md\:px-21{
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .md\:py-22{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .md\:px-22{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }

  .md\:py-23{
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .md\:px-23{
    padding-left: 92px !important;
    padding-right: 92px !important;
  }

  .md\:py-24{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .md\:px-24{
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .md\:py-25{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .md\:px-25{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .md\:py-26{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .md\:px-26{
    padding-left: 104px !important;
    padding-right: 104px !important;
  }

  .md\:py-27{
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .md\:px-27{
    padding-left: 108px !important;
    padding-right: 108px !important;
  }

  .md\:py-28{
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .md\:px-28{
    padding-left: 112px !important;
    padding-right: 112px !important;
  }

  .md\:py-29{
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .md\:px-29{
    padding-left: 116px !important;
    padding-right: 116px !important;
  }

  .md\:py-30{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .md\:px-30{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .md\:pt-0{
    padding-top: 0px !important;
  }

  .md\:pr-0{
    padding-right: 0px !important;
  }

  .md\:pb-0{
    padding-bottom: 0px !important;
  }

  .md\:pl-0{
    padding-left: 0px !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-7{
    padding-top: 28px !important;
  }

  .md\:pr-7{
    padding-right: 28px !important;
  }

  .md\:pb-7{
    padding-bottom: 28px !important;
  }

  .md\:pl-7{
    padding-left: 28px !important;
  }

  .md\:pt-8{
    padding-top: 32px !important;
  }

  .md\:pr-8{
    padding-right: 32px !important;
  }

  .md\:pb-8{
    padding-bottom: 32px !important;
  }

  .md\:pl-8{
    padding-left: 32px !important;
  }

  .md\:pt-9{
    padding-top: 36px !important;
  }

  .md\:pr-9{
    padding-right: 36px !important;
  }

  .md\:pb-9{
    padding-bottom: 36px !important;
  }

  .md\:pl-9{
    padding-left: 36px !important;
  }

  .md\:pt-10{
    padding-top: 40px !important;
  }

  .md\:pr-10{
    padding-right: 40px !important;
  }

  .md\:pb-10{
    padding-bottom: 40px !important;
  }

  .md\:pl-10{
    padding-left: 40px !important;
  }

  .md\:pt-11{
    padding-top: 44px !important;
  }

  .md\:pr-11{
    padding-right: 44px !important;
  }

  .md\:pb-11{
    padding-bottom: 44px !important;
  }

  .md\:pl-11{
    padding-left: 44px !important;
  }

  .md\:pt-12{
    padding-top: 48px !important;
  }

  .md\:pr-12{
    padding-right: 48px !important;
  }

  .md\:pb-12{
    padding-bottom: 48px !important;
  }

  .md\:pl-12{
    padding-left: 48px !important;
  }

  .md\:pt-13{
    padding-top: 52px !important;
  }

  .md\:pr-13{
    padding-right: 52px !important;
  }

  .md\:pb-13{
    padding-bottom: 52px !important;
  }

  .md\:pl-13{
    padding-left: 52px !important;
  }

  .md\:pt-14{
    padding-top: 56px !important;
  }

  .md\:pr-14{
    padding-right: 56px !important;
  }

  .md\:pb-14{
    padding-bottom: 56px !important;
  }

  .md\:pl-14{
    padding-left: 56px !important;
  }

  .md\:pt-15{
    padding-top: 60px !important;
  }

  .md\:pr-15{
    padding-right: 60px !important;
  }

  .md\:pb-15{
    padding-bottom: 60px !important;
  }

  .md\:pl-15{
    padding-left: 60px !important;
  }

  .md\:pt-16{
    padding-top: 64px !important;
  }

  .md\:pr-16{
    padding-right: 64px !important;
  }

  .md\:pb-16{
    padding-bottom: 64px !important;
  }

  .md\:pl-16{
    padding-left: 64px !important;
  }

  .md\:pt-17{
    padding-top: 68px !important;
  }

  .md\:pr-17{
    padding-right: 68px !important;
  }

  .md\:pb-17{
    padding-bottom: 68px !important;
  }

  .md\:pl-17{
    padding-left: 68px !important;
  }

  .md\:pt-18{
    padding-top: 72px !important;
  }

  .md\:pr-18{
    padding-right: 72px !important;
  }

  .md\:pb-18{
    padding-bottom: 72px !important;
  }

  .md\:pl-18{
    padding-left: 72px !important;
  }

  .md\:pt-19{
    padding-top: 76px !important;
  }

  .md\:pr-19{
    padding-right: 76px !important;
  }

  .md\:pb-19{
    padding-bottom: 76px !important;
  }

  .md\:pl-19{
    padding-left: 76px !important;
  }

  .md\:pt-20{
    padding-top: 80px !important;
  }

  .md\:pr-20{
    padding-right: 80px !important;
  }

  .md\:pb-20{
    padding-bottom: 80px !important;
  }

  .md\:pl-20{
    padding-left: 80px !important;
  }

  .md\:pt-21{
    padding-top: 84px !important;
  }

  .md\:pr-21{
    padding-right: 84px !important;
  }

  .md\:pb-21{
    padding-bottom: 84px !important;
  }

  .md\:pl-21{
    padding-left: 84px !important;
  }

  .md\:pt-22{
    padding-top: 88px !important;
  }

  .md\:pr-22{
    padding-right: 88px !important;
  }

  .md\:pb-22{
    padding-bottom: 88px !important;
  }

  .md\:pl-22{
    padding-left: 88px !important;
  }

  .md\:pt-23{
    padding-top: 92px !important;
  }

  .md\:pr-23{
    padding-right: 92px !important;
  }

  .md\:pb-23{
    padding-bottom: 92px !important;
  }

  .md\:pl-23{
    padding-left: 92px !important;
  }

  .md\:pt-24{
    padding-top: 96px !important;
  }

  .md\:pr-24{
    padding-right: 96px !important;
  }

  .md\:pb-24{
    padding-bottom: 96px !important;
  }

  .md\:pl-24{
    padding-left: 96px !important;
  }

  .md\:pt-25{
    padding-top: 100px !important;
  }

  .md\:pr-25{
    padding-right: 100px !important;
  }

  .md\:pb-25{
    padding-bottom: 100px !important;
  }

  .md\:pl-25{
    padding-left: 100px !important;
  }

  .md\:pt-26{
    padding-top: 104px !important;
  }

  .md\:pr-26{
    padding-right: 104px !important;
  }

  .md\:pb-26{
    padding-bottom: 104px !important;
  }

  .md\:pl-26{
    padding-left: 104px !important;
  }

  .md\:pt-27{
    padding-top: 108px !important;
  }

  .md\:pr-27{
    padding-right: 108px !important;
  }

  .md\:pb-27{
    padding-bottom: 108px !important;
  }

  .md\:pl-27{
    padding-left: 108px !important;
  }

  .md\:pt-28{
    padding-top: 112px !important;
  }

  .md\:pr-28{
    padding-right: 112px !important;
  }

  .md\:pb-28{
    padding-bottom: 112px !important;
  }

  .md\:pl-28{
    padding-left: 112px !important;
  }

  .md\:pt-29{
    padding-top: 116px !important;
  }

  .md\:pr-29{
    padding-right: 116px !important;
  }

  .md\:pb-29{
    padding-bottom: 116px !important;
  }

  .md\:pl-29{
    padding-left: 116px !important;
  }

  .md\:pt-30{
    padding-top: 120px !important;
  }

  .md\:pr-30{
    padding-right: 120px !important;
  }

  .md\:pb-30{
    padding-bottom: 120px !important;
  }

  .md\:pl-30{
    padding-left: 120px !important;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .md\:placeholder-black::-moz-placeholder{
    color: var(--black) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .md\:placeholder-black::placeholder{
    color: var(--black) !important;
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .md\:placeholder-white::-moz-placeholder{
    color: var(--white) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .md\:placeholder-white::placeholder{
    color: var(--white) !important;
  }

  .md\:placeholder-blue::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .md\:placeholder-blue::-moz-placeholder{
    color: var(--blue) !important;
  }

  .md\:placeholder-blue:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .md\:placeholder-blue::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .md\:placeholder-blue::placeholder{
    color: var(--blue) !important;
  }

  .md\:placeholder-apple::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .md\:placeholder-apple::-moz-placeholder{
    color: var(--apple) !important;
  }

  .md\:placeholder-apple:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .md\:placeholder-apple::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .md\:placeholder-apple::placeholder{
    color: var(--apple) !important;
  }

  .md\:placeholder-don-juan::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .md\:placeholder-don-juan::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .md\:placeholder-don-juan:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .md\:placeholder-don-juan::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .md\:placeholder-don-juan::placeholder{
    color: var(--don-juan) !important;
  }

  .md\:placeholder-alabaster::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .md\:placeholder-alabaster::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .md\:placeholder-alabaster:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .md\:placeholder-alabaster::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .md\:placeholder-alabaster::placeholder{
    color: var(--alabaster) !important;
  }

  .md\:placeholder-gray::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .md\:placeholder-gray::-moz-placeholder{
    color: var(--gray) !important;
  }

  .md\:placeholder-gray:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .md\:placeholder-gray::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .md\:placeholder-gray::placeholder{
    color: var(--gray) !important;
  }

  .md\:placeholder-concrete::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .md\:placeholder-concrete::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .md\:placeholder-concrete:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .md\:placeholder-concrete::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .md\:placeholder-concrete::placeholder{
    color: var(--concrete) !important;
  }

  .md\:placeholder-silver::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .md\:placeholder-silver::-moz-placeholder{
    color: var(--silver) !important;
  }

  .md\:placeholder-silver:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .md\:placeholder-silver::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .md\:placeholder-silver::placeholder{
    color: var(--silver) !important;
  }

  .md\:placeholder-gallery::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .md\:placeholder-gallery::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .md\:placeholder-gallery:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .md\:placeholder-gallery::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .md\:placeholder-gallery::placeholder{
    color: var(--gallery) !important;
  }

  .md\:placeholder-alizarin::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .md\:placeholder-alizarin::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .md\:placeholder-alizarin:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .md\:placeholder-alizarin::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .md\:placeholder-alizarin::placeholder{
    color: var(--alizarin) !important;
  }

  .md\:placeholder-sunset::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .md\:placeholder-sunset::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .md\:placeholder-sunset:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .md\:placeholder-sunset::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .md\:placeholder-sunset::placeholder{
    color: var(--sunset) !important;
  }

  .md\:placeholder-curious-blue::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:placeholder-curious-blue::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:placeholder-curious-blue:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:placeholder-curious-blue::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:placeholder-curious-blue::placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:placeholder-mustard::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .md\:placeholder-mustard::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .md\:placeholder-mustard:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .md\:placeholder-mustard::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .md\:placeholder-mustard::placeholder{
    color: var(--mustard) !important;
  }

  .md\:placeholder-alto::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .md\:placeholder-alto::-moz-placeholder{
    color: var(--alto) !important;
  }

  .md\:placeholder-alto:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .md\:placeholder-alto::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .md\:placeholder-alto::placeholder{
    color: var(--alto) !important;
  }

  .md\:placeholder-catsk::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .md\:placeholder-catsk::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .md\:placeholder-catsk:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .md\:placeholder-catsk::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .md\:placeholder-catsk::placeholder{
    color: var(--catsk) !important;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--black) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    color: var(--black) !important;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--white) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    color: var(--white) !important;
  }

  .md\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: var(--blue) !important;
  }

  .md\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .md\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .md\:focus\:placeholder-blue:focus::placeholder{
    color: var(--blue) !important;
  }

  .md\:focus\:placeholder-apple:focus::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .md\:focus\:placeholder-apple:focus::-moz-placeholder{
    color: var(--apple) !important;
  }

  .md\:focus\:placeholder-apple:focus:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .md\:focus\:placeholder-apple:focus::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .md\:focus\:placeholder-apple:focus::placeholder{
    color: var(--apple) !important;
  }

  .md\:focus\:placeholder-don-juan:focus::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .md\:focus\:placeholder-don-juan:focus::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .md\:focus\:placeholder-don-juan:focus:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .md\:focus\:placeholder-don-juan:focus::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .md\:focus\:placeholder-don-juan:focus::placeholder{
    color: var(--don-juan) !important;
  }

  .md\:focus\:placeholder-alabaster:focus::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .md\:focus\:placeholder-alabaster:focus::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .md\:focus\:placeholder-alabaster:focus:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .md\:focus\:placeholder-alabaster:focus::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .md\:focus\:placeholder-alabaster:focus::placeholder{
    color: var(--alabaster) !important;
  }

  .md\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .md\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: var(--gray) !important;
  }

  .md\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .md\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .md\:focus\:placeholder-gray:focus::placeholder{
    color: var(--gray) !important;
  }

  .md\:focus\:placeholder-concrete:focus::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .md\:focus\:placeholder-concrete:focus::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .md\:focus\:placeholder-concrete:focus:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .md\:focus\:placeholder-concrete:focus::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .md\:focus\:placeholder-concrete:focus::placeholder{
    color: var(--concrete) !important;
  }

  .md\:focus\:placeholder-silver:focus::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .md\:focus\:placeholder-silver:focus::-moz-placeholder{
    color: var(--silver) !important;
  }

  .md\:focus\:placeholder-silver:focus:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .md\:focus\:placeholder-silver:focus::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .md\:focus\:placeholder-silver:focus::placeholder{
    color: var(--silver) !important;
  }

  .md\:focus\:placeholder-gallery:focus::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .md\:focus\:placeholder-gallery:focus::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .md\:focus\:placeholder-gallery:focus:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .md\:focus\:placeholder-gallery:focus::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .md\:focus\:placeholder-gallery:focus::placeholder{
    color: var(--gallery) !important;
  }

  .md\:focus\:placeholder-alizarin:focus::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .md\:focus\:placeholder-alizarin:focus::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .md\:focus\:placeholder-alizarin:focus:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .md\:focus\:placeholder-alizarin:focus::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .md\:focus\:placeholder-alizarin:focus::placeholder{
    color: var(--alizarin) !important;
  }

  .md\:focus\:placeholder-sunset:focus::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .md\:focus\:placeholder-sunset:focus::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .md\:focus\:placeholder-sunset:focus:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .md\:focus\:placeholder-sunset:focus::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .md\:focus\:placeholder-sunset:focus::placeholder{
    color: var(--sunset) !important;
  }

  .md\:focus\:placeholder-curious-blue:focus::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:focus\:placeholder-curious-blue:focus::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:focus\:placeholder-curious-blue:focus:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:focus\:placeholder-curious-blue:focus::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:focus\:placeholder-curious-blue:focus::placeholder{
    color: var(--curious-blue) !important;
  }

  .md\:focus\:placeholder-mustard:focus::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .md\:focus\:placeholder-mustard:focus::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .md\:focus\:placeholder-mustard:focus:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .md\:focus\:placeholder-mustard:focus::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .md\:focus\:placeholder-mustard:focus::placeholder{
    color: var(--mustard) !important;
  }

  .md\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .md\:focus\:placeholder-alto:focus::-moz-placeholder{
    color: var(--alto) !important;
  }

  .md\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .md\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .md\:focus\:placeholder-alto:focus::placeholder{
    color: var(--alto) !important;
  }

  .md\:focus\:placeholder-catsk:focus::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .md\:focus\:placeholder-catsk:focus::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .md\:focus\:placeholder-catsk:focus:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .md\:focus\:placeholder-catsk:focus::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .md\:focus\:placeholder-catsk:focus::placeholder{
    color: var(--catsk) !important;
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:pointer-events-none{
    pointer-events: none !important;
  }

  .md\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .md\:static{
    position: static !important;
  }

  .md\:fixed{
    position: fixed !important;
  }

  .md\:absolute{
    position: absolute !important;
  }

  .md\:relative{
    position: relative !important;
  }

  .md\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .md\:top-0{
    top: 0 !important;
  }

  .md\:right-0{
    right: 0 !important;
  }

  .md\:bottom-0{
    bottom: 0 !important;
  }

  .md\:left-0{
    left: 0 !important;
  }

  .md\:top-auto{
    top: auto !important;
  }

  .md\:right-auto{
    right: auto !important;
  }

  .md\:bottom-auto{
    bottom: auto !important;
  }

  .md\:left-auto{
    left: auto !important;
  }

  .md\:resize-none{
    resize: none !important;
  }

  .md\:resize-y{
    resize: vertical !important;
  }

  .md\:resize-x{
    resize: horizontal !important;
  }

  .md\:resize{
    resize: both !important;
  }

  .md\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:fill-current{
    fill: currentColor !important;
  }

  .md\:stroke-current{
    stroke: currentColor !important;
  }

  .md\:stroke-0{
    stroke-width: 0 !important;
  }

  .md\:stroke-1{
    stroke-width: 1 !important;
  }

  .md\:stroke-2{
    stroke-width: 2 !important;
  }

  .md\:table-auto{
    table-layout: auto !important;
  }

  .md\:table-fixed{
    table-layout: fixed !important;
  }

  .md\:text-left{
    text-align: left !important;
  }

  .md\:text-center{
    text-align: center !important;
  }

  .md\:text-right{
    text-align: right !important;
  }

  .md\:text-justify{
    text-align: justify !important;
  }

  .md\:text-black{
    color: var(--black) !important;
  }

  .md\:text-white{
    color: var(--white) !important;
  }

  .md\:text-blue{
    color: var(--blue) !important;
  }

  .md\:text-apple{
    color: var(--apple) !important;
  }

  .md\:text-don-juan{
    color: var(--don-juan) !important;
  }

  .md\:text-alabaster{
    color: var(--alabaster) !important;
  }

  .md\:text-gray{
    color: var(--gray) !important;
  }

  .md\:text-concrete{
    color: var(--concrete) !important;
  }

  .md\:text-silver{
    color: var(--silver) !important;
  }

  .md\:text-gallery{
    color: var(--gallery) !important;
  }

  .md\:text-alizarin{
    color: var(--alizarin) !important;
  }

  .md\:text-sunset{
    color: var(--sunset) !important;
  }

  .md\:text-curious-blue{
    color: var(--curious-blue) !important;
  }

  .md\:text-mustard{
    color: var(--mustard) !important;
  }

  .md\:text-alto{
    color: var(--alto) !important;
  }

  .md\:text-catsk{
    color: var(--catsk) !important;
  }

  .md\:hover\:text-black:hover{
    color: var(--black) !important;
  }

  .md\:hover\:text-white:hover{
    color: var(--white) !important;
  }

  .md\:hover\:text-blue:hover{
    color: var(--blue) !important;
  }

  .md\:hover\:text-apple:hover{
    color: var(--apple) !important;
  }

  .md\:hover\:text-don-juan:hover{
    color: var(--don-juan) !important;
  }

  .md\:hover\:text-alabaster:hover{
    color: var(--alabaster) !important;
  }

  .md\:hover\:text-gray:hover{
    color: var(--gray) !important;
  }

  .md\:hover\:text-concrete:hover{
    color: var(--concrete) !important;
  }

  .md\:hover\:text-silver:hover{
    color: var(--silver) !important;
  }

  .md\:hover\:text-gallery:hover{
    color: var(--gallery) !important;
  }

  .md\:hover\:text-alizarin:hover{
    color: var(--alizarin) !important;
  }

  .md\:hover\:text-sunset:hover{
    color: var(--sunset) !important;
  }

  .md\:hover\:text-curious-blue:hover{
    color: var(--curious-blue) !important;
  }

  .md\:hover\:text-mustard:hover{
    color: var(--mustard) !important;
  }

  .md\:hover\:text-alto:hover{
    color: var(--alto) !important;
  }

  .md\:hover\:text-catsk:hover{
    color: var(--catsk) !important;
  }

  .md\:focus\:text-black:focus{
    color: var(--black) !important;
  }

  .md\:focus\:text-white:focus{
    color: var(--white) !important;
  }

  .md\:focus\:text-blue:focus{
    color: var(--blue) !important;
  }

  .md\:focus\:text-apple:focus{
    color: var(--apple) !important;
  }

  .md\:focus\:text-don-juan:focus{
    color: var(--don-juan) !important;
  }

  .md\:focus\:text-alabaster:focus{
    color: var(--alabaster) !important;
  }

  .md\:focus\:text-gray:focus{
    color: var(--gray) !important;
  }

  .md\:focus\:text-concrete:focus{
    color: var(--concrete) !important;
  }

  .md\:focus\:text-silver:focus{
    color: var(--silver) !important;
  }

  .md\:focus\:text-gallery:focus{
    color: var(--gallery) !important;
  }

  .md\:focus\:text-alizarin:focus{
    color: var(--alizarin) !important;
  }

  .md\:focus\:text-sunset:focus{
    color: var(--sunset) !important;
  }

  .md\:focus\:text-curious-blue:focus{
    color: var(--curious-blue) !important;
  }

  .md\:focus\:text-mustard:focus{
    color: var(--mustard) !important;
  }

  .md\:focus\:text-alto:focus{
    color: var(--alto) !important;
  }

  .md\:focus\:text-catsk:focus{
    color: var(--catsk) !important;
  }

  .md\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .md\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .md\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .md\:italic{
    font-style: italic !important;
  }

  .md\:not-italic{
    font-style: normal !important;
  }

  .md\:uppercase{
    text-transform: uppercase !important;
  }

  .md\:lowercase{
    text-transform: lowercase !important;
  }

  .md\:capitalize{
    text-transform: capitalize !important;
  }

  .md\:normal-case{
    text-transform: none !important;
  }

  .md\:underline{
    text-decoration: underline !important;
  }

  .md\:line-through{
    text-decoration: line-through !important;
  }

  .md\:no-underline{
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .md\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .md\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:align-baseline{
    vertical-align: baseline !important;
  }

  .md\:align-top{
    vertical-align: top !important;
  }

  .md\:align-middle{
    vertical-align: middle !important;
  }

  .md\:align-bottom{
    vertical-align: bottom !important;
  }

  .md\:align-text-top{
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .md\:visible{
    visibility: visible !important;
  }

  .md\:invisible{
    visibility: hidden !important;
  }

  .md\:whitespace-normal{
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .md\:whitespace-pre{
    white-space: pre !important;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .md\:break-all{
    word-break: break-all !important;
  }

  .md\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-0{
    width: 0px !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-7{
    width: 28px !important;
  }

  .md\:w-8{
    width: 32px !important;
  }

  .md\:w-9{
    width: 36px !important;
  }

  .md\:w-10{
    width: 40px !important;
  }

  .md\:w-11{
    width: 44px !important;
  }

  .md\:w-12{
    width: 48px !important;
  }

  .md\:w-13{
    width: 52px !important;
  }

  .md\:w-14{
    width: 56px !important;
  }

  .md\:w-15{
    width: 60px !important;
  }

  .md\:w-16{
    width: 64px !important;
  }

  .md\:w-17{
    width: 68px !important;
  }

  .md\:w-18{
    width: 72px !important;
  }

  .md\:w-19{
    width: 76px !important;
  }

  .md\:w-20{
    width: 80px !important;
  }

  .md\:w-21{
    width: 84px !important;
  }

  .md\:w-22{
    width: 88px !important;
  }

  .md\:w-23{
    width: 92px !important;
  }

  .md\:w-24{
    width: 96px !important;
  }

  .md\:w-25{
    width: 100px !important;
  }

  .md\:w-26{
    width: 104px !important;
  }

  .md\:w-27{
    width: 108px !important;
  }

  .md\:w-28{
    width: 112px !important;
  }

  .md\:w-29{
    width: 116px !important;
  }

  .md\:w-30{
    width: 120px !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\:w-fit{
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:z-0{
    z-index: 0 !important;
  }

  .md\:z-10{
    z-index: 10 !important;
  }

  .md\:z-20{
    z-index: 20 !important;
  }

  .md\:z-30{
    z-index: 30 !important;
  }

  .md\:z-40{
    z-index: 40 !important;
  }

  .md\:z-50{
    z-index: 50 !important;
  }

  .md\:z-auto{
    z-index: auto !important;
  }

  .md\:gap-0{
    grid-gap: 0px !important;
    gap: 0px !important;
  }

  .md\:gap-1{
    grid-gap: 4px !important;
    gap: 4px !important;
  }

  .md\:gap-2{
    grid-gap: 8px !important;
    gap: 8px !important;
  }

  .md\:gap-3{
    grid-gap: 12px !important;
    gap: 12px !important;
  }

  .md\:gap-4{
    grid-gap: 16px !important;
    gap: 16px !important;
  }

  .md\:gap-5{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .md\:gap-6{
    grid-gap: 24px !important;
    gap: 24px !important;
  }

  .md\:gap-7{
    grid-gap: 28px !important;
    gap: 28px !important;
  }

  .md\:gap-8{
    grid-gap: 32px !important;
    gap: 32px !important;
  }

  .md\:gap-9{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .md\:gap-10{
    grid-gap: 40px !important;
    gap: 40px !important;
  }

  .md\:gap-11{
    grid-gap: 44px !important;
    gap: 44px !important;
  }

  .md\:gap-12{
    grid-gap: 48px !important;
    gap: 48px !important;
  }

  .md\:gap-13{
    grid-gap: 52px !important;
    gap: 52px !important;
  }

  .md\:gap-14{
    grid-gap: 56px !important;
    gap: 56px !important;
  }

  .md\:gap-15{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .md\:gap-16{
    grid-gap: 64px !important;
    gap: 64px !important;
  }

  .md\:gap-17{
    grid-gap: 68px !important;
    gap: 68px !important;
  }

  .md\:gap-18{
    grid-gap: 72px !important;
    gap: 72px !important;
  }

  .md\:gap-19{
    grid-gap: 76px !important;
    gap: 76px !important;
  }

  .md\:gap-20{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .md\:gap-21{
    grid-gap: 84px !important;
    gap: 84px !important;
  }

  .md\:gap-22{
    grid-gap: 88px !important;
    gap: 88px !important;
  }

  .md\:gap-23{
    grid-gap: 92px !important;
    gap: 92px !important;
  }

  .md\:gap-24{
    grid-gap: 96px !important;
    gap: 96px !important;
  }

  .md\:gap-25{
    grid-gap: 100px !important;
    gap: 100px !important;
  }

  .md\:gap-26{
    grid-gap: 104px !important;
    gap: 104px !important;
  }

  .md\:gap-27{
    grid-gap: 108px !important;
    gap: 108px !important;
  }

  .md\:gap-28{
    grid-gap: 112px !important;
    gap: 112px !important;
  }

  .md\:gap-29{
    grid-gap: 116px !important;
    gap: 116px !important;
  }

  .md\:gap-30{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .md\:gap-x-0{
    grid-column-gap: 0px !important;
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .md\:gap-x-1{
    grid-column-gap: 4px !important;
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
  }

  .md\:gap-x-2{
    grid-column-gap: 8px !important;
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }

  .md\:gap-x-3{
    grid-column-gap: 12px !important;
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }

  .md\:gap-x-4{
    grid-column-gap: 16px !important;
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }

  .md\:gap-x-5{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }

  .md\:gap-x-6{
    grid-column-gap: 24px !important;
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }

  .md\:gap-x-7{
    grid-column-gap: 28px !important;
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
  }

  .md\:gap-x-8{
    grid-column-gap: 32px !important;
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }

  .md\:gap-x-9{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
  }

  .md\:gap-x-10{
    grid-column-gap: 40px !important;
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }

  .md\:gap-x-11{
    grid-column-gap: 44px !important;
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
  }

  .md\:gap-x-12{
    grid-column-gap: 48px !important;
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }

  .md\:gap-x-13{
    grid-column-gap: 52px !important;
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
  }

  .md\:gap-x-14{
    grid-column-gap: 56px !important;
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }

  .md\:gap-x-15{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }

  .md\:gap-x-16{
    grid-column-gap: 64px !important;
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }

  .md\:gap-x-17{
    grid-column-gap: 68px !important;
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
  }

  .md\:gap-x-18{
    grid-column-gap: 72px !important;
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }

  .md\:gap-x-19{
    grid-column-gap: 76px !important;
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
  }

  .md\:gap-x-20{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .md\:gap-x-21{
    grid-column-gap: 84px !important;
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
  }

  .md\:gap-x-22{
    grid-column-gap: 88px !important;
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }

  .md\:gap-x-23{
    grid-column-gap: 92px !important;
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
  }

  .md\:gap-x-24{
    grid-column-gap: 96px !important;
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }

  .md\:gap-x-25{
    grid-column-gap: 100px !important;
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
  }

  .md\:gap-x-26{
    grid-column-gap: 104px !important;
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }

  .md\:gap-x-27{
    grid-column-gap: 108px !important;
    -webkit-column-gap: 108px !important;
       -moz-column-gap: 108px !important;
            column-gap: 108px !important;
  }

  .md\:gap-x-28{
    grid-column-gap: 112px !important;
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }

  .md\:gap-x-29{
    grid-column-gap: 116px !important;
    -webkit-column-gap: 116px !important;
       -moz-column-gap: 116px !important;
            column-gap: 116px !important;
  }

  .md\:gap-x-30{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }

  .md\:gap-y-0{
    grid-row-gap: 0px !important;
    row-gap: 0px !important;
  }

  .md\:gap-y-1{
    grid-row-gap: 4px !important;
    row-gap: 4px !important;
  }

  .md\:gap-y-2{
    grid-row-gap: 8px !important;
    row-gap: 8px !important;
  }

  .md\:gap-y-3{
    grid-row-gap: 12px !important;
    row-gap: 12px !important;
  }

  .md\:gap-y-4{
    grid-row-gap: 16px !important;
    row-gap: 16px !important;
  }

  .md\:gap-y-5{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .md\:gap-y-6{
    grid-row-gap: 24px !important;
    row-gap: 24px !important;
  }

  .md\:gap-y-7{
    grid-row-gap: 28px !important;
    row-gap: 28px !important;
  }

  .md\:gap-y-8{
    grid-row-gap: 32px !important;
    row-gap: 32px !important;
  }

  .md\:gap-y-9{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .md\:gap-y-10{
    grid-row-gap: 40px !important;
    row-gap: 40px !important;
  }

  .md\:gap-y-11{
    grid-row-gap: 44px !important;
    row-gap: 44px !important;
  }

  .md\:gap-y-12{
    grid-row-gap: 48px !important;
    row-gap: 48px !important;
  }

  .md\:gap-y-13{
    grid-row-gap: 52px !important;
    row-gap: 52px !important;
  }

  .md\:gap-y-14{
    grid-row-gap: 56px !important;
    row-gap: 56px !important;
  }

  .md\:gap-y-15{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .md\:gap-y-16{
    grid-row-gap: 64px !important;
    row-gap: 64px !important;
  }

  .md\:gap-y-17{
    grid-row-gap: 68px !important;
    row-gap: 68px !important;
  }

  .md\:gap-y-18{
    grid-row-gap: 72px !important;
    row-gap: 72px !important;
  }

  .md\:gap-y-19{
    grid-row-gap: 76px !important;
    row-gap: 76px !important;
  }

  .md\:gap-y-20{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .md\:gap-y-21{
    grid-row-gap: 84px !important;
    row-gap: 84px !important;
  }

  .md\:gap-y-22{
    grid-row-gap: 88px !important;
    row-gap: 88px !important;
  }

  .md\:gap-y-23{
    grid-row-gap: 92px !important;
    row-gap: 92px !important;
  }

  .md\:gap-y-24{
    grid-row-gap: 96px !important;
    row-gap: 96px !important;
  }

  .md\:gap-y-25{
    grid-row-gap: 100px !important;
    row-gap: 100px !important;
  }

  .md\:gap-y-26{
    grid-row-gap: 104px !important;
    row-gap: 104px !important;
  }

  .md\:gap-y-27{
    grid-row-gap: 108px !important;
    row-gap: 108px !important;
  }

  .md\:gap-y-28{
    grid-row-gap: 112px !important;
    row-gap: 112px !important;
  }

  .md\:gap-y-29{
    grid-row-gap: 116px !important;
    row-gap: 116px !important;
  }

  .md\:gap-y-30{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:col-auto{
    grid-column: auto !important;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1{
    grid-column-start: 1 !important;
  }

  .md\:col-start-2{
    grid-column-start: 2 !important;
  }

  .md\:col-start-3{
    grid-column-start: 3 !important;
  }

  .md\:col-start-4{
    grid-column-start: 4 !important;
  }

  .md\:col-start-5{
    grid-column-start: 5 !important;
  }

  .md\:col-start-6{
    grid-column-start: 6 !important;
  }

  .md\:col-start-7{
    grid-column-start: 7 !important;
  }

  .md\:col-start-8{
    grid-column-start: 8 !important;
  }

  .md\:col-start-9{
    grid-column-start: 9 !important;
  }

  .md\:col-start-10{
    grid-column-start: 10 !important;
  }

  .md\:col-start-11{
    grid-column-start: 11 !important;
  }

  .md\:col-start-12{
    grid-column-start: 12 !important;
  }

  .md\:col-start-13{
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto{
    grid-column-start: auto !important;
  }

  .md\:col-end-1{
    grid-column-end: 1 !important;
  }

  .md\:col-end-2{
    grid-column-end: 2 !important;
  }

  .md\:col-end-3{
    grid-column-end: 3 !important;
  }

  .md\:col-end-4{
    grid-column-end: 4 !important;
  }

  .md\:col-end-5{
    grid-column-end: 5 !important;
  }

  .md\:col-end-6{
    grid-column-end: 6 !important;
  }

  .md\:col-end-7{
    grid-column-end: 7 !important;
  }

  .md\:col-end-8{
    grid-column-end: 8 !important;
  }

  .md\:col-end-9{
    grid-column-end: 9 !important;
  }

  .md\:col-end-10{
    grid-column-end: 10 !important;
  }

  .md\:col-end-11{
    grid-column-end: 11 !important;
  }

  .md\:col-end-12{
    grid-column-end: 12 !important;
  }

  .md\:col-end-13{
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto{
    grid-column-end: auto !important;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:row-auto{
    grid-row: auto !important;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1{
    grid-row-start: 1 !important;
  }

  .md\:row-start-2{
    grid-row-start: 2 !important;
  }

  .md\:row-start-3{
    grid-row-start: 3 !important;
  }

  .md\:row-start-4{
    grid-row-start: 4 !important;
  }

  .md\:row-start-5{
    grid-row-start: 5 !important;
  }

  .md\:row-start-6{
    grid-row-start: 6 !important;
  }

  .md\:row-start-7{
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto{
    grid-row-start: auto !important;
  }

  .md\:row-end-1{
    grid-row-end: 1 !important;
  }

  .md\:row-end-2{
    grid-row-end: 2 !important;
  }

  .md\:row-end-3{
    grid-row-end: 3 !important;
  }

  .md\:row-end-4{
    grid-row-end: 4 !important;
  }

  .md\:row-end-5{
    grid-row-end: 5 !important;
  }

  .md\:row-end-6{
    grid-row-end: 6 !important;
  }

  .md\:row-end-7{
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto{
    grid-row-end: auto !important;
  }
  .md\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .md\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
  }

  .md\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .md\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .md\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .md\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .md\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .md\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:duration-75{
    -webkit-transition-duration: 75ms !important;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .md\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .md\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .md\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .md\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .md\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .md\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .md\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .md\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .md\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .md\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .md\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .md\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .md\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .md\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .md\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1024px){
  .lg\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed{
    background-attachment: fixed !important;
  }

  .lg\:bg-local{
    background-attachment: local !important;
  }

  .lg\:bg-scroll{
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border{
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content{
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:bg-black{
    background-color: var(--black) !important;
  }

  .lg\:bg-white{
    background-color: var(--white) !important;
  }

  .lg\:bg-blue{
    background-color: var(--blue) !important;
  }

  .lg\:bg-apple{
    background-color: var(--apple) !important;
  }

  .lg\:bg-don-juan{
    background-color: var(--don-juan) !important;
  }

  .lg\:bg-alabaster{
    background-color: var(--alabaster) !important;
  }

  .lg\:bg-gray{
    background-color: var(--gray) !important;
  }

  .lg\:bg-concrete{
    background-color: var(--concrete) !important;
  }

  .lg\:bg-silver{
    background-color: var(--silver) !important;
  }

  .lg\:bg-gallery{
    background-color: var(--gallery) !important;
  }

  .lg\:bg-alizarin{
    background-color: var(--alizarin) !important;
  }

  .lg\:bg-sunset{
    background-color: var(--sunset) !important;
  }

  .lg\:bg-curious-blue{
    background-color: var(--curious-blue) !important;
  }

  .lg\:bg-mustard{
    background-color: var(--mustard) !important;
  }

  .lg\:bg-alto{
    background-color: var(--alto) !important;
  }

  .lg\:bg-catsk{
    background-color: var(--catsk) !important;
  }

  .lg\:hover\:bg-black:hover{
    background-color: var(--black) !important;
  }

  .lg\:hover\:bg-white:hover{
    background-color: var(--white) !important;
  }

  .lg\:hover\:bg-blue:hover{
    background-color: var(--blue) !important;
  }

  .lg\:hover\:bg-apple:hover{
    background-color: var(--apple) !important;
  }

  .lg\:hover\:bg-don-juan:hover{
    background-color: var(--don-juan) !important;
  }

  .lg\:hover\:bg-alabaster:hover{
    background-color: var(--alabaster) !important;
  }

  .lg\:hover\:bg-gray:hover{
    background-color: var(--gray) !important;
  }

  .lg\:hover\:bg-concrete:hover{
    background-color: var(--concrete) !important;
  }

  .lg\:hover\:bg-silver:hover{
    background-color: var(--silver) !important;
  }

  .lg\:hover\:bg-gallery:hover{
    background-color: var(--gallery) !important;
  }

  .lg\:hover\:bg-alizarin:hover{
    background-color: var(--alizarin) !important;
  }

  .lg\:hover\:bg-sunset:hover{
    background-color: var(--sunset) !important;
  }

  .lg\:hover\:bg-curious-blue:hover{
    background-color: var(--curious-blue) !important;
  }

  .lg\:hover\:bg-mustard:hover{
    background-color: var(--mustard) !important;
  }

  .lg\:hover\:bg-alto:hover{
    background-color: var(--alto) !important;
  }

  .lg\:hover\:bg-catsk:hover{
    background-color: var(--catsk) !important;
  }

  .lg\:focus\:bg-black:focus{
    background-color: var(--black) !important;
  }

  .lg\:focus\:bg-white:focus{
    background-color: var(--white) !important;
  }

  .lg\:focus\:bg-blue:focus{
    background-color: var(--blue) !important;
  }

  .lg\:focus\:bg-apple:focus{
    background-color: var(--apple) !important;
  }

  .lg\:focus\:bg-don-juan:focus{
    background-color: var(--don-juan) !important;
  }

  .lg\:focus\:bg-alabaster:focus{
    background-color: var(--alabaster) !important;
  }

  .lg\:focus\:bg-gray:focus{
    background-color: var(--gray) !important;
  }

  .lg\:focus\:bg-concrete:focus{
    background-color: var(--concrete) !important;
  }

  .lg\:focus\:bg-silver:focus{
    background-color: var(--silver) !important;
  }

  .lg\:focus\:bg-gallery:focus{
    background-color: var(--gallery) !important;
  }

  .lg\:focus\:bg-alizarin:focus{
    background-color: var(--alizarin) !important;
  }

  .lg\:focus\:bg-sunset:focus{
    background-color: var(--sunset) !important;
  }

  .lg\:focus\:bg-curious-blue:focus{
    background-color: var(--curious-blue) !important;
  }

  .lg\:focus\:bg-mustard:focus{
    background-color: var(--mustard) !important;
  }

  .lg\:focus\:bg-alto:focus{
    background-color: var(--alto) !important;
  }

  .lg\:focus\:bg-catsk:focus{
    background-color: var(--catsk) !important;
  }

  .lg\:bg-none{
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .lg\:from-black{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-white{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-blue{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-apple{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-don-juan{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-alabaster{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-gray{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-concrete{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-silver{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-gallery{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-alizarin{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-sunset{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-curious-blue{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-mustard{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-alto{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-catsk{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-black{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-white{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-blue{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-apple{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-don-juan{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-alabaster{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gray{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-concrete{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-silver{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gallery{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-alizarin{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-sunset{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-curious-blue{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-mustard{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-alto{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-catsk{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:to-black{
    --gradient-to-color: var(--black) !important;
  }

  .lg\:to-white{
    --gradient-to-color: var(--white) !important;
  }

  .lg\:to-blue{
    --gradient-to-color: var(--blue) !important;
  }

  .lg\:to-apple{
    --gradient-to-color: var(--apple) !important;
  }

  .lg\:to-don-juan{
    --gradient-to-color: var(--don-juan) !important;
  }

  .lg\:to-alabaster{
    --gradient-to-color: var(--alabaster) !important;
  }

  .lg\:to-gray{
    --gradient-to-color: var(--gray) !important;
  }

  .lg\:to-concrete{
    --gradient-to-color: var(--concrete) !important;
  }

  .lg\:to-silver{
    --gradient-to-color: var(--silver) !important;
  }

  .lg\:to-gallery{
    --gradient-to-color: var(--gallery) !important;
  }

  .lg\:to-alizarin{
    --gradient-to-color: var(--alizarin) !important;
  }

  .lg\:to-sunset{
    --gradient-to-color: var(--sunset) !important;
  }

  .lg\:to-curious-blue{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .lg\:to-mustard{
    --gradient-to-color: var(--mustard) !important;
  }

  .lg\:to-alto{
    --gradient-to-color: var(--alto) !important;
  }

  .lg\:to-catsk{
    --gradient-to-color: var(--catsk) !important;
  }

  .lg\:hover\:from-black:hover{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-white:hover{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-blue:hover{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-apple:hover{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-don-juan:hover{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-alabaster:hover{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gray:hover{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-concrete:hover{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-silver:hover{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gallery:hover{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-alizarin:hover{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-sunset:hover{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-curious-blue:hover{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-mustard:hover{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-alto:hover{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-catsk:hover{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-black:hover{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-white:hover{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-blue:hover{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-apple:hover{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-don-juan:hover{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-alabaster:hover{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gray:hover{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-concrete:hover{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-silver:hover{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gallery:hover{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-alizarin:hover{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-sunset:hover{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-curious-blue:hover{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-mustard:hover{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-alto:hover{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-catsk:hover{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:to-black:hover{
    --gradient-to-color: var(--black) !important;
  }

  .lg\:hover\:to-white:hover{
    --gradient-to-color: var(--white) !important;
  }

  .lg\:hover\:to-blue:hover{
    --gradient-to-color: var(--blue) !important;
  }

  .lg\:hover\:to-apple:hover{
    --gradient-to-color: var(--apple) !important;
  }

  .lg\:hover\:to-don-juan:hover{
    --gradient-to-color: var(--don-juan) !important;
  }

  .lg\:hover\:to-alabaster:hover{
    --gradient-to-color: var(--alabaster) !important;
  }

  .lg\:hover\:to-gray:hover{
    --gradient-to-color: var(--gray) !important;
  }

  .lg\:hover\:to-concrete:hover{
    --gradient-to-color: var(--concrete) !important;
  }

  .lg\:hover\:to-silver:hover{
    --gradient-to-color: var(--silver) !important;
  }

  .lg\:hover\:to-gallery:hover{
    --gradient-to-color: var(--gallery) !important;
  }

  .lg\:hover\:to-alizarin:hover{
    --gradient-to-color: var(--alizarin) !important;
  }

  .lg\:hover\:to-sunset:hover{
    --gradient-to-color: var(--sunset) !important;
  }

  .lg\:hover\:to-curious-blue:hover{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .lg\:hover\:to-mustard:hover{
    --gradient-to-color: var(--mustard) !important;
  }

  .lg\:hover\:to-alto:hover{
    --gradient-to-color: var(--alto) !important;
  }

  .lg\:hover\:to-catsk:hover{
    --gradient-to-color: var(--catsk) !important;
  }

  .lg\:focus\:from-black:focus{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-white:focus{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-blue:focus{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-apple:focus{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-don-juan:focus{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-alabaster:focus{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gray:focus{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-concrete:focus{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-silver:focus{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gallery:focus{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-alizarin:focus{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-sunset:focus{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-curious-blue:focus{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-mustard:focus{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-alto:focus{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-catsk:focus{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-black:focus{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-white:focus{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-blue:focus{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-apple:focus{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-don-juan:focus{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-alabaster:focus{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gray:focus{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-concrete:focus{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-silver:focus{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gallery:focus{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-alizarin:focus{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-sunset:focus{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-curious-blue:focus{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-mustard:focus{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-alto:focus{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-catsk:focus{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:to-black:focus{
    --gradient-to-color: var(--black) !important;
  }

  .lg\:focus\:to-white:focus{
    --gradient-to-color: var(--white) !important;
  }

  .lg\:focus\:to-blue:focus{
    --gradient-to-color: var(--blue) !important;
  }

  .lg\:focus\:to-apple:focus{
    --gradient-to-color: var(--apple) !important;
  }

  .lg\:focus\:to-don-juan:focus{
    --gradient-to-color: var(--don-juan) !important;
  }

  .lg\:focus\:to-alabaster:focus{
    --gradient-to-color: var(--alabaster) !important;
  }

  .lg\:focus\:to-gray:focus{
    --gradient-to-color: var(--gray) !important;
  }

  .lg\:focus\:to-concrete:focus{
    --gradient-to-color: var(--concrete) !important;
  }

  .lg\:focus\:to-silver:focus{
    --gradient-to-color: var(--silver) !important;
  }

  .lg\:focus\:to-gallery:focus{
    --gradient-to-color: var(--gallery) !important;
  }

  .lg\:focus\:to-alizarin:focus{
    --gradient-to-color: var(--alizarin) !important;
  }

  .lg\:focus\:to-sunset:focus{
    --gradient-to-color: var(--sunset) !important;
  }

  .lg\:focus\:to-curious-blue:focus{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .lg\:focus\:to-mustard:focus{
    --gradient-to-color: var(--mustard) !important;
  }

  .lg\:focus\:to-alto:focus{
    --gradient-to-color: var(--alto) !important;
  }

  .lg\:focus\:to-catsk:focus{
    --gradient-to-color: var(--catsk) !important;
  }

  .lg\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .lg\:bg-bottom{
    background-position: bottom !important;
  }

  .lg\:bg-center{
    background-position: center !important;
  }

  .lg\:bg-left{
    background-position: left !important;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .lg\:bg-left-top{
    background-position: left top !important;
  }

  .lg\:bg-right{
    background-position: right !important;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .lg\:bg-right-top{
    background-position: right top !important;
  }

  .lg\:bg-top{
    background-position: top !important;
  }

  .lg\:bg-repeat{
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round{
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space{
    background-repeat: space !important;
  }

  .lg\:bg-auto{
    background-size: auto !important;
  }

  .lg\:bg-cover{
    background-size: cover !important;
  }

  .lg\:bg-contain{
    background-size: contain !important;
  }

  .lg\:border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:border-separate{
    border-collapse: separate !important;
  }

  .lg\:border-black{
    border-color: var(--black) !important;
  }

  .lg\:border-white{
    border-color: var(--white) !important;
  }

  .lg\:border-blue{
    border-color: var(--blue) !important;
  }

  .lg\:border-apple{
    border-color: var(--apple) !important;
  }

  .lg\:border-don-juan{
    border-color: var(--don-juan) !important;
  }

  .lg\:border-alabaster{
    border-color: var(--alabaster) !important;
  }

  .lg\:border-gray{
    border-color: var(--gray) !important;
  }

  .lg\:border-concrete{
    border-color: var(--concrete) !important;
  }

  .lg\:border-silver{
    border-color: var(--silver) !important;
  }

  .lg\:border-gallery{
    border-color: var(--gallery) !important;
  }

  .lg\:border-alizarin{
    border-color: var(--alizarin) !important;
  }

  .lg\:border-sunset{
    border-color: var(--sunset) !important;
  }

  .lg\:border-curious-blue{
    border-color: var(--curious-blue) !important;
  }

  .lg\:border-mustard{
    border-color: var(--mustard) !important;
  }

  .lg\:border-alto{
    border-color: var(--alto) !important;
  }

  .lg\:border-catsk{
    border-color: var(--catsk) !important;
  }

  .lg\:hover\:border-black:hover{
    border-color: var(--black) !important;
  }

  .lg\:hover\:border-white:hover{
    border-color: var(--white) !important;
  }

  .lg\:hover\:border-blue:hover{
    border-color: var(--blue) !important;
  }

  .lg\:hover\:border-apple:hover{
    border-color: var(--apple) !important;
  }

  .lg\:hover\:border-don-juan:hover{
    border-color: var(--don-juan) !important;
  }

  .lg\:hover\:border-alabaster:hover{
    border-color: var(--alabaster) !important;
  }

  .lg\:hover\:border-gray:hover{
    border-color: var(--gray) !important;
  }

  .lg\:hover\:border-concrete:hover{
    border-color: var(--concrete) !important;
  }

  .lg\:hover\:border-silver:hover{
    border-color: var(--silver) !important;
  }

  .lg\:hover\:border-gallery:hover{
    border-color: var(--gallery) !important;
  }

  .lg\:hover\:border-alizarin:hover{
    border-color: var(--alizarin) !important;
  }

  .lg\:hover\:border-sunset:hover{
    border-color: var(--sunset) !important;
  }

  .lg\:hover\:border-curious-blue:hover{
    border-color: var(--curious-blue) !important;
  }

  .lg\:hover\:border-mustard:hover{
    border-color: var(--mustard) !important;
  }

  .lg\:hover\:border-alto:hover{
    border-color: var(--alto) !important;
  }

  .lg\:hover\:border-catsk:hover{
    border-color: var(--catsk) !important;
  }

  .lg\:focus\:border-black:focus{
    border-color: var(--black) !important;
  }

  .lg\:focus\:border-white:focus{
    border-color: var(--white) !important;
  }

  .lg\:focus\:border-blue:focus{
    border-color: var(--blue) !important;
  }

  .lg\:focus\:border-apple:focus{
    border-color: var(--apple) !important;
  }

  .lg\:focus\:border-don-juan:focus{
    border-color: var(--don-juan) !important;
  }

  .lg\:focus\:border-alabaster:focus{
    border-color: var(--alabaster) !important;
  }

  .lg\:focus\:border-gray:focus{
    border-color: var(--gray) !important;
  }

  .lg\:focus\:border-concrete:focus{
    border-color: var(--concrete) !important;
  }

  .lg\:focus\:border-silver:focus{
    border-color: var(--silver) !important;
  }

  .lg\:focus\:border-gallery:focus{
    border-color: var(--gallery) !important;
  }

  .lg\:focus\:border-alizarin:focus{
    border-color: var(--alizarin) !important;
  }

  .lg\:focus\:border-sunset:focus{
    border-color: var(--sunset) !important;
  }

  .lg\:focus\:border-curious-blue:focus{
    border-color: var(--curious-blue) !important;
  }

  .lg\:focus\:border-mustard:focus{
    border-color: var(--mustard) !important;
  }

  .lg\:focus\:border-alto:focus{
    border-color: var(--alto) !important;
  }

  .lg\:focus\:border-catsk:focus{
    border-color: var(--catsk) !important;
  }

  .lg\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .lg\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .lg\:rounded-none{
    border-radius: 0 !important;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg\:rounded{
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .lg\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .lg\:rounded-full{
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid{
    border-style: solid !important;
  }

  .lg\:border-dashed{
    border-style: dashed !important;
  }

  .lg\:border-dotted{
    border-style: dotted !important;
  }

  .lg\:border-double{
    border-style: double !important;
  }

  .lg\:border-none{
    border-style: none !important;
  }

  .lg\:border-0{
    border-width: 0 !important;
  }

  .lg\:border-2{
    border-width: 2px !important;
  }

  .lg\:border-4{
    border-width: 4px !important;
  }

  .lg\:border-8{
    border-width: 8px !important;
  }

  .lg\:border{
    border-width: 1px !important;
  }

  .lg\:border-t-0{
    border-top-width: 0 !important;
  }

  .lg\:border-r-0{
    border-right-width: 0 !important;
  }

  .lg\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0{
    border-left-width: 0 !important;
  }

  .lg\:border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:border-t{
    border-top-width: 1px !important;
  }

  .lg\:border-r{
    border-right-width: 1px !important;
  }

  .lg\:border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:border-l{
    border-left-width: 1px !important;
  }

  .lg\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .lg\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .lg\:cursor-auto{
    cursor: auto !important;
  }

  .lg\:cursor-default{
    cursor: default !important;
  }

  .lg\:cursor-pointer{
    cursor: pointer !important;
  }

  .lg\:cursor-wait{
    cursor: wait !important;
  }

  .lg\:cursor-text{
    cursor: text !important;
  }

  .lg\:cursor-move{
    cursor: move !important;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:inline-block{
    display: inline-block !important;
  }

  .lg\:inline{
    display: inline !important;
  }

  .lg\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lg\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .lg\:table{
    display: table !important;
  }

  .lg\:table-caption{
    display: table-caption !important;
  }

  .lg\:table-cell{
    display: table-cell !important;
  }

  .lg\:table-column{
    display: table-column !important;
  }

  .lg\:table-column-group{
    display: table-column-group !important;
  }

  .lg\:table-footer-group{
    display: table-footer-group !important;
  }

  .lg\:table-header-group{
    display: table-header-group !important;
  }

  .lg\:table-row-group{
    display: table-row-group !important;
  }

  .lg\:table-row{
    display: table-row !important;
  }

  .lg\:flow-root{
    display: flow-root !important;
  }

  .lg\:grid{
    display: grid !important;
  }

  .lg\:inline-grid{
    display: inline-grid !important;
  }

  .lg\:contents{
    display: contents !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .lg\:place-items-auto{
    place-items: auto !important;
  }

  .lg\:place-items-start{
    place-items: start !important;
  }

  .lg\:place-items-end{
    place-items: end !important;
  }

  .lg\:place-items-center{
    place-items: center !important;
  }

  .lg\:place-items-stretch{
    place-items: stretch !important;
  }

  .lg\:place-content-center{
    place-content: center !important;
  }

  .lg\:place-content-start{
    place-content: start !important;
  }

  .lg\:place-content-end{
    place-content: end !important;
  }

  .lg\:place-content-between{
    place-content: space-between !important;
  }

  .lg\:place-content-around{
    place-content: space-around !important;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch{
    place-content: stretch !important;
  }

  .lg\:place-self-auto{
    place-self: auto !important;
  }

  .lg\:place-self-start{
    place-self: start !important;
  }

  .lg\:place-self-end{
    place-self: end !important;
  }

  .lg\:place-self-center{
    place-self: center !important;
  }

  .lg\:place-self-stretch{
    place-self: stretch !important;
  }

  .lg\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .lg\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .lg\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .lg\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .lg\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .lg\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .lg\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .lg\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .lg\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .lg\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .lg\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .lg\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .lg\:justify-items-auto{
    justify-items: auto !important;
  }

  .lg\:justify-items-start{
    justify-items: start !important;
  }

  .lg\:justify-items-end{
    justify-items: end !important;
  }

  .lg\:justify-items-center{
    justify-items: center !important;
  }

  .lg\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .lg\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .lg\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .lg\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .lg\:justify-self-auto{
    justify-self: auto !important;
  }

  .lg\:justify-self-start{
    justify-self: start !important;
  }

  .lg\:justify-self-end{
    justify-self: end !important;
  }

  .lg\:justify-self-center{
    justify-self: center !important;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .lg\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .lg\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .lg\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .lg\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .lg\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .lg\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .lg\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .lg\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .lg\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .lg\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .lg\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .lg\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .lg\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .lg\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .lg\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .lg\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .lg\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .lg\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .lg\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .lg\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .lg\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .lg\:float-right{
    float: right !important;
  }

  .lg\:float-left{
    float: left !important;
  }

  .lg\:float-none{
    float: none !important;
  }

  .lg\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:clear-left{
    clear: left !important;
  }

  .lg\:clear-right{
    clear: right !important;
  }

  .lg\:clear-both{
    clear: both !important;
  }

  .lg\:clear-none{
    clear: none !important;
  }

  .lg\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:font-hairline{
    font-weight: 100 !important;
  }

  .lg\:font-thin{
    font-weight: 200 !important;
  }

  .lg\:font-light{
    font-weight: 300 !important;
  }

  .lg\:font-normal{
    font-weight: 400 !important;
  }

  .lg\:font-medium{
    font-weight: 500 !important;
  }

  .lg\:font-semibold{
    font-weight: 600 !important;
  }

  .lg\:font-bold{
    font-weight: 700 !important;
  }

  .lg\:font-extrabold{
    font-weight: 800 !important;
  }

  .lg\:font-black{
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .lg\:h-0{
    height: 0px !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-7{
    height: 28px !important;
  }

  .lg\:h-8{
    height: 32px !important;
  }

  .lg\:h-9{
    height: 36px !important;
  }

  .lg\:h-10{
    height: 40px !important;
  }

  .lg\:h-11{
    height: 44px !important;
  }

  .lg\:h-12{
    height: 48px !important;
  }

  .lg\:h-13{
    height: 52px !important;
  }

  .lg\:h-14{
    height: 56px !important;
  }

  .lg\:h-15{
    height: 60px !important;
  }

  .lg\:h-16{
    height: 64px !important;
  }

  .lg\:h-17{
    height: 68px !important;
  }

  .lg\:h-18{
    height: 72px !important;
  }

  .lg\:h-19{
    height: 76px !important;
  }

  .lg\:h-20{
    height: 80px !important;
  }

  .lg\:h-21{
    height: 84px !important;
  }

  .lg\:h-22{
    height: 88px !important;
  }

  .lg\:h-23{
    height: 92px !important;
  }

  .lg\:h-24{
    height: 96px !important;
  }

  .lg\:h-25{
    height: 100px !important;
  }

  .lg\:h-26{
    height: 104px !important;
  }

  .lg\:h-27{
    height: 108px !important;
  }

  .lg\:h-28{
    height: 112px !important;
  }

  .lg\:h-29{
    height: 116px !important;
  }

  .lg\:h-30{
    height: 120px !important;
  }

  .lg\:h-auto{
    height: auto !important;
  }

  .lg\:h-full{
    height: 100% !important;
  }

  .lg\:h-screen{
    height: 100vh !important;
  }

  .lg\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .lg\:text-sm{
    font-size: 14px !important;
  }

  .lg\:text-base{
    font-size: 16px !important;
  }

  .lg\:text-lg{
    font-size: 18px !important;
  }

  .lg\:text-2lg{
    font-size: 20px !important;
  }

  .lg\:text-3lg{
    font-size: 24px !important;
  }

  .lg\:text-xl{
    font-size: 36px !important;
  }

  .lg\:text-2xl{
    font-size: 40px !important;
  }

  .lg\:leading-3{
    line-height: .75rem !important;
  }

  .lg\:leading-4{
    line-height: 1rem !important;
  }

  .lg\:leading-5{
    line-height: 1.25rem !important;
  }

  .lg\:leading-6{
    line-height: 1.5rem !important;
  }

  .lg\:leading-7{
    line-height: 1.75rem !important;
  }

  .lg\:leading-8{
    line-height: 2rem !important;
  }

  .lg\:leading-9{
    line-height: 2.25rem !important;
  }

  .lg\:leading-10{
    line-height: 2.5rem !important;
  }

  .lg\:leading-none{
    line-height: 1 !important;
  }

  .lg\:leading-tight{
    line-height: 1.2 !important;
  }

  .lg\:leading-snug{
    line-height: 1.375 !important;
  }

  .lg\:leading-normal{
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed{
    line-height: 1.6 !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: 0px !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-7{
    margin: 28px !important;
  }

  .lg\:m-8{
    margin: 32px !important;
  }

  .lg\:m-9{
    margin: 36px !important;
  }

  .lg\:m-10{
    margin: 40px !important;
  }

  .lg\:m-11{
    margin: 44px !important;
  }

  .lg\:m-12{
    margin: 48px !important;
  }

  .lg\:m-13{
    margin: 52px !important;
  }

  .lg\:m-14{
    margin: 56px !important;
  }

  .lg\:m-15{
    margin: 60px !important;
  }

  .lg\:m-16{
    margin: 64px !important;
  }

  .lg\:m-17{
    margin: 68px !important;
  }

  .lg\:m-18{
    margin: 72px !important;
  }

  .lg\:m-19{
    margin: 76px !important;
  }

  .lg\:m-20{
    margin: 80px !important;
  }

  .lg\:m-21{
    margin: 84px !important;
  }

  .lg\:m-22{
    margin: 88px !important;
  }

  .lg\:m-23{
    margin: 92px !important;
  }

  .lg\:m-24{
    margin: 96px !important;
  }

  .lg\:m-25{
    margin: 100px !important;
  }

  .lg\:m-26{
    margin: 104px !important;
  }

  .lg\:m-27{
    margin: 108px !important;
  }

  .lg\:m-28{
    margin: 112px !important;
  }

  .lg\:m-29{
    margin: 116px !important;
  }

  .lg\:m-30{
    margin: 120px !important;
  }

  .lg\:m-auto{
    margin: auto !important;
  }

  .lg\:-m-0{
    margin: 0px !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-7{
    margin: -28px !important;
  }

  .lg\:-m-8{
    margin: -32px !important;
  }

  .lg\:-m-9{
    margin: -36px !important;
  }

  .lg\:-m-10{
    margin: -40px !important;
  }

  .lg\:-m-11{
    margin: -44px !important;
  }

  .lg\:-m-12{
    margin: -48px !important;
  }

  .lg\:-m-13{
    margin: -52px !important;
  }

  .lg\:-m-14{
    margin: -56px !important;
  }

  .lg\:-m-15{
    margin: -60px !important;
  }

  .lg\:-m-16{
    margin: -64px !important;
  }

  .lg\:-m-17{
    margin: -68px !important;
  }

  .lg\:-m-18{
    margin: -72px !important;
  }

  .lg\:-m-19{
    margin: -76px !important;
  }

  .lg\:-m-20{
    margin: -80px !important;
  }

  .lg\:-m-21{
    margin: -84px !important;
  }

  .lg\:-m-22{
    margin: -88px !important;
  }

  .lg\:-m-23{
    margin: -92px !important;
  }

  .lg\:-m-24{
    margin: -96px !important;
  }

  .lg\:-m-25{
    margin: -100px !important;
  }

  .lg\:-m-26{
    margin: -104px !important;
  }

  .lg\:-m-27{
    margin: -108px !important;
  }

  .lg\:-m-28{
    margin: -112px !important;
  }

  .lg\:-m-29{
    margin: -116px !important;
  }

  .lg\:-m-30{
    margin: -120px !important;
  }

  .lg\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !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-7{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .lg\:mx-7{
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .lg\:my-8{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:mx-8{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:my-9{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .lg\:mx-9{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .lg\:my-10{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:mx-10{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:my-11{
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .lg\:mx-11{
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .lg\:my-12{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:mx-12{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:my-13{
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .lg\:mx-13{
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .lg\:my-14{
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .lg\:mx-14{
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .lg\:my-15{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .lg\:mx-15{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .lg\:my-16{
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lg\:mx-16{
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lg\:my-17{
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .lg\:mx-17{
    margin-left: 68px !important;
    margin-right: 68px !important;
  }

  .lg\:my-18{
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .lg\:mx-18{
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .lg\:my-19{
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .lg\:mx-19{
    margin-left: 76px !important;
    margin-right: 76px !important;
  }

  .lg\:my-20{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:mx-20{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:my-21{
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .lg\:mx-21{
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .lg\:my-22{
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .lg\:mx-22{
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .lg\:my-23{
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .lg\:mx-23{
    margin-left: 92px !important;
    margin-right: 92px !important;
  }

  .lg\:my-24{
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .lg\:mx-24{
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .lg\:my-25{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .lg\:mx-25{
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .lg\:my-26{
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .lg\:mx-26{
    margin-left: 104px !important;
    margin-right: 104px !important;
  }

  .lg\:my-27{
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .lg\:mx-27{
    margin-left: 108px !important;
    margin-right: 108px !important;
  }

  .lg\:my-28{
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .lg\:mx-28{
    margin-left: 112px !important;
    margin-right: 112px !important;
  }

  .lg\:my-29{
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .lg\:mx-29{
    margin-left: 116px !important;
    margin-right: 116px !important;
  }

  .lg\:my-30{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .lg\:mx-30{
    margin-left: 120px !important;
    margin-right: 120px !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: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !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-7{
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .lg\:-mx-7{
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .lg\:-my-8{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .lg\:-mx-8{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .lg\:-my-9{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .lg\:-mx-9{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .lg\:-my-10{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .lg\:-mx-10{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .lg\:-my-11{
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .lg\:-mx-11{
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .lg\:-my-12{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .lg\:-mx-12{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .lg\:-my-13{
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .lg\:-mx-13{
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .lg\:-my-14{
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .lg\:-mx-14{
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .lg\:-my-15{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .lg\:-mx-15{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .lg\:-my-16{
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .lg\:-mx-16{
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .lg\:-my-17{
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }

  .lg\:-mx-17{
    margin-left: -68px !important;
    margin-right: -68px !important;
  }

  .lg\:-my-18{
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .lg\:-mx-18{
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .lg\:-my-19{
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }

  .lg\:-mx-19{
    margin-left: -76px !important;
    margin-right: -76px !important;
  }

  .lg\:-my-20{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .lg\:-mx-20{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .lg\:-my-21{
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .lg\:-mx-21{
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .lg\:-my-22{
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .lg\:-mx-22{
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .lg\:-my-23{
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }

  .lg\:-mx-23{
    margin-left: -92px !important;
    margin-right: -92px !important;
  }

  .lg\:-my-24{
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .lg\:-mx-24{
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .lg\:-my-25{
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .lg\:-mx-25{
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .lg\:-my-26{
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }

  .lg\:-mx-26{
    margin-left: -104px !important;
    margin-right: -104px !important;
  }

  .lg\:-my-27{
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }

  .lg\:-mx-27{
    margin-left: -108px !important;
    margin-right: -108px !important;
  }

  .lg\:-my-28{
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .lg\:-mx-28{
    margin-left: -112px !important;
    margin-right: -112px !important;
  }

  .lg\:-my-29{
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }

  .lg\:-mx-29{
    margin-left: -116px !important;
    margin-right: -116px !important;
  }

  .lg\:-my-30{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .lg\:-mx-30{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .lg\:mt-0{
    margin-top: 0px !important;
  }

  .lg\:mr-0{
    margin-right: 0px !important;
  }

  .lg\:mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:ml-0{
    margin-left: 0px !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-7{
    margin-top: 28px !important;
  }

  .lg\:mr-7{
    margin-right: 28px !important;
  }

  .lg\:mb-7{
    margin-bottom: 28px !important;
  }

  .lg\:ml-7{
    margin-left: 28px !important;
  }

  .lg\:mt-8{
    margin-top: 32px !important;
  }

  .lg\:mr-8{
    margin-right: 32px !important;
  }

  .lg\:mb-8{
    margin-bottom: 32px !important;
  }

  .lg\:ml-8{
    margin-left: 32px !important;
  }

  .lg\:mt-9{
    margin-top: 36px !important;
  }

  .lg\:mr-9{
    margin-right: 36px !important;
  }

  .lg\:mb-9{
    margin-bottom: 36px !important;
  }

  .lg\:ml-9{
    margin-left: 36px !important;
  }

  .lg\:mt-10{
    margin-top: 40px !important;
  }

  .lg\:mr-10{
    margin-right: 40px !important;
  }

  .lg\:mb-10{
    margin-bottom: 40px !important;
  }

  .lg\:ml-10{
    margin-left: 40px !important;
  }

  .lg\:mt-11{
    margin-top: 44px !important;
  }

  .lg\:mr-11{
    margin-right: 44px !important;
  }

  .lg\:mb-11{
    margin-bottom: 44px !important;
  }

  .lg\:ml-11{
    margin-left: 44px !important;
  }

  .lg\:mt-12{
    margin-top: 48px !important;
  }

  .lg\:mr-12{
    margin-right: 48px !important;
  }

  .lg\:mb-12{
    margin-bottom: 48px !important;
  }

  .lg\:ml-12{
    margin-left: 48px !important;
  }

  .lg\:mt-13{
    margin-top: 52px !important;
  }

  .lg\:mr-13{
    margin-right: 52px !important;
  }

  .lg\:mb-13{
    margin-bottom: 52px !important;
  }

  .lg\:ml-13{
    margin-left: 52px !important;
  }

  .lg\:mt-14{
    margin-top: 56px !important;
  }

  .lg\:mr-14{
    margin-right: 56px !important;
  }

  .lg\:mb-14{
    margin-bottom: 56px !important;
  }

  .lg\:ml-14{
    margin-left: 56px !important;
  }

  .lg\:mt-15{
    margin-top: 60px !important;
  }

  .lg\:mr-15{
    margin-right: 60px !important;
  }

  .lg\:mb-15{
    margin-bottom: 60px !important;
  }

  .lg\:ml-15{
    margin-left: 60px !important;
  }

  .lg\:mt-16{
    margin-top: 64px !important;
  }

  .lg\:mr-16{
    margin-right: 64px !important;
  }

  .lg\:mb-16{
    margin-bottom: 64px !important;
  }

  .lg\:ml-16{
    margin-left: 64px !important;
  }

  .lg\:mt-17{
    margin-top: 68px !important;
  }

  .lg\:mr-17{
    margin-right: 68px !important;
  }

  .lg\:mb-17{
    margin-bottom: 68px !important;
  }

  .lg\:ml-17{
    margin-left: 68px !important;
  }

  .lg\:mt-18{
    margin-top: 72px !important;
  }

  .lg\:mr-18{
    margin-right: 72px !important;
  }

  .lg\:mb-18{
    margin-bottom: 72px !important;
  }

  .lg\:ml-18{
    margin-left: 72px !important;
  }

  .lg\:mt-19{
    margin-top: 76px !important;
  }

  .lg\:mr-19{
    margin-right: 76px !important;
  }

  .lg\:mb-19{
    margin-bottom: 76px !important;
  }

  .lg\:ml-19{
    margin-left: 76px !important;
  }

  .lg\:mt-20{
    margin-top: 80px !important;
  }

  .lg\:mr-20{
    margin-right: 80px !important;
  }

  .lg\:mb-20{
    margin-bottom: 80px !important;
  }

  .lg\:ml-20{
    margin-left: 80px !important;
  }

  .lg\:mt-21{
    margin-top: 84px !important;
  }

  .lg\:mr-21{
    margin-right: 84px !important;
  }

  .lg\:mb-21{
    margin-bottom: 84px !important;
  }

  .lg\:ml-21{
    margin-left: 84px !important;
  }

  .lg\:mt-22{
    margin-top: 88px !important;
  }

  .lg\:mr-22{
    margin-right: 88px !important;
  }

  .lg\:mb-22{
    margin-bottom: 88px !important;
  }

  .lg\:ml-22{
    margin-left: 88px !important;
  }

  .lg\:mt-23{
    margin-top: 92px !important;
  }

  .lg\:mr-23{
    margin-right: 92px !important;
  }

  .lg\:mb-23{
    margin-bottom: 92px !important;
  }

  .lg\:ml-23{
    margin-left: 92px !important;
  }

  .lg\:mt-24{
    margin-top: 96px !important;
  }

  .lg\:mr-24{
    margin-right: 96px !important;
  }

  .lg\:mb-24{
    margin-bottom: 96px !important;
  }

  .lg\:ml-24{
    margin-left: 96px !important;
  }

  .lg\:mt-25{
    margin-top: 100px !important;
  }

  .lg\:mr-25{
    margin-right: 100px !important;
  }

  .lg\:mb-25{
    margin-bottom: 100px !important;
  }

  .lg\:ml-25{
    margin-left: 100px !important;
  }

  .lg\:mt-26{
    margin-top: 104px !important;
  }

  .lg\:mr-26{
    margin-right: 104px !important;
  }

  .lg\:mb-26{
    margin-bottom: 104px !important;
  }

  .lg\:ml-26{
    margin-left: 104px !important;
  }

  .lg\:mt-27{
    margin-top: 108px !important;
  }

  .lg\:mr-27{
    margin-right: 108px !important;
  }

  .lg\:mb-27{
    margin-bottom: 108px !important;
  }

  .lg\:ml-27{
    margin-left: 108px !important;
  }

  .lg\:mt-28{
    margin-top: 112px !important;
  }

  .lg\:mr-28{
    margin-right: 112px !important;
  }

  .lg\:mb-28{
    margin-bottom: 112px !important;
  }

  .lg\:ml-28{
    margin-left: 112px !important;
  }

  .lg\:mt-29{
    margin-top: 116px !important;
  }

  .lg\:mr-29{
    margin-right: 116px !important;
  }

  .lg\:mb-29{
    margin-bottom: 116px !important;
  }

  .lg\:ml-29{
    margin-left: 116px !important;
  }

  .lg\:mt-30{
    margin-top: 120px !important;
  }

  .lg\:mr-30{
    margin-right: 120px !important;
  }

  .lg\:mb-30{
    margin-bottom: 120px !important;
  }

  .lg\:ml-30{
    margin-left: 120px !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: 0px !important;
  }

  .lg\:-mr-0{
    margin-right: 0px !important;
  }

  .lg\:-mb-0{
    margin-bottom: 0px !important;
  }

  .lg\:-ml-0{
    margin-left: 0px !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-7{
    margin-top: -28px !important;
  }

  .lg\:-mr-7{
    margin-right: -28px !important;
  }

  .lg\:-mb-7{
    margin-bottom: -28px !important;
  }

  .lg\:-ml-7{
    margin-left: -28px !important;
  }

  .lg\:-mt-8{
    margin-top: -32px !important;
  }

  .lg\:-mr-8{
    margin-right: -32px !important;
  }

  .lg\:-mb-8{
    margin-bottom: -32px !important;
  }

  .lg\:-ml-8{
    margin-left: -32px !important;
  }

  .lg\:-mt-9{
    margin-top: -36px !important;
  }

  .lg\:-mr-9{
    margin-right: -36px !important;
  }

  .lg\:-mb-9{
    margin-bottom: -36px !important;
  }

  .lg\:-ml-9{
    margin-left: -36px !important;
  }

  .lg\:-mt-10{
    margin-top: -40px !important;
  }

  .lg\:-mr-10{
    margin-right: -40px !important;
  }

  .lg\:-mb-10{
    margin-bottom: -40px !important;
  }

  .lg\:-ml-10{
    margin-left: -40px !important;
  }

  .lg\:-mt-11{
    margin-top: -44px !important;
  }

  .lg\:-mr-11{
    margin-right: -44px !important;
  }

  .lg\:-mb-11{
    margin-bottom: -44px !important;
  }

  .lg\:-ml-11{
    margin-left: -44px !important;
  }

  .lg\:-mt-12{
    margin-top: -48px !important;
  }

  .lg\:-mr-12{
    margin-right: -48px !important;
  }

  .lg\:-mb-12{
    margin-bottom: -48px !important;
  }

  .lg\:-ml-12{
    margin-left: -48px !important;
  }

  .lg\:-mt-13{
    margin-top: -52px !important;
  }

  .lg\:-mr-13{
    margin-right: -52px !important;
  }

  .lg\:-mb-13{
    margin-bottom: -52px !important;
  }

  .lg\:-ml-13{
    margin-left: -52px !important;
  }

  .lg\:-mt-14{
    margin-top: -56px !important;
  }

  .lg\:-mr-14{
    margin-right: -56px !important;
  }

  .lg\:-mb-14{
    margin-bottom: -56px !important;
  }

  .lg\:-ml-14{
    margin-left: -56px !important;
  }

  .lg\:-mt-15{
    margin-top: -60px !important;
  }

  .lg\:-mr-15{
    margin-right: -60px !important;
  }

  .lg\:-mb-15{
    margin-bottom: -60px !important;
  }

  .lg\:-ml-15{
    margin-left: -60px !important;
  }

  .lg\:-mt-16{
    margin-top: -64px !important;
  }

  .lg\:-mr-16{
    margin-right: -64px !important;
  }

  .lg\:-mb-16{
    margin-bottom: -64px !important;
  }

  .lg\:-ml-16{
    margin-left: -64px !important;
  }

  .lg\:-mt-17{
    margin-top: -68px !important;
  }

  .lg\:-mr-17{
    margin-right: -68px !important;
  }

  .lg\:-mb-17{
    margin-bottom: -68px !important;
  }

  .lg\:-ml-17{
    margin-left: -68px !important;
  }

  .lg\:-mt-18{
    margin-top: -72px !important;
  }

  .lg\:-mr-18{
    margin-right: -72px !important;
  }

  .lg\:-mb-18{
    margin-bottom: -72px !important;
  }

  .lg\:-ml-18{
    margin-left: -72px !important;
  }

  .lg\:-mt-19{
    margin-top: -76px !important;
  }

  .lg\:-mr-19{
    margin-right: -76px !important;
  }

  .lg\:-mb-19{
    margin-bottom: -76px !important;
  }

  .lg\:-ml-19{
    margin-left: -76px !important;
  }

  .lg\:-mt-20{
    margin-top: -80px !important;
  }

  .lg\:-mr-20{
    margin-right: -80px !important;
  }

  .lg\:-mb-20{
    margin-bottom: -80px !important;
  }

  .lg\:-ml-20{
    margin-left: -80px !important;
  }

  .lg\:-mt-21{
    margin-top: -84px !important;
  }

  .lg\:-mr-21{
    margin-right: -84px !important;
  }

  .lg\:-mb-21{
    margin-bottom: -84px !important;
  }

  .lg\:-ml-21{
    margin-left: -84px !important;
  }

  .lg\:-mt-22{
    margin-top: -88px !important;
  }

  .lg\:-mr-22{
    margin-right: -88px !important;
  }

  .lg\:-mb-22{
    margin-bottom: -88px !important;
  }

  .lg\:-ml-22{
    margin-left: -88px !important;
  }

  .lg\:-mt-23{
    margin-top: -92px !important;
  }

  .lg\:-mr-23{
    margin-right: -92px !important;
  }

  .lg\:-mb-23{
    margin-bottom: -92px !important;
  }

  .lg\:-ml-23{
    margin-left: -92px !important;
  }

  .lg\:-mt-24{
    margin-top: -96px !important;
  }

  .lg\:-mr-24{
    margin-right: -96px !important;
  }

  .lg\:-mb-24{
    margin-bottom: -96px !important;
  }

  .lg\:-ml-24{
    margin-left: -96px !important;
  }

  .lg\:-mt-25{
    margin-top: -100px !important;
  }

  .lg\:-mr-25{
    margin-right: -100px !important;
  }

  .lg\:-mb-25{
    margin-bottom: -100px !important;
  }

  .lg\:-ml-25{
    margin-left: -100px !important;
  }

  .lg\:-mt-26{
    margin-top: -104px !important;
  }

  .lg\:-mr-26{
    margin-right: -104px !important;
  }

  .lg\:-mb-26{
    margin-bottom: -104px !important;
  }

  .lg\:-ml-26{
    margin-left: -104px !important;
  }

  .lg\:-mt-27{
    margin-top: -108px !important;
  }

  .lg\:-mr-27{
    margin-right: -108px !important;
  }

  .lg\:-mb-27{
    margin-bottom: -108px !important;
  }

  .lg\:-ml-27{
    margin-left: -108px !important;
  }

  .lg\:-mt-28{
    margin-top: -112px !important;
  }

  .lg\:-mr-28{
    margin-right: -112px !important;
  }

  .lg\:-mb-28{
    margin-bottom: -112px !important;
  }

  .lg\:-ml-28{
    margin-left: -112px !important;
  }

  .lg\:-mt-29{
    margin-top: -116px !important;
  }

  .lg\:-mr-29{
    margin-right: -116px !important;
  }

  .lg\:-mb-29{
    margin-bottom: -116px !important;
  }

  .lg\:-ml-29{
    margin-left: -116px !important;
  }

  .lg\:-mt-30{
    margin-top: -120px !important;
  }

  .lg\:-mr-30{
    margin-right: -120px !important;
  }

  .lg\:-mb-30{
    margin-bottom: -120px !important;
  }

  .lg\:-ml-30{
    margin-left: -120px !important;
  }

  .lg\:max-h-full{
    max-height: 100% !important;
  }

  .lg\:max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:max-w-none{
    max-width: none !important;
  }

  .lg\:max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:max-w-md{
    max-width: 28rem !important;
  }

  .lg\:max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:max-w-full{
    max-width: 100% !important;
  }

  .lg\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .lg\:max-w-screen-sm{
    max-width: 480px !important;
  }

  .lg\:max-w-screen-md{
    max-width: 720px !important;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .lg\:max-w-screen-xxl{
    max-width: 1400px !important;
  }

  .lg\:max-w-screen-xxxl{
    max-width: 1600px !important;
  }

  .lg\:min-h-0{
    min-height: 0 !important;
  }

  .lg\:min-h-full{
    min-height: 100% !important;
  }

  .lg\:min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:min-w-0{
    min-width: 0 !important;
  }

  .lg\:min-w-full{
    min-width: 100% !important;
  }

  .lg\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:opacity-0{
    opacity: 0 !important;
  }

  .lg\:opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:overflow-auto{
    overflow: auto !important;
  }

  .lg\:overflow-hidden{
    overflow: hidden !important;
  }

  .lg\:overflow-visible{
    overflow: visible !important;
  }

  .lg\:overflow-scroll{
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .lg\:p-0{
    padding: 0px !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-7{
    padding: 28px !important;
  }

  .lg\:p-8{
    padding: 32px !important;
  }

  .lg\:p-9{
    padding: 36px !important;
  }

  .lg\:p-10{
    padding: 40px !important;
  }

  .lg\:p-11{
    padding: 44px !important;
  }

  .lg\:p-12{
    padding: 48px !important;
  }

  .lg\:p-13{
    padding: 52px !important;
  }

  .lg\:p-14{
    padding: 56px !important;
  }

  .lg\:p-15{
    padding: 60px !important;
  }

  .lg\:p-16{
    padding: 64px !important;
  }

  .lg\:p-17{
    padding: 68px !important;
  }

  .lg\:p-18{
    padding: 72px !important;
  }

  .lg\:p-19{
    padding: 76px !important;
  }

  .lg\:p-20{
    padding: 80px !important;
  }

  .lg\:p-21{
    padding: 84px !important;
  }

  .lg\:p-22{
    padding: 88px !important;
  }

  .lg\:p-23{
    padding: 92px !important;
  }

  .lg\:p-24{
    padding: 96px !important;
  }

  .lg\:p-25{
    padding: 100px !important;
  }

  .lg\:p-26{
    padding: 104px !important;
  }

  .lg\:p-27{
    padding: 108px !important;
  }

  .lg\:p-28{
    padding: 112px !important;
  }

  .lg\:p-29{
    padding: 116px !important;
  }

  .lg\:p-30{
    padding: 120px !important;
  }

  .lg\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !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-7{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .lg\:px-7{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .lg\:py-8{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:px-8{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:py-9{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .lg\:px-9{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .lg\:py-10{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:px-10{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:py-11{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .lg\:px-11{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .lg\:py-12{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:px-12{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:py-13{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .lg\:px-13{
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .lg\:py-14{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .lg\:px-14{
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .lg\:py-15{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lg\:px-15{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .lg\:py-16{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lg\:px-16{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:py-17{
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .lg\:px-17{
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .lg\:py-18{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .lg\:px-18{
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .lg\:py-19{
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .lg\:px-19{
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .lg\:py-20{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:px-20{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:py-21{
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .lg\:px-21{
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .lg\:py-22{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .lg\:px-22{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }

  .lg\:py-23{
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .lg\:px-23{
    padding-left: 92px !important;
    padding-right: 92px !important;
  }

  .lg\:py-24{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .lg\:px-24{
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .lg\:py-25{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .lg\:px-25{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .lg\:py-26{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .lg\:px-26{
    padding-left: 104px !important;
    padding-right: 104px !important;
  }

  .lg\:py-27{
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .lg\:px-27{
    padding-left: 108px !important;
    padding-right: 108px !important;
  }

  .lg\:py-28{
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .lg\:px-28{
    padding-left: 112px !important;
    padding-right: 112px !important;
  }

  .lg\:py-29{
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .lg\:px-29{
    padding-left: 116px !important;
    padding-right: 116px !important;
  }

  .lg\:py-30{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .lg\:px-30{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .lg\:pt-0{
    padding-top: 0px !important;
  }

  .lg\:pr-0{
    padding-right: 0px !important;
  }

  .lg\:pb-0{
    padding-bottom: 0px !important;
  }

  .lg\:pl-0{
    padding-left: 0px !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-7{
    padding-top: 28px !important;
  }

  .lg\:pr-7{
    padding-right: 28px !important;
  }

  .lg\:pb-7{
    padding-bottom: 28px !important;
  }

  .lg\:pl-7{
    padding-left: 28px !important;
  }

  .lg\:pt-8{
    padding-top: 32px !important;
  }

  .lg\:pr-8{
    padding-right: 32px !important;
  }

  .lg\:pb-8{
    padding-bottom: 32px !important;
  }

  .lg\:pl-8{
    padding-left: 32px !important;
  }

  .lg\:pt-9{
    padding-top: 36px !important;
  }

  .lg\:pr-9{
    padding-right: 36px !important;
  }

  .lg\:pb-9{
    padding-bottom: 36px !important;
  }

  .lg\:pl-9{
    padding-left: 36px !important;
  }

  .lg\:pt-10{
    padding-top: 40px !important;
  }

  .lg\:pr-10{
    padding-right: 40px !important;
  }

  .lg\:pb-10{
    padding-bottom: 40px !important;
  }

  .lg\:pl-10{
    padding-left: 40px !important;
  }

  .lg\:pt-11{
    padding-top: 44px !important;
  }

  .lg\:pr-11{
    padding-right: 44px !important;
  }

  .lg\:pb-11{
    padding-bottom: 44px !important;
  }

  .lg\:pl-11{
    padding-left: 44px !important;
  }

  .lg\:pt-12{
    padding-top: 48px !important;
  }

  .lg\:pr-12{
    padding-right: 48px !important;
  }

  .lg\:pb-12{
    padding-bottom: 48px !important;
  }

  .lg\:pl-12{
    padding-left: 48px !important;
  }

  .lg\:pt-13{
    padding-top: 52px !important;
  }

  .lg\:pr-13{
    padding-right: 52px !important;
  }

  .lg\:pb-13{
    padding-bottom: 52px !important;
  }

  .lg\:pl-13{
    padding-left: 52px !important;
  }

  .lg\:pt-14{
    padding-top: 56px !important;
  }

  .lg\:pr-14{
    padding-right: 56px !important;
  }

  .lg\:pb-14{
    padding-bottom: 56px !important;
  }

  .lg\:pl-14{
    padding-left: 56px !important;
  }

  .lg\:pt-15{
    padding-top: 60px !important;
  }

  .lg\:pr-15{
    padding-right: 60px !important;
  }

  .lg\:pb-15{
    padding-bottom: 60px !important;
  }

  .lg\:pl-15{
    padding-left: 60px !important;
  }

  .lg\:pt-16{
    padding-top: 64px !important;
  }

  .lg\:pr-16{
    padding-right: 64px !important;
  }

  .lg\:pb-16{
    padding-bottom: 64px !important;
  }

  .lg\:pl-16{
    padding-left: 64px !important;
  }

  .lg\:pt-17{
    padding-top: 68px !important;
  }

  .lg\:pr-17{
    padding-right: 68px !important;
  }

  .lg\:pb-17{
    padding-bottom: 68px !important;
  }

  .lg\:pl-17{
    padding-left: 68px !important;
  }

  .lg\:pt-18{
    padding-top: 72px !important;
  }

  .lg\:pr-18{
    padding-right: 72px !important;
  }

  .lg\:pb-18{
    padding-bottom: 72px !important;
  }

  .lg\:pl-18{
    padding-left: 72px !important;
  }

  .lg\:pt-19{
    padding-top: 76px !important;
  }

  .lg\:pr-19{
    padding-right: 76px !important;
  }

  .lg\:pb-19{
    padding-bottom: 76px !important;
  }

  .lg\:pl-19{
    padding-left: 76px !important;
  }

  .lg\:pt-20{
    padding-top: 80px !important;
  }

  .lg\:pr-20{
    padding-right: 80px !important;
  }

  .lg\:pb-20{
    padding-bottom: 80px !important;
  }

  .lg\:pl-20{
    padding-left: 80px !important;
  }

  .lg\:pt-21{
    padding-top: 84px !important;
  }

  .lg\:pr-21{
    padding-right: 84px !important;
  }

  .lg\:pb-21{
    padding-bottom: 84px !important;
  }

  .lg\:pl-21{
    padding-left: 84px !important;
  }

  .lg\:pt-22{
    padding-top: 88px !important;
  }

  .lg\:pr-22{
    padding-right: 88px !important;
  }

  .lg\:pb-22{
    padding-bottom: 88px !important;
  }

  .lg\:pl-22{
    padding-left: 88px !important;
  }

  .lg\:pt-23{
    padding-top: 92px !important;
  }

  .lg\:pr-23{
    padding-right: 92px !important;
  }

  .lg\:pb-23{
    padding-bottom: 92px !important;
  }

  .lg\:pl-23{
    padding-left: 92px !important;
  }

  .lg\:pt-24{
    padding-top: 96px !important;
  }

  .lg\:pr-24{
    padding-right: 96px !important;
  }

  .lg\:pb-24{
    padding-bottom: 96px !important;
  }

  .lg\:pl-24{
    padding-left: 96px !important;
  }

  .lg\:pt-25{
    padding-top: 100px !important;
  }

  .lg\:pr-25{
    padding-right: 100px !important;
  }

  .lg\:pb-25{
    padding-bottom: 100px !important;
  }

  .lg\:pl-25{
    padding-left: 100px !important;
  }

  .lg\:pt-26{
    padding-top: 104px !important;
  }

  .lg\:pr-26{
    padding-right: 104px !important;
  }

  .lg\:pb-26{
    padding-bottom: 104px !important;
  }

  .lg\:pl-26{
    padding-left: 104px !important;
  }

  .lg\:pt-27{
    padding-top: 108px !important;
  }

  .lg\:pr-27{
    padding-right: 108px !important;
  }

  .lg\:pb-27{
    padding-bottom: 108px !important;
  }

  .lg\:pl-27{
    padding-left: 108px !important;
  }

  .lg\:pt-28{
    padding-top: 112px !important;
  }

  .lg\:pr-28{
    padding-right: 112px !important;
  }

  .lg\:pb-28{
    padding-bottom: 112px !important;
  }

  .lg\:pl-28{
    padding-left: 112px !important;
  }

  .lg\:pt-29{
    padding-top: 116px !important;
  }

  .lg\:pr-29{
    padding-right: 116px !important;
  }

  .lg\:pb-29{
    padding-bottom: 116px !important;
  }

  .lg\:pl-29{
    padding-left: 116px !important;
  }

  .lg\:pt-30{
    padding-top: 120px !important;
  }

  .lg\:pr-30{
    padding-right: 120px !important;
  }

  .lg\:pb-30{
    padding-bottom: 120px !important;
  }

  .lg\:pl-30{
    padding-left: 120px !important;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .lg\:placeholder-black::-moz-placeholder{
    color: var(--black) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .lg\:placeholder-black::placeholder{
    color: var(--black) !important;
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .lg\:placeholder-white::-moz-placeholder{
    color: var(--white) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .lg\:placeholder-white::placeholder{
    color: var(--white) !important;
  }

  .lg\:placeholder-blue::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .lg\:placeholder-blue::-moz-placeholder{
    color: var(--blue) !important;
  }

  .lg\:placeholder-blue:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .lg\:placeholder-blue::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .lg\:placeholder-blue::placeholder{
    color: var(--blue) !important;
  }

  .lg\:placeholder-apple::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .lg\:placeholder-apple::-moz-placeholder{
    color: var(--apple) !important;
  }

  .lg\:placeholder-apple:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .lg\:placeholder-apple::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .lg\:placeholder-apple::placeholder{
    color: var(--apple) !important;
  }

  .lg\:placeholder-don-juan::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:placeholder-don-juan::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:placeholder-don-juan:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:placeholder-don-juan::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:placeholder-don-juan::placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:placeholder-alabaster::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:placeholder-alabaster::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:placeholder-alabaster:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:placeholder-alabaster::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:placeholder-alabaster::placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:placeholder-gray::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .lg\:placeholder-gray::-moz-placeholder{
    color: var(--gray) !important;
  }

  .lg\:placeholder-gray:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .lg\:placeholder-gray::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .lg\:placeholder-gray::placeholder{
    color: var(--gray) !important;
  }

  .lg\:placeholder-concrete::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .lg\:placeholder-concrete::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .lg\:placeholder-concrete:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .lg\:placeholder-concrete::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .lg\:placeholder-concrete::placeholder{
    color: var(--concrete) !important;
  }

  .lg\:placeholder-silver::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .lg\:placeholder-silver::-moz-placeholder{
    color: var(--silver) !important;
  }

  .lg\:placeholder-silver:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .lg\:placeholder-silver::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .lg\:placeholder-silver::placeholder{
    color: var(--silver) !important;
  }

  .lg\:placeholder-gallery::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .lg\:placeholder-gallery::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .lg\:placeholder-gallery:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .lg\:placeholder-gallery::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .lg\:placeholder-gallery::placeholder{
    color: var(--gallery) !important;
  }

  .lg\:placeholder-alizarin::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:placeholder-alizarin::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:placeholder-alizarin:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:placeholder-alizarin::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:placeholder-alizarin::placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:placeholder-sunset::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .lg\:placeholder-sunset::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .lg\:placeholder-sunset:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .lg\:placeholder-sunset::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .lg\:placeholder-sunset::placeholder{
    color: var(--sunset) !important;
  }

  .lg\:placeholder-curious-blue::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:placeholder-curious-blue::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:placeholder-curious-blue:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:placeholder-curious-blue::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:placeholder-curious-blue::placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:placeholder-mustard::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .lg\:placeholder-mustard::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .lg\:placeholder-mustard:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .lg\:placeholder-mustard::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .lg\:placeholder-mustard::placeholder{
    color: var(--mustard) !important;
  }

  .lg\:placeholder-alto::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .lg\:placeholder-alto::-moz-placeholder{
    color: var(--alto) !important;
  }

  .lg\:placeholder-alto:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .lg\:placeholder-alto::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .lg\:placeholder-alto::placeholder{
    color: var(--alto) !important;
  }

  .lg\:placeholder-catsk::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .lg\:placeholder-catsk::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .lg\:placeholder-catsk:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .lg\:placeholder-catsk::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .lg\:placeholder-catsk::placeholder{
    color: var(--catsk) !important;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--black) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    color: var(--black) !important;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--white) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    color: var(--white) !important;
  }

  .lg\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: var(--blue) !important;
  }

  .lg\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .lg\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .lg\:focus\:placeholder-blue:focus::placeholder{
    color: var(--blue) !important;
  }

  .lg\:focus\:placeholder-apple:focus::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .lg\:focus\:placeholder-apple:focus::-moz-placeholder{
    color: var(--apple) !important;
  }

  .lg\:focus\:placeholder-apple:focus:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .lg\:focus\:placeholder-apple:focus::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .lg\:focus\:placeholder-apple:focus::placeholder{
    color: var(--apple) !important;
  }

  .lg\:focus\:placeholder-don-juan:focus::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:focus\:placeholder-don-juan:focus::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:focus\:placeholder-don-juan:focus:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:focus\:placeholder-don-juan:focus::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:focus\:placeholder-don-juan:focus::placeholder{
    color: var(--don-juan) !important;
  }

  .lg\:focus\:placeholder-alabaster:focus::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:focus\:placeholder-alabaster:focus::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:focus\:placeholder-alabaster:focus:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:focus\:placeholder-alabaster:focus::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:focus\:placeholder-alabaster:focus::placeholder{
    color: var(--alabaster) !important;
  }

  .lg\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .lg\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: var(--gray) !important;
  }

  .lg\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .lg\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .lg\:focus\:placeholder-gray:focus::placeholder{
    color: var(--gray) !important;
  }

  .lg\:focus\:placeholder-concrete:focus::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .lg\:focus\:placeholder-concrete:focus::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .lg\:focus\:placeholder-concrete:focus:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .lg\:focus\:placeholder-concrete:focus::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .lg\:focus\:placeholder-concrete:focus::placeholder{
    color: var(--concrete) !important;
  }

  .lg\:focus\:placeholder-silver:focus::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .lg\:focus\:placeholder-silver:focus::-moz-placeholder{
    color: var(--silver) !important;
  }

  .lg\:focus\:placeholder-silver:focus:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .lg\:focus\:placeholder-silver:focus::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .lg\:focus\:placeholder-silver:focus::placeholder{
    color: var(--silver) !important;
  }

  .lg\:focus\:placeholder-gallery:focus::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .lg\:focus\:placeholder-gallery:focus::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .lg\:focus\:placeholder-gallery:focus:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .lg\:focus\:placeholder-gallery:focus::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .lg\:focus\:placeholder-gallery:focus::placeholder{
    color: var(--gallery) !important;
  }

  .lg\:focus\:placeholder-alizarin:focus::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:focus\:placeholder-alizarin:focus::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:focus\:placeholder-alizarin:focus:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:focus\:placeholder-alizarin:focus::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:focus\:placeholder-alizarin:focus::placeholder{
    color: var(--alizarin) !important;
  }

  .lg\:focus\:placeholder-sunset:focus::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .lg\:focus\:placeholder-sunset:focus::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .lg\:focus\:placeholder-sunset:focus:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .lg\:focus\:placeholder-sunset:focus::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .lg\:focus\:placeholder-sunset:focus::placeholder{
    color: var(--sunset) !important;
  }

  .lg\:focus\:placeholder-curious-blue:focus::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:focus\:placeholder-curious-blue:focus::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:focus\:placeholder-curious-blue:focus:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:focus\:placeholder-curious-blue:focus::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:focus\:placeholder-curious-blue:focus::placeholder{
    color: var(--curious-blue) !important;
  }

  .lg\:focus\:placeholder-mustard:focus::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .lg\:focus\:placeholder-mustard:focus::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .lg\:focus\:placeholder-mustard:focus:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .lg\:focus\:placeholder-mustard:focus::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .lg\:focus\:placeholder-mustard:focus::placeholder{
    color: var(--mustard) !important;
  }

  .lg\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .lg\:focus\:placeholder-alto:focus::-moz-placeholder{
    color: var(--alto) !important;
  }

  .lg\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .lg\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .lg\:focus\:placeholder-alto:focus::placeholder{
    color: var(--alto) !important;
  }

  .lg\:focus\:placeholder-catsk:focus::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .lg\:focus\:placeholder-catsk:focus::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .lg\:focus\:placeholder-catsk:focus:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .lg\:focus\:placeholder-catsk:focus::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .lg\:focus\:placeholder-catsk:focus::placeholder{
    color: var(--catsk) !important;
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg\:static{
    position: static !important;
  }

  .lg\:fixed{
    position: fixed !important;
  }

  .lg\:absolute{
    position: absolute !important;
  }

  .lg\:relative{
    position: relative !important;
  }

  .lg\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .lg\:top-0{
    top: 0 !important;
  }

  .lg\:right-0{
    right: 0 !important;
  }

  .lg\:bottom-0{
    bottom: 0 !important;
  }

  .lg\:left-0{
    left: 0 !important;
  }

  .lg\:top-auto{
    top: auto !important;
  }

  .lg\:right-auto{
    right: auto !important;
  }

  .lg\:bottom-auto{
    bottom: auto !important;
  }

  .lg\:left-auto{
    left: auto !important;
  }

  .lg\:resize-none{
    resize: none !important;
  }

  .lg\:resize-y{
    resize: vertical !important;
  }

  .lg\:resize-x{
    resize: horizontal !important;
  }

  .lg\:resize{
    resize: both !important;
  }

  .lg\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:fill-current{
    fill: currentColor !important;
  }

  .lg\:stroke-current{
    stroke: currentColor !important;
  }

  .lg\:stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:stroke-2{
    stroke-width: 2 !important;
  }

  .lg\:table-auto{
    table-layout: auto !important;
  }

  .lg\:table-fixed{
    table-layout: fixed !important;
  }

  .lg\:text-left{
    text-align: left !important;
  }

  .lg\:text-center{
    text-align: center !important;
  }

  .lg\:text-right{
    text-align: right !important;
  }

  .lg\:text-justify{
    text-align: justify !important;
  }

  .lg\:text-black{
    color: var(--black) !important;
  }

  .lg\:text-white{
    color: var(--white) !important;
  }

  .lg\:text-blue{
    color: var(--blue) !important;
  }

  .lg\:text-apple{
    color: var(--apple) !important;
  }

  .lg\:text-don-juan{
    color: var(--don-juan) !important;
  }

  .lg\:text-alabaster{
    color: var(--alabaster) !important;
  }

  .lg\:text-gray{
    color: var(--gray) !important;
  }

  .lg\:text-concrete{
    color: var(--concrete) !important;
  }

  .lg\:text-silver{
    color: var(--silver) !important;
  }

  .lg\:text-gallery{
    color: var(--gallery) !important;
  }

  .lg\:text-alizarin{
    color: var(--alizarin) !important;
  }

  .lg\:text-sunset{
    color: var(--sunset) !important;
  }

  .lg\:text-curious-blue{
    color: var(--curious-blue) !important;
  }

  .lg\:text-mustard{
    color: var(--mustard) !important;
  }

  .lg\:text-alto{
    color: var(--alto) !important;
  }

  .lg\:text-catsk{
    color: var(--catsk) !important;
  }

  .lg\:hover\:text-black:hover{
    color: var(--black) !important;
  }

  .lg\:hover\:text-white:hover{
    color: var(--white) !important;
  }

  .lg\:hover\:text-blue:hover{
    color: var(--blue) !important;
  }

  .lg\:hover\:text-apple:hover{
    color: var(--apple) !important;
  }

  .lg\:hover\:text-don-juan:hover{
    color: var(--don-juan) !important;
  }

  .lg\:hover\:text-alabaster:hover{
    color: var(--alabaster) !important;
  }

  .lg\:hover\:text-gray:hover{
    color: var(--gray) !important;
  }

  .lg\:hover\:text-concrete:hover{
    color: var(--concrete) !important;
  }

  .lg\:hover\:text-silver:hover{
    color: var(--silver) !important;
  }

  .lg\:hover\:text-gallery:hover{
    color: var(--gallery) !important;
  }

  .lg\:hover\:text-alizarin:hover{
    color: var(--alizarin) !important;
  }

  .lg\:hover\:text-sunset:hover{
    color: var(--sunset) !important;
  }

  .lg\:hover\:text-curious-blue:hover{
    color: var(--curious-blue) !important;
  }

  .lg\:hover\:text-mustard:hover{
    color: var(--mustard) !important;
  }

  .lg\:hover\:text-alto:hover{
    color: var(--alto) !important;
  }

  .lg\:hover\:text-catsk:hover{
    color: var(--catsk) !important;
  }

  .lg\:focus\:text-black:focus{
    color: var(--black) !important;
  }

  .lg\:focus\:text-white:focus{
    color: var(--white) !important;
  }

  .lg\:focus\:text-blue:focus{
    color: var(--blue) !important;
  }

  .lg\:focus\:text-apple:focus{
    color: var(--apple) !important;
  }

  .lg\:focus\:text-don-juan:focus{
    color: var(--don-juan) !important;
  }

  .lg\:focus\:text-alabaster:focus{
    color: var(--alabaster) !important;
  }

  .lg\:focus\:text-gray:focus{
    color: var(--gray) !important;
  }

  .lg\:focus\:text-concrete:focus{
    color: var(--concrete) !important;
  }

  .lg\:focus\:text-silver:focus{
    color: var(--silver) !important;
  }

  .lg\:focus\:text-gallery:focus{
    color: var(--gallery) !important;
  }

  .lg\:focus\:text-alizarin:focus{
    color: var(--alizarin) !important;
  }

  .lg\:focus\:text-sunset:focus{
    color: var(--sunset) !important;
  }

  .lg\:focus\:text-curious-blue:focus{
    color: var(--curious-blue) !important;
  }

  .lg\:focus\:text-mustard:focus{
    color: var(--mustard) !important;
  }

  .lg\:focus\:text-alto:focus{
    color: var(--alto) !important;
  }

  .lg\:focus\:text-catsk:focus{
    color: var(--catsk) !important;
  }

  .lg\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .lg\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .lg\:italic{
    font-style: italic !important;
  }

  .lg\:not-italic{
    font-style: normal !important;
  }

  .lg\:uppercase{
    text-transform: uppercase !important;
  }

  .lg\:lowercase{
    text-transform: lowercase !important;
  }

  .lg\:capitalize{
    text-transform: capitalize !important;
  }

  .lg\:normal-case{
    text-transform: none !important;
  }

  .lg\:underline{
    text-decoration: underline !important;
  }

  .lg\:line-through{
    text-decoration: line-through !important;
  }

  .lg\:no-underline{
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .lg\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .lg\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:align-baseline{
    vertical-align: baseline !important;
  }

  .lg\:align-top{
    vertical-align: top !important;
  }

  .lg\:align-middle{
    vertical-align: middle !important;
  }

  .lg\:align-bottom{
    vertical-align: bottom !important;
  }

  .lg\:align-text-top{
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lg\:visible{
    visibility: visible !important;
  }

  .lg\:invisible{
    visibility: hidden !important;
  }

  .lg\:whitespace-normal{
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre{
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .lg\:break-all{
    word-break: break-all !important;
  }

  .lg\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-0{
    width: 0px !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-7{
    width: 28px !important;
  }

  .lg\:w-8{
    width: 32px !important;
  }

  .lg\:w-9{
    width: 36px !important;
  }

  .lg\:w-10{
    width: 40px !important;
  }

  .lg\:w-11{
    width: 44px !important;
  }

  .lg\:w-12{
    width: 48px !important;
  }

  .lg\:w-13{
    width: 52px !important;
  }

  .lg\:w-14{
    width: 56px !important;
  }

  .lg\:w-15{
    width: 60px !important;
  }

  .lg\:w-16{
    width: 64px !important;
  }

  .lg\:w-17{
    width: 68px !important;
  }

  .lg\:w-18{
    width: 72px !important;
  }

  .lg\:w-19{
    width: 76px !important;
  }

  .lg\:w-20{
    width: 80px !important;
  }

  .lg\:w-21{
    width: 84px !important;
  }

  .lg\:w-22{
    width: 88px !important;
  }

  .lg\:w-23{
    width: 92px !important;
  }

  .lg\:w-24{
    width: 96px !important;
  }

  .lg\:w-25{
    width: 100px !important;
  }

  .lg\:w-26{
    width: 104px !important;
  }

  .lg\:w-27{
    width: 108px !important;
  }

  .lg\:w-28{
    width: 112px !important;
  }

  .lg\:w-29{
    width: 116px !important;
  }

  .lg\:w-30{
    width: 120px !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\:w-fit{
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .lg\:z-0{
    z-index: 0 !important;
  }

  .lg\:z-10{
    z-index: 10 !important;
  }

  .lg\:z-20{
    z-index: 20 !important;
  }

  .lg\:z-30{
    z-index: 30 !important;
  }

  .lg\:z-40{
    z-index: 40 !important;
  }

  .lg\:z-50{
    z-index: 50 !important;
  }

  .lg\:z-auto{
    z-index: auto !important;
  }

  .lg\:gap-0{
    grid-gap: 0px !important;
    gap: 0px !important;
  }

  .lg\:gap-1{
    grid-gap: 4px !important;
    gap: 4px !important;
  }

  .lg\:gap-2{
    grid-gap: 8px !important;
    gap: 8px !important;
  }

  .lg\:gap-3{
    grid-gap: 12px !important;
    gap: 12px !important;
  }

  .lg\:gap-4{
    grid-gap: 16px !important;
    gap: 16px !important;
  }

  .lg\:gap-5{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .lg\:gap-6{
    grid-gap: 24px !important;
    gap: 24px !important;
  }

  .lg\:gap-7{
    grid-gap: 28px !important;
    gap: 28px !important;
  }

  .lg\:gap-8{
    grid-gap: 32px !important;
    gap: 32px !important;
  }

  .lg\:gap-9{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .lg\:gap-10{
    grid-gap: 40px !important;
    gap: 40px !important;
  }

  .lg\:gap-11{
    grid-gap: 44px !important;
    gap: 44px !important;
  }

  .lg\:gap-12{
    grid-gap: 48px !important;
    gap: 48px !important;
  }

  .lg\:gap-13{
    grid-gap: 52px !important;
    gap: 52px !important;
  }

  .lg\:gap-14{
    grid-gap: 56px !important;
    gap: 56px !important;
  }

  .lg\:gap-15{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .lg\:gap-16{
    grid-gap: 64px !important;
    gap: 64px !important;
  }

  .lg\:gap-17{
    grid-gap: 68px !important;
    gap: 68px !important;
  }

  .lg\:gap-18{
    grid-gap: 72px !important;
    gap: 72px !important;
  }

  .lg\:gap-19{
    grid-gap: 76px !important;
    gap: 76px !important;
  }

  .lg\:gap-20{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .lg\:gap-21{
    grid-gap: 84px !important;
    gap: 84px !important;
  }

  .lg\:gap-22{
    grid-gap: 88px !important;
    gap: 88px !important;
  }

  .lg\:gap-23{
    grid-gap: 92px !important;
    gap: 92px !important;
  }

  .lg\:gap-24{
    grid-gap: 96px !important;
    gap: 96px !important;
  }

  .lg\:gap-25{
    grid-gap: 100px !important;
    gap: 100px !important;
  }

  .lg\:gap-26{
    grid-gap: 104px !important;
    gap: 104px !important;
  }

  .lg\:gap-27{
    grid-gap: 108px !important;
    gap: 108px !important;
  }

  .lg\:gap-28{
    grid-gap: 112px !important;
    gap: 112px !important;
  }

  .lg\:gap-29{
    grid-gap: 116px !important;
    gap: 116px !important;
  }

  .lg\:gap-30{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .lg\:gap-x-0{
    grid-column-gap: 0px !important;
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .lg\:gap-x-1{
    grid-column-gap: 4px !important;
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
  }

  .lg\:gap-x-2{
    grid-column-gap: 8px !important;
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }

  .lg\:gap-x-3{
    grid-column-gap: 12px !important;
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }

  .lg\:gap-x-4{
    grid-column-gap: 16px !important;
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }

  .lg\:gap-x-5{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }

  .lg\:gap-x-6{
    grid-column-gap: 24px !important;
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }

  .lg\:gap-x-7{
    grid-column-gap: 28px !important;
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
  }

  .lg\:gap-x-8{
    grid-column-gap: 32px !important;
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }

  .lg\:gap-x-9{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
  }

  .lg\:gap-x-10{
    grid-column-gap: 40px !important;
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }

  .lg\:gap-x-11{
    grid-column-gap: 44px !important;
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
  }

  .lg\:gap-x-12{
    grid-column-gap: 48px !important;
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }

  .lg\:gap-x-13{
    grid-column-gap: 52px !important;
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
  }

  .lg\:gap-x-14{
    grid-column-gap: 56px !important;
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }

  .lg\:gap-x-15{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }

  .lg\:gap-x-16{
    grid-column-gap: 64px !important;
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }

  .lg\:gap-x-17{
    grid-column-gap: 68px !important;
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
  }

  .lg\:gap-x-18{
    grid-column-gap: 72px !important;
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }

  .lg\:gap-x-19{
    grid-column-gap: 76px !important;
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
  }

  .lg\:gap-x-20{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .lg\:gap-x-21{
    grid-column-gap: 84px !important;
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
  }

  .lg\:gap-x-22{
    grid-column-gap: 88px !important;
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }

  .lg\:gap-x-23{
    grid-column-gap: 92px !important;
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
  }

  .lg\:gap-x-24{
    grid-column-gap: 96px !important;
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }

  .lg\:gap-x-25{
    grid-column-gap: 100px !important;
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
  }

  .lg\:gap-x-26{
    grid-column-gap: 104px !important;
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }

  .lg\:gap-x-27{
    grid-column-gap: 108px !important;
    -webkit-column-gap: 108px !important;
       -moz-column-gap: 108px !important;
            column-gap: 108px !important;
  }

  .lg\:gap-x-28{
    grid-column-gap: 112px !important;
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }

  .lg\:gap-x-29{
    grid-column-gap: 116px !important;
    -webkit-column-gap: 116px !important;
       -moz-column-gap: 116px !important;
            column-gap: 116px !important;
  }

  .lg\:gap-x-30{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }

  .lg\:gap-y-0{
    grid-row-gap: 0px !important;
    row-gap: 0px !important;
  }

  .lg\:gap-y-1{
    grid-row-gap: 4px !important;
    row-gap: 4px !important;
  }

  .lg\:gap-y-2{
    grid-row-gap: 8px !important;
    row-gap: 8px !important;
  }

  .lg\:gap-y-3{
    grid-row-gap: 12px !important;
    row-gap: 12px !important;
  }

  .lg\:gap-y-4{
    grid-row-gap: 16px !important;
    row-gap: 16px !important;
  }

  .lg\:gap-y-5{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .lg\:gap-y-6{
    grid-row-gap: 24px !important;
    row-gap: 24px !important;
  }

  .lg\:gap-y-7{
    grid-row-gap: 28px !important;
    row-gap: 28px !important;
  }

  .lg\:gap-y-8{
    grid-row-gap: 32px !important;
    row-gap: 32px !important;
  }

  .lg\:gap-y-9{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .lg\:gap-y-10{
    grid-row-gap: 40px !important;
    row-gap: 40px !important;
  }

  .lg\:gap-y-11{
    grid-row-gap: 44px !important;
    row-gap: 44px !important;
  }

  .lg\:gap-y-12{
    grid-row-gap: 48px !important;
    row-gap: 48px !important;
  }

  .lg\:gap-y-13{
    grid-row-gap: 52px !important;
    row-gap: 52px !important;
  }

  .lg\:gap-y-14{
    grid-row-gap: 56px !important;
    row-gap: 56px !important;
  }

  .lg\:gap-y-15{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .lg\:gap-y-16{
    grid-row-gap: 64px !important;
    row-gap: 64px !important;
  }

  .lg\:gap-y-17{
    grid-row-gap: 68px !important;
    row-gap: 68px !important;
  }

  .lg\:gap-y-18{
    grid-row-gap: 72px !important;
    row-gap: 72px !important;
  }

  .lg\:gap-y-19{
    grid-row-gap: 76px !important;
    row-gap: 76px !important;
  }

  .lg\:gap-y-20{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .lg\:gap-y-21{
    grid-row-gap: 84px !important;
    row-gap: 84px !important;
  }

  .lg\:gap-y-22{
    grid-row-gap: 88px !important;
    row-gap: 88px !important;
  }

  .lg\:gap-y-23{
    grid-row-gap: 92px !important;
    row-gap: 92px !important;
  }

  .lg\:gap-y-24{
    grid-row-gap: 96px !important;
    row-gap: 96px !important;
  }

  .lg\:gap-y-25{
    grid-row-gap: 100px !important;
    row-gap: 100px !important;
  }

  .lg\:gap-y-26{
    grid-row-gap: 104px !important;
    row-gap: 104px !important;
  }

  .lg\:gap-y-27{
    grid-row-gap: 108px !important;
    row-gap: 108px !important;
  }

  .lg\:gap-y-28{
    grid-row-gap: 112px !important;
    row-gap: 112px !important;
  }

  .lg\:gap-y-29{
    grid-row-gap: 116px !important;
    row-gap: 116px !important;
  }

  .lg\:gap-y-30{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:col-auto{
    grid-column: auto !important;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1{
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2{
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3{
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4{
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5{
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6{
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7{
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8{
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9{
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10{
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11{
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12{
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13{
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto{
    grid-column-start: auto !important;
  }

  .lg\:col-end-1{
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2{
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3{
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4{
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5{
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6{
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7{
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8{
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9{
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10{
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11{
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12{
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13{
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto{
    grid-column-end: auto !important;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:row-auto{
    grid-row: auto !important;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1{
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2{
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3{
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4{
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5{
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6{
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7{
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto{
    grid-row-start: auto !important;
  }

  .lg\:row-end-1{
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2{
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3{
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4{
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5{
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6{
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7{
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto{
    grid-row-end: auto !important;
  }
  .lg\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .lg\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
  }

  .lg\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .lg\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .lg\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .lg\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .lg\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .lg\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:duration-75{
    -webkit-transition-duration: 75ms !important;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .lg\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .lg\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .lg\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .lg\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .lg\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .lg\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .lg\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .lg\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .lg\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .lg\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .lg\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .lg\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .lg\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .lg\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .lg\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1280px){
  .xl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xl\:bg-local{
    background-attachment: local !important;
  }

  .xl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:bg-black{
    background-color: var(--black) !important;
  }

  .xl\:bg-white{
    background-color: var(--white) !important;
  }

  .xl\:bg-blue{
    background-color: var(--blue) !important;
  }

  .xl\:bg-apple{
    background-color: var(--apple) !important;
  }

  .xl\:bg-don-juan{
    background-color: var(--don-juan) !important;
  }

  .xl\:bg-alabaster{
    background-color: var(--alabaster) !important;
  }

  .xl\:bg-gray{
    background-color: var(--gray) !important;
  }

  .xl\:bg-concrete{
    background-color: var(--concrete) !important;
  }

  .xl\:bg-silver{
    background-color: var(--silver) !important;
  }

  .xl\:bg-gallery{
    background-color: var(--gallery) !important;
  }

  .xl\:bg-alizarin{
    background-color: var(--alizarin) !important;
  }

  .xl\:bg-sunset{
    background-color: var(--sunset) !important;
  }

  .xl\:bg-curious-blue{
    background-color: var(--curious-blue) !important;
  }

  .xl\:bg-mustard{
    background-color: var(--mustard) !important;
  }

  .xl\:bg-alto{
    background-color: var(--alto) !important;
  }

  .xl\:bg-catsk{
    background-color: var(--catsk) !important;
  }

  .xl\:hover\:bg-black:hover{
    background-color: var(--black) !important;
  }

  .xl\:hover\:bg-white:hover{
    background-color: var(--white) !important;
  }

  .xl\:hover\:bg-blue:hover{
    background-color: var(--blue) !important;
  }

  .xl\:hover\:bg-apple:hover{
    background-color: var(--apple) !important;
  }

  .xl\:hover\:bg-don-juan:hover{
    background-color: var(--don-juan) !important;
  }

  .xl\:hover\:bg-alabaster:hover{
    background-color: var(--alabaster) !important;
  }

  .xl\:hover\:bg-gray:hover{
    background-color: var(--gray) !important;
  }

  .xl\:hover\:bg-concrete:hover{
    background-color: var(--concrete) !important;
  }

  .xl\:hover\:bg-silver:hover{
    background-color: var(--silver) !important;
  }

  .xl\:hover\:bg-gallery:hover{
    background-color: var(--gallery) !important;
  }

  .xl\:hover\:bg-alizarin:hover{
    background-color: var(--alizarin) !important;
  }

  .xl\:hover\:bg-sunset:hover{
    background-color: var(--sunset) !important;
  }

  .xl\:hover\:bg-curious-blue:hover{
    background-color: var(--curious-blue) !important;
  }

  .xl\:hover\:bg-mustard:hover{
    background-color: var(--mustard) !important;
  }

  .xl\:hover\:bg-alto:hover{
    background-color: var(--alto) !important;
  }

  .xl\:hover\:bg-catsk:hover{
    background-color: var(--catsk) !important;
  }

  .xl\:focus\:bg-black:focus{
    background-color: var(--black) !important;
  }

  .xl\:focus\:bg-white:focus{
    background-color: var(--white) !important;
  }

  .xl\:focus\:bg-blue:focus{
    background-color: var(--blue) !important;
  }

  .xl\:focus\:bg-apple:focus{
    background-color: var(--apple) !important;
  }

  .xl\:focus\:bg-don-juan:focus{
    background-color: var(--don-juan) !important;
  }

  .xl\:focus\:bg-alabaster:focus{
    background-color: var(--alabaster) !important;
  }

  .xl\:focus\:bg-gray:focus{
    background-color: var(--gray) !important;
  }

  .xl\:focus\:bg-concrete:focus{
    background-color: var(--concrete) !important;
  }

  .xl\:focus\:bg-silver:focus{
    background-color: var(--silver) !important;
  }

  .xl\:focus\:bg-gallery:focus{
    background-color: var(--gallery) !important;
  }

  .xl\:focus\:bg-alizarin:focus{
    background-color: var(--alizarin) !important;
  }

  .xl\:focus\:bg-sunset:focus{
    background-color: var(--sunset) !important;
  }

  .xl\:focus\:bg-curious-blue:focus{
    background-color: var(--curious-blue) !important;
  }

  .xl\:focus\:bg-mustard:focus{
    background-color: var(--mustard) !important;
  }

  .xl\:focus\:bg-alto:focus{
    background-color: var(--alto) !important;
  }

  .xl\:focus\:bg-catsk:focus{
    background-color: var(--catsk) !important;
  }

  .xl\:bg-none{
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xl\:from-black{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-white{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-blue{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-apple{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-don-juan{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-alabaster{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-gray{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-concrete{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-silver{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-gallery{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-alizarin{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-sunset{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-curious-blue{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-mustard{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-alto{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-catsk{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-black{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-white{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-blue{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-apple{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-don-juan{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-alabaster{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-gray{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-concrete{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-silver{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-gallery{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-alizarin{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-sunset{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-curious-blue{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-mustard{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-alto{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-catsk{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:to-black{
    --gradient-to-color: var(--black) !important;
  }

  .xl\:to-white{
    --gradient-to-color: var(--white) !important;
  }

  .xl\:to-blue{
    --gradient-to-color: var(--blue) !important;
  }

  .xl\:to-apple{
    --gradient-to-color: var(--apple) !important;
  }

  .xl\:to-don-juan{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xl\:to-alabaster{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xl\:to-gray{
    --gradient-to-color: var(--gray) !important;
  }

  .xl\:to-concrete{
    --gradient-to-color: var(--concrete) !important;
  }

  .xl\:to-silver{
    --gradient-to-color: var(--silver) !important;
  }

  .xl\:to-gallery{
    --gradient-to-color: var(--gallery) !important;
  }

  .xl\:to-alizarin{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xl\:to-sunset{
    --gradient-to-color: var(--sunset) !important;
  }

  .xl\:to-curious-blue{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xl\:to-mustard{
    --gradient-to-color: var(--mustard) !important;
  }

  .xl\:to-alto{
    --gradient-to-color: var(--alto) !important;
  }

  .xl\:to-catsk{
    --gradient-to-color: var(--catsk) !important;
  }

  .xl\:hover\:from-black:hover{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-white:hover{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-blue:hover{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-apple:hover{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-don-juan:hover{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-alabaster:hover{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-gray:hover{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-concrete:hover{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-silver:hover{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-gallery:hover{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-alizarin:hover{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-sunset:hover{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-curious-blue:hover{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-mustard:hover{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-alto:hover{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-catsk:hover{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-black:hover{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-white:hover{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-blue:hover{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-apple:hover{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-don-juan:hover{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-alabaster:hover{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-gray:hover{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-concrete:hover{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-silver:hover{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-gallery:hover{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-alizarin:hover{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-sunset:hover{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-curious-blue:hover{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-mustard:hover{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-alto:hover{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-catsk:hover{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:to-black:hover{
    --gradient-to-color: var(--black) !important;
  }

  .xl\:hover\:to-white:hover{
    --gradient-to-color: var(--white) !important;
  }

  .xl\:hover\:to-blue:hover{
    --gradient-to-color: var(--blue) !important;
  }

  .xl\:hover\:to-apple:hover{
    --gradient-to-color: var(--apple) !important;
  }

  .xl\:hover\:to-don-juan:hover{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xl\:hover\:to-alabaster:hover{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xl\:hover\:to-gray:hover{
    --gradient-to-color: var(--gray) !important;
  }

  .xl\:hover\:to-concrete:hover{
    --gradient-to-color: var(--concrete) !important;
  }

  .xl\:hover\:to-silver:hover{
    --gradient-to-color: var(--silver) !important;
  }

  .xl\:hover\:to-gallery:hover{
    --gradient-to-color: var(--gallery) !important;
  }

  .xl\:hover\:to-alizarin:hover{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xl\:hover\:to-sunset:hover{
    --gradient-to-color: var(--sunset) !important;
  }

  .xl\:hover\:to-curious-blue:hover{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xl\:hover\:to-mustard:hover{
    --gradient-to-color: var(--mustard) !important;
  }

  .xl\:hover\:to-alto:hover{
    --gradient-to-color: var(--alto) !important;
  }

  .xl\:hover\:to-catsk:hover{
    --gradient-to-color: var(--catsk) !important;
  }

  .xl\:focus\:from-black:focus{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-white:focus{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-blue:focus{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-apple:focus{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-don-juan:focus{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-alabaster:focus{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-gray:focus{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-concrete:focus{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-silver:focus{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-gallery:focus{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-alizarin:focus{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-sunset:focus{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-curious-blue:focus{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-mustard:focus{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-alto:focus{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-catsk:focus{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-black:focus{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-white:focus{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-blue:focus{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-apple:focus{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-don-juan:focus{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-alabaster:focus{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-gray:focus{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-concrete:focus{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-silver:focus{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-gallery:focus{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-alizarin:focus{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-sunset:focus{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-curious-blue:focus{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-mustard:focus{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-alto:focus{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-catsk:focus{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:to-black:focus{
    --gradient-to-color: var(--black) !important;
  }

  .xl\:focus\:to-white:focus{
    --gradient-to-color: var(--white) !important;
  }

  .xl\:focus\:to-blue:focus{
    --gradient-to-color: var(--blue) !important;
  }

  .xl\:focus\:to-apple:focus{
    --gradient-to-color: var(--apple) !important;
  }

  .xl\:focus\:to-don-juan:focus{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xl\:focus\:to-alabaster:focus{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xl\:focus\:to-gray:focus{
    --gradient-to-color: var(--gray) !important;
  }

  .xl\:focus\:to-concrete:focus{
    --gradient-to-color: var(--concrete) !important;
  }

  .xl\:focus\:to-silver:focus{
    --gradient-to-color: var(--silver) !important;
  }

  .xl\:focus\:to-gallery:focus{
    --gradient-to-color: var(--gallery) !important;
  }

  .xl\:focus\:to-alizarin:focus{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xl\:focus\:to-sunset:focus{
    --gradient-to-color: var(--sunset) !important;
  }

  .xl\:focus\:to-curious-blue:focus{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xl\:focus\:to-mustard:focus{
    --gradient-to-color: var(--mustard) !important;
  }

  .xl\:focus\:to-alto:focus{
    --gradient-to-color: var(--alto) !important;
  }

  .xl\:focus\:to-catsk:focus{
    --gradient-to-color: var(--catsk) !important;
  }

  .xl\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xl\:bg-bottom{
    background-position: bottom !important;
  }

  .xl\:bg-center{
    background-position: center !important;
  }

  .xl\:bg-left{
    background-position: left !important;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xl\:bg-left-top{
    background-position: left top !important;
  }

  .xl\:bg-right{
    background-position: right !important;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xl\:bg-right-top{
    background-position: right top !important;
  }

  .xl\:bg-top{
    background-position: top !important;
  }

  .xl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xl\:bg-auto{
    background-size: auto !important;
  }

  .xl\:bg-cover{
    background-size: cover !important;
  }

  .xl\:bg-contain{
    background-size: contain !important;
  }

  .xl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:border-separate{
    border-collapse: separate !important;
  }

  .xl\:border-black{
    border-color: var(--black) !important;
  }

  .xl\:border-white{
    border-color: var(--white) !important;
  }

  .xl\:border-blue{
    border-color: var(--blue) !important;
  }

  .xl\:border-apple{
    border-color: var(--apple) !important;
  }

  .xl\:border-don-juan{
    border-color: var(--don-juan) !important;
  }

  .xl\:border-alabaster{
    border-color: var(--alabaster) !important;
  }

  .xl\:border-gray{
    border-color: var(--gray) !important;
  }

  .xl\:border-concrete{
    border-color: var(--concrete) !important;
  }

  .xl\:border-silver{
    border-color: var(--silver) !important;
  }

  .xl\:border-gallery{
    border-color: var(--gallery) !important;
  }

  .xl\:border-alizarin{
    border-color: var(--alizarin) !important;
  }

  .xl\:border-sunset{
    border-color: var(--sunset) !important;
  }

  .xl\:border-curious-blue{
    border-color: var(--curious-blue) !important;
  }

  .xl\:border-mustard{
    border-color: var(--mustard) !important;
  }

  .xl\:border-alto{
    border-color: var(--alto) !important;
  }

  .xl\:border-catsk{
    border-color: var(--catsk) !important;
  }

  .xl\:hover\:border-black:hover{
    border-color: var(--black) !important;
  }

  .xl\:hover\:border-white:hover{
    border-color: var(--white) !important;
  }

  .xl\:hover\:border-blue:hover{
    border-color: var(--blue) !important;
  }

  .xl\:hover\:border-apple:hover{
    border-color: var(--apple) !important;
  }

  .xl\:hover\:border-don-juan:hover{
    border-color: var(--don-juan) !important;
  }

  .xl\:hover\:border-alabaster:hover{
    border-color: var(--alabaster) !important;
  }

  .xl\:hover\:border-gray:hover{
    border-color: var(--gray) !important;
  }

  .xl\:hover\:border-concrete:hover{
    border-color: var(--concrete) !important;
  }

  .xl\:hover\:border-silver:hover{
    border-color: var(--silver) !important;
  }

  .xl\:hover\:border-gallery:hover{
    border-color: var(--gallery) !important;
  }

  .xl\:hover\:border-alizarin:hover{
    border-color: var(--alizarin) !important;
  }

  .xl\:hover\:border-sunset:hover{
    border-color: var(--sunset) !important;
  }

  .xl\:hover\:border-curious-blue:hover{
    border-color: var(--curious-blue) !important;
  }

  .xl\:hover\:border-mustard:hover{
    border-color: var(--mustard) !important;
  }

  .xl\:hover\:border-alto:hover{
    border-color: var(--alto) !important;
  }

  .xl\:hover\:border-catsk:hover{
    border-color: var(--catsk) !important;
  }

  .xl\:focus\:border-black:focus{
    border-color: var(--black) !important;
  }

  .xl\:focus\:border-white:focus{
    border-color: var(--white) !important;
  }

  .xl\:focus\:border-blue:focus{
    border-color: var(--blue) !important;
  }

  .xl\:focus\:border-apple:focus{
    border-color: var(--apple) !important;
  }

  .xl\:focus\:border-don-juan:focus{
    border-color: var(--don-juan) !important;
  }

  .xl\:focus\:border-alabaster:focus{
    border-color: var(--alabaster) !important;
  }

  .xl\:focus\:border-gray:focus{
    border-color: var(--gray) !important;
  }

  .xl\:focus\:border-concrete:focus{
    border-color: var(--concrete) !important;
  }

  .xl\:focus\:border-silver:focus{
    border-color: var(--silver) !important;
  }

  .xl\:focus\:border-gallery:focus{
    border-color: var(--gallery) !important;
  }

  .xl\:focus\:border-alizarin:focus{
    border-color: var(--alizarin) !important;
  }

  .xl\:focus\:border-sunset:focus{
    border-color: var(--sunset) !important;
  }

  .xl\:focus\:border-curious-blue:focus{
    border-color: var(--curious-blue) !important;
  }

  .xl\:focus\:border-mustard:focus{
    border-color: var(--mustard) !important;
  }

  .xl\:focus\:border-alto:focus{
    border-color: var(--alto) !important;
  }

  .xl\:focus\:border-catsk:focus{
    border-color: var(--catsk) !important;
  }

  .xl\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xl\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xl\:rounded-none{
    border-radius: 0 !important;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl\:rounded{
    border-radius: 0.25rem !important;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xl\:rounded-full{
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-solid{
    border-style: solid !important;
  }

  .xl\:border-dashed{
    border-style: dashed !important;
  }

  .xl\:border-dotted{
    border-style: dotted !important;
  }

  .xl\:border-double{
    border-style: double !important;
  }

  .xl\:border-none{
    border-style: none !important;
  }

  .xl\:border-0{
    border-width: 0 !important;
  }

  .xl\:border-2{
    border-width: 2px !important;
  }

  .xl\:border-4{
    border-width: 4px !important;
  }

  .xl\:border-8{
    border-width: 8px !important;
  }

  .xl\:border{
    border-width: 1px !important;
  }

  .xl\:border-t-0{
    border-top-width: 0 !important;
  }

  .xl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:border-t{
    border-top-width: 1px !important;
  }

  .xl\:border-r{
    border-right-width: 1px !important;
  }

  .xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:border-l{
    border-left-width: 1px !important;
  }

  .xl\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xl\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xl\:cursor-auto{
    cursor: auto !important;
  }

  .xl\:cursor-default{
    cursor: default !important;
  }

  .xl\:cursor-pointer{
    cursor: pointer !important;
  }

  .xl\:cursor-wait{
    cursor: wait !important;
  }

  .xl\:cursor-text{
    cursor: text !important;
  }

  .xl\:cursor-move{
    cursor: move !important;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:inline-block{
    display: inline-block !important;
  }

  .xl\:inline{
    display: inline !important;
  }

  .xl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xl\:table{
    display: table !important;
  }

  .xl\:table-caption{
    display: table-caption !important;
  }

  .xl\:table-cell{
    display: table-cell !important;
  }

  .xl\:table-column{
    display: table-column !important;
  }

  .xl\:table-column-group{
    display: table-column-group !important;
  }

  .xl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xl\:table-header-group{
    display: table-header-group !important;
  }

  .xl\:table-row-group{
    display: table-row-group !important;
  }

  .xl\:table-row{
    display: table-row !important;
  }

  .xl\:flow-root{
    display: flow-root !important;
  }

  .xl\:grid{
    display: grid !important;
  }

  .xl\:inline-grid{
    display: inline-grid !important;
  }

  .xl\:contents{
    display: contents !important;
  }

  .xl\:hidden{
    display: none !important;
  }

  .xl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .xl\:place-items-auto{
    place-items: auto !important;
  }

  .xl\:place-items-start{
    place-items: start !important;
  }

  .xl\:place-items-end{
    place-items: end !important;
  }

  .xl\:place-items-center{
    place-items: center !important;
  }

  .xl\:place-items-stretch{
    place-items: stretch !important;
  }

  .xl\:place-content-center{
    place-content: center !important;
  }

  .xl\:place-content-start{
    place-content: start !important;
  }

  .xl\:place-content-end{
    place-content: end !important;
  }

  .xl\:place-content-between{
    place-content: space-between !important;
  }

  .xl\:place-content-around{
    place-content: space-around !important;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xl\:place-content-stretch{
    place-content: stretch !important;
  }

  .xl\:place-self-auto{
    place-self: auto !important;
  }

  .xl\:place-self-start{
    place-self: start !important;
  }

  .xl\:place-self-end{
    place-self: end !important;
  }

  .xl\:place-self-center{
    place-self: center !important;
  }

  .xl\:place-self-stretch{
    place-self: stretch !important;
  }

  .xl\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xl\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xl\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xl\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xl\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xl\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xl\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xl\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xl\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xl\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xl\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xl\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xl\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xl\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xl\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xl\:justify-items-auto{
    justify-items: auto !important;
  }

  .xl\:justify-items-start{
    justify-items: start !important;
  }

  .xl\:justify-items-end{
    justify-items: end !important;
  }

  .xl\:justify-items-center{
    justify-items: center !important;
  }

  .xl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xl\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xl\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xl\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xl\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xl\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .xl\:justify-self-auto{
    justify-self: auto !important;
  }

  .xl\:justify-self-start{
    justify-self: start !important;
  }

  .xl\:justify-self-end{
    justify-self: end !important;
  }

  .xl\:justify-self-center{
    justify-self: center !important;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xl\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xl\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xl\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xl\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xl\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .xl\:float-right{
    float: right !important;
  }

  .xl\:float-left{
    float: left !important;
  }

  .xl\:float-none{
    float: none !important;
  }

  .xl\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:clear-left{
    clear: left !important;
  }

  .xl\:clear-right{
    clear: right !important;
  }

  .xl\:clear-both{
    clear: both !important;
  }

  .xl\:clear-none{
    clear: none !important;
  }

  .xl\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:font-hairline{
    font-weight: 100 !important;
  }

  .xl\:font-thin{
    font-weight: 200 !important;
  }

  .xl\:font-light{
    font-weight: 300 !important;
  }

  .xl\:font-normal{
    font-weight: 400 !important;
  }

  .xl\:font-medium{
    font-weight: 500 !important;
  }

  .xl\:font-semibold{
    font-weight: 600 !important;
  }

  .xl\:font-bold{
    font-weight: 700 !important;
  }

  .xl\:font-extrabold{
    font-weight: 800 !important;
  }

  .xl\:font-black{
    font-weight: 900 !important;
  }

  .xl\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xl\:h-0{
    height: 0px !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-7{
    height: 28px !important;
  }

  .xl\:h-8{
    height: 32px !important;
  }

  .xl\:h-9{
    height: 36px !important;
  }

  .xl\:h-10{
    height: 40px !important;
  }

  .xl\:h-11{
    height: 44px !important;
  }

  .xl\:h-12{
    height: 48px !important;
  }

  .xl\:h-13{
    height: 52px !important;
  }

  .xl\:h-14{
    height: 56px !important;
  }

  .xl\:h-15{
    height: 60px !important;
  }

  .xl\:h-16{
    height: 64px !important;
  }

  .xl\:h-17{
    height: 68px !important;
  }

  .xl\:h-18{
    height: 72px !important;
  }

  .xl\:h-19{
    height: 76px !important;
  }

  .xl\:h-20{
    height: 80px !important;
  }

  .xl\:h-21{
    height: 84px !important;
  }

  .xl\:h-22{
    height: 88px !important;
  }

  .xl\:h-23{
    height: 92px !important;
  }

  .xl\:h-24{
    height: 96px !important;
  }

  .xl\:h-25{
    height: 100px !important;
  }

  .xl\:h-26{
    height: 104px !important;
  }

  .xl\:h-27{
    height: 108px !important;
  }

  .xl\:h-28{
    height: 112px !important;
  }

  .xl\:h-29{
    height: 116px !important;
  }

  .xl\:h-30{
    height: 120px !important;
  }

  .xl\:h-auto{
    height: auto !important;
  }

  .xl\:h-full{
    height: 100% !important;
  }

  .xl\:h-screen{
    height: 100vh !important;
  }

  .xl\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .xl\:text-sm{
    font-size: 14px !important;
  }

  .xl\:text-base{
    font-size: 16px !important;
  }

  .xl\:text-lg{
    font-size: 18px !important;
  }

  .xl\:text-2lg{
    font-size: 20px !important;
  }

  .xl\:text-3lg{
    font-size: 24px !important;
  }

  .xl\:text-xl{
    font-size: 36px !important;
  }

  .xl\:text-2xl{
    font-size: 40px !important;
  }

  .xl\:leading-3{
    line-height: .75rem !important;
  }

  .xl\:leading-4{
    line-height: 1rem !important;
  }

  .xl\:leading-5{
    line-height: 1.25rem !important;
  }

  .xl\:leading-6{
    line-height: 1.5rem !important;
  }

  .xl\:leading-7{
    line-height: 1.75rem !important;
  }

  .xl\:leading-8{
    line-height: 2rem !important;
  }

  .xl\:leading-9{
    line-height: 2.25rem !important;
  }

  .xl\:leading-10{
    line-height: 2.5rem !important;
  }

  .xl\:leading-none{
    line-height: 1 !important;
  }

  .xl\:leading-tight{
    line-height: 1.2 !important;
  }

  .xl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xl\:leading-relaxed{
    line-height: 1.6 !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: 0px !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-7{
    margin: 28px !important;
  }

  .xl\:m-8{
    margin: 32px !important;
  }

  .xl\:m-9{
    margin: 36px !important;
  }

  .xl\:m-10{
    margin: 40px !important;
  }

  .xl\:m-11{
    margin: 44px !important;
  }

  .xl\:m-12{
    margin: 48px !important;
  }

  .xl\:m-13{
    margin: 52px !important;
  }

  .xl\:m-14{
    margin: 56px !important;
  }

  .xl\:m-15{
    margin: 60px !important;
  }

  .xl\:m-16{
    margin: 64px !important;
  }

  .xl\:m-17{
    margin: 68px !important;
  }

  .xl\:m-18{
    margin: 72px !important;
  }

  .xl\:m-19{
    margin: 76px !important;
  }

  .xl\:m-20{
    margin: 80px !important;
  }

  .xl\:m-21{
    margin: 84px !important;
  }

  .xl\:m-22{
    margin: 88px !important;
  }

  .xl\:m-23{
    margin: 92px !important;
  }

  .xl\:m-24{
    margin: 96px !important;
  }

  .xl\:m-25{
    margin: 100px !important;
  }

  .xl\:m-26{
    margin: 104px !important;
  }

  .xl\:m-27{
    margin: 108px !important;
  }

  .xl\:m-28{
    margin: 112px !important;
  }

  .xl\:m-29{
    margin: 116px !important;
  }

  .xl\:m-30{
    margin: 120px !important;
  }

  .xl\:m-auto{
    margin: auto !important;
  }

  .xl\:-m-0{
    margin: 0px !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-7{
    margin: -28px !important;
  }

  .xl\:-m-8{
    margin: -32px !important;
  }

  .xl\:-m-9{
    margin: -36px !important;
  }

  .xl\:-m-10{
    margin: -40px !important;
  }

  .xl\:-m-11{
    margin: -44px !important;
  }

  .xl\:-m-12{
    margin: -48px !important;
  }

  .xl\:-m-13{
    margin: -52px !important;
  }

  .xl\:-m-14{
    margin: -56px !important;
  }

  .xl\:-m-15{
    margin: -60px !important;
  }

  .xl\:-m-16{
    margin: -64px !important;
  }

  .xl\:-m-17{
    margin: -68px !important;
  }

  .xl\:-m-18{
    margin: -72px !important;
  }

  .xl\:-m-19{
    margin: -76px !important;
  }

  .xl\:-m-20{
    margin: -80px !important;
  }

  .xl\:-m-21{
    margin: -84px !important;
  }

  .xl\:-m-22{
    margin: -88px !important;
  }

  .xl\:-m-23{
    margin: -92px !important;
  }

  .xl\:-m-24{
    margin: -96px !important;
  }

  .xl\:-m-25{
    margin: -100px !important;
  }

  .xl\:-m-26{
    margin: -104px !important;
  }

  .xl\:-m-27{
    margin: -108px !important;
  }

  .xl\:-m-28{
    margin: -112px !important;
  }

  .xl\:-m-29{
    margin: -116px !important;
  }

  .xl\:-m-30{
    margin: -120px !important;
  }

  .xl\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !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-7{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .xl\:mx-7{
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .xl\:my-8{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:mx-8{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:my-9{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xl\:mx-9{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xl\:my-10{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:mx-10{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:my-11{
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xl\:mx-11{
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xl\:my-12{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:mx-12{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:my-13{
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .xl\:mx-13{
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .xl\:my-14{
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xl\:mx-14{
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xl\:my-15{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xl\:mx-15{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xl\:my-16{
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xl\:mx-16{
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xl\:my-17{
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .xl\:mx-17{
    margin-left: 68px !important;
    margin-right: 68px !important;
  }

  .xl\:my-18{
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xl\:mx-18{
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xl\:my-19{
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .xl\:mx-19{
    margin-left: 76px !important;
    margin-right: 76px !important;
  }

  .xl\:my-20{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:mx-20{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:my-21{
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .xl\:mx-21{
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .xl\:my-22{
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xl\:mx-22{
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xl\:my-23{
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .xl\:mx-23{
    margin-left: 92px !important;
    margin-right: 92px !important;
  }

  .xl\:my-24{
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .xl\:mx-24{
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .xl\:my-25{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xl\:mx-25{
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xl\:my-26{
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .xl\:mx-26{
    margin-left: 104px !important;
    margin-right: 104px !important;
  }

  .xl\:my-27{
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .xl\:mx-27{
    margin-left: 108px !important;
    margin-right: 108px !important;
  }

  .xl\:my-28{
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .xl\:mx-28{
    margin-left: 112px !important;
    margin-right: 112px !important;
  }

  .xl\:my-29{
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .xl\:mx-29{
    margin-left: 116px !important;
    margin-right: 116px !important;
  }

  .xl\:my-30{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xl\:mx-30{
    margin-left: 120px !important;
    margin-right: 120px !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: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !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-7{
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .xl\:-mx-7{
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .xl\:-my-8{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xl\:-mx-8{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xl\:-my-9{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xl\:-mx-9{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xl\:-my-10{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xl\:-mx-10{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xl\:-my-11{
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xl\:-mx-11{
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xl\:-my-12{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xl\:-mx-12{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xl\:-my-13{
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .xl\:-mx-13{
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .xl\:-my-14{
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .xl\:-mx-14{
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .xl\:-my-15{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xl\:-mx-15{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xl\:-my-16{
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xl\:-mx-16{
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xl\:-my-17{
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }

  .xl\:-mx-17{
    margin-left: -68px !important;
    margin-right: -68px !important;
  }

  .xl\:-my-18{
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xl\:-mx-18{
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xl\:-my-19{
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }

  .xl\:-mx-19{
    margin-left: -76px !important;
    margin-right: -76px !important;
  }

  .xl\:-my-20{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xl\:-mx-20{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xl\:-my-21{
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .xl\:-mx-21{
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .xl\:-my-22{
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .xl\:-mx-22{
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .xl\:-my-23{
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }

  .xl\:-mx-23{
    margin-left: -92px !important;
    margin-right: -92px !important;
  }

  .xl\:-my-24{
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .xl\:-mx-24{
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .xl\:-my-25{
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xl\:-mx-25{
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xl\:-my-26{
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }

  .xl\:-mx-26{
    margin-left: -104px !important;
    margin-right: -104px !important;
  }

  .xl\:-my-27{
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }

  .xl\:-mx-27{
    margin-left: -108px !important;
    margin-right: -108px !important;
  }

  .xl\:-my-28{
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .xl\:-mx-28{
    margin-left: -112px !important;
    margin-right: -112px !important;
  }

  .xl\:-my-29{
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }

  .xl\:-mx-29{
    margin-left: -116px !important;
    margin-right: -116px !important;
  }

  .xl\:-my-30{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xl\:-mx-30{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xl\:mt-0{
    margin-top: 0px !important;
  }

  .xl\:mr-0{
    margin-right: 0px !important;
  }

  .xl\:mb-0{
    margin-bottom: 0px !important;
  }

  .xl\:ml-0{
    margin-left: 0px !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-7{
    margin-top: 28px !important;
  }

  .xl\:mr-7{
    margin-right: 28px !important;
  }

  .xl\:mb-7{
    margin-bottom: 28px !important;
  }

  .xl\:ml-7{
    margin-left: 28px !important;
  }

  .xl\:mt-8{
    margin-top: 32px !important;
  }

  .xl\:mr-8{
    margin-right: 32px !important;
  }

  .xl\:mb-8{
    margin-bottom: 32px !important;
  }

  .xl\:ml-8{
    margin-left: 32px !important;
  }

  .xl\:mt-9{
    margin-top: 36px !important;
  }

  .xl\:mr-9{
    margin-right: 36px !important;
  }

  .xl\:mb-9{
    margin-bottom: 36px !important;
  }

  .xl\:ml-9{
    margin-left: 36px !important;
  }

  .xl\:mt-10{
    margin-top: 40px !important;
  }

  .xl\:mr-10{
    margin-right: 40px !important;
  }

  .xl\:mb-10{
    margin-bottom: 40px !important;
  }

  .xl\:ml-10{
    margin-left: 40px !important;
  }

  .xl\:mt-11{
    margin-top: 44px !important;
  }

  .xl\:mr-11{
    margin-right: 44px !important;
  }

  .xl\:mb-11{
    margin-bottom: 44px !important;
  }

  .xl\:ml-11{
    margin-left: 44px !important;
  }

  .xl\:mt-12{
    margin-top: 48px !important;
  }

  .xl\:mr-12{
    margin-right: 48px !important;
  }

  .xl\:mb-12{
    margin-bottom: 48px !important;
  }

  .xl\:ml-12{
    margin-left: 48px !important;
  }

  .xl\:mt-13{
    margin-top: 52px !important;
  }

  .xl\:mr-13{
    margin-right: 52px !important;
  }

  .xl\:mb-13{
    margin-bottom: 52px !important;
  }

  .xl\:ml-13{
    margin-left: 52px !important;
  }

  .xl\:mt-14{
    margin-top: 56px !important;
  }

  .xl\:mr-14{
    margin-right: 56px !important;
  }

  .xl\:mb-14{
    margin-bottom: 56px !important;
  }

  .xl\:ml-14{
    margin-left: 56px !important;
  }

  .xl\:mt-15{
    margin-top: 60px !important;
  }

  .xl\:mr-15{
    margin-right: 60px !important;
  }

  .xl\:mb-15{
    margin-bottom: 60px !important;
  }

  .xl\:ml-15{
    margin-left: 60px !important;
  }

  .xl\:mt-16{
    margin-top: 64px !important;
  }

  .xl\:mr-16{
    margin-right: 64px !important;
  }

  .xl\:mb-16{
    margin-bottom: 64px !important;
  }

  .xl\:ml-16{
    margin-left: 64px !important;
  }

  .xl\:mt-17{
    margin-top: 68px !important;
  }

  .xl\:mr-17{
    margin-right: 68px !important;
  }

  .xl\:mb-17{
    margin-bottom: 68px !important;
  }

  .xl\:ml-17{
    margin-left: 68px !important;
  }

  .xl\:mt-18{
    margin-top: 72px !important;
  }

  .xl\:mr-18{
    margin-right: 72px !important;
  }

  .xl\:mb-18{
    margin-bottom: 72px !important;
  }

  .xl\:ml-18{
    margin-left: 72px !important;
  }

  .xl\:mt-19{
    margin-top: 76px !important;
  }

  .xl\:mr-19{
    margin-right: 76px !important;
  }

  .xl\:mb-19{
    margin-bottom: 76px !important;
  }

  .xl\:ml-19{
    margin-left: 76px !important;
  }

  .xl\:mt-20{
    margin-top: 80px !important;
  }

  .xl\:mr-20{
    margin-right: 80px !important;
  }

  .xl\:mb-20{
    margin-bottom: 80px !important;
  }

  .xl\:ml-20{
    margin-left: 80px !important;
  }

  .xl\:mt-21{
    margin-top: 84px !important;
  }

  .xl\:mr-21{
    margin-right: 84px !important;
  }

  .xl\:mb-21{
    margin-bottom: 84px !important;
  }

  .xl\:ml-21{
    margin-left: 84px !important;
  }

  .xl\:mt-22{
    margin-top: 88px !important;
  }

  .xl\:mr-22{
    margin-right: 88px !important;
  }

  .xl\:mb-22{
    margin-bottom: 88px !important;
  }

  .xl\:ml-22{
    margin-left: 88px !important;
  }

  .xl\:mt-23{
    margin-top: 92px !important;
  }

  .xl\:mr-23{
    margin-right: 92px !important;
  }

  .xl\:mb-23{
    margin-bottom: 92px !important;
  }

  .xl\:ml-23{
    margin-left: 92px !important;
  }

  .xl\:mt-24{
    margin-top: 96px !important;
  }

  .xl\:mr-24{
    margin-right: 96px !important;
  }

  .xl\:mb-24{
    margin-bottom: 96px !important;
  }

  .xl\:ml-24{
    margin-left: 96px !important;
  }

  .xl\:mt-25{
    margin-top: 100px !important;
  }

  .xl\:mr-25{
    margin-right: 100px !important;
  }

  .xl\:mb-25{
    margin-bottom: 100px !important;
  }

  .xl\:ml-25{
    margin-left: 100px !important;
  }

  .xl\:mt-26{
    margin-top: 104px !important;
  }

  .xl\:mr-26{
    margin-right: 104px !important;
  }

  .xl\:mb-26{
    margin-bottom: 104px !important;
  }

  .xl\:ml-26{
    margin-left: 104px !important;
  }

  .xl\:mt-27{
    margin-top: 108px !important;
  }

  .xl\:mr-27{
    margin-right: 108px !important;
  }

  .xl\:mb-27{
    margin-bottom: 108px !important;
  }

  .xl\:ml-27{
    margin-left: 108px !important;
  }

  .xl\:mt-28{
    margin-top: 112px !important;
  }

  .xl\:mr-28{
    margin-right: 112px !important;
  }

  .xl\:mb-28{
    margin-bottom: 112px !important;
  }

  .xl\:ml-28{
    margin-left: 112px !important;
  }

  .xl\:mt-29{
    margin-top: 116px !important;
  }

  .xl\:mr-29{
    margin-right: 116px !important;
  }

  .xl\:mb-29{
    margin-bottom: 116px !important;
  }

  .xl\:ml-29{
    margin-left: 116px !important;
  }

  .xl\:mt-30{
    margin-top: 120px !important;
  }

  .xl\:mr-30{
    margin-right: 120px !important;
  }

  .xl\:mb-30{
    margin-bottom: 120px !important;
  }

  .xl\:ml-30{
    margin-left: 120px !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: 0px !important;
  }

  .xl\:-mr-0{
    margin-right: 0px !important;
  }

  .xl\:-mb-0{
    margin-bottom: 0px !important;
  }

  .xl\:-ml-0{
    margin-left: 0px !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-7{
    margin-top: -28px !important;
  }

  .xl\:-mr-7{
    margin-right: -28px !important;
  }

  .xl\:-mb-7{
    margin-bottom: -28px !important;
  }

  .xl\:-ml-7{
    margin-left: -28px !important;
  }

  .xl\:-mt-8{
    margin-top: -32px !important;
  }

  .xl\:-mr-8{
    margin-right: -32px !important;
  }

  .xl\:-mb-8{
    margin-bottom: -32px !important;
  }

  .xl\:-ml-8{
    margin-left: -32px !important;
  }

  .xl\:-mt-9{
    margin-top: -36px !important;
  }

  .xl\:-mr-9{
    margin-right: -36px !important;
  }

  .xl\:-mb-9{
    margin-bottom: -36px !important;
  }

  .xl\:-ml-9{
    margin-left: -36px !important;
  }

  .xl\:-mt-10{
    margin-top: -40px !important;
  }

  .xl\:-mr-10{
    margin-right: -40px !important;
  }

  .xl\:-mb-10{
    margin-bottom: -40px !important;
  }

  .xl\:-ml-10{
    margin-left: -40px !important;
  }

  .xl\:-mt-11{
    margin-top: -44px !important;
  }

  .xl\:-mr-11{
    margin-right: -44px !important;
  }

  .xl\:-mb-11{
    margin-bottom: -44px !important;
  }

  .xl\:-ml-11{
    margin-left: -44px !important;
  }

  .xl\:-mt-12{
    margin-top: -48px !important;
  }

  .xl\:-mr-12{
    margin-right: -48px !important;
  }

  .xl\:-mb-12{
    margin-bottom: -48px !important;
  }

  .xl\:-ml-12{
    margin-left: -48px !important;
  }

  .xl\:-mt-13{
    margin-top: -52px !important;
  }

  .xl\:-mr-13{
    margin-right: -52px !important;
  }

  .xl\:-mb-13{
    margin-bottom: -52px !important;
  }

  .xl\:-ml-13{
    margin-left: -52px !important;
  }

  .xl\:-mt-14{
    margin-top: -56px !important;
  }

  .xl\:-mr-14{
    margin-right: -56px !important;
  }

  .xl\:-mb-14{
    margin-bottom: -56px !important;
  }

  .xl\:-ml-14{
    margin-left: -56px !important;
  }

  .xl\:-mt-15{
    margin-top: -60px !important;
  }

  .xl\:-mr-15{
    margin-right: -60px !important;
  }

  .xl\:-mb-15{
    margin-bottom: -60px !important;
  }

  .xl\:-ml-15{
    margin-left: -60px !important;
  }

  .xl\:-mt-16{
    margin-top: -64px !important;
  }

  .xl\:-mr-16{
    margin-right: -64px !important;
  }

  .xl\:-mb-16{
    margin-bottom: -64px !important;
  }

  .xl\:-ml-16{
    margin-left: -64px !important;
  }

  .xl\:-mt-17{
    margin-top: -68px !important;
  }

  .xl\:-mr-17{
    margin-right: -68px !important;
  }

  .xl\:-mb-17{
    margin-bottom: -68px !important;
  }

  .xl\:-ml-17{
    margin-left: -68px !important;
  }

  .xl\:-mt-18{
    margin-top: -72px !important;
  }

  .xl\:-mr-18{
    margin-right: -72px !important;
  }

  .xl\:-mb-18{
    margin-bottom: -72px !important;
  }

  .xl\:-ml-18{
    margin-left: -72px !important;
  }

  .xl\:-mt-19{
    margin-top: -76px !important;
  }

  .xl\:-mr-19{
    margin-right: -76px !important;
  }

  .xl\:-mb-19{
    margin-bottom: -76px !important;
  }

  .xl\:-ml-19{
    margin-left: -76px !important;
  }

  .xl\:-mt-20{
    margin-top: -80px !important;
  }

  .xl\:-mr-20{
    margin-right: -80px !important;
  }

  .xl\:-mb-20{
    margin-bottom: -80px !important;
  }

  .xl\:-ml-20{
    margin-left: -80px !important;
  }

  .xl\:-mt-21{
    margin-top: -84px !important;
  }

  .xl\:-mr-21{
    margin-right: -84px !important;
  }

  .xl\:-mb-21{
    margin-bottom: -84px !important;
  }

  .xl\:-ml-21{
    margin-left: -84px !important;
  }

  .xl\:-mt-22{
    margin-top: -88px !important;
  }

  .xl\:-mr-22{
    margin-right: -88px !important;
  }

  .xl\:-mb-22{
    margin-bottom: -88px !important;
  }

  .xl\:-ml-22{
    margin-left: -88px !important;
  }

  .xl\:-mt-23{
    margin-top: -92px !important;
  }

  .xl\:-mr-23{
    margin-right: -92px !important;
  }

  .xl\:-mb-23{
    margin-bottom: -92px !important;
  }

  .xl\:-ml-23{
    margin-left: -92px !important;
  }

  .xl\:-mt-24{
    margin-top: -96px !important;
  }

  .xl\:-mr-24{
    margin-right: -96px !important;
  }

  .xl\:-mb-24{
    margin-bottom: -96px !important;
  }

  .xl\:-ml-24{
    margin-left: -96px !important;
  }

  .xl\:-mt-25{
    margin-top: -100px !important;
  }

  .xl\:-mr-25{
    margin-right: -100px !important;
  }

  .xl\:-mb-25{
    margin-bottom: -100px !important;
  }

  .xl\:-ml-25{
    margin-left: -100px !important;
  }

  .xl\:-mt-26{
    margin-top: -104px !important;
  }

  .xl\:-mr-26{
    margin-right: -104px !important;
  }

  .xl\:-mb-26{
    margin-bottom: -104px !important;
  }

  .xl\:-ml-26{
    margin-left: -104px !important;
  }

  .xl\:-mt-27{
    margin-top: -108px !important;
  }

  .xl\:-mr-27{
    margin-right: -108px !important;
  }

  .xl\:-mb-27{
    margin-bottom: -108px !important;
  }

  .xl\:-ml-27{
    margin-left: -108px !important;
  }

  .xl\:-mt-28{
    margin-top: -112px !important;
  }

  .xl\:-mr-28{
    margin-right: -112px !important;
  }

  .xl\:-mb-28{
    margin-bottom: -112px !important;
  }

  .xl\:-ml-28{
    margin-left: -112px !important;
  }

  .xl\:-mt-29{
    margin-top: -116px !important;
  }

  .xl\:-mr-29{
    margin-right: -116px !important;
  }

  .xl\:-mb-29{
    margin-bottom: -116px !important;
  }

  .xl\:-ml-29{
    margin-left: -116px !important;
  }

  .xl\:-mt-30{
    margin-top: -120px !important;
  }

  .xl\:-mr-30{
    margin-right: -120px !important;
  }

  .xl\:-mb-30{
    margin-bottom: -120px !important;
  }

  .xl\:-ml-30{
    margin-left: -120px !important;
  }

  .xl\:max-h-full{
    max-height: 100% !important;
  }

  .xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:max-w-none{
    max-width: none !important;
  }

  .xl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:max-w-md{
    max-width: 28rem !important;
  }

  .xl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:max-w-full{
    max-width: 100% !important;
  }

  .xl\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .xl\:max-w-screen-sm{
    max-width: 480px !important;
  }

  .xl\:max-w-screen-md{
    max-width: 720px !important;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xl\:max-w-screen-xxl{
    max-width: 1400px !important;
  }

  .xl\:max-w-screen-xxxl{
    max-width: 1600px !important;
  }

  .xl\:min-h-0{
    min-height: 0 !important;
  }

  .xl\:min-h-full{
    min-height: 100% !important;
  }

  .xl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:min-w-0{
    min-width: 0 !important;
  }

  .xl\:min-w-full{
    min-width: 100% !important;
  }

  .xl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:opacity-0{
    opacity: 0 !important;
  }

  .xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:opacity-100{
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:overflow-auto{
    overflow: auto !important;
  }

  .xl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xl\:overflow-visible{
    overflow: visible !important;
  }

  .xl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xl\:p-0{
    padding: 0px !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-7{
    padding: 28px !important;
  }

  .xl\:p-8{
    padding: 32px !important;
  }

  .xl\:p-9{
    padding: 36px !important;
  }

  .xl\:p-10{
    padding: 40px !important;
  }

  .xl\:p-11{
    padding: 44px !important;
  }

  .xl\:p-12{
    padding: 48px !important;
  }

  .xl\:p-13{
    padding: 52px !important;
  }

  .xl\:p-14{
    padding: 56px !important;
  }

  .xl\:p-15{
    padding: 60px !important;
  }

  .xl\:p-16{
    padding: 64px !important;
  }

  .xl\:p-17{
    padding: 68px !important;
  }

  .xl\:p-18{
    padding: 72px !important;
  }

  .xl\:p-19{
    padding: 76px !important;
  }

  .xl\:p-20{
    padding: 80px !important;
  }

  .xl\:p-21{
    padding: 84px !important;
  }

  .xl\:p-22{
    padding: 88px !important;
  }

  .xl\:p-23{
    padding: 92px !important;
  }

  .xl\:p-24{
    padding: 96px !important;
  }

  .xl\:p-25{
    padding: 100px !important;
  }

  .xl\:p-26{
    padding: 104px !important;
  }

  .xl\:p-27{
    padding: 108px !important;
  }

  .xl\:p-28{
    padding: 112px !important;
  }

  .xl\:p-29{
    padding: 116px !important;
  }

  .xl\:p-30{
    padding: 120px !important;
  }

  .xl\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !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-7{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .xl\:px-7{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .xl\:py-8{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:px-8{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:py-9{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xl\:px-9{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xl\:py-10{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:px-10{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:py-11{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xl\:px-11{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xl\:py-12{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:px-12{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:py-13{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .xl\:px-13{
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .xl\:py-14{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xl\:px-14{
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xl\:py-15{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xl\:px-15{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xl\:py-16{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xl\:px-16{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:py-17{
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .xl\:px-17{
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .xl\:py-18{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xl\:px-18{
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xl\:py-19{
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .xl\:px-19{
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .xl\:py-20{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:px-20{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:py-21{
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .xl\:px-21{
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .xl\:py-22{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .xl\:px-22{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }

  .xl\:py-23{
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .xl\:px-23{
    padding-left: 92px !important;
    padding-right: 92px !important;
  }

  .xl\:py-24{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xl\:px-24{
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .xl\:py-25{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xl\:px-25{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xl\:py-26{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .xl\:px-26{
    padding-left: 104px !important;
    padding-right: 104px !important;
  }

  .xl\:py-27{
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .xl\:px-27{
    padding-left: 108px !important;
    padding-right: 108px !important;
  }

  .xl\:py-28{
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .xl\:px-28{
    padding-left: 112px !important;
    padding-right: 112px !important;
  }

  .xl\:py-29{
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .xl\:px-29{
    padding-left: 116px !important;
    padding-right: 116px !important;
  }

  .xl\:py-30{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xl\:px-30{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xl\:pt-0{
    padding-top: 0px !important;
  }

  .xl\:pr-0{
    padding-right: 0px !important;
  }

  .xl\:pb-0{
    padding-bottom: 0px !important;
  }

  .xl\:pl-0{
    padding-left: 0px !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-7{
    padding-top: 28px !important;
  }

  .xl\:pr-7{
    padding-right: 28px !important;
  }

  .xl\:pb-7{
    padding-bottom: 28px !important;
  }

  .xl\:pl-7{
    padding-left: 28px !important;
  }

  .xl\:pt-8{
    padding-top: 32px !important;
  }

  .xl\:pr-8{
    padding-right: 32px !important;
  }

  .xl\:pb-8{
    padding-bottom: 32px !important;
  }

  .xl\:pl-8{
    padding-left: 32px !important;
  }

  .xl\:pt-9{
    padding-top: 36px !important;
  }

  .xl\:pr-9{
    padding-right: 36px !important;
  }

  .xl\:pb-9{
    padding-bottom: 36px !important;
  }

  .xl\:pl-9{
    padding-left: 36px !important;
  }

  .xl\:pt-10{
    padding-top: 40px !important;
  }

  .xl\:pr-10{
    padding-right: 40px !important;
  }

  .xl\:pb-10{
    padding-bottom: 40px !important;
  }

  .xl\:pl-10{
    padding-left: 40px !important;
  }

  .xl\:pt-11{
    padding-top: 44px !important;
  }

  .xl\:pr-11{
    padding-right: 44px !important;
  }

  .xl\:pb-11{
    padding-bottom: 44px !important;
  }

  .xl\:pl-11{
    padding-left: 44px !important;
  }

  .xl\:pt-12{
    padding-top: 48px !important;
  }

  .xl\:pr-12{
    padding-right: 48px !important;
  }

  .xl\:pb-12{
    padding-bottom: 48px !important;
  }

  .xl\:pl-12{
    padding-left: 48px !important;
  }

  .xl\:pt-13{
    padding-top: 52px !important;
  }

  .xl\:pr-13{
    padding-right: 52px !important;
  }

  .xl\:pb-13{
    padding-bottom: 52px !important;
  }

  .xl\:pl-13{
    padding-left: 52px !important;
  }

  .xl\:pt-14{
    padding-top: 56px !important;
  }

  .xl\:pr-14{
    padding-right: 56px !important;
  }

  .xl\:pb-14{
    padding-bottom: 56px !important;
  }

  .xl\:pl-14{
    padding-left: 56px !important;
  }

  .xl\:pt-15{
    padding-top: 60px !important;
  }

  .xl\:pr-15{
    padding-right: 60px !important;
  }

  .xl\:pb-15{
    padding-bottom: 60px !important;
  }

  .xl\:pl-15{
    padding-left: 60px !important;
  }

  .xl\:pt-16{
    padding-top: 64px !important;
  }

  .xl\:pr-16{
    padding-right: 64px !important;
  }

  .xl\:pb-16{
    padding-bottom: 64px !important;
  }

  .xl\:pl-16{
    padding-left: 64px !important;
  }

  .xl\:pt-17{
    padding-top: 68px !important;
  }

  .xl\:pr-17{
    padding-right: 68px !important;
  }

  .xl\:pb-17{
    padding-bottom: 68px !important;
  }

  .xl\:pl-17{
    padding-left: 68px !important;
  }

  .xl\:pt-18{
    padding-top: 72px !important;
  }

  .xl\:pr-18{
    padding-right: 72px !important;
  }

  .xl\:pb-18{
    padding-bottom: 72px !important;
  }

  .xl\:pl-18{
    padding-left: 72px !important;
  }

  .xl\:pt-19{
    padding-top: 76px !important;
  }

  .xl\:pr-19{
    padding-right: 76px !important;
  }

  .xl\:pb-19{
    padding-bottom: 76px !important;
  }

  .xl\:pl-19{
    padding-left: 76px !important;
  }

  .xl\:pt-20{
    padding-top: 80px !important;
  }

  .xl\:pr-20{
    padding-right: 80px !important;
  }

  .xl\:pb-20{
    padding-bottom: 80px !important;
  }

  .xl\:pl-20{
    padding-left: 80px !important;
  }

  .xl\:pt-21{
    padding-top: 84px !important;
  }

  .xl\:pr-21{
    padding-right: 84px !important;
  }

  .xl\:pb-21{
    padding-bottom: 84px !important;
  }

  .xl\:pl-21{
    padding-left: 84px !important;
  }

  .xl\:pt-22{
    padding-top: 88px !important;
  }

  .xl\:pr-22{
    padding-right: 88px !important;
  }

  .xl\:pb-22{
    padding-bottom: 88px !important;
  }

  .xl\:pl-22{
    padding-left: 88px !important;
  }

  .xl\:pt-23{
    padding-top: 92px !important;
  }

  .xl\:pr-23{
    padding-right: 92px !important;
  }

  .xl\:pb-23{
    padding-bottom: 92px !important;
  }

  .xl\:pl-23{
    padding-left: 92px !important;
  }

  .xl\:pt-24{
    padding-top: 96px !important;
  }

  .xl\:pr-24{
    padding-right: 96px !important;
  }

  .xl\:pb-24{
    padding-bottom: 96px !important;
  }

  .xl\:pl-24{
    padding-left: 96px !important;
  }

  .xl\:pt-25{
    padding-top: 100px !important;
  }

  .xl\:pr-25{
    padding-right: 100px !important;
  }

  .xl\:pb-25{
    padding-bottom: 100px !important;
  }

  .xl\:pl-25{
    padding-left: 100px !important;
  }

  .xl\:pt-26{
    padding-top: 104px !important;
  }

  .xl\:pr-26{
    padding-right: 104px !important;
  }

  .xl\:pb-26{
    padding-bottom: 104px !important;
  }

  .xl\:pl-26{
    padding-left: 104px !important;
  }

  .xl\:pt-27{
    padding-top: 108px !important;
  }

  .xl\:pr-27{
    padding-right: 108px !important;
  }

  .xl\:pb-27{
    padding-bottom: 108px !important;
  }

  .xl\:pl-27{
    padding-left: 108px !important;
  }

  .xl\:pt-28{
    padding-top: 112px !important;
  }

  .xl\:pr-28{
    padding-right: 112px !important;
  }

  .xl\:pb-28{
    padding-bottom: 112px !important;
  }

  .xl\:pl-28{
    padding-left: 112px !important;
  }

  .xl\:pt-29{
    padding-top: 116px !important;
  }

  .xl\:pr-29{
    padding-right: 116px !important;
  }

  .xl\:pb-29{
    padding-bottom: 116px !important;
  }

  .xl\:pl-29{
    padding-left: 116px !important;
  }

  .xl\:pt-30{
    padding-top: 120px !important;
  }

  .xl\:pr-30{
    padding-right: 120px !important;
  }

  .xl\:pb-30{
    padding-bottom: 120px !important;
  }

  .xl\:pl-30{
    padding-left: 120px !important;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .xl\:placeholder-black::-moz-placeholder{
    color: var(--black) !important;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xl\:placeholder-black::placeholder{
    color: var(--black) !important;
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .xl\:placeholder-white::-moz-placeholder{
    color: var(--white) !important;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xl\:placeholder-white::placeholder{
    color: var(--white) !important;
  }

  .xl\:placeholder-blue::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .xl\:placeholder-blue::-moz-placeholder{
    color: var(--blue) !important;
  }

  .xl\:placeholder-blue:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xl\:placeholder-blue::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xl\:placeholder-blue::placeholder{
    color: var(--blue) !important;
  }

  .xl\:placeholder-apple::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .xl\:placeholder-apple::-moz-placeholder{
    color: var(--apple) !important;
  }

  .xl\:placeholder-apple:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xl\:placeholder-apple::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xl\:placeholder-apple::placeholder{
    color: var(--apple) !important;
  }

  .xl\:placeholder-don-juan::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:placeholder-don-juan::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:placeholder-don-juan:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:placeholder-don-juan::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:placeholder-don-juan::placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:placeholder-alabaster::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:placeholder-alabaster::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:placeholder-alabaster:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:placeholder-alabaster::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:placeholder-alabaster::placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:placeholder-gray::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .xl\:placeholder-gray::-moz-placeholder{
    color: var(--gray) !important;
  }

  .xl\:placeholder-gray:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xl\:placeholder-gray::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xl\:placeholder-gray::placeholder{
    color: var(--gray) !important;
  }

  .xl\:placeholder-concrete::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .xl\:placeholder-concrete::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .xl\:placeholder-concrete:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xl\:placeholder-concrete::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xl\:placeholder-concrete::placeholder{
    color: var(--concrete) !important;
  }

  .xl\:placeholder-silver::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .xl\:placeholder-silver::-moz-placeholder{
    color: var(--silver) !important;
  }

  .xl\:placeholder-silver:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xl\:placeholder-silver::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xl\:placeholder-silver::placeholder{
    color: var(--silver) !important;
  }

  .xl\:placeholder-gallery::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .xl\:placeholder-gallery::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .xl\:placeholder-gallery:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xl\:placeholder-gallery::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xl\:placeholder-gallery::placeholder{
    color: var(--gallery) !important;
  }

  .xl\:placeholder-alizarin::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:placeholder-alizarin::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:placeholder-alizarin:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:placeholder-alizarin::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:placeholder-alizarin::placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:placeholder-sunset::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .xl\:placeholder-sunset::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .xl\:placeholder-sunset:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xl\:placeholder-sunset::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xl\:placeholder-sunset::placeholder{
    color: var(--sunset) !important;
  }

  .xl\:placeholder-curious-blue::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:placeholder-curious-blue::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:placeholder-curious-blue:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:placeholder-curious-blue::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:placeholder-curious-blue::placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:placeholder-mustard::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .xl\:placeholder-mustard::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .xl\:placeholder-mustard:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xl\:placeholder-mustard::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xl\:placeholder-mustard::placeholder{
    color: var(--mustard) !important;
  }

  .xl\:placeholder-alto::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .xl\:placeholder-alto::-moz-placeholder{
    color: var(--alto) !important;
  }

  .xl\:placeholder-alto:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xl\:placeholder-alto::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xl\:placeholder-alto::placeholder{
    color: var(--alto) !important;
  }

  .xl\:placeholder-catsk::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .xl\:placeholder-catsk::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .xl\:placeholder-catsk:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xl\:placeholder-catsk::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xl\:placeholder-catsk::placeholder{
    color: var(--catsk) !important;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--black) !important;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    color: var(--black) !important;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--white) !important;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    color: var(--white) !important;
  }

  .xl\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .xl\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: var(--blue) !important;
  }

  .xl\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xl\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xl\:focus\:placeholder-blue:focus::placeholder{
    color: var(--blue) !important;
  }

  .xl\:focus\:placeholder-apple:focus::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .xl\:focus\:placeholder-apple:focus::-moz-placeholder{
    color: var(--apple) !important;
  }

  .xl\:focus\:placeholder-apple:focus:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xl\:focus\:placeholder-apple:focus::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xl\:focus\:placeholder-apple:focus::placeholder{
    color: var(--apple) !important;
  }

  .xl\:focus\:placeholder-don-juan:focus::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:focus\:placeholder-don-juan:focus::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:focus\:placeholder-don-juan:focus:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:focus\:placeholder-don-juan:focus::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:focus\:placeholder-don-juan:focus::placeholder{
    color: var(--don-juan) !important;
  }

  .xl\:focus\:placeholder-alabaster:focus::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:focus\:placeholder-alabaster:focus::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:focus\:placeholder-alabaster:focus:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:focus\:placeholder-alabaster:focus::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:focus\:placeholder-alabaster:focus::placeholder{
    color: var(--alabaster) !important;
  }

  .xl\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .xl\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: var(--gray) !important;
  }

  .xl\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xl\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xl\:focus\:placeholder-gray:focus::placeholder{
    color: var(--gray) !important;
  }

  .xl\:focus\:placeholder-concrete:focus::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .xl\:focus\:placeholder-concrete:focus::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .xl\:focus\:placeholder-concrete:focus:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xl\:focus\:placeholder-concrete:focus::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xl\:focus\:placeholder-concrete:focus::placeholder{
    color: var(--concrete) !important;
  }

  .xl\:focus\:placeholder-silver:focus::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .xl\:focus\:placeholder-silver:focus::-moz-placeholder{
    color: var(--silver) !important;
  }

  .xl\:focus\:placeholder-silver:focus:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xl\:focus\:placeholder-silver:focus::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xl\:focus\:placeholder-silver:focus::placeholder{
    color: var(--silver) !important;
  }

  .xl\:focus\:placeholder-gallery:focus::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .xl\:focus\:placeholder-gallery:focus::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .xl\:focus\:placeholder-gallery:focus:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xl\:focus\:placeholder-gallery:focus::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xl\:focus\:placeholder-gallery:focus::placeholder{
    color: var(--gallery) !important;
  }

  .xl\:focus\:placeholder-alizarin:focus::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:focus\:placeholder-alizarin:focus::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:focus\:placeholder-alizarin:focus:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:focus\:placeholder-alizarin:focus::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:focus\:placeholder-alizarin:focus::placeholder{
    color: var(--alizarin) !important;
  }

  .xl\:focus\:placeholder-sunset:focus::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .xl\:focus\:placeholder-sunset:focus::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .xl\:focus\:placeholder-sunset:focus:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xl\:focus\:placeholder-sunset:focus::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xl\:focus\:placeholder-sunset:focus::placeholder{
    color: var(--sunset) !important;
  }

  .xl\:focus\:placeholder-curious-blue:focus::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:focus\:placeholder-curious-blue:focus::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:focus\:placeholder-curious-blue:focus:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:focus\:placeholder-curious-blue:focus::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:focus\:placeholder-curious-blue:focus::placeholder{
    color: var(--curious-blue) !important;
  }

  .xl\:focus\:placeholder-mustard:focus::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .xl\:focus\:placeholder-mustard:focus::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .xl\:focus\:placeholder-mustard:focus:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xl\:focus\:placeholder-mustard:focus::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xl\:focus\:placeholder-mustard:focus::placeholder{
    color: var(--mustard) !important;
  }

  .xl\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .xl\:focus\:placeholder-alto:focus::-moz-placeholder{
    color: var(--alto) !important;
  }

  .xl\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xl\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xl\:focus\:placeholder-alto:focus::placeholder{
    color: var(--alto) !important;
  }

  .xl\:focus\:placeholder-catsk:focus::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .xl\:focus\:placeholder-catsk:focus::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .xl\:focus\:placeholder-catsk:focus:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xl\:focus\:placeholder-catsk:focus::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xl\:focus\:placeholder-catsk:focus::placeholder{
    color: var(--catsk) !important;
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl\:static{
    position: static !important;
  }

  .xl\:fixed{
    position: fixed !important;
  }

  .xl\:absolute{
    position: absolute !important;
  }

  .xl\:relative{
    position: relative !important;
  }

  .xl\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xl\:top-0{
    top: 0 !important;
  }

  .xl\:right-0{
    right: 0 !important;
  }

  .xl\:bottom-0{
    bottom: 0 !important;
  }

  .xl\:left-0{
    left: 0 !important;
  }

  .xl\:top-auto{
    top: auto !important;
  }

  .xl\:right-auto{
    right: auto !important;
  }

  .xl\:bottom-auto{
    bottom: auto !important;
  }

  .xl\:left-auto{
    left: auto !important;
  }

  .xl\:resize-none{
    resize: none !important;
  }

  .xl\:resize-y{
    resize: vertical !important;
  }

  .xl\:resize-x{
    resize: horizontal !important;
  }

  .xl\:resize{
    resize: both !important;
  }

  .xl\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:fill-current{
    fill: currentColor !important;
  }

  .xl\:stroke-current{
    stroke: currentColor !important;
  }

  .xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xl\:table-auto{
    table-layout: auto !important;
  }

  .xl\:table-fixed{
    table-layout: fixed !important;
  }

  .xl\:text-left{
    text-align: left !important;
  }

  .xl\:text-center{
    text-align: center !important;
  }

  .xl\:text-right{
    text-align: right !important;
  }

  .xl\:text-justify{
    text-align: justify !important;
  }

  .xl\:text-black{
    color: var(--black) !important;
  }

  .xl\:text-white{
    color: var(--white) !important;
  }

  .xl\:text-blue{
    color: var(--blue) !important;
  }

  .xl\:text-apple{
    color: var(--apple) !important;
  }

  .xl\:text-don-juan{
    color: var(--don-juan) !important;
  }

  .xl\:text-alabaster{
    color: var(--alabaster) !important;
  }

  .xl\:text-gray{
    color: var(--gray) !important;
  }

  .xl\:text-concrete{
    color: var(--concrete) !important;
  }

  .xl\:text-silver{
    color: var(--silver) !important;
  }

  .xl\:text-gallery{
    color: var(--gallery) !important;
  }

  .xl\:text-alizarin{
    color: var(--alizarin) !important;
  }

  .xl\:text-sunset{
    color: var(--sunset) !important;
  }

  .xl\:text-curious-blue{
    color: var(--curious-blue) !important;
  }

  .xl\:text-mustard{
    color: var(--mustard) !important;
  }

  .xl\:text-alto{
    color: var(--alto) !important;
  }

  .xl\:text-catsk{
    color: var(--catsk) !important;
  }

  .xl\:hover\:text-black:hover{
    color: var(--black) !important;
  }

  .xl\:hover\:text-white:hover{
    color: var(--white) !important;
  }

  .xl\:hover\:text-blue:hover{
    color: var(--blue) !important;
  }

  .xl\:hover\:text-apple:hover{
    color: var(--apple) !important;
  }

  .xl\:hover\:text-don-juan:hover{
    color: var(--don-juan) !important;
  }

  .xl\:hover\:text-alabaster:hover{
    color: var(--alabaster) !important;
  }

  .xl\:hover\:text-gray:hover{
    color: var(--gray) !important;
  }

  .xl\:hover\:text-concrete:hover{
    color: var(--concrete) !important;
  }

  .xl\:hover\:text-silver:hover{
    color: var(--silver) !important;
  }

  .xl\:hover\:text-gallery:hover{
    color: var(--gallery) !important;
  }

  .xl\:hover\:text-alizarin:hover{
    color: var(--alizarin) !important;
  }

  .xl\:hover\:text-sunset:hover{
    color: var(--sunset) !important;
  }

  .xl\:hover\:text-curious-blue:hover{
    color: var(--curious-blue) !important;
  }

  .xl\:hover\:text-mustard:hover{
    color: var(--mustard) !important;
  }

  .xl\:hover\:text-alto:hover{
    color: var(--alto) !important;
  }

  .xl\:hover\:text-catsk:hover{
    color: var(--catsk) !important;
  }

  .xl\:focus\:text-black:focus{
    color: var(--black) !important;
  }

  .xl\:focus\:text-white:focus{
    color: var(--white) !important;
  }

  .xl\:focus\:text-blue:focus{
    color: var(--blue) !important;
  }

  .xl\:focus\:text-apple:focus{
    color: var(--apple) !important;
  }

  .xl\:focus\:text-don-juan:focus{
    color: var(--don-juan) !important;
  }

  .xl\:focus\:text-alabaster:focus{
    color: var(--alabaster) !important;
  }

  .xl\:focus\:text-gray:focus{
    color: var(--gray) !important;
  }

  .xl\:focus\:text-concrete:focus{
    color: var(--concrete) !important;
  }

  .xl\:focus\:text-silver:focus{
    color: var(--silver) !important;
  }

  .xl\:focus\:text-gallery:focus{
    color: var(--gallery) !important;
  }

  .xl\:focus\:text-alizarin:focus{
    color: var(--alizarin) !important;
  }

  .xl\:focus\:text-sunset:focus{
    color: var(--sunset) !important;
  }

  .xl\:focus\:text-curious-blue:focus{
    color: var(--curious-blue) !important;
  }

  .xl\:focus\:text-mustard:focus{
    color: var(--mustard) !important;
  }

  .xl\:focus\:text-alto:focus{
    color: var(--alto) !important;
  }

  .xl\:focus\:text-catsk:focus{
    color: var(--catsk) !important;
  }

  .xl\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xl\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xl\:italic{
    font-style: italic !important;
  }

  .xl\:not-italic{
    font-style: normal !important;
  }

  .xl\:uppercase{
    text-transform: uppercase !important;
  }

  .xl\:lowercase{
    text-transform: lowercase !important;
  }

  .xl\:capitalize{
    text-transform: capitalize !important;
  }

  .xl\:normal-case{
    text-transform: none !important;
  }

  .xl\:underline{
    text-decoration: underline !important;
  }

  .xl\:line-through{
    text-decoration: line-through !important;
  }

  .xl\:no-underline{
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:align-baseline{
    vertical-align: baseline !important;
  }

  .xl\:align-top{
    vertical-align: top !important;
  }

  .xl\:align-middle{
    vertical-align: middle !important;
  }

  .xl\:align-bottom{
    vertical-align: bottom !important;
  }

  .xl\:align-text-top{
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xl\:visible{
    visibility: visible !important;
  }

  .xl\:invisible{
    visibility: hidden !important;
  }

  .xl\:whitespace-normal{
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre{
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xl\:break-all{
    word-break: break-all !important;
  }

  .xl\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-0{
    width: 0px !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-7{
    width: 28px !important;
  }

  .xl\:w-8{
    width: 32px !important;
  }

  .xl\:w-9{
    width: 36px !important;
  }

  .xl\:w-10{
    width: 40px !important;
  }

  .xl\:w-11{
    width: 44px !important;
  }

  .xl\:w-12{
    width: 48px !important;
  }

  .xl\:w-13{
    width: 52px !important;
  }

  .xl\:w-14{
    width: 56px !important;
  }

  .xl\:w-15{
    width: 60px !important;
  }

  .xl\:w-16{
    width: 64px !important;
  }

  .xl\:w-17{
    width: 68px !important;
  }

  .xl\:w-18{
    width: 72px !important;
  }

  .xl\:w-19{
    width: 76px !important;
  }

  .xl\:w-20{
    width: 80px !important;
  }

  .xl\:w-21{
    width: 84px !important;
  }

  .xl\:w-22{
    width: 88px !important;
  }

  .xl\:w-23{
    width: 92px !important;
  }

  .xl\:w-24{
    width: 96px !important;
  }

  .xl\:w-25{
    width: 100px !important;
  }

  .xl\:w-26{
    width: 104px !important;
  }

  .xl\:w-27{
    width: 108px !important;
  }

  .xl\:w-28{
    width: 112px !important;
  }

  .xl\:w-29{
    width: 116px !important;
  }

  .xl\:w-30{
    width: 120px !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\:w-fit{
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .xl\:z-0{
    z-index: 0 !important;
  }

  .xl\:z-10{
    z-index: 10 !important;
  }

  .xl\:z-20{
    z-index: 20 !important;
  }

  .xl\:z-30{
    z-index: 30 !important;
  }

  .xl\:z-40{
    z-index: 40 !important;
  }

  .xl\:z-50{
    z-index: 50 !important;
  }

  .xl\:z-auto{
    z-index: auto !important;
  }

  .xl\:gap-0{
    grid-gap: 0px !important;
    gap: 0px !important;
  }

  .xl\:gap-1{
    grid-gap: 4px !important;
    gap: 4px !important;
  }

  .xl\:gap-2{
    grid-gap: 8px !important;
    gap: 8px !important;
  }

  .xl\:gap-3{
    grid-gap: 12px !important;
    gap: 12px !important;
  }

  .xl\:gap-4{
    grid-gap: 16px !important;
    gap: 16px !important;
  }

  .xl\:gap-5{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .xl\:gap-6{
    grid-gap: 24px !important;
    gap: 24px !important;
  }

  .xl\:gap-7{
    grid-gap: 28px !important;
    gap: 28px !important;
  }

  .xl\:gap-8{
    grid-gap: 32px !important;
    gap: 32px !important;
  }

  .xl\:gap-9{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .xl\:gap-10{
    grid-gap: 40px !important;
    gap: 40px !important;
  }

  .xl\:gap-11{
    grid-gap: 44px !important;
    gap: 44px !important;
  }

  .xl\:gap-12{
    grid-gap: 48px !important;
    gap: 48px !important;
  }

  .xl\:gap-13{
    grid-gap: 52px !important;
    gap: 52px !important;
  }

  .xl\:gap-14{
    grid-gap: 56px !important;
    gap: 56px !important;
  }

  .xl\:gap-15{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .xl\:gap-16{
    grid-gap: 64px !important;
    gap: 64px !important;
  }

  .xl\:gap-17{
    grid-gap: 68px !important;
    gap: 68px !important;
  }

  .xl\:gap-18{
    grid-gap: 72px !important;
    gap: 72px !important;
  }

  .xl\:gap-19{
    grid-gap: 76px !important;
    gap: 76px !important;
  }

  .xl\:gap-20{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .xl\:gap-21{
    grid-gap: 84px !important;
    gap: 84px !important;
  }

  .xl\:gap-22{
    grid-gap: 88px !important;
    gap: 88px !important;
  }

  .xl\:gap-23{
    grid-gap: 92px !important;
    gap: 92px !important;
  }

  .xl\:gap-24{
    grid-gap: 96px !important;
    gap: 96px !important;
  }

  .xl\:gap-25{
    grid-gap: 100px !important;
    gap: 100px !important;
  }

  .xl\:gap-26{
    grid-gap: 104px !important;
    gap: 104px !important;
  }

  .xl\:gap-27{
    grid-gap: 108px !important;
    gap: 108px !important;
  }

  .xl\:gap-28{
    grid-gap: 112px !important;
    gap: 112px !important;
  }

  .xl\:gap-29{
    grid-gap: 116px !important;
    gap: 116px !important;
  }

  .xl\:gap-30{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .xl\:gap-x-0{
    grid-column-gap: 0px !important;
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .xl\:gap-x-1{
    grid-column-gap: 4px !important;
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
  }

  .xl\:gap-x-2{
    grid-column-gap: 8px !important;
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }

  .xl\:gap-x-3{
    grid-column-gap: 12px !important;
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }

  .xl\:gap-x-4{
    grid-column-gap: 16px !important;
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }

  .xl\:gap-x-5{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }

  .xl\:gap-x-6{
    grid-column-gap: 24px !important;
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }

  .xl\:gap-x-7{
    grid-column-gap: 28px !important;
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
  }

  .xl\:gap-x-8{
    grid-column-gap: 32px !important;
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }

  .xl\:gap-x-9{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
  }

  .xl\:gap-x-10{
    grid-column-gap: 40px !important;
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }

  .xl\:gap-x-11{
    grid-column-gap: 44px !important;
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
  }

  .xl\:gap-x-12{
    grid-column-gap: 48px !important;
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }

  .xl\:gap-x-13{
    grid-column-gap: 52px !important;
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
  }

  .xl\:gap-x-14{
    grid-column-gap: 56px !important;
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }

  .xl\:gap-x-15{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }

  .xl\:gap-x-16{
    grid-column-gap: 64px !important;
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }

  .xl\:gap-x-17{
    grid-column-gap: 68px !important;
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
  }

  .xl\:gap-x-18{
    grid-column-gap: 72px !important;
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }

  .xl\:gap-x-19{
    grid-column-gap: 76px !important;
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
  }

  .xl\:gap-x-20{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xl\:gap-x-21{
    grid-column-gap: 84px !important;
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
  }

  .xl\:gap-x-22{
    grid-column-gap: 88px !important;
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }

  .xl\:gap-x-23{
    grid-column-gap: 92px !important;
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
  }

  .xl\:gap-x-24{
    grid-column-gap: 96px !important;
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }

  .xl\:gap-x-25{
    grid-column-gap: 100px !important;
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
  }

  .xl\:gap-x-26{
    grid-column-gap: 104px !important;
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }

  .xl\:gap-x-27{
    grid-column-gap: 108px !important;
    -webkit-column-gap: 108px !important;
       -moz-column-gap: 108px !important;
            column-gap: 108px !important;
  }

  .xl\:gap-x-28{
    grid-column-gap: 112px !important;
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }

  .xl\:gap-x-29{
    grid-column-gap: 116px !important;
    -webkit-column-gap: 116px !important;
       -moz-column-gap: 116px !important;
            column-gap: 116px !important;
  }

  .xl\:gap-x-30{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }

  .xl\:gap-y-0{
    grid-row-gap: 0px !important;
    row-gap: 0px !important;
  }

  .xl\:gap-y-1{
    grid-row-gap: 4px !important;
    row-gap: 4px !important;
  }

  .xl\:gap-y-2{
    grid-row-gap: 8px !important;
    row-gap: 8px !important;
  }

  .xl\:gap-y-3{
    grid-row-gap: 12px !important;
    row-gap: 12px !important;
  }

  .xl\:gap-y-4{
    grid-row-gap: 16px !important;
    row-gap: 16px !important;
  }

  .xl\:gap-y-5{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xl\:gap-y-6{
    grid-row-gap: 24px !important;
    row-gap: 24px !important;
  }

  .xl\:gap-y-7{
    grid-row-gap: 28px !important;
    row-gap: 28px !important;
  }

  .xl\:gap-y-8{
    grid-row-gap: 32px !important;
    row-gap: 32px !important;
  }

  .xl\:gap-y-9{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xl\:gap-y-10{
    grid-row-gap: 40px !important;
    row-gap: 40px !important;
  }

  .xl\:gap-y-11{
    grid-row-gap: 44px !important;
    row-gap: 44px !important;
  }

  .xl\:gap-y-12{
    grid-row-gap: 48px !important;
    row-gap: 48px !important;
  }

  .xl\:gap-y-13{
    grid-row-gap: 52px !important;
    row-gap: 52px !important;
  }

  .xl\:gap-y-14{
    grid-row-gap: 56px !important;
    row-gap: 56px !important;
  }

  .xl\:gap-y-15{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xl\:gap-y-16{
    grid-row-gap: 64px !important;
    row-gap: 64px !important;
  }

  .xl\:gap-y-17{
    grid-row-gap: 68px !important;
    row-gap: 68px !important;
  }

  .xl\:gap-y-18{
    grid-row-gap: 72px !important;
    row-gap: 72px !important;
  }

  .xl\:gap-y-19{
    grid-row-gap: 76px !important;
    row-gap: 76px !important;
  }

  .xl\:gap-y-20{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xl\:gap-y-21{
    grid-row-gap: 84px !important;
    row-gap: 84px !important;
  }

  .xl\:gap-y-22{
    grid-row-gap: 88px !important;
    row-gap: 88px !important;
  }

  .xl\:gap-y-23{
    grid-row-gap: 92px !important;
    row-gap: 92px !important;
  }

  .xl\:gap-y-24{
    grid-row-gap: 96px !important;
    row-gap: 96px !important;
  }

  .xl\:gap-y-25{
    grid-row-gap: 100px !important;
    row-gap: 100px !important;
  }

  .xl\:gap-y-26{
    grid-row-gap: 104px !important;
    row-gap: 104px !important;
  }

  .xl\:gap-y-27{
    grid-row-gap: 108px !important;
    row-gap: 108px !important;
  }

  .xl\:gap-y-28{
    grid-row-gap: 112px !important;
    row-gap: 112px !important;
  }

  .xl\:gap-y-29{
    grid-row-gap: 116px !important;
    row-gap: 116px !important;
  }

  .xl\:gap-y-30{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:col-auto{
    grid-column: auto !important;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:row-auto{
    grid-row: auto !important;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto{
    grid-row-end: auto !important;
  }
  .xl\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .xl\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
  }

  .xl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:duration-75{
    -webkit-transition-duration: 75ms !important;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xl\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xl\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xl\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xl\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xl\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xl\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xl\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xl\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xl\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xl\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xl\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xl\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1400px){
  .xxl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xxl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xxl\:bg-local{
    background-attachment: local !important;
  }

  .xxl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xxl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xxl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xxl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xxl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xxl\:bg-black{
    background-color: var(--black) !important;
  }

  .xxl\:bg-white{
    background-color: var(--white) !important;
  }

  .xxl\:bg-blue{
    background-color: var(--blue) !important;
  }

  .xxl\:bg-apple{
    background-color: var(--apple) !important;
  }

  .xxl\:bg-don-juan{
    background-color: var(--don-juan) !important;
  }

  .xxl\:bg-alabaster{
    background-color: var(--alabaster) !important;
  }

  .xxl\:bg-gray{
    background-color: var(--gray) !important;
  }

  .xxl\:bg-concrete{
    background-color: var(--concrete) !important;
  }

  .xxl\:bg-silver{
    background-color: var(--silver) !important;
  }

  .xxl\:bg-gallery{
    background-color: var(--gallery) !important;
  }

  .xxl\:bg-alizarin{
    background-color: var(--alizarin) !important;
  }

  .xxl\:bg-sunset{
    background-color: var(--sunset) !important;
  }

  .xxl\:bg-curious-blue{
    background-color: var(--curious-blue) !important;
  }

  .xxl\:bg-mustard{
    background-color: var(--mustard) !important;
  }

  .xxl\:bg-alto{
    background-color: var(--alto) !important;
  }

  .xxl\:bg-catsk{
    background-color: var(--catsk) !important;
  }

  .xxl\:hover\:bg-black:hover{
    background-color: var(--black) !important;
  }

  .xxl\:hover\:bg-white:hover{
    background-color: var(--white) !important;
  }

  .xxl\:hover\:bg-blue:hover{
    background-color: var(--blue) !important;
  }

  .xxl\:hover\:bg-apple:hover{
    background-color: var(--apple) !important;
  }

  .xxl\:hover\:bg-don-juan:hover{
    background-color: var(--don-juan) !important;
  }

  .xxl\:hover\:bg-alabaster:hover{
    background-color: var(--alabaster) !important;
  }

  .xxl\:hover\:bg-gray:hover{
    background-color: var(--gray) !important;
  }

  .xxl\:hover\:bg-concrete:hover{
    background-color: var(--concrete) !important;
  }

  .xxl\:hover\:bg-silver:hover{
    background-color: var(--silver) !important;
  }

  .xxl\:hover\:bg-gallery:hover{
    background-color: var(--gallery) !important;
  }

  .xxl\:hover\:bg-alizarin:hover{
    background-color: var(--alizarin) !important;
  }

  .xxl\:hover\:bg-sunset:hover{
    background-color: var(--sunset) !important;
  }

  .xxl\:hover\:bg-curious-blue:hover{
    background-color: var(--curious-blue) !important;
  }

  .xxl\:hover\:bg-mustard:hover{
    background-color: var(--mustard) !important;
  }

  .xxl\:hover\:bg-alto:hover{
    background-color: var(--alto) !important;
  }

  .xxl\:hover\:bg-catsk:hover{
    background-color: var(--catsk) !important;
  }

  .xxl\:focus\:bg-black:focus{
    background-color: var(--black) !important;
  }

  .xxl\:focus\:bg-white:focus{
    background-color: var(--white) !important;
  }

  .xxl\:focus\:bg-blue:focus{
    background-color: var(--blue) !important;
  }

  .xxl\:focus\:bg-apple:focus{
    background-color: var(--apple) !important;
  }

  .xxl\:focus\:bg-don-juan:focus{
    background-color: var(--don-juan) !important;
  }

  .xxl\:focus\:bg-alabaster:focus{
    background-color: var(--alabaster) !important;
  }

  .xxl\:focus\:bg-gray:focus{
    background-color: var(--gray) !important;
  }

  .xxl\:focus\:bg-concrete:focus{
    background-color: var(--concrete) !important;
  }

  .xxl\:focus\:bg-silver:focus{
    background-color: var(--silver) !important;
  }

  .xxl\:focus\:bg-gallery:focus{
    background-color: var(--gallery) !important;
  }

  .xxl\:focus\:bg-alizarin:focus{
    background-color: var(--alizarin) !important;
  }

  .xxl\:focus\:bg-sunset:focus{
    background-color: var(--sunset) !important;
  }

  .xxl\:focus\:bg-curious-blue:focus{
    background-color: var(--curious-blue) !important;
  }

  .xxl\:focus\:bg-mustard:focus{
    background-color: var(--mustard) !important;
  }

  .xxl\:focus\:bg-alto:focus{
    background-color: var(--alto) !important;
  }

  .xxl\:focus\:bg-catsk:focus{
    background-color: var(--catsk) !important;
  }

  .xxl\:bg-none{
    background-image: none !important;
  }

  .xxl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xxl\:from-black{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-white{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-blue{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-apple{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-don-juan{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-alabaster{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-gray{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-concrete{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-silver{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-gallery{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-alizarin{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-sunset{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-curious-blue{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-mustard{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-alto{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-catsk{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-black{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-white{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-blue{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-apple{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-don-juan{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-alabaster{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-gray{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-concrete{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-silver{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-gallery{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-alizarin{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-sunset{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-curious-blue{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-mustard{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-alto{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-catsk{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:to-black{
    --gradient-to-color: var(--black) !important;
  }

  .xxl\:to-white{
    --gradient-to-color: var(--white) !important;
  }

  .xxl\:to-blue{
    --gradient-to-color: var(--blue) !important;
  }

  .xxl\:to-apple{
    --gradient-to-color: var(--apple) !important;
  }

  .xxl\:to-don-juan{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xxl\:to-alabaster{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xxl\:to-gray{
    --gradient-to-color: var(--gray) !important;
  }

  .xxl\:to-concrete{
    --gradient-to-color: var(--concrete) !important;
  }

  .xxl\:to-silver{
    --gradient-to-color: var(--silver) !important;
  }

  .xxl\:to-gallery{
    --gradient-to-color: var(--gallery) !important;
  }

  .xxl\:to-alizarin{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xxl\:to-sunset{
    --gradient-to-color: var(--sunset) !important;
  }

  .xxl\:to-curious-blue{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xxl\:to-mustard{
    --gradient-to-color: var(--mustard) !important;
  }

  .xxl\:to-alto{
    --gradient-to-color: var(--alto) !important;
  }

  .xxl\:to-catsk{
    --gradient-to-color: var(--catsk) !important;
  }

  .xxl\:hover\:from-black:hover{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-white:hover{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-blue:hover{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-apple:hover{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-don-juan:hover{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-alabaster:hover{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-gray:hover{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-concrete:hover{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-silver:hover{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-gallery:hover{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-alizarin:hover{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-sunset:hover{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-curious-blue:hover{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-mustard:hover{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-alto:hover{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-catsk:hover{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-black:hover{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-white:hover{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-blue:hover{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-apple:hover{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-don-juan:hover{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-alabaster:hover{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-gray:hover{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-concrete:hover{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-silver:hover{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-gallery:hover{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-alizarin:hover{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-sunset:hover{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-curious-blue:hover{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-mustard:hover{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-alto:hover{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-catsk:hover{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:to-black:hover{
    --gradient-to-color: var(--black) !important;
  }

  .xxl\:hover\:to-white:hover{
    --gradient-to-color: var(--white) !important;
  }

  .xxl\:hover\:to-blue:hover{
    --gradient-to-color: var(--blue) !important;
  }

  .xxl\:hover\:to-apple:hover{
    --gradient-to-color: var(--apple) !important;
  }

  .xxl\:hover\:to-don-juan:hover{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xxl\:hover\:to-alabaster:hover{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xxl\:hover\:to-gray:hover{
    --gradient-to-color: var(--gray) !important;
  }

  .xxl\:hover\:to-concrete:hover{
    --gradient-to-color: var(--concrete) !important;
  }

  .xxl\:hover\:to-silver:hover{
    --gradient-to-color: var(--silver) !important;
  }

  .xxl\:hover\:to-gallery:hover{
    --gradient-to-color: var(--gallery) !important;
  }

  .xxl\:hover\:to-alizarin:hover{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xxl\:hover\:to-sunset:hover{
    --gradient-to-color: var(--sunset) !important;
  }

  .xxl\:hover\:to-curious-blue:hover{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xxl\:hover\:to-mustard:hover{
    --gradient-to-color: var(--mustard) !important;
  }

  .xxl\:hover\:to-alto:hover{
    --gradient-to-color: var(--alto) !important;
  }

  .xxl\:hover\:to-catsk:hover{
    --gradient-to-color: var(--catsk) !important;
  }

  .xxl\:focus\:from-black:focus{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-white:focus{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-blue:focus{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-apple:focus{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-don-juan:focus{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-alabaster:focus{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-gray:focus{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-concrete:focus{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-silver:focus{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-gallery:focus{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-alizarin:focus{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-sunset:focus{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-curious-blue:focus{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-mustard:focus{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-alto:focus{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-catsk:focus{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-black:focus{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-white:focus{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-blue:focus{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-apple:focus{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-don-juan:focus{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-alabaster:focus{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-gray:focus{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-concrete:focus{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-silver:focus{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-gallery:focus{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-alizarin:focus{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-sunset:focus{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-curious-blue:focus{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-mustard:focus{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-alto:focus{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-catsk:focus{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:to-black:focus{
    --gradient-to-color: var(--black) !important;
  }

  .xxl\:focus\:to-white:focus{
    --gradient-to-color: var(--white) !important;
  }

  .xxl\:focus\:to-blue:focus{
    --gradient-to-color: var(--blue) !important;
  }

  .xxl\:focus\:to-apple:focus{
    --gradient-to-color: var(--apple) !important;
  }

  .xxl\:focus\:to-don-juan:focus{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xxl\:focus\:to-alabaster:focus{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xxl\:focus\:to-gray:focus{
    --gradient-to-color: var(--gray) !important;
  }

  .xxl\:focus\:to-concrete:focus{
    --gradient-to-color: var(--concrete) !important;
  }

  .xxl\:focus\:to-silver:focus{
    --gradient-to-color: var(--silver) !important;
  }

  .xxl\:focus\:to-gallery:focus{
    --gradient-to-color: var(--gallery) !important;
  }

  .xxl\:focus\:to-alizarin:focus{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xxl\:focus\:to-sunset:focus{
    --gradient-to-color: var(--sunset) !important;
  }

  .xxl\:focus\:to-curious-blue:focus{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xxl\:focus\:to-mustard:focus{
    --gradient-to-color: var(--mustard) !important;
  }

  .xxl\:focus\:to-alto:focus{
    --gradient-to-color: var(--alto) !important;
  }

  .xxl\:focus\:to-catsk:focus{
    --gradient-to-color: var(--catsk) !important;
  }

  .xxl\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xxl\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xxl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xxl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xxl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xxl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xxl\:bg-bottom{
    background-position: bottom !important;
  }

  .xxl\:bg-center{
    background-position: center !important;
  }

  .xxl\:bg-left{
    background-position: left !important;
  }

  .xxl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xxl\:bg-left-top{
    background-position: left top !important;
  }

  .xxl\:bg-right{
    background-position: right !important;
  }

  .xxl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xxl\:bg-right-top{
    background-position: right top !important;
  }

  .xxl\:bg-top{
    background-position: top !important;
  }

  .xxl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xxl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xxl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xxl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xxl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xxl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xxl\:bg-auto{
    background-size: auto !important;
  }

  .xxl\:bg-cover{
    background-size: cover !important;
  }

  .xxl\:bg-contain{
    background-size: contain !important;
  }

  .xxl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xxl\:border-separate{
    border-collapse: separate !important;
  }

  .xxl\:border-black{
    border-color: var(--black) !important;
  }

  .xxl\:border-white{
    border-color: var(--white) !important;
  }

  .xxl\:border-blue{
    border-color: var(--blue) !important;
  }

  .xxl\:border-apple{
    border-color: var(--apple) !important;
  }

  .xxl\:border-don-juan{
    border-color: var(--don-juan) !important;
  }

  .xxl\:border-alabaster{
    border-color: var(--alabaster) !important;
  }

  .xxl\:border-gray{
    border-color: var(--gray) !important;
  }

  .xxl\:border-concrete{
    border-color: var(--concrete) !important;
  }

  .xxl\:border-silver{
    border-color: var(--silver) !important;
  }

  .xxl\:border-gallery{
    border-color: var(--gallery) !important;
  }

  .xxl\:border-alizarin{
    border-color: var(--alizarin) !important;
  }

  .xxl\:border-sunset{
    border-color: var(--sunset) !important;
  }

  .xxl\:border-curious-blue{
    border-color: var(--curious-blue) !important;
  }

  .xxl\:border-mustard{
    border-color: var(--mustard) !important;
  }

  .xxl\:border-alto{
    border-color: var(--alto) !important;
  }

  .xxl\:border-catsk{
    border-color: var(--catsk) !important;
  }

  .xxl\:hover\:border-black:hover{
    border-color: var(--black) !important;
  }

  .xxl\:hover\:border-white:hover{
    border-color: var(--white) !important;
  }

  .xxl\:hover\:border-blue:hover{
    border-color: var(--blue) !important;
  }

  .xxl\:hover\:border-apple:hover{
    border-color: var(--apple) !important;
  }

  .xxl\:hover\:border-don-juan:hover{
    border-color: var(--don-juan) !important;
  }

  .xxl\:hover\:border-alabaster:hover{
    border-color: var(--alabaster) !important;
  }

  .xxl\:hover\:border-gray:hover{
    border-color: var(--gray) !important;
  }

  .xxl\:hover\:border-concrete:hover{
    border-color: var(--concrete) !important;
  }

  .xxl\:hover\:border-silver:hover{
    border-color: var(--silver) !important;
  }

  .xxl\:hover\:border-gallery:hover{
    border-color: var(--gallery) !important;
  }

  .xxl\:hover\:border-alizarin:hover{
    border-color: var(--alizarin) !important;
  }

  .xxl\:hover\:border-sunset:hover{
    border-color: var(--sunset) !important;
  }

  .xxl\:hover\:border-curious-blue:hover{
    border-color: var(--curious-blue) !important;
  }

  .xxl\:hover\:border-mustard:hover{
    border-color: var(--mustard) !important;
  }

  .xxl\:hover\:border-alto:hover{
    border-color: var(--alto) !important;
  }

  .xxl\:hover\:border-catsk:hover{
    border-color: var(--catsk) !important;
  }

  .xxl\:focus\:border-black:focus{
    border-color: var(--black) !important;
  }

  .xxl\:focus\:border-white:focus{
    border-color: var(--white) !important;
  }

  .xxl\:focus\:border-blue:focus{
    border-color: var(--blue) !important;
  }

  .xxl\:focus\:border-apple:focus{
    border-color: var(--apple) !important;
  }

  .xxl\:focus\:border-don-juan:focus{
    border-color: var(--don-juan) !important;
  }

  .xxl\:focus\:border-alabaster:focus{
    border-color: var(--alabaster) !important;
  }

  .xxl\:focus\:border-gray:focus{
    border-color: var(--gray) !important;
  }

  .xxl\:focus\:border-concrete:focus{
    border-color: var(--concrete) !important;
  }

  .xxl\:focus\:border-silver:focus{
    border-color: var(--silver) !important;
  }

  .xxl\:focus\:border-gallery:focus{
    border-color: var(--gallery) !important;
  }

  .xxl\:focus\:border-alizarin:focus{
    border-color: var(--alizarin) !important;
  }

  .xxl\:focus\:border-sunset:focus{
    border-color: var(--sunset) !important;
  }

  .xxl\:focus\:border-curious-blue:focus{
    border-color: var(--curious-blue) !important;
  }

  .xxl\:focus\:border-mustard:focus{
    border-color: var(--mustard) !important;
  }

  .xxl\:focus\:border-alto:focus{
    border-color: var(--alto) !important;
  }

  .xxl\:focus\:border-catsk:focus{
    border-color: var(--catsk) !important;
  }

  .xxl\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xxl\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xxl\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xxl\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xxl\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xxl\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xxl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xxl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xxl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xxl\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xxl\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xxl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xxl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xxl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xxl\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xxl\:rounded-none{
    border-radius: 0 !important;
  }

  .xxl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xxl\:rounded{
    border-radius: 0.25rem !important;
  }

  .xxl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xxl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xxl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xxl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xxl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xxl\:rounded-full{
    border-radius: 9999px !important;
  }

  .xxl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xxl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xxl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xxl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xxl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xxl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xxl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xxl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xxl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xxl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xxl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xxl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xxl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:border-solid{
    border-style: solid !important;
  }

  .xxl\:border-dashed{
    border-style: dashed !important;
  }

  .xxl\:border-dotted{
    border-style: dotted !important;
  }

  .xxl\:border-double{
    border-style: double !important;
  }

  .xxl\:border-none{
    border-style: none !important;
  }

  .xxl\:border-0{
    border-width: 0 !important;
  }

  .xxl\:border-2{
    border-width: 2px !important;
  }

  .xxl\:border-4{
    border-width: 4px !important;
  }

  .xxl\:border-8{
    border-width: 8px !important;
  }

  .xxl\:border{
    border-width: 1px !important;
  }

  .xxl\:border-t-0{
    border-top-width: 0 !important;
  }

  .xxl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xxl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xxl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xxl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xxl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xxl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xxl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xxl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xxl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xxl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xxl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xxl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xxl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xxl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xxl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xxl\:border-t{
    border-top-width: 1px !important;
  }

  .xxl\:border-r{
    border-right-width: 1px !important;
  }

  .xxl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xxl\:border-l{
    border-left-width: 1px !important;
  }

  .xxl\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xxl\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xxl\:cursor-auto{
    cursor: auto !important;
  }

  .xxl\:cursor-default{
    cursor: default !important;
  }

  .xxl\:cursor-pointer{
    cursor: pointer !important;
  }

  .xxl\:cursor-wait{
    cursor: wait !important;
  }

  .xxl\:cursor-text{
    cursor: text !important;
  }

  .xxl\:cursor-move{
    cursor: move !important;
  }

  .xxl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xxl\:block{
    display: block !important;
  }

  .xxl\:inline-block{
    display: inline-block !important;
  }

  .xxl\:inline{
    display: inline !important;
  }

  .xxl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xxl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xxl\:table{
    display: table !important;
  }

  .xxl\:table-caption{
    display: table-caption !important;
  }

  .xxl\:table-cell{
    display: table-cell !important;
  }

  .xxl\:table-column{
    display: table-column !important;
  }

  .xxl\:table-column-group{
    display: table-column-group !important;
  }

  .xxl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xxl\:table-header-group{
    display: table-header-group !important;
  }

  .xxl\:table-row-group{
    display: table-row-group !important;
  }

  .xxl\:table-row{
    display: table-row !important;
  }

  .xxl\:flow-root{
    display: flow-root !important;
  }

  .xxl\:grid{
    display: grid !important;
  }

  .xxl\:inline-grid{
    display: inline-grid !important;
  }

  .xxl\:contents{
    display: contents !important;
  }

  .xxl\:hidden{
    display: none !important;
  }

  .xxl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xxl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xxl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xxl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xxl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xxl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xxl\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .xxl\:place-items-auto{
    place-items: auto !important;
  }

  .xxl\:place-items-start{
    place-items: start !important;
  }

  .xxl\:place-items-end{
    place-items: end !important;
  }

  .xxl\:place-items-center{
    place-items: center !important;
  }

  .xxl\:place-items-stretch{
    place-items: stretch !important;
  }

  .xxl\:place-content-center{
    place-content: center !important;
  }

  .xxl\:place-content-start{
    place-content: start !important;
  }

  .xxl\:place-content-end{
    place-content: end !important;
  }

  .xxl\:place-content-between{
    place-content: space-between !important;
  }

  .xxl\:place-content-around{
    place-content: space-around !important;
  }

  .xxl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xxl\:place-content-stretch{
    place-content: stretch !important;
  }

  .xxl\:place-self-auto{
    place-self: auto !important;
  }

  .xxl\:place-self-start{
    place-self: start !important;
  }

  .xxl\:place-self-end{
    place-self: end !important;
  }

  .xxl\:place-self-center{
    place-self: center !important;
  }

  .xxl\:place-self-stretch{
    place-self: stretch !important;
  }

  .xxl\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xxl\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xxl\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xxl\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xxl\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xxl\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xxl\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xxl\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xxl\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xxl\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xxl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xxl\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xxl\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xxl\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xxl\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xxl\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xxl\:justify-items-auto{
    justify-items: auto !important;
  }

  .xxl\:justify-items-start{
    justify-items: start !important;
  }

  .xxl\:justify-items-end{
    justify-items: end !important;
  }

  .xxl\:justify-items-center{
    justify-items: center !important;
  }

  .xxl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xxl\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xxl\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xxl\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xxl\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xxl\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xxl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .xxl\:justify-self-auto{
    justify-self: auto !important;
  }

  .xxl\:justify-self-start{
    justify-self: start !important;
  }

  .xxl\:justify-self-end{
    justify-self: end !important;
  }

  .xxl\:justify-self-center{
    justify-self: center !important;
  }

  .xxl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xxl\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xxl\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xxl\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xxl\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xxl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xxl\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xxl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xxl\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xxl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xxl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xxl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xxl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xxl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xxl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xxl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xxl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xxl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xxl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xxl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xxl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xxl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xxl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xxl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .xxl\:float-right{
    float: right !important;
  }

  .xxl\:float-left{
    float: left !important;
  }

  .xxl\:float-none{
    float: none !important;
  }

  .xxl\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xxl\:clear-left{
    clear: left !important;
  }

  .xxl\:clear-right{
    clear: right !important;
  }

  .xxl\:clear-both{
    clear: both !important;
  }

  .xxl\:clear-none{
    clear: none !important;
  }

  .xxl\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xxl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xxl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xxl\:font-hairline{
    font-weight: 100 !important;
  }

  .xxl\:font-thin{
    font-weight: 200 !important;
  }

  .xxl\:font-light{
    font-weight: 300 !important;
  }

  .xxl\:font-normal{
    font-weight: 400 !important;
  }

  .xxl\:font-medium{
    font-weight: 500 !important;
  }

  .xxl\:font-semibold{
    font-weight: 600 !important;
  }

  .xxl\:font-bold{
    font-weight: 700 !important;
  }

  .xxl\:font-extrabold{
    font-weight: 800 !important;
  }

  .xxl\:font-black{
    font-weight: 900 !important;
  }

  .xxl\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xxl\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xxl\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xxl\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xxl\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xxl\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xxl\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xxl\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xxl\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xxl\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xxl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xxl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xxl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xxl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xxl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xxl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xxl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xxl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xxl\:h-0{
    height: 0px !important;
  }

  .xxl\:h-1{
    height: 4px !important;
  }

  .xxl\:h-2{
    height: 8px !important;
  }

  .xxl\:h-3{
    height: 12px !important;
  }

  .xxl\:h-4{
    height: 16px !important;
  }

  .xxl\:h-5{
    height: 20px !important;
  }

  .xxl\:h-6{
    height: 24px !important;
  }

  .xxl\:h-7{
    height: 28px !important;
  }

  .xxl\:h-8{
    height: 32px !important;
  }

  .xxl\:h-9{
    height: 36px !important;
  }

  .xxl\:h-10{
    height: 40px !important;
  }

  .xxl\:h-11{
    height: 44px !important;
  }

  .xxl\:h-12{
    height: 48px !important;
  }

  .xxl\:h-13{
    height: 52px !important;
  }

  .xxl\:h-14{
    height: 56px !important;
  }

  .xxl\:h-15{
    height: 60px !important;
  }

  .xxl\:h-16{
    height: 64px !important;
  }

  .xxl\:h-17{
    height: 68px !important;
  }

  .xxl\:h-18{
    height: 72px !important;
  }

  .xxl\:h-19{
    height: 76px !important;
  }

  .xxl\:h-20{
    height: 80px !important;
  }

  .xxl\:h-21{
    height: 84px !important;
  }

  .xxl\:h-22{
    height: 88px !important;
  }

  .xxl\:h-23{
    height: 92px !important;
  }

  .xxl\:h-24{
    height: 96px !important;
  }

  .xxl\:h-25{
    height: 100px !important;
  }

  .xxl\:h-26{
    height: 104px !important;
  }

  .xxl\:h-27{
    height: 108px !important;
  }

  .xxl\:h-28{
    height: 112px !important;
  }

  .xxl\:h-29{
    height: 116px !important;
  }

  .xxl\:h-30{
    height: 120px !important;
  }

  .xxl\:h-auto{
    height: auto !important;
  }

  .xxl\:h-full{
    height: 100% !important;
  }

  .xxl\:h-screen{
    height: 100vh !important;
  }

  .xxl\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .xxl\:text-sm{
    font-size: 14px !important;
  }

  .xxl\:text-base{
    font-size: 16px !important;
  }

  .xxl\:text-lg{
    font-size: 18px !important;
  }

  .xxl\:text-2lg{
    font-size: 20px !important;
  }

  .xxl\:text-3lg{
    font-size: 24px !important;
  }

  .xxl\:text-xl{
    font-size: 36px !important;
  }

  .xxl\:text-2xl{
    font-size: 40px !important;
  }

  .xxl\:leading-3{
    line-height: .75rem !important;
  }

  .xxl\:leading-4{
    line-height: 1rem !important;
  }

  .xxl\:leading-5{
    line-height: 1.25rem !important;
  }

  .xxl\:leading-6{
    line-height: 1.5rem !important;
  }

  .xxl\:leading-7{
    line-height: 1.75rem !important;
  }

  .xxl\:leading-8{
    line-height: 2rem !important;
  }

  .xxl\:leading-9{
    line-height: 2.25rem !important;
  }

  .xxl\:leading-10{
    line-height: 2.5rem !important;
  }

  .xxl\:leading-none{
    line-height: 1 !important;
  }

  .xxl\:leading-tight{
    line-height: 1.2 !important;
  }

  .xxl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xxl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xxl\:leading-relaxed{
    line-height: 1.6 !important;
  }

  .xxl\:leading-loose{
    line-height: 2 !important;
  }

  .xxl\:list-inside{
    list-style-position: inside !important;
  }

  .xxl\:list-outside{
    list-style-position: outside !important;
  }

  .xxl\:list-none{
    list-style-type: none !important;
  }

  .xxl\:list-disc{
    list-style-type: disc !important;
  }

  .xxl\:list-decimal{
    list-style-type: decimal !important;
  }

  .xxl\:m-0{
    margin: 0px !important;
  }

  .xxl\:m-1{
    margin: 4px !important;
  }

  .xxl\:m-2{
    margin: 8px !important;
  }

  .xxl\:m-3{
    margin: 12px !important;
  }

  .xxl\:m-4{
    margin: 16px !important;
  }

  .xxl\:m-5{
    margin: 20px !important;
  }

  .xxl\:m-6{
    margin: 24px !important;
  }

  .xxl\:m-7{
    margin: 28px !important;
  }

  .xxl\:m-8{
    margin: 32px !important;
  }

  .xxl\:m-9{
    margin: 36px !important;
  }

  .xxl\:m-10{
    margin: 40px !important;
  }

  .xxl\:m-11{
    margin: 44px !important;
  }

  .xxl\:m-12{
    margin: 48px !important;
  }

  .xxl\:m-13{
    margin: 52px !important;
  }

  .xxl\:m-14{
    margin: 56px !important;
  }

  .xxl\:m-15{
    margin: 60px !important;
  }

  .xxl\:m-16{
    margin: 64px !important;
  }

  .xxl\:m-17{
    margin: 68px !important;
  }

  .xxl\:m-18{
    margin: 72px !important;
  }

  .xxl\:m-19{
    margin: 76px !important;
  }

  .xxl\:m-20{
    margin: 80px !important;
  }

  .xxl\:m-21{
    margin: 84px !important;
  }

  .xxl\:m-22{
    margin: 88px !important;
  }

  .xxl\:m-23{
    margin: 92px !important;
  }

  .xxl\:m-24{
    margin: 96px !important;
  }

  .xxl\:m-25{
    margin: 100px !important;
  }

  .xxl\:m-26{
    margin: 104px !important;
  }

  .xxl\:m-27{
    margin: 108px !important;
  }

  .xxl\:m-28{
    margin: 112px !important;
  }

  .xxl\:m-29{
    margin: 116px !important;
  }

  .xxl\:m-30{
    margin: 120px !important;
  }

  .xxl\:m-auto{
    margin: auto !important;
  }

  .xxl\:-m-0{
    margin: 0px !important;
  }

  .xxl\:-m-1{
    margin: -4px !important;
  }

  .xxl\:-m-2{
    margin: -8px !important;
  }

  .xxl\:-m-3{
    margin: -12px !important;
  }

  .xxl\:-m-4{
    margin: -16px !important;
  }

  .xxl\:-m-5{
    margin: -20px !important;
  }

  .xxl\:-m-6{
    margin: -24px !important;
  }

  .xxl\:-m-7{
    margin: -28px !important;
  }

  .xxl\:-m-8{
    margin: -32px !important;
  }

  .xxl\:-m-9{
    margin: -36px !important;
  }

  .xxl\:-m-10{
    margin: -40px !important;
  }

  .xxl\:-m-11{
    margin: -44px !important;
  }

  .xxl\:-m-12{
    margin: -48px !important;
  }

  .xxl\:-m-13{
    margin: -52px !important;
  }

  .xxl\:-m-14{
    margin: -56px !important;
  }

  .xxl\:-m-15{
    margin: -60px !important;
  }

  .xxl\:-m-16{
    margin: -64px !important;
  }

  .xxl\:-m-17{
    margin: -68px !important;
  }

  .xxl\:-m-18{
    margin: -72px !important;
  }

  .xxl\:-m-19{
    margin: -76px !important;
  }

  .xxl\:-m-20{
    margin: -80px !important;
  }

  .xxl\:-m-21{
    margin: -84px !important;
  }

  .xxl\:-m-22{
    margin: -88px !important;
  }

  .xxl\:-m-23{
    margin: -92px !important;
  }

  .xxl\:-m-24{
    margin: -96px !important;
  }

  .xxl\:-m-25{
    margin: -100px !important;
  }

  .xxl\:-m-26{
    margin: -104px !important;
  }

  .xxl\:-m-27{
    margin: -108px !important;
  }

  .xxl\:-m-28{
    margin: -112px !important;
  }

  .xxl\:-m-29{
    margin: -116px !important;
  }

  .xxl\:-m-30{
    margin: -120px !important;
  }

  .xxl\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xxl\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xxl\:my-1{
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .xxl\:mx-1{
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .xxl\:my-2{
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xxl\:mx-2{
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xxl\:my-3{
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .xxl\:mx-3{
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .xxl\:my-4{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xxl\:mx-4{
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xxl\:my-5{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xxl\:mx-5{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xxl\:my-6{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xxl\:mx-6{
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xxl\:my-7{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .xxl\:mx-7{
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .xxl\:my-8{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xxl\:mx-8{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xxl\:my-9{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xxl\:mx-9{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xxl\:my-10{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xxl\:mx-10{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xxl\:my-11{
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xxl\:mx-11{
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xxl\:my-12{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xxl\:mx-12{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xxl\:my-13{
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .xxl\:mx-13{
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .xxl\:my-14{
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xxl\:mx-14{
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xxl\:my-15{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xxl\:mx-15{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xxl\:my-16{
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xxl\:mx-16{
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xxl\:my-17{
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .xxl\:mx-17{
    margin-left: 68px !important;
    margin-right: 68px !important;
  }

  .xxl\:my-18{
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xxl\:mx-18{
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xxl\:my-19{
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .xxl\:mx-19{
    margin-left: 76px !important;
    margin-right: 76px !important;
  }

  .xxl\:my-20{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xxl\:mx-20{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xxl\:my-21{
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .xxl\:mx-21{
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .xxl\:my-22{
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xxl\:mx-22{
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xxl\:my-23{
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .xxl\:mx-23{
    margin-left: 92px !important;
    margin-right: 92px !important;
  }

  .xxl\:my-24{
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .xxl\:mx-24{
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .xxl\:my-25{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xxl\:mx-25{
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xxl\:my-26{
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .xxl\:mx-26{
    margin-left: 104px !important;
    margin-right: 104px !important;
  }

  .xxl\:my-27{
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .xxl\:mx-27{
    margin-left: 108px !important;
    margin-right: 108px !important;
  }

  .xxl\:my-28{
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .xxl\:mx-28{
    margin-left: 112px !important;
    margin-right: 112px !important;
  }

  .xxl\:my-29{
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .xxl\:mx-29{
    margin-left: 116px !important;
    margin-right: 116px !important;
  }

  .xxl\:my-30{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xxl\:mx-30{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xxl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xxl\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xxl\:-my-1{
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .xxl\:-mx-1{
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .xxl\:-my-2{
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xxl\:-mx-2{
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xxl\:-my-3{
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .xxl\:-mx-3{
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .xxl\:-my-4{
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xxl\:-mx-4{
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xxl\:-my-5{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xxl\:-mx-5{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xxl\:-my-6{
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xxl\:-mx-6{
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xxl\:-my-7{
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .xxl\:-mx-7{
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .xxl\:-my-8{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xxl\:-mx-8{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xxl\:-my-9{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xxl\:-mx-9{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xxl\:-my-10{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xxl\:-mx-10{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xxl\:-my-11{
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xxl\:-mx-11{
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xxl\:-my-12{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xxl\:-mx-12{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xxl\:-my-13{
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .xxl\:-mx-13{
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .xxl\:-my-14{
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .xxl\:-mx-14{
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .xxl\:-my-15{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xxl\:-mx-15{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xxl\:-my-16{
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xxl\:-mx-16{
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xxl\:-my-17{
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }

  .xxl\:-mx-17{
    margin-left: -68px !important;
    margin-right: -68px !important;
  }

  .xxl\:-my-18{
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xxl\:-mx-18{
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xxl\:-my-19{
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }

  .xxl\:-mx-19{
    margin-left: -76px !important;
    margin-right: -76px !important;
  }

  .xxl\:-my-20{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xxl\:-mx-20{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xxl\:-my-21{
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .xxl\:-mx-21{
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .xxl\:-my-22{
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .xxl\:-mx-22{
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .xxl\:-my-23{
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }

  .xxl\:-mx-23{
    margin-left: -92px !important;
    margin-right: -92px !important;
  }

  .xxl\:-my-24{
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .xxl\:-mx-24{
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .xxl\:-my-25{
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xxl\:-mx-25{
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xxl\:-my-26{
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }

  .xxl\:-mx-26{
    margin-left: -104px !important;
    margin-right: -104px !important;
  }

  .xxl\:-my-27{
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }

  .xxl\:-mx-27{
    margin-left: -108px !important;
    margin-right: -108px !important;
  }

  .xxl\:-my-28{
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .xxl\:-mx-28{
    margin-left: -112px !important;
    margin-right: -112px !important;
  }

  .xxl\:-my-29{
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }

  .xxl\:-mx-29{
    margin-left: -116px !important;
    margin-right: -116px !important;
  }

  .xxl\:-my-30{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xxl\:-mx-30{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xxl\:mt-0{
    margin-top: 0px !important;
  }

  .xxl\:mr-0{
    margin-right: 0px !important;
  }

  .xxl\:mb-0{
    margin-bottom: 0px !important;
  }

  .xxl\:ml-0{
    margin-left: 0px !important;
  }

  .xxl\:mt-1{
    margin-top: 4px !important;
  }

  .xxl\:mr-1{
    margin-right: 4px !important;
  }

  .xxl\:mb-1{
    margin-bottom: 4px !important;
  }

  .xxl\:ml-1{
    margin-left: 4px !important;
  }

  .xxl\:mt-2{
    margin-top: 8px !important;
  }

  .xxl\:mr-2{
    margin-right: 8px !important;
  }

  .xxl\:mb-2{
    margin-bottom: 8px !important;
  }

  .xxl\:ml-2{
    margin-left: 8px !important;
  }

  .xxl\:mt-3{
    margin-top: 12px !important;
  }

  .xxl\:mr-3{
    margin-right: 12px !important;
  }

  .xxl\:mb-3{
    margin-bottom: 12px !important;
  }

  .xxl\:ml-3{
    margin-left: 12px !important;
  }

  .xxl\:mt-4{
    margin-top: 16px !important;
  }

  .xxl\:mr-4{
    margin-right: 16px !important;
  }

  .xxl\:mb-4{
    margin-bottom: 16px !important;
  }

  .xxl\:ml-4{
    margin-left: 16px !important;
  }

  .xxl\:mt-5{
    margin-top: 20px !important;
  }

  .xxl\:mr-5{
    margin-right: 20px !important;
  }

  .xxl\:mb-5{
    margin-bottom: 20px !important;
  }

  .xxl\:ml-5{
    margin-left: 20px !important;
  }

  .xxl\:mt-6{
    margin-top: 24px !important;
  }

  .xxl\:mr-6{
    margin-right: 24px !important;
  }

  .xxl\:mb-6{
    margin-bottom: 24px !important;
  }

  .xxl\:ml-6{
    margin-left: 24px !important;
  }

  .xxl\:mt-7{
    margin-top: 28px !important;
  }

  .xxl\:mr-7{
    margin-right: 28px !important;
  }

  .xxl\:mb-7{
    margin-bottom: 28px !important;
  }

  .xxl\:ml-7{
    margin-left: 28px !important;
  }

  .xxl\:mt-8{
    margin-top: 32px !important;
  }

  .xxl\:mr-8{
    margin-right: 32px !important;
  }

  .xxl\:mb-8{
    margin-bottom: 32px !important;
  }

  .xxl\:ml-8{
    margin-left: 32px !important;
  }

  .xxl\:mt-9{
    margin-top: 36px !important;
  }

  .xxl\:mr-9{
    margin-right: 36px !important;
  }

  .xxl\:mb-9{
    margin-bottom: 36px !important;
  }

  .xxl\:ml-9{
    margin-left: 36px !important;
  }

  .xxl\:mt-10{
    margin-top: 40px !important;
  }

  .xxl\:mr-10{
    margin-right: 40px !important;
  }

  .xxl\:mb-10{
    margin-bottom: 40px !important;
  }

  .xxl\:ml-10{
    margin-left: 40px !important;
  }

  .xxl\:mt-11{
    margin-top: 44px !important;
  }

  .xxl\:mr-11{
    margin-right: 44px !important;
  }

  .xxl\:mb-11{
    margin-bottom: 44px !important;
  }

  .xxl\:ml-11{
    margin-left: 44px !important;
  }

  .xxl\:mt-12{
    margin-top: 48px !important;
  }

  .xxl\:mr-12{
    margin-right: 48px !important;
  }

  .xxl\:mb-12{
    margin-bottom: 48px !important;
  }

  .xxl\:ml-12{
    margin-left: 48px !important;
  }

  .xxl\:mt-13{
    margin-top: 52px !important;
  }

  .xxl\:mr-13{
    margin-right: 52px !important;
  }

  .xxl\:mb-13{
    margin-bottom: 52px !important;
  }

  .xxl\:ml-13{
    margin-left: 52px !important;
  }

  .xxl\:mt-14{
    margin-top: 56px !important;
  }

  .xxl\:mr-14{
    margin-right: 56px !important;
  }

  .xxl\:mb-14{
    margin-bottom: 56px !important;
  }

  .xxl\:ml-14{
    margin-left: 56px !important;
  }

  .xxl\:mt-15{
    margin-top: 60px !important;
  }

  .xxl\:mr-15{
    margin-right: 60px !important;
  }

  .xxl\:mb-15{
    margin-bottom: 60px !important;
  }

  .xxl\:ml-15{
    margin-left: 60px !important;
  }

  .xxl\:mt-16{
    margin-top: 64px !important;
  }

  .xxl\:mr-16{
    margin-right: 64px !important;
  }

  .xxl\:mb-16{
    margin-bottom: 64px !important;
  }

  .xxl\:ml-16{
    margin-left: 64px !important;
  }

  .xxl\:mt-17{
    margin-top: 68px !important;
  }

  .xxl\:mr-17{
    margin-right: 68px !important;
  }

  .xxl\:mb-17{
    margin-bottom: 68px !important;
  }

  .xxl\:ml-17{
    margin-left: 68px !important;
  }

  .xxl\:mt-18{
    margin-top: 72px !important;
  }

  .xxl\:mr-18{
    margin-right: 72px !important;
  }

  .xxl\:mb-18{
    margin-bottom: 72px !important;
  }

  .xxl\:ml-18{
    margin-left: 72px !important;
  }

  .xxl\:mt-19{
    margin-top: 76px !important;
  }

  .xxl\:mr-19{
    margin-right: 76px !important;
  }

  .xxl\:mb-19{
    margin-bottom: 76px !important;
  }

  .xxl\:ml-19{
    margin-left: 76px !important;
  }

  .xxl\:mt-20{
    margin-top: 80px !important;
  }

  .xxl\:mr-20{
    margin-right: 80px !important;
  }

  .xxl\:mb-20{
    margin-bottom: 80px !important;
  }

  .xxl\:ml-20{
    margin-left: 80px !important;
  }

  .xxl\:mt-21{
    margin-top: 84px !important;
  }

  .xxl\:mr-21{
    margin-right: 84px !important;
  }

  .xxl\:mb-21{
    margin-bottom: 84px !important;
  }

  .xxl\:ml-21{
    margin-left: 84px !important;
  }

  .xxl\:mt-22{
    margin-top: 88px !important;
  }

  .xxl\:mr-22{
    margin-right: 88px !important;
  }

  .xxl\:mb-22{
    margin-bottom: 88px !important;
  }

  .xxl\:ml-22{
    margin-left: 88px !important;
  }

  .xxl\:mt-23{
    margin-top: 92px !important;
  }

  .xxl\:mr-23{
    margin-right: 92px !important;
  }

  .xxl\:mb-23{
    margin-bottom: 92px !important;
  }

  .xxl\:ml-23{
    margin-left: 92px !important;
  }

  .xxl\:mt-24{
    margin-top: 96px !important;
  }

  .xxl\:mr-24{
    margin-right: 96px !important;
  }

  .xxl\:mb-24{
    margin-bottom: 96px !important;
  }

  .xxl\:ml-24{
    margin-left: 96px !important;
  }

  .xxl\:mt-25{
    margin-top: 100px !important;
  }

  .xxl\:mr-25{
    margin-right: 100px !important;
  }

  .xxl\:mb-25{
    margin-bottom: 100px !important;
  }

  .xxl\:ml-25{
    margin-left: 100px !important;
  }

  .xxl\:mt-26{
    margin-top: 104px !important;
  }

  .xxl\:mr-26{
    margin-right: 104px !important;
  }

  .xxl\:mb-26{
    margin-bottom: 104px !important;
  }

  .xxl\:ml-26{
    margin-left: 104px !important;
  }

  .xxl\:mt-27{
    margin-top: 108px !important;
  }

  .xxl\:mr-27{
    margin-right: 108px !important;
  }

  .xxl\:mb-27{
    margin-bottom: 108px !important;
  }

  .xxl\:ml-27{
    margin-left: 108px !important;
  }

  .xxl\:mt-28{
    margin-top: 112px !important;
  }

  .xxl\:mr-28{
    margin-right: 112px !important;
  }

  .xxl\:mb-28{
    margin-bottom: 112px !important;
  }

  .xxl\:ml-28{
    margin-left: 112px !important;
  }

  .xxl\:mt-29{
    margin-top: 116px !important;
  }

  .xxl\:mr-29{
    margin-right: 116px !important;
  }

  .xxl\:mb-29{
    margin-bottom: 116px !important;
  }

  .xxl\:ml-29{
    margin-left: 116px !important;
  }

  .xxl\:mt-30{
    margin-top: 120px !important;
  }

  .xxl\:mr-30{
    margin-right: 120px !important;
  }

  .xxl\:mb-30{
    margin-bottom: 120px !important;
  }

  .xxl\:ml-30{
    margin-left: 120px !important;
  }

  .xxl\:mt-auto{
    margin-top: auto !important;
  }

  .xxl\:mr-auto{
    margin-right: auto !important;
  }

  .xxl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xxl\:ml-auto{
    margin-left: auto !important;
  }

  .xxl\:-mt-0{
    margin-top: 0px !important;
  }

  .xxl\:-mr-0{
    margin-right: 0px !important;
  }

  .xxl\:-mb-0{
    margin-bottom: 0px !important;
  }

  .xxl\:-ml-0{
    margin-left: 0px !important;
  }

  .xxl\:-mt-1{
    margin-top: -4px !important;
  }

  .xxl\:-mr-1{
    margin-right: -4px !important;
  }

  .xxl\:-mb-1{
    margin-bottom: -4px !important;
  }

  .xxl\:-ml-1{
    margin-left: -4px !important;
  }

  .xxl\:-mt-2{
    margin-top: -8px !important;
  }

  .xxl\:-mr-2{
    margin-right: -8px !important;
  }

  .xxl\:-mb-2{
    margin-bottom: -8px !important;
  }

  .xxl\:-ml-2{
    margin-left: -8px !important;
  }

  .xxl\:-mt-3{
    margin-top: -12px !important;
  }

  .xxl\:-mr-3{
    margin-right: -12px !important;
  }

  .xxl\:-mb-3{
    margin-bottom: -12px !important;
  }

  .xxl\:-ml-3{
    margin-left: -12px !important;
  }

  .xxl\:-mt-4{
    margin-top: -16px !important;
  }

  .xxl\:-mr-4{
    margin-right: -16px !important;
  }

  .xxl\:-mb-4{
    margin-bottom: -16px !important;
  }

  .xxl\:-ml-4{
    margin-left: -16px !important;
  }

  .xxl\:-mt-5{
    margin-top: -20px !important;
  }

  .xxl\:-mr-5{
    margin-right: -20px !important;
  }

  .xxl\:-mb-5{
    margin-bottom: -20px !important;
  }

  .xxl\:-ml-5{
    margin-left: -20px !important;
  }

  .xxl\:-mt-6{
    margin-top: -24px !important;
  }

  .xxl\:-mr-6{
    margin-right: -24px !important;
  }

  .xxl\:-mb-6{
    margin-bottom: -24px !important;
  }

  .xxl\:-ml-6{
    margin-left: -24px !important;
  }

  .xxl\:-mt-7{
    margin-top: -28px !important;
  }

  .xxl\:-mr-7{
    margin-right: -28px !important;
  }

  .xxl\:-mb-7{
    margin-bottom: -28px !important;
  }

  .xxl\:-ml-7{
    margin-left: -28px !important;
  }

  .xxl\:-mt-8{
    margin-top: -32px !important;
  }

  .xxl\:-mr-8{
    margin-right: -32px !important;
  }

  .xxl\:-mb-8{
    margin-bottom: -32px !important;
  }

  .xxl\:-ml-8{
    margin-left: -32px !important;
  }

  .xxl\:-mt-9{
    margin-top: -36px !important;
  }

  .xxl\:-mr-9{
    margin-right: -36px !important;
  }

  .xxl\:-mb-9{
    margin-bottom: -36px !important;
  }

  .xxl\:-ml-9{
    margin-left: -36px !important;
  }

  .xxl\:-mt-10{
    margin-top: -40px !important;
  }

  .xxl\:-mr-10{
    margin-right: -40px !important;
  }

  .xxl\:-mb-10{
    margin-bottom: -40px !important;
  }

  .xxl\:-ml-10{
    margin-left: -40px !important;
  }

  .xxl\:-mt-11{
    margin-top: -44px !important;
  }

  .xxl\:-mr-11{
    margin-right: -44px !important;
  }

  .xxl\:-mb-11{
    margin-bottom: -44px !important;
  }

  .xxl\:-ml-11{
    margin-left: -44px !important;
  }

  .xxl\:-mt-12{
    margin-top: -48px !important;
  }

  .xxl\:-mr-12{
    margin-right: -48px !important;
  }

  .xxl\:-mb-12{
    margin-bottom: -48px !important;
  }

  .xxl\:-ml-12{
    margin-left: -48px !important;
  }

  .xxl\:-mt-13{
    margin-top: -52px !important;
  }

  .xxl\:-mr-13{
    margin-right: -52px !important;
  }

  .xxl\:-mb-13{
    margin-bottom: -52px !important;
  }

  .xxl\:-ml-13{
    margin-left: -52px !important;
  }

  .xxl\:-mt-14{
    margin-top: -56px !important;
  }

  .xxl\:-mr-14{
    margin-right: -56px !important;
  }

  .xxl\:-mb-14{
    margin-bottom: -56px !important;
  }

  .xxl\:-ml-14{
    margin-left: -56px !important;
  }

  .xxl\:-mt-15{
    margin-top: -60px !important;
  }

  .xxl\:-mr-15{
    margin-right: -60px !important;
  }

  .xxl\:-mb-15{
    margin-bottom: -60px !important;
  }

  .xxl\:-ml-15{
    margin-left: -60px !important;
  }

  .xxl\:-mt-16{
    margin-top: -64px !important;
  }

  .xxl\:-mr-16{
    margin-right: -64px !important;
  }

  .xxl\:-mb-16{
    margin-bottom: -64px !important;
  }

  .xxl\:-ml-16{
    margin-left: -64px !important;
  }

  .xxl\:-mt-17{
    margin-top: -68px !important;
  }

  .xxl\:-mr-17{
    margin-right: -68px !important;
  }

  .xxl\:-mb-17{
    margin-bottom: -68px !important;
  }

  .xxl\:-ml-17{
    margin-left: -68px !important;
  }

  .xxl\:-mt-18{
    margin-top: -72px !important;
  }

  .xxl\:-mr-18{
    margin-right: -72px !important;
  }

  .xxl\:-mb-18{
    margin-bottom: -72px !important;
  }

  .xxl\:-ml-18{
    margin-left: -72px !important;
  }

  .xxl\:-mt-19{
    margin-top: -76px !important;
  }

  .xxl\:-mr-19{
    margin-right: -76px !important;
  }

  .xxl\:-mb-19{
    margin-bottom: -76px !important;
  }

  .xxl\:-ml-19{
    margin-left: -76px !important;
  }

  .xxl\:-mt-20{
    margin-top: -80px !important;
  }

  .xxl\:-mr-20{
    margin-right: -80px !important;
  }

  .xxl\:-mb-20{
    margin-bottom: -80px !important;
  }

  .xxl\:-ml-20{
    margin-left: -80px !important;
  }

  .xxl\:-mt-21{
    margin-top: -84px !important;
  }

  .xxl\:-mr-21{
    margin-right: -84px !important;
  }

  .xxl\:-mb-21{
    margin-bottom: -84px !important;
  }

  .xxl\:-ml-21{
    margin-left: -84px !important;
  }

  .xxl\:-mt-22{
    margin-top: -88px !important;
  }

  .xxl\:-mr-22{
    margin-right: -88px !important;
  }

  .xxl\:-mb-22{
    margin-bottom: -88px !important;
  }

  .xxl\:-ml-22{
    margin-left: -88px !important;
  }

  .xxl\:-mt-23{
    margin-top: -92px !important;
  }

  .xxl\:-mr-23{
    margin-right: -92px !important;
  }

  .xxl\:-mb-23{
    margin-bottom: -92px !important;
  }

  .xxl\:-ml-23{
    margin-left: -92px !important;
  }

  .xxl\:-mt-24{
    margin-top: -96px !important;
  }

  .xxl\:-mr-24{
    margin-right: -96px !important;
  }

  .xxl\:-mb-24{
    margin-bottom: -96px !important;
  }

  .xxl\:-ml-24{
    margin-left: -96px !important;
  }

  .xxl\:-mt-25{
    margin-top: -100px !important;
  }

  .xxl\:-mr-25{
    margin-right: -100px !important;
  }

  .xxl\:-mb-25{
    margin-bottom: -100px !important;
  }

  .xxl\:-ml-25{
    margin-left: -100px !important;
  }

  .xxl\:-mt-26{
    margin-top: -104px !important;
  }

  .xxl\:-mr-26{
    margin-right: -104px !important;
  }

  .xxl\:-mb-26{
    margin-bottom: -104px !important;
  }

  .xxl\:-ml-26{
    margin-left: -104px !important;
  }

  .xxl\:-mt-27{
    margin-top: -108px !important;
  }

  .xxl\:-mr-27{
    margin-right: -108px !important;
  }

  .xxl\:-mb-27{
    margin-bottom: -108px !important;
  }

  .xxl\:-ml-27{
    margin-left: -108px !important;
  }

  .xxl\:-mt-28{
    margin-top: -112px !important;
  }

  .xxl\:-mr-28{
    margin-right: -112px !important;
  }

  .xxl\:-mb-28{
    margin-bottom: -112px !important;
  }

  .xxl\:-ml-28{
    margin-left: -112px !important;
  }

  .xxl\:-mt-29{
    margin-top: -116px !important;
  }

  .xxl\:-mr-29{
    margin-right: -116px !important;
  }

  .xxl\:-mb-29{
    margin-bottom: -116px !important;
  }

  .xxl\:-ml-29{
    margin-left: -116px !important;
  }

  .xxl\:-mt-30{
    margin-top: -120px !important;
  }

  .xxl\:-mr-30{
    margin-right: -120px !important;
  }

  .xxl\:-mb-30{
    margin-bottom: -120px !important;
  }

  .xxl\:-ml-30{
    margin-left: -120px !important;
  }

  .xxl\:max-h-full{
    max-height: 100% !important;
  }

  .xxl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xxl\:max-w-none{
    max-width: none !important;
  }

  .xxl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xxl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xxl\:max-w-md{
    max-width: 28rem !important;
  }

  .xxl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xxl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xxl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xxl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xxl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xxl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xxl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xxl\:max-w-full{
    max-width: 100% !important;
  }

  .xxl\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .xxl\:max-w-screen-sm{
    max-width: 480px !important;
  }

  .xxl\:max-w-screen-md{
    max-width: 720px !important;
  }

  .xxl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xxl\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xxl\:max-w-screen-xxl{
    max-width: 1400px !important;
  }

  .xxl\:max-w-screen-xxxl{
    max-width: 1600px !important;
  }

  .xxl\:min-h-0{
    min-height: 0 !important;
  }

  .xxl\:min-h-full{
    min-height: 100% !important;
  }

  .xxl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xxl\:min-w-0{
    min-width: 0 !important;
  }

  .xxl\:min-w-full{
    min-width: 100% !important;
  }

  .xxl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xxl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xxl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xxl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xxl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xxl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xxl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xxl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xxl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xxl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xxl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xxl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xxl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xxl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xxl\:opacity-0{
    opacity: 0 !important;
  }

  .xxl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xxl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xxl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xxl\:opacity-100{
    opacity: 1 !important;
  }

  .xxl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xxl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xxl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xxl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xxl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xxl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xxl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xxl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xxl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xxl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xxl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:overflow-auto{
    overflow: auto !important;
  }

  .xxl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xxl\:overflow-visible{
    overflow: visible !important;
  }

  .xxl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xxl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xxl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xxl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xxl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xxl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xxl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xxl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xxl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xxl\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xxl\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xxl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xxl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xxl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xxl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xxl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xxl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xxl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xxl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xxl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xxl\:p-0{
    padding: 0px !important;
  }

  .xxl\:p-1{
    padding: 4px !important;
  }

  .xxl\:p-2{
    padding: 8px !important;
  }

  .xxl\:p-3{
    padding: 12px !important;
  }

  .xxl\:p-4{
    padding: 16px !important;
  }

  .xxl\:p-5{
    padding: 20px !important;
  }

  .xxl\:p-6{
    padding: 24px !important;
  }

  .xxl\:p-7{
    padding: 28px !important;
  }

  .xxl\:p-8{
    padding: 32px !important;
  }

  .xxl\:p-9{
    padding: 36px !important;
  }

  .xxl\:p-10{
    padding: 40px !important;
  }

  .xxl\:p-11{
    padding: 44px !important;
  }

  .xxl\:p-12{
    padding: 48px !important;
  }

  .xxl\:p-13{
    padding: 52px !important;
  }

  .xxl\:p-14{
    padding: 56px !important;
  }

  .xxl\:p-15{
    padding: 60px !important;
  }

  .xxl\:p-16{
    padding: 64px !important;
  }

  .xxl\:p-17{
    padding: 68px !important;
  }

  .xxl\:p-18{
    padding: 72px !important;
  }

  .xxl\:p-19{
    padding: 76px !important;
  }

  .xxl\:p-20{
    padding: 80px !important;
  }

  .xxl\:p-21{
    padding: 84px !important;
  }

  .xxl\:p-22{
    padding: 88px !important;
  }

  .xxl\:p-23{
    padding: 92px !important;
  }

  .xxl\:p-24{
    padding: 96px !important;
  }

  .xxl\:p-25{
    padding: 100px !important;
  }

  .xxl\:p-26{
    padding: 104px !important;
  }

  .xxl\:p-27{
    padding: 108px !important;
  }

  .xxl\:p-28{
    padding: 112px !important;
  }

  .xxl\:p-29{
    padding: 116px !important;
  }

  .xxl\:p-30{
    padding: 120px !important;
  }

  .xxl\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xxl\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xxl\:py-1{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .xxl\:px-1{
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .xxl\:py-2{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xxl\:px-2{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xxl\:py-3{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .xxl\:px-3{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .xxl\:py-4{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xxl\:px-4{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xxl\:py-5{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xxl\:px-5{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xxl\:py-6{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xxl\:px-6{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xxl\:py-7{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .xxl\:px-7{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .xxl\:py-8{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xxl\:px-8{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xxl\:py-9{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xxl\:px-9{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xxl\:py-10{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xxl\:px-10{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xxl\:py-11{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xxl\:px-11{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xxl\:py-12{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xxl\:px-12{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xxl\:py-13{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .xxl\:px-13{
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .xxl\:py-14{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xxl\:px-14{
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xxl\:py-15{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xxl\:px-15{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xxl\:py-16{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xxl\:px-16{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xxl\:py-17{
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .xxl\:px-17{
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .xxl\:py-18{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xxl\:px-18{
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xxl\:py-19{
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .xxl\:px-19{
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .xxl\:py-20{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xxl\:px-20{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xxl\:py-21{
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .xxl\:px-21{
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .xxl\:py-22{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .xxl\:px-22{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }

  .xxl\:py-23{
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .xxl\:px-23{
    padding-left: 92px !important;
    padding-right: 92px !important;
  }

  .xxl\:py-24{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xxl\:px-24{
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .xxl\:py-25{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xxl\:px-25{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xxl\:py-26{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .xxl\:px-26{
    padding-left: 104px !important;
    padding-right: 104px !important;
  }

  .xxl\:py-27{
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .xxl\:px-27{
    padding-left: 108px !important;
    padding-right: 108px !important;
  }

  .xxl\:py-28{
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .xxl\:px-28{
    padding-left: 112px !important;
    padding-right: 112px !important;
  }

  .xxl\:py-29{
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .xxl\:px-29{
    padding-left: 116px !important;
    padding-right: 116px !important;
  }

  .xxl\:py-30{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xxl\:px-30{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xxl\:pt-0{
    padding-top: 0px !important;
  }

  .xxl\:pr-0{
    padding-right: 0px !important;
  }

  .xxl\:pb-0{
    padding-bottom: 0px !important;
  }

  .xxl\:pl-0{
    padding-left: 0px !important;
  }

  .xxl\:pt-1{
    padding-top: 4px !important;
  }

  .xxl\:pr-1{
    padding-right: 4px !important;
  }

  .xxl\:pb-1{
    padding-bottom: 4px !important;
  }

  .xxl\:pl-1{
    padding-left: 4px !important;
  }

  .xxl\:pt-2{
    padding-top: 8px !important;
  }

  .xxl\:pr-2{
    padding-right: 8px !important;
  }

  .xxl\:pb-2{
    padding-bottom: 8px !important;
  }

  .xxl\:pl-2{
    padding-left: 8px !important;
  }

  .xxl\:pt-3{
    padding-top: 12px !important;
  }

  .xxl\:pr-3{
    padding-right: 12px !important;
  }

  .xxl\:pb-3{
    padding-bottom: 12px !important;
  }

  .xxl\:pl-3{
    padding-left: 12px !important;
  }

  .xxl\:pt-4{
    padding-top: 16px !important;
  }

  .xxl\:pr-4{
    padding-right: 16px !important;
  }

  .xxl\:pb-4{
    padding-bottom: 16px !important;
  }

  .xxl\:pl-4{
    padding-left: 16px !important;
  }

  .xxl\:pt-5{
    padding-top: 20px !important;
  }

  .xxl\:pr-5{
    padding-right: 20px !important;
  }

  .xxl\:pb-5{
    padding-bottom: 20px !important;
  }

  .xxl\:pl-5{
    padding-left: 20px !important;
  }

  .xxl\:pt-6{
    padding-top: 24px !important;
  }

  .xxl\:pr-6{
    padding-right: 24px !important;
  }

  .xxl\:pb-6{
    padding-bottom: 24px !important;
  }

  .xxl\:pl-6{
    padding-left: 24px !important;
  }

  .xxl\:pt-7{
    padding-top: 28px !important;
  }

  .xxl\:pr-7{
    padding-right: 28px !important;
  }

  .xxl\:pb-7{
    padding-bottom: 28px !important;
  }

  .xxl\:pl-7{
    padding-left: 28px !important;
  }

  .xxl\:pt-8{
    padding-top: 32px !important;
  }

  .xxl\:pr-8{
    padding-right: 32px !important;
  }

  .xxl\:pb-8{
    padding-bottom: 32px !important;
  }

  .xxl\:pl-8{
    padding-left: 32px !important;
  }

  .xxl\:pt-9{
    padding-top: 36px !important;
  }

  .xxl\:pr-9{
    padding-right: 36px !important;
  }

  .xxl\:pb-9{
    padding-bottom: 36px !important;
  }

  .xxl\:pl-9{
    padding-left: 36px !important;
  }

  .xxl\:pt-10{
    padding-top: 40px !important;
  }

  .xxl\:pr-10{
    padding-right: 40px !important;
  }

  .xxl\:pb-10{
    padding-bottom: 40px !important;
  }

  .xxl\:pl-10{
    padding-left: 40px !important;
  }

  .xxl\:pt-11{
    padding-top: 44px !important;
  }

  .xxl\:pr-11{
    padding-right: 44px !important;
  }

  .xxl\:pb-11{
    padding-bottom: 44px !important;
  }

  .xxl\:pl-11{
    padding-left: 44px !important;
  }

  .xxl\:pt-12{
    padding-top: 48px !important;
  }

  .xxl\:pr-12{
    padding-right: 48px !important;
  }

  .xxl\:pb-12{
    padding-bottom: 48px !important;
  }

  .xxl\:pl-12{
    padding-left: 48px !important;
  }

  .xxl\:pt-13{
    padding-top: 52px !important;
  }

  .xxl\:pr-13{
    padding-right: 52px !important;
  }

  .xxl\:pb-13{
    padding-bottom: 52px !important;
  }

  .xxl\:pl-13{
    padding-left: 52px !important;
  }

  .xxl\:pt-14{
    padding-top: 56px !important;
  }

  .xxl\:pr-14{
    padding-right: 56px !important;
  }

  .xxl\:pb-14{
    padding-bottom: 56px !important;
  }

  .xxl\:pl-14{
    padding-left: 56px !important;
  }

  .xxl\:pt-15{
    padding-top: 60px !important;
  }

  .xxl\:pr-15{
    padding-right: 60px !important;
  }

  .xxl\:pb-15{
    padding-bottom: 60px !important;
  }

  .xxl\:pl-15{
    padding-left: 60px !important;
  }

  .xxl\:pt-16{
    padding-top: 64px !important;
  }

  .xxl\:pr-16{
    padding-right: 64px !important;
  }

  .xxl\:pb-16{
    padding-bottom: 64px !important;
  }

  .xxl\:pl-16{
    padding-left: 64px !important;
  }

  .xxl\:pt-17{
    padding-top: 68px !important;
  }

  .xxl\:pr-17{
    padding-right: 68px !important;
  }

  .xxl\:pb-17{
    padding-bottom: 68px !important;
  }

  .xxl\:pl-17{
    padding-left: 68px !important;
  }

  .xxl\:pt-18{
    padding-top: 72px !important;
  }

  .xxl\:pr-18{
    padding-right: 72px !important;
  }

  .xxl\:pb-18{
    padding-bottom: 72px !important;
  }

  .xxl\:pl-18{
    padding-left: 72px !important;
  }

  .xxl\:pt-19{
    padding-top: 76px !important;
  }

  .xxl\:pr-19{
    padding-right: 76px !important;
  }

  .xxl\:pb-19{
    padding-bottom: 76px !important;
  }

  .xxl\:pl-19{
    padding-left: 76px !important;
  }

  .xxl\:pt-20{
    padding-top: 80px !important;
  }

  .xxl\:pr-20{
    padding-right: 80px !important;
  }

  .xxl\:pb-20{
    padding-bottom: 80px !important;
  }

  .xxl\:pl-20{
    padding-left: 80px !important;
  }

  .xxl\:pt-21{
    padding-top: 84px !important;
  }

  .xxl\:pr-21{
    padding-right: 84px !important;
  }

  .xxl\:pb-21{
    padding-bottom: 84px !important;
  }

  .xxl\:pl-21{
    padding-left: 84px !important;
  }

  .xxl\:pt-22{
    padding-top: 88px !important;
  }

  .xxl\:pr-22{
    padding-right: 88px !important;
  }

  .xxl\:pb-22{
    padding-bottom: 88px !important;
  }

  .xxl\:pl-22{
    padding-left: 88px !important;
  }

  .xxl\:pt-23{
    padding-top: 92px !important;
  }

  .xxl\:pr-23{
    padding-right: 92px !important;
  }

  .xxl\:pb-23{
    padding-bottom: 92px !important;
  }

  .xxl\:pl-23{
    padding-left: 92px !important;
  }

  .xxl\:pt-24{
    padding-top: 96px !important;
  }

  .xxl\:pr-24{
    padding-right: 96px !important;
  }

  .xxl\:pb-24{
    padding-bottom: 96px !important;
  }

  .xxl\:pl-24{
    padding-left: 96px !important;
  }

  .xxl\:pt-25{
    padding-top: 100px !important;
  }

  .xxl\:pr-25{
    padding-right: 100px !important;
  }

  .xxl\:pb-25{
    padding-bottom: 100px !important;
  }

  .xxl\:pl-25{
    padding-left: 100px !important;
  }

  .xxl\:pt-26{
    padding-top: 104px !important;
  }

  .xxl\:pr-26{
    padding-right: 104px !important;
  }

  .xxl\:pb-26{
    padding-bottom: 104px !important;
  }

  .xxl\:pl-26{
    padding-left: 104px !important;
  }

  .xxl\:pt-27{
    padding-top: 108px !important;
  }

  .xxl\:pr-27{
    padding-right: 108px !important;
  }

  .xxl\:pb-27{
    padding-bottom: 108px !important;
  }

  .xxl\:pl-27{
    padding-left: 108px !important;
  }

  .xxl\:pt-28{
    padding-top: 112px !important;
  }

  .xxl\:pr-28{
    padding-right: 112px !important;
  }

  .xxl\:pb-28{
    padding-bottom: 112px !important;
  }

  .xxl\:pl-28{
    padding-left: 112px !important;
  }

  .xxl\:pt-29{
    padding-top: 116px !important;
  }

  .xxl\:pr-29{
    padding-right: 116px !important;
  }

  .xxl\:pb-29{
    padding-bottom: 116px !important;
  }

  .xxl\:pl-29{
    padding-left: 116px !important;
  }

  .xxl\:pt-30{
    padding-top: 120px !important;
  }

  .xxl\:pr-30{
    padding-right: 120px !important;
  }

  .xxl\:pb-30{
    padding-bottom: 120px !important;
  }

  .xxl\:pl-30{
    padding-left: 120px !important;
  }

  .xxl\:placeholder-black::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .xxl\:placeholder-black::-moz-placeholder{
    color: var(--black) !important;
  }

  .xxl\:placeholder-black:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xxl\:placeholder-black::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xxl\:placeholder-black::placeholder{
    color: var(--black) !important;
  }

  .xxl\:placeholder-white::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .xxl\:placeholder-white::-moz-placeholder{
    color: var(--white) !important;
  }

  .xxl\:placeholder-white:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xxl\:placeholder-white::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xxl\:placeholder-white::placeholder{
    color: var(--white) !important;
  }

  .xxl\:placeholder-blue::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .xxl\:placeholder-blue::-moz-placeholder{
    color: var(--blue) !important;
  }

  .xxl\:placeholder-blue:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xxl\:placeholder-blue::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xxl\:placeholder-blue::placeholder{
    color: var(--blue) !important;
  }

  .xxl\:placeholder-apple::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .xxl\:placeholder-apple::-moz-placeholder{
    color: var(--apple) !important;
  }

  .xxl\:placeholder-apple:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xxl\:placeholder-apple::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xxl\:placeholder-apple::placeholder{
    color: var(--apple) !important;
  }

  .xxl\:placeholder-don-juan::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:placeholder-don-juan::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:placeholder-don-juan:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:placeholder-don-juan::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:placeholder-don-juan::placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:placeholder-alabaster::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:placeholder-alabaster::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:placeholder-alabaster:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:placeholder-alabaster::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:placeholder-alabaster::placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:placeholder-gray::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .xxl\:placeholder-gray::-moz-placeholder{
    color: var(--gray) !important;
  }

  .xxl\:placeholder-gray:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xxl\:placeholder-gray::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xxl\:placeholder-gray::placeholder{
    color: var(--gray) !important;
  }

  .xxl\:placeholder-concrete::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:placeholder-concrete::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:placeholder-concrete:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:placeholder-concrete::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:placeholder-concrete::placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:placeholder-silver::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .xxl\:placeholder-silver::-moz-placeholder{
    color: var(--silver) !important;
  }

  .xxl\:placeholder-silver:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xxl\:placeholder-silver::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xxl\:placeholder-silver::placeholder{
    color: var(--silver) !important;
  }

  .xxl\:placeholder-gallery::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:placeholder-gallery::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:placeholder-gallery:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:placeholder-gallery::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:placeholder-gallery::placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:placeholder-alizarin::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:placeholder-alizarin::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:placeholder-alizarin:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:placeholder-alizarin::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:placeholder-alizarin::placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:placeholder-sunset::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:placeholder-sunset::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:placeholder-sunset:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:placeholder-sunset::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:placeholder-sunset::placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:placeholder-curious-blue::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:placeholder-curious-blue::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:placeholder-curious-blue:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:placeholder-curious-blue::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:placeholder-curious-blue::placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:placeholder-mustard::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:placeholder-mustard::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:placeholder-mustard:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:placeholder-mustard::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:placeholder-mustard::placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:placeholder-alto::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .xxl\:placeholder-alto::-moz-placeholder{
    color: var(--alto) !important;
  }

  .xxl\:placeholder-alto:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xxl\:placeholder-alto::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xxl\:placeholder-alto::placeholder{
    color: var(--alto) !important;
  }

  .xxl\:placeholder-catsk::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:placeholder-catsk::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:placeholder-catsk:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:placeholder-catsk::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:placeholder-catsk::placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--black) !important;
  }

  .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xxl\:focus\:placeholder-black:focus::placeholder{
    color: var(--black) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--white) !important;
  }

  .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xxl\:focus\:placeholder-white:focus::placeholder{
    color: var(--white) !important;
  }

  .xxl\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .xxl\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: var(--blue) !important;
  }

  .xxl\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xxl\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xxl\:focus\:placeholder-blue:focus::placeholder{
    color: var(--blue) !important;
  }

  .xxl\:focus\:placeholder-apple:focus::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .xxl\:focus\:placeholder-apple:focus::-moz-placeholder{
    color: var(--apple) !important;
  }

  .xxl\:focus\:placeholder-apple:focus:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xxl\:focus\:placeholder-apple:focus::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xxl\:focus\:placeholder-apple:focus::placeholder{
    color: var(--apple) !important;
  }

  .xxl\:focus\:placeholder-don-juan:focus::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:focus\:placeholder-don-juan:focus::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:focus\:placeholder-don-juan:focus:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:focus\:placeholder-don-juan:focus::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:focus\:placeholder-don-juan:focus::placeholder{
    color: var(--don-juan) !important;
  }

  .xxl\:focus\:placeholder-alabaster:focus::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:focus\:placeholder-alabaster:focus::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:focus\:placeholder-alabaster:focus:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:focus\:placeholder-alabaster:focus::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:focus\:placeholder-alabaster:focus::placeholder{
    color: var(--alabaster) !important;
  }

  .xxl\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .xxl\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: var(--gray) !important;
  }

  .xxl\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xxl\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xxl\:focus\:placeholder-gray:focus::placeholder{
    color: var(--gray) !important;
  }

  .xxl\:focus\:placeholder-concrete:focus::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:focus\:placeholder-concrete:focus::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:focus\:placeholder-concrete:focus:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:focus\:placeholder-concrete:focus::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:focus\:placeholder-concrete:focus::placeholder{
    color: var(--concrete) !important;
  }

  .xxl\:focus\:placeholder-silver:focus::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .xxl\:focus\:placeholder-silver:focus::-moz-placeholder{
    color: var(--silver) !important;
  }

  .xxl\:focus\:placeholder-silver:focus:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xxl\:focus\:placeholder-silver:focus::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xxl\:focus\:placeholder-silver:focus::placeholder{
    color: var(--silver) !important;
  }

  .xxl\:focus\:placeholder-gallery:focus::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:focus\:placeholder-gallery:focus::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:focus\:placeholder-gallery:focus:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:focus\:placeholder-gallery:focus::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:focus\:placeholder-gallery:focus::placeholder{
    color: var(--gallery) !important;
  }

  .xxl\:focus\:placeholder-alizarin:focus::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:focus\:placeholder-alizarin:focus::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:focus\:placeholder-alizarin:focus:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:focus\:placeholder-alizarin:focus::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:focus\:placeholder-alizarin:focus::placeholder{
    color: var(--alizarin) !important;
  }

  .xxl\:focus\:placeholder-sunset:focus::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:focus\:placeholder-sunset:focus::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:focus\:placeholder-sunset:focus:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:focus\:placeholder-sunset:focus::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:focus\:placeholder-sunset:focus::placeholder{
    color: var(--sunset) !important;
  }

  .xxl\:focus\:placeholder-curious-blue:focus::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:focus\:placeholder-curious-blue:focus::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:focus\:placeholder-curious-blue:focus:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:focus\:placeholder-curious-blue:focus::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:focus\:placeholder-curious-blue:focus::placeholder{
    color: var(--curious-blue) !important;
  }

  .xxl\:focus\:placeholder-mustard:focus::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:focus\:placeholder-mustard:focus::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:focus\:placeholder-mustard:focus:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:focus\:placeholder-mustard:focus::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:focus\:placeholder-mustard:focus::placeholder{
    color: var(--mustard) !important;
  }

  .xxl\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .xxl\:focus\:placeholder-alto:focus::-moz-placeholder{
    color: var(--alto) !important;
  }

  .xxl\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xxl\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xxl\:focus\:placeholder-alto:focus::placeholder{
    color: var(--alto) !important;
  }

  .xxl\:focus\:placeholder-catsk:focus::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:focus\:placeholder-catsk:focus::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:focus\:placeholder-catsk:focus:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:focus\:placeholder-catsk:focus::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:focus\:placeholder-catsk:focus::placeholder{
    color: var(--catsk) !important;
  }

  .xxl\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:pointer-events-none{
    pointer-events: none !important;
  }

  .xxl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xxl\:static{
    position: static !important;
  }

  .xxl\:fixed{
    position: fixed !important;
  }

  .xxl\:absolute{
    position: absolute !important;
  }

  .xxl\:relative{
    position: relative !important;
  }

  .xxl\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xxl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xxl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xxl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xxl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xxl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xxl\:top-0{
    top: 0 !important;
  }

  .xxl\:right-0{
    right: 0 !important;
  }

  .xxl\:bottom-0{
    bottom: 0 !important;
  }

  .xxl\:left-0{
    left: 0 !important;
  }

  .xxl\:top-auto{
    top: auto !important;
  }

  .xxl\:right-auto{
    right: auto !important;
  }

  .xxl\:bottom-auto{
    bottom: auto !important;
  }

  .xxl\:left-auto{
    left: auto !important;
  }

  .xxl\:resize-none{
    resize: none !important;
  }

  .xxl\:resize-y{
    resize: vertical !important;
  }

  .xxl\:resize-x{
    resize: horizontal !important;
  }

  .xxl\:resize{
    resize: both !important;
  }

  .xxl\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxl\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxl\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxl\:fill-current{
    fill: currentColor !important;
  }

  .xxl\:stroke-current{
    stroke: currentColor !important;
  }

  .xxl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xxl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xxl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xxl\:table-auto{
    table-layout: auto !important;
  }

  .xxl\:table-fixed{
    table-layout: fixed !important;
  }

  .xxl\:text-left{
    text-align: left !important;
  }

  .xxl\:text-center{
    text-align: center !important;
  }

  .xxl\:text-right{
    text-align: right !important;
  }

  .xxl\:text-justify{
    text-align: justify !important;
  }

  .xxl\:text-black{
    color: var(--black) !important;
  }

  .xxl\:text-white{
    color: var(--white) !important;
  }

  .xxl\:text-blue{
    color: var(--blue) !important;
  }

  .xxl\:text-apple{
    color: var(--apple) !important;
  }

  .xxl\:text-don-juan{
    color: var(--don-juan) !important;
  }

  .xxl\:text-alabaster{
    color: var(--alabaster) !important;
  }

  .xxl\:text-gray{
    color: var(--gray) !important;
  }

  .xxl\:text-concrete{
    color: var(--concrete) !important;
  }

  .xxl\:text-silver{
    color: var(--silver) !important;
  }

  .xxl\:text-gallery{
    color: var(--gallery) !important;
  }

  .xxl\:text-alizarin{
    color: var(--alizarin) !important;
  }

  .xxl\:text-sunset{
    color: var(--sunset) !important;
  }

  .xxl\:text-curious-blue{
    color: var(--curious-blue) !important;
  }

  .xxl\:text-mustard{
    color: var(--mustard) !important;
  }

  .xxl\:text-alto{
    color: var(--alto) !important;
  }

  .xxl\:text-catsk{
    color: var(--catsk) !important;
  }

  .xxl\:hover\:text-black:hover{
    color: var(--black) !important;
  }

  .xxl\:hover\:text-white:hover{
    color: var(--white) !important;
  }

  .xxl\:hover\:text-blue:hover{
    color: var(--blue) !important;
  }

  .xxl\:hover\:text-apple:hover{
    color: var(--apple) !important;
  }

  .xxl\:hover\:text-don-juan:hover{
    color: var(--don-juan) !important;
  }

  .xxl\:hover\:text-alabaster:hover{
    color: var(--alabaster) !important;
  }

  .xxl\:hover\:text-gray:hover{
    color: var(--gray) !important;
  }

  .xxl\:hover\:text-concrete:hover{
    color: var(--concrete) !important;
  }

  .xxl\:hover\:text-silver:hover{
    color: var(--silver) !important;
  }

  .xxl\:hover\:text-gallery:hover{
    color: var(--gallery) !important;
  }

  .xxl\:hover\:text-alizarin:hover{
    color: var(--alizarin) !important;
  }

  .xxl\:hover\:text-sunset:hover{
    color: var(--sunset) !important;
  }

  .xxl\:hover\:text-curious-blue:hover{
    color: var(--curious-blue) !important;
  }

  .xxl\:hover\:text-mustard:hover{
    color: var(--mustard) !important;
  }

  .xxl\:hover\:text-alto:hover{
    color: var(--alto) !important;
  }

  .xxl\:hover\:text-catsk:hover{
    color: var(--catsk) !important;
  }

  .xxl\:focus\:text-black:focus{
    color: var(--black) !important;
  }

  .xxl\:focus\:text-white:focus{
    color: var(--white) !important;
  }

  .xxl\:focus\:text-blue:focus{
    color: var(--blue) !important;
  }

  .xxl\:focus\:text-apple:focus{
    color: var(--apple) !important;
  }

  .xxl\:focus\:text-don-juan:focus{
    color: var(--don-juan) !important;
  }

  .xxl\:focus\:text-alabaster:focus{
    color: var(--alabaster) !important;
  }

  .xxl\:focus\:text-gray:focus{
    color: var(--gray) !important;
  }

  .xxl\:focus\:text-concrete:focus{
    color: var(--concrete) !important;
  }

  .xxl\:focus\:text-silver:focus{
    color: var(--silver) !important;
  }

  .xxl\:focus\:text-gallery:focus{
    color: var(--gallery) !important;
  }

  .xxl\:focus\:text-alizarin:focus{
    color: var(--alizarin) !important;
  }

  .xxl\:focus\:text-sunset:focus{
    color: var(--sunset) !important;
  }

  .xxl\:focus\:text-curious-blue:focus{
    color: var(--curious-blue) !important;
  }

  .xxl\:focus\:text-mustard:focus{
    color: var(--mustard) !important;
  }

  .xxl\:focus\:text-alto:focus{
    color: var(--alto) !important;
  }

  .xxl\:focus\:text-catsk:focus{
    color: var(--catsk) !important;
  }

  .xxl\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xxl\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xxl\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xxl\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xxl\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xxl\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xxl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xxl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xxl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xxl\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xxl\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xxl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xxl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xxl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xxl\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xxl\:italic{
    font-style: italic !important;
  }

  .xxl\:not-italic{
    font-style: normal !important;
  }

  .xxl\:uppercase{
    text-transform: uppercase !important;
  }

  .xxl\:lowercase{
    text-transform: lowercase !important;
  }

  .xxl\:capitalize{
    text-transform: capitalize !important;
  }

  .xxl\:normal-case{
    text-transform: none !important;
  }

  .xxl\:underline{
    text-decoration: underline !important;
  }

  .xxl\:line-through{
    text-decoration: line-through !important;
  }

  .xxl\:no-underline{
    text-decoration: none !important;
  }

  .xxl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xxl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xxl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xxl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xxl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xxl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xxl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\:ordinal, .xxl\:slashed-zero, .xxl\:lining-nums, .xxl\:oldstyle-nums, .xxl\:proportional-nums, .xxl\:tabular-nums, .xxl\:diagonal-fractions, .xxl\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xxl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xxl\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xxl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xxl\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xxl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xxl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xxl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xxl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xxl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xxl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xxl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xxl\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xxl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xxl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xxl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xxl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xxl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xxl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xxl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xxl\:align-baseline{
    vertical-align: baseline !important;
  }

  .xxl\:align-top{
    vertical-align: top !important;
  }

  .xxl\:align-middle{
    vertical-align: middle !important;
  }

  .xxl\:align-bottom{
    vertical-align: bottom !important;
  }

  .xxl\:align-text-top{
    vertical-align: text-top !important;
  }

  .xxl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xxl\:visible{
    visibility: visible !important;
  }

  .xxl\:invisible{
    visibility: hidden !important;
  }

  .xxl\:whitespace-normal{
    white-space: normal !important;
  }

  .xxl\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xxl\:whitespace-pre{
    white-space: pre !important;
  }

  .xxl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xxl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xxl\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xxl\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xxl\:break-all{
    word-break: break-all !important;
  }

  .xxl\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxl\:w-0{
    width: 0px !important;
  }

  .xxl\:w-1{
    width: 4px !important;
  }

  .xxl\:w-2{
    width: 8px !important;
  }

  .xxl\:w-3{
    width: 12px !important;
  }

  .xxl\:w-4{
    width: 16px !important;
  }

  .xxl\:w-5{
    width: 20px !important;
  }

  .xxl\:w-6{
    width: 24px !important;
  }

  .xxl\:w-7{
    width: 28px !important;
  }

  .xxl\:w-8{
    width: 32px !important;
  }

  .xxl\:w-9{
    width: 36px !important;
  }

  .xxl\:w-10{
    width: 40px !important;
  }

  .xxl\:w-11{
    width: 44px !important;
  }

  .xxl\:w-12{
    width: 48px !important;
  }

  .xxl\:w-13{
    width: 52px !important;
  }

  .xxl\:w-14{
    width: 56px !important;
  }

  .xxl\:w-15{
    width: 60px !important;
  }

  .xxl\:w-16{
    width: 64px !important;
  }

  .xxl\:w-17{
    width: 68px !important;
  }

  .xxl\:w-18{
    width: 72px !important;
  }

  .xxl\:w-19{
    width: 76px !important;
  }

  .xxl\:w-20{
    width: 80px !important;
  }

  .xxl\:w-21{
    width: 84px !important;
  }

  .xxl\:w-22{
    width: 88px !important;
  }

  .xxl\:w-23{
    width: 92px !important;
  }

  .xxl\:w-24{
    width: 96px !important;
  }

  .xxl\:w-25{
    width: 100px !important;
  }

  .xxl\:w-26{
    width: 104px !important;
  }

  .xxl\:w-27{
    width: 108px !important;
  }

  .xxl\:w-28{
    width: 112px !important;
  }

  .xxl\:w-29{
    width: 116px !important;
  }

  .xxl\:w-30{
    width: 120px !important;
  }

  .xxl\:w-auto{
    width: auto !important;
  }

  .xxl\:w-1\/2{
    width: 50% !important;
  }

  .xxl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xxl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xxl\:w-1\/4{
    width: 25% !important;
  }

  .xxl\:w-2\/4{
    width: 50% !important;
  }

  .xxl\:w-3\/4{
    width: 75% !important;
  }

  .xxl\:w-1\/5{
    width: 20% !important;
  }

  .xxl\:w-2\/5{
    width: 40% !important;
  }

  .xxl\:w-3\/5{
    width: 60% !important;
  }

  .xxl\:w-4\/5{
    width: 80% !important;
  }

  .xxl\:w-1\/6{
    width: 16.666667% !important;
  }

  .xxl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xxl\:w-3\/6{
    width: 50% !important;
  }

  .xxl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xxl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xxl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xxl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xxl\:w-3\/12{
    width: 25% !important;
  }

  .xxl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xxl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xxl\:w-6\/12{
    width: 50% !important;
  }

  .xxl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xxl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xxl\:w-9\/12{
    width: 75% !important;
  }

  .xxl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xxl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xxl\:w-full{
    width: 100% !important;
  }

  .xxl\:w-screen{
    width: 100vw !important;
  }

  .xxl\:w-fit{
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .xxl\:z-0{
    z-index: 0 !important;
  }

  .xxl\:z-10{
    z-index: 10 !important;
  }

  .xxl\:z-20{
    z-index: 20 !important;
  }

  .xxl\:z-30{
    z-index: 30 !important;
  }

  .xxl\:z-40{
    z-index: 40 !important;
  }

  .xxl\:z-50{
    z-index: 50 !important;
  }

  .xxl\:z-auto{
    z-index: auto !important;
  }

  .xxl\:gap-0{
    grid-gap: 0px !important;
    gap: 0px !important;
  }

  .xxl\:gap-1{
    grid-gap: 4px !important;
    gap: 4px !important;
  }

  .xxl\:gap-2{
    grid-gap: 8px !important;
    gap: 8px !important;
  }

  .xxl\:gap-3{
    grid-gap: 12px !important;
    gap: 12px !important;
  }

  .xxl\:gap-4{
    grid-gap: 16px !important;
    gap: 16px !important;
  }

  .xxl\:gap-5{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .xxl\:gap-6{
    grid-gap: 24px !important;
    gap: 24px !important;
  }

  .xxl\:gap-7{
    grid-gap: 28px !important;
    gap: 28px !important;
  }

  .xxl\:gap-8{
    grid-gap: 32px !important;
    gap: 32px !important;
  }

  .xxl\:gap-9{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .xxl\:gap-10{
    grid-gap: 40px !important;
    gap: 40px !important;
  }

  .xxl\:gap-11{
    grid-gap: 44px !important;
    gap: 44px !important;
  }

  .xxl\:gap-12{
    grid-gap: 48px !important;
    gap: 48px !important;
  }

  .xxl\:gap-13{
    grid-gap: 52px !important;
    gap: 52px !important;
  }

  .xxl\:gap-14{
    grid-gap: 56px !important;
    gap: 56px !important;
  }

  .xxl\:gap-15{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .xxl\:gap-16{
    grid-gap: 64px !important;
    gap: 64px !important;
  }

  .xxl\:gap-17{
    grid-gap: 68px !important;
    gap: 68px !important;
  }

  .xxl\:gap-18{
    grid-gap: 72px !important;
    gap: 72px !important;
  }

  .xxl\:gap-19{
    grid-gap: 76px !important;
    gap: 76px !important;
  }

  .xxl\:gap-20{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .xxl\:gap-21{
    grid-gap: 84px !important;
    gap: 84px !important;
  }

  .xxl\:gap-22{
    grid-gap: 88px !important;
    gap: 88px !important;
  }

  .xxl\:gap-23{
    grid-gap: 92px !important;
    gap: 92px !important;
  }

  .xxl\:gap-24{
    grid-gap: 96px !important;
    gap: 96px !important;
  }

  .xxl\:gap-25{
    grid-gap: 100px !important;
    gap: 100px !important;
  }

  .xxl\:gap-26{
    grid-gap: 104px !important;
    gap: 104px !important;
  }

  .xxl\:gap-27{
    grid-gap: 108px !important;
    gap: 108px !important;
  }

  .xxl\:gap-28{
    grid-gap: 112px !important;
    gap: 112px !important;
  }

  .xxl\:gap-29{
    grid-gap: 116px !important;
    gap: 116px !important;
  }

  .xxl\:gap-30{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .xxl\:gap-x-0{
    grid-column-gap: 0px !important;
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .xxl\:gap-x-1{
    grid-column-gap: 4px !important;
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
  }

  .xxl\:gap-x-2{
    grid-column-gap: 8px !important;
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }

  .xxl\:gap-x-3{
    grid-column-gap: 12px !important;
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }

  .xxl\:gap-x-4{
    grid-column-gap: 16px !important;
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }

  .xxl\:gap-x-5{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }

  .xxl\:gap-x-6{
    grid-column-gap: 24px !important;
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }

  .xxl\:gap-x-7{
    grid-column-gap: 28px !important;
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
  }

  .xxl\:gap-x-8{
    grid-column-gap: 32px !important;
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }

  .xxl\:gap-x-9{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
  }

  .xxl\:gap-x-10{
    grid-column-gap: 40px !important;
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }

  .xxl\:gap-x-11{
    grid-column-gap: 44px !important;
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
  }

  .xxl\:gap-x-12{
    grid-column-gap: 48px !important;
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }

  .xxl\:gap-x-13{
    grid-column-gap: 52px !important;
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
  }

  .xxl\:gap-x-14{
    grid-column-gap: 56px !important;
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }

  .xxl\:gap-x-15{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }

  .xxl\:gap-x-16{
    grid-column-gap: 64px !important;
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }

  .xxl\:gap-x-17{
    grid-column-gap: 68px !important;
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
  }

  .xxl\:gap-x-18{
    grid-column-gap: 72px !important;
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }

  .xxl\:gap-x-19{
    grid-column-gap: 76px !important;
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
  }

  .xxl\:gap-x-20{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xxl\:gap-x-21{
    grid-column-gap: 84px !important;
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
  }

  .xxl\:gap-x-22{
    grid-column-gap: 88px !important;
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }

  .xxl\:gap-x-23{
    grid-column-gap: 92px !important;
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
  }

  .xxl\:gap-x-24{
    grid-column-gap: 96px !important;
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }

  .xxl\:gap-x-25{
    grid-column-gap: 100px !important;
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
  }

  .xxl\:gap-x-26{
    grid-column-gap: 104px !important;
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }

  .xxl\:gap-x-27{
    grid-column-gap: 108px !important;
    -webkit-column-gap: 108px !important;
       -moz-column-gap: 108px !important;
            column-gap: 108px !important;
  }

  .xxl\:gap-x-28{
    grid-column-gap: 112px !important;
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }

  .xxl\:gap-x-29{
    grid-column-gap: 116px !important;
    -webkit-column-gap: 116px !important;
       -moz-column-gap: 116px !important;
            column-gap: 116px !important;
  }

  .xxl\:gap-x-30{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }

  .xxl\:gap-y-0{
    grid-row-gap: 0px !important;
    row-gap: 0px !important;
  }

  .xxl\:gap-y-1{
    grid-row-gap: 4px !important;
    row-gap: 4px !important;
  }

  .xxl\:gap-y-2{
    grid-row-gap: 8px !important;
    row-gap: 8px !important;
  }

  .xxl\:gap-y-3{
    grid-row-gap: 12px !important;
    row-gap: 12px !important;
  }

  .xxl\:gap-y-4{
    grid-row-gap: 16px !important;
    row-gap: 16px !important;
  }

  .xxl\:gap-y-5{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xxl\:gap-y-6{
    grid-row-gap: 24px !important;
    row-gap: 24px !important;
  }

  .xxl\:gap-y-7{
    grid-row-gap: 28px !important;
    row-gap: 28px !important;
  }

  .xxl\:gap-y-8{
    grid-row-gap: 32px !important;
    row-gap: 32px !important;
  }

  .xxl\:gap-y-9{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xxl\:gap-y-10{
    grid-row-gap: 40px !important;
    row-gap: 40px !important;
  }

  .xxl\:gap-y-11{
    grid-row-gap: 44px !important;
    row-gap: 44px !important;
  }

  .xxl\:gap-y-12{
    grid-row-gap: 48px !important;
    row-gap: 48px !important;
  }

  .xxl\:gap-y-13{
    grid-row-gap: 52px !important;
    row-gap: 52px !important;
  }

  .xxl\:gap-y-14{
    grid-row-gap: 56px !important;
    row-gap: 56px !important;
  }

  .xxl\:gap-y-15{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xxl\:gap-y-16{
    grid-row-gap: 64px !important;
    row-gap: 64px !important;
  }

  .xxl\:gap-y-17{
    grid-row-gap: 68px !important;
    row-gap: 68px !important;
  }

  .xxl\:gap-y-18{
    grid-row-gap: 72px !important;
    row-gap: 72px !important;
  }

  .xxl\:gap-y-19{
    grid-row-gap: 76px !important;
    row-gap: 76px !important;
  }

  .xxl\:gap-y-20{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xxl\:gap-y-21{
    grid-row-gap: 84px !important;
    row-gap: 84px !important;
  }

  .xxl\:gap-y-22{
    grid-row-gap: 88px !important;
    row-gap: 88px !important;
  }

  .xxl\:gap-y-23{
    grid-row-gap: 92px !important;
    row-gap: 92px !important;
  }

  .xxl\:gap-y-24{
    grid-row-gap: 96px !important;
    row-gap: 96px !important;
  }

  .xxl\:gap-y-25{
    grid-row-gap: 100px !important;
    row-gap: 100px !important;
  }

  .xxl\:gap-y-26{
    grid-row-gap: 104px !important;
    row-gap: 104px !important;
  }

  .xxl\:gap-y-27{
    grid-row-gap: 108px !important;
    row-gap: 108px !important;
  }

  .xxl\:gap-y-28{
    grid-row-gap: 112px !important;
    row-gap: 112px !important;
  }

  .xxl\:gap-y-29{
    grid-row-gap: 116px !important;
    row-gap: 116px !important;
  }

  .xxl\:gap-y-30{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xxl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xxl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xxl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xxl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xxl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xxl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xxl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xxl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xxl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xxl\:col-auto{
    grid-column: auto !important;
  }

  .xxl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xxl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xxl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xxl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xxl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xxl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xxl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xxl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xxl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xxl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xxl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xxl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xxl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xxl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xxl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xxl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xxl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xxl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xxl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xxl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xxl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xxl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xxl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xxl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xxl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xxl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xxl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xxl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xxl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xxl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xxl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xxl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xxl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xxl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xxl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xxl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xxl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xxl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xxl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xxl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xxl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xxl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xxl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xxl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xxl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xxl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xxl\:row-auto{
    grid-row: auto !important;
  }

  .xxl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xxl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xxl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xxl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xxl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xxl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xxl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xxl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xxl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xxl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xxl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xxl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xxl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xxl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xxl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xxl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xxl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xxl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xxl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xxl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xxl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xxl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xxl\:row-end-auto{
    grid-row-end: auto !important;
  }
  .xxl\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .xxl\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
  }

  .xxl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xxl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xxl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xxl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xxl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xxl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xxl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xxl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xxl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xxl\:duration-75{
    -webkit-transition-duration: 75ms !important;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xxl\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xxl\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxl\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xxl\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xxl\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xxl\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xxl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xxl\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xxl\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xxl\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xxl\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xxl\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xxl\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xxl\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xxl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xxl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xxl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xxl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xxl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xxl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1600px){
  .xxxl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xxxl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xxxl\:bg-local{
    background-attachment: local !important;
  }

  .xxxl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xxxl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xxxl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xxxl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xxxl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xxxl\:bg-black{
    background-color: var(--black) !important;
  }

  .xxxl\:bg-white{
    background-color: var(--white) !important;
  }

  .xxxl\:bg-blue{
    background-color: var(--blue) !important;
  }

  .xxxl\:bg-apple{
    background-color: var(--apple) !important;
  }

  .xxxl\:bg-don-juan{
    background-color: var(--don-juan) !important;
  }

  .xxxl\:bg-alabaster{
    background-color: var(--alabaster) !important;
  }

  .xxxl\:bg-gray{
    background-color: var(--gray) !important;
  }

  .xxxl\:bg-concrete{
    background-color: var(--concrete) !important;
  }

  .xxxl\:bg-silver{
    background-color: var(--silver) !important;
  }

  .xxxl\:bg-gallery{
    background-color: var(--gallery) !important;
  }

  .xxxl\:bg-alizarin{
    background-color: var(--alizarin) !important;
  }

  .xxxl\:bg-sunset{
    background-color: var(--sunset) !important;
  }

  .xxxl\:bg-curious-blue{
    background-color: var(--curious-blue) !important;
  }

  .xxxl\:bg-mustard{
    background-color: var(--mustard) !important;
  }

  .xxxl\:bg-alto{
    background-color: var(--alto) !important;
  }

  .xxxl\:bg-catsk{
    background-color: var(--catsk) !important;
  }

  .xxxl\:hover\:bg-black:hover{
    background-color: var(--black) !important;
  }

  .xxxl\:hover\:bg-white:hover{
    background-color: var(--white) !important;
  }

  .xxxl\:hover\:bg-blue:hover{
    background-color: var(--blue) !important;
  }

  .xxxl\:hover\:bg-apple:hover{
    background-color: var(--apple) !important;
  }

  .xxxl\:hover\:bg-don-juan:hover{
    background-color: var(--don-juan) !important;
  }

  .xxxl\:hover\:bg-alabaster:hover{
    background-color: var(--alabaster) !important;
  }

  .xxxl\:hover\:bg-gray:hover{
    background-color: var(--gray) !important;
  }

  .xxxl\:hover\:bg-concrete:hover{
    background-color: var(--concrete) !important;
  }

  .xxxl\:hover\:bg-silver:hover{
    background-color: var(--silver) !important;
  }

  .xxxl\:hover\:bg-gallery:hover{
    background-color: var(--gallery) !important;
  }

  .xxxl\:hover\:bg-alizarin:hover{
    background-color: var(--alizarin) !important;
  }

  .xxxl\:hover\:bg-sunset:hover{
    background-color: var(--sunset) !important;
  }

  .xxxl\:hover\:bg-curious-blue:hover{
    background-color: var(--curious-blue) !important;
  }

  .xxxl\:hover\:bg-mustard:hover{
    background-color: var(--mustard) !important;
  }

  .xxxl\:hover\:bg-alto:hover{
    background-color: var(--alto) !important;
  }

  .xxxl\:hover\:bg-catsk:hover{
    background-color: var(--catsk) !important;
  }

  .xxxl\:focus\:bg-black:focus{
    background-color: var(--black) !important;
  }

  .xxxl\:focus\:bg-white:focus{
    background-color: var(--white) !important;
  }

  .xxxl\:focus\:bg-blue:focus{
    background-color: var(--blue) !important;
  }

  .xxxl\:focus\:bg-apple:focus{
    background-color: var(--apple) !important;
  }

  .xxxl\:focus\:bg-don-juan:focus{
    background-color: var(--don-juan) !important;
  }

  .xxxl\:focus\:bg-alabaster:focus{
    background-color: var(--alabaster) !important;
  }

  .xxxl\:focus\:bg-gray:focus{
    background-color: var(--gray) !important;
  }

  .xxxl\:focus\:bg-concrete:focus{
    background-color: var(--concrete) !important;
  }

  .xxxl\:focus\:bg-silver:focus{
    background-color: var(--silver) !important;
  }

  .xxxl\:focus\:bg-gallery:focus{
    background-color: var(--gallery) !important;
  }

  .xxxl\:focus\:bg-alizarin:focus{
    background-color: var(--alizarin) !important;
  }

  .xxxl\:focus\:bg-sunset:focus{
    background-color: var(--sunset) !important;
  }

  .xxxl\:focus\:bg-curious-blue:focus{
    background-color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:bg-mustard:focus{
    background-color: var(--mustard) !important;
  }

  .xxxl\:focus\:bg-alto:focus{
    background-color: var(--alto) !important;
  }

  .xxxl\:focus\:bg-catsk:focus{
    background-color: var(--catsk) !important;
  }

  .xxxl\:bg-none{
    background-image: none !important;
  }

  .xxxl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xxxl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xxxl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xxxl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xxxl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xxxl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xxxl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xxxl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--gradient-color-stops)) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xxxl\:from-black{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-white{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-blue{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-apple{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-don-juan{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-alabaster{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-gray{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-concrete{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-silver{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-gallery{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-alizarin{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-sunset{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-curious-blue{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-mustard{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-alto{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:from-catsk{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-black{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-white{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-blue{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-apple{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-don-juan{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-alabaster{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-gray{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-concrete{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-silver{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-gallery{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-alizarin{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-sunset{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-curious-blue{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-mustard{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-alto{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:via-catsk{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:to-black{
    --gradient-to-color: var(--black) !important;
  }

  .xxxl\:to-white{
    --gradient-to-color: var(--white) !important;
  }

  .xxxl\:to-blue{
    --gradient-to-color: var(--blue) !important;
  }

  .xxxl\:to-apple{
    --gradient-to-color: var(--apple) !important;
  }

  .xxxl\:to-don-juan{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xxxl\:to-alabaster{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xxxl\:to-gray{
    --gradient-to-color: var(--gray) !important;
  }

  .xxxl\:to-concrete{
    --gradient-to-color: var(--concrete) !important;
  }

  .xxxl\:to-silver{
    --gradient-to-color: var(--silver) !important;
  }

  .xxxl\:to-gallery{
    --gradient-to-color: var(--gallery) !important;
  }

  .xxxl\:to-alizarin{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xxxl\:to-sunset{
    --gradient-to-color: var(--sunset) !important;
  }

  .xxxl\:to-curious-blue{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xxxl\:to-mustard{
    --gradient-to-color: var(--mustard) !important;
  }

  .xxxl\:to-alto{
    --gradient-to-color: var(--alto) !important;
  }

  .xxxl\:to-catsk{
    --gradient-to-color: var(--catsk) !important;
  }

  .xxxl\:hover\:from-black:hover{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-white:hover{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-blue:hover{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-apple:hover{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-don-juan:hover{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-alabaster:hover{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-gray:hover{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-concrete:hover{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-silver:hover{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-gallery:hover{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-alizarin:hover{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-sunset:hover{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-curious-blue:hover{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-mustard:hover{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-alto:hover{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:from-catsk:hover{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-black:hover{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-white:hover{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-blue:hover{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-apple:hover{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-don-juan:hover{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-alabaster:hover{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-gray:hover{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-concrete:hover{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-silver:hover{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-gallery:hover{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-alizarin:hover{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-sunset:hover{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-curious-blue:hover{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-mustard:hover{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-alto:hover{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:via-catsk:hover{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:hover\:to-black:hover{
    --gradient-to-color: var(--black) !important;
  }

  .xxxl\:hover\:to-white:hover{
    --gradient-to-color: var(--white) !important;
  }

  .xxxl\:hover\:to-blue:hover{
    --gradient-to-color: var(--blue) !important;
  }

  .xxxl\:hover\:to-apple:hover{
    --gradient-to-color: var(--apple) !important;
  }

  .xxxl\:hover\:to-don-juan:hover{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xxxl\:hover\:to-alabaster:hover{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xxxl\:hover\:to-gray:hover{
    --gradient-to-color: var(--gray) !important;
  }

  .xxxl\:hover\:to-concrete:hover{
    --gradient-to-color: var(--concrete) !important;
  }

  .xxxl\:hover\:to-silver:hover{
    --gradient-to-color: var(--silver) !important;
  }

  .xxxl\:hover\:to-gallery:hover{
    --gradient-to-color: var(--gallery) !important;
  }

  .xxxl\:hover\:to-alizarin:hover{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xxxl\:hover\:to-sunset:hover{
    --gradient-to-color: var(--sunset) !important;
  }

  .xxxl\:hover\:to-curious-blue:hover{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xxxl\:hover\:to-mustard:hover{
    --gradient-to-color: var(--mustard) !important;
  }

  .xxxl\:hover\:to-alto:hover{
    --gradient-to-color: var(--alto) !important;
  }

  .xxxl\:hover\:to-catsk:hover{
    --gradient-to-color: var(--catsk) !important;
  }

  .xxxl\:focus\:from-black:focus{
    --gradient-from-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-white:focus{
    --gradient-from-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-blue:focus{
    --gradient-from-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-apple:focus{
    --gradient-from-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-don-juan:focus{
    --gradient-from-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-alabaster:focus{
    --gradient-from-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-gray:focus{
    --gradient-from-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-concrete:focus{
    --gradient-from-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-silver:focus{
    --gradient-from-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-gallery:focus{
    --gradient-from-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-alizarin:focus{
    --gradient-from-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-sunset:focus{
    --gradient-from-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-curious-blue:focus{
    --gradient-from-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-mustard:focus{
    --gradient-from-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-alto:focus{
    --gradient-from-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:from-catsk:focus{
    --gradient-from-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-black:focus{
    --gradient-via-color: var(--black) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-white:focus{
    --gradient-via-color: var(--white) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-blue:focus{
    --gradient-via-color: var(--blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-apple:focus{
    --gradient-via-color: var(--apple) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-don-juan:focus{
    --gradient-via-color: var(--don-juan) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-alabaster:focus{
    --gradient-via-color: var(--alabaster) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-gray:focus{
    --gradient-via-color: var(--gray) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-concrete:focus{
    --gradient-via-color: var(--concrete) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-silver:focus{
    --gradient-via-color: var(--silver) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-gallery:focus{
    --gradient-via-color: var(--gallery) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-alizarin:focus{
    --gradient-via-color: var(--alizarin) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-sunset:focus{
    --gradient-via-color: var(--sunset) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-curious-blue:focus{
    --gradient-via-color: var(--curious-blue) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-mustard:focus{
    --gradient-via-color: var(--mustard) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-alto:focus{
    --gradient-via-color: var(--alto) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:via-catsk:focus{
    --gradient-via-color: var(--catsk) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxxl\:focus\:to-black:focus{
    --gradient-to-color: var(--black) !important;
  }

  .xxxl\:focus\:to-white:focus{
    --gradient-to-color: var(--white) !important;
  }

  .xxxl\:focus\:to-blue:focus{
    --gradient-to-color: var(--blue) !important;
  }

  .xxxl\:focus\:to-apple:focus{
    --gradient-to-color: var(--apple) !important;
  }

  .xxxl\:focus\:to-don-juan:focus{
    --gradient-to-color: var(--don-juan) !important;
  }

  .xxxl\:focus\:to-alabaster:focus{
    --gradient-to-color: var(--alabaster) !important;
  }

  .xxxl\:focus\:to-gray:focus{
    --gradient-to-color: var(--gray) !important;
  }

  .xxxl\:focus\:to-concrete:focus{
    --gradient-to-color: var(--concrete) !important;
  }

  .xxxl\:focus\:to-silver:focus{
    --gradient-to-color: var(--silver) !important;
  }

  .xxxl\:focus\:to-gallery:focus{
    --gradient-to-color: var(--gallery) !important;
  }

  .xxxl\:focus\:to-alizarin:focus{
    --gradient-to-color: var(--alizarin) !important;
  }

  .xxxl\:focus\:to-sunset:focus{
    --gradient-to-color: var(--sunset) !important;
  }

  .xxxl\:focus\:to-curious-blue:focus{
    --gradient-to-color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:to-mustard:focus{
    --gradient-to-color: var(--mustard) !important;
  }

  .xxxl\:focus\:to-alto:focus{
    --gradient-to-color: var(--alto) !important;
  }

  .xxxl\:focus\:to-catsk:focus{
    --gradient-to-color: var(--catsk) !important;
  }

  .xxxl\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xxxl\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xxxl\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xxxl\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xxxl\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xxxl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xxxl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xxxl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xxxl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xxxl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xxxl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xxxl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xxxl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xxxl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xxxl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xxxl\:bg-bottom{
    background-position: bottom !important;
  }

  .xxxl\:bg-center{
    background-position: center !important;
  }

  .xxxl\:bg-left{
    background-position: left !important;
  }

  .xxxl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xxxl\:bg-left-top{
    background-position: left top !important;
  }

  .xxxl\:bg-right{
    background-position: right !important;
  }

  .xxxl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xxxl\:bg-right-top{
    background-position: right top !important;
  }

  .xxxl\:bg-top{
    background-position: top !important;
  }

  .xxxl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xxxl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xxxl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xxxl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xxxl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xxxl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xxxl\:bg-auto{
    background-size: auto !important;
  }

  .xxxl\:bg-cover{
    background-size: cover !important;
  }

  .xxxl\:bg-contain{
    background-size: contain !important;
  }

  .xxxl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xxxl\:border-separate{
    border-collapse: separate !important;
  }

  .xxxl\:border-black{
    border-color: var(--black) !important;
  }

  .xxxl\:border-white{
    border-color: var(--white) !important;
  }

  .xxxl\:border-blue{
    border-color: var(--blue) !important;
  }

  .xxxl\:border-apple{
    border-color: var(--apple) !important;
  }

  .xxxl\:border-don-juan{
    border-color: var(--don-juan) !important;
  }

  .xxxl\:border-alabaster{
    border-color: var(--alabaster) !important;
  }

  .xxxl\:border-gray{
    border-color: var(--gray) !important;
  }

  .xxxl\:border-concrete{
    border-color: var(--concrete) !important;
  }

  .xxxl\:border-silver{
    border-color: var(--silver) !important;
  }

  .xxxl\:border-gallery{
    border-color: var(--gallery) !important;
  }

  .xxxl\:border-alizarin{
    border-color: var(--alizarin) !important;
  }

  .xxxl\:border-sunset{
    border-color: var(--sunset) !important;
  }

  .xxxl\:border-curious-blue{
    border-color: var(--curious-blue) !important;
  }

  .xxxl\:border-mustard{
    border-color: var(--mustard) !important;
  }

  .xxxl\:border-alto{
    border-color: var(--alto) !important;
  }

  .xxxl\:border-catsk{
    border-color: var(--catsk) !important;
  }

  .xxxl\:hover\:border-black:hover{
    border-color: var(--black) !important;
  }

  .xxxl\:hover\:border-white:hover{
    border-color: var(--white) !important;
  }

  .xxxl\:hover\:border-blue:hover{
    border-color: var(--blue) !important;
  }

  .xxxl\:hover\:border-apple:hover{
    border-color: var(--apple) !important;
  }

  .xxxl\:hover\:border-don-juan:hover{
    border-color: var(--don-juan) !important;
  }

  .xxxl\:hover\:border-alabaster:hover{
    border-color: var(--alabaster) !important;
  }

  .xxxl\:hover\:border-gray:hover{
    border-color: var(--gray) !important;
  }

  .xxxl\:hover\:border-concrete:hover{
    border-color: var(--concrete) !important;
  }

  .xxxl\:hover\:border-silver:hover{
    border-color: var(--silver) !important;
  }

  .xxxl\:hover\:border-gallery:hover{
    border-color: var(--gallery) !important;
  }

  .xxxl\:hover\:border-alizarin:hover{
    border-color: var(--alizarin) !important;
  }

  .xxxl\:hover\:border-sunset:hover{
    border-color: var(--sunset) !important;
  }

  .xxxl\:hover\:border-curious-blue:hover{
    border-color: var(--curious-blue) !important;
  }

  .xxxl\:hover\:border-mustard:hover{
    border-color: var(--mustard) !important;
  }

  .xxxl\:hover\:border-alto:hover{
    border-color: var(--alto) !important;
  }

  .xxxl\:hover\:border-catsk:hover{
    border-color: var(--catsk) !important;
  }

  .xxxl\:focus\:border-black:focus{
    border-color: var(--black) !important;
  }

  .xxxl\:focus\:border-white:focus{
    border-color: var(--white) !important;
  }

  .xxxl\:focus\:border-blue:focus{
    border-color: var(--blue) !important;
  }

  .xxxl\:focus\:border-apple:focus{
    border-color: var(--apple) !important;
  }

  .xxxl\:focus\:border-don-juan:focus{
    border-color: var(--don-juan) !important;
  }

  .xxxl\:focus\:border-alabaster:focus{
    border-color: var(--alabaster) !important;
  }

  .xxxl\:focus\:border-gray:focus{
    border-color: var(--gray) !important;
  }

  .xxxl\:focus\:border-concrete:focus{
    border-color: var(--concrete) !important;
  }

  .xxxl\:focus\:border-silver:focus{
    border-color: var(--silver) !important;
  }

  .xxxl\:focus\:border-gallery:focus{
    border-color: var(--gallery) !important;
  }

  .xxxl\:focus\:border-alizarin:focus{
    border-color: var(--alizarin) !important;
  }

  .xxxl\:focus\:border-sunset:focus{
    border-color: var(--sunset) !important;
  }

  .xxxl\:focus\:border-curious-blue:focus{
    border-color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:border-mustard:focus{
    border-color: var(--mustard) !important;
  }

  .xxxl\:focus\:border-alto:focus{
    border-color: var(--alto) !important;
  }

  .xxxl\:focus\:border-catsk:focus{
    border-color: var(--catsk) !important;
  }

  .xxxl\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xxxl\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xxxl\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xxxl\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xxxl\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xxxl\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xxxl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xxxl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xxxl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xxxl\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xxxl\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xxxl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xxxl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xxxl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xxxl\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xxxl\:rounded-none{
    border-radius: 0 !important;
  }

  .xxxl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xxxl\:rounded{
    border-radius: 0.25rem !important;
  }

  .xxxl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xxxl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xxxl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xxxl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xxxl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xxxl\:rounded-full{
    border-radius: 9999px !important;
  }

  .xxxl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xxxl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xxxl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxxl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxxl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xxxl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxxl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxxl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxxl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xxxl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxxl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxxl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxxl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xxxl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxxl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxxl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxxl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xxxl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxxl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxxl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxxl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xxxl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxxl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxxl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxxl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xxxl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xxxl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxxl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxxl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xxxl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxxl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxxl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxxl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxxl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxxl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxxl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxxl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xxxl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xxxl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xxxl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xxxl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xxxl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xxxl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxxl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxxl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xxxl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xxxl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxxl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxxl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xxxl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xxxl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxxl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxxl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xxxl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xxxl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxxl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxxl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xxxl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xxxl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxxl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxxl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xxxl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xxxl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xxxl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xxxl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xxxl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xxxl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxxl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxxl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xxxl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xxxl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xxxl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xxxl\:border-solid{
    border-style: solid !important;
  }

  .xxxl\:border-dashed{
    border-style: dashed !important;
  }

  .xxxl\:border-dotted{
    border-style: dotted !important;
  }

  .xxxl\:border-double{
    border-style: double !important;
  }

  .xxxl\:border-none{
    border-style: none !important;
  }

  .xxxl\:border-0{
    border-width: 0 !important;
  }

  .xxxl\:border-2{
    border-width: 2px !important;
  }

  .xxxl\:border-4{
    border-width: 4px !important;
  }

  .xxxl\:border-8{
    border-width: 8px !important;
  }

  .xxxl\:border{
    border-width: 1px !important;
  }

  .xxxl\:border-t-0{
    border-top-width: 0 !important;
  }

  .xxxl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xxxl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xxxl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xxxl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xxxl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xxxl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xxxl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xxxl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xxxl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xxxl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xxxl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xxxl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xxxl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xxxl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xxxl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xxxl\:border-t{
    border-top-width: 1px !important;
  }

  .xxxl\:border-r{
    border-right-width: 1px !important;
  }

  .xxxl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xxxl\:border-l{
    border-left-width: 1px !important;
  }

  .xxxl\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xxxl\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xxxl\:cursor-auto{
    cursor: auto !important;
  }

  .xxxl\:cursor-default{
    cursor: default !important;
  }

  .xxxl\:cursor-pointer{
    cursor: pointer !important;
  }

  .xxxl\:cursor-wait{
    cursor: wait !important;
  }

  .xxxl\:cursor-text{
    cursor: text !important;
  }

  .xxxl\:cursor-move{
    cursor: move !important;
  }

  .xxxl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xxxl\:block{
    display: block !important;
  }

  .xxxl\:inline-block{
    display: inline-block !important;
  }

  .xxxl\:inline{
    display: inline !important;
  }

  .xxxl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xxxl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xxxl\:table{
    display: table !important;
  }

  .xxxl\:table-caption{
    display: table-caption !important;
  }

  .xxxl\:table-cell{
    display: table-cell !important;
  }

  .xxxl\:table-column{
    display: table-column !important;
  }

  .xxxl\:table-column-group{
    display: table-column-group !important;
  }

  .xxxl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xxxl\:table-header-group{
    display: table-header-group !important;
  }

  .xxxl\:table-row-group{
    display: table-row-group !important;
  }

  .xxxl\:table-row{
    display: table-row !important;
  }

  .xxxl\:flow-root{
    display: flow-root !important;
  }

  .xxxl\:grid{
    display: grid !important;
  }

  .xxxl\:inline-grid{
    display: inline-grid !important;
  }

  .xxxl\:contents{
    display: contents !important;
  }

  .xxxl\:hidden{
    display: none !important;
  }

  .xxxl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xxxl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xxxl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xxxl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xxxl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xxxl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xxxl\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .xxxl\:place-items-auto{
    place-items: auto !important;
  }

  .xxxl\:place-items-start{
    place-items: start !important;
  }

  .xxxl\:place-items-end{
    place-items: end !important;
  }

  .xxxl\:place-items-center{
    place-items: center !important;
  }

  .xxxl\:place-items-stretch{
    place-items: stretch !important;
  }

  .xxxl\:place-content-center{
    place-content: center !important;
  }

  .xxxl\:place-content-start{
    place-content: start !important;
  }

  .xxxl\:place-content-end{
    place-content: end !important;
  }

  .xxxl\:place-content-between{
    place-content: space-between !important;
  }

  .xxxl\:place-content-around{
    place-content: space-around !important;
  }

  .xxxl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xxxl\:place-content-stretch{
    place-content: stretch !important;
  }

  .xxxl\:place-self-auto{
    place-self: auto !important;
  }

  .xxxl\:place-self-start{
    place-self: start !important;
  }

  .xxxl\:place-self-end{
    place-self: end !important;
  }

  .xxxl\:place-self-center{
    place-self: center !important;
  }

  .xxxl\:place-self-stretch{
    place-self: stretch !important;
  }

  .xxxl\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xxxl\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xxxl\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xxxl\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xxxl\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xxxl\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xxxl\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xxxl\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xxxl\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xxxl\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xxxl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xxxl\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xxxl\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xxxl\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xxxl\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xxxl\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xxxl\:justify-items-auto{
    justify-items: auto !important;
  }

  .xxxl\:justify-items-start{
    justify-items: start !important;
  }

  .xxxl\:justify-items-end{
    justify-items: end !important;
  }

  .xxxl\:justify-items-center{
    justify-items: center !important;
  }

  .xxxl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xxxl\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xxxl\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xxxl\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xxxl\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xxxl\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xxxl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .xxxl\:justify-self-auto{
    justify-self: auto !important;
  }

  .xxxl\:justify-self-start{
    justify-self: start !important;
  }

  .xxxl\:justify-self-end{
    justify-self: end !important;
  }

  .xxxl\:justify-self-center{
    justify-self: center !important;
  }

  .xxxl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xxxl\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xxxl\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xxxl\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xxxl\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xxxl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xxxl\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xxxl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xxxl\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xxxl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xxxl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xxxl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xxxl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xxxl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xxxl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xxxl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xxxl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xxxl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xxxl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xxxl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xxxl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xxxl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xxxl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xxxl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .xxxl\:float-right{
    float: right !important;
  }

  .xxxl\:float-left{
    float: left !important;
  }

  .xxxl\:float-none{
    float: none !important;
  }

  .xxxl\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xxxl\:clear-left{
    clear: left !important;
  }

  .xxxl\:clear-right{
    clear: right !important;
  }

  .xxxl\:clear-both{
    clear: both !important;
  }

  .xxxl\:clear-none{
    clear: none !important;
  }

  .xxxl\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xxxl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xxxl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xxxl\:font-hairline{
    font-weight: 100 !important;
  }

  .xxxl\:font-thin{
    font-weight: 200 !important;
  }

  .xxxl\:font-light{
    font-weight: 300 !important;
  }

  .xxxl\:font-normal{
    font-weight: 400 !important;
  }

  .xxxl\:font-medium{
    font-weight: 500 !important;
  }

  .xxxl\:font-semibold{
    font-weight: 600 !important;
  }

  .xxxl\:font-bold{
    font-weight: 700 !important;
  }

  .xxxl\:font-extrabold{
    font-weight: 800 !important;
  }

  .xxxl\:font-black{
    font-weight: 900 !important;
  }

  .xxxl\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xxxl\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xxxl\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xxxl\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xxxl\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xxxl\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xxxl\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xxxl\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xxxl\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xxxl\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xxxl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xxxl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xxxl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xxxl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xxxl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xxxl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xxxl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xxxl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xxxl\:h-0{
    height: 0px !important;
  }

  .xxxl\:h-1{
    height: 4px !important;
  }

  .xxxl\:h-2{
    height: 8px !important;
  }

  .xxxl\:h-3{
    height: 12px !important;
  }

  .xxxl\:h-4{
    height: 16px !important;
  }

  .xxxl\:h-5{
    height: 20px !important;
  }

  .xxxl\:h-6{
    height: 24px !important;
  }

  .xxxl\:h-7{
    height: 28px !important;
  }

  .xxxl\:h-8{
    height: 32px !important;
  }

  .xxxl\:h-9{
    height: 36px !important;
  }

  .xxxl\:h-10{
    height: 40px !important;
  }

  .xxxl\:h-11{
    height: 44px !important;
  }

  .xxxl\:h-12{
    height: 48px !important;
  }

  .xxxl\:h-13{
    height: 52px !important;
  }

  .xxxl\:h-14{
    height: 56px !important;
  }

  .xxxl\:h-15{
    height: 60px !important;
  }

  .xxxl\:h-16{
    height: 64px !important;
  }

  .xxxl\:h-17{
    height: 68px !important;
  }

  .xxxl\:h-18{
    height: 72px !important;
  }

  .xxxl\:h-19{
    height: 76px !important;
  }

  .xxxl\:h-20{
    height: 80px !important;
  }

  .xxxl\:h-21{
    height: 84px !important;
  }

  .xxxl\:h-22{
    height: 88px !important;
  }

  .xxxl\:h-23{
    height: 92px !important;
  }

  .xxxl\:h-24{
    height: 96px !important;
  }

  .xxxl\:h-25{
    height: 100px !important;
  }

  .xxxl\:h-26{
    height: 104px !important;
  }

  .xxxl\:h-27{
    height: 108px !important;
  }

  .xxxl\:h-28{
    height: 112px !important;
  }

  .xxxl\:h-29{
    height: 116px !important;
  }

  .xxxl\:h-30{
    height: 120px !important;
  }

  .xxxl\:h-auto{
    height: auto !important;
  }

  .xxxl\:h-full{
    height: 100% !important;
  }

  .xxxl\:h-screen{
    height: 100vh !important;
  }

  .xxxl\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .xxxl\:text-sm{
    font-size: 14px !important;
  }

  .xxxl\:text-base{
    font-size: 16px !important;
  }

  .xxxl\:text-lg{
    font-size: 18px !important;
  }

  .xxxl\:text-2lg{
    font-size: 20px !important;
  }

  .xxxl\:text-3lg{
    font-size: 24px !important;
  }

  .xxxl\:text-xl{
    font-size: 36px !important;
  }

  .xxxl\:text-2xl{
    font-size: 40px !important;
  }

  .xxxl\:leading-3{
    line-height: .75rem !important;
  }

  .xxxl\:leading-4{
    line-height: 1rem !important;
  }

  .xxxl\:leading-5{
    line-height: 1.25rem !important;
  }

  .xxxl\:leading-6{
    line-height: 1.5rem !important;
  }

  .xxxl\:leading-7{
    line-height: 1.75rem !important;
  }

  .xxxl\:leading-8{
    line-height: 2rem !important;
  }

  .xxxl\:leading-9{
    line-height: 2.25rem !important;
  }

  .xxxl\:leading-10{
    line-height: 2.5rem !important;
  }

  .xxxl\:leading-none{
    line-height: 1 !important;
  }

  .xxxl\:leading-tight{
    line-height: 1.2 !important;
  }

  .xxxl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xxxl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xxxl\:leading-relaxed{
    line-height: 1.6 !important;
  }

  .xxxl\:leading-loose{
    line-height: 2 !important;
  }

  .xxxl\:list-inside{
    list-style-position: inside !important;
  }

  .xxxl\:list-outside{
    list-style-position: outside !important;
  }

  .xxxl\:list-none{
    list-style-type: none !important;
  }

  .xxxl\:list-disc{
    list-style-type: disc !important;
  }

  .xxxl\:list-decimal{
    list-style-type: decimal !important;
  }

  .xxxl\:m-0{
    margin: 0px !important;
  }

  .xxxl\:m-1{
    margin: 4px !important;
  }

  .xxxl\:m-2{
    margin: 8px !important;
  }

  .xxxl\:m-3{
    margin: 12px !important;
  }

  .xxxl\:m-4{
    margin: 16px !important;
  }

  .xxxl\:m-5{
    margin: 20px !important;
  }

  .xxxl\:m-6{
    margin: 24px !important;
  }

  .xxxl\:m-7{
    margin: 28px !important;
  }

  .xxxl\:m-8{
    margin: 32px !important;
  }

  .xxxl\:m-9{
    margin: 36px !important;
  }

  .xxxl\:m-10{
    margin: 40px !important;
  }

  .xxxl\:m-11{
    margin: 44px !important;
  }

  .xxxl\:m-12{
    margin: 48px !important;
  }

  .xxxl\:m-13{
    margin: 52px !important;
  }

  .xxxl\:m-14{
    margin: 56px !important;
  }

  .xxxl\:m-15{
    margin: 60px !important;
  }

  .xxxl\:m-16{
    margin: 64px !important;
  }

  .xxxl\:m-17{
    margin: 68px !important;
  }

  .xxxl\:m-18{
    margin: 72px !important;
  }

  .xxxl\:m-19{
    margin: 76px !important;
  }

  .xxxl\:m-20{
    margin: 80px !important;
  }

  .xxxl\:m-21{
    margin: 84px !important;
  }

  .xxxl\:m-22{
    margin: 88px !important;
  }

  .xxxl\:m-23{
    margin: 92px !important;
  }

  .xxxl\:m-24{
    margin: 96px !important;
  }

  .xxxl\:m-25{
    margin: 100px !important;
  }

  .xxxl\:m-26{
    margin: 104px !important;
  }

  .xxxl\:m-27{
    margin: 108px !important;
  }

  .xxxl\:m-28{
    margin: 112px !important;
  }

  .xxxl\:m-29{
    margin: 116px !important;
  }

  .xxxl\:m-30{
    margin: 120px !important;
  }

  .xxxl\:m-auto{
    margin: auto !important;
  }

  .xxxl\:-m-0{
    margin: 0px !important;
  }

  .xxxl\:-m-1{
    margin: -4px !important;
  }

  .xxxl\:-m-2{
    margin: -8px !important;
  }

  .xxxl\:-m-3{
    margin: -12px !important;
  }

  .xxxl\:-m-4{
    margin: -16px !important;
  }

  .xxxl\:-m-5{
    margin: -20px !important;
  }

  .xxxl\:-m-6{
    margin: -24px !important;
  }

  .xxxl\:-m-7{
    margin: -28px !important;
  }

  .xxxl\:-m-8{
    margin: -32px !important;
  }

  .xxxl\:-m-9{
    margin: -36px !important;
  }

  .xxxl\:-m-10{
    margin: -40px !important;
  }

  .xxxl\:-m-11{
    margin: -44px !important;
  }

  .xxxl\:-m-12{
    margin: -48px !important;
  }

  .xxxl\:-m-13{
    margin: -52px !important;
  }

  .xxxl\:-m-14{
    margin: -56px !important;
  }

  .xxxl\:-m-15{
    margin: -60px !important;
  }

  .xxxl\:-m-16{
    margin: -64px !important;
  }

  .xxxl\:-m-17{
    margin: -68px !important;
  }

  .xxxl\:-m-18{
    margin: -72px !important;
  }

  .xxxl\:-m-19{
    margin: -76px !important;
  }

  .xxxl\:-m-20{
    margin: -80px !important;
  }

  .xxxl\:-m-21{
    margin: -84px !important;
  }

  .xxxl\:-m-22{
    margin: -88px !important;
  }

  .xxxl\:-m-23{
    margin: -92px !important;
  }

  .xxxl\:-m-24{
    margin: -96px !important;
  }

  .xxxl\:-m-25{
    margin: -100px !important;
  }

  .xxxl\:-m-26{
    margin: -104px !important;
  }

  .xxxl\:-m-27{
    margin: -108px !important;
  }

  .xxxl\:-m-28{
    margin: -112px !important;
  }

  .xxxl\:-m-29{
    margin: -116px !important;
  }

  .xxxl\:-m-30{
    margin: -120px !important;
  }

  .xxxl\:my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xxxl\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xxxl\:my-1{
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .xxxl\:mx-1{
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .xxxl\:my-2{
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xxxl\:mx-2{
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xxxl\:my-3{
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .xxxl\:mx-3{
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .xxxl\:my-4{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xxxl\:mx-4{
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xxxl\:my-5{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xxxl\:mx-5{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xxxl\:my-6{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xxxl\:mx-6{
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xxxl\:my-7{
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .xxxl\:mx-7{
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .xxxl\:my-8{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xxxl\:mx-8{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xxxl\:my-9{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xxxl\:mx-9{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xxxl\:my-10{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xxxl\:mx-10{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xxxl\:my-11{
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xxxl\:mx-11{
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xxxl\:my-12{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xxxl\:mx-12{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xxxl\:my-13{
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .xxxl\:mx-13{
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .xxxl\:my-14{
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xxxl\:mx-14{
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xxxl\:my-15{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xxxl\:mx-15{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xxxl\:my-16{
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xxxl\:mx-16{
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xxxl\:my-17{
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .xxxl\:mx-17{
    margin-left: 68px !important;
    margin-right: 68px !important;
  }

  .xxxl\:my-18{
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xxxl\:mx-18{
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xxxl\:my-19{
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .xxxl\:mx-19{
    margin-left: 76px !important;
    margin-right: 76px !important;
  }

  .xxxl\:my-20{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xxxl\:mx-20{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xxxl\:my-21{
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .xxxl\:mx-21{
    margin-left: 84px !important;
    margin-right: 84px !important;
  }

  .xxxl\:my-22{
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xxxl\:mx-22{
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xxxl\:my-23{
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .xxxl\:mx-23{
    margin-left: 92px !important;
    margin-right: 92px !important;
  }

  .xxxl\:my-24{
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .xxxl\:mx-24{
    margin-left: 96px !important;
    margin-right: 96px !important;
  }

  .xxxl\:my-25{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xxxl\:mx-25{
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xxxl\:my-26{
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .xxxl\:mx-26{
    margin-left: 104px !important;
    margin-right: 104px !important;
  }

  .xxxl\:my-27{
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .xxxl\:mx-27{
    margin-left: 108px !important;
    margin-right: 108px !important;
  }

  .xxxl\:my-28{
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .xxxl\:mx-28{
    margin-left: 112px !important;
    margin-right: 112px !important;
  }

  .xxxl\:my-29{
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .xxxl\:mx-29{
    margin-left: 116px !important;
    margin-right: 116px !important;
  }

  .xxxl\:my-30{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xxxl\:mx-30{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xxxl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxxl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxxl\:-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xxxl\:-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xxxl\:-my-1{
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .xxxl\:-mx-1{
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .xxxl\:-my-2{
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xxxl\:-mx-2{
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xxxl\:-my-3{
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .xxxl\:-mx-3{
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .xxxl\:-my-4{
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xxxl\:-mx-4{
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xxxl\:-my-5{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xxxl\:-mx-5{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xxxl\:-my-6{
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xxxl\:-mx-6{
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xxxl\:-my-7{
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .xxxl\:-mx-7{
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .xxxl\:-my-8{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xxxl\:-mx-8{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xxxl\:-my-9{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xxxl\:-mx-9{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xxxl\:-my-10{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xxxl\:-mx-10{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xxxl\:-my-11{
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xxxl\:-mx-11{
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xxxl\:-my-12{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xxxl\:-mx-12{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xxxl\:-my-13{
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .xxxl\:-mx-13{
    margin-left: -52px !important;
    margin-right: -52px !important;
  }

  .xxxl\:-my-14{
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .xxxl\:-mx-14{
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .xxxl\:-my-15{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xxxl\:-mx-15{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xxxl\:-my-16{
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xxxl\:-mx-16{
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xxxl\:-my-17{
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }

  .xxxl\:-mx-17{
    margin-left: -68px !important;
    margin-right: -68px !important;
  }

  .xxxl\:-my-18{
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xxxl\:-mx-18{
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xxxl\:-my-19{
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }

  .xxxl\:-mx-19{
    margin-left: -76px !important;
    margin-right: -76px !important;
  }

  .xxxl\:-my-20{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xxxl\:-mx-20{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xxxl\:-my-21{
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }

  .xxxl\:-mx-21{
    margin-left: -84px !important;
    margin-right: -84px !important;
  }

  .xxxl\:-my-22{
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .xxxl\:-mx-22{
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .xxxl\:-my-23{
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }

  .xxxl\:-mx-23{
    margin-left: -92px !important;
    margin-right: -92px !important;
  }

  .xxxl\:-my-24{
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .xxxl\:-mx-24{
    margin-left: -96px !important;
    margin-right: -96px !important;
  }

  .xxxl\:-my-25{
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xxxl\:-mx-25{
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xxxl\:-my-26{
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }

  .xxxl\:-mx-26{
    margin-left: -104px !important;
    margin-right: -104px !important;
  }

  .xxxl\:-my-27{
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }

  .xxxl\:-mx-27{
    margin-left: -108px !important;
    margin-right: -108px !important;
  }

  .xxxl\:-my-28{
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .xxxl\:-mx-28{
    margin-left: -112px !important;
    margin-right: -112px !important;
  }

  .xxxl\:-my-29{
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }

  .xxxl\:-mx-29{
    margin-left: -116px !important;
    margin-right: -116px !important;
  }

  .xxxl\:-my-30{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xxxl\:-mx-30{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xxxl\:mt-0{
    margin-top: 0px !important;
  }

  .xxxl\:mr-0{
    margin-right: 0px !important;
  }

  .xxxl\:mb-0{
    margin-bottom: 0px !important;
  }

  .xxxl\:ml-0{
    margin-left: 0px !important;
  }

  .xxxl\:mt-1{
    margin-top: 4px !important;
  }

  .xxxl\:mr-1{
    margin-right: 4px !important;
  }

  .xxxl\:mb-1{
    margin-bottom: 4px !important;
  }

  .xxxl\:ml-1{
    margin-left: 4px !important;
  }

  .xxxl\:mt-2{
    margin-top: 8px !important;
  }

  .xxxl\:mr-2{
    margin-right: 8px !important;
  }

  .xxxl\:mb-2{
    margin-bottom: 8px !important;
  }

  .xxxl\:ml-2{
    margin-left: 8px !important;
  }

  .xxxl\:mt-3{
    margin-top: 12px !important;
  }

  .xxxl\:mr-3{
    margin-right: 12px !important;
  }

  .xxxl\:mb-3{
    margin-bottom: 12px !important;
  }

  .xxxl\:ml-3{
    margin-left: 12px !important;
  }

  .xxxl\:mt-4{
    margin-top: 16px !important;
  }

  .xxxl\:mr-4{
    margin-right: 16px !important;
  }

  .xxxl\:mb-4{
    margin-bottom: 16px !important;
  }

  .xxxl\:ml-4{
    margin-left: 16px !important;
  }

  .xxxl\:mt-5{
    margin-top: 20px !important;
  }

  .xxxl\:mr-5{
    margin-right: 20px !important;
  }

  .xxxl\:mb-5{
    margin-bottom: 20px !important;
  }

  .xxxl\:ml-5{
    margin-left: 20px !important;
  }

  .xxxl\:mt-6{
    margin-top: 24px !important;
  }

  .xxxl\:mr-6{
    margin-right: 24px !important;
  }

  .xxxl\:mb-6{
    margin-bottom: 24px !important;
  }

  .xxxl\:ml-6{
    margin-left: 24px !important;
  }

  .xxxl\:mt-7{
    margin-top: 28px !important;
  }

  .xxxl\:mr-7{
    margin-right: 28px !important;
  }

  .xxxl\:mb-7{
    margin-bottom: 28px !important;
  }

  .xxxl\:ml-7{
    margin-left: 28px !important;
  }

  .xxxl\:mt-8{
    margin-top: 32px !important;
  }

  .xxxl\:mr-8{
    margin-right: 32px !important;
  }

  .xxxl\:mb-8{
    margin-bottom: 32px !important;
  }

  .xxxl\:ml-8{
    margin-left: 32px !important;
  }

  .xxxl\:mt-9{
    margin-top: 36px !important;
  }

  .xxxl\:mr-9{
    margin-right: 36px !important;
  }

  .xxxl\:mb-9{
    margin-bottom: 36px !important;
  }

  .xxxl\:ml-9{
    margin-left: 36px !important;
  }

  .xxxl\:mt-10{
    margin-top: 40px !important;
  }

  .xxxl\:mr-10{
    margin-right: 40px !important;
  }

  .xxxl\:mb-10{
    margin-bottom: 40px !important;
  }

  .xxxl\:ml-10{
    margin-left: 40px !important;
  }

  .xxxl\:mt-11{
    margin-top: 44px !important;
  }

  .xxxl\:mr-11{
    margin-right: 44px !important;
  }

  .xxxl\:mb-11{
    margin-bottom: 44px !important;
  }

  .xxxl\:ml-11{
    margin-left: 44px !important;
  }

  .xxxl\:mt-12{
    margin-top: 48px !important;
  }

  .xxxl\:mr-12{
    margin-right: 48px !important;
  }

  .xxxl\:mb-12{
    margin-bottom: 48px !important;
  }

  .xxxl\:ml-12{
    margin-left: 48px !important;
  }

  .xxxl\:mt-13{
    margin-top: 52px !important;
  }

  .xxxl\:mr-13{
    margin-right: 52px !important;
  }

  .xxxl\:mb-13{
    margin-bottom: 52px !important;
  }

  .xxxl\:ml-13{
    margin-left: 52px !important;
  }

  .xxxl\:mt-14{
    margin-top: 56px !important;
  }

  .xxxl\:mr-14{
    margin-right: 56px !important;
  }

  .xxxl\:mb-14{
    margin-bottom: 56px !important;
  }

  .xxxl\:ml-14{
    margin-left: 56px !important;
  }

  .xxxl\:mt-15{
    margin-top: 60px !important;
  }

  .xxxl\:mr-15{
    margin-right: 60px !important;
  }

  .xxxl\:mb-15{
    margin-bottom: 60px !important;
  }

  .xxxl\:ml-15{
    margin-left: 60px !important;
  }

  .xxxl\:mt-16{
    margin-top: 64px !important;
  }

  .xxxl\:mr-16{
    margin-right: 64px !important;
  }

  .xxxl\:mb-16{
    margin-bottom: 64px !important;
  }

  .xxxl\:ml-16{
    margin-left: 64px !important;
  }

  .xxxl\:mt-17{
    margin-top: 68px !important;
  }

  .xxxl\:mr-17{
    margin-right: 68px !important;
  }

  .xxxl\:mb-17{
    margin-bottom: 68px !important;
  }

  .xxxl\:ml-17{
    margin-left: 68px !important;
  }

  .xxxl\:mt-18{
    margin-top: 72px !important;
  }

  .xxxl\:mr-18{
    margin-right: 72px !important;
  }

  .xxxl\:mb-18{
    margin-bottom: 72px !important;
  }

  .xxxl\:ml-18{
    margin-left: 72px !important;
  }

  .xxxl\:mt-19{
    margin-top: 76px !important;
  }

  .xxxl\:mr-19{
    margin-right: 76px !important;
  }

  .xxxl\:mb-19{
    margin-bottom: 76px !important;
  }

  .xxxl\:ml-19{
    margin-left: 76px !important;
  }

  .xxxl\:mt-20{
    margin-top: 80px !important;
  }

  .xxxl\:mr-20{
    margin-right: 80px !important;
  }

  .xxxl\:mb-20{
    margin-bottom: 80px !important;
  }

  .xxxl\:ml-20{
    margin-left: 80px !important;
  }

  .xxxl\:mt-21{
    margin-top: 84px !important;
  }

  .xxxl\:mr-21{
    margin-right: 84px !important;
  }

  .xxxl\:mb-21{
    margin-bottom: 84px !important;
  }

  .xxxl\:ml-21{
    margin-left: 84px !important;
  }

  .xxxl\:mt-22{
    margin-top: 88px !important;
  }

  .xxxl\:mr-22{
    margin-right: 88px !important;
  }

  .xxxl\:mb-22{
    margin-bottom: 88px !important;
  }

  .xxxl\:ml-22{
    margin-left: 88px !important;
  }

  .xxxl\:mt-23{
    margin-top: 92px !important;
  }

  .xxxl\:mr-23{
    margin-right: 92px !important;
  }

  .xxxl\:mb-23{
    margin-bottom: 92px !important;
  }

  .xxxl\:ml-23{
    margin-left: 92px !important;
  }

  .xxxl\:mt-24{
    margin-top: 96px !important;
  }

  .xxxl\:mr-24{
    margin-right: 96px !important;
  }

  .xxxl\:mb-24{
    margin-bottom: 96px !important;
  }

  .xxxl\:ml-24{
    margin-left: 96px !important;
  }

  .xxxl\:mt-25{
    margin-top: 100px !important;
  }

  .xxxl\:mr-25{
    margin-right: 100px !important;
  }

  .xxxl\:mb-25{
    margin-bottom: 100px !important;
  }

  .xxxl\:ml-25{
    margin-left: 100px !important;
  }

  .xxxl\:mt-26{
    margin-top: 104px !important;
  }

  .xxxl\:mr-26{
    margin-right: 104px !important;
  }

  .xxxl\:mb-26{
    margin-bottom: 104px !important;
  }

  .xxxl\:ml-26{
    margin-left: 104px !important;
  }

  .xxxl\:mt-27{
    margin-top: 108px !important;
  }

  .xxxl\:mr-27{
    margin-right: 108px !important;
  }

  .xxxl\:mb-27{
    margin-bottom: 108px !important;
  }

  .xxxl\:ml-27{
    margin-left: 108px !important;
  }

  .xxxl\:mt-28{
    margin-top: 112px !important;
  }

  .xxxl\:mr-28{
    margin-right: 112px !important;
  }

  .xxxl\:mb-28{
    margin-bottom: 112px !important;
  }

  .xxxl\:ml-28{
    margin-left: 112px !important;
  }

  .xxxl\:mt-29{
    margin-top: 116px !important;
  }

  .xxxl\:mr-29{
    margin-right: 116px !important;
  }

  .xxxl\:mb-29{
    margin-bottom: 116px !important;
  }

  .xxxl\:ml-29{
    margin-left: 116px !important;
  }

  .xxxl\:mt-30{
    margin-top: 120px !important;
  }

  .xxxl\:mr-30{
    margin-right: 120px !important;
  }

  .xxxl\:mb-30{
    margin-bottom: 120px !important;
  }

  .xxxl\:ml-30{
    margin-left: 120px !important;
  }

  .xxxl\:mt-auto{
    margin-top: auto !important;
  }

  .xxxl\:mr-auto{
    margin-right: auto !important;
  }

  .xxxl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xxxl\:ml-auto{
    margin-left: auto !important;
  }

  .xxxl\:-mt-0{
    margin-top: 0px !important;
  }

  .xxxl\:-mr-0{
    margin-right: 0px !important;
  }

  .xxxl\:-mb-0{
    margin-bottom: 0px !important;
  }

  .xxxl\:-ml-0{
    margin-left: 0px !important;
  }

  .xxxl\:-mt-1{
    margin-top: -4px !important;
  }

  .xxxl\:-mr-1{
    margin-right: -4px !important;
  }

  .xxxl\:-mb-1{
    margin-bottom: -4px !important;
  }

  .xxxl\:-ml-1{
    margin-left: -4px !important;
  }

  .xxxl\:-mt-2{
    margin-top: -8px !important;
  }

  .xxxl\:-mr-2{
    margin-right: -8px !important;
  }

  .xxxl\:-mb-2{
    margin-bottom: -8px !important;
  }

  .xxxl\:-ml-2{
    margin-left: -8px !important;
  }

  .xxxl\:-mt-3{
    margin-top: -12px !important;
  }

  .xxxl\:-mr-3{
    margin-right: -12px !important;
  }

  .xxxl\:-mb-3{
    margin-bottom: -12px !important;
  }

  .xxxl\:-ml-3{
    margin-left: -12px !important;
  }

  .xxxl\:-mt-4{
    margin-top: -16px !important;
  }

  .xxxl\:-mr-4{
    margin-right: -16px !important;
  }

  .xxxl\:-mb-4{
    margin-bottom: -16px !important;
  }

  .xxxl\:-ml-4{
    margin-left: -16px !important;
  }

  .xxxl\:-mt-5{
    margin-top: -20px !important;
  }

  .xxxl\:-mr-5{
    margin-right: -20px !important;
  }

  .xxxl\:-mb-5{
    margin-bottom: -20px !important;
  }

  .xxxl\:-ml-5{
    margin-left: -20px !important;
  }

  .xxxl\:-mt-6{
    margin-top: -24px !important;
  }

  .xxxl\:-mr-6{
    margin-right: -24px !important;
  }

  .xxxl\:-mb-6{
    margin-bottom: -24px !important;
  }

  .xxxl\:-ml-6{
    margin-left: -24px !important;
  }

  .xxxl\:-mt-7{
    margin-top: -28px !important;
  }

  .xxxl\:-mr-7{
    margin-right: -28px !important;
  }

  .xxxl\:-mb-7{
    margin-bottom: -28px !important;
  }

  .xxxl\:-ml-7{
    margin-left: -28px !important;
  }

  .xxxl\:-mt-8{
    margin-top: -32px !important;
  }

  .xxxl\:-mr-8{
    margin-right: -32px !important;
  }

  .xxxl\:-mb-8{
    margin-bottom: -32px !important;
  }

  .xxxl\:-ml-8{
    margin-left: -32px !important;
  }

  .xxxl\:-mt-9{
    margin-top: -36px !important;
  }

  .xxxl\:-mr-9{
    margin-right: -36px !important;
  }

  .xxxl\:-mb-9{
    margin-bottom: -36px !important;
  }

  .xxxl\:-ml-9{
    margin-left: -36px !important;
  }

  .xxxl\:-mt-10{
    margin-top: -40px !important;
  }

  .xxxl\:-mr-10{
    margin-right: -40px !important;
  }

  .xxxl\:-mb-10{
    margin-bottom: -40px !important;
  }

  .xxxl\:-ml-10{
    margin-left: -40px !important;
  }

  .xxxl\:-mt-11{
    margin-top: -44px !important;
  }

  .xxxl\:-mr-11{
    margin-right: -44px !important;
  }

  .xxxl\:-mb-11{
    margin-bottom: -44px !important;
  }

  .xxxl\:-ml-11{
    margin-left: -44px !important;
  }

  .xxxl\:-mt-12{
    margin-top: -48px !important;
  }

  .xxxl\:-mr-12{
    margin-right: -48px !important;
  }

  .xxxl\:-mb-12{
    margin-bottom: -48px !important;
  }

  .xxxl\:-ml-12{
    margin-left: -48px !important;
  }

  .xxxl\:-mt-13{
    margin-top: -52px !important;
  }

  .xxxl\:-mr-13{
    margin-right: -52px !important;
  }

  .xxxl\:-mb-13{
    margin-bottom: -52px !important;
  }

  .xxxl\:-ml-13{
    margin-left: -52px !important;
  }

  .xxxl\:-mt-14{
    margin-top: -56px !important;
  }

  .xxxl\:-mr-14{
    margin-right: -56px !important;
  }

  .xxxl\:-mb-14{
    margin-bottom: -56px !important;
  }

  .xxxl\:-ml-14{
    margin-left: -56px !important;
  }

  .xxxl\:-mt-15{
    margin-top: -60px !important;
  }

  .xxxl\:-mr-15{
    margin-right: -60px !important;
  }

  .xxxl\:-mb-15{
    margin-bottom: -60px !important;
  }

  .xxxl\:-ml-15{
    margin-left: -60px !important;
  }

  .xxxl\:-mt-16{
    margin-top: -64px !important;
  }

  .xxxl\:-mr-16{
    margin-right: -64px !important;
  }

  .xxxl\:-mb-16{
    margin-bottom: -64px !important;
  }

  .xxxl\:-ml-16{
    margin-left: -64px !important;
  }

  .xxxl\:-mt-17{
    margin-top: -68px !important;
  }

  .xxxl\:-mr-17{
    margin-right: -68px !important;
  }

  .xxxl\:-mb-17{
    margin-bottom: -68px !important;
  }

  .xxxl\:-ml-17{
    margin-left: -68px !important;
  }

  .xxxl\:-mt-18{
    margin-top: -72px !important;
  }

  .xxxl\:-mr-18{
    margin-right: -72px !important;
  }

  .xxxl\:-mb-18{
    margin-bottom: -72px !important;
  }

  .xxxl\:-ml-18{
    margin-left: -72px !important;
  }

  .xxxl\:-mt-19{
    margin-top: -76px !important;
  }

  .xxxl\:-mr-19{
    margin-right: -76px !important;
  }

  .xxxl\:-mb-19{
    margin-bottom: -76px !important;
  }

  .xxxl\:-ml-19{
    margin-left: -76px !important;
  }

  .xxxl\:-mt-20{
    margin-top: -80px !important;
  }

  .xxxl\:-mr-20{
    margin-right: -80px !important;
  }

  .xxxl\:-mb-20{
    margin-bottom: -80px !important;
  }

  .xxxl\:-ml-20{
    margin-left: -80px !important;
  }

  .xxxl\:-mt-21{
    margin-top: -84px !important;
  }

  .xxxl\:-mr-21{
    margin-right: -84px !important;
  }

  .xxxl\:-mb-21{
    margin-bottom: -84px !important;
  }

  .xxxl\:-ml-21{
    margin-left: -84px !important;
  }

  .xxxl\:-mt-22{
    margin-top: -88px !important;
  }

  .xxxl\:-mr-22{
    margin-right: -88px !important;
  }

  .xxxl\:-mb-22{
    margin-bottom: -88px !important;
  }

  .xxxl\:-ml-22{
    margin-left: -88px !important;
  }

  .xxxl\:-mt-23{
    margin-top: -92px !important;
  }

  .xxxl\:-mr-23{
    margin-right: -92px !important;
  }

  .xxxl\:-mb-23{
    margin-bottom: -92px !important;
  }

  .xxxl\:-ml-23{
    margin-left: -92px !important;
  }

  .xxxl\:-mt-24{
    margin-top: -96px !important;
  }

  .xxxl\:-mr-24{
    margin-right: -96px !important;
  }

  .xxxl\:-mb-24{
    margin-bottom: -96px !important;
  }

  .xxxl\:-ml-24{
    margin-left: -96px !important;
  }

  .xxxl\:-mt-25{
    margin-top: -100px !important;
  }

  .xxxl\:-mr-25{
    margin-right: -100px !important;
  }

  .xxxl\:-mb-25{
    margin-bottom: -100px !important;
  }

  .xxxl\:-ml-25{
    margin-left: -100px !important;
  }

  .xxxl\:-mt-26{
    margin-top: -104px !important;
  }

  .xxxl\:-mr-26{
    margin-right: -104px !important;
  }

  .xxxl\:-mb-26{
    margin-bottom: -104px !important;
  }

  .xxxl\:-ml-26{
    margin-left: -104px !important;
  }

  .xxxl\:-mt-27{
    margin-top: -108px !important;
  }

  .xxxl\:-mr-27{
    margin-right: -108px !important;
  }

  .xxxl\:-mb-27{
    margin-bottom: -108px !important;
  }

  .xxxl\:-ml-27{
    margin-left: -108px !important;
  }

  .xxxl\:-mt-28{
    margin-top: -112px !important;
  }

  .xxxl\:-mr-28{
    margin-right: -112px !important;
  }

  .xxxl\:-mb-28{
    margin-bottom: -112px !important;
  }

  .xxxl\:-ml-28{
    margin-left: -112px !important;
  }

  .xxxl\:-mt-29{
    margin-top: -116px !important;
  }

  .xxxl\:-mr-29{
    margin-right: -116px !important;
  }

  .xxxl\:-mb-29{
    margin-bottom: -116px !important;
  }

  .xxxl\:-ml-29{
    margin-left: -116px !important;
  }

  .xxxl\:-mt-30{
    margin-top: -120px !important;
  }

  .xxxl\:-mr-30{
    margin-right: -120px !important;
  }

  .xxxl\:-mb-30{
    margin-bottom: -120px !important;
  }

  .xxxl\:-ml-30{
    margin-left: -120px !important;
  }

  .xxxl\:max-h-full{
    max-height: 100% !important;
  }

  .xxxl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xxxl\:max-w-none{
    max-width: none !important;
  }

  .xxxl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xxxl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xxxl\:max-w-md{
    max-width: 28rem !important;
  }

  .xxxl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xxxl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xxxl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xxxl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xxxl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xxxl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xxxl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xxxl\:max-w-full{
    max-width: 100% !important;
  }

  .xxxl\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .xxxl\:max-w-screen-sm{
    max-width: 480px !important;
  }

  .xxxl\:max-w-screen-md{
    max-width: 720px !important;
  }

  .xxxl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xxxl\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xxxl\:max-w-screen-xxl{
    max-width: 1400px !important;
  }

  .xxxl\:max-w-screen-xxxl{
    max-width: 1600px !important;
  }

  .xxxl\:min-h-0{
    min-height: 0 !important;
  }

  .xxxl\:min-h-full{
    min-height: 100% !important;
  }

  .xxxl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xxxl\:min-w-0{
    min-width: 0 !important;
  }

  .xxxl\:min-w-full{
    min-width: 100% !important;
  }

  .xxxl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xxxl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xxxl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xxxl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xxxl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xxxl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xxxl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xxxl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xxxl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xxxl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xxxl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xxxl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xxxl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xxxl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xxxl\:opacity-0{
    opacity: 0 !important;
  }

  .xxxl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xxxl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xxxl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xxxl\:opacity-100{
    opacity: 1 !important;
  }

  .xxxl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xxxl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xxxl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xxxl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xxxl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xxxl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xxxl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xxxl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xxxl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xxxl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xxxl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxxl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxxl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxxl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxxl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxxl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxxl\:overflow-auto{
    overflow: auto !important;
  }

  .xxxl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xxxl\:overflow-visible{
    overflow: visible !important;
  }

  .xxxl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xxxl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xxxl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xxxl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xxxl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xxxl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xxxl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xxxl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xxxl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xxxl\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xxxl\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xxxl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xxxl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xxxl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xxxl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xxxl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xxxl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xxxl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xxxl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xxxl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xxxl\:p-0{
    padding: 0px !important;
  }

  .xxxl\:p-1{
    padding: 4px !important;
  }

  .xxxl\:p-2{
    padding: 8px !important;
  }

  .xxxl\:p-3{
    padding: 12px !important;
  }

  .xxxl\:p-4{
    padding: 16px !important;
  }

  .xxxl\:p-5{
    padding: 20px !important;
  }

  .xxxl\:p-6{
    padding: 24px !important;
  }

  .xxxl\:p-7{
    padding: 28px !important;
  }

  .xxxl\:p-8{
    padding: 32px !important;
  }

  .xxxl\:p-9{
    padding: 36px !important;
  }

  .xxxl\:p-10{
    padding: 40px !important;
  }

  .xxxl\:p-11{
    padding: 44px !important;
  }

  .xxxl\:p-12{
    padding: 48px !important;
  }

  .xxxl\:p-13{
    padding: 52px !important;
  }

  .xxxl\:p-14{
    padding: 56px !important;
  }

  .xxxl\:p-15{
    padding: 60px !important;
  }

  .xxxl\:p-16{
    padding: 64px !important;
  }

  .xxxl\:p-17{
    padding: 68px !important;
  }

  .xxxl\:p-18{
    padding: 72px !important;
  }

  .xxxl\:p-19{
    padding: 76px !important;
  }

  .xxxl\:p-20{
    padding: 80px !important;
  }

  .xxxl\:p-21{
    padding: 84px !important;
  }

  .xxxl\:p-22{
    padding: 88px !important;
  }

  .xxxl\:p-23{
    padding: 92px !important;
  }

  .xxxl\:p-24{
    padding: 96px !important;
  }

  .xxxl\:p-25{
    padding: 100px !important;
  }

  .xxxl\:p-26{
    padding: 104px !important;
  }

  .xxxl\:p-27{
    padding: 108px !important;
  }

  .xxxl\:p-28{
    padding: 112px !important;
  }

  .xxxl\:p-29{
    padding: 116px !important;
  }

  .xxxl\:p-30{
    padding: 120px !important;
  }

  .xxxl\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xxxl\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xxxl\:py-1{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .xxxl\:px-1{
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .xxxl\:py-2{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xxxl\:px-2{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xxxl\:py-3{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .xxxl\:px-3{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .xxxl\:py-4{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xxxl\:px-4{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xxxl\:py-5{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xxxl\:px-5{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xxxl\:py-6{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xxxl\:px-6{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xxxl\:py-7{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .xxxl\:px-7{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .xxxl\:py-8{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xxxl\:px-8{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xxxl\:py-9{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xxxl\:px-9{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xxxl\:py-10{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xxxl\:px-10{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xxxl\:py-11{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xxxl\:px-11{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xxxl\:py-12{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xxxl\:px-12{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xxxl\:py-13{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .xxxl\:px-13{
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .xxxl\:py-14{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xxxl\:px-14{
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xxxl\:py-15{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xxxl\:px-15{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xxxl\:py-16{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xxxl\:px-16{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xxxl\:py-17{
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .xxxl\:px-17{
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .xxxl\:py-18{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xxxl\:px-18{
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xxxl\:py-19{
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .xxxl\:px-19{
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .xxxl\:py-20{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xxxl\:px-20{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xxxl\:py-21{
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .xxxl\:px-21{
    padding-left: 84px !important;
    padding-right: 84px !important;
  }

  .xxxl\:py-22{
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .xxxl\:px-22{
    padding-left: 88px !important;
    padding-right: 88px !important;
  }

  .xxxl\:py-23{
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .xxxl\:px-23{
    padding-left: 92px !important;
    padding-right: 92px !important;
  }

  .xxxl\:py-24{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xxxl\:px-24{
    padding-left: 96px !important;
    padding-right: 96px !important;
  }

  .xxxl\:py-25{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xxxl\:px-25{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xxxl\:py-26{
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .xxxl\:px-26{
    padding-left: 104px !important;
    padding-right: 104px !important;
  }

  .xxxl\:py-27{
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .xxxl\:px-27{
    padding-left: 108px !important;
    padding-right: 108px !important;
  }

  .xxxl\:py-28{
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .xxxl\:px-28{
    padding-left: 112px !important;
    padding-right: 112px !important;
  }

  .xxxl\:py-29{
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .xxxl\:px-29{
    padding-left: 116px !important;
    padding-right: 116px !important;
  }

  .xxxl\:py-30{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xxxl\:px-30{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xxxl\:pt-0{
    padding-top: 0px !important;
  }

  .xxxl\:pr-0{
    padding-right: 0px !important;
  }

  .xxxl\:pb-0{
    padding-bottom: 0px !important;
  }

  .xxxl\:pl-0{
    padding-left: 0px !important;
  }

  .xxxl\:pt-1{
    padding-top: 4px !important;
  }

  .xxxl\:pr-1{
    padding-right: 4px !important;
  }

  .xxxl\:pb-1{
    padding-bottom: 4px !important;
  }

  .xxxl\:pl-1{
    padding-left: 4px !important;
  }

  .xxxl\:pt-2{
    padding-top: 8px !important;
  }

  .xxxl\:pr-2{
    padding-right: 8px !important;
  }

  .xxxl\:pb-2{
    padding-bottom: 8px !important;
  }

  .xxxl\:pl-2{
    padding-left: 8px !important;
  }

  .xxxl\:pt-3{
    padding-top: 12px !important;
  }

  .xxxl\:pr-3{
    padding-right: 12px !important;
  }

  .xxxl\:pb-3{
    padding-bottom: 12px !important;
  }

  .xxxl\:pl-3{
    padding-left: 12px !important;
  }

  .xxxl\:pt-4{
    padding-top: 16px !important;
  }

  .xxxl\:pr-4{
    padding-right: 16px !important;
  }

  .xxxl\:pb-4{
    padding-bottom: 16px !important;
  }

  .xxxl\:pl-4{
    padding-left: 16px !important;
  }

  .xxxl\:pt-5{
    padding-top: 20px !important;
  }

  .xxxl\:pr-5{
    padding-right: 20px !important;
  }

  .xxxl\:pb-5{
    padding-bottom: 20px !important;
  }

  .xxxl\:pl-5{
    padding-left: 20px !important;
  }

  .xxxl\:pt-6{
    padding-top: 24px !important;
  }

  .xxxl\:pr-6{
    padding-right: 24px !important;
  }

  .xxxl\:pb-6{
    padding-bottom: 24px !important;
  }

  .xxxl\:pl-6{
    padding-left: 24px !important;
  }

  .xxxl\:pt-7{
    padding-top: 28px !important;
  }

  .xxxl\:pr-7{
    padding-right: 28px !important;
  }

  .xxxl\:pb-7{
    padding-bottom: 28px !important;
  }

  .xxxl\:pl-7{
    padding-left: 28px !important;
  }

  .xxxl\:pt-8{
    padding-top: 32px !important;
  }

  .xxxl\:pr-8{
    padding-right: 32px !important;
  }

  .xxxl\:pb-8{
    padding-bottom: 32px !important;
  }

  .xxxl\:pl-8{
    padding-left: 32px !important;
  }

  .xxxl\:pt-9{
    padding-top: 36px !important;
  }

  .xxxl\:pr-9{
    padding-right: 36px !important;
  }

  .xxxl\:pb-9{
    padding-bottom: 36px !important;
  }

  .xxxl\:pl-9{
    padding-left: 36px !important;
  }

  .xxxl\:pt-10{
    padding-top: 40px !important;
  }

  .xxxl\:pr-10{
    padding-right: 40px !important;
  }

  .xxxl\:pb-10{
    padding-bottom: 40px !important;
  }

  .xxxl\:pl-10{
    padding-left: 40px !important;
  }

  .xxxl\:pt-11{
    padding-top: 44px !important;
  }

  .xxxl\:pr-11{
    padding-right: 44px !important;
  }

  .xxxl\:pb-11{
    padding-bottom: 44px !important;
  }

  .xxxl\:pl-11{
    padding-left: 44px !important;
  }

  .xxxl\:pt-12{
    padding-top: 48px !important;
  }

  .xxxl\:pr-12{
    padding-right: 48px !important;
  }

  .xxxl\:pb-12{
    padding-bottom: 48px !important;
  }

  .xxxl\:pl-12{
    padding-left: 48px !important;
  }

  .xxxl\:pt-13{
    padding-top: 52px !important;
  }

  .xxxl\:pr-13{
    padding-right: 52px !important;
  }

  .xxxl\:pb-13{
    padding-bottom: 52px !important;
  }

  .xxxl\:pl-13{
    padding-left: 52px !important;
  }

  .xxxl\:pt-14{
    padding-top: 56px !important;
  }

  .xxxl\:pr-14{
    padding-right: 56px !important;
  }

  .xxxl\:pb-14{
    padding-bottom: 56px !important;
  }

  .xxxl\:pl-14{
    padding-left: 56px !important;
  }

  .xxxl\:pt-15{
    padding-top: 60px !important;
  }

  .xxxl\:pr-15{
    padding-right: 60px !important;
  }

  .xxxl\:pb-15{
    padding-bottom: 60px !important;
  }

  .xxxl\:pl-15{
    padding-left: 60px !important;
  }

  .xxxl\:pt-16{
    padding-top: 64px !important;
  }

  .xxxl\:pr-16{
    padding-right: 64px !important;
  }

  .xxxl\:pb-16{
    padding-bottom: 64px !important;
  }

  .xxxl\:pl-16{
    padding-left: 64px !important;
  }

  .xxxl\:pt-17{
    padding-top: 68px !important;
  }

  .xxxl\:pr-17{
    padding-right: 68px !important;
  }

  .xxxl\:pb-17{
    padding-bottom: 68px !important;
  }

  .xxxl\:pl-17{
    padding-left: 68px !important;
  }

  .xxxl\:pt-18{
    padding-top: 72px !important;
  }

  .xxxl\:pr-18{
    padding-right: 72px !important;
  }

  .xxxl\:pb-18{
    padding-bottom: 72px !important;
  }

  .xxxl\:pl-18{
    padding-left: 72px !important;
  }

  .xxxl\:pt-19{
    padding-top: 76px !important;
  }

  .xxxl\:pr-19{
    padding-right: 76px !important;
  }

  .xxxl\:pb-19{
    padding-bottom: 76px !important;
  }

  .xxxl\:pl-19{
    padding-left: 76px !important;
  }

  .xxxl\:pt-20{
    padding-top: 80px !important;
  }

  .xxxl\:pr-20{
    padding-right: 80px !important;
  }

  .xxxl\:pb-20{
    padding-bottom: 80px !important;
  }

  .xxxl\:pl-20{
    padding-left: 80px !important;
  }

  .xxxl\:pt-21{
    padding-top: 84px !important;
  }

  .xxxl\:pr-21{
    padding-right: 84px !important;
  }

  .xxxl\:pb-21{
    padding-bottom: 84px !important;
  }

  .xxxl\:pl-21{
    padding-left: 84px !important;
  }

  .xxxl\:pt-22{
    padding-top: 88px !important;
  }

  .xxxl\:pr-22{
    padding-right: 88px !important;
  }

  .xxxl\:pb-22{
    padding-bottom: 88px !important;
  }

  .xxxl\:pl-22{
    padding-left: 88px !important;
  }

  .xxxl\:pt-23{
    padding-top: 92px !important;
  }

  .xxxl\:pr-23{
    padding-right: 92px !important;
  }

  .xxxl\:pb-23{
    padding-bottom: 92px !important;
  }

  .xxxl\:pl-23{
    padding-left: 92px !important;
  }

  .xxxl\:pt-24{
    padding-top: 96px !important;
  }

  .xxxl\:pr-24{
    padding-right: 96px !important;
  }

  .xxxl\:pb-24{
    padding-bottom: 96px !important;
  }

  .xxxl\:pl-24{
    padding-left: 96px !important;
  }

  .xxxl\:pt-25{
    padding-top: 100px !important;
  }

  .xxxl\:pr-25{
    padding-right: 100px !important;
  }

  .xxxl\:pb-25{
    padding-bottom: 100px !important;
  }

  .xxxl\:pl-25{
    padding-left: 100px !important;
  }

  .xxxl\:pt-26{
    padding-top: 104px !important;
  }

  .xxxl\:pr-26{
    padding-right: 104px !important;
  }

  .xxxl\:pb-26{
    padding-bottom: 104px !important;
  }

  .xxxl\:pl-26{
    padding-left: 104px !important;
  }

  .xxxl\:pt-27{
    padding-top: 108px !important;
  }

  .xxxl\:pr-27{
    padding-right: 108px !important;
  }

  .xxxl\:pb-27{
    padding-bottom: 108px !important;
  }

  .xxxl\:pl-27{
    padding-left: 108px !important;
  }

  .xxxl\:pt-28{
    padding-top: 112px !important;
  }

  .xxxl\:pr-28{
    padding-right: 112px !important;
  }

  .xxxl\:pb-28{
    padding-bottom: 112px !important;
  }

  .xxxl\:pl-28{
    padding-left: 112px !important;
  }

  .xxxl\:pt-29{
    padding-top: 116px !important;
  }

  .xxxl\:pr-29{
    padding-right: 116px !important;
  }

  .xxxl\:pb-29{
    padding-bottom: 116px !important;
  }

  .xxxl\:pl-29{
    padding-left: 116px !important;
  }

  .xxxl\:pt-30{
    padding-top: 120px !important;
  }

  .xxxl\:pr-30{
    padding-right: 120px !important;
  }

  .xxxl\:pb-30{
    padding-bottom: 120px !important;
  }

  .xxxl\:pl-30{
    padding-left: 120px !important;
  }

  .xxxl\:placeholder-black::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .xxxl\:placeholder-black::-moz-placeholder{
    color: var(--black) !important;
  }

  .xxxl\:placeholder-black:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xxxl\:placeholder-black::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xxxl\:placeholder-black::placeholder{
    color: var(--black) !important;
  }

  .xxxl\:placeholder-white::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .xxxl\:placeholder-white::-moz-placeholder{
    color: var(--white) !important;
  }

  .xxxl\:placeholder-white:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xxxl\:placeholder-white::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xxxl\:placeholder-white::placeholder{
    color: var(--white) !important;
  }

  .xxxl\:placeholder-blue::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:placeholder-blue::-moz-placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:placeholder-blue:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:placeholder-blue::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:placeholder-blue::placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:placeholder-apple::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:placeholder-apple::-moz-placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:placeholder-apple:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:placeholder-apple::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:placeholder-apple::placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:placeholder-don-juan::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:placeholder-don-juan::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:placeholder-don-juan:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:placeholder-don-juan::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:placeholder-don-juan::placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:placeholder-alabaster::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:placeholder-alabaster::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:placeholder-alabaster:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:placeholder-alabaster::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:placeholder-alabaster::placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:placeholder-gray::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:placeholder-gray::-moz-placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:placeholder-gray:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:placeholder-gray::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:placeholder-gray::placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:placeholder-concrete::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:placeholder-concrete::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:placeholder-concrete:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:placeholder-concrete::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:placeholder-concrete::placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:placeholder-silver::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:placeholder-silver::-moz-placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:placeholder-silver:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:placeholder-silver::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:placeholder-silver::placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:placeholder-gallery::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:placeholder-gallery::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:placeholder-gallery:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:placeholder-gallery::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:placeholder-gallery::placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:placeholder-alizarin::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:placeholder-alizarin::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:placeholder-alizarin:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:placeholder-alizarin::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:placeholder-alizarin::placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:placeholder-sunset::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:placeholder-sunset::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:placeholder-sunset:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:placeholder-sunset::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:placeholder-sunset::placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:placeholder-curious-blue::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:placeholder-curious-blue::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:placeholder-curious-blue:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:placeholder-curious-blue::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:placeholder-curious-blue::placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:placeholder-mustard::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:placeholder-mustard::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:placeholder-mustard:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:placeholder-mustard::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:placeholder-mustard::placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:placeholder-alto::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:placeholder-alto::-moz-placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:placeholder-alto:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:placeholder-alto::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:placeholder-alto::placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:placeholder-catsk::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:placeholder-catsk::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:placeholder-catsk:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:placeholder-catsk::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:placeholder-catsk::placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: var(--black) !important;
  }

  .xxxl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--black) !important;
  }

  .xxxl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xxxl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: var(--black) !important;
  }

  .xxxl\:focus\:placeholder-black:focus::placeholder{
    color: var(--black) !important;
  }

  .xxxl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: var(--white) !important;
  }

  .xxxl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--white) !important;
  }

  .xxxl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xxxl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: var(--white) !important;
  }

  .xxxl\:focus\:placeholder-white:focus::placeholder{
    color: var(--white) !important;
  }

  .xxxl\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:focus\:placeholder-blue:focus::-moz-placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:focus\:placeholder-blue:focus::placeholder{
    color: var(--blue) !important;
  }

  .xxxl\:focus\:placeholder-apple:focus::-webkit-input-placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:focus\:placeholder-apple:focus::-moz-placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:focus\:placeholder-apple:focus:-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:focus\:placeholder-apple:focus::-ms-input-placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:focus\:placeholder-apple:focus::placeholder{
    color: var(--apple) !important;
  }

  .xxxl\:focus\:placeholder-don-juan:focus::-webkit-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:focus\:placeholder-don-juan:focus::-moz-placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:focus\:placeholder-don-juan:focus:-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:focus\:placeholder-don-juan:focus::-ms-input-placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:focus\:placeholder-don-juan:focus::placeholder{
    color: var(--don-juan) !important;
  }

  .xxxl\:focus\:placeholder-alabaster:focus::-webkit-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:focus\:placeholder-alabaster:focus::-moz-placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:focus\:placeholder-alabaster:focus:-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:focus\:placeholder-alabaster:focus::-ms-input-placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:focus\:placeholder-alabaster:focus::placeholder{
    color: var(--alabaster) !important;
  }

  .xxxl\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:focus\:placeholder-gray:focus::placeholder{
    color: var(--gray) !important;
  }

  .xxxl\:focus\:placeholder-concrete:focus::-webkit-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:focus\:placeholder-concrete:focus::-moz-placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:focus\:placeholder-concrete:focus:-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:focus\:placeholder-concrete:focus::-ms-input-placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:focus\:placeholder-concrete:focus::placeholder{
    color: var(--concrete) !important;
  }

  .xxxl\:focus\:placeholder-silver:focus::-webkit-input-placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:focus\:placeholder-silver:focus::-moz-placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:focus\:placeholder-silver:focus:-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:focus\:placeholder-silver:focus::-ms-input-placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:focus\:placeholder-silver:focus::placeholder{
    color: var(--silver) !important;
  }

  .xxxl\:focus\:placeholder-gallery:focus::-webkit-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:focus\:placeholder-gallery:focus::-moz-placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:focus\:placeholder-gallery:focus:-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:focus\:placeholder-gallery:focus::-ms-input-placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:focus\:placeholder-gallery:focus::placeholder{
    color: var(--gallery) !important;
  }

  .xxxl\:focus\:placeholder-alizarin:focus::-webkit-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:focus\:placeholder-alizarin:focus::-moz-placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:focus\:placeholder-alizarin:focus:-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:focus\:placeholder-alizarin:focus::-ms-input-placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:focus\:placeholder-alizarin:focus::placeholder{
    color: var(--alizarin) !important;
  }

  .xxxl\:focus\:placeholder-sunset:focus::-webkit-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:focus\:placeholder-sunset:focus::-moz-placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:focus\:placeholder-sunset:focus:-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:focus\:placeholder-sunset:focus::-ms-input-placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:focus\:placeholder-sunset:focus::placeholder{
    color: var(--sunset) !important;
  }

  .xxxl\:focus\:placeholder-curious-blue:focus::-webkit-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:placeholder-curious-blue:focus::-moz-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:placeholder-curious-blue:focus:-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:placeholder-curious-blue:focus::-ms-input-placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:placeholder-curious-blue:focus::placeholder{
    color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:placeholder-mustard:focus::-webkit-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:focus\:placeholder-mustard:focus::-moz-placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:focus\:placeholder-mustard:focus:-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:focus\:placeholder-mustard:focus::-ms-input-placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:focus\:placeholder-mustard:focus::placeholder{
    color: var(--mustard) !important;
  }

  .xxxl\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:focus\:placeholder-alto:focus::-moz-placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:focus\:placeholder-alto:focus::placeholder{
    color: var(--alto) !important;
  }

  .xxxl\:focus\:placeholder-catsk:focus::-webkit-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:focus\:placeholder-catsk:focus::-moz-placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:focus\:placeholder-catsk:focus:-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:focus\:placeholder-catsk:focus::-ms-input-placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:focus\:placeholder-catsk:focus::placeholder{
    color: var(--catsk) !important;
  }

  .xxxl\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxxl\:pointer-events-none{
    pointer-events: none !important;
  }

  .xxxl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xxxl\:static{
    position: static !important;
  }

  .xxxl\:fixed{
    position: fixed !important;
  }

  .xxxl\:absolute{
    position: absolute !important;
  }

  .xxxl\:relative{
    position: relative !important;
  }

  .xxxl\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xxxl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xxxl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxxl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xxxl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xxxl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xxxl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xxxl\:top-0{
    top: 0 !important;
  }

  .xxxl\:right-0{
    right: 0 !important;
  }

  .xxxl\:bottom-0{
    bottom: 0 !important;
  }

  .xxxl\:left-0{
    left: 0 !important;
  }

  .xxxl\:top-auto{
    top: auto !important;
  }

  .xxxl\:right-auto{
    right: auto !important;
  }

  .xxxl\:bottom-auto{
    bottom: auto !important;
  }

  .xxxl\:left-auto{
    left: auto !important;
  }

  .xxxl\:resize-none{
    resize: none !important;
  }

  .xxxl\:resize-y{
    resize: vertical !important;
  }

  .xxxl\:resize-x{
    resize: horizontal !important;
  }

  .xxxl\:resize{
    resize: both !important;
  }

  .xxxl\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxxl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxxl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxxl\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxxl\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxxl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxxl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxxl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxxl\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxxl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxxl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxxl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxxl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxxl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxxl\:fill-current{
    fill: currentColor !important;
  }

  .xxxl\:stroke-current{
    stroke: currentColor !important;
  }

  .xxxl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xxxl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xxxl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xxxl\:table-auto{
    table-layout: auto !important;
  }

  .xxxl\:table-fixed{
    table-layout: fixed !important;
  }

  .xxxl\:text-left{
    text-align: left !important;
  }

  .xxxl\:text-center{
    text-align: center !important;
  }

  .xxxl\:text-right{
    text-align: right !important;
  }

  .xxxl\:text-justify{
    text-align: justify !important;
  }

  .xxxl\:text-black{
    color: var(--black) !important;
  }

  .xxxl\:text-white{
    color: var(--white) !important;
  }

  .xxxl\:text-blue{
    color: var(--blue) !important;
  }

  .xxxl\:text-apple{
    color: var(--apple) !important;
  }

  .xxxl\:text-don-juan{
    color: var(--don-juan) !important;
  }

  .xxxl\:text-alabaster{
    color: var(--alabaster) !important;
  }

  .xxxl\:text-gray{
    color: var(--gray) !important;
  }

  .xxxl\:text-concrete{
    color: var(--concrete) !important;
  }

  .xxxl\:text-silver{
    color: var(--silver) !important;
  }

  .xxxl\:text-gallery{
    color: var(--gallery) !important;
  }

  .xxxl\:text-alizarin{
    color: var(--alizarin) !important;
  }

  .xxxl\:text-sunset{
    color: var(--sunset) !important;
  }

  .xxxl\:text-curious-blue{
    color: var(--curious-blue) !important;
  }

  .xxxl\:text-mustard{
    color: var(--mustard) !important;
  }

  .xxxl\:text-alto{
    color: var(--alto) !important;
  }

  .xxxl\:text-catsk{
    color: var(--catsk) !important;
  }

  .xxxl\:hover\:text-black:hover{
    color: var(--black) !important;
  }

  .xxxl\:hover\:text-white:hover{
    color: var(--white) !important;
  }

  .xxxl\:hover\:text-blue:hover{
    color: var(--blue) !important;
  }

  .xxxl\:hover\:text-apple:hover{
    color: var(--apple) !important;
  }

  .xxxl\:hover\:text-don-juan:hover{
    color: var(--don-juan) !important;
  }

  .xxxl\:hover\:text-alabaster:hover{
    color: var(--alabaster) !important;
  }

  .xxxl\:hover\:text-gray:hover{
    color: var(--gray) !important;
  }

  .xxxl\:hover\:text-concrete:hover{
    color: var(--concrete) !important;
  }

  .xxxl\:hover\:text-silver:hover{
    color: var(--silver) !important;
  }

  .xxxl\:hover\:text-gallery:hover{
    color: var(--gallery) !important;
  }

  .xxxl\:hover\:text-alizarin:hover{
    color: var(--alizarin) !important;
  }

  .xxxl\:hover\:text-sunset:hover{
    color: var(--sunset) !important;
  }

  .xxxl\:hover\:text-curious-blue:hover{
    color: var(--curious-blue) !important;
  }

  .xxxl\:hover\:text-mustard:hover{
    color: var(--mustard) !important;
  }

  .xxxl\:hover\:text-alto:hover{
    color: var(--alto) !important;
  }

  .xxxl\:hover\:text-catsk:hover{
    color: var(--catsk) !important;
  }

  .xxxl\:focus\:text-black:focus{
    color: var(--black) !important;
  }

  .xxxl\:focus\:text-white:focus{
    color: var(--white) !important;
  }

  .xxxl\:focus\:text-blue:focus{
    color: var(--blue) !important;
  }

  .xxxl\:focus\:text-apple:focus{
    color: var(--apple) !important;
  }

  .xxxl\:focus\:text-don-juan:focus{
    color: var(--don-juan) !important;
  }

  .xxxl\:focus\:text-alabaster:focus{
    color: var(--alabaster) !important;
  }

  .xxxl\:focus\:text-gray:focus{
    color: var(--gray) !important;
  }

  .xxxl\:focus\:text-concrete:focus{
    color: var(--concrete) !important;
  }

  .xxxl\:focus\:text-silver:focus{
    color: var(--silver) !important;
  }

  .xxxl\:focus\:text-gallery:focus{
    color: var(--gallery) !important;
  }

  .xxxl\:focus\:text-alizarin:focus{
    color: var(--alizarin) !important;
  }

  .xxxl\:focus\:text-sunset:focus{
    color: var(--sunset) !important;
  }

  .xxxl\:focus\:text-curious-blue:focus{
    color: var(--curious-blue) !important;
  }

  .xxxl\:focus\:text-mustard:focus{
    color: var(--mustard) !important;
  }

  .xxxl\:focus\:text-alto:focus{
    color: var(--alto) !important;
  }

  .xxxl\:focus\:text-catsk:focus{
    color: var(--catsk) !important;
  }

  .xxxl\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xxxl\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xxxl\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xxxl\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xxxl\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xxxl\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xxxl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xxxl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xxxl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xxxl\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xxxl\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xxxl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xxxl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xxxl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xxxl\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xxxl\:italic{
    font-style: italic !important;
  }

  .xxxl\:not-italic{
    font-style: normal !important;
  }

  .xxxl\:uppercase{
    text-transform: uppercase !important;
  }

  .xxxl\:lowercase{
    text-transform: lowercase !important;
  }

  .xxxl\:capitalize{
    text-transform: capitalize !important;
  }

  .xxxl\:normal-case{
    text-transform: none !important;
  }

  .xxxl\:underline{
    text-decoration: underline !important;
  }

  .xxxl\:line-through{
    text-decoration: line-through !important;
  }

  .xxxl\:no-underline{
    text-decoration: none !important;
  }

  .xxxl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xxxl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xxxl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xxxl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xxxl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xxxl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xxxl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxxl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxxl\:ordinal, .xxxl\:slashed-zero, .xxxl\:lining-nums, .xxxl\:oldstyle-nums, .xxxl\:proportional-nums, .xxxl\:tabular-nums, .xxxl\:diagonal-fractions, .xxxl\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xxxl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xxxl\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xxxl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xxxl\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xxxl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xxxl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xxxl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xxxl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xxxl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xxxl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xxxl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xxxl\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xxxl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xxxl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xxxl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xxxl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xxxl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xxxl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xxxl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xxxl\:align-baseline{
    vertical-align: baseline !important;
  }

  .xxxl\:align-top{
    vertical-align: top !important;
  }

  .xxxl\:align-middle{
    vertical-align: middle !important;
  }

  .xxxl\:align-bottom{
    vertical-align: bottom !important;
  }

  .xxxl\:align-text-top{
    vertical-align: text-top !important;
  }

  .xxxl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xxxl\:visible{
    visibility: visible !important;
  }

  .xxxl\:invisible{
    visibility: hidden !important;
  }

  .xxxl\:whitespace-normal{
    white-space: normal !important;
  }

  .xxxl\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xxxl\:whitespace-pre{
    white-space: pre !important;
  }

  .xxxl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xxxl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xxxl\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xxxl\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xxxl\:break-all{
    word-break: break-all !important;
  }

  .xxxl\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxxl\:w-0{
    width: 0px !important;
  }

  .xxxl\:w-1{
    width: 4px !important;
  }

  .xxxl\:w-2{
    width: 8px !important;
  }

  .xxxl\:w-3{
    width: 12px !important;
  }

  .xxxl\:w-4{
    width: 16px !important;
  }

  .xxxl\:w-5{
    width: 20px !important;
  }

  .xxxl\:w-6{
    width: 24px !important;
  }

  .xxxl\:w-7{
    width: 28px !important;
  }

  .xxxl\:w-8{
    width: 32px !important;
  }

  .xxxl\:w-9{
    width: 36px !important;
  }

  .xxxl\:w-10{
    width: 40px !important;
  }

  .xxxl\:w-11{
    width: 44px !important;
  }

  .xxxl\:w-12{
    width: 48px !important;
  }

  .xxxl\:w-13{
    width: 52px !important;
  }

  .xxxl\:w-14{
    width: 56px !important;
  }

  .xxxl\:w-15{
    width: 60px !important;
  }

  .xxxl\:w-16{
    width: 64px !important;
  }

  .xxxl\:w-17{
    width: 68px !important;
  }

  .xxxl\:w-18{
    width: 72px !important;
  }

  .xxxl\:w-19{
    width: 76px !important;
  }

  .xxxl\:w-20{
    width: 80px !important;
  }

  .xxxl\:w-21{
    width: 84px !important;
  }

  .xxxl\:w-22{
    width: 88px !important;
  }

  .xxxl\:w-23{
    width: 92px !important;
  }

  .xxxl\:w-24{
    width: 96px !important;
  }

  .xxxl\:w-25{
    width: 100px !important;
  }

  .xxxl\:w-26{
    width: 104px !important;
  }

  .xxxl\:w-27{
    width: 108px !important;
  }

  .xxxl\:w-28{
    width: 112px !important;
  }

  .xxxl\:w-29{
    width: 116px !important;
  }

  .xxxl\:w-30{
    width: 120px !important;
  }

  .xxxl\:w-auto{
    width: auto !important;
  }

  .xxxl\:w-1\/2{
    width: 50% !important;
  }

  .xxxl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xxxl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xxxl\:w-1\/4{
    width: 25% !important;
  }

  .xxxl\:w-2\/4{
    width: 50% !important;
  }

  .xxxl\:w-3\/4{
    width: 75% !important;
  }

  .xxxl\:w-1\/5{
    width: 20% !important;
  }

  .xxxl\:w-2\/5{
    width: 40% !important;
  }

  .xxxl\:w-3\/5{
    width: 60% !important;
  }

  .xxxl\:w-4\/5{
    width: 80% !important;
  }

  .xxxl\:w-1\/6{
    width: 16.666667% !important;
  }

  .xxxl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xxxl\:w-3\/6{
    width: 50% !important;
  }

  .xxxl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xxxl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xxxl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xxxl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xxxl\:w-3\/12{
    width: 25% !important;
  }

  .xxxl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xxxl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xxxl\:w-6\/12{
    width: 50% !important;
  }

  .xxxl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xxxl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xxxl\:w-9\/12{
    width: 75% !important;
  }

  .xxxl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xxxl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xxxl\:w-full{
    width: 100% !important;
  }

  .xxxl\:w-screen{
    width: 100vw !important;
  }

  .xxxl\:w-fit{
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .xxxl\:z-0{
    z-index: 0 !important;
  }

  .xxxl\:z-10{
    z-index: 10 !important;
  }

  .xxxl\:z-20{
    z-index: 20 !important;
  }

  .xxxl\:z-30{
    z-index: 30 !important;
  }

  .xxxl\:z-40{
    z-index: 40 !important;
  }

  .xxxl\:z-50{
    z-index: 50 !important;
  }

  .xxxl\:z-auto{
    z-index: auto !important;
  }

  .xxxl\:gap-0{
    grid-gap: 0px !important;
    gap: 0px !important;
  }

  .xxxl\:gap-1{
    grid-gap: 4px !important;
    gap: 4px !important;
  }

  .xxxl\:gap-2{
    grid-gap: 8px !important;
    gap: 8px !important;
  }

  .xxxl\:gap-3{
    grid-gap: 12px !important;
    gap: 12px !important;
  }

  .xxxl\:gap-4{
    grid-gap: 16px !important;
    gap: 16px !important;
  }

  .xxxl\:gap-5{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .xxxl\:gap-6{
    grid-gap: 24px !important;
    gap: 24px !important;
  }

  .xxxl\:gap-7{
    grid-gap: 28px !important;
    gap: 28px !important;
  }

  .xxxl\:gap-8{
    grid-gap: 32px !important;
    gap: 32px !important;
  }

  .xxxl\:gap-9{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .xxxl\:gap-10{
    grid-gap: 40px !important;
    gap: 40px !important;
  }

  .xxxl\:gap-11{
    grid-gap: 44px !important;
    gap: 44px !important;
  }

  .xxxl\:gap-12{
    grid-gap: 48px !important;
    gap: 48px !important;
  }

  .xxxl\:gap-13{
    grid-gap: 52px !important;
    gap: 52px !important;
  }

  .xxxl\:gap-14{
    grid-gap: 56px !important;
    gap: 56px !important;
  }

  .xxxl\:gap-15{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .xxxl\:gap-16{
    grid-gap: 64px !important;
    gap: 64px !important;
  }

  .xxxl\:gap-17{
    grid-gap: 68px !important;
    gap: 68px !important;
  }

  .xxxl\:gap-18{
    grid-gap: 72px !important;
    gap: 72px !important;
  }

  .xxxl\:gap-19{
    grid-gap: 76px !important;
    gap: 76px !important;
  }

  .xxxl\:gap-20{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .xxxl\:gap-21{
    grid-gap: 84px !important;
    gap: 84px !important;
  }

  .xxxl\:gap-22{
    grid-gap: 88px !important;
    gap: 88px !important;
  }

  .xxxl\:gap-23{
    grid-gap: 92px !important;
    gap: 92px !important;
  }

  .xxxl\:gap-24{
    grid-gap: 96px !important;
    gap: 96px !important;
  }

  .xxxl\:gap-25{
    grid-gap: 100px !important;
    gap: 100px !important;
  }

  .xxxl\:gap-26{
    grid-gap: 104px !important;
    gap: 104px !important;
  }

  .xxxl\:gap-27{
    grid-gap: 108px !important;
    gap: 108px !important;
  }

  .xxxl\:gap-28{
    grid-gap: 112px !important;
    gap: 112px !important;
  }

  .xxxl\:gap-29{
    grid-gap: 116px !important;
    gap: 116px !important;
  }

  .xxxl\:gap-30{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .xxxl\:gap-x-0{
    grid-column-gap: 0px !important;
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .xxxl\:gap-x-1{
    grid-column-gap: 4px !important;
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
  }

  .xxxl\:gap-x-2{
    grid-column-gap: 8px !important;
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }

  .xxxl\:gap-x-3{
    grid-column-gap: 12px !important;
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }

  .xxxl\:gap-x-4{
    grid-column-gap: 16px !important;
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }

  .xxxl\:gap-x-5{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }

  .xxxl\:gap-x-6{
    grid-column-gap: 24px !important;
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }

  .xxxl\:gap-x-7{
    grid-column-gap: 28px !important;
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
  }

  .xxxl\:gap-x-8{
    grid-column-gap: 32px !important;
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }

  .xxxl\:gap-x-9{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
  }

  .xxxl\:gap-x-10{
    grid-column-gap: 40px !important;
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }

  .xxxl\:gap-x-11{
    grid-column-gap: 44px !important;
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
  }

  .xxxl\:gap-x-12{
    grid-column-gap: 48px !important;
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }

  .xxxl\:gap-x-13{
    grid-column-gap: 52px !important;
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
  }

  .xxxl\:gap-x-14{
    grid-column-gap: 56px !important;
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }

  .xxxl\:gap-x-15{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }

  .xxxl\:gap-x-16{
    grid-column-gap: 64px !important;
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }

  .xxxl\:gap-x-17{
    grid-column-gap: 68px !important;
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
  }

  .xxxl\:gap-x-18{
    grid-column-gap: 72px !important;
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }

  .xxxl\:gap-x-19{
    grid-column-gap: 76px !important;
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
  }

  .xxxl\:gap-x-20{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xxxl\:gap-x-21{
    grid-column-gap: 84px !important;
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
  }

  .xxxl\:gap-x-22{
    grid-column-gap: 88px !important;
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }

  .xxxl\:gap-x-23{
    grid-column-gap: 92px !important;
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
  }

  .xxxl\:gap-x-24{
    grid-column-gap: 96px !important;
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }

  .xxxl\:gap-x-25{
    grid-column-gap: 100px !important;
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
  }

  .xxxl\:gap-x-26{
    grid-column-gap: 104px !important;
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }

  .xxxl\:gap-x-27{
    grid-column-gap: 108px !important;
    -webkit-column-gap: 108px !important;
       -moz-column-gap: 108px !important;
            column-gap: 108px !important;
  }

  .xxxl\:gap-x-28{
    grid-column-gap: 112px !important;
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }

  .xxxl\:gap-x-29{
    grid-column-gap: 116px !important;
    -webkit-column-gap: 116px !important;
       -moz-column-gap: 116px !important;
            column-gap: 116px !important;
  }

  .xxxl\:gap-x-30{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }

  .xxxl\:gap-y-0{
    grid-row-gap: 0px !important;
    row-gap: 0px !important;
  }

  .xxxl\:gap-y-1{
    grid-row-gap: 4px !important;
    row-gap: 4px !important;
  }

  .xxxl\:gap-y-2{
    grid-row-gap: 8px !important;
    row-gap: 8px !important;
  }

  .xxxl\:gap-y-3{
    grid-row-gap: 12px !important;
    row-gap: 12px !important;
  }

  .xxxl\:gap-y-4{
    grid-row-gap: 16px !important;
    row-gap: 16px !important;
  }

  .xxxl\:gap-y-5{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xxxl\:gap-y-6{
    grid-row-gap: 24px !important;
    row-gap: 24px !important;
  }

  .xxxl\:gap-y-7{
    grid-row-gap: 28px !important;
    row-gap: 28px !important;
  }

  .xxxl\:gap-y-8{
    grid-row-gap: 32px !important;
    row-gap: 32px !important;
  }

  .xxxl\:gap-y-9{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xxxl\:gap-y-10{
    grid-row-gap: 40px !important;
    row-gap: 40px !important;
  }

  .xxxl\:gap-y-11{
    grid-row-gap: 44px !important;
    row-gap: 44px !important;
  }

  .xxxl\:gap-y-12{
    grid-row-gap: 48px !important;
    row-gap: 48px !important;
  }

  .xxxl\:gap-y-13{
    grid-row-gap: 52px !important;
    row-gap: 52px !important;
  }

  .xxxl\:gap-y-14{
    grid-row-gap: 56px !important;
    row-gap: 56px !important;
  }

  .xxxl\:gap-y-15{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xxxl\:gap-y-16{
    grid-row-gap: 64px !important;
    row-gap: 64px !important;
  }

  .xxxl\:gap-y-17{
    grid-row-gap: 68px !important;
    row-gap: 68px !important;
  }

  .xxxl\:gap-y-18{
    grid-row-gap: 72px !important;
    row-gap: 72px !important;
  }

  .xxxl\:gap-y-19{
    grid-row-gap: 76px !important;
    row-gap: 76px !important;
  }

  .xxxl\:gap-y-20{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xxxl\:gap-y-21{
    grid-row-gap: 84px !important;
    row-gap: 84px !important;
  }

  .xxxl\:gap-y-22{
    grid-row-gap: 88px !important;
    row-gap: 88px !important;
  }

  .xxxl\:gap-y-23{
    grid-row-gap: 92px !important;
    row-gap: 92px !important;
  }

  .xxxl\:gap-y-24{
    grid-row-gap: 96px !important;
    row-gap: 96px !important;
  }

  .xxxl\:gap-y-25{
    grid-row-gap: 100px !important;
    row-gap: 100px !important;
  }

  .xxxl\:gap-y-26{
    grid-row-gap: 104px !important;
    row-gap: 104px !important;
  }

  .xxxl\:gap-y-27{
    grid-row-gap: 108px !important;
    row-gap: 108px !important;
  }

  .xxxl\:gap-y-28{
    grid-row-gap: 112px !important;
    row-gap: 112px !important;
  }

  .xxxl\:gap-y-29{
    grid-row-gap: 116px !important;
    row-gap: 116px !important;
  }

  .xxxl\:gap-y-30{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xxxl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xxxl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xxxl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xxxl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xxxl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xxxl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xxxl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xxxl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xxxl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xxxl\:col-auto{
    grid-column: auto !important;
  }

  .xxxl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xxxl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xxxl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xxxl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xxxl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xxxl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xxxl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xxxl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xxxl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xxxl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xxxl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xxxl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xxxl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xxxl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xxxl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xxxl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xxxl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xxxl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xxxl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xxxl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xxxl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xxxl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xxxl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xxxl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xxxl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xxxl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xxxl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xxxl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xxxl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xxxl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xxxl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xxxl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xxxl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xxxl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xxxl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xxxl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xxxl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xxxl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xxxl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xxxl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xxxl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xxxl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxxl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xxxl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xxxl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xxxl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xxxl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xxxl\:row-auto{
    grid-row: auto !important;
  }

  .xxxl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xxxl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xxxl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xxxl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xxxl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xxxl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xxxl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xxxl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xxxl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xxxl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xxxl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xxxl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xxxl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xxxl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xxxl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xxxl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xxxl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xxxl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xxxl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xxxl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xxxl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xxxl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xxxl\:row-end-auto{
    grid-row-end: auto !important;
  }
  .xxxl\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .xxxl\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
  }

  .xxxl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xxxl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xxxl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xxxl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xxxl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xxxl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xxxl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xxxl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xxxl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xxxl\:duration-75{
    -webkit-transition-duration: 75ms !important;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xxxl\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xxxl\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxxl\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xxxl\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xxxl\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xxxl\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xxxl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xxxl\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xxxl\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xxxl\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xxxl\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xxxl\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xxxl\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xxxl\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xxxl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xxxl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xxxl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xxxl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xxxl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xxxl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

.lk-section{
  display:flex;
}

.lk-left-menu-box {
  max-width: 360px;
  width: 360px;
  margin-right:30px;
}
@media screen and (max-width:1024px) {
  .lk-left-menu-box {
  display:none;
  }
}


.left-menu-item {
  border-width: 1px;
  background: white;
  border-color: var(--gray);
  border-style: solid;
  color:var(--don-juan);
  max-height:52px;
  height: 52px;
  align-items:center;
  display:flex;
  padding-left:16px;
}

.lk-right-plates {
  display: grid;
  width: 100%;
  gap:30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width:1400px) {
  .lk-right-plates {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width:720px) {
  .lk-right-plates {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


.lk-box{
  max-width: 360px;
  max-height: 300px;
  width: 100%;
  height: 300px;
  border-width: 1px;
  border-style: solid;
  border-color:var(--gray);
  background: white;
  font-size:24px;
  display:flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items:center;
  
}

.lk-box:hover {
  background: var(--blue);
  color:var(--white);
}

.lk-box__img img{
  width:100%;
  max-width:100px;
}

.lk-box:hover img{
  filter: invert(355%) sepia(1000%) saturate(677%) hue-rotate(-30deg) brightness(800%) contrast(102%);
}

.left-menu-list {
  width:360px;
}

.lk-right-box {
  width:100%;
}

.lk-left-active {
  background: var(--catsk);
  font-weight: 700;
}

.lk-history-box-top {
  color: var(--don-juan);
  background: var(--catsk);
  font-size: 18px;
  border: solid;
  border-width: 1px;
  border-color: var(--gray);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0 24px;
  height: 78px;
}

.lk-history-box-item {
}

.lk-history-box-body {
  border:solid;
  border-width:1px;
  border-color: var(--gray);
  background: var(--white);
}

.lk-history-box-body-item {
  padding: 0 24px;
  width:100%;
}

.lk-form-control {
  height: 40px;
  max-width: 250px;
  width: 100%;
  border: solid;
  border-width: 1px;
  border-color: var(--gray);
}

.lk-buttons-box {
  margin-top: 20px;
  display: flex;
}

.lk-auth {
  color: var(--don-juan);
  background: var(--catsk);
  font-size: 18px;
  border: solid;
  border-width: 1px;
  border-color: var(--gray);
  align-items:center;
  justify-content:space-between;
  padding: 0 24px;
  height: 78px;
}

@media screen and (max-width:1024px){
  .lk-auth-body {
    flex-direction:column;
  }
}

.lk-auth-body {
  background:var(--white);
  display:flex;
}

.lk-form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  width:100%;
  max-width: 680px;
}

.lk-input-width {
  width:100%;
}

.lk-label-prop {
  display: flex;
  width: 100%;
  font-weight: 700;
  color: var(--don-juan);
  max-width:100px;
}

.lk-label-prop_max {
  max-width:100% !important;
}

.lk-fit {
  width:fit-content !important;
  height:fit-content !important;
  width:-moz-fit-content !important;
  height:-moz-fit-content !important;
}

.lk-remember-pass {
  display:flex;
  align-items:center;
  padding: 18px 0;
}

.lk-auth-title {
  height:100%;
  font-weight:700;
  color: var(--black);
  min-height:78px;
}

.lk-register-item {
  display:flex;
  align-items:center;
  
}

.lk-register-label {
  width: 100%;
  max-width: 220px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.lk-register-label span {
  color:var(--sunset);
}

.lk-btn-reg {
  max-width:214px;
  height:58px;
  
}

.reg-icon {
  fill: var(--white);
}

.lk-btn-reg:hover .reg-icon path { 
  fill: var(--mustard);
}

.lk-btn-reg:hover {
  filter:none !important;
  color:var(--mustard);
}

.lk-btn-reg:hover input {
  color:var(--mustard); 
}

.img-no-filter {
  filter:none !important;
}

.img-no-filter:hover {
  filter:none !important;
}

  @media screen and (max-width:720px){
.lk-capcha{
width:100px; 
}
}

.lk-max-width {
  max-width:650px
}

.lk-alert {
    padding-left: 32px;
    padding-right: 32px;
    }

.lk-alert_red {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
}
.lk-alert_green {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}

.lk-label-nowrap {
  white-space: nowrap;
}

.header-section_title {
  font-size:16px;
}

.catalog-element-viewed {
  font-size: 16px;
font-weight: 700;
text-align: left;
color:var(--don-juan);
}

.favor ::before {
  content:url("/upload/img/heart.svg");
  vertical-align: -moz-middle-with-baseline !important;
  vertical-align: middle;
  margin-right: 12px;
}
.fixbrokenheart .favor ::before {
  margin-right:0px !important;    
}
.favorcat::before {
  margin-right:0px !important;
}

.heart ::before {
  filter: invert(37%) sepia(84%) saturate(1908%) hue-rotate(202deg) brightness(89%) contrast(113%) !important;
}

.heart .infavorite {
  display:none;
}

.heart .outfavorite {
  display:block;
}

.outfavorite {
  display:none;
}
.s-hide {
  display:none;
  }
.s-more::before {
content:none !important;
}

.catalog_arrow__down {
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: 20px;
  background-position: center;
  cursor:pointer;
  color: var(--blue);
}

.catalog_arrow__up  img {
 transition:20px;
 transform: rotateZ(180deg);
}


.delivery-top-section {
  display: flex;
  flex-direction: row;
  background:var(--white);
  border:solid;
  border-width:1px;
  border-color:var(--gray);
}

@media screen and (max-width:1280px) {
  .delivery-top-section {
    flex-direction: column;
  }
  .delivery-top-section__right {
    max-width:100% !important;
    width:100%;
  }
}

.delivery-top-section__left {
color:var(--don-juan);
}

.delivery-top-section__right {
width:100%;
max-width:880px;
max-height:622px;
}

.delivery-top__pvz {
  border:solid;
  border-width:1px;
  border-color:var(--gray);
}

.delivery-top-section__title {
  color:var(--don-juan);
}

.delivery-section__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}

@media screen and (max-width:720px) {
  .btn_fit {
    max-width:fit-content;
    max-width:-moz-fit-content;
  }
}

.blog-card__img-box {
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.news-detail__content {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  font-size:18px;
}

.news-detail__content h2 {
  font-weight:700;
}

.news-detail__content a {
  color: var(--blue);
}

.width-fill {
  width: -webkit-fill-available !important ;
  width: -moz-available !important;
}

.w-max-100 {
  max-width:100% !important;
}

.title404 {
  font-size:200px;
}

.show-more-btn__img {
 width:20px !important;  
}

.contacts-gallery {
  height:88px;
  width:100%;
  background-repeat: no-repeat;
  background-position: center;
}

#side-checkbox {
  display: none;
}
.side-panel {
  position: fixed;
  z-index: 56;
  top: 0;
  left: -720px;
  transition: all 0.5s;   
  width: 100%;
  color: var(--don-juan);
}

@media screen and (min-width:720px) {
  .side-panel {
    position:sticky !important;
  }
}

.side-title {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #BFE2FF;
}

.side-button-1-wr {
  text-align: center;
}
.side-button-1 .side-b {
  margin: 10px;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 30px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase; 
  background: var(--blue);
  cursor: pointer; 

}
.side-button-1 {
  position: fixed;
  left: 1px;
  bottom: 2vh;
  z-index:51;  
}

.side-button-1 .side-b:hover,
.side-button-1 .side-b:active,
.side-button-1 .side-b:focus {
  color: #FFF;
}
.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
  position: absolute;
  height: 4px;
  left: 50%;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.side-button-1 .side-b:before {
  top: -6px;
}
.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
  width: 100%;
  left: 0;
}
/* Переключатели кнопки 1 */
.side-button-1 .side-close {
  display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
  display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
  display: block;
}
#side-checkbox:checked + .side-panel {
  left: 0;
}
/* Оформление кнопки на панеле */
.side-button-2 {
  font-size: 30px;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  right: 30px;
  cursor: pointer;
  transform: rotate(45deg);
  /* color: #BFE2FF;     */
  transition: all 280ms ease-in-out;    
}
.side-button-2:hover {
  transform: rotate(45deg) scale(1.1);    
  color: var(--don-juan);
}

.load-more-items {
  padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
}

.item-content {
  width:100%;
}

.show-srch {
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: var(--gallery);
  background-color: var(--concrete);
  height: 52px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 60px;
  position: absolute;
  z-index: 70;
  left: 0;
  top: 192px;
  width:100%;
  }
  
  .cl-btn {
    max-width:25px;
    max-height:25px;
  }
  
  #img-search {
    width:25px;
    height:25px;
    
  }

  .sbox-hide {
    transform: translate(-550px,0);
    -webkit-transform: translate(-550px,0); 
    -o-transform: translate(-550px,0); 
    -moz-transform: translate(-550px,0); 
  }

  @media screen and (max-width:720px) {
  .right_header {
    justify-self: end;
    }  
  }

  @media screen and (max-width:1024px) {
    .basket_header {
      justify-self: end;
      }  
    }

    .auth-width {
      max-width:1150px;
    }
    
    .footer__nav ul li a:hover {
      color:var(--mustard);
    }

    .yellow-hover-text:hover {
      color:var(--mustard) !important;
    }

    .blue-hover-text:hover {
      color:var(--blue) !important;
    }

    .product-item-detail-compare:hover .custom-checkbox__label{
      color: var(--blue);
    }
    
    .product-item-detail-compare:hover .comparison-checkbox__mark::before {
      filter:invert(45%) sepia(70%) saturate(6065%) hue-rotate(206deg) brightness(97%) contrast(95%) !important;
    }
    
    .infavorite:hover {
      color: var(--blue);
    }

	/*otklychili t.k. gluk na mobilnikah
		.favor:hover ::before {
      filter:invert(45%) sepia(70%) saturate(6065%) hue-rotate(206deg) brightness(97%) contrast(95%);
    }*/

    .catalog-card-more:hover a{
      color: var(--blue); 
    }

    .catalog-card-more:hover .comparison-img{
      filter:invert(45%) sepia(70%) saturate(6065%) hue-rotate(206deg) brightness(97%) contrast(95%) !important;
      
    }

    .trash-hover:hover {
      filter:invert(45%) sepia(70%) saturate(6065%) hue-rotate(206deg) brightness(97%) contrast(95%) !important;
    }

    .btn-hvr-blue:hover {
      background-color: var(--blue);
    }


    .col::after {
      content:attr(data-col);
    }

    .heart-ico svg path{
     fill: var(--blue);
    }

    .arrow-hide {
      display:none;
    }

    .fav-label {
    position: absolute;
    right: -8px;
    top: 28px;
    }

    .ico-unactive:hover ::before {
      filter:none !important;
    }

    .ico-unactive:hover{
      color:var(--silver) !important;
    }

    .list-dis_blue::marker {
      color:var(--blue);
    }
    
    .cab-hover__box {
      display: none;
      position: absolute;
      border-width:1px;
      right:30px;
    }

    .cab-hover:hover .cab-hover__box {
      display: block !important;      
    }

    .ban-ico {
      max-width:200px;
      max-height:200px;
    }
    
    @media screen and (max-width:480px) {
      .ban-ico {
        display:none;
      }
    }

    @media screen and (max-width:720px) {
      .ban-ico {
        max-width:100px;
        max-height:100px;
      }
    }

    @media (min-width:720px) {
      @media screen and (max-width: 1024px) {
        .ban-ico {
          max-width:150px;
          max-height:150px;
        }
      } 
    }

    @media (min-width:1400px) {
      @media screen and (max-width: 1600px) {
        .ban-ico {
          max-width:200px;
          max-height:180px;
        }
      } 
    }

    /* @media (min-width:1400px) {
      @media screen and (max-width: 1600px) {
       .banner-text {
         font-size:18px !important  ;
        } 
      } 
    }

    @media screen and (max-width: 1400px) {
      .banner-text {
        max-width:300px !important;
       } 
     }
    
    .banner-text {
      max-width:200px;
    } */
    
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.svg-hover-blue:hover path {
  fill:var(--blue) !important;
}

.svg-hover-yellow:hover path {
  fill:var(--mustard);
}

.swiper-button-next,.swiper-button-prev {
  color:var(--gray) !important;
  opacity:50%;
}
.swiper-button-next:hover,.swiper-button-prev:hover {
  color:var(--blue) !important;
  opacity:100%;
}

.contact-table tr:nth-child(even) {
  background: var(--alabaster);
}


@media screen and (min-width:320px) {
.main-side_box {
  height:108px;
}
}

@media screen and (min-width:720px){
  .main-side_box {
    height:196px;
  }
}
@media screen and (min-width:1024px){
  .main-side_box {
    height:260px;
  }
}

@media screen and (min-width:1400px){
  .main-side_box {
    height:100%;
  }
}

@media screen and (min-width:1600px){
  .banner-text {
    font-size:30px !important;
  }
}

@media screen and (max-width:480px) {
  .main-side_box {
    max-width:172px !important;
  }
}

@media screen and (max-width:720px) {
.font-xxs {
  font-size:10px;
}
}

@media screen and (max-width:480px) {
  .contacts-page-sheet td {
    padding-left:0px;
  }
  .contact-table tr td:nth-child(1) {
    display:none;
  }
  .contacts-page-sheet tr td:nth-child(1) {
    display:none;
  }
}
@media (min-width:1600px) {
.swiper-slide img {
  width:100%;
}
}
.mr-05 {
  margin-right:3px;
}
.add-product-status {
  display:none;
  position:fixed;
  z-index:100;
  right: 20px;
  border: 1px solid var(--gallery);
}
.basktxt path {
    fill: var(--mustard) !important;
}
.basktxt {
    color: var(--mustard) !important;
}
.telephone {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        z-index:10000;
    }
.telephone:hover {
    visibility: visible;
    opacity: 1;
}
.telephone-wr:hover .telephone {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width:720px) {
  .bx-filter .bx-filter-popup-result.right, .bx-touch .bx-filter .bx-filter-popup-result{
    display: none !important;
    visibility: hidden !important;
  }
}
.password-control {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/upload/img/eye.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/upload/img/eye_hide.svg) 0 0 no-repeat;
  background-size: contain;
}
.password-control-confirm {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/upload/img/eye.svg) 0 0 no-repeat;
}
.password-control-confirm.view {
	background: url(/upload/img/eye_hide.svg) 0 0 no-repeat;
  background-size: contain;
}
/*Всплывающее окно при оплате заказа*/  
.order_remind .pop_up_order_detail{
	width: 20%;
}
.order_remind img{
padding-top: 53px;
}
.order_remind .text1 {
	margin-top: 35px;
	font-size: 21px;
	font-weight: bold;
	line-height: 28.8px;
}
.order_remind .text2{
	margin-top: 35px;
font-weight: 500;
font-size: 18px;
line-height: 140%;
}
/*Всплывающее меню при отмене покупки на сайте*/
.pop_up_order_detail{
  width: 24rem;
  box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.25);
  opacity:1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.hide_pop_up{
  visibility: hidden;
  display: none !important;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width:320px) and (max-width:720px){
    .catalog__goods-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap:10px !important;
    }
    .shop-goods-buttons{
        flex-direction:column !important;
        padding:0px !important;
    }
    .card-btns{
        justify-content:flex-start !important;
    }
    #catalog_store_amount_div{
        display:none !important;
    }
    .shop-goods-info {
        padding:0px !important;
    }
    .shop-goods-info_name {
      overflow:hidden !important;
      height:auto !important;
    }
    .product-item-info-container, .product-item-button-container .btn{
    width:100% !important;
    max-width: 100% !important;
    }
}
@media screen and (max-width:480px) {
    .header-wrapper {
        grid-template-columns:auto 24px auto !important;
        gap:12px;
    }
}
.wrapper-boxes {
margin:14px 0px
}
/* Basket */

@media(max-width:1280px){
  .basket-box-item{
    flex-direction: column;
  }
}
@media(max-width:1023px){
  .basket-bottom-total{
    margin-left: 0;
    white-space: normal !important;;
  }
  .total-items span{
    font-size:33px;
  }
  .basket-card td{
    flex-direction: column;
  }
  .basket-box-item{
    flex-direction: row;
  }
  .total-items{
    margin-right: 0px;
  }
  
}
.fav--add--warning--original {
  display: none;
}

#fav--add--warning--clone > p > a {
  outline: 0;
  outline: none;
  color: #1771F1;
}

.section__header{
  justify-content:space-between;
}


.admin-search-result__name{
  font-size: 16px;
  font-weight: 600;
}
.admin-search-result__text{
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.admin-search-block{
  position: relative;
}
.admin-search-result{
  background-color: #FFFFFF;
  display: none;
  z-index: 99;
}

.admin-search{
  display: flex !important;
  align-items: center;
}

.admin-search-result__text-block{
  margin-left: 10px;
}

.sections-card .card {
  /* height: 35px; */
}
/* End */
/* /local/style.css?17677375492466 */
/* /bitrix/templates/.default/components/arturgolubev/search.title/search/style.css?176773760813637 */
/* /bitrix/templates/.default/components/bitrix/catalog.compare.list/compare_V1/style.css?17677376081265 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/header_catalog/style.css?17677376087796 */
/* /bitrix/templates/new-kwatt/styles.css?1767737620348 */
/* /bitrix/templates/new-kwatt/template_styles.css?17677376091622476 */
