<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 */
.team-logo {display: none;}
.team {display: none;}
	.contact {display: none;}
	.contact-office {display: none !important;}
.reviews{
	    background-color: #2B7AB0;
	    color: white;
	}
	.reviews .progress-bar {
	    background-color: #16284C;
	}
	.reviews .text-blue{
		color: white!important;
	}
	.reviews .text-muted{
		color: white!important;
	}
	.reviews a{
		color: #16284C;
	}
	.reviews .btn{
		color: white;
	}
.text-gold {color: #daa520;}
	#birdeye .table th {
		color: white;
	}
		.reviews-summary .text-muted {color:#15284a !important;}
		.reviews-overall .text-muted {color:#15284a !important;}
		.review-content .a {
    color: var(--color-navy);
}
		.review-comments .text-secondary {color:#15284a !important;}

.collapse:not(.show) {
    display: block;
}</pre></body></html>