<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("global.css");
div[id*="header-smartblock"] #header {z-index: 2 !important;}
#MDP {background: #fff; margin-bottom: 0;}
#MDP .col {padding-left: 0; padding-right: 0;}
@media (min-width: 1024px) {
	#MDP {width: calc(100% - 10px);}
}

/* ## IMAGE ## */
#MDP .main-image {padding: 20px;}
@media (min-width: 768px) {
	#MDP .main-image {padding: 30px;}
}
@media (min-width: 992px) {
	#MDP .main-image {padding: 50px;}
}

/* ## HERO ## */
#MDPhero {background: none !important; margin-bottom: 0;}
#MDPhero &gt; div {padding-left: 0; padding-right: 0;}
#MDPhero &gt; div &gt; img {width: 100%;}
#MDPhero &gt; div &gt; div &gt; .heroText {margin: 0 auto;/* font-family: 'Antenna-ExtraLight'; */color: #FFF;position: absolute;left: 0;right: 400px;/* font-size: 42px; */text-shadow: rgba(0,0,0,0.25) 1px 1px 2px;max-width: calc(1366px - 400px);font-size: 60px;font-family: 'Open Sans', sans-serif;line-height: 60px;}
#MDPhero &gt; .col .vehicle-title {position: absolute;height: 1px;width: 1px;overflow: hidden;clip: rect(1px,1px,1px,1px);clip-path: polygon(0 0);}

@media only screen and (max-width:1024px) {
	#MDPhero {padding: 40px;background: #f1f1f1;border: none;background-image: none !important;}
	#MDPhero &gt; div &gt; img {display: block !important;margin: 0 0 40px 0;}
	#MDPhero &gt; div &gt; img.visible-xs { display: none !important; }
	#MDPhero &gt; div &gt; div &gt; .heroText {top: 40px;left: 40px;right: 40px;max-width: 1024px;font-size: 5.8vw;line-height: 5.8vw;}
}

@media only screen and (max-width:767px) {
	#MDPhero {padding: 20px; }
	#MDPhero &gt; div &gt; img.hidden-xs { display: none !important; }	
	#MDPhero &gt; div &gt; img.visible-xs {display: block !important;margin: 0 0 20px 0;}
	#MDPhero &gt; div &gt; div &gt; .heroText {display:none;}
}

/* ## NAV ## */
#MDPnav {padding: 20px;position:relative;width: 100%;z-index: 1;background: #000;font-size: 12px;margin-right: 0;margin-left: 0;margin-bottom:  0;}
#MDPnav.sticky {position: fixed; top: 80px;}
#MDPnav &gt; div {float: none;margin: 0 auto;max-width: 1526px;padding: 0 80px;line-height: 14px;}
#MDPnav &gt; div &gt; div { }
#MDPnav &gt; div &gt; div:nth-of-type(1) {font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 66%;display: none;color: #FFF;font-size: 14px;}
#MDPnav &gt; div &gt; div:nth-of-type(2) {float: right;width: 33%;text-align: right;display: none;font-size: 14px;}
#MDPnav &gt; div &gt; div:nth-of-type(2) a {color: #FFF;font-weight: 300;}
#MDPnav &gt; div &gt; div:last-child { }
#MDPnav &gt; div &gt; div &gt; ul {margin: 0;padding: 0;display: flex;justify-content: space-between;}
#MDPnav &gt; div &gt; div &gt; ul &gt; li {list-style-type: none; text-align: center;}
#MDPnav &gt; div &gt; div &gt; ul &gt; li &gt; a {color: #FFF;padding: 16px 0px;font-family: 'Open Sans', Arial, helvetica, sans-serif; font-size: 14px; font-weight: bold;}
#MDPnav &gt; div &gt; div &gt; ul &gt; li &gt; a:hover {text-decoration: none;}
#MDPnav &gt; div &gt; div &gt; ul &gt; li &gt; a.active {border-bottom: 4px solid #2d96cd;}

@media(min-width: 600px) {
	#MDPnav.sticky {top: 110px;}
}
@media (min-width: 1017px) {
	#MDPnav.sticky {top: 160px;}
}
@media only screen and (max-width:1024px) {
	#MDPnav &gt; div {padding:0 40px;}
}

