/* Style for Posts */

.post_box .post_box__header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 32px;
}

.post_box .post_box__heading > *:last-child {
	margin-bottom: 0;
}

.post_box .post_box__nav {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.post_box .post_box__nav .swiper-button-prev,
.post_box .post_box__nav .swiper-button-next {
	position: static;
	margin: 0;
	width: 48px;
	height: 48px;
	border-radius: 100%;
}

.posts_list {
	position: relative;
}

.post_box .post_grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 28px 16px;
}

.posts_list .swiper {
	padding: 0;
}

.posts_list .swiper-wrapper {
	padding: 0 0 28px;
}

.post_box .single_post_link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.post_box .single_post {
	height: 100%;
	background: transparent;
	box-shadow: none !important;
}

.post_box .post_thumbnail {
	margin-bottom: 18px;
	overflow: hidden;
}

.post_box .post_thumbnail img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.post_box .post_thumbnail__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 240px;
	background: linear-gradient(180deg, #f4f1ee 0%, #ebe5df 100%);
}

.post_box .post_description2 {
	padding: 0;
	background: transparent;
	color: #161616;
}

.post_box .post_title {
	margin-bottom: 10px;
	font-family: "Outfit", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	color: #161616;
}

.post_box .post_date {
	display: block;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: #A39587;
}

.post_box .post_box__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 36px;
}

.post_box .post_box__pagination {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.post_box .post_box__pagination .page-numbers {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.post_box .post_box__pagination .page-numbers li {
	margin: 0;
}

.post_box .post_box__pagination a,
.post_box .post_box__pagination span {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: #A39587;
	text-decoration: none;
}

.post_box .post_box__pagination .current {
	color: #2D4692;
}

.post_box .post_box__pagination .prev,
.post_box .post_box__pagination .next {
	font-size: 32px;
	line-height: 1;
	color: #161616;
}

.post_box .swiper-scrollbar {
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	margin-top: 16px;
}

.post_box h2 {
	margin: 0;
	padding-bottom: 0;
}

.post_box a:hover .post_title {
	color: #2D4692;
}


.post_box.more_mobile_cta .post_box__header {
	align-items: center;
	margin-bottom: 32px;
}

.post_box.more_mobile_cta .post_box__heading {
	max-width: 680px;
}

.post_box.more_mobile_cta .post_box__heading > div,
.post_box.more_mobile_cta .post_box__heading > p {
	margin-top: 8px;
}

.post_box.more_mobile_cta h2 {
	color: #222528;
	font-family: "contralto-small", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
}

.post_box.more_mobile_cta .post_box__heading p {
	color: #9e9a95;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

.post_box.more_mobile_cta .post_box__nav {
	gap: 4px;
}

.post_box.more_mobile_cta .post_grid {
	gap: 24px 16px;
}

.post_box.more_mobile_cta .post_thumbnail {
	margin-bottom: 12px;
}

.post_box.more_mobile_cta .post_thumbnail img,
.post_box.more_mobile_cta .post_thumbnail__placeholder {
	aspect-ratio: 400 / 300;
	height: auto;
}

.post_box.more_mobile_cta .post_description2 {
	color: #04060e;
}

.post_box.more_mobile_cta .post_title {
	margin-bottom: 12px;
	font-family: "contralto-small", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	color: #04060e;
}

.post_box.more_mobile_cta .post_date {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	color: #9e9a95;
}

.post_box.more_mobile_cta .swiper-scrollbar {
	margin-top: 20px;
	height: 6px !important;
	background: #edeae7 !important;
	background-image: none !important;
}

.post_box.more_mobile_cta .swiper-scrollbar-drag {
	background: #84776b !important;
}

.post_box.more_mobile_cta .post_box__footer {
	margin-top: 16px;
}

.post_box.more_mobile_cta .post_box__footer .btn.btn-primary {
	height: 68px;
	padding: 16px 36px;
	border: 1.5px solid #2b3e8b !important;
	background: transparent !important;
	color: #2b3e8b !important;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}

.post_box.more_mobile_cta .post_box__footer .btn.btn-primary::before {
	display: none;
}

.post_box.more_mobile_cta .post_box__footer .btn.btn-primary .icon_bt {
	display: none;
}

.post_box.more_mobile_cta .post_box__footer .btn.btn-primary:hover {
	background: rgba(43, 62, 139, 0.06) !important;
	color: #2b3e8b !important;
}

@media (max-width: 991px) {
.post_box .post_box__header {
	margin-bottom: 24px;
}

.post_box .post_box__nav {
	justify-content: flex-start;
}

.post_box .post_thumbnail img {
	height: 220px;
}

.post_box .post_thumbnail__placeholder {
	height: 220px;
}

.post_box .post_title {
	font-size: 20px;
}

.post_box .post_box__footer {
	justify-content: flex-start;
	margin-top: 28px;
}

.post_box .post_grid {
	gap: 24px 16px;
}

.post_box.more_mobile_cta .post_box__heading p {
	font-size: 16px;
}

.post_box.more_mobile_cta .post_title {
	font-size: 22px;
}

.post_box.more_mobile_cta .post_box__footer .btn.btn-primary {
	width: 100%;
	justify-content: center;
}
}

@media (min-width: 992px) {
.post_box .post_box__header {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.post_box .post_box__heading {
	max-width: calc(100% - 160px);
}

.post_box .post_thumbnail img {
	height: 245px;
}

.post_box .post_thumbnail__placeholder {
	height: 245px;
}

.post_box .post_grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post_box.more_mobile_cta .post_box__header {
	align-items: center;
}

.post_box.more_mobile_cta .post_box__heading {
	max-width: calc(100% - 112px);
}
}

@media (min-width: 1200px) {
.post_box .post_box__header {
	margin-bottom: 40px;
}

.post_box .post_thumbnail {
	margin-bottom: 20px;
}

.post_box .post_title {
	font-size: 24px;
}

.post_box .post_grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px 16px;
}

.post_box.more_mobile_cta .post_grid {
	gap: 24px 16px;
}
}

@media (min-width: 1600px) {
.post_box .post_thumbnail img {
	height: 246px;
}

.post_box .post_thumbnail__placeholder {
	height: 246px;
}
}
