@page {
	margin: 15mm 10mm;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background: none;
	margin: 0;
	padding: 0;
	color: black;
}

br,
br.clearfloat {
	display: none;
}

br.print_only {
	display: block;
}

h1 {
	font-size: 18pt;
	margin: 0 0 30px 0
}

h2 {
	font-size: 16pt;
	margin: 24px 0 16px
}

h3 {
	font-size: 14pt;
	margin: 20px 0 12px
}

h3 br {
	display: block;
}

h4 {
	font-size: 12pt;
	margin: 14px 0 10px
}

h5 {
	font-size: 10pt;
	margin: 10px 0 5px
}

ul {
	list-style: disc;
	margin: 0 0 1em 1em;
}

ol {
	list-style: decimal;
	margin: 0 0 1em 1em;
}

p, li {
	font-size: 10pt;
}

p {
	margin: 0;
	margin-bottom: 10px;
}

img, img.not-scrolled, picture {
	display: none;
}

/* Header ---------------------------------------------------------------------------------------------------------------------- */
header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.atribo-branding {
	width: 157px;
	height: 60px;
}

.reach-branding {
	width: 101px;
	height: 60px;
}

.atribo-branding img.is-scrolled, .reach-branding img.is-scrolled {
	display: block;
}

/* Content --------------------------------------------------------------------------------------------------------------------- */
a.button {
	display: none;
}

.bullet {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.bullet-point {
	margin-right: 10px;
}
/* Footer ---------------------------------------------------------------------------------------------------------------------- */
.footer-wrapper {
	display: none;
}