<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
	height:100%;
}

.g-bg {
	height:100%;
	background: url(../images/bg-202205.jpg);
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}
.g-bg .page {
	background-color:transparent;
	position:relative;
}
.g-bg .content-padded {
	position:absolute;
	box-sizing:border-box;
	width:100%;
	padding:10px;
	bottom:4%;
	margin:0 auto;
}
.g-bg .content-padded .row{
	padding:0 5%;
}

.button {
	background-color:#FFF;
	border-radius:20px;
	color:#b10f0f;
	border-color:#b10f0f;
	font-size:0.8rem;
	font-weight:bolder;
	line-height:2rem;
	height:2rem;
}
.button .icon {
	height:80%;
	width:20%;
	background-size: 100% auto ;
	background-position:center;
	background-repeat:no-repeat;
	top:0;
	margin-top:-0.3rem;
	margin-right:0.2rem;
	clear:both;
}

.iphone .icon{
	background-image:url(../images/iphone.png);
	
}
.android .icon {
	background-image:url(../images/android.png);
}
</pre></body></html>