<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*web-form*/
@media (min-width: 768px){
  	#mobile-form{
    	display: none;
  	}
  	.breadcrumb_nd {
		margin-left: 103px;
  	}
  	#breadcrumb_nd_dep{
  		margin-left: 113px;
    	padding-left: 10px;
  	}
    .bg-normal-g{background-color:#f7f7f7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(105,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23f7f7f7'/%3E%3Cstop offset='1' stop-color='%23f2f2f2'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(223,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23eeeeee' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23eeeeee' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2' gradientTransform='rotate(309,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23eeeeee' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23eeeeee' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url("#a#a")' width='2' height='1'/%3E%3Cg %3E%3Cpolygon fill='url("#b#b")' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url("#c#c")' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover}


}
/*mobile-form*/
@media (max-width: 768px){
  	#web-form{
    	display: none;
  	}
  	#breadcrumb_nd_dep{
  		margin-left: 0.9px;
    	padding-left: 10px;
  	}
    .bg-normal-g{background-color:#ebebeb;}
}
</pre></body></html>