body .welcome-section-inner {
	margin-bottom: 42px;
}
body .xg-post-disclaimer {
	border-top: 1px solid #E5E5E5;
}
.clinicalCases-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.clinicalCases-list > * {
	flex: 0 0 calc(25% - 15px);
}
.case-card {
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}
.case-card:first-of-type p {
	font-weight: 700;
	font-size: 16.25px;
	line-height: 21.66px;
	color: #fff;
}
.case-card .a-link {
	font-weight: 600;
	font-size: 16.25px;
	line-height: 16.25px;
}
.case-card.intro-card {
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 20px 29px;
}
.case-card.intro-card * {
	z-index: 5;
}
.case-card.intro-card:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	background: linear-gradient(26.57deg, #006675 0%, #44A977 100%);
}
.case-card.intro-card img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.the-case-details {
	margin-top: auto;
}
.case-card:not(.intro-card) .the-case-details {
	padding: 0 18px 100px 18px;
}
.case-card:not(.intro-card) {
	border: 0.9px solid #006675;
}
.clinicalCases-section .clinicalCases-list .case-card.intro-card .the-case-details .content h4 {
	font-weight: 900;
	font-size: 63.19px;
	line-height: 41.07px;
	letter-spacing: -4.51px;
	color: #fff;
}
.clinicalCases-section .clinicalCases-list .case-card.intro-card .the-case-details .content h4:after {
	content: ".";
	color: #44A977;
}
.clinicalCases-section .clinicalCases-list .case-card:not(.intro-card) .the-case-details .content h4 {
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	margin: 0;
}
.case-img-wrapper {
	aspect-ratio: 1.024;
	position: relative;
	background: linear-gradient(180deg, rgba(22, 104, 112, 0) 0%, #006675 100%);
}
.author-photo-wrapper {
	aspect-ratio: 1;
	position: relative;
	width: 43.45%;
	border: 5px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -67px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
.author-photo-wrapper img, .case-img-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -1;
}
.case-card:not(.intro-card) .a-link {
	position: absolute;
	right: 18px;
	bottom: 19px;
	display: block;
	width: fit-content;
	margin-left: auto;
	font-weight: 700;
	font-size: 17px;
	line-height: 100%;
	color: #006775;
}
.case-date {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #4BB5C8;
	margin-bottom: 11px;
}
.xg-posts-grid .case-img-wrapper {
	aspect-ratio: 390/283;
}

/* Posts grid
   -------------------------------------------------------------------------- */
.xg-posts-grid {
	--xg-posts-gap: 55px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--xg-posts-gap);
	margin-bottom: 40px;
}

.xg-posts-grid > * {
	flex: 0 0 calc((100% - 2 * var(--xg-posts-gap)) / 3);
}

.xg-posts-grid .author-photo-wrapper {
	width: 126px;
}

.xg-posts-grid .the-case-details .content h4 {
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	margin: 0;
}

/* Posts header: description + tags
   -------------------------------------------------------------------------- */
.xg-posts-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid #ECECEC;
}

.xg-posts-head__desc {
	flex: 1 1 560px;
	font-size: 16px;
	line-height: 1.6;
	color: #006775;
}

.xg-posts-head__desc p {
	margin: 0 0 16px;
}

.xg-posts-head__desc p:last-child {
	margin-bottom: 0;
}

.xg-posts-head__tags {
	flex: 0 1 360px;
}

.xg-posts-head__tags-title {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #307D57;
}

.xg-posts-head__tags-title span {
	color: #43A977;
}

.xg-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.xg-tags__item {
	padding: 4px 12px;
	border-radius: 999px;
	background: #EFFAF3;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #307D57;
	text-decoration: none;
	transition: background-color 0.15s ease;
}

.xg-tags__item.is-active {
	background: #43A977;
	color: #fff;
}

/* Posts pagination
   -------------------------------------------------------------------------- */
.xg-pagination {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #ECECEC;
}

.xg-pagination .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.xg-pagination .nav-links {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: relative;
}

.xg-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	font-size: 15px;
	color: #6E6E6E;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.xg-pagination .page-numbers.current {
	background: #E8F6EE;
	color: #43A977;
	font-weight: 700;
}

.xg-pagination .page-numbers.dots {
	min-width: 24px;
	color: #B0B0B0;
}

/* Prev / next pushed to the edges */
.xg-pagination .prev,
.xg-pagination .next {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	height: 40px;
	padding: 0 18px;
	border: 1px solid #D4D4D4;
	border-radius: 999px;
	background: #fff;
	font-size: 15px;
	font-weight: 600;
	color: #1E1E1E;
}

.xg-pagination .prev {
	left: 0;
}

.xg-pagination .next {
	right: 0;
}

.xg-pagination__arrow {
	font-size: 17px;
	line-height: 1;
}

.case-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0 12px;
}

.case-tags__item {
	padding: 4px 12px;
	border-radius: 999px;
	background: #EFFAF3;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #307D57;
}

@media (hover: hover) and (pointer: fine) {
	.xg-pagination a.page-numbers:hover {
		background: #F5F5F5;
		color: #1E1E1E;
	}

	.xg-pagination .prev:hover,
	.xg-pagination .next:hover {
		border-color: #43A977;
	}
	.xg-tags__item.is-active:hover {
		background: #389466;
	}
	.xg-tags__item:hover {
		background: #D5EEE0;
	}
	.case-card:not(.intro-card) .a-link:hover {
		background: transparent;
		border-color: transparent;
	}
	.case-card:not(.intro-card) a:hover .a-link:after {
		transform: translateX(10px);
	}
}

@media screen and (max-width: 991px) {
	.xg-posts-grid {
		--xg-posts-gap: 20px;
	}
	.xg-posts-head__tags-title {
		margin: 0 0 24px;
	}
	body .welcome-section-inner {
		margin-bottom: 24px;
	}
	.xg-posts-head__tags {
		flex: 0 0 100%;
	}
	.xg-posts-head__desc {
		flex: 0 0 100%;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0%;
	}
	.clinicalCases-section {
		margin-bottom: 54px;
	}
	.case-card.intro-card {
		aspect-ratio: 356/650;
	}
	.clinicalCases-section .case-card:not(.intro-card) {
		display: none;
	}
	.xg-posts-grid > *, .clinicalCases-list > * {
		flex: 0 0 100%;
	}
	.xg-posts-head {
		flex-direction: column;
		gap: 24px;
	}
	.xg-pagination .nav-links {
		flex-wrap: wrap;
		gap: 6px;
		padding: 0;
	}
	
	.xg-pagination .prev,
	.xg-pagination .next {
		position: static;
		order: 1;
	}
	
	.xg-pagination .next {
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {


@media screen and (max-width: 470px) {

}