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

/** GENERAL **/
.hf-details											{ float:right; width:320px; }
.hf-details .branch-details							{ display:inline-block; vertical-align:top; width:320px; }
.hf-details .branch-details .icon					{ float:left; width:25px; height:25px; display:none; }
.hf-details .branch-details .icon img				{ width:100%; max-width:25px; max-height:25px; }
.hf-details .branch-details .addr,
.hf-details .branch-details .tel,
.hf-details .branch-details .email					{ display:block; clear:both; margin:10px 0px 0px 0px; font-size:1.6em; }
.hf-details .branch-details .address-main			{ display:block; clear:both; }
.hf-details .branch-details .address,
.hf-details .branch-details .number,
.hf-details .branch-details .email-address			{ display:inline-block; vertical-align:middle; }
.hf-details .branch-details .address				{ margin:2px 0px 0px 10px; }
.hf-details .branch-details .number					{ margin:3px 0px 0px 10px; }
.hf-details .branch-details .email-address			{ margin:5px 0px 0px 10px; }
.hf-details .branch-details .number					{ font-size:1.8em; }



/** HEADER **/
.header-wrapper .hf-details .branch-details							{ text-align:right; }
.header-wrapper .hf-details .branch-details .number					{ font-family:'Roboto Slab', sans-serif; color:#6f6b6a; }
.header-wrapper .hf-details .branch-details .number:hover			{ color:#1ca87b; }
.header-wrapper .hf-details .branch-details .email-address			{ color:#6f6b6a; }
.header-wrapper .hf-details .branch-details .email-address:hover	{ color:#1ca87b; }
.header-wrapper .hf-details .branch-details .tel					{ margin:0 !important; }
.header-wrapper .hf-details .branch-details .email-address			{ font-weight:400; font-size:1.4em; }
.header-wrapper .hf-details .branch-details	.number					{ font-weight:600; font-size:2em; }


/** FOOTER **/
.footer-wrapper .hf-details											{ color:#333333; }
.footer-wrapper .hf-details .branch-details .org					{ color:#333333; }
.footer-wrapper .hf-details .branch-details .number					{ color:#333333; }
.footer-wrapper .hf-details .branch-details .number:hover			{ color:#1ca87b; }
.footer-wrapper .hf-details .branch-details .email-address			{ color:#333333; }
.footer-wrapper .hf-details .branch-details .email-address:hover	{ color:#1ca87b; }



/** RESPONSIVE **/
@media screen and (max-width:760px){
	
	.hf-details 								{ clear:both; text-align:center; }
	.hf-details .branch-details					{ margin:0px 0px 0px 0px; width:100%; }
	.hf-details .branch-details .addr,
	.hf-details .branch-details .tel,
	.hf-details .branch-details .email			{ display:block; margin:10px auto; }
	.hf-details .branch-details .icon			{ float:none; display:none; vertical-align:middle; }
	.hf-details .branch-details .address-main	{ display:inline-block; clear:none; vertical-align:middle; }
	
	
}
@media screen and (max-width:750px){
	
	.hf-details								{ clear:both; text-align:center; }
}
@media screen and (max-width:600px){
	
	.hf-details .branch-details 			{ display:none; }
	
}

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