<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.g-recaptcha {
	visibility: hidden;
}
.mktoForm .g-recaptcha {
	visibility: visible;
	margin-left: 0.5em;
}
.g-recaptcha.g-recaptcha {
	margin-top: 20px;
	margin-left: 0.5em;
}
.g-recaptcha iframe{
	max-width: unset !important;
}
.g-recaptcha &gt; DIV {
	width: auto;
}
.g-recaptcha &gt; DIV &gt; DIV {
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	border-radius: 5px;
	transition: background-color 400ms ease-out;
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/250687/spiffygif_86x86.gif);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center center;
}
.g-recaptcha.mktoInvalid &gt; DIV &gt; DIV {
	background-color: #F63C00;
	transition: background-color 400ms ease-in;
}
.mktoOffset{
	display: none;
}</pre></body></html>