* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	font-family: "Open Sans", Arial, sans-serif;
	color: #333;
	background: #fff;
	line-height: 1.6;
}

a {
	color: #167ac6;
	text-decoration: none;
}

a:hover {
	color: #0b4593;
}

.site-header {
	border-bottom: 1px solid #f1f1f1;
	padding: 8px 0 0;
	background: #fff;
}

.site-header-inner {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-logo {
	display: inline-block;
	line-height: 0;
	margin: 8px 0 0;
}

.site-logo img {
	width: 220px;
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.legal-page {
	flex: 1 0 auto;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 36px 20px 60px;
}

.legal-page h1 {
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 12px;
	color: #17191c;
	font-weight: 700;
}

.legal-page .updated {
	color: #666;
	font-size: 14px;
	margin-bottom: 28px;
}

.legal-page h2 {
	font-size: 24px;
	margin: 32px 0 12px;
	color: #17191c;
	font-weight: 700;
}

.legal-page h3 {
	font-size: 18px;
	margin: 28px 0 10px;
	color: #17191c;
	font-weight: 700;
}

.legal-page h4 {
	font-size: 16px;
	margin: 22px 0 8px;
	color: #17191c;
	font-weight: 700;
}

.legal-page .in-short {
	background: #f7f7f7;
	border-left: 3px solid #167ac6;
	padding: 12px 16px;
	margin: 0 0 18px;
	font-size: 15px;
}

.legal-page .meta-list {
	list-style: none;
	padding: 0;
	margin: 18px 0 32px;
	border: 1px solid #d9d9d9;
	background: #fff;
}

.legal-page .meta-list li {
	position: relative;
	min-height: 70px;
	margin: 0;
	padding: 14px 18px 14px 272px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.55;
}

.legal-page .meta-list li:last-child {
	border-bottom: 0;
}

.legal-page .meta-list strong {
	position: absolute;
	inset: 0 auto 0 0;
	display: block;
	width: 254px;
	padding: 14px 13px;
	border-right: 1px solid #d9d9d9;
	background: #f7f7f7;
	line-height: 1.45;
}

.legal-page p,
.legal-page li {
	font-size: 16px;
	line-height: 1.7;
}

.legal-page ul {
	padding-left: 20px;
}

.legal-page .regional-card {
	margin: 24px 0;
	padding: 18px 24px 22px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #fff;
}

.legal-page .regional-card h3 {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.4;
	text-transform: uppercase;
}

.legal-page .regional-card h4 {
	margin: 18px 0 10px;
}

.legal-page .regional-card p {
	margin: 0 0 14px;
}

.legal-page .regional-card p:last-child {
	margin-bottom: 0;
}

.legal-page .regional-card ul {
	margin: 8px 0 16px;
	padding-left: 44px;
}

.legal-page .regional-card li {
	margin-bottom: 6px;
}

.contact-card {
	background: #f7f7f7;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	padding: 24px;
	margin-top: 24px;
}

.contact-card p {
	margin: 0 0 10px;
}

.contact-card p:last-child {
	margin-bottom: 0;
}

.site-footer {
	flex-shrink: 0;
	background: #000;
	color: #7b7b7b;
	padding: 24px 20px 32px;
	text-align: center;
	font-size: 14px;
}

.site-footer nav {
	margin-bottom: 24px;
}

.site-footer nav a {
	color: #b1b1b1;
	margin: 0 14px;
	font-weight: 500;
}

.site-footer nav a:hover {
	color: #fff;
}

.site-footer .disclaimer {
	max-width: 880px;
	margin: 0 auto 20px;
	line-height: 1.6;
}

.site-footer .copyright {
	color: #7b7b7b;
}

@media (max-width: 767px) {
	.site-logo img {
		width: 180px;
	}

	.legal-page {
		padding: 28px 16px 48px;
	}

	.legal-page h1 {
		font-size: 28px;
	}

	.legal-page .meta-list li {
		padding: 0 14px 14px;
	}

	.legal-page .meta-list strong {
		position: relative;
		inset: auto;
		width: auto;
		margin: 0 -14px 14px;
		padding: 12px 14px;
		border-right: 0;
		border-bottom: 1px solid #d9d9d9;
	}

	.legal-page .regional-card {
		padding: 16px 18px 20px;
	}

	.legal-page .regional-card ul {
		padding-left: 24px;
	}

	.site-footer nav a {
		display: inline-block;
		margin: 8px 10px;
	}
}
