@charset "UTF-8";

/*!
 * Melt v2.1 (https://by.aiedrow.in/melt/)
 * Copyright 2019-2022 Aiedrow.in
 * Licensed under MIT (https://github.com/aiedrow/Melt/blob/master/LICENSE)
 !*/
 
:root{ 
     --blue  :#005aff!important;
	 --red   :#f70000!important;
	 --cyan  :#00ffcb!important;
	 --teal  :#15a789!important;
	 --pink  :#ff2c88!important;
	 --white :#ffffff!important;
	 --black :#111111!important;
	 --green :#239f38!important;
	 --yellow:#ffcd00!important;
	 --indigo:#5e0ce2!important;
	 --orange:#ff8100!important;
	 --golden:#ffa700!important;
	 --silver:#e4e4e4!important;
	 
	 /* theme color values*/
	 --primary   :#0c74ff;
	 --secondary :#c2c2c2;
	 --success   :#06dd22;
	 --info      :#0ab9e5;
	 --danger    :#e40000;
	 --warning   :#fcca00;
	 --dark      :#353535;
	 --darker    :#252525;
	 --lite-black:#151515;
	 --dark-black:#000000;
	 
	 /*Screen sizes*/
	 --sm-sc   :576px;
	 --md-sc   :768px;
	 --lg-sc   :992px;
	 --xl-sc   :1200px;
	 --xxl-sc  :1400px;
	 
	 
	 --droppd : calc(100%+30px);
 }
 
 *{
	 text-decoration:none;
	 outline:none;
	 margin:0;
 }
 
 body{
	 margin: 0;
	 padding:0;
	 background:transparent;
	 font-family:system-ui,-apple-system,Poppins,Ubuntu,Roboto,Arial;
 }
 
a{ text-decoration:none;color: var(--blue);}
.plain, *[design=plain]{border:0;outline:0;background:none;}


/*select{appearance:none;padding-right:36px!important;background-image: url(https://cdn3.iconfinder.com/data/icons/user-interface-169/32/chevron-bottom-512.png);background-repeat: no-repeat;background-position: right 0.75rem center; background-size: 16px 12px;}
select:focus{appearance:none;padding-right:36px!important;background-image: url(https://cdn3.iconfinder.com/data/icons/user-interface-169/32/chevron-top-512.png);background-repeat: no-repeat;background-position: right 0.75rem center; background-size: 16px 12px;}
*/


