/*# sourceMappingURL=jet-blog.css.map */

.jet-smart-listing {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 40px;
}

.jet-smart-listing-wrap {
	position: relative;
	word-wrap: anywhere;
}

.jet-smart-listing__featured {
	display: flex;
	flex-direction: column;
	margin: 10px;
	position: relative;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	animation: appear 400ms forwards;
}

.jet-smart-listing__featured.featured-layout-boxed {
	background-size: cover;
	justify-content: flex-end;
}

.jet-smart-listing__featured.featured-position-top {
	width: 100%;
	max-width: 100%;
}

.jet-smart-listing__featured.featured-img-left {
	flex-direction: row;
}

@media (max-width: 1024px) {
	.jet-smart-listing__featured.featured-img-left {
		flex-wrap: wrap;
	}
}

.jet-smart-listing__featured.featured-img-right {
	flex-direction: row-reverse;
}

@media (max-width: 1024px) {
	.jet-smart-listing__featured.featured-img-right {
		flex-wrap: wrap;
	}
}

.jet-smart-listing__featured-box-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	padding: 15px;
	position: relative;
}

.jet-smart-listing__featured-box-link:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}

.jet-smart-listing__featured-box-link>* {
	position: relative;
	z-index: 2;
}

.featured-img-left .jet-smart-listing__featured-content {
	flex-grow: 1;
}

.featured-img-left.has-post-thumb .jet-smart-listing__featured-content {
	margin-left: 20px;
}

.featured-img-right.has-post-thumb .jet-smart-listing__featured-content {
	margin-right: 20px;
}

.featured-img-top.has-post-thumb .jet-smart-listing__featured-content {
	margin-top: 20px;
}

.jet-smart-listing.has-featured-position-left, .jet-smart-listing.has-featured-position-right {
	flex-wrap: nowrap;
}

@media (max-width: 1024px) {
	.jet-smart-listing.has-featured-position-left, .jet-smart-listing.has-featured-position-right {
		flex-wrap: wrap;
	}
}

.jet-smart-listing.has-featured-position-right {
	flex-direction: row-reverse;
}

.elementor .elementor-widget-jet-blog-smart-listing .jet-smart-listing__more {
	transition: all 200ms;
	display: inline-flex;
	align-items: center;
}

.elementor .elementor-widget-jet-blog-smart-listing .jet-smart-listing__more-wrap {
	display: flex;
}

.elementor .elementor-widget-jet-blog-smart-listing .jet-smart-listing__more-icon {
	margin-left: 5px;
	text-decoration: none;
}

.elementor .elementor-widget-jet-blog-smart-listing .jet-smart-listing__more-text {
	display: inline-block;
	order: 0;
}

.jet-smart-listing__posts {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
	margin-right: 10px;
	align-self: flex-start;
}

.has-featured-position-top .jet-smart-listing__posts, .no-featured .jet-smart-listing__posts {
	max-width: 100%;
	flex-basis: 100%;
}

@media (max-width: 1024px) {
	.jet-smart-listing__posts {
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
}

.jet-smart-listing__post {
	display: flex;
	align-content: flex-start;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	animation: appear 400ms forwards;
	transform: translateY(20px);
	opacity: 0;
}

.jet-smart-listing__post-thumbnail {
	flex: 0 0 auto;
}

.jet-smart-listing__post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.has-thumb-postion-top .jet-smart-listing__post-thumbnail {
	flex: 1 0 100%;
	width: 100%;
	max-width: 100%;
}

.featured-img-left .jet-smart-listing__post-thumbnail {
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}

.jet-smart-listing__post-thumbnail a {
	display: block;
	position: relative;
	overflow: hidden;
}

.jet-smart-listing__post-thumbnail a:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}

.jet-smart-listing__post-content {
	flex-grow: 1;
}

.has-thumb-postion-top.has-post-thumb .jet-smart-listing__post-content {
	margin-top: 20px;
}

.has-thumb-postion-left.has-post-thumb .jet-smart-listing__post-content {
	margin-left: 20px;
}

.has-thumb-postion-right.has-post-thumb .jet-smart-listing__post-content {
	margin-right: 20px;
}

.columns-1 .jet-smart-listing__post-wrapper:nth-child(1) {
	animation-delay: 100ms;
}

.columns-1 .jet-smart-listing__post-wrapper:nth-child(2) {
	animation-delay: 200ms;
}

.columns-1 .jet-smart-listing__post-wrapper:nth-child(3) {
	animation-delay: 300ms;
}

.columns-1 .jet-smart-listing__post-wrapper:nth-child(4) {
	animation-delay: 400ms;
}

.columns-1 .jet-smart-listing__post-wrapper:nth-child(5) {
	animation-delay: 500ms;
}

.columns-1 .jet-smart-listing__post-wrapper:nth-child(6) {
	animation-delay: 600ms;
}

.columns-1 .jet-smart-listing__post-wrapper:nth-child(7) {
	animation-delay: 700ms;
}

.columns-1 .jet-smart-listing__post-wrapper:nth-child(8) {
	animation-delay: 800ms;
}

.columns-2 .jet-smart-listing__post-wrapper:nth-child(1), .columns-2 .jet-smart-listing__post-wrapper:nth-child(2) {
	animation-delay: 100ms;
}

.columns-2 .jet-smart-listing__post-wrapper:nth-child(3), .columns-2 .jet-smart-listing__post-wrapper:nth-child(4) {
	animation-delay: 200ms;
}

.columns-2 .jet-smart-listing__post-wrapper:nth-child(5), .columns-2 .jet-smart-listing__post-wrapper:nth-child(6) {
	animation-delay: 300ms;
}

.columns-2 .jet-smart-listing__post-wrapper:nth-child(7), .columns-2 .jet-smart-listing__post-wrapper:nth-child(8) {
	animation-delay: 400ms;
}

.columns-2 .jet-smart-listing__post-wrapper:nth-child(9), .columns-2 .jet-smart-listing__post-wrapper:nth-child(10) {
	animation-delay: 500ms;
}

.columns-2 .jet-smart-listing__post-wrapper:nth-child(11), .columns-2 .jet-smart-listing__post-wrapper:nth-child(12) {
	animation-delay: 600ms;
}

.columns-2 .jet-smart-listing__post-wrapper:nth-child(13), .columns-2 .jet-smart-listing__post-wrapper:nth-child(14) {
	animation-delay: 700ms;
}

.columns-2 .jet-smart-listing__post-wrapper:nth-child(15), .columns-2 .jet-smart-listing__post-wrapper:nth-child(16) {
	animation-delay: 800ms;
}

.columns-3 .jet-smart-listing__post-wrapper:nth-child(1), .columns-3 .jet-smart-listing__post-wrapper:nth-child(2), .columns-3 .jet-smart-listing__post-wrapper:nth-child(3) {
	animation-delay: 100ms;
}

.columns-3 .jet-smart-listing__post-wrapper:nth-child(4), .columns-3 .jet-smart-listing__post-wrapper:nth-child(5), .columns-3 .jet-smart-listing__post-wrapper:nth-child(6) {
	animation-delay: 200ms;
}

.columns-3 .jet-smart-listing__post-wrapper:nth-child(7), .columns-3 .jet-smart-listing__post-wrapper:nth-child(8), .columns-3 .jet-smart-listing__post-wrapper:nth-child(9) {
	animation-delay: 300ms;
}

.columns-3 .jet-smart-listing__post-wrapper:nth-child(10), .columns-3 .jet-smart-listing__post-wrapper:nth-child(11), .columns-3 .jet-smart-listing__post-wrapper:nth-child(12) {
	animation-delay: 400ms;
}

.columns-3 .jet-smart-listing__post-wrapper:nth-child(13), .columns-3 .jet-smart-listing__post-wrapper:nth-child(14), .columns-3 .jet-smart-listing__post-wrapper:nth-child(15) {
	animation-delay: 500ms;
}

.columns-3 .jet-smart-listing__post-wrapper:nth-child(16), .columns-3 .jet-smart-listing__post-wrapper:nth-child(17), .columns-3 .jet-smart-listing__post-wrapper:nth-child(18) {
	animation-delay: 600ms;
}

.columns-3 .jet-smart-listing__post-wrapper:nth-child(19), .columns-3 .jet-smart-listing__post-wrapper:nth-child(20), .columns-3 .jet-smart-listing__post-wrapper:nth-child(21) {
	animation-delay: 700ms;
}

.columns-3 .jet-smart-listing__post-wrapper:nth-child(22), .columns-3 .jet-smart-listing__post-wrapper:nth-child(23), .columns-3 .jet-smart-listing__post-wrapper:nth-child(24) {
	animation-delay: 800ms;
}

.columns-4 .jet-smart-listing__post-wrapper:nth-child(1), .columns-4 .jet-smart-listing__post-wrapper:nth-child(2), .columns-4 .jet-smart-listing__post-wrapper:nth-child(3), .columns-4 .jet-smart-listing__post-wrapper:nth-child(4) {
	animation-delay: 100ms;
}

.columns-4 .jet-smart-listing__post-wrapper:nth-child(5), .columns-4 .jet-smart-listing__post-wrapper:nth-child(6), .columns-4 .jet-smart-listing__post-wrapper:nth-child(7), .columns-4 .jet-smart-listing__post-wrapper:nth-child(8) {
	animation-delay: 200ms;
}

.columns-4 .jet-smart-listing__post-wrapper:nth-child(9), .columns-4 .jet-smart-listing__post-wrapper:nth-child(10), .columns-4 .jet-smart-listing__post-wrapper:nth-child(11), .columns-4 .jet-smart-listing__post-wrapper:nth-child(12) {
	animation-delay: 300ms;
}

.columns-4 .jet-smart-listing__post-wrapper:nth-child(13), .columns-4 .jet-smart-listing__post-wrapper:nth-child(14), .columns-4 .jet-smart-listing__post-wrapper:nth-child(15), .columns-4 .jet-smart-listing__post-wrapper:nth-child(16) {
	animation-delay: 400ms;
}

.columns-4 .jet-smart-listing__post-wrapper:nth-child(17), .columns-4 .jet-smart-listing__post-wrapper:nth-child(18), .columns-4 .jet-smart-listing__post-wrapper:nth-child(19), .columns-4 .jet-smart-listing__post-wrapper:nth-child(20) {
	animation-delay: 500ms;
}

.columns-4 .jet-smart-listing__post-wrapper:nth-child(21), .columns-4 .jet-smart-listing__post-wrapper:nth-child(22), .columns-4 .jet-smart-listing__post-wrapper:nth-child(23), .columns-4 .jet-smart-listing__post-wrapper:nth-child(24) {
	animation-delay: 600ms;
}

