<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hp-links{
	margin-top: 4em;
    position: relative;
    padding: 40px 5px;
    box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	padding-bottom:0;
}

.hp-links .hp-border-bottom{
	top: 60px;
}

.hp-links-links{
	display:flex;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	justify-content:center;
	max-width:350px;
}


a.hp-link{
	width:calc(33% - 10px);
	margin:5px;
	text-align:center;
	font-size:1.2rem;
	text-decoration:none;
	position: relative;
	margin-bottom:50px;
}

a.hp-link img{
	height:90px;
	width:auto;
	margin-bottom:1em;
}


@media screen and (min-width: 576px) {


	.hp-links-links{
		max-width:570px;
	}

	a.hp-link{
		width:calc(25% - 40px);
		margin:20px;
		margin-bottom:50px;
	}


}


@media screen and (min-width: 768px) {


	.hp-links-links{
		max-width:520px;
	}

	a.hp-link{
		width:calc(25% - 40px);
		margin:20px;
		margin-bottom:50px;
	}


}


@media screen and (min-width: 992px) {


	.hp-links-links{
		max-width:1400px;
	}

	a.hp-link{
		width:calc(14% - 30px);
		margin:15px;
	}

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