<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.fill {
        min-height: 85vh;
}
body {
        background-color: #f5f5f5;
	min-height:100vh;
	min-height:-webkit-fill-available
}
html {
	height:-webkit-fill-available
}


.bi {
	vertical-align:-.125em;
	pointer-events:none;
	fill:currentColor
}
.dropdown-toggle {
	outline:0
}

.btn-toggle {
	display:inline-flex;
	align-items:center;
	padding:.25rem .5rem;
	font-weight:600;
	color:rgba(0,0,0,.65);
	background-color:transparent;
	border:0
}
.btn-toggle:hover,.btn-toggle:focus {
	color:rgba(0,0,0,.85);
	background-color:#d2f4ea
}
.btn-toggle::before {
	width:1.25em;
	line-height:0;
	content:url("/public/chevron-right.svg");
	transition:transform .35s ease;
	transform-origin:.5em 50%
}
.btn-toggle[aria-expanded="true"] {
	color:rgba(0,0,0,.85)
}
.btn-toggle[aria-expanded="true"]::before {
	transform:rotate(90deg)
}
.btn-toggle-nav a {
	display:inline-flex;
	padding:.1875rem .5rem;
	margin-top:.125rem;
	margin-left:1.25rem;
	text-decoration:none
}
.btn-toggle-nav a:hover,.btn-toggle-nav a:focus {
	background-color:#d2f4ea
}



</pre></body></html>