.k-pl-list-item-wrapper {
	display: flex;
	flex-wrap: wrap;
/* 	justify-content: space-between; */
	gap: 24px;
}
.k-pl-item-wrapper {
	flex: 0 0 31%;
	max-width: 31%;
/* 	margin-bottom: 24px; */
}
.k-pl-item-inner {
	display: block;
	position: relative;
	
}
.k-pl-item-thumbnail-wrapper {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}
.k-hsl-list-item-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	z-index: 1;
	transition: all 3s;
}
.k-pl-item-inner:hover .k-hsl-list-item-thumbnail {
	transform: scale(1.3);
}
.k-pl-item-overlay-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6362920168067228) 100%);
	z-index: 2;
}
.k-pl-item-heading-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 24px;
}
.k-pl-item-heading-category-wrapper {
	font-size: 14px;
	font-weight: 700;
	color: #fff !important;
	margin-bottom: 6px;
}
.k-pl-item-heading-title-wrapper {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	line-height: 24px;
}
@keyframes ldio-yzaezf3dcmj {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}.ldio-yzaezf3dcmj div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-yzaezf3dcmj 1s cubic-bezier(0,0.2,0.8,1) infinite;
}.ldio-yzaezf3dcmj div:nth-child(1) {
  border-color: #002b60;
  animation-delay: 0s;
}
.ldio-yzaezf3dcmj div:nth-child(2) {
  border-color: #e3322b;
  animation-delay: -0.5s;
}
.loadingio-spinner-ripple-2by998twmg8 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-yzaezf3dcmj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-yzaezf3dcmj div { 
	box-sizing: content-box; 
}
.k-pl-loadmore-posts-wrapper {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.k-pl-loadmore-posts {
	position: relative;
	color: #002b60;
	background: #fff;
	border: 2px solid #002b60;
	border-radius: 5px;
	width: 150px;
	height: 40px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
.k-pl-loadmore-posts.disabled {
	background: #b5b5b5;
	color: #6d747c;
}
.kanos-loading-loadmore {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
}
@media ( max-width: 1025px ) {
	.k-pl-item-wrapper {
		flex: 0 0 32%;
		max-width: 32%;
		margin-bottom: 12px;
	}
	.k-pl-item-heading-title-wrapper {
		font-size: 14px;
		line-height: 21px;
	}
	.k-pl-item-heading-wrapper {
		padding: 12px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
}
@media ( max-width: 767px ) {
	.k-pl-item-wrapper {
		flex: 0 0 47%;
		max-width: 47%;
	}
	.k-pl-item-heading-title-wrapper {
		font-size: 12px;
		line-height: 18px;
	}
	.k-pl-item-thumbnail-wrapper {
		position: relative;
		height: 100%;
		width: 100%;
		padding-top: unset;
	}
	.k-hsl-list-item-thumbnail {
		position: unset;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
		object-fit: cover;
		z-index: 1;
		transition: all 3s;
	}
}