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

main {
	background: #fff;
}

#prize{
	background: #016c6d;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}


.competition-intro{
	margin-bottom: 30px;
	text-align: left;
	padding: 0 20px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#mc_embed_signup {
	padding: 0 20px;
	margin-bottom: 60px;
}

.input-group ul{
	margin-top: 10px;
}


#mc-embedded-subscribe-form input[type=checkbox] {
	display: inline;
	width: auto;
	margin-right: 10px;
}


#mergeRow-gdpr {
	margin-top: 20px;
}


#mergeRow-gdpr fieldset label {
	font-weight: normal;
}


#mc-embedded-subscribe-form .mc_fieldset {
	border: none;
	min-height: 0px;
	padding-bottom: 0px;
}

.mc-field-group{
	margin-bottom: 20px;
}

input[type="radio"]{
	margin-right: 10px;
}



.indicates-required{
	display: none;
}


/* START SM */
@media (min-width: 768px) {


	.indicates-required{
		float: right;
		display: block;
	}

	.competition-intro{
		margin-bottom: 30px;
		text-align: center;
		padding: 0 20px;
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 80px;
	}

	#mc_embed_signup {
		background: #fafafa;
		margin-bottom: 60px;
		padding: 60px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}

}


/* START MD */
@media (min-width: 992px) {


}


/* START LG */
@media (min-width: 1200px) {


}


/* START XL */
@media (min-width: 1490px) {


}









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