<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Template {
	display: flex;
	min-height: 100vh;
	flex-direction: column
}

.Template-header,
.Template-footer {
	flex: none
}

.Template-header .header {
	max-width: 930px;
	margin: 0 auto
}

.Template-body {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	padding: var(--space)
}

.Template-body .ltFormContainer {
	margin-bottom: 0
}

.Template-content {
	margin-top: var(--space);
	width: 100%
}

.Template-nav {
	order: -1
}

.Template-nav,
.Template-ads {
	padding: 1em;
	border-radius: 3px
}

@media(min-width:768px) {
	.Template-body {
		flex-direction: row
	}
	.Template-content {
		margin: 0 auto;
		max-width: 930px
	}
	.Template-nav,
	.Template-ads {
		flex: 0 0 12em
	}
}</pre></body></html>