<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	margin: 0;
}

html {
	font-family: 'Helvetica', sans-serif;
	color: #181717;
	font-size: 14px;
}

body {
	background-color: #FFF;
}

.body__content {
	width: 100%;
	margin: 0 auto;
}

.section {
	width: 100%;
	padding-top: 4vw;
	margin: 0;
}

.section--branded {
	color: #FFF;
	background-color: #C10C1B;
	background: linear-gradient(135deg, #E4002B 0%, #E4002B 35%, #9D0F13 35%, #C10C1B 93%, #E4002B 93%, #E4002B 100%);
	padding-bottom: 2em;
	margin-bottom: 2em;
}

.section__content {
	margin-bottom: 2em;
	clear: both;
	display: inline-block;
	width: calc(100% - (2 * 0.8em));
	max-width: 1026px;
	margin-left: 0.8em;
	position: relative;
}

@media only screen and (min-width: 1027px) {
	.section__content {
		margin-left: calc((100% - 1026px) / 2);
	}
}

.logo {
	height: 5vw;
	min-height: 24px;
	max-height: calc(54px * 0.6);
	background-image: url(./SC_Logo_Horizontal_Small_White.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 4vw;
}

h1 {
	font-size: 8vw;
	font-weight: 900;
	line-height: calc(8vw - 0.1em);
	display: inline;
}

@media only screen and (min-width: 686px) {
	h1 {
		font-size: 54px;
		line-height: 54px;
	}
}

.headline--pattern {
	background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 1px, #FFF 1px, #FFF 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
	background-size: cover;
	color: #fff;
	padding-bottom: 1em;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

h2 {
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 0.4em;
}

@media only screen and (min-width: 686px) {
	h2 {
		font-size: 43px;
	}
}

sub {
	margin-top: 4px;
	display: block;
}

.markdown-body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	color: #24292e;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
	background-color: #FFF;
	padding: 0.8em;
}

.markdown-body .box {
	display: block;
	border: 0.1em solid transparent;
	padding: 16px;
	margin: 24px 0 16px 0;
}

/* .box modifications using secondary CI colors */
.markdown-body .box--dark-red-1 {
	border-color: #C10C1B;
}

.markdown-body .box--dark-red-2 {
	border-color: #9D0F13;
}

/* .box modifications using tertiary CI colors */
.markdown-body .box--aubergine {
	border-color: #65586E;
}

.markdown-body .box--purple {
	border-color: #A23A69;
}
</pre></body></html>