.columns-4 .jet-smart-listing__post-wrapper:nth-child(25), .columns-4 .jet-smart-listing__post-wrapper:nth-child(26), .columns-4 .jet-smart-listing__post-wrapper:nth-child(27), .columns-4 .jet-smart-listing__post-wrapper:nth-child(28) {
	animation-delay: 700ms;
}

.columns-4 .jet-smart-listing__post-wrapper:nth-child(29), .columns-4 .jet-smart-listing__post-wrapper:nth-child(30), .columns-4 .jet-smart-listing__post-wrapper:nth-child(31), .columns-4 .jet-smart-listing__post-wrapper:nth-child(32) {
	animation-delay: 800ms;
}

.columns-5 .jet-smart-listing__post-wrapper:nth-child(1), .columns-5 .jet-smart-listing__post-wrapper:nth-child(2), .columns-5 .jet-smart-listing__post-wrapper:nth-child(3), .columns-5 .jet-smart-listing__post-wrapper:nth-child(4), .columns-5 .jet-smart-listing__post-wrapper:nth-child(5) {
	animation-delay: 100ms;
}

.columns-5 .jet-smart-listing__post-wrapper:nth-child(6), .columns-5 .jet-smart-listing__post-wrapper:nth-child(7), .columns-5 .jet-smart-listing__post-wrapper:nth-child(8), .columns-5 .jet-smart-listing__post-wrapper:nth-child(9), .columns-5 .jet-smart-listing__post-wrapper:nth-child(10) {
	animation-delay: 200ms;
}

.columns-5 .jet-smart-listing__post-wrapper:nth-child(11), .columns-5 .jet-smart-listing__post-wrapper:nth-child(12), .columns-5 .jet-smart-listing__post-wrapper:nth-child(13), .columns-5 .jet-smart-listing__post-wrapper:nth-child(14), .columns-5 .jet-smart-listing__post-wrapper:nth-child(15) {
	animation-delay: 300ms;
}

.columns-5 .jet-smart-listing__post-wrapper:nth-child(16), .columns-5 .jet-smart-listing__post-wrapper:nth-child(17), .columns-5 .jet-smart-listing__post-wrapper:nth-child(18), .columns-5 .jet-smart-listing__post-wrapper:nth-child(19), .columns-5 .jet-smart-listing__post-wrapper:nth-child(20) {
	animation-delay: 400ms;
}

.columns-5 .jet-smart-listing__post-wrapper:nth-child(21), .columns-5 .jet-smart-listing__post-wrapper:nth-child(22), .columns-5 .jet-smart-listing__post-wrapper:nth-child(23), .columns-5 .jet-smart-listing__post-wrapper:nth-child(24), .columns-5 .jet-smart-listing__post-wrapper:nth-child(25) {
	animation-delay: 500ms;
}

.columns-5 .jet-smart-listing__post-wrapper:nth-child(26), .columns-5 .jet-smart-listing__post-wrapper:nth-child(27), .columns-5 .jet-smart-listing__post-wrapper:nth-child(28), .columns-5 .jet-smart-listing__post-wrapper:nth-child(29), .columns-5 .jet-smart-listing__post-wrapper:nth-child(30) {
	animation-delay: 600ms;
}

.columns-5 .jet-smart-listing__post-wrapper:nth-child(31), .columns-5 .jet-smart-listing__post-wrapper:nth-child(32), .columns-5 .jet-smart-listing__post-wrapper:nth-child(33), .columns-5 .jet-smart-listing__post-wrapper:nth-child(34), .columns-5 .jet-smart-listing__post-wrapper:nth-child(35) {
	animation-delay: 700ms;
}

.columns-5 .jet-smart-listing__post-wrapper:nth-child(36), .columns-5 .jet-smart-listing__post-wrapper:nth-child(37), .columns-5 .jet-smart-listing__post-wrapper:nth-child(38), .columns-5 .jet-smart-listing__post-wrapper:nth-child(39), .columns-5 .jet-smart-listing__post-wrapper:nth-child(40) {
	animation-delay: 800ms;
}

.columns-6 .jet-smart-listing__post-wrapper:nth-child(1), .columns-6 .jet-smart-listing__post-wrapper:nth-child(2), .columns-6 .jet-smart-listing__post-wrapper:nth-child(3), .columns-6 .jet-smart-listing__post-wrapper:nth-child(4), .columns-6 .jet-smart-listing__post-wrapper:nth-child(5), .columns-6 .jet-smart-listing__post-wrapper:nth-child(6) {
	animation-delay: 100ms;
}

.columns-6 .jet-smart-listing__post-wrapper:nth-child(7), .columns-6 .jet-smart-listing__post-wrapper:nth-child(8), .columns-6 .jet-smart-listing__post-wrapper:nth-child(9), .columns-6 .jet-smart-listing__post-wrapper:nth-child(10), .columns-6 .jet-smart-listing__post-wrapper:nth-child(11), .columns-6 .jet-smart-listing__post-wrapper:nth-child(12) {
	animation-delay: 200ms;
}

.columns-6 .jet-smart-listing__post-wrapper:nth-child(13), .columns-6 .jet-smart-listing__post-wrapper:nth-child(14), .columns-6 .jet-smart-listing__post-wrapper:nth-child(15), .columns-6 .jet-smart-listing__post-wrapper:nth-child(16), .columns-6 .jet-smart-listing__post-wrapper:nth-child(17), .columns-6 .jet-smart-listing__post-wrapper:nth-child(18) {
	animation-delay: 300ms;
}

.columns-6 .jet-smart-listing__post-wrapper:nth-child(19), .columns-6 .jet-smart-listing__post-wrapper:nth-child(20), .columns-6 .jet-smart-listing__post-wrapper:nth-child(21), .columns-6 .jet-smart-listing__post-wrapper:nth-child(22), .columns-6 .jet-smart-listing__post-wrapper:nth-child(23), .columns-6 .jet-smart-listing__post-wrapper:nth-child(24) {
	animation-delay: 400ms;
}

.columns-6 .jet-smart-listing__post-wrapper:nth-child(25), .columns-6 .jet-smart-listing__post-wrapper:nth-child(26), .columns-6 .jet-smart-listing__post-wrapper:nth-child(27), .columns-6 .jet-smart-listing__post-wrapper:nth-child(28), .columns-6 .jet-smart-listing__post-wrapper:nth-child(29), .columns-6 .jet-smart-listing__post-wrapper:nth-child(30) {
	animation-delay: 500ms;
}

.columns-6 .jet-smart-listing__post-wrapper:nth-child(31), .columns-6 .jet-smart-listing__post-wrapper:nth-child(32), .columns-6 .jet-smart-listing__post-wrapper:nth-child(33), .columns-6 .jet-smart-listing__post-wrapper:nth-child(34), .columns-6 .jet-smart-listing__post-wrapper:nth-child(35), .columns-6 .jet-smart-listing__post-wrapper:nth-child(36) {
	animation-delay: 600ms;
}

.columns-6 .jet-smart-listing__post-wrapper:nth-child(37), .columns-6 .jet-smart-listing__post-wrapper:nth-child(38), .columns-6 .jet-smart-listing__post-wrapper:nth-child(39), .columns-6 .jet-smart-listing__post-wrapper:nth-child(40), .columns-6 .jet-smart-listing__post-wrapper:nth-child(41), .columns-6 .jet-smart-listing__post-wrapper:nth-child(42) {
	animation-delay: 700ms;
}

.columns-6 .jet-smart-listing__post-wrapper:nth-child(43), .columns-6 .jet-smart-listing__post-wrapper:nth-child(44), .columns-6 .jet-smart-listing__post-wrapper:nth-child(45), .columns-6 .jet-smart-listing__post-wrapper:nth-child(46), .columns-6 .jet-smart-listing__post-wrapper:nth-child(47), .columns-6 .jet-smart-listing__post-wrapper:nth-child(48) {
	animation-delay: 800ms;
}

.columns-7 .jet-smart-listing__post-wrapper:nth-child(1), .columns-7 .jet-smart-listing__post-wrapper:nth-child(2), .columns-7 .jet-smart-listing__post-wrapper:nth-child(3), .columns-7 .jet-smart-listing__post-wrapper:nth-child(4), .columns-7 .jet-smart-listing__post-wrapper:nth-child(5), .columns-7 .jet-smart-listing__post-wrapper:nth-child(6), .columns-7 .jet-smart-listing__post-wrapper:nth-child(7) {
	animation-delay: 100ms;
}

.columns-7 .jet-smart-listing__post-wrapper:nth-child(8), .columns-7 .jet-smart-listing__post-wrapper:nth-child(9), .columns-7 .jet-smart-listing__post-wrapper:nth-child(10), .columns-7 .jet-smart-listing__post-wrapper:nth-child(11), .columns-7 .jet-smart-listing__post-wrapper:nth-child(12), .columns-7 .jet-smart-listing__post-wrapper:nth-child(13), .columns-7 .jet-smart-listing__post-wrapper:nth-child(14) {
	animation-delay: 200ms;
}

.columns-7 .jet-smart-listing__post-wrapper:nth-child(15), .columns-7 .jet-smart-listing__post-wrapper:nth-child(16), .columns-7 .jet-smart-listing__post-wrapper:nth-child(17), .columns-7 .jet-smart-listing__post-wrapper:nth-child(18), .columns-7 .jet-smart-listing__post-wrapper:nth-child(19), .columns-7 .jet-smart-listing__post-wrapper:nth-child(20), .columns-7 .jet-smart-listing__post-wrapper:nth-child(21) {
	animation-delay: 300ms;
}

.columns-7 .jet-smart-listing__post-wrapper:nth-child(22), .columns-7 .jet-smart-listing__post-wrapper:nth-child(23), .columns-7 .jet-smart-listing__post-wrapper:nth-child(24), .columns-7 .jet-smart-listing__post-wrapper:nth-child(25), .columns-7 .jet-smart-listing__post-wrapper:nth-child(26), .columns-7 .jet-smart-listing__post-wrapper:nth-child(27), .columns-7 .jet-smart-listing__post-wrapper:nth-child(28) {
	animation-delay: 400ms;
}

.columns-7 .jet-smart-listing__post-wrapper:nth-child(29), .columns-7 .jet-smart-listing__post-wrapper:nth-child(30), .columns-7 .jet-smart-listing__post-wrapper:nth-child(31), .columns-7 .jet-smart-listing__post-wrapper:nth-child(32), .columns-7 .jet-smart-listing__post-wrapper:nth-child(33), .columns-7 .jet-smart-listing__post-wrapper:nth-child(34), .columns-7 .jet-smart-listing__post-wrapper:nth-child(35) {
	animation-delay: 500ms;
}

.columns-7 .jet-smart-listing__post-wrapper:nth-child(36), .columns-7 .jet-smart-listing__post-wrapper:nth-child(37), .columns-7 .jet-smart-listing__post-wrapper:nth-child(38), .columns-7 .jet-smart-listing__post-wrapper:nth-child(39), .columns-7 .jet-smart-listing__post-wrapper:nth-child(40), .columns-7 .jet-smart-listing__post-wrapper:nth-child(41), .columns-7 .jet-smart-listing__post-wrapper:nth-child(42) {
	animation-delay: 600ms;
}

