/* Natige — shared inner-page chrome and heading rhythm. */

.page-chrome {
	height: 90px;
}

.page-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 32px;
	padding: 24px 0 32px;
}

.page-head__copy {
	min-width: 0;
	flex: 1 1 240px;
}

.page-head__title {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	color: #0064b0;
}

.page-head__lead {
	margin: 8px 0 0;
	font-size: 17px;
	line-height: 1.45;
	color: #5a6168;
}

.page-head .breadcrumb {
	margin: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.padding-top-bottom-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.cat-section {
	padding-top: 48px;
	padding-bottom: 64px;
	scroll-margin-top: 96px;
}

.logos-strip {
	padding: 0;
}

.cat-head {
	padding-bottom: 32px;
}
