<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/***************
 * Weland bluebox
 * ************/


.weland-bluebox{
	position: relative;
	min-height: 350px;
	aspect-ratio: 0.8;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	max-width: 600px;
	margin: auto;
}

.weland-bluebox div{
		position: absolute;
	bottom: 0;
	width: 100%;
	cursor: pointer;
    padding-top: 13px;
    min-height: 155px;
}


.weland-bluebox div .blue{
		background-color: #031489;
	/*mix-blend-mode: multiply;*/
	opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition-duration: 0.5s;
}

.weland-bluebox:hover .blue{
	opacity: 0.9;
}

.weland-bluebox h3{
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	padding: 0 10% 3% 10%;
	font-weight: 400;
    position: relative;
} 

.weland-bluebox p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 0 10% 5% 10%;
	font-weight: 400;
    position: relative;
}
</pre></body></html>