@media only screen and (max-width:767px) {
	#MDPnav {padding: 20px; width: calc(100% + 20px); position: relative; right: 10px;}
	#MDPnav.sticky {right: 0;}
	#MDPnav &gt; div {padding: 0 20px; line-height: 18px;}
	#MDPnav &gt; div &gt; div:nth-of-type(1) {display: inline-block;}
	#MDPnav &gt; div &gt; div:nth-of-type(2) {display: inline-block;}
	#MDPnav &gt; div &gt; div:nth-of-type(2) a:after {content: '\f107';margin: 0 0 0 10px;font-family: 'fontawesome';font-weight: bold;color:#2d96cd;}
	#MDPnav &gt; div &gt; div:nth-of-type(2) a.exp:after { content: '\f106'; }
	#MDPnav &gt; div &gt; div:last-child {display: block;width: 100%;top: 20px;left: 0;transition: .25s; padding: 0;position: relative;opacity: 0;overflow: hidden;height: 0;clear: both;visibility: hidden;}
	#MDPnav &gt; div &gt; div:last-child.exp {opacity: 1;max-height: 9999px;visibility: visible;height: inherit;}
	#MDPnav &gt; div &gt; div &gt; ul {display: block;}
	#MDPnav &gt; div &gt; div &gt; ul &gt; li {margin: 0 0 20px 0; text-align: left;}
	#MDPnav &gt; div &gt; div &gt; ul &gt; li &gt; a, #MDPnav &gt; div &gt; div &gt; ul &gt; li &gt; a.active { font-size: 14px;padding: 0; border: none !important; color:#FFF; }
	#MDPnav &gt; div &gt; div &gt; ul &gt; li &gt; a.active { color:#2d96cd; }
}

/* ## TABLES ## */
@media (max-width: 599px) {
  #MDP table tbody tr:nth-child(odd) td:first-child {font-size: 70%;padding-top: 12px;}
}
#MDP table {text-align: center; margin-top: 10px;}
#MDP .table&gt;thead:first-child&gt;tr:first-child&gt;th {text-align: center;width: 50%;}
#MDP table tbody tr:nth-child(odd) td {border: none;}
#MDP table tbody tr:nth-child(odd) {height: 40px; background-color: #DCDCDC;}
#MDP table tbody tr:nth-child(odd) td:first-child {position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto;}
#MDP .table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td, 
#MDP .table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {background-color: transparent;}

