<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'opd';
  src: url('../fonts/opd.eot?74162011');
  src: url('../fonts/opd.eot?74162011#iefix') format('embedded-opentype'),
	   url('../fonts/opd.woff2?74162011') format('woff2'),
	   url('../fonts/opd.woff?74162011') format('woff'),
	   url('../fonts/opd.ttf?74162011') format('truetype'),
	   url('../fonts/opd.svg?74162011#opd') format('svg');
  font-weight: normal;
  font-style: normal;
}
.opd-fa {
  display: inline-block;
  font: normal normal normal 14px/1 opd;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opd-fa-spin {
  -webkit-animation: opd-fa-spin 2s infinite linear;
  animation: opd-fa-spin 2s infinite linear;
}
@-webkit-keyframes opd-fa-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}
.opd-fa-plus:before { content: '\e800'; }
.opd-fa-ok:before { content: '\e801'; }
.opd-fa-cancel:before { content: '\e802'; }
.opd-fa-user:before { content: '\e803'; }
.opd-fa-attention:before { content: '\e804'; }
.opd-fa-pencil:before { content: '\e805'; }
.opd-fa-upload:before { content: '\e806'; }
.opd-fa-download:before { content: '\e807'; }
.opd-fa-link:before { content: '\e808'; }
.opd-fa-list-alt:before { content: '\e809'; }
.opd-fa-mail-alt:before { content: '\f0e0'; }
.opd-fa-plus-squared:before { content: '\f0fe'; }
.opd-fa-spinner:before { content: '\f110'; }
.opd-fa-minus-squared:before { content: '\f146'; }
.opd-fa-trash:before { content: '\f1f8'; }

div.opd-container {
	text-align: left;
}
div.opd-form-row {
	overflow: hidden; 
	height: 100%; 
	margin-bottom: 10px;
	line-height: 1.475 !important;
	text-align: justify;
}
div.opd-container p {
	margin: 0px !important;
	padding: 0px !important;
}
.opd-hide {
	display: none;
}

div.opd-form-col {
	float: left;
}
div.opd-50 {
	width: 50%;
}
div.opd-100 {
	width: 100%;
}
div.opd-form-col div {
	position: relative;
	padding-right: 10px;
	font-size: 15px;
}
div.opd-form-col-right div {
	padding-right: 0px !important;
}
div.opd-form-col div i {
	position: absolute;
	left: 0.7em;
	top: 1px;
	line-height: 2.2em;
	font-size: 1.2em;
	width: 1em;
	text-align: center;
	opacity: 0.7;
}
div.opd-terms {
	height: 120px;
	overflow-y: scroll;
	border-radius: 3px;
	border: 1px solid #CCC;
	line-height: 1.5em;
	font-size: 0.8em !important;
	font-family: courier;
	padding: 0.2em 0.6em;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.opd-terms::-webkit-scrollbar {
	width: 5px;
}
div.opd-terms::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
div.opd-terms::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.5);
}

.opd-input {
	line-height: 1.4em !important;
	font-weight: normal;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-khtml-border-radius: 3px !important;
	border-radius: 3px !important;
	padding: 0.6em 0.6em 0.6em 2.6em !important;
	border-width: 1px;
	border-style: solid;
	border-spacing: 0;
	font-family: arial, verdana;
	margin: 0px !important;
	height: auto !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	outline: none !important;
	box-sizing: border-box !important;	
	min-width: 0px !important;
	max-width: 100% !important;
}

.opd-fw {
	width: 100% !important;
}

.opd-submit, .opd-submit:visited {
	text-decoration: none !important;
	text-shadow: none;
	transition-property: background, color;
	-webkit-transition-property: background, color;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	border: 1px solid #019ad2;
	width: auto;
	white-space: nowrap;
	height: auto;
	position: relative;
	display: inline-block;
	padding: 0.5em 1.2em;
	line-height: 1.5em;
	cursor: pointer;
	border-radius: 3px;
	margin: 0;
	box-shadow: none;
	outline: none;
}
.opd-submit:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}
.opd-submit i {
	width: 1em;
	margin-right: 0.5em;
}

.opd-form,
.opd-info {
	margin: 5px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 15px;
	border-width: 2px;
	border-style: solid;
	border-spacing: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
	font-family: arial, verdana;
}

.opd-checkbox.opd-error,
div.opd-error input.opd-input {
	border-color: red !important;
}
div.opd-error i.opd-fa {
	color: red !important;
	opacity: 1 !important;
}
div.opd-error i.opd-fa:before { content: '\e804' !important; }

div.opd-narrow div.opd-form-col {width: 100% !important; margin-bottom: 10px;}
div.opd-narrow div.opd-form-col div {padding-right: 0px;}

.opd-checkbox {
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
}
.opd-checkbox input[type=checkbox] {
	visibility: hidden;
}
.opd-checkbox label {
	cursor: pointer;
	position: absolute;
    left: 5%!important;
    top: 5%!important;
    bottom: 5%!important;
    right: 5%!important;
    width: 90%!important;
    height: 90%!important;
    margin: 0!important;
    padding: 0!important;
	font-size: 100% !important;
	font-family: arial !important;
}
.opd-checkbox label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: 'âœ”';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 100px;
	font-weight: 900;
    font-size: 90% !important;
	line-height: inherit;
    text-align: center;
}
.opd-checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.opd-checkbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#opd-ready{width: 1px !important;}
@media screen and (max-width: 540px) {
	div.opd-form-col {width: 100% !important; margin-bottom: 10px !important;}
	div.opd-form-col div {padding-right: 0px !important;}
}</pre></body></html>