.columns-7 .jet-smart-listing__post-wrapper:nth-child(43), .columns-7 .jet-smart-listing__post-wrapper:nth-child(44), .columns-7 .jet-smart-listing__post-wrapper:nth-child(45), .columns-7 .jet-smart-listing__post-wrapper:nth-child(46), .columns-7 .jet-smart-listing__post-wrapper:nth-child(47), .columns-7 .jet-smart-listing__post-wrapper:nth-child(48), .columns-7 .jet-smart-listing__post-wrapper:nth-child(49) {
	animation-delay: 700ms;
}

.columns-7 .jet-smart-listing__post-wrapper:nth-child(50), .columns-7 .jet-smart-listing__post-wrapper:nth-child(51), .columns-7 .jet-smart-listing__post-wrapper:nth-child(52), .columns-7 .jet-smart-listing__post-wrapper:nth-child(53), .columns-7 .jet-smart-listing__post-wrapper:nth-child(54), .columns-7 .jet-smart-listing__post-wrapper:nth-child(55), .columns-7 .jet-smart-listing__post-wrapper:nth-child(56) {
	animation-delay: 800ms;
}

.columns-8 .jet-smart-listing__post-wrapper:nth-child(1), .columns-8 .jet-smart-listing__post-wrapper:nth-child(2), .columns-8 .jet-smart-listing__post-wrapper:nth-child(3), .columns-8 .jet-smart-listing__post-wrapper:nth-child(4), .columns-8 .jet-smart-listing__post-wrapper:nth-child(5), .columns-8 .jet-smart-listing__post-wrapper:nth-child(6), .columns-8 .jet-smart-listing__post-wrapper:nth-child(7), .columns-8 .jet-smart-listing__post-wrapper:nth-child(8) {
	animation-delay: 100ms;
}

.columns-8 .jet-smart-listing__post-wrapper:nth-child(9), .columns-8 .jet-smart-listing__post-wrapper:nth-child(10), .columns-8 .jet-smart-listing__post-wrapper:nth-child(11), .columns-8 .jet-smart-listing__post-wrapper:nth-child(12), .columns-8 .jet-smart-listing__post-wrapper:nth-child(13), .columns-8 .jet-smart-listing__post-wrapper:nth-child(14), .columns-8 .jet-smart-listing__post-wrapper:nth-child(15), .columns-8 .jet-smart-listing__post-wrapper:nth-child(16) {
	animation-delay: 200ms;
}

.columns-8 .jet-smart-listing__post-wrapper:nth-child(17), .columns-8 .jet-smart-listing__post-wrapper:nth-child(18), .columns-8 .jet-smart-listing__post-wrapper:nth-child(19), .columns-8 .jet-smart-listing__post-wrapper:nth-child(20), .columns-8 .jet-smart-listing__post-wrapper:nth-child(21), .columns-8 .jet-smart-listing__post-wrapper:nth-child(22), .columns-8 .jet-smart-listing__post-wrapper:nth-child(23), .columns-8 .jet-smart-listing__post-wrapper:nth-child(24) {
	animation-delay: 300ms;
}

.columns-8 .jet-smart-listing__post-wrapper:nth-child(25), .columns-8 .jet-smart-listing__post-wrapper:nth-child(26), .columns-8 .jet-smart-listing__post-wrapper:nth-child(27), .columns-8 .jet-smart-listing__post-wrapper:nth-child(28), .columns-8 .jet-smart-listing__post-wrapper:nth-child(29), .columns-8 .jet-smart-listing__post-wrapper:nth-child(30), .columns-8 .jet-smart-listing__post-wrapper:nth-child(31), .columns-8 .jet-smart-listing__post-wrapper:nth-child(32) {
	animation-delay: 400ms;
}

.columns-8 .jet-smart-listing__post-wrapper:nth-child(33), .columns-8 .jet-smart-listing__post-wrapper:nth-child(34), .columns-8 .jet-smart-listing__post-wrapper:nth-child(35), .columns-8 .jet-smart-listing__post-wrapper:nth-child(36), .columns-8 .jet-smart-listing__post-wrapper:nth-child(37), .columns-8 .jet-smart-listing__post-wrapper:nth-child(38), .columns-8 .jet-smart-listing__post-wrapper:nth-child(39), .columns-8 .jet-smart-listing__post-wrapper:nth-child(40) {
	animation-delay: 500ms;
}

.columns-8 .jet-smart-listing__post-wrapper:nth-child(41), .columns-8 .jet-smart-listing__post-wrapper:nth-child(42), .columns-8 .jet-smart-listing__post-wrapper:nth-child(43), .columns-8 .jet-smart-listing__post-wrapper:nth-child(44), .columns-8 .jet-smart-listing__post-wrapper:nth-child(45), .columns-8 .jet-smart-listing__post-wrapper:nth-child(46), .columns-8 .jet-smart-listing__post-wrapper:nth-child(47), .columns-8 .jet-smart-listing__post-wrapper:nth-child(48) {
	animation-delay: 600ms;
}

.columns-8 .jet-smart-listing__post-wrapper:nth-child(49), .columns-8 .jet-smart-listing__post-wrapper:nth-child(50), .columns-8 .jet-smart-listing__post-wrapper:nth-child(51), .columns-8 .jet-smart-listing__post-wrapper:nth-child(52), .columns-8 .jet-smart-listing__post-wrapper:nth-child(53), .columns-8 .jet-smart-listing__post-wrapper:nth-child(54), .columns-8 .jet-smart-listing__post-wrapper:nth-child(55), .columns-8 .jet-smart-listing__post-wrapper:nth-child(56) {
	animation-delay: 700ms;
}

.columns-8 .jet-smart-listing__post-wrapper:nth-child(57), .columns-8 .jet-smart-listing__post-wrapper:nth-child(58), .columns-8 .jet-smart-listing__post-wrapper:nth-child(59), .columns-8 .jet-smart-listing__post-wrapper:nth-child(60), .columns-8 .jet-smart-listing__post-wrapper:nth-child(61), .columns-8 .jet-smart-listing__post-wrapper:nth-child(62), .columns-8 .jet-smart-listing__post-wrapper:nth-child(63), .columns-8 .jet-smart-listing__post-wrapper:nth-child(64) {
	animation-delay: 800ms;
}

@media (max-width: 1024px) {
	.columns-tablet-1 .jet-smart-listing__post-wrapper:nth-child(1) {
		animation-delay: 100ms;
	}
	
	.columns-tablet-1 .jet-smart-listing__post-wrapper:nth-child(2) {
		animation-delay: 200ms;
	}
	
	.columns-tablet-1 .jet-smart-listing__post-wrapper:nth-child(3) {
		animation-delay: 300ms;
	}
	
	.columns-tablet-1 .jet-smart-listing__post-wrapper:nth-child(4) {
		animation-delay: 400ms;
	}
	
	.columns-tablet-1 .jet-smart-listing__post-wrapper:nth-child(5) {
		animation-delay: 500ms;
	}
	
	.columns-tablet-1 .jet-smart-listing__post-wrapper:nth-child(6) {
		animation-delay: 600ms;
	}
	
	.columns-tablet-1 .jet-smart-listing__post-wrapper:nth-child(7) {
		animation-delay: 700ms;
	}
	
	.columns-tablet-1 .jet-smart-listing__post-wrapper:nth-child(8) {
		animation-delay: 800ms;
	}
	
	.columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(1), .columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(2) {
		animation-delay: 100ms;
	}
	
	.columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(3), .columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(4) {
		animation-delay: 200ms;
	}
	
	.columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(5), .columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(6) {
		animation-delay: 300ms;
	}
	
	.columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(7), .columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(8) {
		animation-delay: 400ms;
	}
	
	.columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(9), .columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(10) {
		animation-delay: 500ms;
	}
	
	.columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(11), .columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(12) {
		animation-delay: 600ms;
	}
	
	.columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(13), .columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(14) {
		animation-delay: 700ms;
	}
	
	.columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(15), .columns-tablet-2 .jet-smart-listing__post-wrapper:nth-child(16) {
		animation-delay: 800ms;
	}
	
	.columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(1), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(2), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(3) {
		animation-delay: 100ms;
	}
	
	.columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(4), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(5), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(6) {
		animation-delay: 200ms;
	}
	
	.columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(7), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(8), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(9) {
		animation-delay: 300ms;
	}
	
	.columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(10), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(11), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(12) {
		animation-delay: 400ms;
	}
	
	.columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(13), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(14), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(15) {
		animation-delay: 500ms;
	}
	
	.columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(16), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(17), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(18) {
		animation-delay: 600ms;
	}
	
	.columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(19), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(20), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(21) {
		animation-delay: 700ms;
	}
	
	.columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(22), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(23), .columns-tablet-3 .jet-smart-listing__post-wrapper:nth-child(24) {
		animation-delay: 800ms;
	}
	
	.columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(1), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(2), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(3), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(4) {
		animation-delay: 100ms;
	}
	
	.columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(5), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(6), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(7), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(8) {
		animation-delay: 200ms;
	}
	
	.columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(9), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(10), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(11), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(12) {
		animation-delay: 300ms;
	}
	
	.columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(13), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(14), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(15), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(16) {
		animation-delay: 400ms;
	}
	
	.columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(17), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(18), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(19), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(20) {
		animation-delay: 500ms;
	}
	
	.columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(21), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(22), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(23), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(24) {
		animation-delay: 600ms;
	}
	
	.columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(25), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(26), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(27), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(28) {
		animation-delay: 700ms;
	}
	
	.columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(29), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(30), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(31), .columns-tablet-4 .jet-smart-listing__post-wrapper:nth-child(32) {
		animation-delay: 800ms;
	}
	
	.columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(1), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(2), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(3), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(4), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(5) {
		animation-delay: 100ms;
	}
	
	.columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(6), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(7), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(8), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(9), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(10) {
		animation-delay: 200ms;
	}
	
	.columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(11), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(12), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(13), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(14), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(15) {
		animation-delay: 300ms;
	}
	
	.columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(16), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(17), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(18), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(19), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(20) {
		animation-delay: 400ms;
	}
	
	.columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(21), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(22), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(23), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(24), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(25) {
		animation-delay: 500ms;
	}
	
	.columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(26), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(27), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(28), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(29), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(30) {
		animation-delay: 600ms;
	}
	
	.columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(31), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(32), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(33), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(34), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(35) {
		animation-delay: 700ms;
	}
	
	.columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(36), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(37), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(38), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(39), .columns-tablet-5 .jet-smart-listing__post-wrapper:nth-child(40) {
		animation-delay: 800ms;
	}
	
	.columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(1), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(2), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(3), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(4), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(5), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(6) {
		animation-delay: 100ms;
	}
	
	.columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(7), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(8), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(9), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(10), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(11), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(12) {
		animation-delay: 200ms;
	}
	
	.columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(13), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(14), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(15), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(16), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(17), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(18) {
		animation-delay: 300ms;
	}
	
	.columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(19), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(20), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(21), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(22), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(23), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(24) {
		animation-delay: 400ms;
	}
	
	.columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(25), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(26), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(27), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(28), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(29), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(30) {
		animation-delay: 500ms;
	}
	
	.columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(31), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(32), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(33), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(34), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(35), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(36) {
		animation-delay: 600ms;
	}
	
	.columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(37), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(38), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(39), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(40), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(41), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(42) {
		animation-delay: 700ms;
	}
	
	.columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(43), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(44), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(45), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(46), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(47), .columns-tablet-6 .jet-smart-listing__post-wrapper:nth-child(48) {
		animation-delay: 800ms;
	}
	
	.columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(1), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(2), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(3), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(4), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(5), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(6), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(7) {
		animation-delay: 100ms;
	}
	
	.columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(8), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(9), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(10), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(11), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(12), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(13), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(14) {
		animation-delay: 200ms;
	}
	
	.columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(15), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(16), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(17), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(18), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(19), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(20), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(21) {
		animation-delay: 300ms;
	}
	
	.columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(22), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(23), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(24), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(25), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(26), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(27), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(28) {
		animation-delay: 400ms;
	}
	
	.columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(29), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(30), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(31), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(32), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(33), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(34), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(35) {
		animation-delay: 500ms;
	}
	
	.columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(36), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(37), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(38), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(39), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(40), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(41), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(42) {
		animation-delay: 600ms;
	}
	
	.columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(43), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(44), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(45), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(46), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(47), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(48), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(49) {
		animation-delay: 700ms;
	}
	
	.columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(50), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(51), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(52), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(53), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(54), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(55), .columns-tablet-7 .jet-smart-listing__post-wrapper:nth-child(56) {
		animation-delay: 800ms;
	}
	
	.columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(1), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(2), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(3), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(4), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(5), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(6), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(7), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(8) {
		animation-delay: 100ms;
	}
	
	.columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(9), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(10), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(11), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(12), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(13), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(14), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(15), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(16) {
		animation-delay: 200ms;
	}
	
	.columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(17), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(18), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(19), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(20), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(21), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(22), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(23), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(24) {
		animation-delay: 300ms;
	}
	
	.columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(25), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(26), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(27), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(28), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(29), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(30), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(31), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(32) {
		animation-delay: 400ms;
	}
	
	.columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(33), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(34), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(35), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(36), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(37), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(38), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(39), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(40) {
		animation-delay: 500ms;
	}
	
	.columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(41), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(42), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(43), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(44), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(45), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(46), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(47), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(48) {
		animation-delay: 600ms;
	}
	
	.columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(49), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(50), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(51), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(52), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(53), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(54), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(55), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(56) {
		animation-delay: 700ms;
	}
	
	.columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(57), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(58), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(59), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(60), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(61), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(62), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(63), .columns-tablet-8 .jet-smart-listing__post-wrapper:nth-child(64) {
		animation-delay: 800ms;
	}
}

