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

/** GENERAL **/
.BestHeaderWrapper {
	position:relative;
	background-color:#FFFFFF;
	background-image:url(backgrounds/home-office.jpg);
	background-repeat:no-repeat;
	background-position:50% 80%;
	/* background-position:50% 50%; */
	background-size:cover;
}
/* .web-morning .BestHeaderWrapper	{
	background-image:url(christmas/best-christmas-morning.jpg);
}
.web-afternoon .BestHeaderWrapper {
	background-image:url(christmas/best-christmas-afternoon.jpg);
}
.web-evening .BestHeaderWrapper {
	background-image:url(christmas/best-christmas-evening.jpg);
} */
@media screen and (max-width:999px){
	.BestHeaderWrapper {
		background-position:50% 100%;
		/* background-position:50% 50%; */
	}
}



/** HEADER TOP **/
.BestHeader {
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	right:0;
	background:rgba(19,19,21,0.5);
	padding:0px 0px 40px 0px;
}
.BestHeader .fw-padding {
	position:relative;
}
.BestHeader .BestHeader-logo {
	display:block;
	position:absolute;
	width:260px;
	top:20px;
	left:10px;
}
.BestHeader .BestHeader-logo img {
	width:100%;
	max-width:260px;
	max-height:130px;
}
.BestHeader .BestHeader-right {
	margin:0px 0px 0px 280px;
	text-align:right;
}
.BestHeader .BestTranslate {
	display:inline-block;
	margin:0px 10px 0px 0px;
	background:rgba(2,0,1,0.6);
	zoom:1;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99020001,endColorstr=#99020001);
	color:#FFFFFF;
}
.BestHeader .BestTranslate .open {
	display:none;
}
.BestHeader .BestTranslate.open .open {
	display:block;
}
.BestHeader .BestTranslate.open .closed {
	display:none;
}
.BestHeader .BestTranslate .left {
	display:inline-block;
	vertical-align:middle;
	padding:0px 10px;
}
.BestHeader .BestTranslate .right {
	display:inline-block;
	padding:0px 5px;
	font-size:2em;
	vertical-align:middle;
	background:#020001;
	color:#FFFFFF;
}
.BestHeader .BestTranslate .right:hover {
	background:#CC1F4D;
	color:#FFFFFF;
}
.BestHeader .BestTranslate .goog-logo-link,
.BestHeader .BestTranslate .goog-logo-link:link,
.BestHeader .BestTranslate .goog-logo-link:visited,
.BestHeader .BestTranslate .goog-logo-link:hover,
.BestHeader .BestTranslate .goog-logo-link:active	{
	color:#FFFFFF;
}
.BestHeader .BestHeader-contact {
	display:block;
	font-size:16px;
	margin:20px 10px 0px 0px;
}
.BestHeader .BestHeader-contact a {
	display:inline-block;
	vertical-align:middle;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:600;
}
.BestHeader .BestHeader-contact a:hover {
	text-decoration:underline;
}
.BestHeader .BestHeader-contact .tel {
	margin:0px 0px 0px 10px;
}
.BestHeader .navigation-wrapper {
	display:block;
}
.BestHeader .navigation-wrapper li {
	text-align:left;
}
@media screen and (max-width:960px){
	.BestHeader .BestHeader-logo {
		width:200px;
	}
	.BestHeader .BestHeader-right {
		margin:0px 0px 0px 220px;
	}
	.BestHeader .BestHeader-contact {
	margin:10px 10px 10px 0px;
	}
}
@media screen and (max-width:760px){
	.BestHeader .BestHeader-logo {
		width:180px;
	}
	.BestHeader .BestHeader-right {
		margin:0px 0px 0px 200px;
	}
	.BestHeader .BestTranslate {
		margin:0px 0px 20px 0px;
	}
	.BestHeader .BestHeader-contact {
		display:none;
	}
}
@media screen and (max-width:640px){
	.BestHeader .BestTranslate .translate.open {
		text-align:center;
	}
	.BestHeader .BestTranslate .goog-te-gadget div {
		display:block !important;
		clear:both;
	}
	.BestHeader .BestTranslate .goog-te-gadget .goog-te-combo {
		width:100%;
	}
}
@media screen and (max-width:480px){
	.BestHeader .BestHeader-logo {
		position:static;
		margin:0px auto 20px auto;
	}
	.BestHeader .BestHeader-right {
		margin:0px;
		text-align:center;
	}
}



