<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#mod_home {
	position: relative
}
	.btn {
		width: 100%;
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 30px;
	}
	.btn-continue {
		margin-top: 20px;
		background-color: #daf6e8;
		color: #15828a
	}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 767.98px){
	.btn {
		font-size: 20px;
	}
}

/* Medium devices (tablets, 768px and up) */ 
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
}
	</pre></body></html>