.jet-smart-listing {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-left: -10px;

  margin-right: -10px;

  margin-bottom: 40px;

}

.jet-smart-listing-con {

  position: relative;

  word-con: anywhere;

}

.jet-smart-listing__featured {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  margin: 10px;

  position: relative;

  overflow: hidden;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

  opacity: 0;

  -webkit-animation: appear 400ms forwards;

  animation: appear 400ms forwards;

}

.jet-smart-listing__featured.featured-layout-boxed {

  -webkit-background-size: cover;

  background-size: cover;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

}

.jet-smart-listing__featured.featured-position-top {

  width: 100%;

  max-width: 100%;

}

.jet-smart-listing__featured.featured-img-left {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

}

@media (max-width: 1024px) {

  .jet-smart-listing__featured.featured-img-left {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

  }

}

.jet-smart-listing__featured.featured-img-right {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;

}

@media (max-width: 1024px) {

  .jet-smart-listing__featured.featured-img-right {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

  }

}

.jet-smart-listing__featured-box-link {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  height: 100%;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  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-contentent {

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

}

.featured-img-left.has-post-thumb .jet-smart-listing__featured-contentent {

  margin-left: 20px;

}

.featured-img-right.has-post-thumb .jet-smart-listing__featured-contentent {

  margin-right: 20px;

}

.featured-img-top.has-post-thumb .jet-smart-listing__featured-contentent {

  margin-top: 20px;

}

.jet-smart-listing.has-featured-position-left,

.jet-smart-listing.has-featured-position-right {

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;

}

@media (max-width: 1024px) {

  .jet-smart-listing.has-featured-position-left,

  .jet-smart-listing.has-featured-position-right {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

  }

}

.jet-smart-listing.has-featured-position-right {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;

}

.elementor .betriot-widget-jet-blog-smart-listing .jet-smart-listing__more {

  -webkit-transition: all 200ms;

  -o-transition: all 200ms;

  transition: all 200ms;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.elementor .betriot-widget-jet-blog-smart-listing .jet-smart-listing__more-con {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.elementor

  .betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__more-icon {

  margin-left: 5px;

  text-decoration: none;

}

.elementor

  .betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__more-text {

  display: inline-block;

  -webkit-box-ordinal-group: 1;

  -ms-flex-order: 0;

  order: 0;

}

.jet-smart-listing__posts {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-left: 10px;

  margin-right: 10px;

  -ms-flex-item-align: start;

  align-self: flex-start;

}

.has-featured-position-top .jet-smart-listing__posts,

.no-featured .jet-smart-listing__posts {

  max-width: 100%;

  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;

}

@media (max-width: 1024px) {

  .jet-smart-listing__posts {

    max-width: 100% !important;

    -ms-flex-preferred-size: 100% !important;

    flex-basis: 100% !important;

  }

}

.jet-smart-listing__post {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-line-pack: start;

  align-contentent: flex-start;

  margin-top: 10px;

  margin-bottom: 10px;

  position: relative;

  -webkit-animation: appear 400ms forwards;

  animation: appear 400ms forwards;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

  opacity: 0;

}

.jet-smart-listing__post.has-thumb-postion-right {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;

}

.jet-smart-listing__post.has-thumb-postion-top {

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}

.jet-smart-listing__post-thumbnail {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  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 {

  -webkit-box-flex: 1;

  -ms-flex: 1 0 100%;

  flex: 1 0 100%;

  width: 100%;

  max-width: 100%;

}

.featured-img-left .jet-smart-listing__post-thumbnail {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 50%;

  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-contentent {

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

}

.has-thumb-postion-top.has-post-thumb .jet-smart-listing__post-contentent {

  margin-top: 20px;

}

.has-thumb-postion-left.has-post-thumb .jet-smart-listing__post-contentent {

  margin-left: 20px;

}

.has-thumb-postion-right.has-post-thumb .jet-smart-listing__post-contentent {

  margin-right: 20px;

}

.columns-1 .jet-smart-listing__post-conper:nth-child(1) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.columns-1 .jet-smart-listing__post-conper:nth-child(2) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.columns-1 .jet-smart-listing__post-conper:nth-child(3) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.columns-1 .jet-smart-listing__post-conper:nth-child(4) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.columns-1 .jet-smart-listing__post-conper:nth-child(5) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.columns-1 .jet-smart-listing__post-conper:nth-child(6) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.columns-1 .jet-smart-listing__post-conper:nth-child(7) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.columns-1 .jet-smart-listing__post-conper:nth-child(8) {

  -webkit-animation-delay: 800ms;

  animation-delay: 800ms;

}

.columns-2 .jet-smart-listing__post-conper:nth-child(1),

.columns-2 .jet-smart-listing__post-conper:nth-child(2) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.columns-2 .jet-smart-listing__post-conper:nth-child(3),

.columns-2 .jet-smart-listing__post-conper:nth-child(4) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.columns-2 .jet-smart-listing__post-conper:nth-child(5),

.columns-2 .jet-smart-listing__post-conper:nth-child(6) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.columns-2 .jet-smart-listing__post-conper:nth-child(7),

.columns-2 .jet-smart-listing__post-conper:nth-child(8) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.columns-2 .jet-smart-listing__post-conper:nth-child(9),

.columns-2 .jet-smart-listing__post-conper:nth-child(10) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.columns-2 .jet-smart-listing__post-conper:nth-child(11),

.columns-2 .jet-smart-listing__post-conper:nth-child(12) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.columns-2 .jet-smart-listing__post-conper:nth-child(13),

.columns-2 .jet-smart-listing__post-conper:nth-child(14) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.columns-2 .jet-smart-listing__post-conper:nth-child(15),

.columns-2 .jet-smart-listing__post-conper:nth-child(16) {

  -webkit-animation-delay: 800ms;

  animation-delay: 800ms;

}

.columns-3 .jet-smart-listing__post-conper:nth-child(1),

.columns-3 .jet-smart-listing__post-conper:nth-child(2),

.columns-3 .jet-smart-listing__post-conper:nth-child(3) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.columns-3 .jet-smart-listing__post-conper:nth-child(4),

.columns-3 .jet-smart-listing__post-conper:nth-child(5),

.columns-3 .jet-smart-listing__post-conper:nth-child(6) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.columns-3 .jet-smart-listing__post-conper:nth-child(7),

.columns-3 .jet-smart-listing__post-conper:nth-child(8),

.columns-3 .jet-smart-listing__post-conper:nth-child(9) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.columns-3 .jet-smart-listing__post-conper:nth-child(10),

.columns-3 .jet-smart-listing__post-conper:nth-child(11),

.columns-3 .jet-smart-listing__post-conper:nth-child(12) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.columns-3 .jet-smart-listing__post-conper:nth-child(13),

.columns-3 .jet-smart-listing__post-conper:nth-child(14),

.columns-3 .jet-smart-listing__post-conper:nth-child(15) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.columns-3 .jet-smart-listing__post-conper:nth-child(16),

.columns-3 .jet-smart-listing__post-conper:nth-child(17),

.columns-3 .jet-smart-listing__post-conper:nth-child(18) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.columns-3 .jet-smart-listing__post-conper:nth-child(19),

.columns-3 .jet-smart-listing__post-conper:nth-child(20),

.columns-3 .jet-smart-listing__post-conper:nth-child(21) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.columns-3 .jet-smart-listing__post-conper:nth-child(22),

.columns-3 .jet-smart-listing__post-conper:nth-child(23),

.columns-3 .jet-smart-listing__post-conper:nth-child(24) {

  -webkit-animation-delay: 800ms;

  animation-delay: 800ms;

}

.columns-4 .jet-smart-listing__post-conper:nth-child(1),

.columns-4 .jet-smart-listing__post-conper:nth-child(2),

.columns-4 .jet-smart-listing__post-conper:nth-child(3),

.columns-4 .jet-smart-listing__post-conper:nth-child(4) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.columns-4 .jet-smart-listing__post-conper:nth-child(5),

.columns-4 .jet-smart-listing__post-conper:nth-child(6),

.columns-4 .jet-smart-listing__post-conper:nth-child(7),

.columns-4 .jet-smart-listing__post-conper:nth-child(8) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.columns-4 .jet-smart-listing__post-conper:nth-child(9),

.columns-4 .jet-smart-listing__post-conper:nth-child(10),

.columns-4 .jet-smart-listing__post-conper:nth-child(11),

.columns-4 .jet-smart-listing__post-conper:nth-child(12) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.columns-4 .jet-smart-listing__post-conper:nth-child(13),

.columns-4 .jet-smart-listing__post-conper:nth-child(14),

.columns-4 .jet-smart-listing__post-conper:nth-child(15),

.columns-4 .jet-smart-listing__post-conper:nth-child(16) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.columns-4 .jet-smart-listing__post-conper:nth-child(17),

.columns-4 .jet-smart-listing__post-conper:nth-child(18),

.columns-4 .jet-smart-listing__post-conper:nth-child(19),

.columns-4 .jet-smart-listing__post-conper:nth-child(20) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.columns-4 .jet-smart-listing__post-conper:nth-child(21),

.columns-4 .jet-smart-listing__post-conper:nth-child(22),

.columns-4 .jet-smart-listing__post-conper:nth-child(23),

.columns-4 .jet-smart-listing__post-conper:nth-child(24) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.columns-4 .jet-smart-listing__post-conper:nth-child(25),

.columns-4 .jet-smart-listing__post-conper:nth-child(26),

.columns-4 .jet-smart-listing__post-conper:nth-child(27),

.columns-4 .jet-smart-listing__post-conper:nth-child(28) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.columns-4 .jet-smart-listing__post-conper:nth-child(29),

.columns-4 .jet-smart-listing__post-conper:nth-child(30),

.columns-4 .jet-smart-listing__post-conper:nth-child(31),

.columns-4 .jet-smart-listing__post-conper:nth-child(32) {

  -webkit-animation-delay: 800ms;

  animation-delay: 800ms;

}

.columns-5 .jet-smart-listing__post-conper:nth-child(1),

.columns-5 .jet-smart-listing__post-conper:nth-child(2),

.columns-5 .jet-smart-listing__post-conper:nth-child(3),

.columns-5 .jet-smart-listing__post-conper:nth-child(4),

.columns-5 .jet-smart-listing__post-conper:nth-child(5) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.columns-5 .jet-smart-listing__post-conper:nth-child(6),

.columns-5 .jet-smart-listing__post-conper:nth-child(7),

.columns-5 .jet-smart-listing__post-conper:nth-child(8),

.columns-5 .jet-smart-listing__post-conper:nth-child(9),

.columns-5 .jet-smart-listing__post-conper:nth-child(10) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.columns-5 .jet-smart-listing__post-conper:nth-child(11),

.columns-5 .jet-smart-listing__post-conper:nth-child(12),

.columns-5 .jet-smart-listing__post-conper:nth-child(13),

.columns-5 .jet-smart-listing__post-conper:nth-child(14),

.columns-5 .jet-smart-listing__post-conper:nth-child(15) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.columns-5 .jet-smart-listing__post-conper:nth-child(16),

.columns-5 .jet-smart-listing__post-conper:nth-child(17),

.columns-5 .jet-smart-listing__post-conper:nth-child(18),

.columns-5 .jet-smart-listing__post-conper:nth-child(19),

.columns-5 .jet-smart-listing__post-conper:nth-child(20) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.columns-5 .jet-smart-listing__post-conper:nth-child(21),

.columns-5 .jet-smart-listing__post-conper:nth-child(22),

.columns-5 .jet-smart-listing__post-conper:nth-child(23),

.columns-5 .jet-smart-listing__post-conper:nth-child(24),

.columns-5 .jet-smart-listing__post-conper:nth-child(25) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.columns-5 .jet-smart-listing__post-conper:nth-child(26),

.columns-5 .jet-smart-listing__post-conper:nth-child(27),

.columns-5 .jet-smart-listing__post-conper:nth-child(28),

.columns-5 .jet-smart-listing__post-conper:nth-child(29),

.columns-5 .jet-smart-listing__post-conper:nth-child(30) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.columns-5 .jet-smart-listing__post-conper:nth-child(31),

.columns-5 .jet-smart-listing__post-conper:nth-child(32),

.columns-5 .jet-smart-listing__post-conper:nth-child(33),

.columns-5 .jet-smart-listing__post-conper:nth-child(34),

.columns-5 .jet-smart-listing__post-conper:nth-child(35) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.columns-5 .jet-smart-listing__post-conper:nth-child(36),

.columns-5 .jet-smart-listing__post-conper:nth-child(37),

.columns-5 .jet-smart-listing__post-conper:nth-child(38),

.columns-5 .jet-smart-listing__post-conper:nth-child(39),

.columns-5 .jet-smart-listing__post-conper:nth-child(40) {

  -webkit-animation-delay: 800ms;

  animation-delay: 800ms;

}

.columns-6 .jet-smart-listing__post-conper:nth-child(1),

.columns-6 .jet-smart-listing__post-conper:nth-child(2),

.columns-6 .jet-smart-listing__post-conper:nth-child(3),

.columns-6 .jet-smart-listing__post-conper:nth-child(4),

.columns-6 .jet-smart-listing__post-conper:nth-child(5),

.columns-6 .jet-smart-listing__post-conper:nth-child(6) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.columns-6 .jet-smart-listing__post-conper:nth-child(7),

.columns-6 .jet-smart-listing__post-conper:nth-child(8),

.columns-6 .jet-smart-listing__post-conper:nth-child(9),

.columns-6 .jet-smart-listing__post-conper:nth-child(10),

.columns-6 .jet-smart-listing__post-conper:nth-child(11),

.columns-6 .jet-smart-listing__post-conper:nth-child(12) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.columns-6 .jet-smart-listing__post-conper:nth-child(13),

.columns-6 .jet-smart-listing__post-conper:nth-child(14),

.columns-6 .jet-smart-listing__post-conper:nth-child(15),

.columns-6 .jet-smart-listing__post-conper:nth-child(16),

.columns-6 .jet-smart-listing__post-conper:nth-child(17),

.columns-6 .jet-smart-listing__post-conper:nth-child(18) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.columns-6 .jet-smart-listing__post-conper:nth-child(19),

.columns-6 .jet-smart-listing__post-conper:nth-child(20),

.columns-6 .jet-smart-listing__post-conper:nth-child(21),

.columns-6 .jet-smart-listing__post-conper:nth-child(22),

.columns-6 .jet-smart-listing__post-conper:nth-child(23),

.columns-6 .jet-smart-listing__post-conper:nth-child(24) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.columns-6 .jet-smart-listing__post-conper:nth-child(25),

.columns-6 .jet-smart-listing__post-conper:nth-child(26),

.columns-6 .jet-smart-listing__post-conper:nth-child(27),

.columns-6 .jet-smart-listing__post-conper:nth-child(28),

.columns-6 .jet-smart-listing__post-conper:nth-child(29),

.columns-6 .jet-smart-listing__post-conper:nth-child(30) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.columns-6 .jet-smart-listing__post-conper:nth-child(31),

.columns-6 .jet-smart-listing__post-conper:nth-child(32),

.columns-6 .jet-smart-listing__post-conper:nth-child(33),

.columns-6 .jet-smart-listing__post-conper:nth-child(34),

.columns-6 .jet-smart-listing__post-conper:nth-child(35),

.columns-6 .jet-smart-listing__post-conper:nth-child(36) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.columns-6 .jet-smart-listing__post-conper:nth-child(37),

.columns-6 .jet-smart-listing__post-conper:nth-child(38),

.columns-6 .jet-smart-listing__post-conper:nth-child(39),

.columns-6 .jet-smart-listing__post-conper:nth-child(40),

.columns-6 .jet-smart-listing__post-conper:nth-child(41),

.columns-6 .jet-smart-listing__post-conper:nth-child(42) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.columns-6 .jet-smart-listing__post-conper:nth-child(43),

.columns-6 .jet-smart-listing__post-conper:nth-child(44),

.columns-6 .jet-smart-listing__post-conper:nth-child(45),

.columns-6 .jet-smart-listing__post-conper:nth-child(46),

.columns-6 .jet-smart-listing__post-conper:nth-child(47),

.columns-6 .jet-smart-listing__post-conper:nth-child(48) {

  -webkit-animation-delay: 800ms;

  animation-delay: 800ms;

}

.columns-7 .jet-smart-listing__post-conper:nth-child(1),

.columns-7 .jet-smart-listing__post-conper:nth-child(2),

.columns-7 .jet-smart-listing__post-conper:nth-child(3),

.columns-7 .jet-smart-listing__post-conper:nth-child(4),

.columns-7 .jet-smart-listing__post-conper:nth-child(5),

.columns-7 .jet-smart-listing__post-conper:nth-child(6),

.columns-7 .jet-smart-listing__post-conper:nth-child(7) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.columns-7 .jet-smart-listing__post-conper:nth-child(8),

.columns-7 .jet-smart-listing__post-conper:nth-child(9),

.columns-7 .jet-smart-listing__post-conper:nth-child(10),

.columns-7 .jet-smart-listing__post-conper:nth-child(11),

.columns-7 .jet-smart-listing__post-conper:nth-child(12),

.columns-7 .jet-smart-listing__post-conper:nth-child(13),

.columns-7 .jet-smart-listing__post-conper:nth-child(14) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.columns-7 .jet-smart-listing__post-conper:nth-child(15),

.columns-7 .jet-smart-listing__post-conper:nth-child(16),

.columns-7 .jet-smart-listing__post-conper:nth-child(17),

.columns-7 .jet-smart-listing__post-conper:nth-child(18),

.columns-7 .jet-smart-listing__post-conper:nth-child(19),

.columns-7 .jet-smart-listing__post-conper:nth-child(20),

.columns-7 .jet-smart-listing__post-conper:nth-child(21) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.columns-7 .jet-smart-listing__post-conper:nth-child(22),

.columns-7 .jet-smart-listing__post-conper:nth-child(23),

.columns-7 .jet-smart-listing__post-conper:nth-child(24),

.columns-7 .jet-smart-listing__post-conper:nth-child(25),

.columns-7 .jet-smart-listing__post-conper:nth-child(26),

.columns-7 .jet-smart-listing__post-conper:nth-child(27),

.columns-7 .jet-smart-listing__post-conper:nth-child(28) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.columns-7 .jet-smart-listing__post-conper:nth-child(29),

.columns-7 .jet-smart-listing__post-conper:nth-child(30),

.columns-7 .jet-smart-listing__post-conper:nth-child(31),

.columns-7 .jet-smart-listing__post-conper:nth-child(32),

.columns-7 .jet-smart-listing__post-conper:nth-child(33),

.columns-7 .jet-smart-listing__post-conper:nth-child(34),

.columns-7 .jet-smart-listing__post-conper:nth-child(35) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.columns-7 .jet-smart-listing__post-conper:nth-child(36),

.columns-7 .jet-smart-listing__post-conper:nth-child(37),

.columns-7 .jet-smart-listing__post-conper:nth-child(38),

.columns-7 .jet-smart-listing__post-conper:nth-child(39),

.columns-7 .jet-smart-listing__post-conper:nth-child(40),

.columns-7 .jet-smart-listing__post-conper:nth-child(41),

.columns-7 .jet-smart-listing__post-conper:nth-child(42) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.columns-7 .jet-smart-listing__post-conper:nth-child(43),

.columns-7 .jet-smart-listing__post-conper:nth-child(44),

.columns-7 .jet-smart-listing__post-conper:nth-child(45),

.columns-7 .jet-smart-listing__post-conper:nth-child(46),

.columns-7 .jet-smart-listing__post-conper:nth-child(47),

.columns-7 .jet-smart-listing__post-conper:nth-child(48),

.columns-7 .jet-smart-listing__post-conper:nth-child(49) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.columns-7 .jet-smart-listing__post-conper:nth-child(50),

.columns-7 .jet-smart-listing__post-conper:nth-child(51),

.columns-7 .jet-smart-listing__post-conper:nth-child(52),

.columns-7 .jet-smart-listing__post-conper:nth-child(53),

.columns-7 .jet-smart-listing__post-conper:nth-child(54),

.columns-7 .jet-smart-listing__post-conper:nth-child(55),

.columns-7 .jet-smart-listing__post-conper:nth-child(56) {

  -webkit-animation-delay: 800ms;

  animation-delay: 800ms;

}

.columns-8 .jet-smart-listing__post-conper:nth-child(1),

.columns-8 .jet-smart-listing__post-conper:nth-child(2),

.columns-8 .jet-smart-listing__post-conper:nth-child(3),

.columns-8 .jet-smart-listing__post-conper:nth-child(4),

.columns-8 .jet-smart-listing__post-conper:nth-child(5),

.columns-8 .jet-smart-listing__post-conper:nth-child(6),

.columns-8 .jet-smart-listing__post-conper:nth-child(7),

.columns-8 .jet-smart-listing__post-conper:nth-child(8) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.columns-8 .jet-smart-listing__post-conper:nth-child(9),

.columns-8 .jet-smart-listing__post-conper:nth-child(10),

.columns-8 .jet-smart-listing__post-conper:nth-child(11),

.columns-8 .jet-smart-listing__post-conper:nth-child(12),

.columns-8 .jet-smart-listing__post-conper:nth-child(13),

.columns-8 .jet-smart-listing__post-conper:nth-child(14),

.columns-8 .jet-smart-listing__post-conper:nth-child(15),

.columns-8 .jet-smart-listing__post-conper:nth-child(16) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.columns-8 .jet-smart-listing__post-conper:nth-child(17),

.columns-8 .jet-smart-listing__post-conper:nth-child(18),

.columns-8 .jet-smart-listing__post-conper:nth-child(19),

.columns-8 .jet-smart-listing__post-conper:nth-child(20),

.columns-8 .jet-smart-listing__post-conper:nth-child(21),

.columns-8 .jet-smart-listing__post-conper:nth-child(22),

.columns-8 .jet-smart-listing__post-conper:nth-child(23),

.columns-8 .jet-smart-listing__post-conper:nth-child(24) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.columns-8 .jet-smart-listing__post-conper:nth-child(25),

.columns-8 .jet-smart-listing__post-conper:nth-child(26),

.columns-8 .jet-smart-listing__post-conper:nth-child(27),

.columns-8 .jet-smart-listing__post-conper:nth-child(28),

.columns-8 .jet-smart-listing__post-conper:nth-child(29),

.columns-8 .jet-smart-listing__post-conper:nth-child(30),

.columns-8 .jet-smart-listing__post-conper:nth-child(31),

.columns-8 .jet-smart-listing__post-conper:nth-child(32) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.columns-8 .jet-smart-listing__post-conper:nth-child(33),

.columns-8 .jet-smart-listing__post-conper:nth-child(34),

.columns-8 .jet-smart-listing__post-conper:nth-child(35),

.columns-8 .jet-smart-listing__post-conper:nth-child(36),

.columns-8 .jet-smart-listing__post-conper:nth-child(37),

.columns-8 .jet-smart-listing__post-conper:nth-child(38),

.columns-8 .jet-smart-listing__post-conper:nth-child(39),

.columns-8 .jet-smart-listing__post-conper:nth-child(40) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.columns-8 .jet-smart-listing__post-conper:nth-child(41),

.columns-8 .jet-smart-listing__post-conper:nth-child(42),

.columns-8 .jet-smart-listing__post-conper:nth-child(43),

.columns-8 .jet-smart-listing__post-conper:nth-child(44),

.columns-8 .jet-smart-listing__post-conper:nth-child(45),

.columns-8 .jet-smart-listing__post-conper:nth-child(46),

.columns-8 .jet-smart-listing__post-conper:nth-child(47),

.columns-8 .jet-smart-listing__post-conper:nth-child(48) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.columns-8 .jet-smart-listing__post-conper:nth-child(49),

.columns-8 .jet-smart-listing__post-conper:nth-child(50),

.columns-8 .jet-smart-listing__post-conper:nth-child(51),

.columns-8 .jet-smart-listing__post-conper:nth-child(52),

.columns-8 .jet-smart-listing__post-conper:nth-child(53),

.columns-8 .jet-smart-listing__post-conper:nth-child(54),

.columns-8 .jet-smart-listing__post-conper:nth-child(55),

.columns-8 .jet-smart-listing__post-conper:nth-child(56) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.columns-8 .jet-smart-listing__post-conper:nth-child(57),

.columns-8 .jet-smart-listing__post-conper:nth-child(58),

.columns-8 .jet-smart-listing__post-conper:nth-child(59),

.columns-8 .jet-smart-listing__post-conper:nth-child(60),

.columns-8 .jet-smart-listing__post-conper:nth-child(61),

.columns-8 .jet-smart-listing__post-conper:nth-child(62),

.columns-8 .jet-smart-listing__post-conper:nth-child(63),

.columns-8 .jet-smart-listing__post-conper:nth-child(64) {

  -webkit-animation-delay: 800ms;

  animation-delay: 800ms;

}

@media (max-width: 1024px) {

  .columns-tablet-1 .jet-smart-listing__post-conper:nth-child(1) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-tablet-1 .jet-smart-listing__post-conper:nth-child(2) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-tablet-1 .jet-smart-listing__post-conper:nth-child(3) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-tablet-1 .jet-smart-listing__post-conper:nth-child(4) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-tablet-1 .jet-smart-listing__post-conper:nth-child(5) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-tablet-1 .jet-smart-listing__post-conper:nth-child(6) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-tablet-1 .jet-smart-listing__post-conper:nth-child(7) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-tablet-1 .jet-smart-listing__post-conper:nth-child(8) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(1),

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(2) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(3),

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(4) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(5),

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(6) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(7),

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(8) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(9),

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(10) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(11),

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(12) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(13),

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(14) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(15),

  .columns-tablet-2 .jet-smart-listing__post-conper:nth-child(16) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(1),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(2),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(3) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(4),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(5),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(6) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(7),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(8),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(9) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(10),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(11),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(12) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(13),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(14),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(15) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(16),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(17),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(18) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(19),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(20),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(21) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(22),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(23),

  .columns-tablet-3 .jet-smart-listing__post-conper:nth-child(24) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(1),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(2),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(3),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(4) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(5),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(6),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(7),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(8) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(9),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(10),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(11),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(12) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(13),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(14),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(15),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(16) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(17),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(18),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(19),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(20) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(21),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(22),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(23),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(24) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(25),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(26),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(27),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(28) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(29),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(30),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(31),

  .columns-tablet-4 .jet-smart-listing__post-conper:nth-child(32) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(1),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(2),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(3),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(4),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(5) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(6),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(7),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(8),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(9),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(10) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(11),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(12),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(13),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(14),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(15) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(16),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(17),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(18),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(19),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(20) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(21),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(22),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(23),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(24),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(25) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(26),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(27),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(28),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(29),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(30) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(31),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(32),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(33),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(34),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(35) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(36),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(37),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(38),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(39),

  .columns-tablet-5 .jet-smart-listing__post-conper:nth-child(40) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(1),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(2),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(3),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(4),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(5),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(6) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(7),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(8),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(9),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(10),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(11),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(12) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(13),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(14),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(15),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(16),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(17),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(18) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(19),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(20),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(21),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(22),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(23),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(24) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(25),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(26),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(27),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(28),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(29),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(30) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(31),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(32),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(33),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(34),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(35),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(36) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(37),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(38),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(39),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(40),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(41),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(42) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(43),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(44),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(45),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(46),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(47),

  .columns-tablet-6 .jet-smart-listing__post-conper:nth-child(48) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(1),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(2),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(3),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(4),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(5),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(6),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(7) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(8),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(9),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(10),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(11),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(12),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(13),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(14) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(15),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(16),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(17),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(18),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(19),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(20),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(21) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(22),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(23),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(24),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(25),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(26),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(27),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(28) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(29),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(30),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(31),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(32),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(33),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(34),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(35) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(36),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(37),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(38),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(39),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(40),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(41),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(42) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(43),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(44),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(45),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(46),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(47),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(48),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(49) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(50),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(51),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(52),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(53),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(54),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(55),

  .columns-tablet-7 .jet-smart-listing__post-conper:nth-child(56) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(1),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(2),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(3),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(4),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(5),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(6),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(7),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(8) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(9),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(10),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(11),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(12),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(13),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(14),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(15),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(16) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(17),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(18),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(19),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(20),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(21),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(22),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(23),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(24) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(25),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(26),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(27),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(28),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(29),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(30),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(31),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(32) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(33),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(34),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(35),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(36),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(37),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(38),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(39),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(40) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(41),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(42),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(43),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(44),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(45),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(46),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(47),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(48) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(49),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(50),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(51),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(52),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(53),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(54),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(55),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(56) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(57),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(58),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(59),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(60),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(61),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(62),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(63),

  .columns-tablet-8 .jet-smart-listing__post-conper:nth-child(64) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

}

@media (max-width: 767px) {

  .columns-mobile-1 .jet-smart-listing__post-conper:nth-child(1) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-mobile-1 .jet-smart-listing__post-conper:nth-child(2) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-mobile-1 .jet-smart-listing__post-conper:nth-child(3) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-mobile-1 .jet-smart-listing__post-conper:nth-child(4) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-mobile-1 .jet-smart-listing__post-conper:nth-child(5) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-mobile-1 .jet-smart-listing__post-conper:nth-child(6) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-mobile-1 .jet-smart-listing__post-conper:nth-child(7) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-mobile-1 .jet-smart-listing__post-conper:nth-child(8) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(1),

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(2) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(3),

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(4) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(5),

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(6) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(7),

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(8) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(9),

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(10) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(11),

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(12) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(13),

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(14) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(15),

  .columns-mobile-2 .jet-smart-listing__post-conper:nth-child(16) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(1),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(2),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(3) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(4),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(5),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(6) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(7),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(8),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(9) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(10),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(11),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(12) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(13),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(14),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(15) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(16),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(17),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(18) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(19),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(20),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(21) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(22),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(23),

  .columns-mobile-3 .jet-smart-listing__post-conper:nth-child(24) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(1),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(2),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(3),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(4) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(5),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(6),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(7),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(8) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(9),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(10),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(11),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(12) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(13),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(14),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(15),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(16) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(17),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(18),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(19),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(20) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(21),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(22),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(23),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(24) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(25),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(26),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(27),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(28) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(29),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(30),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(31),

  .columns-mobile-4 .jet-smart-listing__post-conper:nth-child(32) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(1),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(2),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(3),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(4),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(5) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(6),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(7),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(8),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(9),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(10) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(11),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(12),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(13),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(14),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(15) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(16),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(17),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(18),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(19),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(20) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(21),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(22),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(23),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(24),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(25) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(26),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(27),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(28),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(29),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(30) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(31),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(32),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(33),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(34),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(35) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(36),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(37),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(38),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(39),

  .columns-mobile-5 .jet-smart-listing__post-conper:nth-child(40) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(1),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(2),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(3),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(4),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(5),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(6) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(7),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(8),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(9),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(10),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(11),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(12) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(13),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(14),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(15),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(16),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(17),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(18) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(19),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(20),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(21),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(22),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(23),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(24) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(25),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(26),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(27),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(28),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(29),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(30) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(31),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(32),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(33),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(34),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(35),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(36) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(37),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(38),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(39),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(40),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(41),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(42) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(43),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(44),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(45),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(46),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(47),

  .columns-mobile-6 .jet-smart-listing__post-conper:nth-child(48) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(1),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(2),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(3),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(4),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(5),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(6),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(7) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(8),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(9),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(10),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(11),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(12),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(13),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(14) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(15),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(16),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(17),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(18),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(19),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(20),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(21) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(22),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(23),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(24),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(25),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(26),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(27),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(28) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(29),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(30),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(31),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(32),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(33),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(34),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(35) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(36),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(37),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(38),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(39),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(40),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(41),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(42) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(43),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(44),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(45),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(46),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(47),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(48),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(49) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(50),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(51),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(52),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(53),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(54),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(55),

  .columns-mobile-7 .jet-smart-listing__post-conper:nth-child(56) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(1),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(2),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(3),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(4),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(5),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(6),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(7),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(8) {

    -webkit-animation-delay: 100ms;

    animation-delay: 100ms;

  }

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(9),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(10),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(11),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(12),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(13),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(14),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(15),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(16) {

    -webkit-animation-delay: 200ms;

    animation-delay: 200ms;

  }

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(17),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(18),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(19),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(20),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(21),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(22),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(23),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(24) {

    -webkit-animation-delay: 300ms;

    animation-delay: 300ms;

  }

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(25),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(26),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(27),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(28),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(29),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(30),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(31),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(32) {

    -webkit-animation-delay: 400ms;

    animation-delay: 400ms;

  }

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(33),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(34),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(35),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(36),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(37),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(38),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(39),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(40) {

    -webkit-animation-delay: 500ms;

    animation-delay: 500ms;

  }

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(41),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(42),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(43),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(44),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(45),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(46),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(47),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(48) {

    -webkit-animation-delay: 600ms;

    animation-delay: 600ms;

  }

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(49),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(50),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(51),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(52),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(53),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(54),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(55),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(56) {

    -webkit-animation-delay: 700ms;

    animation-delay: 700ms;

  }

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(57),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(58),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(59),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(60),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(61),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(62),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(63),

  .columns-mobile-8 .jet-smart-listing__post-conper:nth-child(64) {

    -webkit-animation-delay: 800ms;

    animation-delay: 800ms;

  }

}

.rows-1 .jet-smart-listing__post-conper:nth-child(1) {

  -webkit-animation-delay: 100ms;

  animation-delay: 100ms;

}

.rows-1 .jet-smart-listing__post-conper:nth-child(2) {

  -webkit-animation-delay: 200ms;

  animation-delay: 200ms;

}

.rows-1 .jet-smart-listing__post-conper:nth-child(3) {

  -webkit-animation-delay: 300ms;

  animation-delay: 300ms;

}

.rows-1 .jet-smart-listing__post-conper:nth-child(4) {

  -webkit-animation-delay: 400ms;

  animation-delay: 400ms;

}

.rows-1 .jet-smart-listing__post-conper:nth-child(5) {

  -webkit-animation-delay: 500ms;

  animation-delay: 500ms;

}

.rows-1 .jet-smart-listing__post-conper:nth-child(6) {

  -webkit-animation-delay: 600ms;

  animation-delay: 600ms;

}

.rows-1 .jet-smart-listing__post-conper:nth-child(7) {

  -webkit-animation-delay: 700ms;

  animation-delay: 700ms;

}

.rows-1 .jet-smart-listing__post-conper:nth-child(8) {

  -webkit-animation-delay: 800ms;

  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: 0.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__heading {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  max-width: 100%;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  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;

  -webkit-transition: all 200ms;

  -o-transition: all 200ms;

  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;

  -webkit-transition: margin 200ms linear, opacity 200ms linear;

  -o-transition: margin 200ms linear, opacity 200ms linear;

  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-con.jet-processing {

  opacity: 0.5;

  position: relative;

}

.jet-smart-listing-con.jet-processing:after {

  z-index: 99;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  content: "";

}

.jet-smart-listing-con.jet-processing + .jet-smart-listing-loading {

  -webkit-border-radius: 50%;

  border-radius: 50%;

  width: 36px;

  height: 36px;

  border: 0.25rem solid rgba(100, 100, 100, 0.8);

  border-top-color: #111;

  -webkit-animation: spin 1s infinite linear;

  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: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.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 {

  -webkit-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  transform: scale(-1, 1);

}

.jet-smart-listing__arrow.jet-arrow-disabled {

  opacity: 0.5;

  cursor: default;

  pointer-events: none;

}

.jet-smart-listing__terms-link {

  -webkit-transition: all 200ms;

  -o-transition: all 200ms;

  transition: all 200ms;

}

.has-post-thumb .jet-smart-listing__terms-link {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 99;

}

.betriot-jet-blog-smart-listing {

  position: relative;

}

.jet-title-fields__item-label,

.jet-title-fields__item-value,

.jet-contentent-fields__item-label,

.jet-contentent-fields__item-value {

  display: inline-block;

}

@-webkit-keyframes spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@-webkit-keyframes appear {

  0% {

    -webkit-transform: translateY(20px);

    transform: translateY(20px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    opacity: 1;

  }

}

@keyframes appear {

  0% {

    -webkit-transform: translateY(20px);

    transform: translateY(20px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    opacity: 1;

  }

}

.jet-smart-tiles {

  word-con: 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;

  -webkit-box-pack: stretch;

  -ms-flex-pack: stretch;

  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;

  }

}

.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: 0.75em;

}

.jet-smart-tiles__box {

  height: 100%;

  -webkit-background-size: cover;

  background-size: cover;

  position: relative;

  padding: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -ms-flex-line-pack: stretch;

  align-contentent: stretch;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  overflow: hidden;

  background-position: center;

  -webkit-transition: all 200ms linear;

  -o-transition: all 200ms linear;

  transition: all 200ms linear;

}

.jet-smart-tiles__box:before {

  position: absolute;

  z-index: 0;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  content: "";

  -webkit-transition: all 200ms linear;

  -o-transition: all 200ms linear;

  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-contentent {

  width: 100%;

  position: relative;

  z-index: 1;

  -ms-flex-item-align: end;

  align-self: flex-end;

}

.jet-smart-tiles__box-excerpt {

  -webkit-transition: all 200ms linear;

  -o-transition: all 200ms linear;

  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;

    -webkit-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    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-con .jet-blog-arrow {

  position: absolute;

  top: 100%;

  width: 40px;

  height: 40px;

  text-align: center;

  cursor: pointer;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  z-index: 999;

}

.jet-smart-tiles-con .jet-blog-arrow:before {

  display: block;

}

.jet-smart-tiles-con .jet-blog-arrow.jet-arrow-prev {

  left: 0;

}

.jet-smart-tiles-con .jet-blog-arrow.jet-arrow-next {

  left: 40px;

}

.jet-smart-tiles-con .jet-blog-arrow.jet-arrow-next:before {

  -webkit-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  transform: scale(-1, 1);

}

.jet-smart-tiles-con.jet-arrows-on-hover .jet-blog-arrow {

  opacity: 0;

  pointer-events: none;

  -webkit-transition: all 200ms;

  -o-transition: all 200ms;

  transition: all 200ms;

}

.jet-smart-tiles-con.jet-arrows-on-hover .jet-blog-arrow.jet-arrow-prev {

  -webkit-transform: translateX(-5px);

  -ms-transform: translateX(-5px);

  transform: translateX(-5px);

}

.jet-smart-tiles-con.jet-arrows-on-hover .jet-blog-arrow.jet-arrow-next {

  -webkit-transform: translateX(5px);

  -ms-transform: translateX(5px);

  transform: translateX(5px);

}

.jet-smart-tiles-con.jet-arrows-on-hover:hover .jet-blog-arrow {

  opacity: 1;

  pointer-events: auto;

}

.jet-smart-tiles-con.jet-arrows-on-hover:hover .jet-blog-arrow.jet-arrow-prev {

  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  transform: translateX(0);

}

.jet-smart-tiles-con.jet-arrows-on-hover:hover .jet-blog-arrow.jet-arrow-next {

  -webkit-transform: translateX(0);

  -ms-transform: translateX(0);

  transform: translateX(0);

}

.jet-text-ticker {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  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-con {

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  overflow: hidden;

}

.jet-text-ticker__posts .slick-track {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  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-contentent {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.jet-text-ticker__item-typed-con {

  overflow: hidden;

  line-height: 1;

}

.jet-use-typing .jet-text-ticker__item-typed {

  display: inline-block;

  overflow: hidden;

  white-space: nowrap;

  -o-text-overflow: ellipsis;

  text-overflow: ellipsis;

  max-width: 100%;

}

.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;

  -webkit-box-flex: 1;

  -ms-flex: 1 0 auto;

  flex: 1 0 auto;

}

.jet-text-ticker__date {

  padding-right: 10px;

}

.jet-text-ticker__date-icon {

  margin-right: 5px;

}

.jet-text-ticker__post-author {

  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;

}

.jet-text-ticker__post-thumb {

  margin-right: 10px;

}

.jet-text-ticker .jet-blog-arrow {

  position: absolute;

  top: 15%;

  width: 40px;

  height: 40px;

  text-align: center;

  cursor: pointer;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  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 {

  -webkit-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  transform: scale(-1, 1);

}

@-webkit-keyframes typing {

  from {

    width: 0;

  }

  to {

    width: 100%;

  }

}

@keyframes typing {

  from {

    width: 0;

  }

  to {

    width: 100%;

  }

}

@-webkit-keyframes blink-caret {

  from {

    opacity: 1;

  }

  to {

    opacity: 0;

  }

}

@keyframes blink-caret {

  from {

    opacity: 1;

  }

  to {

    opacity: 0;

  }

}

.jet-blog-playlist {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  overflow: hidden;

}

@media (max-width: 767px) {

  .jet-blog-playlist {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    height: auto !important;

  }

}

.jet-blog-playlist * {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

.jet-blog-playlist.jet-tumbs-vertical {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-align: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

}

.jet-blog-playlist.jet-tumbs-horizontal {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

}

@media (max-width: 767px) {

  .jet-blog-playlist.jet-tumbs-horizontal {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

  }

}

.jet-tumbs-vertical .jet-blog-playlist__canvas {

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  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, 0.8);

    z-index: 998;

  }

  .jet-blog-playlist__canvas.jet-blog-canvas-active

    .jet-blog-playlist__embed-con.jet-blog-active {

    z-index: 1000;

  }

}

.jet-blog-playlist__embed-con {

  display: none;

}

.jet-blog-playlist__embed-con.jet-blog-active {

  display: block;

  position: relative;

  height: 0;

  overflow: hidden;

}

.jet-blog-playlist__embed-con.jet-blog-active iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

@media (max-width: 767px) {

  .jet-blog-playlist__embed-con {

    padding-bottom: 56.25% !important;

  }

}

.jet-blog-playlist__heading {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 20px;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;

}

.jet-tumbs-vertical .jet-blog-playlist__heading {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.jet-tumbs-horizontal .jet-blog-playlist__heading {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

@media (max-width: 767px) {

  .jet-tumbs-horizontal .jet-blog-playlist__heading {

    width: 100% !important;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 100%;

    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: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  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 {

  -webkit-box-ordinal-group: 0;

  -ms-flex-order: -1;

  order: -1;

}

.jet-tumbs-horizontal .jet-blog-playlist__items {

  width: 100%;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

}

@media (max-width: 767px) {

  .jet-tumbs-horizontal .jet-blog-playlist__items {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

  }

}

.jet-tumbs-h-pos-top.jet-tumbs-horizontal .jet-blog-playlist__items {

  -webkit-box-ordinal-group: 0;

  -ms-flex-order: -1;

  order: -1;

}

.jet-blog-playlist__items-list {

  -webkit-box-flex: 0;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;

  overflow: auto;

  -webkit-backface-visibility: hidden;

  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-contentent,

  .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-contentent {

    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-contentent {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.jet-blog-playlist__item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 10px;

  cursor: pointer;

}

.jet-tumbs-vertical .jet-blog-playlist__item {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

}

.jet-tumbs-horizontal .jet-blog-playlist__item {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  position: relative;

}

.jet-tumbs-vertical .jet-blog-playlist__item-thumb {

  margin-right: 10px;

  width: 25%;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 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 {

  -ms-flex-item-align: center;

  align-self: center;

  text-align: center;

  margin-right: 5px;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  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 ::-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;

  -webkit-border-radius: 0;

  border-radius: 0;

}

.jet-blog-playlist ::-webkit-scrollbar-track {

  border: 0px none #fff;

  -webkit-border-radius: 0;

  border-radius: 0;

}

.jet-blog-playlist ::-webkit-scrollbar-corner {

  background: transparent;

}

.betriot-jet-blog-posts-pagination .navigation.pagination .nav-links {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.betriot-jet-blog-posts-pagination

  .navigation.pagination

  .nav-links

  .page-numbers {

  display: block;

  text-align: center;

}

.betriot-jet-blog-posts-pagination

  .navigation.pagination

  .nav-links

  .page-numbers.next,

.betriot-jet-blog-posts-pagination

  .navigation.pagination

  .nav-links

  .page-numbers.prev {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

.betriot-jet-blog-posts-pagination .jet-blog-arrow {

  width: 20px;

  height: 20px;

  text-align: center;

  cursor: pointer;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  z-index: 999;

}

.betriot-jet-blog-posts-pagination .jet-blog-arrow:before {

  display: block;

}

.betriot-jet-blog-posts-pagination .jet-blog-arrow.jet-arrow-next:before {

  -webkit-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  transform: scale(-1, 1);

}

.rtl .betriot-jet-blog-posts-pagination .jet-blog-arrow.jet-arrow-next:before {

  -webkit-transform: scale(1, 1);

  -ms-transform: scale(1, 1);

  transform: scale(1, 1);

}

.rtl .betriot-jet-blog-posts-pagination .jet-blog-arrow.jet-arrow-prev:before {

  -webkit-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  transform: scale(-1, 1);

}

.betriot-jet-blog-posts-navigation .nav-links {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.betriot-jet-blog-posts-navigation .nav-links:before {

  content: "";

  -webkit-box-ordinal-group: 2;

  -ms-flex-order: 1;

  order: 1;

}

.betriot-jet-blog-posts-navigation .nav-links .nav-previous,

.betriot-jet-blog-posts-navigation .nav-links .nav-next {

  width: auto;

}

.betriot-jet-blog-posts-navigation .nav-links .nav-previous a,

.betriot-jet-blog-posts-navigation .nav-links .nav-next a {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

.betriot-jet-blog-posts-navigation .nav-links .nav-next {

  -webkit-box-ordinal-group: 3;

  -ms-flex-order: 2;

  order: 2;

}

.betriot-jet-blog-posts-navigation .nav-links .nav-previous {

  -webkit-box-ordinal-group: 1;

  -ms-flex-order: 0;

  order: 0;

}

.betriot-jet-blog-posts-navigation .nav-links .jet-blog-arrow {

  position: static;

}

.betriot-jet-blog-posts-navigation .jet-blog-arrow {

  width: 24px;

  height: 24px;

  text-align: center;

  cursor: pointer;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  z-index: 999;

}

.betriot-jet-blog-posts-navigation .jet-blog-arrow:before {

  display: block;

}

.betriot-jet-blog-posts-navigation .jet-blog-arrow.jet-arrow-next:before {

  -webkit-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  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: transparent;

}

.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 transparent;

}

.slick-arrow.slick-hidden {

  display: none;

}

.betriot-slick-slider .slick-loading .slick-slide {

  visibility: hidden;

}

.betriot-slick-slider .slick-loading .slick-list {

  background: #fff;

}

.betriot-slick-slider .slick-loading .slick-list:after {

  content: "\e8fb";

  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;

}

.betriot-slick-slider .slick-next,

.betriot-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: transparent;

  border: none;

  outline: none;

  background: transparent;

}

.betriot-slick-slider .slick-next:hover,

.betriot-slick-slider .slick-next:focus,

.betriot-slick-slider .slick-prev:hover,

.betriot-slick-slider .slick-prev:focus {

  color: transparent;

  outline: none;

  background: transparent;

}

.betriot-slick-slider .slick-next:hover:before,

.betriot-slick-slider .slick-next:focus:before,

.betriot-slick-slider .slick-prev:hover:before,

.betriot-slick-slider .slick-prev:focus:before {

  opacity: 1;

}

.betriot-slick-slider .slick-next.slick-disabled:before,

.betriot-slick-slider .slick-prev.slick-disabled:before {

  opacity: 0.25;

}

.betriot-slick-slider .slick-next:before,

.betriot-slick-slider .slick-prev:before {

  font-family: eicons;

  font-size: 35px;

  line-height: 1;

  opacity: 0.75;

  color: #fff;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.betriot-slick-slider .slick-prev {

  left: -25px;

}

.betriot-slick-slider .slick-prev:before {

  content: "\e89f";

}

.betriot-slick-slider .slick-next {

  right: -25px;

}

.betriot-slick-slider .slick-next:before {

  content: "\e89e";

}

.betriot-slick-slider .slick-dotted {

  margin-bottom: 30px;

}

.betriot-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;

}

.betriot-slick-slider ul.slick-dots li {

  position: relative;

  display: inline-block;

  width: 20px;

  height: 20px;

  margin: 0;

  padding: 0;

  cursor: pointer;

}

.betriot-slick-slider ul.slick-dots li button {

  font-size: 0;

  line-height: 0;

  display: block;

  width: 20px;

  height: 20px;

  padding: 5px;

  cursor: pointer;

  color: transparent;

  border: 0;

  outline: none;

  background: transparent;

}

.betriot-slick-slider ul.slick-dots li button:focus,

.betriot-slick-slider ul.slick-dots li button:hover {

  outline: none;

}

.betriot-slick-slider ul.slick-dots li button:focus:before,

.betriot-slick-slider ul.slick-dots li button:hover:before {

  opacity: 1;

}

.betriot-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: "\e914";

  text-align: center;

  opacity: 0.25;

  color: #000;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.betriot-slick-slider ul.slick-dots li.slick-active button:before {

  opacity: 0.75;

  color: #000;

}

.betriot-slick-slider .slick-arrows-inside .slick-prev {

  left: 0;

}

.betriot-slick-slider .slick-arrows-inside .slick-next {

  right: 0;

}

.betriot-slick-slider .slick-dots-inside .slick-dots {

  bottom: 5px;

}

.betriot-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;

  }

}

.jet-blog-icon {

  display: inline-block;

  line-height: 1;

  text-align: center;

}

.jet-blog-icon svg {

  display: block;

  width: 1em;

  height: 1em;

  fill: currentColor;

}
