.sif-sitemap {
	padding: clamp(4.5rem, 8vw, 7.5rem) 0;
	background: #f8f7f4;
}

.sif-sitemap__header {
	max-width: 45rem;
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
	border-bottom: 1px solid #d6ddd9;
}

.sif-sitemap__header h1,
.sif-sitemap__section h2 {
	margin: 0;
	color: #2b435a;
}

.sif-sitemap__header h1 {
	margin-top: .7rem;
	font-size: clamp(2.8rem, 5.1vw, 4.8rem);
	line-height: 1;
}

.sif-sitemap__header p:last-child {
	margin: 1.2rem 0 0;
	font-size: 1.12rem;
	line-height: 1.7;
	color: #5c6e7d;
}

.sif-sitemap__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: clamp(2rem, 4vw, 3.5rem);
}

.sif-sitemap__section {
	padding: clamp(1.5rem, 3vw, 2.35rem);
	background: #fff;
	border: 1px solid #d6ddd9;
}

.sif-sitemap__section--locations {
	background: #2b435a;
	border-color: #2b435a;
}

.sif-sitemap__section h2 {
	font-size: 1.32rem;
}

.sif-sitemap__section--locations h2 {
	color: #fff;
}

.sif-sitemap__list {
	margin: 1.35rem 0 0;
	padding: 0;
	list-style: none;
}

.sif-sitemap__list .sif-sitemap__list {
	margin: .55rem 0 .25rem;
	padding-left: 1.1rem;
	border-left: 1px solid #d6ddd9;
}

.sif-sitemap__list li {
	margin: .45rem 0;
}

.sif-sitemap__list a {
	color: #2b435a;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
}

.sif-sitemap__list a:hover,
.sif-sitemap__list a:focus-visible {
	color: #b21635;
	text-decoration: underline;
	text-underline-offset: .18em;
}

.sif-sitemap__section--locations .sif-sitemap__list a {
	color: #fff;
}

.sif-sitemap__section--locations .sif-sitemap__list a:hover,
.sif-sitemap__section--locations .sif-sitemap__list a:focus-visible {
	color: #c1dfd4;
}

.sif-sitemap__section--locations .sif-sitemap__list .sif-sitemap__list {
	border-left-color: rgba(255, 255, 255, .25);
}

.sif-sitemap__xml {
	margin: 2rem 0 0;
	color: #5c6e7d;
}

.sif-sitemap__xml a {
	color: #b21635;
	font-weight: 700;
}

@media (max-width: 720px) {
	.sif-sitemap__grid {
		grid-template-columns: 1fr;
	}
}