.dropdiv{border:0;outline:none!important;padding:0;}
.dropdiv qq{text-align:left;appearance:none;padding-right:36px!important;background-image: url(https://cdn3.iconfinder.com/data/icons/user-interface-169/32/chevron-bottom-512.png);background-repeat: no-repeat;background-position: right 0.75em top 1em; background-size: 16px 12px;}
.dropdiv:focus qq{appearance:none;padding-right:36px!important;background-image: url(https://cdn3.iconfinder.com/data/icons/user-interface-169/32/chevron-top-512.png);background-repeat: no-repeat;background-position: right 0.75em top 1em; background-size: 16px 12px;}
.dropdiv qq{padding:11px 21px;width:-webkit-fill-available;border-bottom: 1px solid #dbdbdb;}
.dropdiv hiddendata{display:none;text-align:left;} .dropdiv:focus hiddendata{text-align:left;display:block;background:lavender;padding:11px 21px;}

input[design='bootstrap'], textarea[design='bootstrap'], select[design='bootstrap'], button[design='bootstrap']{border:1px solid #333;border-radius:8px;padding:11px 21px;}
input[design='bootstrap']:focus, textarea[design='bootstrap']:focus, select[design='bootstrap']:focus, button[design='bootstrap']:focus{transition: all 0.25s;border:1px solid #0066ff;box-shadow: 0 0 0 0.25rem rgb(0 137 255 / 25%);}

input[design='material'], textarea[design='material']{border:0px;border-bottom:2px solid #333;border-radius:0px;font-size:100%;padding:15px 21px;}
input[design='material']:focus, textarea[design='material']:focus{border:0px;border-bottom:2px solid #0066ff!important;font-size:100%;padding:15px 11px;box-shadow: none;padding-top:25px;padding-bottom:5px;}
input[design='material']:focus::placeholder, textarea[design='material']:focus::placeholder{color:inherit!important;margin-top:-16px;font-size:75%;margin-left:1px;position:absolute;}

.flex{display:flex;flex-wrap: wrap;} 
.iflex{display:inline-flex;} 
.block{display:block;} 
.iblock{display:inline-block;} 
.hidden{display:none;}
.grid{display:grid;}
.igrid{display:inline-grid;}

.mr-p1{margin-right:10%;}
.mr-p2{margin-right:5%;}
.mr-p3{margin-right:3%;}
.mr-p4{margin-right:2%;}
.mr-p5{margin-right:1%;}

.mr-1{margin-right:51px;}
.mr-2{margin-right:36px;}
.mr-3{margin-right:21px;}
.mr-4{margin-right:11px;}
.mr-5{margin-right:8px;}
.mr-6{margin-right:5px;}



.ml-p1{margin-left:10%;}
.ml-p2{margin-left:5%;}
.ml-p3{margin-left:3%;}
.ml-p4{margin-left:2%;}
.ml-p5{margin-left:1%;}

.ml-1{margin-left:51px;}
.ml-2{margin-left:36px;}
.ml-3{margin-left:21px;}
.ml-4{margin-left:11px;}
.ml-5{margin-left:8px;}
.ml-6{margin-left:5px;}

.mt-p1{margin-top:10%;}
.mt-p2{margin-top:5%;}
.mt-p3{margin-top:3%;}
.mt-p4{margin-top:2%;}
.mt-p5{margin-top:1%;}

.mt-1{margin-top:51px;}
.mt-2{margin-top:36px;}
.mt-3{margin-top:21px;}
.mt-4{margin-top:11px;}
.mt-5{margin-top:8px;}
.mt-6{margin-top:5px;}


.mb-p1{margin-bottom:10%;}
.mb-p2{margin-bottom:5%;}
.mb-p3{margin-bottom:3%;}
.mb-p4{margin-bottom:2%;}
.mb-p5{margin-bottom:1%;}

.mb-1{margin-bottom:51px;}
.mb-2{margin-bottom:36px;}
.mb-3{margin-bottom:21px;}
.mb-4{margin-bottom:11px;}
.mb-5{margin-bottom:8px;}
.mb-6{margin-bottom:5px;}

button,.button{border-radius:8px;padding:10px 21px;}

scrollx, .scrollx{overflow-x:scroll;} scrolly, .scrolly{overflow-y:scroll;} 
maxwidth, .maxwidth{width:max-content;}
img{max-width: 100%;height:auto;} 
img[type=thumbnail]{width:211px;height:211px;object-fit:cover;padding:2px;background:#fff;border:1px solid #c3c3c3;}
img[type=figure]{width:420px;max-width:100vw;height:333px;max-height:100vw;object-fit:cover;padding:2px;background:#fff;border:1px solid #c3c3c3;}
mark, .mark, .highlight{padding: 0px 5px; background-color: #ffdfcd;}
del, .del, .deleted, s, .strike {text-decoration:line-through;}
ins, .ins, u, .underline{text-decoration:underline;}
small, .small {font-size:80%;}
smaller, .smaller {font-size:70%;}
strong, .strong{font-weight:bolder;}
b, .bold{font-weight:bold;}
em, .em, i, .italic{font-style: italic;}
abbr[title]{cursor: help;text-decoration: underline dotted;}

.pd-1{padding:76px 36px;}
.pd-2{padding:51px 21px;}
.pd-3{padding:21px 11px;}

.pd-4{padding:36px 76px;}
.pd-5{padding:21px 51px;}
.pd-6{padding:11px 21px;}


.pd-p1{padding:10%;}
.pd-p2{padding:5%;}
.pd-p3{padding:4%;}
.pd-p4{padding:3%;}
.pd-p5{padding:2%;}
.pd-p6{padding:1%;}


.pd-x1{padding-left:10%;padding-right:10%;}
.pd-x2{padding-left:5%;padding-right:5%;}
.pd-x3{padding-left:4%;padding-right:4%;}
.pd-x4{padding-left:3%;padding-right:3%;}
.pd-x5{padding-left:2%;padding-right:2%;}
.pd-x6{padding-left:1%;padding-right:1%;}


.pd-y1{padding-top:10%;padding-bottom:10%;}
.pd-y2{padding-top:5%;padding-bottom:5%;}
.pd-y3{padding-top:4%;padding-bottom:4%;}
.pd-y4{padding-top:3%;padding-bottom:3%;}
.pd-y5{padding-top:2%;padding-bottom:2%;}
.pd-y6{padding-top:1%;padding-bottom:1%;}


.li-num, li[type=num]{list-style-type: decimal;}
.li-cir, li[type=cir]{list-style-type: circle;}
.li-sqr, li[type=sqr]{list-style-type: square;}
.li-sub , li[type=sub]{list-style-type: circle;padding-left: 32px;}
ol, ul{padding-left: 32px;}

.f-left{float:left;} 
.f-right{float:right;}
.start{align-items: start;}
.end{align-items: end;}
.left{align-items: left;}
.center{align-items: center;}
.right{align-items: right;}
.no-border{border:none;}
.no-background{background:none;}

.sc-95{transform:scale(0.95);}
.sc-90{transform:scale(0.90);}
.sc-85{transform:scale(0.85);}
.sc-80{transform:scale(0.80);}

.ordr-first{order:-1!important;}
.ordr-0{order:0!important;}
.ordr-1{order:1!important;}
.ordr-2{order:2!important;}
.ordr-3{order:3!important;}
.ordr-4{order:4!important;}
.ordr-5{order:5!important;}
.ordr-6{order:6!important;}
.ordr-7{order:7!important;}
.ordr-8{order:8!important;}
.ordr-9{order:9!important;}
.ordr-10{order:10!important;}
.ordr-11{order:11!important;}
.ordr-12{order:12!important;}
.ordr-13{order:13!important;}
.ordr-14{order:14!important;}
.ordr-15{order:15!important;}
.ordr-16{order:16!important;}
.ordr-17{order:17!important;}
.ordr-18{order:18!important;}
.ordr-19{order:19!important;}
.ordr-20{order:20!important;}
.ordr-21{order:21!important;}
.ordr-22{order:22!important;}
.ordr-23{order:23!important;}
.ordr-24{order:24!important;}
.ordr-25{order:25!important;}
.ordr-26{order:26!important;}
.ordr-27{order:27!important;}
.ordr-28{order:28!important;}
.ordr-29{order:29!important;}
.ordr-30{order:30!important;}
.ordr-31{order:31!important;}
.ordr-32{order:32!important;}
.ordr-33{order:33!important;}
.ordr-34{order:34!important;}
.ordr-35{order:35!important;}
.ordr-36{order:36!important;}
.ordr-37{order:37!important;}
.ordr-38{order:38!important;}
.ordr-39{order:39!important;}
.ordr-40{order:40!important;}
 
.ae-w{flex: 1 0 0%;} 
.w-10{width:50%;} 
.w-20{width:20%;} 
.w-25{width:25%;} 
.w-30{width:30%;}  
.w-35{width:35%;}  
.w-40{width:40%;} 
.w-45{width:45%;} 
.w-50{width:50%;} 
.w-55{width:55%;} 
.w-60{width:60%;}  
.w-65{width:65%;}  
.w-70{width:70%;}  
.w-75{width:75%;}  
.w-80{width:80%;}  
.w-85{width:85%;}  
.w-90{width:90%;} 
.w-95{width:95%;} 
.w-100{width:100%;}

.a-white a{color:white;}
.no-border{border:none!important;}

.tw-thin{font-weight:400!important}
.tw-medium{font-weight:500!important}
.tw-bold{font-weight:600!important}
.tw-bolder{font-weight:800!important}

.c-gray{color:gray;}
.c-white{color:white;}
.c-black{color:black;}
.c-green{color:var(--green);}
.c-red{color:var(--red);}
.c-blue{color:var(--blue);}

.bg-dark{background:var(--lite-black);color:#fff;}
.bg-white{background:#fff;color:#000;}
.bg-lite{background:var(--silver);color:#000;}
.bg-red{background:var(--red);}
.bg-pink{background:var(--pink);}
.bg-blue{background:var(--blue);}
.bg-cyan{background:var(--cyan);}
.bg-teal{background:var(--teal);}
.bg-green{background:var(--green);}
.bg-indigo{background:var(--indigo);}
.bg-yellow{background:var(--yellow);}
.bg-orange{background:var(--orange);}


@media(max-width: 576px){

.ae-w {flex: 100%;}

.sm-hidden{display:none;} 
.sm-block{display:block;} 
.sm-iblock{display:inline-block;} 
.sm-flex{display:flex;flex-wrap: wrap;} 
.sm-iflex{display:inline-flex;} 
.sm-grid{display:grid;} 
.sm-igrid{display:inline-grid;}
.sm-ae-w{flex: 1 0 0%;}
.sm-w-10{width:10%;} 
.sm-w-20{width:20%;} 
.sm-w-30{width:30%;} 
.sm-w-40{width:40%;} 
.sm-w-50{width:50%;}
.sm-w-60{width:60%;} 
.sm-w-70{width:70%;} 
.sm-w-80{width:80%;} 
.sm-w-90{width:90%;} 
.sm-w-100{width:100%;}

.sm-ordr-first{order:-1!important;}
.sm-ordr-0{order:0!important;}
.sm-ordr-1{order:1!important;}
.sm-ordr-2{order:2!important;}
.sm-ordr-3{order:3!important;}
.sm-ordr-4{order:4!important;}
.sm-ordr-5{order:5!important;}
.sm-ordr-6{order:6!important;}
.sm-ordr-7{order:7!important;}
.sm-ordr-8{order:8!important;}
.sm-ordr-9{order:9!important;}
.sm-ordr-10{order:10!important;}
.sm-ordr-11{order:11!important;}
.sm-ordr-12{order:12!important;}
.sm-ordr-13{order:13!important;}
.sm-ordr-14{order:14!important;}
.sm-ordr-15{order:15!important;}
.sm-ordr-16{order:16!important;}
.sm-ordr-17{order:17!important;}
.sm-ordr-18{order:18!important;}
.sm-ordr-19{order:19!important;}
.sm-ordr-20{order:20!important;}
.sm-ordr-21{order:21!important;}
.sm-ordr-22{order:22!important;}
.sm-ordr-23{order:23!important;}
.sm-ordr-24{order:24!important;}
.sm-ordr-25{order:25!important;}
.sm-ordr-26{order:26!important;}
.sm-ordr-27{order:27!important;}
.sm-ordr-28{order:28!important;}
.sm-ordr-29{order:29!important;}
.sm-ordr-30{order:30!important;}
.sm-ordr-31{order:31!important;}
.sm-ordr-32{order:32!important;}
.sm-ordr-33{order:33!important;}
.sm-ordr-34{order:34!important;}
.sm-ordr-35{order:35!important;}
.sm-ordr-36{order:36!important;}
.sm-ordr-37{order:37!important;}
.sm-ordr-38{order:38!important;}
.sm-ordr-39{order:39!important;}
.sm-ordr-40{order:40!important;}
}



@media(max-width: 768px){ 

.ae-w {flex: 100%;}


.md-hidden{display:none;} 
.md-block{display:block;} 
.md-iblock{display:inline-block;} 
.md-flex{display:flex;flex-wrap: wrap;} 
.md-iflex{display:inline-flex;} 
.md-grid{display:grid;} 
.md-t-small{font-size:75%!important;}
.md-t-smallx{font-size:64%!important;}
.md-t-smaller{font-size:50%!important;}
.md-igrid{display:inline-grid;}
.md-ae-w{flex: 1 0 0%;}
.md-w-10{width:10%!important;;} 
.md-w-20{width:20%!important;;} 
.md-w-30{width:30%!important;;} 
.md-w-40{width:40%!important;;} 
.md-w-50{width:50%!important;;}
.md-w-60{width:60%!important;;} 
.md-w-70{width:70%!important;;} 
.md-w-80{width:80%!important;;} 
.md-w-90{width:90%!important;;} 
.md-w-100{width:100%!important;}

.md-ordr-first{order:-1!important;}
.md-ordr-0{order:0!important;}
.md-ordr-1{order:1!important;}
.md-ordr-2{order:2!important;}
.md-ordr-3{order:3!important;}
.md-ordr-4{order:4!important;}
.md-ordr-5{order:5!important;}
.md-ordr-6{order:6!important;}
.md-ordr-7{order:7!important;}
.md-ordr-8{order:8!important;}
.md-ordr-9{order:9!important;}
.md-ordr-10{order:10!important;}
.md-ordr-11{order:11!important;}
.md-ordr-12{order:12!important;}
.md-ordr-13{order:13!important;}
.md-ordr-14{order:14!important;}
.md-ordr-15{order:15!important;}
.md-ordr-16{order:16!important;}
.md-ordr-17{order:17!important;}
.md-ordr-18{order:18!important;}
.md-ordr-19{order:19!important;}
.md-ordr-20{order:20!important;}
.md-ordr-21{order:21!important;}
.md-ordr-22{order:22!important;}
.md-ordr-23{order:23!important;}
.md-ordr-24{order:24!important;}
.md-ordr-25{order:25!important;}
.md-ordr-26{order:26!important;}
.md-ordr-27{order:27!important;}
.md-ordr-28{order:28!important;}
.md-ordr-29{order:29!important;}
.md-ordr-30{order:30!important;}
.md-ordr-31{order:31!important;}
.md-ordr-32{order:32!important;}
.md-ordr-33{order:33!important;}
.md-ordr-34{order:34!important;}
.md-ordr-35{order:35!important;}
.md-ordr-36{order:36!important;}
.md-ordr-37{order:37!important;}
.md-ordr-38{order:38!important;}
.md-ordr-39{order:39!important;}
.md-ordr-40{order:40!important;}
}



@media(max-width: 992px){
.lg-hidden{display:none;} 
.lg-block{display:block;} 
.lg-iblock{display:inline-block;} 
.lg-flex{display:flex;flex-wrap: wrap;} 
.lg-iflex{display:inline-flex;} 
.lg-grid{display:grid;} 
.lg-igrid{display:inline-grid;}
.lg-ae-w{flex: 1 0 0%;}
.lg-W-10{width:10%;} 
.lg-w-20{width:20%;}  
.lg-w-30{width:30%;}  
.lg-w-40{width:40%;}  
.lg-w-50{width:50%;} 
.lg-w-60{width:60%;}  
.lg-w-70{width:70%;}  
.lg-w-80{width:80%;}  
.lg-w-90{width:90%;} 
.lg-w-100{width:100%;} 

.lg-ordr-first{order:-1!important;}
.lg-ordr-0{order:0!important;}
.lg-ordr-1{order:1!important;}
.lg-ordr-2{order:2!important;}
.lg-ordr-3{order:3!important;}
.lg-ordr-4{order:4!important;}
.lg-ordr-5{order:5!important;}
.lg-ordr-6{order:6!important;}
.lg-ordr-7{order:7!important;}
.lg-ordr-8{order:8!important;}
.lg-ordr-9{order:9!important;}
.lg-ordr-10{order:10!important;}
.lg-ordr-11{order:11!important;}
.lg-ordr-12{order:12!important;}
.lg-ordr-13{order:13!important;}
.lg-ordr-14{order:14!important;}
.lg-ordr-15{order:15!important;}
.lg-ordr-16{order:16!important;}
.lg-ordr-17{order:17!important;}
.lg-ordr-18{order:18!important;}
.lg-ordr-19{order:19!important;}
.lg-ordr-20{order:20!important;}
.lg-ordr-21{order:21!important;}
.lg-ordr-22{order:22!important;}
.lg-ordr-23{order:23!important;}
.lg-ordr-24{order:24!important;}
.lg-ordr-25{order:25!important;}
.lg-ordr-26{order:26!important;}
.lg-ordr-27{order:27!important;}
.lg-ordr-28{order:28!important;}
.lg-ordr-29{order:29!important;}
.lg-ordr-30{order:30!important;}
.lg-ordr-31{order:31!important;}
.lg-ordr-32{order:32!important;}
.lg-ordr-33{order:33!important;}
.lg-ordr-34{order:34!important;}
.lg-ordr-35{order:35!important;}
.lg-ordr-36{order:36!important;}
.lg-ordr-37{order:37!important;}
.lg-ordr-38{order:38!important;}
.lg-ordr-39{order:39!important;}
.lg-ordr-40{order:40!important;}
}




@media(max-width: 1200px){

.xl-hidden{display:none;} 
.xl-block{display:block;} 
.xl-iblock{display:inline-block;} 
.xl-flex{display:flex;flex-wrap: wrap;} 
.xl-iflex{display:inline-flex;} 
.xl-grid{display:grid;} 
.xl-igrid{display:inline-grid;}
.xl-ae-w{flex: 1 0 0%;}
.xl-W-10{width:10%;} 
.xl-w-20{width:20%;}  
.xl-w-30{width:30%;}  
.xl-w-40{width:40%;}  
.xl-w-50{width:50%;} 
.xl-w-60{width:60%;}  
.xl-w-70{width:70%;}  
.xl-w-80{width:80%;}  
.xl-w-90{width:90%;} 
.xl-w-100{width:100%;} 

.xl-ordr-first{order:-1!important;}
.xl-ordr-0{order:0!important;}
.xl-ordr-1{order:1!important;}
.xl-ordr-2{order:2!important;}
.xl-ordr-3{order:3!important;}
.xl-ordr-4{order:4!important;}
.xl-ordr-5{order:5!important;}
.xl-ordr-6{order:6!important;}
.xl-ordr-7{order:7!important;}
.xl-ordr-8{order:8!important;}
.xl-ordr-9{order:9!important;}
.xl-ordr-10{order:10!important;}
.xl-ordr-11{order:11!important;}
.xl-ordr-12{order:12!important;}
.xl-ordr-13{order:13!important;}
.xl-ordr-14{order:14!important;}
.xl-ordr-15{order:15!important;}
.xl-ordr-16{order:16!important;}
.xl-ordr-17{order:17!important;}
.xl-ordr-18{order:18!important;}
.xl-ordr-19{order:19!important;}
.xl-ordr-20{order:20!important;}
.xl-ordr-21{order:21!important;}
.xl-ordr-22{order:22!important;}
.xl-ordr-23{order:23!important;}
.xl-ordr-24{order:24!important;}
.xl-ordr-25{order:25!important;}
.xl-ordr-26{order:26!important;}
.xl-ordr-27{order:27!important;}
.xl-ordr-28{order:28!important;}
.xl-ordr-29{order:29!important;}
.xl-ordr-30{order:30!important;}
.xl-ordr-31{order:31!important;}
.xl-ordr-32{order:32!important;}
.xl-ordr-33{order:33!important;}
.xl-ordr-34{order:34!important;}
.xl-ordr-35{order:35!important;}
.xl-ordr-36{order:36!important;}
.xl-ordr-37{order:37!important;}
.xl-ordr-38{order:38!important;}
.xl-ordr-39{order:39!important;}
.xl-ordr-40{order:40!important;}
}




@media(max-width: 1400px){

.xxl-hidden{display:none;} 
.xxl-block{display:block;} 
.xxl-iblock{display:inline-block;} 
.xxl-flex{display:flex;flex-wrap: wrap;} 
.xxl-iflex{display:inline-flex;} 
.xxl-grid{display:grid;} 
.xxl-igrid{display:inline-grid;}
.xxl-ae-w{flex: 1 0 0%;}
.xxl-W-10{width:10%;} 
.xxl-w-20{width:20%;}  
.xxl-w-30{width:30%;}  
.xxl-w-40{width:40%;}  
.xxl-w-50{width:50%;} 
.xxl-w-60{width:60%;}  
.xxl-w-70{width:70%;}  
.xxl-w-80{width:80%;}  
.xxl-w-90{width:90%;} 
.xxl-w-100{width:100%;}

.xxl-ordr-first{order:-1!important;}
.xxl-ordr-0{order:0!important;}
.xxl-ordr-1{order:1!important;}
.xxl-ordr-2{order:2!important;}
.xxl-ordr-3{order:3!important;}
.xxl-ordr-4{order:4!important;}
.xxl-ordr-5{order:5!important;}
.xxl-ordr-6{order:6!important;}
.xxl-ordr-7{order:7!important;}
.xxl-ordr-8{order:8!important;}
.xxl-ordr-9{order:9!important;}
.xxl-ordr-10{order:10!important;}
.xxl-ordr-11{order:11!important;}
.xxl-ordr-12{order:12!important;}
.xxl-ordr-13{order:13!important;}
.xxl-ordr-14{order:14!important;}
.xxl-ordr-15{order:15!important;}
.xxl-ordr-16{order:16!important;}
.xxl-ordr-17{order:17!important;}
.xxl-ordr-18{order:18!important;}
.xxl-ordr-19{order:19!important;}
.xxl-ordr-20{order:20!important;}
.xxl-ordr-21{order:21!important;}
.xxl-ordr-22{order:22!important;}
.xxl-ordr-23{order:23!important;}
.xxl-ordr-24{order:24!important;}
.xxl-ordr-25{order:25!important;}
.xxl-ordr-26{order:26!important;}
.xxl-ordr-27{order:27!important;}
.xxl-ordr-28{order:28!important;}
.xxl-ordr-29{order:29!important;}
.xxl-ordr-30{order:30!important;}
.xxl-ordr-31{order:31!important;}
.xxl-ordr-32{order:32!important;}
.xxl-ordr-33{order:33!important;}
.xxl-ordr-34{order:34!important;}
.xxl-ordr-35{order:35!important;}
.xxl-ordr-36{order:36!important;}
.xxl-ordr-37{order:37!important;}
.xxl-ordr-38{order:38!important;}
.xxl-ordr-39{order:39!important;}
.xxl-ordr-40{order:40!important;} 
}