/* ## CONTENT ## */
#MDP {color: #000;font-family: 'Open Sans', Arial, helvetica, sans-serif;line-height: 21px;font-size: 14px;padding: 0 0 80px 0;font-weight: 600;}
#MDP.sticky {padding-top: 55px;}
#MDP a, #MDP a:link, #MDP a:visited, #MDP a:hover, #MDP a:active, #MDP a:focus {color: #102b4e;}
#MDP &gt; div.col {}
#MDP &gt; div.col &gt; div.anchor {float: none;margin: 0 auto;max-width: 1526px;padding-left: 80px;padding-right: 80px;}
#MDP &gt; div.col &gt; div.anchor.bigContent {padding-top: 0;margin-top: 0;}
#MDP &gt; div.col &gt; div.anchor.bigContent &gt; div {}
#MDP &gt; div.col &gt; div.anchor.fullWidth {max-width: 100%;padding-left: 0;padding-right: 0;}
#MDP &gt; div.col &gt; div.anchor.fullWidth &gt; div {padding-left: 0px;padding-right: 0px;}
#MDP .bigContent {background: #f7f7f7;padding: 100px 80px !important;text-align: center;font-size: 30px;line-height: 36px;clear: both;}
#MDP .bigContent &gt; div {max-width: 1526px;margin: 0 auto !important;float: none;padding-left: 80px !important;padding-right: 80px !important;}
#MDP &gt; div.col &gt; div.anchor &gt; div.col {background: #fff;}
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div {}
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col {}
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock { position: relative;}
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) { }
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(1) {background: no-repeat 0% 50% / cover;height: 100%;position: absolute;left: 0;}
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(1) img { display: none; }
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(2) {padding: 100px;float: right;background: #fff; border: 1px solid #ccc;}
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) { }
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(1) {background: no-repeat 50% 50% / cover;height: 100%;position: absolute;right: 0;}
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(1) img { display: none; }
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(2) {padding: 100px;float:left;background: #fff; border: 1px solid #ccc;}

#MDP h1.h1,
#MDP h2.h2 {padding: 0;text-align: center;width: 100%; line-height: 34px; font-size: 30px;font-weight: 600; margin: 40px 0; text-transform: uppercase;}
#MDP .bigContent h1.h1 {margin: 0 0 20px 0;}
#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock h1.h1 {font-family: inherit !important; color: inherit !important; text-align: left; margin: 0 0 35px 0; font-size: 26px; line-height: 32px; text-transform: uppercase;}

#MDP h3.h3 {font-weight: normal;font-size: 26px;}
#content .small a {word-wrap: break-word;}

@media (min-width: 1025px) {
    #MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(2),
    #MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(2) {padding: 40px;}
}
@media (min-width: 1440px) {
    #MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(2),
    #MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(2) {padding: 100px;}
}
@media only screen and (max-width:1024px) {
	#MDP { }
	#MDP.sticky { }
	#MDP &gt; div.col { }
	#MDP &gt; div.col &gt; div.anchor {padding-left: 40px;padding-right: 40px;}
	#MDP &gt; div.col &gt; div.anchor.bigContent { }
	#MDP &gt; div.col &gt; div.anchor.bigContent &gt; div {}
	#MDP &gt; div.col &gt; div.anchor.fullWidth { }
	#MDP &gt; div.col &gt; div.anchor.fullWidth &gt; div { }
	#MDP .bigContent {font-size: 24px;line-height: 29px;padding: 40px !important;}
	#MDP .bigContent &gt; div {padding-left: 0px !important;padding-right: 0px !important;}
	#MDP &gt; div.col &gt; div.anchor &gt; div.col { }
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col { }	
	#MDP h1.h1 {margin: 40px 0;}
	/* have 100% image/text layout in tablet */
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(1) img,
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(1) img {display: block; background: none; position: relative;}
    #MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(1).col,
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(1).col {width: 100%;background: none;position: relative;}
    #MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(2),
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(2) {padding: 30px;}
    #MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(2).col,
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(2).col {width: 100%;}
}

@media only screen and (max-width: 767px) {
	#MDP { }
	#MDP.sticky { }
	#MDP &gt; div.col { }
	#MDP &gt; div.col &gt; div.anchor {padding-left: 20px;padding-right: 20px;}
	#MDP &gt; div.col &gt; div.anchor.bigContent { }
	#MDP &gt; div.col &gt; div.anchor.bigContent &gt; div {}
	#MDP &gt; div.col &gt; div.anchor.fullWidth { }
	#MDP &gt; div.col &gt; div.anchor.fullWidth &gt; div { }
	#MDP .bigContent {font-size: 16px;line-height: 19px;padding: 20px !important;}
	#MDP .bigContent &gt; div { }
	#MDP &gt; div.col &gt; div.anchor &gt; div.col { }
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col { }
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(1) {background: none;position: relative;}
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(1) img {display: block;}
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(odd) &gt; div:nth-of-type(2) { padding: 30px;}
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(1) {background: none;position: relative;}
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(1) img {display: block;}
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock:nth-of-type(even) &gt; div:nth-of-type(2) { padding: 30px;}
	#MDP h1.h1 {margin: 20px 0;}
	#MDP &gt; div.col &gt; div.anchor.bigContent h1.h1 {margin: 0 0 20px 0; }
	#MDP &gt; div.col &gt; div.anchor &gt; div.col &gt; div &gt; div.col &gt; div.innerBlock h1.h1 {margin: 0 0 15px 0;}
}

/* back to top */
#mdp-back-top div.back-to-top {background: #2d96cd;position: fixed;display: none;width: 100%;height: 0;bottom: 0;z-index: 9999;text-align: left;font-weight: normal; right: 0;}
#MDP.sticky #mdp-back-top div.back-to-top {display: block;}
#mdp-back-top div.back-to-top a {background: #3A57A0;color: #FFF;padding: 14px;text-transform: uppercase;font-size: 20px;position: relative;top: -50px;display: inline-block !important;text-decoration: none; opacity: 1 !important; transition: none !important;}
#mdp-back-top div.back-to-top a span {margin-right: 10px;}
#mdp-back-top div.back-to-top a span:empty {margin-right: 0;}
#mdp-back-top div.back-to-top a i {margin-top: 3px;}

/** Small Size Devices Start Here ( &gt;= 768 ) **/
@media (min-width: 768px) {
	#MDPnav.sticky {width: 100%;}
    #mdp-back-top div.back-to-top {text-align: center; right: calc(1% - 50px);}
}
/* remove sitewide back to top button */
div[id*="basic-footer-smartblock"] #footer .btt {display: none !important;}
div[id*="basic-footer-smartblock"].mobile #footer #bottomBar #legal {padding-left: 60px; padding-right: 60px;}
div[id*="basic-footer-smartblock"].tablet #footer #bottomBar {padding: 40px 0 !important;}
div[id*="basic-footer-smartblock"].tablet #footer #bottomBar #legal {padding-left: 60px; padding-right: 60px;}
div[id*="basic-footer-smartblock"].laptop #footer #bottomBar {padding: 40px 0 !important;}
div[id*="basic-footer-smartblock"].desktop #footer #bottomBar {padding: 40px 0 !important;}
div[id*="basic-footer-smartblock"].desktop #footer #bottomBar #powered {top: calc(50% - 10px) !important;}</pre></body></html>