/** HEADER MAIN **/
.BestHeaderMain {
	padding:360px 0px 80px 0px;
	font-size:0px;
}
.BestHeaderMain.BestHeaderMain--reduced {
	padding:260px 0px 20px 0px;
	font-size:12px;
}
.BestHeaderMain.BestHeaderMain--home .fw-margins {
	max-width:1440px;
}
.BestHeaderMain .BestHeaderHeroBox {
	display:inline-block;
	vertical-align:bottom;
	width:50%;
	font-size:14px;
}
.BestHeaderMain .BestHeaderHeroBox--right {
	text-align:right;
}
.BestHeaderMain .BestHeaderHeroBox-content {
	text-align:left;
	background:rgba(19,19,21,0.6);
	color:#FFFFFF;
	padding:40px;
	max-width:380px;
}
.BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content {
	margin-right:auto;
}
.BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content .title {
	display:none;
	font-weight:bold;
	font-size:50px;
	line-height:1em;
	text-transform:uppercase;
}
.web-morning .BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content .title.morning,
.web-afternoon .BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content .title.afternoon,
.web-evening .BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content .title.evening		{
	display:block;
}
.BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content .search-form-simple .search-simple {
	background:transparent;
}
.BestHeaderMain .BestHeaderHeroBox--right .BestHeaderHeroBox-content {
	margin-left:auto;
}
.BestHeaderMain .BestHeaderHeroBox--right .BestHeaderHeroBox-content h2 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:2.2em;
	line-height:1em;
}
.BestHeaderMain .BestHeaderHeroBox--right .BestHeaderHeroBox-content big {
	font-size:20px;
}
.BestHeaderMain .BestHeaderHeroBox-content .btn {
	background:#CC1F4D;
	color:#FFFFFF;
}
.BestHeaderMain .BestHeaderHeroBox-content .btn:hover {
	background:#262626;
	color:#FFFFFF;
}



.BestHeader-contact .HeaderBranch {
	display:inline-block;
	vertical-align:top;
	color:#CCCCCC;
	text-align:left;
	padding:0px 0px 0px 20px;
}
.BestHeader-contact .HeaderBranch .HeaderBranch-title {
	text-transform:uppercase;
}
.BestHeader-contact .HeaderBranch .HeaderBranch-tel {
	font-size:1.3em;
	color:#FFFFFF;
}
.BestHeader-contact .HeaderBranch .HeaderBranch-tel:hover {
	color:#CCCCCC;
	text-decoration:none;
}

@media screen and (max-width:1140px){
	.BestHeader-contact .HeaderBranch.HeaderBranch--email {
		display:none;
	}
}

@media screen and (max-width:960px){
	.BestHeaderMain .BestHeaderHeroBox-content {
		padding:20px;
		max-width:300px;
	}
	.BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content .title {
		font-size:40px;
	}
	.BestHeaderMain .BestHeaderHeroBox--right .BestHeaderHeroBox-content h2 {
		font-size:1.8em;
	}
}

@media screen and (max-width:760px){
	.BestHeaderMain {
		padding:220px 0px 80px 0px;
	}
	.BestHeaderMain .BestHeaderHeroBox {
		display:block;
		width:100%;
	}
	.BestHeaderMain .BestHeaderHeroBox--right {
		text-align:center;
	}
	.BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content,
	.BestHeaderMain .BestHeaderHeroBox--right .BestHeaderHeroBox-content {
		margin:20px auto;
	}
}

@media screen and (max-width:480px){
	.BestHeaderMain {
    padding:280px 0px 40px 0px;
	}
	.BestHeaderMain .BestHeaderHeroBox--left .BestHeaderHeroBox-content .title {
		font-size:30px;
	}
}
</pre></body></html>