@media (max-width: 767px) {
	.columns-mobile-1 .jet-smart-listing__post-wrapper:nth-child(1) {
		animation-delay: 100ms;
	}
	
	.columns-mobile-1 .jet-smart-listing__post-wrapper:nth-child(2) {
		animation-delay: 200ms;
	}
	
	.columns-mobile-1 .jet-smart-listing__post-wrapper:nth-child(3) {
		animation-delay: 300ms;
	}
	
	.columns-mobile-1 .jet-smart-listing__post-wrapper:nth-child(4) {
		animation-delay: 400ms;
	}
	
	.columns-mobile-1 .jet-smart-listing__post-wrapper:nth-child(5) {
		animation-delay: 500ms;
	}
	
	.columns-mobile-1 .jet-smart-listing__post-wrapper:nth-child(6) {
		animation-delay: 600ms;
	}
	
	.columns-mobile-1 .jet-smart-listing__post-wrapper:nth-child(7) {
		animation-delay: 700ms;
	}
	
	.columns-mobile-1 .jet-smart-listing__post-wrapper:nth-child(8) {
		animation-delay: 800ms;
	}
	
	.columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(1), .columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(2) {
		animation-delay: 100ms;
	}
	
	.columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(3), .columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(4) {
		animation-delay: 200ms;
	}
	
	.columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(5), .columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(6) {
		animation-delay: 300ms;
	}
	
	.columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(7), .columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(8) {
		animation-delay: 400ms;
	}
	
	.columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(9), .columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(10) {
		animation-delay: 500ms;
	}
	
	.columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(11), .columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(12) {
		animation-delay: 600ms;
	}
	
	.columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(13), .columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(14) {
		animation-delay: 700ms;
	}
	
	.columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(15), .columns-mobile-2 .jet-smart-listing__post-wrapper:nth-child(16) {
		animation-delay: 800ms;
	}
	
	.columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(1), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(2), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(3) {
		animation-delay: 100ms;
	}
	
	.columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(4), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(5), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(6) {
		animation-delay: 200ms;
	}
	
	.columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(7), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(8), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(9) {
		animation-delay: 300ms;
	}
	
	.columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(10), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(11), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(12) {
		animation-delay: 400ms;
	}
	
	.columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(13), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(14), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(15) {
		animation-delay: 500ms;
	}
	
	.columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(16), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(17), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(18) {
		animation-delay: 600ms;
	}
	
	.columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(19), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(20), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(21) {
		animation-delay: 700ms;
	}
	
	.columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(22), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(23), .columns-mobile-3 .jet-smart-listing__post-wrapper:nth-child(24) {
		animation-delay: 800ms;
	}
	
	.columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(1), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(2), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(3), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(4) {
		animation-delay: 100ms;
	}
	
	.columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(5), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(6), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(7), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(8) {
		animation-delay: 200ms;
	}
	
	.columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(9), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(10), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(11), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(12) {
		animation-delay: 300ms;
	}
	
	.columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(13), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(14), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(15), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(16) {
		animation-delay: 400ms;
	}
	
	.columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(17), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(18), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(19), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(20) {
		animation-delay: 500ms;
	}
	
	.columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(21), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(22), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(23), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(24) {
		animation-delay: 600ms;
	}
	
	.columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(25), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(26), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(27), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(28) {
		animation-delay: 700ms;
	}
	
	.columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(29), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(30), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(31), .columns-mobile-4 .jet-smart-listing__post-wrapper:nth-child(32) {
		animation-delay: 800ms;
	}
	
	.columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(1), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(2), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(3), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(4), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(5) {
		animation-delay: 100ms;
	}
	
	.columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(6), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(7), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(8), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(9), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(10) {
		animation-delay: 200ms;
	}
	
	.columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(11), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(12), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(13), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(14), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(15) {
		animation-delay: 300ms;
	}
	
	.columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(16), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(17), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(18), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(19), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(20) {
		animation-delay: 400ms;
	}
	
	.columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(21), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(22), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(23), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(24), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(25) {
		animation-delay: 500ms;
	}
	
	.columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(26), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(27), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(28), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(29), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(30) {
		animation-delay: 600ms;
	}
	
	.columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(31), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(32), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(33), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(34), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(35) {
		animation-delay: 700ms;
	}
	
	.columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(36), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(37), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(38), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(39), .columns-mobile-5 .jet-smart-listing__post-wrapper:nth-child(40) {
		animation-delay: 800ms;
	}
	
	.columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(1), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(2), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(3), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(4), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(5), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(6) {
		animation-delay: 100ms;
	}
	
	.columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(7), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(8), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(9), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(10), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(11), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(12) {
		animation-delay: 200ms;
	}
	
	.columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(13), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(14), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(15), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(16), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(17), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(18) {
		animation-delay: 300ms;
	}
	
	.columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(19), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(20), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(21), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(22), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(23), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(24) {
		animation-delay: 400ms;
	}
	
	.columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(25), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(26), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(27), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(28), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(29), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(30) {
		animation-delay: 500ms;
	}
	
	.columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(31), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(32), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(33), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(34), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(35), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(36) {
		animation-delay: 600ms;
	}
	
	.columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(37), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(38), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(39), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(40), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(41), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(42) {
		animation-delay: 700ms;
	}
	
	.columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(43), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(44), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(45), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(46), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(47), .columns-mobile-6 .jet-smart-listing__post-wrapper:nth-child(48) {
		animation-delay: 800ms;
	}
	
	.columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(1), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(2), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(3), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(4), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(5), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(6), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(7) {
		animation-delay: 100ms;
	}
	
	.columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(8), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(9), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(10), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(11), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(12), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(13), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(14) {
		animation-delay: 200ms;
	}
	
	.columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(15), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(16), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(17), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(18), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(19), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(20), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(21) {
		animation-delay: 300ms;
	}
	
	.columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(22), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(23), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(24), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(25), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(26), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(27), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(28) {
		animation-delay: 400ms;
	}
	
	.columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(29), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(30), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(31), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(32), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(33), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(34), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(35) {
		animation-delay: 500ms;
	}
	
	.columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(36), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(37), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(38), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(39), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(40), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(41), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(42) {
		animation-delay: 600ms;
	}
	
	.columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(43), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(44), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(45), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(46), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(47), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(48), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(49) {
		animation-delay: 700ms;
	}
	
	.columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(50), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(51), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(52), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(53), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(54), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(55), .columns-mobile-7 .jet-smart-listing__post-wrapper:nth-child(56) {
		animation-delay: 800ms;
	}
	
	.columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(1), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(2), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(3), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(4), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(5), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(6), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(7), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(8) {
		animation-delay: 100ms;
	}
	
	.columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(9), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(10), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(11), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(12), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(13), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(14), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(15), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(16) {
		animation-delay: 200ms;
	}
	
	.columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(17), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(18), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(19), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(20), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(21), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(22), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(23), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(24) {
		animation-delay: 300ms;
	}
	
	.columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(25), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(26), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(27), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(28), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(29), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(30), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(31), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(32) {
		animation-delay: 400ms;
	}
	
	.columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(33), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(34), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(35), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(36), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(37), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(38), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(39), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(40) {
		animation-delay: 500ms;
	}
	
	.columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(41), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(42), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(43), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(44), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(45), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(46), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(47), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(48) {
		animation-delay: 600ms;
	}
	
	.columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(49), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(50), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(51), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(52), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(53), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(54), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(55), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(56) {
		animation-delay: 700ms;
	}
	
	.columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(57), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(58), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(59), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(60), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(61), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(62), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(63), .columns-mobile-8 .jet-smart-listing__post-wrapper:nth-child(64) {
		animation-delay: 800ms;
	}
}

