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

.module_bim_cycle {
	width: 100%;
	padding: 0 0 30px 0;
	overflow: hidden;
	background-image: url(../images/graphic.svg);
	background-size: 30% auto;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.module_bim_cycle img {
	display: block;
	width: 800px;
	margin: 0 auto 0 auto;
}

@media screen and (max-width:768px) {
	.module_bim_cycle {
		background-size: auto 100%;
	}
}</pre></body></html>