body {
	background: #eef2f6;
	color: #172033;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
}

.dis-site-shell {
	align-items: center;
	display: flex;
	min-height: 100vh;
	padding: 32px;
}

.dis-site-panel {
	max-width: 760px;
}

.dis-kicker {
	color: #0f766e;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dis-site-panel h1 {
	font-size: clamp(38px, 6vw, 72px);
	line-height: 1.02;
	margin: 0 0 18px;
}

.dis-site-panel p {
	font-size: 19px;
	line-height: 1.6;
	max-width: 620px;
}

.dis-site-button {
	background: #172033;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	margin-top: 16px;
	padding: 12px 18px;
	text-decoration: none;
}

.dis-site-button:hover,
.dis-site-button:focus {
	background: #0f766e;
	color: #fff;
}