.rows-1 .jet-smart-listing__post-wrapper:nth-child(1) {
	animation-delay: 100ms;
}

.rows-1 .jet-smart-listing__post-wrapper:nth-child(2) {
	animation-delay: 200ms;
}

.rows-1 .jet-smart-listing__post-wrapper:nth-child(3) {
	animation-delay: 300ms;
}

.rows-1 .jet-smart-listing__post-wrapper:nth-child(4) {
	animation-delay: 400ms;
}

.rows-1 .jet-smart-listing__post-wrapper:nth-child(5) {
	animation-delay: 500ms;
}

.rows-1 .jet-smart-listing__post-wrapper:nth-child(6) {
	animation-delay: 600ms;
}

.rows-1 .jet-smart-listing__post-wrapper:nth-child(7) {
	animation-delay: 700ms;
}

.rows-1 .jet-smart-listing__post-wrapper:nth-child(8) {
	animation-delay: 800ms;
}

.jet-smart-listing__meta-icon {
	margin-right: 5px;
}

.jet-smart-listing__meta-item {
	display: inline-block;
}

.jet-smart-listing__meta-item:not(:first-child):before {
	content: "";
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.jet-smart-listing__meta-item .jet-smart-listing__post {
	font-size: .75em;
}

.jet-smart-listing__meta .post__date, .jet-smart-listing__meta .posted-by, .jet-smart-listing__meta .post__comments {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.jet-smart-listing__meta .has-author-avatar {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.jet-smart-listing__heading {
	display: flex;
	max-width: 100%;
	justify-content: space-between;
	align-items: center;
}

.jet-smart-listing__filter-item {
	display: inline-block;
}

.jet-smart-listing__filter-item[hidden] {
	display: none;
}

.jet-smart-listing__filter-item a {
	margin-left: 10px;
	display: block;
	transition: all 200ms;
}

.jet-smart-listing__filter-more {
	position: relative;
}

.jet-smart-listing__filter-more>.jet-blog-icon {
	display: block;
}

.jet-smart-listing__filter-hidden-items {
	position: absolute;
	right: 0;
	visibility: hidden;
	opacity: 0;
	top: -999em;
	margin-top: 20px;
	transition: margin 200ms linear, opacity 200ms linear;
	min-width: 150px;
	text-align: right;
	z-index: 999;
	padding: 15px;
	background-color: #fff;
}

.jet-smart-listing__filter-more:hover .jet-smart-listing__filter-hidden-items {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	top: 100%;
}

.jet-smart-listing__filter-hidden-items .jet-smart-listing__filter-item {
	display: block;
}

.jet-smart-listing__filter-hidden-items .jet-smart-listing__filter-item a {
	padding: 0 5px;
}

.jet-smart-listing-wrap.jet-processing {
	opacity: .5;
	position: relative;
}

.jet-smart-listing-wrap.jet-processing:after {
	z-index: 99;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

.jet-smart-listing-wrap.jet-processing+.jet-smart-listing-loading {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	border: .25rem solid rgba(100, 100, 100, .8);
	border-top-color: #111;
	animation: spin 1s infinite linear;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	margin: -18px 0 0 -18px;
}

.jet-smart-listing__arrow {
	position: absolute;
	top: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jet-smart-listing__arrow i {
	display: block;
}

.jet-smart-listing__arrow i:before {
	display: block;
	line-height: 1px;
}

.jet-smart-listing__arrow.jet-arrow-prev {
	left: 0;
}

.jet-smart-listing__arrow.jet-arrow-next {
	left: 40px;
}

.jet-smart-listing__arrow.jet-arrow-next i {
	transform: scale(-1, 1);
}

.jet-smart-listing__arrow.jet-arrow-disabled {
	opacity: .5;
	cursor: default;
	pointer-events: none;
}

.has-post-thumb .jet-smart-listing__terms {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.jet-smart-listing__posts .has-post-thumb .jet-smart-listing__terms {
	max-width: 50%;
	flex: 0 0 50%;
}

.jet-smart-listing__terms-link {
	transition: all 200ms;
	position: relative;
	z-index: 3;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px;
}

.elementor-jet-blog-smart-listing {
	position: relative;
}

.jet-title-fields__item-label, .jet-title-fields__item-value, .jet-title-fields__item-icon, .jet-title-fields__item-image, .jet-content-fields__item-label, .jet-content-fields__item-value, .jet-content-fields__item-icon, .jet-content-fields__item-image {
	display: inline-block;
	vertical-align: middle;
}

.jet-title-fields__item-icon svg, .jet-content-fields__item-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.jet-title-fields__item-image, .jet-content-fields__item-image {
	width: 25px;
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes appear {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes appear {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

:root {
	--jet-blog-tiles-col-width: 320px;
}

.jet-smart-tiles {
	word-wrap: anywhere;
}

.jet-smart-tiles-slide {
	display: none;
}

.jet-smart-tiles-slide:first-child {
	display: block;
}

.jet-smart-tiles-slide__wrap {
	display: grid;
	display: -ms-grid;
	justify-content: stretch;
}

.jet-smart-tiles-slide__wrap.layout-2-1-2 {
	grid-template-columns: 1fr 50% 1fr;
	grid-template-rows: 1fr 1fr;
	-ms-grid-columns: 1fr 50% 1fr;
	-ms-grid-rows: 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(3) {
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 3;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}

.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(3) .jet-smart-tiles__box-excerpt {
	max-height: 20em;
	opacity: 1;
}

.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(4) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(5) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.layout-2-1-2 {
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 1fr !important;
		-ms-grid-rows: 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(2) {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2>div:nth-child(5) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-2-1-2 {
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-h {
	grid-template-columns: 50% 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	-ms-grid-columns: 50% 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(1) {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(1) .jet-smart-tiles__box-excerpt {
	max-height: 20em;
	opacity: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 4;
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(3) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(4) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.layout-1-1-2-h {
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 1fr !important;
		-ms-grid-rows: 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-1-2-h>div:nth-child(4) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-1-1-2-h {
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-v {
	grid-template-columns: 50% 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	-ms-grid-columns: 50% 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(1) {
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 3;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(1) .jet-smart-tiles__box-excerpt {
	max-height: 20em;
	opacity: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(2) {
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 3;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(3) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(4) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.layout-1-1-2-v {
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 1fr !important;
		-ms-grid-rows: 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 4;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(3) {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-1-2-v>div:nth-child(4) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-1-1-2-v {
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.layout-1-2 {
	grid-template-columns: 50% 1fr;
	grid-template-rows: 1fr 1fr;
	-ms-grid-columns: 50% 1fr;
	-ms-grid-rows: 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-1-2>div:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-2>div:nth-child(1) .jet-smart-tiles__box-excerpt {
	max-height: 20em;
	opacity: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-2>div:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.jet-smart-tiles-slide__wrap.layout-1-2>div:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-1-2 {
		grid-template-rows: 1fr 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.layout-1-2-2 {
	grid-template-columns: 50% 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	-ms-grid-columns: 50% 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 3;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
}

.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(1) .jet-smart-tiles__box-excerpt {
	max-height: 20em;
	opacity: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(2) {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(3) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(5) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.layout-1-2-2 {
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 1fr !important;
		-ms-grid-rows: 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(2) {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(3) {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	
	.jet-smart-tiles-slide__wrap.layout-1-2-2>div:nth-child(5) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-1-2-2 {
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.layout-2-3-v {
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}

.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(2) {
	grid-column-start: 4;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 2;
	-ms-grid-column: 4;
	-ms-grid-column-span: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}

.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(3) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
}

.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(4) {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 3;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
}

.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(5) {
	grid-column-start: 5;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: 3;
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.layout-2-3-v {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 1fr;
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 4;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 4;
		grid-row-end: 7;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 3;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(3) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(4) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 5;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-3-v>div:nth-child(5) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 5;
		grid-row-end: 7;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 5;
		-ms-grid-row-span: 2;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-2-3-v {
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.layout-2-x {
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-columns: 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-2-x>div:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-2-x>div:nth-child(2) {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-3-x {
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-columns: 1fr 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-3-x>div:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-3-x>div:nth-child(2) {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-3-x>div:nth-child(3) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-4-x {
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.layout-4-x>div:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-4-x>div:nth-child(2) {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-4-x>div:nth-child(3) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.jet-smart-tiles-slide__wrap.layout-4-x>div:nth-child(4) {
	-ms-grid-column: 4;
	-ms-grid-row: 1;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.layout-4-x {
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-columns: 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.layout-4-x>div:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-4-x>div:nth-child(2) {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	
	.jet-smart-tiles-slide__wrap.layout-4-x>div:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	
	.jet-smart-tiles-slide__wrap.layout-4-x>div:nth-child(4) {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-4-x {
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.rows-1 {
	grid-template-rows: 1fr;
	-ms-grid-rows: 1fr;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.rows-1.layout-4-x {
		grid-template-rows: repeat(2, 1fr);
		-ms-grid-rows: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.rows-1.layout-4-x {
		grid-template-rows: 1fr 1fr 1fr 1fr;
		-ms-grid-rows: 1fr 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.rows-1.layout-3-x {
		grid-template-rows: 1fr 1fr 1fr;
		-ms-grid-rows: 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.rows-1.layout-2-x {
		grid-template-rows: 1fr 1fr;
		-ms-grid-rows: 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.rows-2 {
	grid-template-rows: repeat(2, 1fr);
	-ms-grid-rows: 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-2-x>div:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-2-x>div:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-3-x>div:nth-child(4) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-3-x>div:nth-child(5) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-3-x>div:nth-child(6) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-4-x>div:nth-child(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-4-x>div:nth-child(6) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-4-x>div:nth-child(7) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-2.layout-4-x>div:nth-child(8) {
	-ms-grid-column: 4;
	-ms-grid-row: 2;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.rows-2.layout-4-x {
		grid-template-rows: repeat(4, 1fr);
		-ms-grid-rows: 1fr 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.rows-2.layout-4-x>div:nth-child(5) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	
	.jet-smart-tiles-slide__wrap.rows-2.layout-4-x>div:nth-child(6) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
	
	.jet-smart-tiles-slide__wrap.rows-2.layout-4-x>div:nth-child(7) {
		-ms-grid-column: 1;
		-ms-grid-row: 4;
	}
	
	.jet-smart-tiles-slide__wrap.rows-2.layout-4-x>div:nth-child(8) {
		-ms-grid-column: 2;
		-ms-grid-row: 4;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.rows-2 {
		grid-template-rows: repeat(4, 1fr);
		-ms-grid-rows: 1fr 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.rows-2.layout-3-x {
		grid-template-rows: repeat(6, 1fr);
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.rows-2.layout-4-x {
		grid-template-rows: repeat(8, 1fr);
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

.jet-smart-tiles-slide__wrap.rows-3 {
	grid-template-rows: repeat(3, 1fr);
	-ms-grid-rows: 1fr 1fr 1fr;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-2-x>div:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-2-x>div:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-2-x>div:nth-child(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-2-x>div:nth-child(6) {
	-ms-grid-column: 2;
	-ms-grid-row: 3;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-3-x>div:nth-child(4) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-3-x>div:nth-child(5) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-3-x>div:nth-child(6) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-3-x>div:nth-child(7) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-3-x>div:nth-child(8) {
	-ms-grid-column: 2;
	-ms-grid-row: 3;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-3-x>div:nth-child(9) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(6) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(7) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(8) {
	-ms-grid-column: 4;
	-ms-grid-row: 2;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(9) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(10) {
	-ms-grid-column: 2;
	-ms-grid-row: 3;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(11) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}

.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(12) {
	-ms-grid-column: 4;
	-ms-grid-row: 3;
}

@media (max-width: 1024px) {
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x {
		grid-template-rows: repeat(6, 1fr);
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(5) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(6) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(7) {
		-ms-grid-column: 1;
		-ms-grid-row: 4;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(8) {
		-ms-grid-column: 2;
		-ms-grid-row: 4;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(9) {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(10) {
		-ms-grid-column: 2;
		-ms-grid-row: 5;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(11) {
		-ms-grid-column: 1;
		-ms-grid-row: 6;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x>div:nth-child(12) {
		-ms-grid-column: 2;
		-ms-grid-row: 6;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.rows-3 {
		grid-template-rows: repeat(6, 1fr);
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-3-x {
		grid-template-rows: repeat(9, 1fr);
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	
	.jet-smart-tiles-slide__wrap.rows-3.layout-4-x {
		grid-template-rows: repeat(12, 1fr);
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-2-1-2, .jet-smart-tiles-slide__wrap.layout-1-1-2-h, .jet-smart-tiles-slide__wrap.layout-1-1-2-v, .jet-smart-tiles-slide__wrap.layout-1-2, .jet-smart-tiles-slide__wrap.layout-1-2-2, .jet-smart-tiles-slide__wrap.layout-2-3-v, .jet-smart-tiles-slide__wrap.layout-2-x, .jet-smart-tiles-slide__wrap.layout-3-x, .jet-smart-tiles-slide__wrap.layout-4-x {
		grid-template-columns: 1fr !important;
		-ms-grid-columns: 1fr !important;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2 .jet-smart-tiles:nth-child(1), .jet-smart-tiles-slide__wrap.layout-1-1-2-h .jet-smart-tiles:nth-child(1), .jet-smart-tiles-slide__wrap.layout-1-1-2-v .jet-smart-tiles:nth-child(1), .jet-smart-tiles-slide__wrap.layout-1-2 .jet-smart-tiles:nth-child(1), .jet-smart-tiles-slide__wrap.layout-1-2-2 .jet-smart-tiles:nth-child(1), .jet-smart-tiles-slide__wrap.layout-2-3-v .jet-smart-tiles:nth-child(1), .jet-smart-tiles-slide__wrap.layout-2-x .jet-smart-tiles:nth-child(1), .jet-smart-tiles-slide__wrap.layout-3-x .jet-smart-tiles:nth-child(1), .jet-smart-tiles-slide__wrap.layout-4-x .jet-smart-tiles:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-column: 1/2;
		grid-row: 1/2;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2 .jet-smart-tiles:nth-child(2), .jet-smart-tiles-slide__wrap.layout-1-1-2-h .jet-smart-tiles:nth-child(2), .jet-smart-tiles-slide__wrap.layout-1-1-2-v .jet-smart-tiles:nth-child(2), .jet-smart-tiles-slide__wrap.layout-1-2 .jet-smart-tiles:nth-child(2), .jet-smart-tiles-slide__wrap.layout-1-2-2 .jet-smart-tiles:nth-child(2), .jet-smart-tiles-slide__wrap.layout-2-3-v .jet-smart-tiles:nth-child(2), .jet-smart-tiles-slide__wrap.layout-2-x .jet-smart-tiles:nth-child(2), .jet-smart-tiles-slide__wrap.layout-3-x .jet-smart-tiles:nth-child(2), .jet-smart-tiles-slide__wrap.layout-4-x .jet-smart-tiles:nth-child(2) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-column: 1/2;
		grid-row: 2/3;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2 .jet-smart-tiles:nth-child(3), .jet-smart-tiles-slide__wrap.layout-1-1-2-h .jet-smart-tiles:nth-child(3), .jet-smart-tiles-slide__wrap.layout-1-1-2-v .jet-smart-tiles:nth-child(3), .jet-smart-tiles-slide__wrap.layout-1-2 .jet-smart-tiles:nth-child(3), .jet-smart-tiles-slide__wrap.layout-1-2-2 .jet-smart-tiles:nth-child(3), .jet-smart-tiles-slide__wrap.layout-2-3-v .jet-smart-tiles:nth-child(3), .jet-smart-tiles-slide__wrap.layout-2-x .jet-smart-tiles:nth-child(3), .jet-smart-tiles-slide__wrap.layout-3-x .jet-smart-tiles:nth-child(3), .jet-smart-tiles-slide__wrap.layout-4-x .jet-smart-tiles:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-column: 1/2;
		grid-row: 3/4;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2 .jet-smart-tiles:nth-child(4), .jet-smart-tiles-slide__wrap.layout-1-1-2-h .jet-smart-tiles:nth-child(4), .jet-smart-tiles-slide__wrap.layout-1-1-2-v .jet-smart-tiles:nth-child(4), .jet-smart-tiles-slide__wrap.layout-1-2 .jet-smart-tiles:nth-child(4), .jet-smart-tiles-slide__wrap.layout-1-2-2 .jet-smart-tiles:nth-child(4), .jet-smart-tiles-slide__wrap.layout-2-3-v .jet-smart-tiles:nth-child(4), .jet-smart-tiles-slide__wrap.layout-2-x .jet-smart-tiles:nth-child(4), .jet-smart-tiles-slide__wrap.layout-3-x .jet-smart-tiles:nth-child(4), .jet-smart-tiles-slide__wrap.layout-4-x .jet-smart-tiles:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-column: 1/2;
		grid-row: 4/5;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2 .jet-smart-tiles:nth-child(5), .jet-smart-tiles-slide__wrap.layout-1-1-2-h .jet-smart-tiles:nth-child(5), .jet-smart-tiles-slide__wrap.layout-1-1-2-v .jet-smart-tiles:nth-child(5), .jet-smart-tiles-slide__wrap.layout-1-2 .jet-smart-tiles:nth-child(5), .jet-smart-tiles-slide__wrap.layout-1-2-2 .jet-smart-tiles:nth-child(5), .jet-smart-tiles-slide__wrap.layout-2-3-v .jet-smart-tiles:nth-child(5), .jet-smart-tiles-slide__wrap.layout-2-x .jet-smart-tiles:nth-child(5), .jet-smart-tiles-slide__wrap.layout-3-x .jet-smart-tiles:nth-child(5), .jet-smart-tiles-slide__wrap.layout-4-x .jet-smart-tiles:nth-child(5) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-column: 1/2;
		grid-row: 5/6;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2 .jet-smart-tiles:nth-child(6), .jet-smart-tiles-slide__wrap.layout-1-1-2-h .jet-smart-tiles:nth-child(6), .jet-smart-tiles-slide__wrap.layout-1-1-2-v .jet-smart-tiles:nth-child(6), .jet-smart-tiles-slide__wrap.layout-1-2 .jet-smart-tiles:nth-child(6), .jet-smart-tiles-slide__wrap.layout-1-2-2 .jet-smart-tiles:nth-child(6), .jet-smart-tiles-slide__wrap.layout-2-3-v .jet-smart-tiles:nth-child(6), .jet-smart-tiles-slide__wrap.layout-2-x .jet-smart-tiles:nth-child(6), .jet-smart-tiles-slide__wrap.layout-3-x .jet-smart-tiles:nth-child(6), .jet-smart-tiles-slide__wrap.layout-4-x .jet-smart-tiles:nth-child(6) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-column: 1/2;
		grid-row: 6/7;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.layout-2-1-2.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.layout-1-1-2-h.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.layout-1-1-2-v.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.layout-1-2.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.layout-1-2-2.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.layout-2-3-v.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.layout-2-x.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.layout-3-x.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.layout-4-x.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.rows-1.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.rows-2.scroll-slider-mobile, .jet-smart-tiles-slide__wrap.rows-3.scroll-slider-mobile {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		grid-auto-flow: column;
	}
	
	.jet-smart-tiles-slide__wrap.layout-2-1-2.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.layout-1-1-2-h.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.layout-1-1-2-v.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.layout-1-2.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.layout-1-2-2.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.layout-2-3-v.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.layout-2-x.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.layout-3-x.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.layout-4-x.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.rows-1.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.rows-2.scroll-slider-mobile .jet-smart-tiles, .jet-smart-tiles-slide__wrap.rows-3.scroll-slider-mobile .jet-smart-tiles {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.mobile-rows-1 {
		grid-template-rows: repeat(1, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-1.layout-2-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-1.layout-2-3-v, .jet-smart-tiles-slide__wrap.mobile-rows-1.layout-1-2-2 {
		grid-template-columns: repeat(5, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-1.layout-1-1-2-h, .jet-smart-tiles-slide__wrap.mobile-rows-1.layout-1-1-2-v, .jet-smart-tiles-slide__wrap.mobile-rows-1.layout-2-x.rows-2, .jet-smart-tiles-slide__wrap.mobile-rows-1.layout-4-x.rows-1 {
		grid-template-columns: repeat(4, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-1.layout-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-1.layout-3-x.rows-1 {
		grid-template-columns: repeat(3, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-1.layout-2-x.rows-1 {
		grid-template-columns: repeat(2, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-1.layout-2-x.rows-3, .jet-smart-tiles-slide__wrap.mobile-rows-1.layout-3-x.rows-2 {
		grid-template-columns: repeat(6, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-1.layout-3-x.rows-3 {
		grid-template-columns: repeat(9, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-1.layout-4-x.rows-2 {
		grid-template-columns: repeat(8, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-1.layout-4-x.rows-3 {
		grid-template-columns: repeat(12, var(--jet-blog-tiles-col-width)) !important;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.mobile-rows-2 {
		grid-template-rows: repeat(2, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-2.layout-2-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-2.layout-2-3-v, .jet-smart-tiles-slide__wrap.mobile-rows-2.layout-1-2-2 {
		grid-template-columns: repeat(3, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-2.layout-1-1-2-h, .jet-smart-tiles-slide__wrap.mobile-rows-2.layout-1-1-2-v, .jet-smart-tiles-slide__wrap.mobile-rows-2.layout-2-x.rows-2, .jet-smart-tiles-slide__wrap.mobile-rows-2.layout-4-x.rows-1, .jet-smart-tiles-slide__wrap.mobile-rows-2.layout-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-2.layout-3-x.rows-1 {
		grid-template-columns: repeat(2, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-2.layout-2-x.rows-1 {
		grid-template-columns: repeat(1, var(--jet-blog-tiles-col-width)) !important;
		grid-template-rows: repeat(2, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-2.layout-2-x.rows-3, .jet-smart-tiles-slide__wrap.mobile-rows-2.layout-3-x.rows-2 {
		grid-template-columns: repeat(3, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-2.layout-3-x.rows-3 {
		grid-template-columns: repeat(5, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-2.layout-4-x.rows-2 {
		grid-template-columns: repeat(4, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-2.layout-4-x.rows-3 {
		grid-template-columns: repeat(6, var(--jet-blog-tiles-col-width)) !important;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.mobile-rows-3 {
		grid-template-rows: repeat(3, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-3.layout-2-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-2-3-v, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-1-2-2, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-1-1-2-h, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-1-1-2-v, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-2-x.rows-2, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-4-x.rows-1, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-2-x.rows-3, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-3-x.rows-2 {
		grid-template-columns: repeat(2, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-3.layout-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-3-x.rows-1 {
		grid-template-columns: repeat(1, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-3.layout-2-x.rows-1 {
		grid-template-columns: repeat(1, var(--jet-blog-tiles-col-width)) !important;
		grid-template-rows: repeat(2, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-3.layout-3-x.rows-3, .jet-smart-tiles-slide__wrap.mobile-rows-3.layout-4-x.rows-2 {
		grid-template-columns: repeat(3, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-3.layout-4-x.rows-3 {
		grid-template-columns: repeat(4, var(--jet-blog-tiles-col-width)) !important;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.mobile-rows-4 {
		grid-template-rows: repeat(4, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-4.layout-2-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-2-3-v, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-1-2-2 {
		grid-template-columns: repeat(2, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-4.layout-1-1-2-h, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-1-1-2-v, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-2-x.rows-2, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-4-x.rows-1, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-3-x.rows-1, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-2-x.rows-1 {
		grid-template-columns: repeat(1, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-4.layout-2-x.rows-3, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-3-x.rows-2, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-4-x.rows-2 {
		grid-template-columns: repeat(2, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-4.layout-3-x.rows-3, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-4-x.rows-3 {
		grid-template-columns: repeat(3, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-4.layout-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-4.layout-3-x.rows-1 {
		grid-template-rows: repeat(3, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-4.layout-2-x.rows-1 {
		grid-template-rows: repeat(2, 1fr) !important;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.mobile-rows-5 {
		grid-template-rows: repeat(5, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-5.layout-2-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-2-3-v, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-1-2-2, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-1-1-2-h, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-1-1-2-v, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-2-x.rows-2, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-4-x.rows-1, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-3-x.rows-1, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-2-x.rows-1 {
		grid-template-columns: repeat(1, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-5.layout-1-1-2-h, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-1-1-2-v {
		grid-template-rows: repeat(4, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-5.layout-2-x.rows-3, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-3-x.rows-2, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-3-x.rows-3, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-4-x.rows-2 {
		grid-template-columns: repeat(2, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-5.layout-4-x.rows-3 {
		grid-template-columns: repeat(3, var(--jet-blog-tiles-col-width)) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-5.layout-1-2, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-3-x.rows-1 {
		grid-template-rows: repeat(3, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-5.layout-2-x.rows-1 {
		grid-template-rows: repeat(2, 1fr) !important;
	}
	
	.jet-smart-tiles-slide__wrap.mobile-rows-5.layout-2-x.rows-2, .jet-smart-tiles-slide__wrap.mobile-rows-5.layout-4-x.rows-1 {
		grid-template-rows: repeat(4, 1fr) !important;
	}
}

@media (max-width: 767px) {
	.jet-smart-tiles-slide__wrap.rows-1.layout-2-x {
		grid-template-rows: repeat(1, 1fr) !important;
	}
}

.jet-smart-tiles__meta .has-author-avatar {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.jet-smart-tiles__meta .has-author-avatar img {
	margin-right: inherit !important;
	margin-left: inherit !important;
}

.jet-smart-tiles__meta-icon {
	margin-right: 5px;
}

.jet-smart-tiles__meta-item {
	display: inline-block;
}

.jet-smart-tiles__meta-item:not(:first-child):before {
	content: "";
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.jet-smart-tiles__meta-item .jet-smart-listing__post {
	font-size: .75em;
}

.jet-smart-tiles__box {
	height: 100%;
	background-size: cover;
	position: relative;
	padding: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start;
	overflow: hidden;
	background-position: center;
	transition: all 200ms linear;
}

.jet-smart-tiles__box:before {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	transition: all 200ms linear;
}

.jet-smart-tiles__box-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.jet-smart-tiles__box-content {
	width: 100%;
	position: relative;
	z-index: 1;
	align-self: flex-end;
}

.jet-smart-tiles__box-excerpt {
	transition: all 200ms linear;
	overflow: hidden;
}

@media (min-width: 768px) {
	.jet-hide-excerpt .jet-smart-tiles__box-excerpt {
		max-height: 0;
		opacity: 0;
	}
	
	.jet-hide-excerpt .jet-smart-tiles:hover .jet-smart-tiles__box-excerpt {
		max-height: 10em;
		opacity: 1;
		transition: all 300ms linear;
	}
}

.jet-smart-tiles__terms {
	width: 100%;
}

.jet-smart-tiles__terms-link {
	position: relative;
	z-index: 3;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px;
}

.jet-smart-tiles-wrap .jet-blog-arrow {
	position: absolute;
	top: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.jet-smart-tiles-wrap .jet-blog-arrow:before {
	display: block;
}

.jet-smart-tiles-wrap .jet-blog-arrow.jet-arrow-prev {
	left: 0;
}

.jet-smart-tiles-wrap .jet-blog-arrow.jet-arrow-next {
	left: 40px;
}

.jet-smart-tiles-wrap .jet-blog-arrow.jet-arrow-next:before {
	transform: scale(-1, 1);
}

.jet-smart-tiles-wrap.jet-arrows-on-hover .jet-blog-arrow {
	opacity: 0;
	pointer-events: none;
	transition: all 200ms;
}

.jet-smart-tiles-wrap.jet-arrows-on-hover .jet-blog-arrow.jet-arrow-prev {
	transform: translateX(-5px);
}

.jet-smart-tiles-wrap.jet-arrows-on-hover .jet-blog-arrow.jet-arrow-next {
	transform: translateX(5px);
}

.jet-smart-tiles-wrap.jet-arrows-on-hover:hover .jet-blog-arrow {
	opacity: 1;
	pointer-events: auto;
}

.jet-smart-tiles-wrap.jet-arrows-on-hover:hover .jet-blog-arrow.jet-arrow-prev {
	transform: translateX(0);
}

.jet-smart-tiles-wrap.jet-arrows-on-hover:hover .jet-blog-arrow.jet-arrow-next {
	transform: translateX(0);
}

.elementor-widget-jet-blog-smart-tiles {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.jet-text-ticker {
	display: flex;
	align-items: center;
}

.jet-text-ticker__date {
	white-space: nowrap;
}

.jet-text-ticker__posts {
	display: none;
	margin-right: 80px;
}

.jet-text-ticker__posts.slick-initialized {
	display: block;
}

.jet-text-ticker__posts-wrap {
	flex: 1 1 auto;
	overflow: hidden;
}

.jet-text-ticker__posts .slick-track {
	display: flex;
	align-items: center;
}

.jet-text-ticker__posts .slick-track:before, .jet-text-ticker__posts .slick-track:after {
	content: none;
}

.jet-text-ticker__posts .slick-slide {
	height: auto;
}

.jet-text-ticker__item {
	outline: none;
}

.jet-text-ticker__item-content {
	display: flex;
	align-items: center;
}

.jet-text-ticker__item-typed-wrap {
	overflow: hidden;
	line-height: 1;
}

.jet-use-typing .jet-text-ticker__item-typed {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	line-height: 1.4;
}

.jet-use-typing .jet-text-ticker__item-typed:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	opacity: 0;
}

.jet-use-typing .jet-text-ticker__item-typed.jet-text-typing:after {
	opacity: 1;
}

.jet-multiline-typing .jet-text-ticker__item-typed {
	white-space: normal;
}

.jet-text-ticker__title {
	padding-right: 10px;
	position: relative;
	flex: 1 0 auto;
}

.jet-text-ticker__date {
	padding-right: 10px;
}

.jet-text-ticker__date-icon {
	margin-right: 5px;
}

.jet-text-ticker__post-author {
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	padding-right: 10px;
}

.jet-text-ticker__post-author-icon {
	margin-right: 5px;
}

.jet-text-ticker__post-date {
	padding-right: 10px;
}

.jet-text-ticker__post-date-icon {
	margin-right: 5px;
}

.slick-slide .jet-text-ticker__post-thumb {
	margin: 0;
	margin-right: 10px;
}

.jet-text-ticker .jet-blog-arrow {
	position: absolute;
	top: 15%;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.jet-text-ticker .jet-blog-arrow:before {
	display: block;
}

.jet-text-ticker .jet-blog-arrow.jet-arrow-prev {
	right: -40px;
}

.jet-text-ticker .jet-blog-arrow.jet-arrow-next {
	right: -80px;
}

.jet-text-ticker .jet-blog-arrow.jet-arrow-next:before {
	transform: scale(-1, 1);
}

@keyframes typing {
	from {
		width: 0;
	}
	
	to {
		width: 100%;
	}
}

@keyframes blink-caret {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.jet-blog-playlist {
	display: flex;
	overflow: hidden;
}

@media (max-width: 767px) {
	.jet-blog-playlist {
		flex-wrap: wrap;
		height: auto !important;
	}
}

.jet-blog-playlist * {
	box-sizing: border-box;
}

.jet-blog-playlist.jet-tumbs-vertical {
	flex-direction: row;
	align-items: stretch;
}

.jet-blog-playlist.jet-tumbs-horizontal {
	flex-direction: column;
}

@media (max-width: 767px) {
	.jet-blog-playlist.jet-tumbs-horizontal {
		flex-direction: row;
	}
}

.jet-tumbs-vertical .jet-blog-playlist__canvas {
	flex: 1 1 auto;
}

@media (max-width: 767px) {
	.jet-blog-playlist__canvas {
		display: none;
	}
	
	.jet-blog-playlist__canvas.jet-blog-canvas-active {
		display: block;
		width: calc(100% - 20px);
		height: auto !important;
		position: fixed;
		z-index: 999;
		margin: 0 auto;
		top: 20%;
		left: 10px;
	}
	
	.jet-blog-playlist__canvas.jet-blog-canvas-active .jet-blog-playlist__canvas-overlay {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .8);
		z-index: 998;
	}
	
	.jet-blog-playlist__canvas.jet-blog-canvas-active .jet-blog-playlist__embed-wrap.jet-blog-active {
		z-index: 1000;
	}
}

.jet-blog-playlist__embed-wrap {
	display: none;
}

.jet-blog-playlist__embed-wrap.jet-blog-active {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
}

.jet-blog-playlist__embed-wrap.jet-blog-active iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.jet-blog-playlist__embed-wrap {
		padding-bottom: 56.25% !important;
	}
}

.jet-blog-playlist__heading {
	display: flex;
	padding: 20px;
	flex: 0 0 auto;
}

.jet-tumbs-vertical .jet-blog-playlist__heading {
	flex-direction: row;
	align-items: center;
}

.jet-tumbs-horizontal .jet-blog-playlist__heading {
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.jet-tumbs-horizontal .jet-blog-playlist__heading {
		width: 100% !important;
		flex: 1 1 100%;
	}
}

.jet-tumbs-vertical .jet-blog-playlist__heading-icon {
	padding-right: 15px;
}

.jet-blog-playlist__counter {
	font-size: 12px;
}

.jet-blog-playlist__items {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}

@media (max-width: 767px) {
	.jet-blog-playlist__items {
		width: 100% !important;
	}
}

.jet-tumbs-v-pos-left.jet-tumbs-vertical .jet-blog-playlist__items {
	order: -1;
}

.jet-tumbs-horizontal .jet-blog-playlist__items {
	width: 100%;
	flex-direction: row;
}

@media (max-width: 767px) {
	.jet-tumbs-horizontal .jet-blog-playlist__items {
		flex-wrap: wrap;
	}
}

.jet-tumbs-h-pos-top.jet-tumbs-horizontal .jet-blog-playlist__items {
	order: -1;
}

.jet-blog-playlist__items-list {
	flex: 0 1 auto;
	overflow: auto;
	backface-visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.jet-tumbs-vertical.jet-scroll-on-hover .jet-blog-playlist__items-list {
		visibility: hidden;
	}
	
	.jet-tumbs-vertical.jet-scroll-on-hover .jet-blog-playlist__items-list-content, .jet-tumbs-vertical.jet-scroll-on-hover .jet-blog-playlist__items-list:hover {
		visibility: visible;
	}
	
	.jet-tumbs-vertical.jet-scroll-on-hover .jet-blog-playlist__items-list:hover::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	
	.jet-tumbs-vertical.jet-scroll-on-hover .jet-blog-playlist__items-list:hover .jet-blog-playlist__items-list-content {
		margin-right: -5px;
	}
}

.jet-tumbs-vertical.jet-scroll-regular .jet-blog-playlist__items-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.jet-tumbs-horizontal .jet-blog-playlist__items-list::-webkit-scrollbar {
		width: 5px;
		height: 7px;
	}
}

.jet-tumbs-horizontal .jet-blog-playlist__items-list-content {
	display: flex;
}

.jet-blog-playlist__item {
	display: flex;
	padding: 10px;
	cursor: pointer;
}

.jet-tumbs-vertical .jet-blog-playlist__item {
	flex-direction: row;
}

.jet-tumbs-horizontal .jet-blog-playlist__item {
	flex-direction: column;
	position: relative;
}

.jet-tumbs-vertical .jet-blog-playlist__item-thumb {
	margin-right: 10px;
	width: 25%;
	flex: 0 0 25%;
}

@media (max-width: 767px) {
	.jet-tumbs-vertical .jet-blog-playlist__item-thumb {
		max-width: 100px;
	}
}

.jet-tumbs-horizontal .jet-blog-playlist__item-thumb {
	width: 100%;
	margin-bottom: 10px;
}

.jet-tumbs-horizontal .jet-blog-playlist__item-thumb img {
	width: 100%;
	height: auto;
}

.jet-blog-playlist__item-index {
	align-self: center;
	text-align: center;
	margin-right: 5px;
	flex: 0 0 auto;
	color: #fff;
}

.jet-tumbs-horizontal .jet-blog-playlist__item-index {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	margin-top: 15px;
	margin-left: 15px;
}

.jet-blog-playlist__item-index .jet-status-playing, .jet-blog-playlist__item-index .jet-status-paused {
	display: none;
	font-size: 10px;
}

.jet-blog-playlist__item-index.jet-is-playing .jet-status-playing {
	display: block;
}

.jet-blog-playlist__item-index.jet-is-paused .jet-status-paused {
	display: block;
}

.jet-is-paused .jet-blog-playlist__item-index-num, .jet-is-playing .jet-blog-playlist__item-index-num {
	display: none;
}

.jet-blog-playlist__item-title {
	font-size: 14px;
	line-height: 18px;
}

.jet-blog-playlist__item-duration {
	font-size: 12px;
	line-height: 16px;
}

.jet-blog-playlist__item-index {
	font-size: 12px;
}

.jet-blog-playlist__item-date {
	font-size: 12px;
	line-height: 16px;
}

.jet-blog-playlist ::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.jet-blog-playlist ::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

.jet-blog-playlist ::-webkit-scrollbar-thumb {
	background-color: #e1e1e1;
	border: 0px none #fff;
	border-radius: 0;
}

.jet-blog-playlist ::-webkit-scrollbar-track {
	border: 0px none #fff;
	border-radius: 0;
}

.jet-blog-playlist ::-webkit-scrollbar-corner {
	background: rgba(0, 0, 0, 0);
}

.elementor-jet-blog-posts-pagination .navigation.pagination .nav-links {
	display: flex;
	align-items: center;
}

.elementor-jet-blog-posts-pagination .navigation.pagination .nav-links .page-numbers {
	display: block;
	text-align: center;
}

.elementor-jet-blog-posts-pagination .navigation.pagination .nav-links .page-numbers.next, .elementor-jet-blog-posts-pagination .navigation.pagination .nav-links .page-numbers.prev {
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-jet-blog-posts-pagination .jet-blog-arrow {
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.elementor-jet-blog-posts-pagination .jet-blog-arrow:before {
	display: block;
}

.elementor-jet-blog-posts-pagination .jet-blog-arrow.jet-arrow-next:before {
	transform: scale(-1, 1);
}

.rtl .elementor-jet-blog-posts-pagination .jet-blog-arrow.jet-arrow-next:before {
	transform: scale(1, 1);
}

.rtl .elementor-jet-blog-posts-pagination .jet-blog-arrow.jet-arrow-prev:before {
	transform: scale(-1, 1);
}

.elementor-jet-blog-posts-navigation .nav-links {
	display: flex;
	align-items: center;
}

.elementor-jet-blog-posts-navigation .nav-links:before {
	content: "";
	order: 1;
}

.elementor-jet-blog-posts-navigation .nav-links .nav-previous, .elementor-jet-blog-posts-navigation .nav-links .nav-next {
	width: auto;
}

.elementor-jet-blog-posts-navigation .nav-links .nav-previous a, .elementor-jet-blog-posts-navigation .nav-links .nav-next a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-jet-blog-posts-navigation .nav-links .nav-next {
	order: 2;
}

.elementor-jet-blog-posts-navigation .nav-links .nav-previous {
	order: 0;
}

.elementor-jet-blog-posts-navigation .nav-links .jet-blog-arrow {
	position: static;
}

.elementor-jet-blog-posts-navigation .jet-blog-arrow {
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.elementor-jet-blog-posts-navigation .jet-blog-arrow:before {
	display: block;
}

.elementor-jet-blog-posts-navigation .jet-blog-arrow.jet-arrow-next:before {
	transform: scale(-1, 1);
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rtl .slick-slider {
	position: relative;
	display: block;
}

.slick-list, .slick-slider {
	position: relative;
	display: block;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rtl .slick-slider .slick-list, .rtl .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track, .slick-loading .slick-slide {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
	margin: auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
	display: none;
}

.elementor-slick-slider .slick-loading .slick-slide {
	visibility: hidden;
}

.elementor-slick-slider .slick-loading .slick-list {
	background: #fff;
}

.elementor-slick-slider .slick-loading .slick-list:after {
	content: "";
	font-family: eicons;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	font-size: 25px;
	color: #a4afb7;
}

.elementor-slick-slider .slick-next, .elementor-slick-slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0);
}

.elementor-slick-slider .slick-next:hover, .elementor-slick-slider .slick-next:focus, .elementor-slick-slider .slick-prev:hover, .elementor-slick-slider .slick-prev:focus {
	color: rgba(0, 0, 0, 0);
	outline: none;
	background: rgba(0, 0, 0, 0);
}

.elementor-slick-slider .slick-next:hover:before, .elementor-slick-slider .slick-next:focus:before, .elementor-slick-slider .slick-prev:hover:before, .elementor-slick-slider .slick-prev:focus:before {
	opacity: 1;
}

.elementor-slick-slider .slick-next.slick-disabled:before, .elementor-slick-slider .slick-prev.slick-disabled:before {
	opacity: .25;
}

.elementor-slick-slider .slick-next:before, .elementor-slick-slider .slick-prev:before {
	font-family: eicons;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.elementor-slick-slider .slick-prev {
	left: -25px;
}

.elementor-slick-slider .slick-prev:before {
	content: "";
}

.elementor-slick-slider .slick-next {
	right: -25px;
}

.elementor-slick-slider .slick-next:before {
	content: "";
}

.elementor-slick-slider .slick-dotted {
	margin-bottom: 30px;
}

.elementor-slick-slider ul.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.elementor-slick-slider ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.elementor-slick-slider ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	background: rgba(0, 0, 0, 0);
}

.elementor-slick-slider ul.slick-dots li button:focus, .elementor-slick-slider ul.slick-dots li button:hover {
	outline: none;
}

.elementor-slick-slider ul.slick-dots li button:focus:before, .elementor-slick-slider ul.slick-dots li button:hover:before {
	opacity: 1;
}

.elementor-slick-slider ul.slick-dots li button:before {
	font-family: eicons;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
	left: 0;
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
	right: 0;
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
	bottom: 5px;
}

.elementor-slick-slider .slick-dots-inside.slick-dotted {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.jet-blog-hidden-mobile {
		display: none !important;
	}
}

@media (min-width: 768px)and (max-width: 1024px) {
	.jet-blog-hidden-tablet {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.jet-blog-hidden-desktop {
		display: none !important;
	}
}

.jet-blog-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
}

.jet-blog-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
